/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

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

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
/*
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
*/
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

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

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://www.nadland.hu/skin/frontend/sm_market/default/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('https://www.nadland.hu/skin/frontend/sm_market/default/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.nadland.hu/skin/frontend/sm_market/default/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://www.nadland.hu/skin/frontend/sm_market/default/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.nadland.hu/skin/frontend/sm_market/default/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}


.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  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;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

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

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

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

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

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

.pagination > li {
  display: inline;
}

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

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

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

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

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

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
/*
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
*/
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition:      -o-transform .3s ease-out;
  transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

/*.modal-content {*/
/*  position: relative;*/
/*  background-color: #ffffff;*/
/*  border: 1px solid #999999;*/
/*  border: 1px solid rgba(0, 0, 0, 0.2);*/
/*  border-radius: 6px;*/
/*  outline: none;*/
/*  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);*/
/*          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);*/
/*  background-clip: padding-box;*/
/*}*/

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity = 50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#2d6ca2));background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:-moz-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#419641));background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#eb9316));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c12e2a));background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#2aabd2));background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.navbar-default{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-moz-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f3f3f3));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#222));background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-moz-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#222),to(#282828));background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:-moz-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#c8e5bc));background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#b9def0));background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#f8efc0));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#e7c3c3));background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3278b3));background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#d0e9c6));background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#c4e3f3));background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#faf2cc));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#ebcccc));background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-gradient(linear,left 0,left 100%,from(#e8e8e8),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.nadland.hu/skin/frontend/sm_market/default/css/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('https://www.nadland.hu/skin/frontend/sm_market/default/css/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('https://www.nadland.hu/skin/frontend/sm_market/default/css/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('https://www.nadland.hu/skin/frontend/sm_market/default/css/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('https://www.nadland.hu/skin/frontend/sm_market/default/css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

@font-face {
    font-family: 'Socialico';
    src: url('https://www.nadland.hu/skin/frontend/sm_market/default/css/font/socialico-webfont.eot');
    src: url('https://www.nadland.hu/skin/frontend/sm_market/default/css/font/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.nadland.hu/skin/frontend/sm_market/default/css/font/socialico-webfont.woff') format('woff'),
         url('https://www.nadland.hu/skin/frontend/sm_market/default/css/font/socialico-webfont.ttf') format('truetype'),
         url('https://www.nadland.hu/skin/frontend/sm_market/default/css/font/socialico-webfont.svg#SocialicoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*   General style    */


.block-social li{ font-family: "Socialico";	}
.block-social li a:before {
    content: attr(data-icon);
    font-family: 'Socialico';
    font-size: 25px;
    font-weight: normal;
    line-height: 34px;
}
.block-social li a:hover:before {
	font-size:30px;	
}
.block-social li a {
    display: inline-block;
    height: 34px;
    position: relative;
    text-align: center;
    width: 34px;
    z-index: 2;
}
.page-about-us .block-social li a { width:21px; height:21px; color:#FFF; background:#666; border-radius: 21px;  transform: scale(1); }

.page-about-us .block-social li a:before  {   font-size: 18px; line-height:21px;  }

.block-social li a:hover {
    color: #FFFFFF;
}

.block-social li a:hover {
    animation: 0.5s ease 0s normal none 1 bounceIn;
    transform: scale(1);
}
.block-social li a:hover {
    border-radius: 17px;
}

@import url("https://www.nadland.hu/skin/frontend/sm_market/default/css/docs.css");
@import url("https://www.nadland.hu/skin/frontend/sm_market/default/css/widgets.css");

body, 
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

ul, ol {
	list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border:0; 
	border-collapse: collapse;
	border-spacing:0; 
	empty-cells:show; 
	font-size:100%; 
}

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1%; /* IE5-6 */
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*:first-child+html .clearfix { /* IE 7 */
	display: inline-block;
}

/* Mis.
-------------------------------------------------------------*/
.clearfix {
	clear: both;
}
.clear, .divider {clear: both;}

.no-display {display: none !important;}

.nowrap,th .nobr {white-space: nowrap !important;}

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

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

.pipe {
	padding: 0 4px;
	text-align: center;
	color: #999999;
}

/*Alignment---*/
.v-top 		{vertical-align: top;}
.v-middle	{vertical-align: middle;}
.v-bottom 	{vertical-align: bottom;}

.a-left		{text-align: left;}
.a-center	{text-align: center;}
.a-right		{text-align: right;}

.left		{float: left;}
.right	{float: right;}

.normal-weight {font-weight: normal;}

.auto-width {width: auto;}

/*Various Clears---*/
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.box .head:after,
.box ol li:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
.middle:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after,.listing-type-grid .item:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
#nav ul li:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.toolbar-inner:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
#nav li:after,
.ytm-tabs-title:after,
.ytm-tabs-title:after,
.product-options dl:after,
.yt-top .block-currency:after {
	content:"."; 
	display:block; 
	clear:both; 
	height:0; 
	font-size:0; 
	line-height:0; 
	visibility:hidden; 
	overflow:hidden;
}


@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
#yt_content .demo-notice{
     display:none;
 }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans';
}

.demo-notice{
    text-align: center;
    background: #ff6500;
    color: #fff;
    padding: 15px;
    font-size: 20px;
 }
body {
    line-height: 1.6;
    outline: none;
    font-family: 'Open Sans';
}
body > span{
    display: none;
}
body *:focus{
    outline: none;
}
body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}
a, a:focus, a:hover{
    text-decoration:none;
    outline: none;
}

/*-------------*/
#yt-responsivemenu {
    display: none;
}
.yt_ressidebar_screennav{
    display:none;
}
#yt_header .head-mobile-top,
#yt_header .search-mobile,
#yt_header .quicklink-mobile{
    display:none;
}

textarea, input, select,
input[type="file"],
input[type="checkbox"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]{
    padding: 7px 10px;
    border: 1px solid #777;
    color:#444;
    outline:none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
select{
    padding: 6px 6px 6px 10px;
}
input[type="checkbox"],
input[type="radio"]{
    border: none;
}
textarea:focus, select:focus,
textarea:hover, select:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="radio"]:focus,
.uneditable-input:focus {
    border: 1px solid #444;
    outline:none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]:focus,
input[type="radio"]:focus{
    border: none;
}
input[type="radio"],
input[type="checkbox"] {
    float: left;
    margin: 1px 7px 0 0;
}
textarea{
    background-color:#fbfdfd;
}
input.input-text:focus, textarea:focus{
    border: 1px solid #444;
}
input[type="button"],
input[type="checkbox"],
input[type="password"],
input[type="text"]
{
    khtml-border-radius:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
input[type="text"]{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
}


.layout-boxed #yt_wrapper{
    background: #fff;
    margin: 0 auto;
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow:         0 0 5px rgba(0, 0, 0, 0.2);
}
#yt_wrapper {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
#yt_header,
#yt_footer{
    background:#fff;
}

#yt_wrapper .yt-main-inner{
    margin: 0 auto;
}
#yt_main.yt-main-left{
    padding-left: 0;
}
.yt-main-right{
    padding-right: 0;
}
#yt_wrapper .modal{
    overflow-x:inherit;
    overflow-y: inherit;
}
#checkoutSteps h4{
    font-family: inherit;
    padding-bottom: 3px;
}

.banner-home .banner2{
    margin-bottom: 30px;
}
/* -------------------------------------------- *
 * Messages
 */

.validation-advice{
    color:#C30;
    line-height: 100%;
}
.messages {
    margin: 10px 0;
    clear:both;
}

.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f1f1f1;
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.messages .error-msg li {
    border-left: 5px solid red;
}

.messages .error-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid red;
    border-right: none;
}

.messages .notice-msg li {
    border-left: 5px solid #e26703;
}

.messages .notice-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
    border-right: none;
}

.messages .success-msg li {
    border-left: 5px solid #11b400;
}

.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
}

/***button***/

#yt_wrapper .my-account .button{
    padding: 10px 15px;
}
.catalog-product-compare-index .button,
#yt_wrapper .button{
    color: #fff;
    text-transform: uppercase;
    background-color: #6ebc14;
    border-radius: 4px;
    line-height: 100%;
    padding: 10px 15px;
}
/***compare***/
.page-popup.catalog-product-compare-index{
    padding: 15px;
}
.page-popup.catalog-product-compare-index .link-print{
    margin-bottom: 10px;
    text-decoration: underline;
    float: left;
}
#product_comparison h2.product-name{
    font-family: inherit;
    font-size: 108.3%;
    margin: 10px 0;
}
#product_comparison .add-to-links .link-wishlist{
    margin-top: 10px;
    float: left;
}
#product_comparison .price-box{
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.page-popup.catalog-product-compare-index .page-title h1{
    font-size:200%;
    font-family: inherit;
}

#product_comparison .rating-box{
    margin:3px 10px 0 0;
}
/*------------------------------ Data Table ----------------------*/
.data-table {
    width: 100%;
}
.data-table th.wrap {
    white-space: normal;
}
.data-table th {
    padding: 10px;
    border: 1px solid #e9e9e9;
    text-align: center;
}
.data-table tbody tr {
    border: 1px solid #e9e9e9;
}
.data-table tr td {
    padding: 10px;
    border: 1px solid #e9e9e9;
    vertical-align: middle;
}
#product_comparison tr td {
    vertical-align:top;
}
.data-table td h3 {
    margin: 0;
    line-height: 100%;
}
body table.data-table {
    border-collapse: collapse;
}
.data-table thead {
    border: 1px solid #e9e9e9;
}
.data-table tfoot {
    border-top: none;
    border-top: 1px solid #e9e9e9;
}
.data-table  .first.odd,
.box-account  .data-table .odd {
    background: none;
}
.a-center input.checkbox {
    float: none;
}
label.required em {
    font-weight: normal;
    padding: 0 5px 0 0;
    vertical-align: middle;
    color: #ff0000;
}
/*IMAGE SLIDE*/


.pix_slideshow .filmore_commands .filmore_next{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/large_right.png)!important;
    width: 30px!important;
    height: 50px!important;
    right: 0!important;
    background-color: transparent!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    top: 50%;
    margin-top: -25px;
    position: absolute;
    display: none;
}
.pix_slideshow .filmore_commands .filmore_next:hover{
    background-position: 0 -61px;
}
.pix_slideshow .filmore_commands .filmore_prev{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/large_left.png)!important;
    left: 0;
    width: 30px!important;
    height: 50px!important;
    left: 0!important;
    background-color: transparent!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    top: 50%;
    margin-top: -25px;
    position: absolute;
    display: none;
}

.filmore_autoadv .filmore_pause{
    display: none!important;
}

.pix_slideshow:hover .filmore_commands .filmore_next,
.pix_slideshow:hover .filmore_commands .filmore_prev{
    display: block;
}

.pix_slideshow .filmore_commands .filmore_prev:hover{
    background-position: 0 -59px;
}
.pix_slideshow .market-slide1-btn-shopnow {
    line-height: 12px;
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    padding: 4px 10px 4px 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-radius: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #f4a137;
}
.font-s{
    font-weight: 300!important;
}
.tranform{
    text-transform: uppercase;
}
.pix_slideshow .market-slide3-text-bg {
    position: absolute;
    color: rgb(255, 255, 255);
    text-shadow: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding: 8px 20px 8px 20px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: rgba(255, 255, 255, 0.4)!important;
    white-space: nowrap;
    border-radius: 0px 0px 0px 0px;
}
.pix_slideshow .market-slide3-btn-buynow:after{
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 4px;
    color: #fff;
}
.pix_slideshow .market-slide3-btn-buynow a{
    color: #fff;
}
.pix_slideshow .filmore_loader{
    display: none!important;
}
.pix_slideshow .filmore_commands{
    height: 0;
}
.pix_slideshow .market-slide3-btn-buynow {
    font-size: 12px;
    line-height: 12px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    padding: 6px 12px 6px 12px;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
    text-transform: uppercase;
}
.pix_slideshow .market-slide1-btn-shopnow:after{
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 4px;

}

/*--------------------------ratings------------------------*/
.rating-box,
.rating-box .rating {
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/bkg_rating.png);
}

.ratings {
    padding: 0;
}
.block-location {
    background: #d00000;
    color: #fff;
    padding: 5px 10px;
}
.rating-box {
    background-position: 0px -32px;
    background-repeat: repeat-x;
    height: 12px;
    position: relative;
    width: 75px;
    float: left;
    margin: 3px 10px 0 0;
}

.rating-box .rating {
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
}
.ratings-table {
    margin: 5px 0;
}
.ratings-table td,
.ratings-table th {
    padding: 3px 0;
}
.ratings-table td.label,
.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

/*------------------------- css for header --------------------------*/


#yt_header .mega-horizontal-left,
#yt_header #yt_header_left,
#yt_header .logo,
#yt_header .language-currency{
    padding-left:0px;
}
#yt_header .logo,
#yt_header .mega-horizontal-right,
.header-middle-right,
.head-quicklink{
    padding-right:0px;
}
.header-middle-right{
    padding-left: 0;
    float: left;
}
#yt_header .mega-horizontal-right{
    padding-left:0;
    margin-left:-15px;
}
.mini-cartpro .block-content .mini-products-list li.item a.btn-remove {
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/del-minicart.png) no-repeat;
    width:17px;
    height:16px;
}
#yt_header.header1-wrap .head-searchbox{
    float:left;
    width:80.6%;
    margin-left: -15px;
}
#yt_header .sm-serachbox-pro .sm-searchbox-popular{
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}
#yt_header .head-cart{
    float:right;
    width:22.4%;
}
/*.language-currency ul li a{
	color:#444;
}*/
.language-currency .language-switcher,
.language-currency .currency-switcher{
    float:left;
}
#yt_header .yt-header-top{
    background-color:#fff;
    position:relative;
    z-index:31;
    border-top: 1px solid #999999;
}

#yt_header .header-bottom-style1  .yt-menu{
    position: relative;
    z-index: 30;
}

.language-currency .overwrite-switch span,
#yt_header #select-language li a{
    padding-left:24px;
}
.language-currency .inner{
    float:left;
}
.language-currency ul{
    background-color:#fff;
    border:1px solid #ddd;
    float:left;
    padding:2px 7px;
    border-top:none;
}
/*.language-currency ul li a.selected,
.language-currency ul li a:hover{
	background-color:#eee;
}*/
.language-currency ul li{
    padding:4px 8px;
}
.header1-wrap .language-currency .overwrite-switch{
    border-right:1px solid #ddd;
    height:34px;
    line-height:34px;
    padding:0 10px 0 11px;
}
.header1-wrap .language-currency .language-switcher .overwrite-switch{
    border-left:1px solid #ddd;
}
.language-currency .overwrite-switch:after{
    content: "\f107";
    font-family: 'FontAwesome';
    color:#999;
    font-size:13px;
    margin-left:10px;
}
.language-currency .switcher-wrap{
    position:relative;
}
.language-currency .switcher-wrap #select-currency.switch-content{
    left:-1px;
    min-width: 68px;
}
.language-currency .switcher-wrap .switch-content{
    position:absolute;
    top:34px;
    left:0;
    opacity: 0; filter:alpha(opacity = 0);
    visibility:visible;
    min-width:70px;
}
.language-currency .switcher-wrap:hover .switch-content{
    opacity: 1; filter:alpha(opacity = 100);
    visibility:visible;
}
.language-currency .switcher-wrap:hover {
    cursor:pointer;
}

#yt_header .head-quicklink .inner{
    float:right;
}

#yt_header .head-quicklink .links li{
    float:left;
}
/*#yt_header .head-quicklink .links li.first + li + li,*/
#yt_header .head-quicklink .links .top-link-checkout,
#yt_header .head-quicklink .links .top-link-cart{
    display:none;
}
#yt_header.header1-wrap .head-quicklink .links li.first.inactive a,
#yt_header .head-quicklink .links li.first.inactive a,
#yt_header .head-quicklink .links li a{
    position:relative;
    line-height:34px;
    width:13px;
    display:block;
    text-indent:-999em;
    padding-left: 0;
}
#yt_header .head-quicklink .links li.first.inactive a{
    padding-left: 0px;
}
#yt_header .head-quicklink .links li.first.inactive{
    background-color: #eee !important;
}
#yt_header.header1-wrap .head-quicklink .links li.first a,
#yt_header .head-quicklink .links li:hover a{
    width:auto;
    text-indent:inherit;
    /*color:#fff;*/
    padding-left:20px;
    text-decoration: underline;
}

#yt_header .head-quicklink .links li{
    padding:0 11px;
    /*border-right:1px solid #ddd;*/
}
#yt_header .head-quicklink .links li.first.inactive{
    border-left: 1px solid #ddd;
}
#yt_header .head-quicklink .links li a:before{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-quicklink.png);
    background-repeat:no-repeat;
    position:absolute;
    width:13px;
    height:34px;
    top:0;
    left:0;
    content:"";
}

#yt_header .head-quicklink .links .videok-link a:before{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/youtube-play-button.png);
    background-repeat:no-repeat;
    position:absolute;
    width: 18px;
    height: 34px;
    top: 9px;
    left: -5px;
    content: "";
}
#yt_header .head-quicklink .links .aruhazaink-link:before{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/pin.png);
    background-repeat:no-repeat;
    position:absolute;
    width: 18px;
    height: 34px;
    top: 9px;
    left: -5px;
    content: "";
}

#yt_header .head-quicklink .links .nagyker-link {
    /*background: #f3f9eb;*/
    /*text-decoration: underline;*/
}
#yt_header .head-quicklink .links .nagyker-link a:before{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/wholesale.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 21px;
    top: 8px;
    margin-left: -5px;
    content: "";
    background-size: 17px;
}
#yt_header .head-quicklink .links .karrier-link a:before{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/handshake.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 21px;
    top: 8px;
    margin-left: -5px;
    content: "";
    background-size: 17px;
}

#yt_header .head-quicklink .links .szolgaltatasok-link a:before{

    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/customer.png);
    background-repeat:no-repeat;
    position:absolute;
    width: 18px;
    height: 34px;
    top: 9px;
    left: -5px;
    content: "";
}

#yt_header .head-quicklink .links .blog-link a:before{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/blogger.png);
    background-repeat:no-repeat;
    position:absolute;
    width: 18px;
    height: 34px;
    top: 9px;
    left: -5px;
    content: "";
}

#yt_header .head-quicklink .links .top-link-myaccount:before{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/user.png);
    background-repeat:no-repeat;
    position:absolute;
    width: 18px;
    height: 34px;
    top: 9px;
    left: -5px;
    content: "";
}



#yt_header.header1-wrap .head-quicklink .links li.first a:before{
    background-position: center -16px;
}
#yt_header.header1-wrap .head-quicklink .links li.first.inactive a:before{
    background-position: center -16px;
}
/*#yt_header .head-quicklink .links li.first:hover a:before{
	background-position:center -27px;
}*/

#yt_header .head-quicklink .links li a.top-link-wishlist:before{
    background-position: center -70px;
}
#yt_header .head-quicklink .links li:hover a.top-link-wishlist:before{
    background-position: center -44px;
}
#yt_header .head-quicklink .links li a.top-link-checkout:before{
    background-position: center -128px;
}
#yt_header .head-quicklink .links li:hover a.top-link-checkout:before{
    background-position: center -98px;
}
#yt_header .head-quicklink .links li.last a:before{
    background-position: center -186px;
}
#yt_header .head-quicklink .links li.last:hover a:before{
    background-position: center -158px;
}
#yt_header .yt-header-middle{
    padding:30px 0;
    /*position:relative;*/
    z-index:3;
}
#yt_header{
    position: relative;
}
#yt_content{
    position: relative;
}
#yt_header .head-quicklink .links li a {
    padding-left: 0!important;
}
#yt_header .head-quicklink .links li a:before {
    display: none!important;
}

/* -------------Search box pro------------- */

.sm-serachbox-pro .jqTransformSelectWrapper {
    width: 152px !important ;
    position:relative;
    height: 34px;
    float:left;
    border:1px solid #dddddd;
    background-color:#eee;
}
.sm-serachbox-pro .sm-searbox-content .form-search > input,
.sm-serachbox-pro .sm-searbox-content .form-search > select,
.jqTransformSelectWrapper select{
    opacity: 0; filter:alpha(opacity = 0);
    visibility:hidden;
    display: none;
}
.sm-serachbox-pro .jqTransformSelectWrapper div span {
    float: none;
    position: absolute;
    white-space: nowrap;
    height: 34px;
    line-height: 100%;
    padding-top: 10px;
    overflow: hidden;
    cursor:pointer;
    width: 125px !important ;
    padding-left:15px;
    text-overflow: ellipsis;
}
.sm-serachbox-pro .jqTransformSelectWrapper  a.jqTransformSelectOpen {
    display: block;
    position: absolute;
    right: 10px;
    top:15px;
    width: 8px;
    height: 5px;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-searchbox.png) no-repeat;
}
.sm-serachbox-pro .jqTransformSelectWrapper ul {  /* element style width = .jqTransformSelectWrapper - 2px */
    position: absolute;
    min-width: 43px;
    top: 33px;
    left: -1px;
    list-style: none;
    background-color: #FFF;
    border: solid 1px #e3e1e1;
    border-top:none;
    display: none;
    margin: 0px;
    padding: 0px;
    height: 323px;
    width:152px !important;
    overflow: auto !important;
    overflow-y: auto !important;
    z-index:10;
}
.sm-serachbox-pro .jqTransformSelectWrapper ul a {
    display: block;
    padding: 5px;
    text-decoration: none;
    background-color: #FFF;
}
.sm-serachbox-pro .jqTransformSelectWrapper ul a.selected {
    background: #EDEDED;
    color: #333;
}
.sm-serachbox-pro .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
    background:#3582c4;
    color: #fff;
}
.sm-serachbox-pro{
    z-index:2;
    float: left;
    position: relative;
}
.sm-serachbox-pro .sm-searbox-content {
    width:100%;
    /*color:#444;*/
}
.header1-wrap .sm-serachbox-pro .jqTransformInputWrapper{
    float:left;
    width:75% !important;
}

#search_autocomplete{
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    min-width: 700px;
    padding-bottom: 7px;
}
#search_autocomplete ul li .amount{
    margin-right: 10px;
    line-height: 25px;
}
.sm-serachbox-pro .jqTransformInputWrapper input.input-text{
    width: 100% !important;
    height: 37px;
    /* line-height: 40px; */
    border: 0;
    /* border-left: none; */
    padding-left: 14px;
    padding-right: 14px;
    /* color: #444; */
    box-shadow: none!important;
    border-radius: 12px;
}

#yt_wrapper .header1-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button{
    text-indent:-999em;
    width:34px; height:34px;
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: -1px;
    background-color: #666;
}
#yt_wrapper .sm-serachbox-pro .sm-searbox-content .form-button.button{
    khtml-border-radius:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float:left;
    position: absolute;
    top: 0;
    right: 0;
}

#btn-searchbox-mobile{
    display: none;
    text-indent:-999em;
    width:35px; height:35px;
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #666;
}
/*---top search---*/
#custom_popular_search{
    font-size:108.3%;
    padding:14px 0;
    float: left;
    width: 100%;
}
#custom_popular_search .sm-searchbox-popular-title{
    float:left;
    /*color:#444;*/
}
#custom_popular_search .sm-searchbox-keyword-list li{
    float:left;
    padding-left:7px;
}
/*----banner header right------*/
#yt_header_right{
    padding-right: 0px;
}
#yt_header_right .inner{
    clear:both;
}
.banner-right-home{
    float:right;
    width: 30%;
}
.banner-right-home .righthome2{
    margin: 10px 0;
}
.banner-right-home .banner-righthome a{
    position: relative;
    display: block;
}
.banner-right-home .banner-righthome a img{
    width: 100%;
}

.banner-right-home .banner-righthome a:before{
    position: absolute;
    background: rgba(0,0,0,0.3);
    width: 0;
    top: 0;
    left: 50%;
    content: "";
}
.banner-right-home .banner-righthome a:hover:before{
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
/*--------dynamic slideshow---------*/
.slideshow-wrap{
    width: 68.6%;
    float: left;
    /*margin-right: 1.2%;*/
}

.header-bottom-style1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu{
    z-index: 20;
}

.cms-index-index .header-style-1 .home-item-menu-parent > a{
    background-color: #7d7d7d;
}

.cms-index-index .header-middle-2 .home-item-menu-parent > a{
    color: #fff!important;
}

.cms-index-index .header-style-6 .home-item-menu-parent > a{
    color: #fff!important;
}

.cms-index-index .header-middle-style3 .home-item-menu-parent > a{
    color: #fff!important;
}

.cms-index-index .header3-wrap .header-middle-style3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:after{
    display: none;
}

/*------banner home page----*/
.banner-home{
    margin: 0 -15px;
}
.banner-home .banner2-2 .row1{
    margin-bottom: 30px;
}
.banner-home .banner2 a{
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
}
.banner-home .banner2 a:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.15);
    width: 0;
    height: 0;
}
.banner-home .banner2 a:after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.15);
    width: 0;
    height: 0;
}
.banner-home .banner2 a:hover:before,
.banner-home .banner2 a:hover:after{
    width: 100%;
    height: 100%;
}
/*.banner-home:hover .banner2 a{
	opacity: 0.7; filter:alpha(opacity = 70);
}
.banner-home .banner2 a:hover{
	opacity: 1; filter:alpha(opacity = 100);
}*/
/*-----banner policy----*/
.banner-policy {
    background-color: #eee;
    /*color: #444;*/
    font-size: 116.6%;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 0 #d9d9d9;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    clear: both;
}
.banner-policy .inner {
    float: left;
    padding: 30px 0;
}
.banner-policy .policy{
    width: 25%;
    float: left;
    border-right: 1px solid #ddd;
    padding: 0 35px;
    line-height: 19px;
}
.banner-policy .policy2{
    padding: 0 20px;
}
.banner-policy .policy4{
    padding: 0 30px;
    border-right: none;
}
.banner-policy .policy a span{
    float: left;
    text-indent: -999em;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.banner-policy .policy1 a span{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-money.png);
    width: 27px;
    height: 36px;
}
.banner-policy .policy2 a span{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-freeship.png);
    width: 53px;
    height: 32px;
}
.banner-policy .policy3 a span{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-celander.png);
    width: 33px;
    height: 34px;
}
.banner-policy .policy4 a span{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-umbrella.png);
    width: 34px;
    height: 34px;
}
/*---policy detail page--*/
.yt-custom-block{
    padding-right: 0px;
    padding-left: 0px;
    overflow: inherit;
    position: initial;
}
.policy-detail .banner-policy{
    box-shadow: none;
    margin-top: 0;
}
.policy-detail .banner-policy .policy{
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
}
.policy-detail .banner-policy .policy1{
    padding: 32px 33px;
}
.policy-detail .banner-policy .policy2{
    padding: 32px 11px;
}
.policy-detail .banner-policy .policy3{
    padding: 32px 28px;
}
.policy-detail .banner-policy .policy4{
    padding: 32px 22px;
}
.policy-detail .banner-policy .policy1 a span{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-money4.png);
    width: 27px;
    height: 36px;
}
.policy-detail .banner-policy .policy2 a span{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-freeship4.png);
    width: 53px;
    height: 35px;
}
.policy-detail .banner-policy .policy3 a span{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-celander4.png);
    width: 33px;
    height: 34px;
}
.policy-detail .banner-policy .policy4 a span{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-umbrella4.png);
    width: 34px;
    height: 34px;
}
/*--------------megamenu-------------------*/
#yt_header.header1-wrap .mega-horizontal-wrap{
    background-color: #666;
    height: 50px;
    line-height: 50px;
}
#yt_header .yt-menu{
    /*margin-top:-50px;*/
    max-height: 649px;
    float: left;
    width: 100%;
}
.cms-index-index #btn_categories {

}
#btn_categories{
    background-color:#444;
    padding:0 20px;
    height: 36px;
    line-height: 35px;
    position: relative;
}
#btn_categories:after{
    position: absolute;
    /* content: ""; */
    /* background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-cate-down.png) no-repeat; */
    top: 2px;
    right: 12px;
    width: 15px;
    height: 15px;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff;
}
#btn_categories span{
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    font-size:116.6%;
    letter-spacing: .8px;
}
#btn_categories .icon-cate{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-cate.png) no-repeat;
    width:14px;
    height:11px;
    display:inline-block;
    margin-right:11px;
}

#yt_header #yt_menu_short{
    position:relative;
    margin-top:-50px;
}
#yt_header #yt_menu_short .yt-menu-content{
    visibility:hidden;
    opacity: 0; filter:alpha(opacity = 0);
    position:absolute;
    top:60px;
    left:0;
    width:100%; height:100%;
    z-index:99;

    /*width:277px;*/
}
#yt_header #yt_menu_short:hover{
    cursor:pointer;
}
#yt_header #yt_menu_short:hover .yt-menu-content{
    visibility:visible;
    opacity: 1; filter:alpha(opacity = 100);
    left:0;
    top:50px;
    box-sizing: unset;
}

.more-wrap{
    border-top:1px solid #ddd;
    padding:17px 20px;
    clear:both;
    display:inline-block;
    width:100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.more-wrap .more-view:hover{
    cursor:pointer;
}
.more-wrap .more-view{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-more-cate.png) no-repeat left center;
    width:13px;
    /*height:13px;*/
    padding-left:25px;
    /*color:#444;*/
    font-size:108.3%;
}
.more-wrap .more-view.open{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-close-cate.png) no-repeat left center;
}

/*-------------------------------- css for Footer -------------------------------*/
.cms-home #yt_footer,
.cms-index-index #yt_footer{
    margin-top: 0px;
    z-index:-1;
}
.catalog-product-view #yt_footer{
    margin-top: 30px;
}

.newsletter-form div:not(.form-group) {
    position: absolute;
}

#yt_footer{
    margin-top: 40px;
    /*position: relative;*/
}
.yt-copyright{
    padding-left: 0;
}
.yt-payment{
    padding-right: 0;
}
#yt_footer .footer-top{
    background-color: #58595b;
    color: #f9f9f9;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
#yt_footer .footer-top a{
    color: #fff;
}
#yt_footer .footer-bottom{
    background-color: #58595b;
    color: #fff;
    padding: 10px 0;
}
#yt_footer .yt-payment .block-payment{
    float: right;
}
#yt_footer .yt-payment a{
    display: inline-block;
    text-indent: -999em;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/payment-bg.png) ;
    background-repeat: no-repeat;
    width: 36px;
    height: 20px;
}
#yt_footer .yt-payment .payment1{
    background-position: 3px 0;
}
#yt_footer .yt-payment .payment2{
    background-position: -37px center;
}
#yt_footer .yt-payment .payment3{
    background-position: -75px center;
}
#yt_footer .yt-payment .payment4{
    background-position: -114px center;
}
#yt_footer .yt-payment .payment5{
    background-position: -150px center;
}
#yt_footer .yt-payment .payment6{
    background-position: -186px center;
}
/*------spotlight-------*/
.spotlight-wrap{
    margin: 40px -15px 0 -15px;
    float: left;
}
.spotlight-wrap .spotlight .block-title{
    font-size:116.6%;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 100%;
    color: #6ebc14;
}
.spotlight-wrap .spotlight{
    font-size: 108.3%;
}
.spotlight-wrap .spotlight ul li a{
    line-height: 23px;
}
.spotlight-wrap .spotlight ul li a:hover{
    padding-left: 5px;
}
.spotlight-wrap .spotlight ul li a:before{
    content: "\f101";
    font-family: 'FontAwesome';
    padding-right:6px;
    color: #f9f9f9
}
.spotlight-wrap .spotlight4 ul li a:before{
    content: "";
    padding-right: 0;
}
.spotlight-wrap .spotlight4 ul li a,
.spotlight4{
    line-height: 18px;
    color: #f9f9f9
}
.spotlight4 .phone .inner{
    margin-top: -6px;
}
.spotlight4 .email .inner{
    margin-top: 5px;
}
.spotlight4 .address .inner{
    margin-top: -5px;
    color: #f9f9f9
}
.spotlight4 .phone,
.spotlight4 .email,
.spotlight4 .address{
    margin-top: 20px;
    float: left;
    width: 100%;
    color: #f9f9f9
}
.spotlight4 .phone{
    padding-top: 5px;
}
.spotlight4 .ico-contactus{
    background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-contactus.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: #969696;
    text-indent: -999em;
    display: block;
    -moz-border-radius:2px;
    khtml-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    margin-right: 10px;
    float: left;
}
.spotlight-wrap .spotlight4 .address .ico-contactus{
    background-position: 9px 7px;
}
.spotlight-wrap .spotlight4 .email .ico-contactus{
    background-position: 7px -34px;
}
.spotlight-wrap .spotlight4 .phone .ico-contactus{
    background-position: 7px -75px;
}
/*-------footer links-----*/
.footer-links-w {
    float: left;
    width: 100%;
    font-size: 91.6%;
    background: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/line-bg.png') repeat-x  top left;
    padding: 40px 0;
    margin-top: 25px;
}
.footer-links-w .label-link{
    font-weight: bold;
    padding-bottom:10px;
}
.footer-links-w ul li{
    padding-bottom: 5px;
}
.footer-links-w ul li h2{
    display: inline-block;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
/*----socials--------*/
.social-fixed{
    position: fixed;
    right: 0;
    top:260px;
    z-index: 999;
}
.socials-wrap{
    float: left;
}
.socials-wrap ul li{
    /*width:40px;
   height:40px;*/
}
.socials-wrap ul li a{
    font-size:18px;
    color: #fff;
    width:40px;
    height:40px;
    text-align:center;
    display: block;
    line-height: 40px;
}
.socials-wrap ul li a span{
    width: 0px;
}
.socials-wrap ul li a.icon-facebook{
    background-color: #3c599f;
}
.socials-wrap ul li a.icon-twitter{
    background-color: #5ea9dd;
}
.socials-wrap ul li a.icon-google-plus{
    background-color: #dd4b39;
}
.socials-wrap ul li a.icon-pinterest{
    background-color: #d73532;
}
.socials-wrap ul li a.icon-linkedin{
    background-color: #007bb6;
}
.socials-wrap ul li a.icon-flickr{
    background-color: #ff0084;
}
#yt_footer .socials-wrap ul li a:hover{
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}


/*---------------------------------back to top---------------------------------*/
#yt-totop {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/backtotop.png") no-repeat scroll center center ;
    top: -25px;
    height: 48px;
    width: 48px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    z-index: 99;
    /*border-radius:100%;
    -moz-border-radius:100%;
    khtml-border-radius:100%;
    -webkit-border-radius:100%;*/
    text-align:center;
}
/*-------------------------css for breadcrumbs---------------------------*/
.category-image{
    margin-bottom: 40px;
}
.category-image img{
    max-width:100%;
}
#yt_pathway{
    margin-top: 15px;
}
.cms-index-index #yt_content .columns-w{
    margin-top: 0px;
}
#yt_content .columns-w{
    margin-top: 20px;
}
#yt_pathway .pathway-inner .breadcrumbs{
    float:left;
    width:100%;
}

#yt_pathway  ul.breadcrumbs li a,
#yt_pathway  ul.breadcrumbs li{
    float:left;
}
#yt_pathway  ul.breadcrumbs li.last,
#yt_pathway  ul.breadcrumbs li a{
    position: relative;

    height: 24px;
    line-height: 21px;
    margin-right: 3px;
    padding: 0 10px 0 15px;
}

#yt_pathway  ul.breadcrumbs li.last:after,
#yt_pathway  ul.breadcrumbs li a:after{
    position: absolute;
    content: "\f105";
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    top: 0px;
    right: -10px;
    font-size: 15px;
    width: 10px;
    height: 24px;

}
#yt_pathway  ul.breadcrumbs li.last:after {
    content: '';
}

#yt_pathway  ul.breadcrumbs li.home a:before{
    content: "";
    background: none;
    width: 0;
    height: 0;
}
#yt_pathway  ul.breadcrumbs li.home a{
    padding-left: 0;
    /*border-left: 1px solid #ddd;*/
}
/*------------------------------- css for page title ---------------------------*/
#yt_wrapper .page-title h1,
#yt_wrapper h1.page-title{
    margin: 0px 0 45px 0;
}
#yt_wrapper .aboutus-page .page-title h1{
    margin:0px 0 30px 0;
}
.catalog-category-view #yt_wrapper .page-title h1{
    margin:0;
    /*display: none;*/
    margin-bottom: 10px;
    color: #6ebc14;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px
}
#product_sendtofriend_form{
    margin-top:30px;
}
#yt_wrapper h1.page-title,
#yt_wrapper .page-title h1{
    font-size: 167%;
    /*text-transform:capitalize;*/
    font-weight:bold;
    font-family: inherit;
    position: relative;
}
#yt_wrapper .page-title h1:after{
    /*content: "";*/
    /*width: 70px;*/
    /*height: 3px;*/
    /*position: absolute;*/
    /*bottom: -10px;*/
    /*left: 0;*/
}
#yt_wrapper .category-products .yt-products-container{
    margin-top:30px;
}

/*--------------------------------css for toolbar listting-------------------------------*/

.toolbar-top{
    top: 75px;
    padding: 0 5px;
}
.toolbar .pager-wrapper{
    padding-right: 0px;
    float: left;
}
.toolbar .view-mode-wrap{
    padding-left: 0;
    float: left;
}
.toolbar .toolbar-center{
    padding: 0;
    float: left;
}
.toolbar .view-mode-label{
    margin-top:7px;
}
.toolbar .view-mode-label,
.toolbar .view-mode{
    float:left;
}
.toolbar {
    clear:both;
    padding: 10px 0 10px 0;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 12px -4px rgba(0,0,0,.1);
}
.toolbar .view-mode-wrap .view-mode .grid{
    margin-right: 5px;
}
.toolbar .view-mode-wrap .view-mode strong,
.toolbar .view-mode-wrap .view-mode a{
    width:30px;
    height:30px;
    background-repeat:no-repeat;
    display:inline-block;
    float:left;
    background-position:center center;
    background-color: #e9e9e9;
}
.toolbar .view-mode-wrap .view-mode a.grid:hover,
.toolbar .view-mode-wrap .view-mode strong.grid{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-grid-w.png);
}
.toolbar .view-mode-wrap .view-mode a.grid{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-grid.png);
}
.toolbar .view-mode-wrap .view-mode a.list{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-list.png);
}
.toolbar .view-mode-wrap .view-mode a.list:hover,
.toolbar .view-mode-wrap .view-mode strong.list{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-list-w.png);
}
.toolbar .right-inner{
    float:right;
    height:48px;
    padding-top:10px;
}
.toolbar label,
.toolbar .limiter-wrap .limiter .select-new{
    float:left;
    font-weight:normal;
    line-height:30px;
}
.toolbar .limiter-wrap .limiter .label-page{ padding-left:8px;}
.toolbar .limiter-wrap .limiter label{ margin-right:7px; margin-left: 15px;}
.toolbar .select-new{
    float:left;
}
.toolbar .sort-by-wrap label{
    font-weight:normal;
    float:left;
    line-height:28px;
    padding-right:6px;
}
.toolbar label{
    padding-bottom: 0px !important;
}
/* pagination*/
.toolbar .pagination-wrap .pagination{
    margin:0;
    float:right;
}
.toolbar .pagination-wrap .inner{
    float:right;
}
.toolbar .pagination-wrap .pagination .pages ol li{
    float:left;
    margin-left:2px;
    line-height: 100%;
}
.toolbar .pagination-wrap .pagination .pages ol li a{
    background-color:#fff;
    border:1px solid #e2e2e2;
    padding:7px 9px 8px;
    display: block;
}
.toolbar .pagination-wrap .pagination .pages ol li:hover a,
.toolbar .pagination-wrap .pagination .pages ol li.current a{

}
.toolbar .pagination-wrap .pagination .pages ol li a.next,
.toolbar .pagination-wrap .pagination .pages ol li a.previous{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/arrow-toolbar.png);
    background-repeat:no-repeat;
    display:inline-block;
    text-indent:-999em;
    width:27px; height:29px;
}
.toolbar .pagination-wrap .pagination .pages ol li a.previous{
    background-position:-1px -2px;
}
.toolbar .pagination-wrap .pagination .pages ol li a.previous:hover{
    background-position:-51px -2px;
}
.toolbar .pagination-wrap .pagination .pages ol li a.next{
    background-position:-152px -2px;
}
.toolbar .pagination-wrap .pagination .pages ol li a.next:hover{
    background-position:-102px -2px;
}
.toolbar .sort-by .set-desc,
.toolbar .sort-by .set-asc {
    display: block;
    float: left;
    text-indent: -999em;
    width:20px; height:28px;
    background-position:center center !important;
}
.toolbar .sort-by .set-desc{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/desc.png) no-repeat;
}

.toolbar .sort-by .set-asc{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/asc.png) no-repeat;
}
/*---over write select option >> ul, li ---*/
.toolbar .select-inner{
    position:relative;
}
.toolbar .select-inner ul{
    opacity: 0; filter:alpha(opacity = 0);
    visibility:hidden;
    background-color:#fff;
    border:1px solid #e2e2e2;
    position:absolute;
    top:29px;
    left:0;
    z-index:1;
}
.toolbar .select-inner ul#limiter{
    width:45px;
}
/*.toolbar .select-inner ul#sort_by{
	width:87px;
}*/
.toolbar .select-inner ul li a{
    padding:7px 25px 7px 10px;
    width:100%;
    display:block;
    line-height:100%;
    text-align: left;
}
.toolbar  .sort-by .select-inner ul li a{
    padding:7px 31px 7px 10px;
}

.toolbar .select-inner ul li:hover a.selected,
.toolbar .select-inner ul li:hover a{
    color:#fff;
}
.toolbar .select-inner ul li a.selected{
    /*color:#444;*/
    background-color:#ededed;
}
.toolbar .select-inner:hover{
    cursor:pointer;
}
.toolbar .select-inner:hover ul{
    visibility:visible;
    opacity: 1; filter:alpha(opacity = 100);
}
.toolbar .select-inner .overwrite-limiter,
.toolbar .select-inner .overwrite-sortby{
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    height:30px;
    line-height:27px;
    position:relative;
}
.toolbar .select-inner .overwrite-sortby{
    padding-left:10px;
    padding-right:31px;
}
.toolbar .select-inner .overwrite-limiter{
    width:45px;
    padding-left:6px;
}
.toolbar .select-inner .overwrite-limiter:after,
.toolbar .select-inner .overwrite-sortby:after{
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size:14px;
    color:#8d8d8d;
    position:absolute;
}
.toolbar .select-inner .overwrite-sortby:after{
    right:10px;
}
.toolbar .select-inner .overwrite-limiter:after{
    right:6px;
}

/*----------------------css for left right column------------------------*/
#yt_main_right,
#yt_right{
    padding-right:0;
}
#yt_main_left,
#yt_left{
    padding-left: 0;
}
#yt_left .block,
#yt_right .block{
    clear:both;
}

#yt_left .block-title strong,
#yt_right .block-title strong{
    font-weight:normal;
}

#yt_left .block-title,
#yt_right .block-title{
    border-bottom: 1px solid #ddd;
    line-height: 100%;
}
#yt_left .block-title span,
#yt_right .block-title span{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 133%;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    line-height: 100%;
}
#yt_left .block-title span:after,
#yt_right .block-title span:after{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    content: "";
}
#yt_right .block-content,
#yt_left .block-content{
    float: left;
    width: 100%;

    margin-bottom:30px;
    margin-top: 20px;
}
/*-------tags-------*/
#yt_right .block-tags .block-content,
#yt_left .block-tags .block-content{
    border: none;
    padding: 0;
}
.tags-list li{
    float: left;
    margin-right: 10px;
}
.tags-list li a{
    font-size: 100% !important;
    color: #444;
}
#yt_wrapper .block-tags .actions .button,
.block-tags .tags-list li a{
    font-size: 100% !important;
    background-color: #eee;
    -moz-border-radius:2px;
    khtml-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    padding: 6px 15px;
    height: 30px;
    line-height: 30px;
    color: #444;
}
#yt_wrapper .block-tags .actions .button{
    text-transform: capitalize;
}
#yt_wrapper .block-tags .actions .button:after{
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size:14px;
    color:#444;
    padding-left:6px;
}
#yt_wrapper .block-tags .actions .button:hover:after,
#yt_wrapper .block-tags .actions .button:hover,
.block-tags .tags-list li a:hover{
    color: #fff;
}
.block-tags ul li{
    float: left;
    margin-right: 5px;
    margin-bottom: 4px;
}
#my_recent_tags .tags ul li,
#yt_tab_tags .box-tags .product-tags li{
    float:left;
    margin-right:10px;
}
.block-tags .actions{
    clear:both;
    margin-top: 5px;
    float: left;
}

/*----------block compare--------*/
.block-compare #compare-items .btn-remove{
    float:right;
}
.block-compare #compare-items li{
    line-height:100%;
    padding-bottom:20px;
}
.block-compare .actions{
    border-top:1px solid #e6e6e6;
    margin:0 -20px;
    padding:20px 20px 0 20px;
}
#yt_wrapper .block-compare .actions .button.btn-clear{
    float:left;
}
#yt_wrapper .block-compare .actions .button.btn-clear a{
    color:#fff;
}
.block-compare .actions button{
    float:right;
}
/*------shop by------------*/
#yt_left #layered-navigation .actions{
    padding:0;
}
#layered-navigation .currently-wrap{
    border:1px solid #e6e6e6;
    padding:0 20px 20px 20px;
    margin-top: 20px;
}

#layered-navigation .currently .block-subtitle{
    text-transform:uppercase;
    font-size:116.6%;
    float:left;
    padding-top:10px;
    padding-bottom:5px;
    width: 100%;
}
#layered-navigation .currently .label{
    color:#666;
    font-size:12px;
}
#layered-navigation .currently .btn-remove{

}
#layered-navigation .block-layered-nav .actions a{
    float:right;
    margin-top:10px;
}
#narrow-by-list dt{
    font-weight:normal;
    text-transform:uppercase;
    font-size:116.6%;
    margin-bottom: 10px;
}
#layered-navigation .block-layered-nav .block-content{
    padding: 20px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 12px -4px rgba(0,0,0,.1);
}
#narrow-by-list .item-filter{
    padding:0 20px;
}
#narrow-by-list dd{
    overflow:hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}
#narrow-by-list dd.last{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#narrow-by-list dd input{
    width:70px;
    float:left;
}
#narrow-by-list dd #price-filter-min-text{
    margin-right:5px;
}
#narrow-by-list dd #button-price-slider{
    margin-top:1px !important;
}
#narrow-by-list dd #price-filter{
    margin-top:20px;
}
#narrow-by-list dd ol li{
    line-height:28px;
}
#narrow-by-list .check-shopby{
    display:none;
}
#narrow-by-list dd ol li a{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-shopby.png) no-repeat 0 6px;
    padding-left:25px;
    display:inline-block;
}
.block-layered-nav #narrow-by-list ol li:before {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-shopby.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    width: 16px;
    top: 6px;
}
#narrow-by-list ol li a:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    width: 16px;
}
#narrow-by-list dd ol li a.checked{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-shopby.png) no-repeat 0 -79px;
    position: relative;
}
#narrow-by-list .price-wrapper-shopby .pr-to,
#narrow-by-list .price-wrapper-shopby .pr-from{
    border:1px solid #e3e1e1;
    padding:10px;
    font-size:12px;
    margin:10px 0;
    display:inline-block;
}
#narrow-by-list .price-wrapper-shopby .pr-to-wrap{
    float:right;
}
#narrow-by-list .price_filter{
    clear:both;
}
#narrow-by-list .filter-title{
    display:none;
}
/*#narrow-by-list > dt.Price{
	display: none;
}*/
/*-----------------------navigation sidenav---------------------------------------*/
#yt_sidenav li.parent{
    position:relative;
}
#yt_sidenav li a.subhead{
    border-bottom:1px solid #e6e6e6;
    display:block;
    line-height:35px;
}
#yt_sidenav li:last-child a.subhead{
    border-bottom:none;
}
#yt_sidenav li.parent ul{
    padding-left:20px;
}
#yt_sidenav li.parent ul li a{
    line-height:30px;
    border-bottom:1px dashed #e6e6e6;
    display:block;
}
#yt_sidenav li .toggle{
    display:none;
}
#yt_sidenav li .touch-item.change,
#yt_sidenav li .touch-item{
    position:absolute;
    right:0;
    top:2px;
    width:20px;
    height:20px;
    text-indent:-999em;
    display:block;
}
#yt_sidenav li .touch-item.change{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-plus.png) right center no-repeat;
}
#yt_sidenav li.parent .toggle{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-plus.png) right center no-repeat;
    position:absolute;
    right:0;
    top:6px;
    width:20px;
    height:20px;
    text-indent:-999em;
    display:block;
}
#yt_sidenav li .touch-item,
#yt_sidenav li.parent .toggle.selected{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-minus.png) right center no-repeat;
}
/*---------------------------------listing-------------------------------------------*/
/*.fancybox-overlay-fixed .fancybox-title {
    display: none;
}*/
.category-products .item .product-name{
    font-size:116.5%;
    color: #000;

}
.category-products .item .product-image{
    position: relative;
}

.products-grid .product-image img{
    max-width: 100%;

}
.products-grid .products-row {
    display: flex;
    flex-wrap: wrap;
}
.products-grid .products-row .item-inner{
    height: 100%;
}

.products-grid .products-row .item .item-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
    align-content: center;
}
.products-grid .products-row .item .item-inner .product-info-bottom {
    width: 90%;
    margin-top: auto;
}

.category-products .item .product-image {overflow: hidden}
.category-products .item .product-image a img{
    width:100%;
    -webkit-transition: 0.5s transform;
    transition: 0.5s transform;
}
.category-products .item .product-image a img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.category-products .item .product-image a img .gallery-image{
    display:block!important;
}

.category-products .item-inner .product-image .image-hover{
    position:absolute;
    top:0px;
    left:0px;
    opacity: 0; filter:alpha(opacity = 0);
    visibility:hidden;
}
.category-products .item-inner:hover .product-image .image-hover{
    opacity: 1; filter:alpha(opacity = 100);
    visibility:visible;
}
.category-products .item .sm_quickview_handler{
    position:absolute;
    z-index:2;
}
.category-products .item .product-image a.product-img{
    z-index:1;
    position:relative;
    display:block;
}
.category-products .item .product-addcart{
    /*float:left;*/
    /*width: 100%;*/
}
.homeproduct-lists .item .product-addcart{
    width: 100%;
    /*position: absolute;*/
    bottom: 0px;
    box-sizing: border-box;
    /*transform: translateX(-50%);*/

    margin-top: 15px;
}

.category-products .item .product-addcart .btn-cart{
    /*text-transform:uppercase;*/
    background-color:#7dbe30;
    /*border:1px solid #dddddd;*/
    color: #fff;
    padding-left:30px;
    padding-right:13px;
    height:35px;
    line-height: 32px;
    /*float: left;*/
    position:relative;
    margin-left:0px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0px 2px 1px 0px #346922;
    font-size: 115%;
}
.category-products .item .product-addcart .btn-cart:before{
    display: none;
}
/*.category-products .item .product-addcart .btn-cart:before{*/

/*    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/btn-cart.png);*/
/*    background-position:8px;*/

/*    !*background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/btn-cart.png);*!*/
/*    background-repeat: no-repeat;*/
/*    !*background-position:-37px 0px;*!*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 35px;*/
/*    height: 32px;*/
/*    border-radius: 3px 0 0 3px;*/
/*    background-color: #5c9a13;*/
/*    border-right: 1px solid #fff;*/
/*    border-bottom-right-radius: 30% 100%!important;*/
/*}*/
/*.category-products .item .product-addcart .btn-cart:hover:before{*/
/*    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/btn-cart.png);*/
/*    background-position:-30px 8px;*/
/*}*/

.category-products .item .product-addcart .btn-cart:hover{
    background-color: #3c5f15 !important;
}



.category-products .item .product-addcart .bt-inf:hover:before{
    background: none;
}
.category-products .item .product-addcart .bt-inf:before{
    background: none;
    background-color: #5c9a13;
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    padding-top: 8px
}

.yt-product-detail .add-to-links li a{
    width: 40px !important;
    height: 40px !important;
    margin-left:10px;
}
.yt-product-detail .add-to-links li a,
.category-products .item .wishlist-compare a{
    width: 32px;
    height: 32px;
    text-indent: -999em;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/wishlist-compare.png);
    background-repeat: no-repeat;
    display: inline-block;
    border: 1px solid #ddd;
    margin-left: 5px;
    float: left;
}
.yt-product-detail .add-to-links li a.link-wishlist{
    background-position: 13px center;
}
.category-products .item .wishlist-compare a.link-wishlist{
    background-position: 9px center;
}
.yt-product-detail .add-to-links li a.link-compare{
    background-position: -23px center;
}
.category-products .item .wishlist-compare a.link-compare{
    background-position: -27px center;
    display: none;
}


.category-products .item .price-box{
    line-height:100%;min-height: 40px; margin-bottom: 10px;

}
.homeproduct-lists .item .price-box {
    /*position: absolute;*/
    /*bottom: 65px;*/
    /*box-sizing: border-box;*/
    /*transform: translateX(-50%);*/
    /*left: 50%;*/
}
.yt-product-detail .product-img-box .have-ico,
.category-products .item .product-image .have-ico{
    position:absolute;
    top:15px;
    /*text-indent:-999em;*/
    z-index:10000;
}
.yt-product-detail .product-img-box .new-product,
.category-products .item .product-image .new-product{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-new.png) no-repeat;
    width:56px;
    height:40px;
    right: 15px;
    text-indent:-999em;
}
.yt-product-detail .product-img-box .sale-product,
.category-products .item .product-image .sale-product{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-sale.png) no-repeat;
    width:56px;
    height:30px;
    left:15px;
    text-indent:-999em;
}

.category-products .item .product-image .otthonfelujitasi{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/otthonfelujitasi_2.svg) no-repeat;
    width:60px;
    height:60px;
    right: 15px;
    background-size: cover;
}

.category-products .item .product-image .norway{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/norway.svg) no-repeat;
    width:60px;
    height:47px;
    right: 15px;
    top: 150px;
    background-size: cover;
}

.yt-product-detail .product-img-box .otthonfelujitasi{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/otthonfelujitasi_2.svg) no-repeat;
    width:90px;
    height:90px;
    right: 15px;
    background-size: contain;
}

.yt-product-detail .product-img-box .norway{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/norway.svg) no-repeat;
    width:90px;
    height:90px;
    right: 15px;
    background-size: contain;
    top: 150px;
}

.yt-product-detail .product-img-box .have-ico-lefttop{
    top: 50px;
}

.yt-product-detail .product-img-box .have-ico-righttop{
    top: 0px;
    right: 0;
}

.yt-product-detail .product-img-box .have-ico-rightbottom{
    bottom: 10px;
    right: 0;
    top: unset;
}

.yt-product-detail .product-img-box .have-ico-leftbottom{
    bottom: 10px;
    left: 0;
    top: unset;
}

.yt-product-detail .product-img-box .have-ico img{
    max-width: 90px;
}

.yt-product-detail .sale-product-percent {
    width: 95px;
    border-radius: 6px 6px 0 0;
    padding: 7px 10px;
    height: 40px;
    left: 0px;

}


.yt-product-detail .product-img-box .ico-name a{color: #fff}
.yt-product-detail .product-img-box .ico-name {
    position: absolute;
    top: 40px;
    z-index: 10000;
    background: #f48120;
    color: #fff;
    padding: 8px;
    left: 0px;
    font-size: 110%;
    width: 95px;
    text-align: center;
    border-radius: 0 0 6px 6px;
}

.category-products .item .product-image .basic-product{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/basic_label.svg) no-repeat;
    width: 80px;
    height: 28px;
    right: 15px;
    top: 10px;
    text-indent:-999em;
}

.newsletter-blog {
    margin: 30px 0;
    padding: 20px;
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/newsletter-top.png") no-repeat right #f0f7e7;
    border-radius: 8px;
    box-shadow: 0 2px 12px -4px rgb(0 0 0 / 10%);
    font-size: 130%;
    line-height: 150%;
    padding-right: 200px;
}

.newsletter-blog h4 {
    color: #66A743;
    font-size: 160%;
    font-weight: bold;
    margin: 10px 0 20px 0;
}
.newsletter-blog p {
    margin-bottom: 8px;
}


.category-products .item .product-image .have-icons img {
    max-width: 70px;
}

.products-grid .item .product-image img {
    padding: 10px;
    width: 100%;
}

.category-products .item .product-image .have-icons {
    bottom: 0;
    left: -10px;
    top: unset;
    z-index: 0!important;
}
.landing-banner {
    margin-top: 15px;
    display: block;
    margin-bottom: 15px;
}
.newsletter-blog .btn-newsletter {
    transition: background-color 0.5s ease;
    padding: 5px 10px;
    margin: 10px 0;
    color: #fff;
    background: #4f7f33;
    display: inline-block;
    border-radius: 6px;
    box-shadow: 0 2px 12px -4px rgb(0 0 0 / 10%);
    text-align: center;
}

@media (max-width: 700px) {
    .newsletter-blog {
        padding-right: 0%;
        max-width: 100%;
        padding-top: 126px;
        background-position: 20px 23px;
        background-size: 100px;
    }
}

.newsletter-blog .btn-newsletter:hover {
    background: #66a743;
}

/*-------for price---------*/


.bundle-sale-price-box .price{
    color: #6ebc14;
    font-weight: bold;
    font-style: italic;
}

.bundle-sale-price-box .old-price .price{
    color:#999;
    text-decoration:line-through;
    font-size: 100%;
    text-shadow: none ;
    padding-left: 5px;
}


.price-box .price,
.category-products .item .price-box .price{
    color: #6ebc14;
    font-size: 133%;


    font-weight: bold;
    font-style: italic;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 2px 7px black;
}
.yt-product-detail .price-box .price-from .price,
.yt-product-detail .price-box .price-to .price,
.yt-product-detail .price-box .price{
    font-size: 250%;
}
.yt-product-detail .price-box .special-price .special-price{
    font-size: 100%;
}
.yt-product-detail .price-box .old-price .price{
    font-size: 116.6%;
}
.price-box .old-price .price,
.item .item-price .old-price .price,
.item .product-price .old-price .price{
    color:#999;
    text-decoration:line-through;
    font-size: 100%;
}
.product-essential .price-box-bundle .price-from,
.product-essential .price-box-bundle .price-to
{
    display: none;
}

.product-essential .price-box-bundle .price-box .price
{
    display: none;
}
.landingpage-category-box .price-box.df-p .price {
    margin-top: 5px!important;
}

.price-box .default-price {display: flex; color: #999999; width: 100%; }
.price-box .default-price span {padding-right: 5px}
.price-box .default-price .price
{
    display: block!important;
    font-size: 120%!important;
    text-shadow: none!important;
    /*text-decoration: line-through;*/
    color: #999999!important;
    font-weight: normal!important;

}

.price-box .default-price span {
    margin-top: 5px!important;
}
.landingpage-category-box .price-box.df-p .minimal-price {margin-top: 13px!important;}


.item-inner .price-box .default-price{justify-content: center;}


.price-box .price-from,
.category-products .item .price-box .price-from{
    margin-right:10px;
    margin-top: 20px;
}
.category-products .item .price-box .price-from{
    margin-top: 8px;
}
.category-products .item .price-box .price-from .price,
.category-products .item .price-box .price-to .price{
    font-size:133%;
}
.category-products .item .price-box .price-to {display: none}
.category-products .item .ratings .amount{
    display: none;
}

/*--------------------------------listing content grid-------------------------------*/
#yt_main .yt-product-detail .sm-slider .item{
    min-height: 400px;
}
.products-grid .item{
    margin-bottom:15px;
    /*min-height:380px;*/
    float: left;
    padding: 5px;
}
.yt-content-inner {
    background: #f5f5f5;
}
.catalog-product-view .yt-content-inner {
    background: #fff;
}
.products-grid .item .item-inner{

    float: left;
    width: 100%;
    min-height: 382px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    /*box-shadow: 0 2px 12px -4px rgba(0,0,0,.1);*/
}
.products-grid .item .item-inner:hover{
    /*-ms-box-shadow:  0px 1px 6px 0px rgba(0, 0, 0, 0.3);*/
    /*-o-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);*/
    /*-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);*/
    /*-moz-box-shadow:    0px 1px 6px 0px rgba(0, 0, 0, 0.3);*/
    /*box-shadow:         0px 1px 6px 0px rgba(0, 0, 0, 0.3);*/
}
.products-grid .item .product-price{
    margin-top:10px;
}
.products-grid .item .product-review{
    line-height: 100%;
}
.products-grid .item .product-review .rating-box{
    margin-top: 0px;
}
.products-grid .item .product-name{
    margin-top:5px;
    margin-bottom:20px;
    line-height:145%;
    min-height: 60px;
    font-size: 120%;
    max-height: 60px;
    overflow: hidden;
}
.products-grid .item .product-addto-wrap{
text-align: center;
    clear:both;
    display: block;
    margin: auto;
}
#block-upsell .item .product-addto-wrap{
    display: none;
}
.products-grid .item .item-inner .product-info{
    /*float: left;*/
    width: 100%;
    padding: 0 10px 10px 10px;
    text-align: center;
}

.products-grid .configurable-swatch-list{
    position:absolute;
    bottom:10px;
    width:100%;
    left:0px;
    text-align: center;
}

.products-grid .configurable-swatch-list li{
    display: inline-block;
}

.block-layered-nav .configurable-swatch-list li:before{
    display: none;
}

.block-layered-nav .configurable-swatch-list li a{
    background:none!important;
    padding-left:0px!important;
}

.block-layered-nav .configurable-swatch-list li{
    float:left;
    width:50%;
}

/*--------------------------------listing content list-------------------------------*/
.products-list .item{
    margin-bottom:30px;
}
.products-list .product-list-left{
    padding-left: 0px;
    padding-right: 0px;

}
.products-list .item .product-info{
    padding-right: 0px;
}
.products-list .item .product-info .product-name{
    padding-bottom: 7px;
    line-height: 100%;
}
.products-list .item .product-info .product-price{
    margin-top: 15px;
}

.products-list .item .product-info .no-rating{
    margin-top: 3px;
}
.products-list .item .item-inner .product-image{
    border:1px solid #ddd;
    float:left;
    width: 100%;
}
.products-list .item .product-addto-wrap{
    margin-top:20px;
}
.products-list .item .product-addto-wrap .product-addcart{

}
.products-list .configurable-swatch-list li{
    display: inline-block;
    margin-top:12px;
}
/*-----------------------------cross sell------------------------------------*/
.crosssell{
    margin-top: 20px;
}
.crosssell > h2{
    margin-bottom: 20px;
}
#crosssell-products-list a.product-image{
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0 10px 20px 0;
}
#crosssell-products-list li.item{
    margin-bottom: 20px;
}
#crosssell-products-list li .price-box{
    padding: 5px 0;
}

/*#crosssell-products-list .separator{ display: none;}*/

/*----------------------------css for detail page-------------------------------*/
#sender_options textarea{
    width:230px;
}
.yt-product-detail select,
.yt-product-detail label{
    margin-bottom:0px;
}
.yt-product-detail .show-phone{
    display:none;
}
.yt-product-detail .yt-detail-left{
    padding-left: 0;
}

.yt-product-detail .product-img-box{
    position:relative;
    z-index:1;
    float: left;
    width: 100%;
}
.yt-product-detail .product-img-box .yt-detail-image{
    position: relative;
    margin-bottom: 10px;
}
.yt-product-detail .product-img-box .product-image-zoom > #wrap{
    /*border:1px solid #ddd;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yt-product-detail .product-img-box .product-image-zoom > #wrap > a > img{
    width: 100%;

}
.yt-product-detail .popup-btn.hidden-phone > a {
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/icon-zoom.png);
    background-repeat:  no-repeat;
    background-position:  center center;
    background-color: #8f8f8f;
    text-align: center;
    position: absolute;
    z-index: 9999;
    border-bottom: 0;
    right: 5px;
    bottom: 5px;
    width: 100%;
    height: 34px;
    width:34px;
    text-indent: -999em;
    -moz-border-radius:2px;
    khtml-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.yt-product-detail .more-views.slide-gallery .jCarouselLite{

}
.yt-product-detail .more-views .jCarouselLite > ul > li{
    float:left;
    margin: 0 5px;
}
.yt-product-detail .more-views .jCarouselLite > ul > li:last-child{
    margin-right:0px;
}
.yt-product-detail .jCarouselLite li:hover .cloud-zoom-gallery > img,
.yt-product-detail .jCarouselLite li.selected .cloud-zoom-gallery > img{

}
.yt-product-detail .jCarouselLite li .cloud-zoom-gallery {
    float: left;
    border:1px solid #ddd;
    position:relative;
}
.yt-product-detail .jCarouselLite li .cloud-zoom-gallery > img{
    width: 100%;
}
.yt-product-detail .more-views.slide-gallery{
    position:relative;
    text-align:center;
    margin-left: -4px;
}
.yt-product-detail .more-views.slide-gallery .inner{
    position:relative;
    display:inline-block;
    margin:0;
}

.yt-product-detail .more-views.slide-gallery .prev,
.yt-product-detail .more-views.slide-gallery .next{
    width:27px;
    height:27px;
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/next-prev-detail.png);
    border: 1px solid #ddd;
    background-repeat:no-repeat;
    background-color:#fff;
    position:absolute;
    top:30px;
    z-index:3;
}
.yt-product-detail .more-views.slide-gallery .next{
    right:-11px;
}
.yt-product-detail .more-views.slide-gallery .prev{
    left:-8px;
}
.yt-product-detail .more-views.slide-gallery .next{
    background-position:-72px 0;
}
.yt-product-detail .more-views.slide-gallery .prev{
    background-position:-36px center;
}
.yt-product-detail .more-views.slide-gallery .prev:hover{
    background-position: 0 -1px;
}
.yt-product-detail .more-views.slide-gallery .next:hover{
    background-position: -108px 0;
}
.yt-product-detail .more-views.slide-gallery .prev:hover,
.yt-product-detail .more-views.slide-gallery .next:hover{
    cursor:pointer;
}

.yt-product-detail .configurable-swatch-list li{
    display: inline-block;
    text-align: center;
}

.btn-cart.out-of-stock{
    background-color:#ddd!important;
}
/*qty*/
.yt-product-detail .add-to-box{
    clear:both;
    background: #eee;
    padding: 10px;
    border-radius: 6px;
}
.quantity-box .quantity-controls{
    width:15px;
    height:15px;
    background-color:#444;
    margin-bottom:0px;
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/plus-minus.png);
    background-repeat: no-repeat;
    padding: 0;
    border: none;
    position: absolute;
    right: 0;
}
.quantity-box .quantity-controls.quantity-minus{
    background-position:0 -15px;
    top: 15px;
}
.quantity-box .quantity-controls.quantity-plus{
    background-position:0 0;
    top: 0;
}
#confirmbox .quantity-box .quantity-input.qty{
    border: 1px solid #ddd;
}
.product-shop .add-to-cart input.input-text.qty,
.quantity-box .quantity-input.qty{
    width:35px;
    height:30px;
    line-height: 100%;
    border:none;
    text-align:center;
    margin:0;
    border-radius: 4px 0 0 4px;
}

#product-options-wrapper .qty-holder input.input-text{
    width: 60px;
    text-align:center;
    line-height:30px;
    height:30px;
    padding:0 0 0 5px;
}
/*--popup cart*/
#product-shop .wrap-qty{
    width:100%;
    display:inline-block;
}
#product-shop .wrap-qty .qty-set,
.product-shop .wrap-qty .qty-set{
    float:left;
}

.sp-methods li{display: block; overflow: auto; margin-bottom: 6px}
.sp-methods li label span{font-weight: bold}
.sp-methods ul{margin-top: 10px; margin-bottom: 20px}
.yt-product-detail .wrap-qty{
    background-color: #eee;
    width: 140px;
    height: 40px;
    float: left;
    padding: 7px 10px;
    padding-top: 8px;
}
.wrap-qty .qty-set .quantity-box{
    float: left;
    position: relative;
    width: 50px;
}

.yt-product-detail .wrap-qty .qty-title{
    float:left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.product-shop #product-options-wrapper label{
    font-weight:normal;
}
/***-----content detail right-----***/

.yt-product-detail .yt-detail-right{
    line-height: 150%;
    padding-right: 0px;
    float:left;
}
.yt-product-detail .product-name h1{
    font-size:167%;
    font-family: inherit;
    font-weight: bold;
    margin-top: -5px;
    line-height: 140%;
}
.yt-product-detail .product-shop .product-review{
    clear:both;
    padding:10px 0 20px;
    margin:0;
}
.yt-product-detail .product-shop .availability span{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-instock.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 18px;
    margin-left: 3px;
    color: #00abf0;
}
.yt-product-detail .addthis_toolbox{
    float:left;
    clear:both;
    margin-bottom: 25px;
}
.yt-product-detail .short-description{
    margin:25px 0 25px 0;
    /*float:left;*/
    clear: both;
    font-size: 15px;
    line-height: 25px;
}


.yt-product-detail .short-description h2{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-family: inherit;
}
.yt-product-detail .product-shop .price-box{
    float:none;
}
.yt-product-detail .product-shop .availability{
    float: right;
}
.quickview-main .yt-product-detail .add-to-cart .btn-cart,
#yt_wrapper .add-to-cart .btn-cart{
    display:block;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    padding: 14px 21px;
    float: left;
}
.quickview-main .yt-product-detail .add-to-cart .btn-cart:hover,
#yt_wrapper .add-to-cart .btn-cart:hover{
    background-color: #444 !important;
}

.yt-product-detail .add-to-cart{
    float:left;
}
.yt-product-detail .add-to-links li,
.yt-product-detail .product-add-box{
    float:left;
}
#product_addtocart_form{
    position:relative;
    margin-right: 20px;
}

.yt-product-detail #product-options-wrapper {
margin-top: 20px;
}

.yt-product-detail #product-options-wrapper .input-box input[type="text"],
.yt-product-detail #product-options-wrapper .input-box select{
    width:100%;
    height:30px;
}
.yt-product-detail #product-options-wrapper dt label{
    margin-top: 10px;
    font-weight: bold;
    color: #777
}

.yt-product-detail #product-options-wrapper p.required{
    display: none;
}
.yt-product-detail #product-options-wrapper label{
    font-weight:normal;
    margin-right:10px;
}
.review-product-list .yt-product-detail .add-to-box {
    display:none;
}
/*--detail quick view--*/
.quickview-main .yt-product-detail{
    padding: 15px;
}
.quickview-main .yt-product-detail .more-views .jCarouselLite > ul > li{
    width: 95px !important;
    height: 95px !important;
}
.quickview-main .yt-product-detail .more-views.slide-gallery .prev,
.quickview-main .yt-product-detail .more-views.slide-gallery .next{
    top: 36px;
}
/***----product type----***/
.product-shop .wrap-sc .pro-code{
    margin-left:20px;
}
.data-table.grouped-items-table{
    margin:20px 0 20px 0;
}
.product-grouped-product .yt-product-detail .add-to-box{
    float:left;
}
.product-grouped-product .yt-product-detail .add-to-box .add-to-cart{
    margin-left:0;
}
.product-grouped-product .yt-product-detail .email-friend{
    left:215px;
}
.yt-product-detail .add-to-box,
.yt-product-detail .add-to-holder.have-price{
    margin-top:0px;
}
.yt-product-detail .add-to-holder.have-price .price-box{
    display:none;
}
.product-options ul.options-list .label {
    font-weight:normal;
    font-size: 100%;
    line-height: 170%;
    padding: 0;
    color:#666;
}
#product-options-wrapper.product-options dd,
#product-options-wrapper.product-options select,
#product-options-wrapper.product-options .options-list{
    margin-bottom: 5px;
}
#downloadable-links-list > li{
    margin: 5px;
}
.data-table.grouped-items-table{
    margin-bottom: 15px;
}
.data-table.grouped-items-table tr td,
.data-table.grouped-items-table input.input-text,
#product-options-wrapper .qty-holder input.input-text{
    text-align: center;
    width:40px;
}

.yt-product-detail .price-as-configured{
    margin-bottom: 15px;
    margin-top: 10px;
}

/***----------------detail tabs--------------------***/
.yt-product-detail .tab-product-detail{
    margin-top: 40px;
    margin-bottom: 10px;
    clear:both;
    float:left;
    width:100%;
    border: 1px solid #ddd;
}
.yt-product-detail .tab-product-detail .yt-tab-navi{
    float: left;
    width: 200px;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li{
    position:relative;
}
/*.yt-product-detail .tab-product-detail .yt-tab-navi > li:last-child{
	border-right:1px solid transparent;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li:first-child{
	border-left:1px solid transparent;
	margin-left:-1px;
}*/
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active:first-child:hover{
    border-left:none;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active:last-child:hover{
    border-right:none;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a{
    display:inline-block;
    width: 100%;
    text-transform:uppercase;
    font-weight:bold;
    font-size:133%;
    line-height:100%;
    padding: 13px 20px 13px 30px;
    /*border-left: 5px solid transparent;*/
    border-bottom: 1px solid #ddd !important;
    position: relative;
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:before{
    width: 0px;
    height: 105%;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
}
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a:before,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover:before{
    width: 5px;
}
.yt-product-detail .tab-product-detail .yt-tab-content{
    padding:25px 30px;
    margin-left: 200px;
    border-left: 1px solid #ddd;
    overflow: hidden;
    min-height: 250px;
}
.yt-product-detail .tab-product-detail .yt-tab-content label{
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 100%;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags > h2{
    display: none;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags > h3{
    font-weight: bold;
    margin-bottom: 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags .product-tags{
    line-height: 160%;
    margin-bottom: 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags .form-add{
    margin-bottom: 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add .button{
    height:35px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add label{
    width: 100%;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add #productTagName{
    float: left;
    height: 35px;
    margin-right:10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add #advice-required-entry-productTagName{
    float:left;
    clear:both;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-tags .note{
    clear:both;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager{
    padding: 5px 10px;
    border: 1px solid #E9E9E9;
    line-height: 230%;
    margin: 10px  0 20px 0;
    border-bottom: 4px solid #e9e9e9
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount{
    float: left;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount strong{
    font-weight: normal;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter{
    float: right;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter select{
    margin: 0 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews  dl dd{
    padding-bottom: 10px;
    margin-bottom:10px;
    border-bottom: 1px dashed #e6e6e6;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews small.date{
    font-style:italic;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews  dl dt a{
    font-weight:normal;
    font-style:italic;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews  dl dd:last-child{
    border: none;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review{
    margin-bottom: 30px;
}
.yt-product-detail #yt_tab_decription h4,
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews h2,
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review > h4,
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .write-your-review > h4{
    font-weight: normal;
    text-transform: uppercase;
    font-size:116.67%;
    margin-bottom: 10px;
    font-family: inherit;
}



.yt-product-detail #yt_tab_decription p {
    margin-bottom: 12px;
}
.yt-product-detail #yt_tab_decription img {
    max-width: 100%
}
.yt-product-detail #yt_tab_decription ul {
    margin: 20px;
}
#yt_wrapper .yt-product-detail #yt_tab_reviewform input[type="radio"] {
    margin: 0 0 0 50%;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review  #product-review-table{
    background:#fbfdfd;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review  #product-review-table > tbody > tr > td{
    padding-left: 2px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .write-your-review .form-list #review_field{
    width:100%;
    background-color:#fbfdfd;
}
.yt-product-detail #yt_tab_decription p{
    margin-top:7px;
}
.yt-product-detail #yt_tab_decription{
    font-size: 15px;
    line-height: 28px
}
.yt-product-detail #yt_tab_decription p:first-child{
    margin-top:0px;
}
.yt-product-detail #yt_tab_reviewform .reviewform-col1 {
    padding-left:0px;
}
.yt-product-detail #yt_tab_reviewform .reviewform-col2 {
    padding-right:0px;
}
.yt-product-detail #yt_tab_reviewform .btn-review{
    font-size:107.7%;
    text-transform:uppercase;
    color:#fff;
}
.yt-product-detail #yt_tab_reviewform .btn-review:after{
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size:14px;
    color:#fff;
    padding-left:6px;
}
.yt-product-detail #yt_tab_reviewform .buttons-set{
    border-top: none;
    padding-top:0;
}

/*--------------------------upsell product-----------------------*/

#yt_main .yt-product-detail .sm-slider .page-button.top .control-button{
    top:10px;
}
#yt_main .yt-product-detail .sm-slider .page-button.top{
    float:right;
}
#yt_main .yt-product-detail .sm-slider .page-button.top .control-button{
    display:inherit;
}
#yt_main .yt-product-detail .sm-slider .block-title{
    border-bottom: 1px solid #ddd;
    line-height: 100%;
}
#yt_main .yt-product-detail .sm-slider .block-title span{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 133%;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
#yt_main .yt-product-detail .sm-slider .block-title span:after{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    content: "";
}
#yt_main .sm-slider.related .page-button .control-button{
    margin-top: -50px;
}
#yt_main .sm-slider .page-button .control-button{
    width: 46px;
    height: 29px;
    float: right;
    margin-top: -35px;
}
#yt_main .sm-slider .page-button .control-button li{
    width: 20px;
    height: 27px;
    border: 1px solid #ddd;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-slider.png);
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -999em;
    float: left;
}
#yt_main .sm-slider .page-button .control-button li.prev2,
#yt_main .sm-slider .page-button .control-button li.prev{
    background-position: -30px 0;
    margin-right: 5px;
}
#yt_main .sm-slider .page-button .control-button li.prev2:hover,
#yt_main .sm-slider .page-button .control-button li.prev:hover{
    background-position: 0px 0;
    cursor: pointer;
}
#yt_main .sm-slider .page-button .control-button li.next2,
#yt_main .sm-slider .page-button .control-button li.next{
    background-position: -60px 0;
}
#yt_main .sm-slider .page-button .control-button li.next2:hover,
#yt_main .sm-slider .page-button .control-button li.next:hover{
    background-position: -90px 0;
    cursor: pointer;
}
/*-----------------------related product-----------------------*/
.block-related{
    clear: both;
    font-size: 15px;
    line-height: 30px;
}

.block-related h5{
    color: #008041;
    font-weight: bold;
    letter-spacing: .04em;
    margin-bottom: 7px;
    font-family: 'Open Sans';
}

/*------------------------------about us page-----------------------------*/
.page-about{
    margin:0px -15px 0 -15px;
}
.page-about .about-row2{
    float:left;
    margin-top:50px;
}
.page-about .about-row2 .row2 .about-cont a.title,
.page-about .about-row1 .row1-right span{
    font-size:138.5%;
    text-transform:uppercase;
}
.page-about .about-row2 .row2 .about-cont a.title{
    padding-bottom:5px;
    display:inline-block;
}
.page-about .about-row1 .row1-right p{
    padding-top:5px;
}
.page-about .about-row1 .row1-right .row1-right-cont2{
    margin-top:50px;
}

.page-about .about-row2 .row2 .inner{
    border:1px solid #e6e6e6;
    padding:20px 20px 30px 20px;
}
.page-about .about-row2 .row2 .about-cont{
    margin-top:25px;
    text-align:center;
    padding:0 10px;
}
#yt_wrapper .page-about .about-row2 .row2 .button{
    padding:13px 35px;
    display:inline-block;
    margin-top:28px;
}

/***---------------------------------contact---------------------------***/
.contacts-index-index .contact-page{
    margin-top:40px;
}
.contact-page{
    margin:0 -15px;
}
.contact-page .block-title{
    font-size:138.5%;
    color:#333;
    text-transform:uppercase;
    padding-bottom:12px;
    line-height:100%;
    display:block;
}
.contact-page .contact-us-left{
    padding-right:10%;
}
.contact-page .contactus-info .contact-info{
    border-top: 1px solid #eee;
    margin-top:30px;
}
.contact-page .contactus-info .contact-info span{
    margin-right:25px;
}
.contact-page .contactus-info .contact-info p{
    margin-top:20px;
}
.contact-page .fieldset{
    border:none;
    margin:0;
    padding:0;
}
.contact-page #contactForm {
    margin-top:45px;
}
.contact-page #contactForm .fields{
    width:36%;
    float:left;
    margin-right:4%;
}
.contact-page #contactForm .fields input.input-text{
    width:100%;
    margin-bottom:10px;
    height:43px;
}
.contact-page #contactForm .wide{
    width:60%;
    float:right;
}
.contact-page #contactForm .wide #comment{
    width:100%;
    height:149px;
}
.contact-page #contactForm .buttons-set{
    clear:both;
    border-top:none;
}
.contact-page #contactForm .buttons-set .button{
    float:left;
    margin-left:0;
    padding:10px 30px;
}
/***-------------------------------------------other page----------------------------------***/
#yt_wrapper label{
    font-weight:normal;
    padding-bottom:3px;
}
.cart-collaterals select,
.form-list input.input-text,
input.input-text {
    width: 260px;
    padding: 8px 10px;
    margin-bottom:10px;
    max-width: 100%;
    min-width: 100%;
}

.input-box .validation-advice {
    margin-bottom: 20px;
}


/*cart*/
.cart-collaterals .discount h2:before{
    content: "\f005";
    font-family: 'FontAwesome';
    font-size:15px;
    color:#F33;
    padding-right:10px;
}
#co-billing-form .field {margin-bottom: 15px}
.cart-collaterals .shipping h2:before{
    content: "\f0d1";
    font-family: 'FontAwesome';
    font-size:15px;
    color:#F33;
    padding-right:10px;
}

.invoice_type {
    background: #f5f5f5;
    margin-bottom: 34px;
    border-radius: 4px;
    padding: 10px 0 5px 0;
}
#shopping-cart-totals-table strong .price{
    font-size:133%;
}
#shopping-cart-totals-table {width: 100%;text-align: right;margin-bottom: 15px;font-size: 130%;line-height: 200%;}
.cart-collaterals .checkout-types a{
    text-decoration:underline;
}
/***----check out----***/
#yt_wrapper .cart form,
#yt_wrapper .cart .title-buttons{
    float: left;
    width: 100%;
}
#yt_wrapper .cart .title-buttons > .page-title {
    float: left;
}
#yt_wrapper .checkout-types{
    margin-top: 30px;
    text-align: right;
}
.cart-collaterals .crosssell #crosssell-products-list .item{
    margin-bottom:30px;
}
.cart-collaterals .crosssell #crosssell-products-list .item .product-image{
    float:left;
    margin-right:15px;
}
.cart-collaterals .crosssell #crosssell-products-list .item .product-details{
    float:left;
    display:table;
}
.cart-collaterals .crosssell #crosssell-products-list .product-name{
    font-size:117%;
}
.cart-collaterals .crosssell #crosssell-products-list .price-box{
    font-weight:bold;
    font-size:117%;
}
.cart-collaterals .crosssell #crosssell-products-list .item .add-to-links li{
    display:inline-block;
}
.cart-collaterals .crosssell h2{
    margin-bottom:10px;
    line-height:150%;
}
#yt_wrapper .cart-collaterals .crosssell,
#yt_wrapper .cart-collaterals .totals,
#yt_wrapper .cart-collaterals .col2-set #discount-coupon-form,
#yt_wrapper .cart-collaterals .col2-set #reward-points-form,
#yt_wrapper .cart-collaterals .col2-set .shipping{

    padding: 15px;
    margin-top: 20px;
    float: left;
    width: 100%;
    line-height: 200%;
}
#yt_wrapper .cart-collaterals .totals{background: #f5f5f5;border-radius: 4px;

    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 12px -4px rgba(0, 0, 0, .1);
    margin-bottom: 15px;

}
.discount h2 {margin-bottom: 8px}
#yt_wrapper #coupon_code,
#yt_wrapper #postcode{
    margin-bottom: 10px;
}
#yt_wrapper #shipping-zip-form,
#yt_wrapper #checkout-payment-method-load dt{
    line-height: 170%;
}
#yt_wrapper .cart-collaterals .totals td {
    overflow: hidden;
    text-align: right;
    padding-right: 10px;
}
#yt_wrapper .cart-collaterals .totals .checkout-types{
    margin: 5px 0 0;
    text-align: left;
}
#yt_wrapper .cart-collaterals .totals .checkout-types .btn-proceed-checkout{
    margin-bottom: 5px;
}
/***----check out one page----***/
/*#checkout-progress-wrapper .block-content{
	border-top: 1px solid #E9E9E9;
}*/
.title-buttons .button{display: none}
#checkout-progress-wrapper .block-content dt {
    /*border: 1px solid #E9E9E9;*/
    font-weight: normal;
    padding: 7px 0;
    margin-top: 10px;
}
#checkout-progress-wrapper .block-content dt.complete,
#checkout-progress-wrapper .block-content dt.complete a{
    color: #fff;
    border: none;
}
#checkout-progress-wrapper .block-content dd.complete{
    padding: 10px 0;
    /*border: 1px solid #E9E9E9;*/
    border-top: none;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 12px -4px rgba(0, 0, 0, .1);
    padding: 15px;
}
/*.yt_main_inner select,*/
#checkoutSteps select{
    /*width:230px;*/
    width: 100%;
    margin-top: 2px;
    padding: 7px 7px 8px 7px;
    height: 46px;
}
#checkoutSteps > li{
    position:relative;
    margin-bottom:10px;
    float: left;
    width: 100%;
}
#checkoutSteps .step-title{
    background:#fff;
    color:#000;
    line-height: 100%;
    padding: 12px 5px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}
#checkoutSteps .step-title > span.number{
    font-weight: bold;
    float: left;
    margin-right: 10px;
    font-size: 130%;
    line-height: 100%;
    border-radius: 50%;
    background: #fff;
    color: #444;
    /* padding: 10px; */
    width: 30px;
    height: 30px;
    text-align: center;
    /* vertical-align: middle; */
    /* margin-top: 50%; */
    padding-top: 7px;
    margin-top: -6px;
}


#checkoutSteps .active .step-title > span.number {background: #6ebc14; color: #fff }
#checkoutSteps p.required {display: none}
#checkoutSteps .step-title >h2,
#checkoutSteps .step-title >span{
    font-size: 120%;
    line-height: 110%;
}
#checkoutSteps.opc .step-title a {
    display: none;
}
#checkoutSteps > li > div{
    padding:20px 20px;
    /*border: 1px solid #e9e9e9;*/
    border-top: none;
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 28px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 12px -4px rgba(0, 0, 0, .1);
}
#checkoutSteps .col2-set > div:first-child{
    padding-left: 0;
}
#checkoutSteps .col2-set > div:last-child{
    padding-right: 0;
}
#checkoutSteps h3{
    font-weight: bold;
    margin-bottom: 10px;
}
#checkoutSteps .col2-set .buttons-set .button {
    float: right;
}
#payment_form_ccsave{
    margin-top: 15px;
}
#payment_form_ccsave .v-fix{
    float: left;
    margin-right: 10px;
}
#checkoutSteps #opc-login .buttons-set .f-left,
#login-form .buttons-set .f-left{
    float: left;
    /*width: 100%;*/
    margin-top: 3px;
}
#checkoutSteps .please-wait{
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}
#checkoutSteps .please-wait img{
    display: none;
}
/***----checkout multi address----***/
#checkout-progress-state{
    margin-top: 30px;
}
#checkout-progress-state > li{
    background: #777;
    color: #FFFFFF;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 20%;
}
#checkout_multishipping_form  .multiple-checkout .title-buttons {
    float: left;
    width: 100%;
}
#checkout_multishipping_form  .multiple-checkout .title-buttons .button{
    margin-top:30px;
}
#checkout_multishipping_form  .multiple-checkout .title-buttons  .page-title{
    float: left;
}
.multiple-checkout .button{
    float: right;
}
#checkout_multishipping_form #multiship-addresses-table{
    margin-top: 15px;
}
.multiple-checkout  h2.legend{
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.multiple-checkout  h3.legend{
    font-weight: bold;
    margin-bottom: 10px;
}
.multiple-checkout .col-wide h3,
.multiple-checkout  .col-wide h4{
    font-weight: bold;
    margin-bottom: 10px;
}
.multiple-checkout .box-title{
    background: #777;
}
.multiple-checkout .box .box-content{
    padding: 15px;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
}
.multiple-checkout .messages{
    float: none;
}
#multishipping-billing-form .sp-methods dt{
    line-height: 170%;
}
.multiple-checkout .box-title >h3,
.multiple-checkout .box-title >h2,
.multiple-checkout .box-title >h4{
    color: #ffffff;
    line-height: 100%;
    padding: 8px;
}
.multiple-checkout .box-title >h3 >a,
.multiple-checkout .box-title >h2 >a,
.multiple-checkout .box-title >h4 >a{
    color: #ffffff;
}
#checkout-review-submit .place-order .grand-total{
    float: right;
}
#checkout-review-submit .place-order .grand-total big{
    line-height: 200%;
    font-size: 120%;
}

/*---block account in account page---*/
#yt_left .block-account .block-content{
    float: left;
    padding:5px 20px 10px 20px;
}
#yt_left .block-account .block-content > ul > li{
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0 5px;
    width: 100%;
    float: left;
}
#yt_left .block-account .block-content > ul > li.last{
    border-bottom: none;
}
#yt_left .block-account .block-content > ul > li > strong,
#yt_left .block-account .block-content >ul > li:hover >a{

}
.my-account .my-tag-edit{
    margin-bottom:30px;
}
.my-account .product-name{
    font-weight: bold;
    margin-bottom: 5px;
}
.my-account > .title-buttons{
    float: left;
    width: 100%;
    margin-bottom:25px;
}
.my-account #wishlist-view-form .buttons-set{
    float: right;
}
.my-account #wishlist-view-form textarea{
    width: 100%;
    margin-top: 5px;
}
.my-account #wishlist-view-form .price-box{
    font-weight: bold;
    font-size: 116.67%;
    margin-bottom: 5px;
}
.my-account > #form-validate > .buttons-set {
    display: inline-block;
    width:100%;
}
.my-account > #form-validate > .buttons-set .back-link{
    float:left;
}
.my-account .box-account{
    margin-top: 10px;
}
.my-account .box-account .box-head {
    background: none repeat scroll 0 0 #777777;
    color: #FFFFFF;
    line-height: 100%;
    padding: 10px;
    margin-bottom:10px;
}
.my-account .box-account .box-head  > h2 {
    float: left;
}
.my-account .box-account .box-head  > a {
    float: right;
    color: #fff;
}
#login-form,
.my-account  .box-account .col2-set{
    margin-left: -30px;
}
#checkout-step-login #login-form{
    margin-left: 0;
}
.my-account  .box-account  .col2-set > .box  > .box-title{
    margin-left: 30px;
}
.my-account .col2-set .col-1{
    float: left;
    width: 50%;
}
.my-account  .box-account.box-info .col2-set .col-1{
    padding-left:30px;
}
.account-login .form-list{
    margin-top:10px;
}
.account-login .col2-set .col-1{
    float: left;
    width: 50%;
    padding-left: 30px;
}
.my-account .col2-set .col-2,
.account-login .col2-set .col-2{
    float: right;
    width: 50%;
    padding-left: 30px;
}
.my-account .data-table{
    width: 100%;
    margin-bottom: 10px;
}
.my-account .data-table#my-orders-table{
    margin-top: 10px;
    margin-bottom: 20px;
}
.my-account .data-table .input-text.qty{
    width: 80px;
    margin-bottom: 10px;
    height: 32px;
    text-align: center;
}
.my-account .data-table .link-edit{
    float: left;
    margin-top: 5px;
    width: 100%;
}
.my-account .box-title{
    overflow:hidden;
    border-bottom: 1px dashed #E9E9E9;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.my-account .box-title > h3{
    line-height: 180%;
    font-weight: bold;
    float: left;
}
.my-account .box-title > a{
    float:right;
    line-height: 180%;
}
.my-account .box-title > a:hover{
    text-decoration:underline;
}
.my-account .box-content h4{
    line-height: 180%;
    font-weight: bold;
    margin-bottom: 5px;
}
.my-account .box-account .number{
    margin:2px 10px 0 0;
    line-height:100%;
    float: left;
    font-weight:bold;
}
.my-account .product-review .product-img-box{
    margin-bottom:20px;
}
.my-account .product-review .product-img-box .product-image img{
    margin-bottom:10px;
}
.checkout-multishipping-address-newshipping .fieldset{
    width:50%;
    float:left;
}
.fieldset{
    /*border: 1px solid #e9e9e9;*/
    margin-bottom: 20px;
    padding: 20px 0 0 0;
}
.fieldset .legend {
    background: #fff;
    float: left;
    font-weight: bold;
    text-transform:uppercase;
    font-size:117%;
    margin: -25px 0 0 0;
    padding: 0px;
    /*border: 1px solid #e9e9e9;*/
}
.buttons-set {
    /*border-top: 1px solid #e9e9e9;*/
    margin-top: 10px;
    padding-top: 10px;
    clear:both;
}
.buttons-set .button{
    float:right;
    margin-left: 5px;
}
.my-account .buttons-set.buttons-set2{
    border: none;
    padding: 0;
    margin: 0;
}
.buttons-set .back-link {
    float: left;
    margin: 0;
}
/*.my-account .form-list .field {*/
/*float: left;*/
/*width: 50%;*/
/*}*/
.account-login  .col2-set .content > h2{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 117%;
}
.col2-set .content > h2{
    font-weight: bold;
    margin-bottom: 5px;
}
.form-list li{
    margin-bottom: 5px;
}
input.input-text.qty{
    width: auto;
}
.my-account .pager{
    border: 1px solid #e9e9e9;
    border-bottom: 4px solid #e9e9e9;
    padding: 5px 10px;
    margin: 0 0 20px 0;
}
.pager li > a, .pager li > span {
    border-radius: 0;
    line-height: 100%;
    padding: 5px 10px;
    background-color: #F4F4F4;
    margin-left: 5px;
    float: left;
    border: 1px solid #e9e9e9;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li.current > a {
    color: #fff;
    border: 1px solid transparent;
}
.my-account .pager .amount {
    float: left;
    line-height:24px;
    margin-right:10px;
}
.my-account .pager  .limiter {
    float: left;
}
.my-account .pager .pages{
    display: inline-block;
    float: right;
}
.my-account .pager > .pages > ol{
    display: inline;
}
.pager .limiter label {
    font-weight: normal;
}
.pager .limiter select {
    margin: 0;
    width: 65px;
    position: relative;
    padding: 2px;
}
.my-account .title-buttons .button{
    float: right;
}
.my-account .link-print{
    margin-right: 10px;
}
.my-account .addresses-list h3,
.my-account .addresses-list h2,
.my-account .order-info-box h2{
    font-weight: bold;
    float: left;
    width: 100%;
    margin: 10px 0 7px 0;
}
.my-account .addresses-list h2{
    border-bottom: 1px dashed #E9E9E9;
    padding-bottom: 5px;
    margin: 0;
}
#my_recent_tags .item,
#my_recent_reviews .item{
    margin-top:10px;
}
#my_recent_reviews .ratings .rating-box{
    margin-top:3px;
}
#my_recent_tags .tags strong,
#my_recent_reviews .ratings strong{
    float:left;
    padding-right:10px;
}
#shopping-cart-table .product-image img,
#crosssell-products-list .item .product-image{
    overflow:hidden;
    position:relative;
}
.cart-table .button {background: #f5f5f5 !important; color: #444!important;    text-transform: none!important;}
#shopping-cart-table .a-center .input-text{
    text-align:center;
    line-height:30px;
    height:30px;
    padding:0;
}
#shopping-cart-table{
    margin-top: 20px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 12px -4px rgba(0, 0, 0, .1);
}
#discount-coupon-form,
#reward-points-form {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 12px -4px rgba(0, 0, 0, .1);
}

#shopping-cart-table .product-name a{color: #2f9349;}
#shopping-cart-table .product-name {
    color: #2f9349;
    font-size: 18px;
    margin-bottom: 10px;
}

#shopping-cart-table .item-msg{
    /*border: 1px solid #ccc;*/
    padding: 7px;
    margin: 10px 0;
}
#shopping-cart-table .notice{
    /*background: #e8f3dc;*/
}
/*------------------------------------------END other page-----------------------------------*/


/*-------------------css background image-----------------------*/
.pattern1 {
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/pattern/pattern1.png);
    background-attachment: fixed;
}
.pattern2 {
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/pattern/pattern2.png);
    background-attachment: fixed;
}
.pattern3 {
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/pattern/pattern3.png);
    background-attachment: fixed;
}
.pattern4 {
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/pattern/pattern4.png);
    background-attachment: fixed;
}
.pattern5 {
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/pattern/pattern5.png);
    background-attachment: fixed;
}
.pattern6 {
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/pattern/pattern6.png);
    background-attachment: fixed;
}
.pattern7 {
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/pattern/pattern7.png);
    background-attachment: fixed;
}
.pattern8 {
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/pattern/pattern8.png);
    background-attachment: fixed;
}
/*-------------------end css background image-----------------------*/

/*----------------------fancy box close-----------------------------*/
/*.catalog-product-view .fancybox-wrap .fancybox-close {
	display:none;
}*/
.fancybox-wrap .fancybox-close {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 1103;
    text-align:center;
}
.fancybox-wrap .fancybox-close:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    color:#666666;
    font-size:17px;
}
.fancybox-wrap .fancybox-close:hover:before {
    color:#C71C1C;
}

/*----------------------end fancy box close-----------------------------*/


/*----------------------tablisting + slider-----------------------------*/
.respl-items-container .carousel-inner.products-grid .item-tab-listing{
    padding: 5px;
}
.respl-items-container .carousel-inner.products-grid .item-tab-listing.active{
    width: 100%;
}
.respl-items-container .category-products.carousel{
    margin: -5px;
}
.respl-tabs-container{
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}
.respl-tabs-container .respl-tabs-wrap{
    float: right;
    margin-right: 80px;
}
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab{
    float: left;
    position:relative;
    text-transform: uppercase;
    border-top: 2px solid transparent;
    padding: 9px 20px;
    line-height: 100%;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.yt-tab-listing .respl-tabs-wrap ul > li:last-child{
    margin-right:0px!important;
}
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel{
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel:after{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
}
.yt-tab-listing .title-text{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 133%;
    position: absolute;
    left: 0;
    padding-bottom: 6px;
}
.carousel-control-wrap .carousel-control-tab{
    width: 20px;
    height: 27px;
    border: 1px solid #ddd;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-slider.png);
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -999em;
}
.yt-tab-listing .carousel-control-wrap{
    float: right;
    margin-top: -49px;
    margin-right: 5px;
}
.carousel-control-wrap .carousel-control-tab.prev{
    background-position: -31px 0;
}
.carousel-control-wrap .carousel-control-tab.prev:hover{
    background-position: 0px 0;
}
.carousel-control-wrap .carousel-control-tab.next{
    background-position: -60px 0;
}
.carousel-control-wrap .carousel-control-tab.next:hover{
    background-position: -90px 0;
}
.yt-tab-listing .respl-items-container .respl-items-inner{
    margin-top: 15px;
}

/*------block collections--------*/
.collections-wrap{
    clear: both;
}
.hotcate-wrap .block-title,
.collections-wrap .block-title{
    border-bottom: 1px solid #ddd;
    line-height: 100%;
}
.hotcate-wrap .block-title span,
.collections-wrap .block-title span{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 133%;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.hotcate-wrap .block-title span:after,
.collections-wrap .block-title span:after{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
}
.collections li{
    float: left;
    width: 15.666%;
    margin-left: 1%;
}
.collections{
    margin-left: -1%;
    margin-top: 30px;
}
.collections li a{
    background-color: #eee;
    display: inline-block;
    width: 100%;
    font-size: 133%;
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center center;
    height: 140px;
    padding-top: 21px;
    line-height: 20px;
    border: 1px solid transparent;
    letter-spacing: 1px;
}


.collections .collect5 a span{
    font-size: 12px;
    font-weight: normal;
}
.collections .collect4 a span{
    font-size: 14px;
}

.collections .collect1 a{
    background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/collect1.png');
    text-align: center;
}
.collections .collect2 a{
    background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/collect2.png');
    text-align: center;
}
.collections .collect3 a{
    background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/collect3.png');
    text-align: center;
}
.collections .collect4 a{
    background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/collect4.png');
    padding-left: 17px;
}
.collections .collect5 a{
    background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/collect5.png');
    padding-left: 15px;
}
.collections .collect6 a{
    background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/collect6.png');
    text-align: center;
}

/*---- hot categories------*/
.hotcate-wrap{
    padding-top: 40px;
    margin-top: 40px;
    background-color: #f5f5f5;
}
.hotcate-wrap .btn-viewmore{
    font-size: 77%;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 5px 20px 5px 10px;
    position: relative;
    top: -58px;
    left: 20px;
    display: inline-block;
    line-height: 100%;
}
.hotcate-wrap .btn-viewmore:after{
    position: absolute;
    content: "";
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-viewmore.png) no-repeat;
    width: 5px;
    height: 7px;
    top:6px;
    right: 10px;
}
.hotcate-wrap .btn-viewmore:hover{
    background-color: #444;
}

/*---slideshow---*/
.slideshow-wrap .tp-caption.market-slide1-btn-shopnow:after{
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size:14px;
    margin-left: 4px;
}
.slideshow-wrap .tp-caption.market-slide3-btn-buynow:after{
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size:14px;
    color:#ffffff;
    margin-left: 4px;
}
.slideshow-wrap .tp-caption.market-slide1-btn-shopnow a{

}
.slideshow-wrap .tp-caption.market-slide3-btn-buynow a{
    color: #fff;
}

/*---Location popup---*/
#location-popup{
    width: 770px;
    float: left;
    background-color: #eee;
    display:none;
}
#location-popup .inner{
    padding: 25px 20px 0 30px;
}
#location-popup .col1{
    width: 50%;
    float: left;
}
#location-popup .col1-content{
    padding-top: 5px;
}
#location-popup .col2{
    float: right;
    width: 50%;
    padding-top: 33px;
    padding-right: 15px;
}
#location-popup .subscribe-bottom{
    clear: both;
    border-top: 1px solid #ddd;
}
#location-popup .subscribe-bottom input{
    margin-top: 3px;
    padding: 0;
}
#location-popup .subscribe-bottom .inner{
    float: right;
    padding: 8px 0;
}
#location-popup .subscribe-bottom label{
    font-weight: normal;
    color: #333;
}
#location-popup .col1 .col1-cont{
    float: left;
    width: 33.33%;
    padding-left: 10px;
    padding-bottom: 20px;
}
#location-popup .col1 .col1-cont span{
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}
#location-popup .col1 .col1-cont ul li a{
    line-height: 25px;
}

/* ------------------------------ABOUT US PAGE-------------------------------- */
.aboutus-page .box-1-about{
    background:#fff;
    margin-bottom:0px;
    padding-bottom:0px;
    padding-top:0px;
}
.aboutus-page .title-about-us{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/bg-title-about.png) repeat-x left center;
    margin-bottom:17px;
}
.aboutus-page .title-about-us h2{
    background:#fff;
    display:inline-block;
    font-size:183.3%;
    color:#444;
    padding:0 30px 6px 0px;
    font-family: inherit;
}
.aboutus-page .image-about-us {
    float: left;
    width: 270px;
    padding-top:6px;
}
.aboutus-page .des-about-us{
    margin-left:300px;
    line-height:18px;
}
.aboutus-page .why-list li{
    position:relative;
    padding-left:29px;
}
.aboutus-page .why-list li:before{
    content:"";
    width:14px;
    height:12px;
    display:inline-block;
    position:absolute;
    left:0px;
    top:10px;
    background-repeat:no-repeat;
    background-position:top left;
}
.aboutus-page .why-list li > a{
    display:block;
    padding:5px 0 7px;
    background:url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/border-bottom-bs.png") repeat-x left bottom;
}
.aboutus-page .why-list li:last-child > a{
    background:none;
}
.aboutus-page .happy-about-us{
    clear:both;
    padding-top: 45px;
}
.aboutus-page .title-happy-about {
    background: #fff;
    display: inline-block;
    left: 20px;
    padding: 5px 10px;
    position: absolute;
    top: -17px;
}
.aboutus-page .title-happy-about h2{
    font-size:150%;
    color:#444;
    font-family: inherit;
    font-weight: normal;
}
.aboutus-page .happy-ab{
    border:1px solid #e9e9e9;
    padding: 33px 8px 20px;
}
.aboutus-page .ct-why {
    padding: 0 10px 0 25px;
    position:relative;
}
.aboutus-page .slider-happy-client  .item > div:before{
    content:"";
    display:inline-block;
    position:absolute;
    width:16px;
    height:12px;
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/note-client.png) no-repeat top left;
    left:0px;
    top:6px;
}
.aboutus-page .slider-happy-client .owl-dots{
    display:none!important;
}
.aboutus-page .slider-happy-client .owl-controls{
    background:#fff;
    padding: 0 5px;
    position: absolute;
    right: 2px;
    top: -47px;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev,
.aboutus-page .slider-happy-client .owl-controls .owl-next{
    display:inline-block;
    width:26px!important;
    height:26px!important;
    background-position:left top;
    background-repeat:no-repeat;
    overflow:hidden;
    text-indent:-9999px;
    background-color:transparent!important;
    top:0px;
    margin:0 3px;
    position:relative;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/btn-prev-hp.png)!important;
    margin-right:3px;
    right:0px!important;
    left:inherit!important;
    border: none!important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev:hover{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/btn-prev-hp-h.png)!important;
    background-position: 0 0;
}
.aboutus-page .slider-happy-client .owl-controls  .owl-nav{
    width:68px;
    display:inline-block;
    height:26px;
    background:#fff;
}

.aboutus-page .slider-ourmember .owl-pagination{
    margin:0!important;
    text-align: center;
    float: none!important;
}

.aboutus-page .slider-ourmember{
    margin-left: -15px;
    margin-right: -15px;
    width: auto!important;
}

.aboutus-page .slider-ourmember .owl-item{
    padding-left: 15px;
    padding-right: 15px;
}

.aboutus-page .slider-ourmember  .owl-pagination .owl-page{
    display: inline-block;
    margin:0 3px;
    float: none!important;
    background-color: #d7d7d5;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.aboutus-page .cms-about-us .service-bottom{
    margin-bottom:0px;
}
.cms-about-us #yt_main > .container{
    background:none;
    margin-bottom:0px;
}
.aboutus-page .slider-happy-client .owl-controls .owl-next{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/btn-next-hp.png)!important;
    right:0px!important;
    border: none!important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-next:hover{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/btn-next-hp-h.png)!important;
    background-position: 0 0;
}
.aboutus-page .client-info-about .name {
    font-size: 133%;
}
.aboutus-page .ct-why .client-say{
    font-size:107.69%;
    color:#909090;
    margin-bottom:10px;
}
.aboutus-page .our-member{
    clear:both;
    padding-top:30px;
}
.aboutus-page .our-member .owl-nav{
    display:none!important;
}
.aboutus-page .our-member .sm_quickview_handler{
    display:none!important;
}
.aboutus-page .our-member .info-member{
    text-align:center;
    padding-top:10px;
}
.aboutus-page .our-member .info-member .cl-name > a{
    font-size:133%;
    font-family: inherit;
}
.aboutus-page .our-member .info-member .cl-name > a:hover{
    text-decoration:underline;
}
.aboutus-page .our-member .cl-job{
    font-size: 116.6%;
    padding:3px 0px 2px;
    color: #444;
}
.aboutus-page .our-member .cl-des{
    /*color:#909090;*/
}
.aboutus-page .our-member .respl-item .w-image-box{
    border-radius:3px;
    overflow:hidden;
    position: relative;
}
.aboutus-page .our-member  .respl-item .w-image-box .item-image > a:before{
    background: rgba(0, 0, 0, 0.3);
    display:inline-block;
    content:"";
    width:100%;
    height:0%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:2;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.aboutus-page .our-member  .respl-item .w-image-box:hover .item-image > a:before{
    height:100%;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.aboutus-page .our-member  .respl-item .w-image-box .cl-nw {
    display:inline-block;
    width:25px;
    height:25px;
    background-position:left top;
    background-repeat:no-repeat;
    position:absolute;
    bottom:-40px;
    left:50%;
    margin-left:-12px;
    overflow:hidden;
    text-indent:-9999px;
    z-index:10;
    border-radius:50%;
}
.aboutus-page .our-member  .respl-item .w-image-box .cl-nw.cl-facebook{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/cl_facebook.png);
    margin-left:-42px;
    transition:all 0.3s ease 0.3s;
    -web-kit-transition:all 0.3s ease 0.3s;
    -moz-transition:all 0.3s ease 0.3s;
}
.aboutus-page .our-member  .respl-item .w-image-box .cl-nw.cl-flickr{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/cl_flickr.png);
    transition:all 0.3s ease 0.6s;
    -web-kit-transition:all 0.3s ease 0.6s;
    -moz-transition:all 0.3s ease 0.6s;
}
.aboutus-page .our-member  .respl-item .w-image-box .cl-nw.cl-twitter{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/cl_twitter.png);
    margin-left:18px;
    transition:all 0.3s ease 0.9s;
    -web-kit-transition:all 0.3s ease 0.9s;
    -moz-transition:all 0.3s ease 0.9s;
}
.aboutus-page .our-member  .respl-item .w-image-box:hover .cl-nw{
    bottom:28px;

}
.aboutus-page .our-member .title-about-us{
    text-align:center;
}
.aboutus-page .our-member .title-about-us > h2{
    padding:0 30px 6px 30px;
    font-size:215.38%;
    font-weight: normal;
    font-family: inherit;
}
.aboutus-page .our-member .short-des{
    text-align:center;
    color:#909090;
    margin-bottom:70px;
}
.aboutus-page .our-member .owl-controls{
    position:absolute;
    top:-45px;
    left:0px;
    width:100%;
}
/***---------contact-----------***/
.box-1-contact .contact-map-wrap #map{
    height:297px;
    border:6px solid #ececec;
}
.box-1-contact .block-map {
    margin-bottom: 20px;
}
.box-1-contact .form-wrapper .input-box .input-text{
    width:100%;
    max-width:395px;
}
.box-1-contact .form-wrapper .input-box #comment{
    width:100%;
    max-width: none;
}
.box-1-contact .form-wrapper .form-list li{
    margin-bottom:0px;
}
.box-1-contact .store-info .list-info .item-info{
    padding-left:52px;
    position:relative;
    margin-bottom:20px;
}
.box-1-contact .store-info .list-info .item-info > div:before{
    content:"";
    width:34px;
    height:34px;
    display:inline-block;
    background-color:#f0f0f0;
    background-repeat:no-repeat;
    background-position:center center;
    position:absolute;
    left:0px;
    top:0px;
    border-radius:50%;
}
.box-1-contact .store-info .list-info .item-info.main-info > div:before{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/add_contact.png);
}
.box-1-contact .store-info .list-info .item-info.email-info > div:before{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/email_contact.png);
}
.box-1-contact .store-info .list-info .item-info.phone-info > div:before{
    background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/phone_contact.png);
}

.box-1-contact .store-info .list-info .item-info .info-content > h2{
    text-transform:uppercase;
    font-size:108.3%;
    font-family:inherit;
    color: #444;
}
.box-1-contact .store-info .list-info .item-info .info-content > h2 a{
    color: #444;
}
.box-1-contact .store-info .list-info .item-info .info-content .des-info {
    line-height: 18px;
    padding-top: 5px;
}
.box-1-contact .contact-form .buttons-set {
    border:none;
}
.box-1-contact .contact-form .buttons-set .button{
    float:left;
    margin-left:0px;
}

/*---END ABOUT - CONTACT PAGE ---*/

.sm-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-subcate.png) no-repeat top left;
    width: 4px;
    height: 4px;
    top: 10px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.disappear{
    display: none !important;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.appear{
    display: block !important;
}

/****************************** MORE HOME PAGE LAYOUT*************************************/
/* HEADER STYLE 2 */
.header2-wrap .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head > span{
    padding: 9px 0;
}
.header2-wrap .language-currency .switcher-wrap #select-currency.switch-content{
    min-width: 64px;
}

.header2-wrap .slideshow2-wrap{
    margin-top: 30px;
}

#yt_header.header3-wrap .head-quicklink .links li.first:hover a:before,
#yt_header.header2-wrap .head-quicklink .links li.first:hover a:before{
    /*background-position: center 10px;*/
}
.header3-wrap .header-top-2,
.header2-wrap .header-top-2{
    padding-right: 0px;
}
#yt_header.header2-wrap .yt-header-middle{
    padding: 10px 0 3px 0;
    background: #6ebc14;
}
#yt_header.header4-wrap .head-quicklink .links li a{
    text-indent: inherit;
    width: auto;
}

#yt_header.header3-wrap .head-quicklink .links li a,
#yt_header.header2-wrap .head-quicklink .links li a{
    text-indent: inherit;
    width: auto;
    padding-left: 16px;
}
#yt_header.header4-wrap .head-quicklink .links li,
#yt_header.header3-wrap .head-quicklink .links li,
#yt_header.header2-wrap .head-quicklink .links li{
    /*border-right: none;*/
}
#yt_header.header4-wrap .head-quicklink .links li.last,
#yt_header.header3-wrap .head-quicklink .links li.last,
#yt_header.header2-wrap .head-quicklink .links li.last{
   /* display: none;*/
}
.header3-wrap .language-switcher,
.header2-wrap .language-switcher{
    margin:0 5px;
}
.header3-wrap .head-quicklink,
.header3-wrap .language-currency,
.header2-wrap .head-quicklink,
.header2-wrap .language-currency{
    float: left;
}
.header3-wrap .language-currency .overwrite-switch,
.header2-wrap .language-currency .overwrite-switch{
    border: 1px solid #ddd;
    margin: 5px 0;
    height: 24px;
    line-height: 21px;
    padding:0 8px 0 7px
}
.header3-wrap .login-regis,
.header4-wrap .login-regis,
.header2-wrap .login-regis{
    float: left;
    line-height: 34px;
    margin-left: 5px;
}
.header3-wrap .login-regis a,
.header2-wrap .login-regis a
{
    color: #00abf0;
    font-weight: bold;
}
.header4-wrap .welcome-msg,
.header3-wrap .welcome-msg,
.header2-wrap .welcome-msg{
    float: left;
    line-height: 34px;
}
.header3-wrap .header-top-2 .inner,
.header2-wrap .header-top-2 .inner{
    float: right;
}
#yt_header.header2-wrap .yt-header-middle2{
    background-color: #666;
}
.header2-wrap .header-middle-right .sm_megamenu_wrapper_horizontal_menu{
    margin-left: -15px;
    margin-top: 2px;
    margin-left: 10px;
}
.yt-header-middle2-right{
    padding-right: 0px;
}
.header-top-1,
.yt-header-middle2-left{
    padding-left: 0px;
}
#yt_header.header2-wrap .head-searchbox{
    width: 100%;
}
.header2-wrap .sm-serachbox-pro{
    margin: 5px 40px;
}
#yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button,
#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button{
    background-color: transparent;
    padding: 10px;
}
#yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button span,
#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button span{
    font-size: 14px;
}
#yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover span,
#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover span{
    color: #444;
}
.header2-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
    width: 18% !important;
    z-index: 1 !important;
    display: none;
}
.header2-wrap .sm-serachbox-pro .jqTransformSelectWrapper ul{
    width: 155px !important;
}
.header2-wrap .sm-serachbox-pro .jqTransformInputWrapper{
    float:left;
    width:100% !important;
}
.yt-header-bottom {
    display: none;
}

.cms-index-index .yt-header-bottom {
    display: block;
}

.header2-wrap .yt-header-bottom .header-bottom {
    float: left;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
#yt_header.header2-wrap #yt_header_left{
    position: relative;
    z-index: 1;
}
.header2-wrap .headerv2-banner-wrap{
    padding-right: 0;
}
.header2-wrap .headerv2-newsletter-wrap{
    padding-left: 0;
}
.header2-wrap .headev2-banner .v2-banner1 img{
    float: right;
}
.header2-wrap .headev2-banner .v2-banner1{
    float: right;
    /*margin-left: 10px;*/
    width: 31%;
}
.header2-wrap .v2-banner-right{
    float: left;
    width: 67.5%;
}
.header2-wrap .v2-banner-right img{
    width: 100%;
}
.header2-wrap .v2-banner3,
.header2-wrap .v2-banner4{
    float: left;
    width: 49.1%;
}
.header2-wrap .v2-banner3{
    margin-right: 10px;
}
.header2-wrap .v2-banner34{
    margin-top: 13px;
    float: left;
}
.v2-banner-home a,
.header2-wrap .headev2-banner a{
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
}
.v2-banner-home a:before,
.header2-wrap .headev2-banner a:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.15);
    width: 0;
    height: 0;
}
.v2-banner-home a:after,
.header2-wrap .headev2-banner a:after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.15);
    width: 0;
    height: 0;
}
.v2-banner-home a:hover:before,
.v2-banner-home a:hover:after,
.header2-wrap .headev2-banner a:hover:before,
.header2-wrap .headev2-banner a:hover:after{
    width: 100%;
    height: 100%;
}

.header2-wrap .block-newsletter{
    /*background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/newsletter-bg.png") #f9f9f9 no-repeat;*/
    background: #f9f9f9;
    color: #444;
    padding: 38px 20px;
    float: left;
    border: 1px solid #ddd;
    padding-top: 0;
    padding: 0;
    padding-bottom: 17px;
}
.header2-wrap .block-newsletter .block-content{
    padding: 19px;
    padding-bottom: 0;
    /*margin-bottom: 36px;*/
}
.header2-wrap .block-newsletter .block-title{
    font-size: 190.6%;
    font-weight: bold;
    /* text-transform: uppercase; */
    line-height: 100%;
    /* margin-bottom: 18px; */
    color: #2f9349;
    padding: 5px 10px;
    /* margin-left: -20px; */
    text-align: center;
    margin-top: 15px;
    font-weight: lighter;
}
.header2-wrap .block-newsletter #newsletter-validate-detail .input-box{
    height: 40px;
    line-height: 40px;
    position: relative;
    float: left;
    width: 229px;
    margin-top: 25px;
}
.header2-wrap .block-newsletter #newsletter-validate-detail .w100{
    width: 100%;
    margin-top: 0px;
}
.header2-wrap .block-newsletter #newsletter-validate-detail{
    overflow: auto;
}
.header2-wrap .block-newsletter #newsletter-validate-detail .input-box button{
    width: 49px;
    height: 40px;
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/newsletter-btn.png") no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -999em;
}
.header2-wrap .block-newsletter #newsletter-validate-detail .input-box #newsletter{
    height: 40px;
    border: 1px solid #ddd;
    width: 180px;
}
.header2-wrap .block-newsletter #newsletter-validate-detail .w100 #newsletter{
    width: 100%;
}


.header2-wrap .block-newsletter .block-content p{
    line-height: 140%;
}
/*---home page v 2 ---*/

.homepagev2 #yt_right{
    margin-top: 38px;
}
.v2-banner-home{
    float: left;
    margin-bottom: 30px;
}
.v2-banner-home a img{
    width: 100%;
}
.block-clientsay{
    position: relative;
}
.block-clientsay .carousel{
    position: inherit;
}
.block-clientsay .carousel-control-wrap{
    position: absolute;
    top: -10px;
    right: 0;
}
.block-clientsay .client-info{
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 20px;
}
.block-clientsay .client-info img{
    float: left;
    width: 46px;
    height: 46px;
    margin-right: 10px;
}
.block-clientsay .client-info span{
    font-size: 116.6%;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
}
.block-clientsay .client-cont{
    line-height: 22px;
}
.homepagev3 .collections li{
    width: 19%;
}
.homepagev3 .collections li.collect6{
    display: none;
}
.homepagev3 .collections li a{
    height: 125px;
    padding-top: 15px;
    font-size: 116.6%;
    font-weight: bold;
}
.homepagev2 .collections li{
    width: 19%;
}
.homepagev2 .collections li.collect6{
    display: none;
}
.homepagev2 .collections li a{
    height: 125px;
    padding-top: 15px;
    font-size: 116.6%;
    font-weight: bold;
}
.collections li a:hover{
    background-color: #fff;
}

.homepagev2 #yt_header .yt-menu{
    max-height: 485px;
}

/* HEADER STYLE 3 */

.header3-wrap .yt-header-middle2{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 4px 4px 4px #ddd;
    -moz-box-shadow:    4px 4px 4px #ddd;
    box-shadow:         4px 4px 4px #ddd;
    background: #fff;
}
.header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
    background-color: #fff;
    width: 33% !important;
    z-index: 1 !important;
}
.header3-wrap .sm-serachbox-pro .jqTransformInputWrapper{
    float:left;
    width:67% !important;
}
.header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper a.jqTransformSelectOpen:before{
    content: "\f107";
    font-family: 'FontAwesome';
    color:#444;
    font-size:12px;
    margin-left:5px;
}
.header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper a.jqTransformSelectOpen{
    top:8px;
    right: 13px;
    background: none;
}
.header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper div span{
    width: 100px !important;
}
.header3-wrap .sm-serachbox-pro{
    margin: 7px 0;
}

.header3-wrap .slideshow-wrap{
    width: 100%;
}
.header3-wrap .header-middle-right .inner{
    float: right;
}
#yt_header.header3-wrap .head-cart{
    width: auto;
}
.header3-wrap .header-middle-right .phone-contact{
    float: left;
    border-right: 1px solid #ddd;
    margin-right: 15px;
    padding-right: 15px;
    line-height: 17px;
}
.header3-wrap .header-middle-right{
    padding-top: 5px;
}
.header3-wrap .header-middle-right .phone-contact img{
    float: left;
    margin-right: 12px;
    margin-top: 3px;
}
.header3-wrap .header-middle-right .phone-contact .inner-info{
    float: left;
}
.header3-wrap .header-middle-right .phone-contact .inner-info span{
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
}
.header3-wrap .header-middle-right .phone-contact .inner-info p{
    color: #999;
}
.header3-wrap .yt-header-bottom{
    margin-top: 30px;
}
.headerv3-policy-wrap,
.headerv4-policy-wrap{
    margin: 0 -15px;
}
.block-policy-v3{
    float: left;
    width: 100%;
    margin-top: 30px;
}
/*.block-policy-v3 .policy1{
	padding-left: 0px;
}
.block-policy-v3 .policy4{
	padding-right: 0px;
}*/
.block-policy-v3 .policy .policy-inner{
    border: 3px solid #ddd;
    padding: 20px 50px;
    height: 80px;
}
.block-policy-v3 .policy2 .policy-inner{
    padding: 20px 35px;
}
.block-policy-v3 .policy a{
    color: #999;
}
.block-policy-v3 .policy h2{
    font-size: 116.6%;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.block-policy-v3 .policy span{
    float: left;
    text-indent: -999em;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.block-policy-v3 .policy1 span{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-money.png);
    width: 27px;
    height: 36px;
}
.block-policy-v3 .policy2 span{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-freeship.png);
    width: 53px;
    height: 32px;
}
.block-policy-v3 .policy3 span{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-celander.png);
    width: 33px;
    height: 34px;
}
.block-policy-v3 .policy4 span{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-umbrella.png);
    width: 34px;
    height: 34px;
}

.v3-banner-header-right{
    float: right;
}
.bannerv3-hover a:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.v3-banner-home-left a img{
    width: 100%;
}

/*---home page v3 ---*/
.homepagev3 #yt_left{
    margin-top: 40px;
}
.homepagev3 .banner-home a img{
    width: 100%;
}
.homepagev3 .banner-home .banner2-2 .row1{
    margin-bottom: 21px;
}
.homepagev3 .yt-menu{
    margin-bottom: 30px;
}
.homepagev3 .more-wrap{
    padding: 11px 20px;
}

.homepagev3 .yt-menu-content{
    display:inline-block;
    width:100%;
}
/*----HEADER V4 ----*/
#yt_header.header4-wrap .yt-header-top{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #444;
}
#yt_header.header4-wrap .head-quicklink .links li a:before{
    background: none;
}
#yt_header.header4-wrap .head-quicklink .links li.first + li{
    display: none;
}
#yt_header.header4-wrap .head-quicklink .links li.first + li + li,
#yt_header.header4-wrap .head-quicklink .links li .top-link-cart{
    display: block;
}
#yt_header.header4-wrap .head-quicklink .links li:hover{
    background-color: #fff;
}
#yt_header.header4-wrap .head-quicklink .links li.first a,
#yt_header.header4-wrap .head-quicklink .links li:hover a{
    padding-left: 0px;
}
#yt_header.header4-wrap .head-quicklink .links li{
    position: relative;
    padding: 0 10px;
}
#yt_header.header4-wrap .head-quicklink .links li a{
    color: #444;
}
#yt_header.header4-wrap .head-quicklink .links li:before{
    content: "";
    width: 1px;
    height: 12px;
    background-color: #444;
    left: 0;
    top: 12px;
    position: absolute;
}
#yt_header.header4-wrap .head-quicklink .links li.first:before{
    display: none;
}
#yt_header.header4-wrap .header-top-3{
    padding-right: 0;
}
#yt_header.header4-wrap .header-top-3 .inner{
    float: right;
}
.header4-wrap .login-regis a{
    font-weight: bold;
}
.header4-wrap .yt-header-middle .header-middle-right .inner{
    float: right;
}
.header4-wrap .language-currency,
.header4-wrap .wishlist-compare {
    float: left;
}

.header4-wrap .wishlist-compare .block{
    position: relative;
    float: left;
    width: 36px;
    height: 30px;
    margin-left: 5px;
}
.header4-wrap .wishlist-compare .block .block-title{
    text-indent: -999em;
    float: left;
    width: 36px;
    height: 30px;
    khtml-border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #eee;
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/head-w-c.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.header4-wrap .wishlist-compare .block .block-title:hover{
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/head-w-c-w.png");
    cursor: pointer;
}
.header4-wrap .wishlist-compare .block:hover .block-content{
    visibility: visible;
}
.header4-wrap .wishlist-compare .block .block-content{
    clear: both;
    border: 1px solid #ddd;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 30px;
    min-width: 230px;
    width: auto;
    background-color: #fff;
}
.header4-wrap .wishlist-compare .block .block-content{
    padding: 20px;
}
.header4-wrap .wishlist-compare .block .block-content ol li{
    line-height: 100%;
    padding-bottom: 10px !important;
}
.header4-wrap .wishlist-compare .block-wishlist .block-title{
    background-position: 12px center;
}
.header4-wrap .wishlist-compare .block-compare .block-title{
    background-position: -29px center;
}
.header4-wrap .wishlist-compare .block-wishlist .block-subtitle{
    padding: 0px 0px 20px 0px;
    font-style: italic;
}
.header4-wrap .wishlist-compare .block-wishlist .item .product-details .price-box,
.header4-wrap .wishlist-compare .block-wishlist .item .product-details .link-cart,
.header4-wrap .wishlist-compare .block-wishlist .item .product-image{
    display: none;
}
.header4-wrap .wishlist-compare .block-wishlist .item .product-details .product-name{
    float: left;
}
.header4-wrap .wishlist-compare .block-wishlist .item .product-details .btn-remove{
    float: right;
}
.header4-wrap .wishlist-compare .block-wishlist .actions{
    padding-top: 20px;
    border-top:1px solid #e6e6e6;
}
.header4-wrap .wishlist-compare .block-compare .actions{
    margin: 0;
    padding: 20px 0 0 0;
}
.header4-wrap .wishlist-compare .block-wishlist .actions .btn-gowish{
    float: left;
}
.header4-wrap .wishlist-compare .block-wishlist .actions .btn-gowish a{
    color: #fff;
}

.header4-wrap .language-currency .overwrite-switch:after{
    display: none;
}
.header4-wrap .language-currency .overwrite-switch{
    background-color: #eee;
    khtml-border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.header4-wrap .language-currency .overwrite-switch:hover{
    color: #fff;
}
.header4-wrap .language-currency .switcher-wrap .switch-content{
    right: 0 !important;
    left: auto !important;
    top: 30px;
    border-top: 1px solid #ddd;
}
#yt_header.header4-wrap .yt-header-middle2{
    background-color: #666;
}
.header4-wrap .head-searchbox{
    width: 77%;
    float: left;
}
#yt_header.header4-wrap .head-cart{
    width: 22%;
    margin-left: 1%;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
    background-color: #fff;
    width: 20% !important;
}
.header4-wrap .sm-serachbox-pro .jqTransformInputWrapper{
    float:left;
    width:75% !important;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper div span{
    width: 100px !important;
}
#yt_wrapper .header4-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button{
    background-color: #aaa;
    width: 43px;
    height: 36px;
    border-bottom: 2px solid #999;
    khtml-border-top-right-radius:2px;
    khtml-border-bottom-right-radius:2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
    height: 36px;
    border: none;
    khtml-border-top-left-radius:2px;
    khtml-border-bottom-left-radius:2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    position: relative;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper:after{
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 22px;
    background-color: #ddd;
}
.header4-wrap .sm-serachbox-pro .jqTransformInputWrapper input.input-text{
    height: 36px;
    border: none;
}
#yt_wrapper .header4-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button span{
    font-size: 16px;
}
.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper ul{
    top: 36px;
}
.header4-wrap .mini-cartpro.block,
.header4-wrap .sm-serachbox-pro{
    margin: 7px 0;
}

.header4-wrap .mini-cartpro.block .block-title{
    khtml-border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid rgba(0,0,0,0.2);
}
.header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4{
    line-height: 36px;
}
.header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4 p{
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    padding-bottom: 0;
    float: left;
}
.header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4 .txt-item{
    color: #fff;
    padding-left: 3px;
}
.header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4 .price{
    display: none;
}
.header4-wrap .mini-cartpro .block-title .btn-toggle{
    padding-left: 28px;
}
.header4-wrap .mini-cartpro .block-title .show-cart-button:before{
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/v4-icon-minicart.png") !important;
    width: 20px;
    height: 20px;
    top: 7px;
}
.header4-wrap .mini-cartpro .block-content{
    top: 49px;
}
.header4-wrap .detail-minicart,
.detail-minicart-v4,
.detail-minicart-v5{
    display: none;
}
.header4-wrap .detail-minicart-v4{
    display: block;
}
.header4-wrap .detail-minicart-v4 .count-item.have-qty:before{
    content: "\f0d7";
    font-family: 'FontAwesome';
    color:#fff;
    font-size:12px;
    margin-left:5px;
    float: right;
}
#yt_header.header4-wrap .yt-header-middle{
    padding: 26px 0;
}
.header4-wrap .header-middle-right{
    padding-top: 5px;
}
.header4-wrap .header-top-2{
    text-align: center;
    line-height: 34px;
}
.header4-wrap .header-top-2 .v4-call-us span{
    font-weight: bold;
}

#yt_header.header4-wrap #yt_menu_short{
    margin-top: 0px;
}
.header3-wrap .v3-bottom-left{
    padding-left: 0px;
    padding-right: 10px;
}
.header3-wrap .v3-bottom-right{
    padding-right: 0;
}
.header4-wrap .v4-bottom-left{
    padding-left: 0px;
    padding-right: 10px;
}
.header4-wrap .v4-bottom-right{
    padding-right: 0;
    padding-left: 25px;
}
#yt_header.header4-wrap .yt-header-bottom{
    margin-top: 30px;
}

.sm-deal-wrap .deal-list-item .item-deal .btn-cart,
.sm-deal-wrap .deal-list-item .item-deal .product-wishlist,
.sm-deal-wrap .deal-list-item .item-deal .product-compare{
    display: none;
}
.sm-deal-wrap .deal-list-item .item-deal{

}
.sm-deal-wrap .deal-list-item .item-deal .item-wrap{
    padding: 15px 0px 30px 0px;
    border: 1px solid #ddd;
}
.sm-deal-wrap .product-timer-wrap {
    background-color: #e74c3c;
    position: relative;
    height: 60px;
    color: #fff;
    left: -10px;
    width: 97%;
}
.sm-deal-wrap .product-timer-wrap:before{
    position: absolute;
    top: 100%;
    left: 0px;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-deal.png) no-repeat;
    width: 10px;
    height: 10px;
    content: "";
}
.sm-deal-wrap .product-timer-wrap .time-item{
    float: left;
    border-left: 1px solid #fe5443;
    border-right: 1px solid #d14536;
    width: 25%;
    height: 60px;
    text-align: center;
    padding-top: 5px;
}

.sm-deal-wrap .product-timer-wrap .time-day{
    border-left: none;
}
.sm-deal-wrap .product-timer-wrap .time-sec{
    border-right: none;
}
.sm-deal-wrap .product-timer-wrap .time-item .num-time{
    font-size: 133%;
}
.sm-deal-wrap .item-title a{
    font-size: 116.6%;
    font-weight: bold;
    color: #444;
}
.sm-deal-wrap  .sm-deal-inner .item-title,
.sm-deal-wrap  .sm-deal-inner .item-review,
.sm-deal-wrap  .sm-deal-inner .item-price{
    padding-left: 15px;
}


/*=========================media=====================*/
.product-image-gallery .gallery-image{
    display: none!important;
    max-width: 100%;
}

.product-image-gallery .gallery-image.visible {
    display: block;
}

.product-image-gallery{
    margin-right:1px;
}

.more-views{
    margin:0 -5px;
}

.more-views .owl-item{
    padding:0 5px;
}

.more-views .owl-item .item{
    border:1px solid #ddd;
}

.more-views .owl-item .item img{
    width:100%;
}

.more-views .owl-next{
    top:50%!important;
    margin-top:-15px;
    right:-9px!important;
}

.more-views .owl-prev{
    top:50%!important;
    margin-top:-15px;
    left:-9px!important;
    position:absolute;
}

.wrapper_404page {
    background-color: #eeeeee;
    border-radius: 3px;
    display: inline-block;
    padding: 0 15px;
    width: 100%;
}

.wrapper_404page .content-404page {
    float: right;
    margin-top: 40px;
    max-width: 500px;
    text-align: center;
}

.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
    font-size: 133.33%;
}

.wrapper_404page .content-404page .img-404 {
    margin: 30px 0;
}

.wrapper_404page .content-404page .img-404 img {
    max-width: 100%;
    width: auto;
}

.wrapper_404page .content-404page .button-404 {
    padding-top: 40px;
}

.wrapper_404page .img-right-404 {
    margin-top: 60px;
}

.wrapper_404page .content-404page .prev-page-btn {
    background-color: #ea3a3c;
}
.wrapper_404page .content-404page .btn-404 {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin: 0 4px 10px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.wrapper_404page .content-404page .back2home {
    background-color: #3cb7e7;
}

.cart .discount .input-text,
.cart .shipping .input-text,
.cart .shipping select{
    width: 100%;
}

.home-item-menu-parent > div{
    width: 150px!important;
}

/* =======================UPDATE 2016 ======================= */


/* HEADER STYLE 5 */

.header-style-5 .header-top{
    background-color: #444444;
    height: 36px;
    position: relative;
    z-index: 105;
}

.header-style-5 .header-top .language-switcher{
    margin-right: 20px;
}

.header-style-5 .header-top .language-switcher.switcher-wrap .overwrite-switch span,
.header-style-5 .header-top .currency-switcher.switcher-wrap .overwrite-switch{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

.header-style-5 .header-top .language-switcher.switcher-wrap .overwrite-switch:after,
.header-style-5 .header-top .currency-switcher.switcher-wrap .overwrite-switch:after{
    color: #fff;
    margin-left: 7px;
}

.header-style-5 .language-currency .switcher-wrap .switch-content,
.header-style-5 .currency-switcher .switcher-wrap .switch-content{
    z-index: 10;
    top: 36px;
}

.header-style-5 .header-toplinks .links{
    text-align: right;

}

.header-style-5 .header-toplinks .links li{
    display: inline-block;
    line-height: 36px;
    max-height: 36px;
}

.header-style-5 .header-toplinks .links li a{
    color: #fff;
    margin-left: 20px;
    display: block;
}

.header-style-5 .header-toplinks .links li a:before{
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header-style-5 .header-toplinks .links li a:before{
    background-position: -20px -144px;
    width: 10px;
    height: 13px;
}

.header-style-5 .header-toplinks .links li a:hover:before{
    background-position: -79px -144px;
}

.header-style-5 .header-toplinks .links li a.top-link-myaccount:before{
    background-position: -20px -53px;
    width: 13px;
    height: 12px;
    position: relative;
    top: -2px;
}

.header-style-5 .header-toplinks .links li a.top-link-myaccount:hover:before{
    background-position: -79px -53px;
}

.header-style-5 .header-toplinks .links li a.top-link-wishlist:before{
    background-position: -20px -8px;
    width: 12px;
    height: 11px;
    position: relative;
}

.header-style-5 .header-toplinks .links li a.top-link-wishlist:hover:before{
    background-position: -79px -8px;
}

.header-style-5 .header-toplinks .links li a.top-link-cart{
    display: none;
}

.header-style-5 .header-toplinks .links li a.top-link-checkout:before{
    background-position: -20px -98px;
    width: 13px;
    height: 13px;
    position: relative;
    top: -1px;
}

.header-style-5 .header-toplinks .links li a.top-link-checkout:hover:before{
    background-position: -79px -98px;
}

.header-style-5 .header-middle{
    position: relative;
    z-index: 100;
    padding: 25px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.header-style-5 .slider-show-header{
    position: relative;
    z-index: 40;
}

.header-style-5 .header-middle > .container{
    padding:0;
}

.header-style-5 .header-middle .logo-content{
    text-align: center;
}

.header-style-5 .header-middle .sm-serachbox-pro{
    padding-right: 20px;
    margin:5px 0 0;
}

.header-style-5 .header-middle .sm-serachbox-pro .jqTransformSelectWrapper{
    background-color: transparent;
    width: 118px!important;
    float: left;
}

.header-style-5 .header-middle .sm-serachbox-pro .jqTransformInputWrapper{
    margin-left: 118px;
    width: auto!important;
}

.header-style-5 .sm-serachbox-pro .sm-searbox-content .form-button.button{
    width: 34px;
    height: 34px;
    padding:0!important;
    font-size: 14px;
}

.header-style-5 .sm-serachbox-pro .sm-searbox-content .form-button.button:hover{
    background-color: #333!important;
}

.header-style-5 .sm-serachbox-pro .jqTransformInputWrapper input.input-text{
    padding-right: 40px;
    padding-left: 10px;
}

.header-style-5 .sm-serachbox-pro .jqTransformSelectWrapper div span{
    padding-left: 10px;
    padding-right: 30px;
}

.header-style-5 .minicart-header .mini-cartpro .detail-minicart,

.header-style-5 .minicart-header .mini-cartpro .detail-minicart-v4{
    display: none;
}

.header-style-5 .minicart-header .mini-cartpro .detail-minicart-v5{
    display: block;
}

.header-style-5 .mini-cartpro .block-title .btn-toggle{
    padding-left: 36px;
}

.header-style-5 .mini-cartpro .detail-minicart-v5{
    font-size: 108.33%;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 32px;
    height: 34px;
    border: 1px solid #ddd;
    padding:0 10px;
    border-left: none;
}

.header-style-5 .minicart-header{
    float: right;
}

.header-style-5 .mini-cartpro.block{
    margin-top: 5px;
}

.header-style-5 .phone-header{
    float: right;
    padding-left: 42px;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/phone-icon.png) no-repeat left center;
    padding-top: 2px;
    margin-top: 3px;
    padding-right: 14px;
}

.header-style-5 .phone-header h3{
    font-size: 125%;
    text-transform: uppercase;
    color: #666666;
}

.header-style-5 .phone-header p{
    font-size: 108.33%;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

.header-style-5 .header-bottom{
    height: 64px;
    background-color: #444444;
    position: relative;
    z-index: 50;
}

.header-style-5 .header-bottom > .container{
    padding:0;
}

.header-style-5 .header-bottom .navigation-content .sm_megamenu_menu > li > a{
    line-height: 60px;
    color: #fff;
    font-size: 116.67%;
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #494949;
    border-left: 1px solid #404040;
}

.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li{
    margin-left: 0;
}

.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns{
    top:64px!important;
}


.header-style-5 .filmore_pagination{
    position: relative;
    bottom: 50px;
}

/* HOME PAGE 5 */

.home-style-5{
    padding-top: 35px;
}

.home-style-5 .newsletter-sidebar .block-newsletter .block-content p{
    font-size: 108.33%;
}


.left-megamenu-container{
    margin-bottom: 30px;
}

.left-megamenu-container .heading-megamenu .heading-content{
    background-color: #444444;
    position: relative;
}

.left-megamenu-container .heading-megamenu .heading-content:before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-cate-down.png) no-repeat top left;
    position: absolute;
    right: 15px;
    top:50%;
    margin-top: -7px;
}

.left-megamenu-container .heading-megamenu .heading-content span{
    display: inline-block;
    height: 55px;
    font-size: 116.67%;
    text-transform: uppercase;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 30px;
    position: relative;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-cate.png) no-repeat 20px center #575757;
}

.left-megamenu-container .heading-megamenu .heading-content span:before{
    border-bottom: 28px solid transparent;
    border-left: 15px solid #575757;
    border-top: 28px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -15px;
    width: 0;
}

.clients-say-container{
    margin-bottom: 30px;
}

.home-style-5 .clients-say-container{
    clear: both;
}

.home-style-5 .yt-menu-nav{
    margin-bottom: 30px;
}

.header-style-7 .yt-menu-nav > #nav > li > a > span{
    padding: 10.9px 0;
}

.header-style-8  .yt-menu-nav > #nav > li > a > span{
    padding: 11px 0;
}

.clients-say-container  .clientsay-wrap{
    border: 1px solid #ddd;
    overflow: hidden;
}

.clients-say-container .clients-say-content{
    padding:0 0 30px;
    margin:0 -5px;
}

.clients-say-container .clients-say-content .item{
    margin:0 5px;
}

.clients-say-container .clients-say-content .image-box-client{
    height: 76px;
}

.clients-say-container .clients-say-content .image-box-client .image{
    margin: 0 auto;
    position: relative;
    top: 30px;
    width: 88px;
    height: 88px;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}

.clients-say-container .clients-say-content .image-box-client .image img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.clients-say-container .clients-say-content .info-client{
    padding: 60px 37px 0;
    text-align: center;
}

.clients-say-container .clients-say-content .info-client h3{
    font-size: 116.67%;
    font-weight: bold;
    color: #444;
    margin-bottom: 10px;
}

.clients-say-container .owl-theme .owl-buttons{
    float: none;
    padding-top: 40px;
}

.clients-say-container .owl-theme .owl-buttons div{
    margin:0 3px;
    position: relative!important;
    top: auto!important;
}

.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-next,
.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-prev{
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/icon-image.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 40px;
    text-indent: -999em;
    width: 40px;
    float: none;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
}

.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-next:hover{
    background-position: -53px -51px;
}

.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
}

.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-prev:hover{
    background-position: -53px -13px;
}

.clients-say-container  .owl-theme .owl-buttons .owl-next{
    position: relative;
    right: auto;
    top: auto;
}

.clients-say-container .clients-say-content .info-client .description{
    position: relative;
}

.clients-say-container .clients-say-content .info-client .description:before,
.clients-say-container .clients-say-content .info-client .description:after{
    color: #f44336;
    position: absolute;
    font-size: 18px;
    font-family: fontawesome;
}

.clients-say-container .clients-say-content .info-client .description:before{
    content: "\f10d";
    left:-18px;
    top:0;
}

.clients-say-container .clients-say-content .info-client .description:after{
    content: "\f10e";
    right:-18px;
    bottom:-4px;
}

.home-style-5 .title-home{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.home-style-5 .title-home:before,
.home-style-5 .title-home:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left:0;
}

.home-style-5 .title-home:after{
    margin-top: -1px;
}

.home-style-5 .title-home:before{
    margin-top: 1px;
}

.home-style-5 .title-home h2{
    display: inline-block;
    padding:0 12px;
    background: #fff;
    position: relative;
    top: 2px;
    z-index: 30;
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

.home-style-5 .title-home h2:before,
.home-style-5 .title-home h2:after{
    content: "\f005";
    font-family: fontawesome;
    font-size: 13px;
    margin:0 3px;
    position: relative;
    top: -2px;
}

.collection-sidebar{
    margin-bottom: 30px;
}

.collection-sidebar .collection-content .collection-list{
    display: table;
    width: 100%;
}

.collection-sidebar .collection-content .collection-list li{
    background: #eeeeee;
    border: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

.collection-sidebar .collection-content .collection-list li a{
    display: block;
}

.collection-sidebar .collection-content .collection-list li .icon-collection,
.collection-sidebar .collection-content .collection-list li .name-collection{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

.collection-sidebar .collection-content .collection-list li .icon-collection{
    min-width: 69px;
    text-align: center;
}

.collection-sidebar .collection-content .collection-list li .name-collection{
    font-size: 116.67%;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
}

.collection-sidebar .collection-content .collection-list li:hover{
    background: #fff;
}

.newsletter-sidebar{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.newsletter-sidebar .block-newsletter{
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/newsletter-bg.jpg") no-repeat;
    color: #fff;
    padding: 38px 20px;
    display: inline-block;
    width: 100%;
    background-size: 100% 100%;
}
.newsletter-sidebar .block-newsletter .block-title{
    font-size: 216.6%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 18px;
}
.newsletter-sidebar .block-newsletter #newsletter-validate-detail .input-box{
    height: 40px;
    line-height: 40px;
    position: relative;
    float: left;
    width: 229px;
    margin-top: 25px;
}
.newsletter-sidebar .block-newsletter #newsletter-validate-detail .input-box button{
    width: 49px;
    height: 40px;
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/newsletter-btn.png") no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -999em;
}
.newsletter-sidebar .block-newsletter #newsletter-validate-detail .input-box #newsletter{
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    width: 180px;
    font-size: 108.33%;
    line-height: inherit;
}
.newsletter-sidebar .block-newsletter .block-content p{
    line-height: 140%;
}

.fb-fanbox-container{
    clear: both;
    margin-bottom: 30px;
}

.block-tags-sidebar .title-home{
    margin-bottom: 20px;
}

.block-tags-sidebar .tags-list li{
    margin-bottom: 5px;
}

.block-tags-sidebar .tags-list li a{
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    display: inline-block;
    padding: 3px 10px;
}

.home-style-5 .full-wrapper{
    margin-left: -1000px;
    margin-right: -1000px;
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 20px;
}

.home-style-5 .featured-products .sm-basic-products{
    margin-bottom: 10px;
}

.home-style-5 .featured-products .sm-basic-products .bs-items .bs-item{
    margin-bottom: 15px;
}

.home-style-5 .full-wrapper > .container{
    padding-left: 0;
    padding-right: 0;
}

.home-style-5 .full-wrapper .title-home{
    margin-bottom: 0;
}

.home-style-5 .full-wrapper .title-home h2{
    background: #f5f5f5;
}

.home-style-5 .sm-categories .cat-wrap .content-box{
    margin-bottom: 30px;
}

.home-style-5 .sm-categories .cat-wrap .content-box .inner{
    background: #fff;
}

.home-style-5 .sm-categories .btn-viewmore{
    font-size: 77%;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 5px 20px 5px 10px;
    position: relative;
    top: -58px;
    left: 20px;
    display: inline-block;
    line-height: 100%;
}
.home-style-5 .sm-categories .btn-viewmore:after{
    position: absolute;
    content: "";
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-viewmore.png) no-repeat;
    width: 5px;
    height: 7px;
    top:6px;
    right: 10px;
}

.home-style-5 .sm-categories{
    padding-bottom: 10px;
}

.home-style-5 .sm-categories .btn-viewmore:hover{
    background-color: #444;
}

.home-style-5 .sm-categories .cat-wrap .content-box .inner{
    padding-left: 20px;
    padding-right: 20px;
}

.banner-v51{
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.home-style-5 img{
    width: auto;
    max-width: 100%;
}

.banner-v51 .left-banner{
    float: left;
}

.banner-v51 .right-banner{
    float: right;
}

.banner-v51 .right-banner a:first-child{
    margin-bottom: 10px;
}

.hover-banner a{
    position: relative;
    display: block;
}

.hover-banner a:before,
.hover-banner a:after{
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.hover-banner a:before{
    left:0;
    top:0;
}

.hover-banner a:after{
    right:0;
    bottom:0;
}

.hover-banner a:hover:before{
    width: 100%;
    height: 100%;
}

.hover-banner a:hover:after{
    width: 100%;
    height: 100%;
}

.banner-v52{
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.banner-v52 > a{
    float: left;
    margin-right: 10px;
}

.banner-v52 > a:last-child{
    margin-right: 0;
}

.banner-v53{
    clear: both;
    margin-bottom: 30px;
}

.home-style-5 .services{
    margin-bottom: 40px;
}

.col-left-index,
.col-main-index{
    margin-bottom: 30px;
}

.home-style-5 .brand-list{
    display: table;
    margin: 0 -5px;
}

.home-style-5 .brand-list li{
    float: left;
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.home-style-5 .brand-list li a{
    display: block;
    border: 1px solid #dddddd;
}

.home-style-5 .brand-list li a img{
    width: auto;
    max-width: 100%;
}

.home-style-5 .respl-wrap .respl-tabs-container{
    border-bottom: none;
}

.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap{
    margin-right: 0;
    float: none;
    text-align: center;
}

.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab{
    border: 1px solid #ddd;
    display: inline-block;
    margin:0 2px;
    float: none;
    font-weight: bold;
}

.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab span{
    color: #999;
}

.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:after{
    display: none;
}

.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:hover span,
.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab.tab-sel span{
    color: #fff;
}

.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .tab-sel:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    position: absolute;
    right:2px;
    bottom: 2px;
}

.home-style-5 .yt-tab-listing .respl-wrap .respl-items-container{
    margin-top: 30px;
}

.home-style-5 .yt-tab-listing  .title-home{
    margin-bottom: 15px;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab{
    width: 40px;
    height: 40px;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/icon-image.png);
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 20;
    display: none;
}

.home-style-5 .respl-items-container:hover .carousel-control-wrap .carousel-control-tab{
    display: block;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab.prev{
    background-position: -16px -13px;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab.next{
    background-position: -15px -51px;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab.prev:hover{
    background-position: -53px -13px;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab.next:hover{
    background-position: -53px -51px;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap{
    position: static;
    float: none;
    margin: 0;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab.next{
    position: absolute;
    right:6px;
    top:50%;
    margin-top: -20px;
}

.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab.prev{
    position: absolute;
    left:5px;
    top:50%;
    margin-top: -20px;
}

.home-style-5 .basic-bestsale .sm-basic-products .bs-title a{
    font-size: 116.67%;
}

.home-style-5 .deal-list-item{
    border: 1px solid #ddd;
    padding:10px 70px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.home-style-5 .deal-list-item:before{
    content: "";
    display: inline-block;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/deal-label.png) no-repeat top left;
    position: absolute;
    left:-4px;
    top: -5px;
    z-index: 10;
    width: 110px;
    height: 110px;
}

.home-style-5 .deal-list-item .deal-info{
    padding-top: 30px;
}

.home-style-5 .deal-list-item .deal-info .item-title a{
    font-size: 150%;
    font-weight: bold;
}

.home-style-5 .deal-list-item .deal-info .item-review{
    padding: 6px 0 15px;
}

.home-style-5 .deal-list-item .deal-info .item-price{
    margin-bottom: 15px;
}

.home-style-5 .deal-list-item .deal-info .item-price .special-price .price{
    font-size: 216.67%;
    font-weight: bold;
}

.home-style-5 .deal-list-item .deal-info .item-des{
    margin-bottom: 20px;
}

.home-style-5 .deal-list-item .deal-info .product-timer-wrap{
    clear: both;
}

.home-style-5 .deal-list-item .deal-info{
    float: left;
    width: 50%;
    padding-right: 15px;
}

.home-style-5 .deal-list-item .deal-info .action-product{
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

.home-style-5 .deal-list-item .item-image{
    float: right;
    width: 50%;
    padding-left: 15px;
}

.home-style-5 .deal-list-item .item-image a{
    display: block;
}

.home-style-5 .deal-list-item .item-image a img{
    width: 100%;
}

.home-style-5 .deal-list-item .product-timer-wrap {
    padding: 8px 0 8px 60px;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/clock.png);
    background-position: 14px center;
    background-repeat: no-repeat;
    display: table;
}

.home-style-5 .deal-list-item .product-timer-wrap .time-item {
    float: left;
    text-align: center;
    padding:0 8px;
    border-left: 1px solid #fff;
    color: #fff;
}

.home-style-5 .deal-list-item .product-timer-wrap .time-item .num-time{
    font-weight: bold;
}

.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-prev,
.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-next,
.home-style-5 .slider-post.owl-theme .owl-buttons .owl-next,
.home-style-5 .slider-post.owl-theme .owl-buttons .owl-prev{
    width: 40px;
    height: 40px;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/icon-image.png);
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 20;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-5 .slider-post.owl-theme .owl-buttons .owl-next,
.home-style-5 .slider-post.owl-theme .owl-buttons .owl-prev{
    top:32%;
}

.deal-list-item .owl-theme .owl-buttons > div,
.home-style-5 .slider-post.owl-theme .owl-buttons{
    display: none;
}

.deal-list-item:hover .owl-theme .owl-buttons > div,
.home-style-5 .slider-post.owl-theme:hover .owl-buttons{
    display: block;
}

.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
    left: -71px;
}

.home-style-5 .slider-post.owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
    left:15px;
}

.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
    right:-71px;
}

.home-style-5 .slider-post.owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
    right: 15px;
}

.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-prev:hover,
.home-style-5 .slider-post.owl-theme .owl-buttons .owl-prev:hover{
    background-position: -53px -13px;
}

.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-next:hover,
.home-style-5 .slider-post.owl-theme .owl-buttons .owl-next:hover{
    background-position: -53px -51px;
}


.home-style-5 .slider-post .item{
    padding:0 15px;
}

.overflow-content{
    overflow: hidden;
}

.home-style-5 .slider-post-container{
    margin:0 -15px;
}

.home-style-5 .slider-post .item .image-blog img{
    width: 100%;
}

.home-style-5 .date-post-title .date-post{
    float: left;
    width: 40px;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.home-style-5 .date-post-title .postTitle{
    margin-left: 55px;
    font-size: 116.67%;
    font-weight: bold;
    line-height: 1.4;
    padding-right: 5px;
    padding-top: 10px;
    min-height: 50px;
}

.home-style-5 .date-post-title .postTitle a{
    color: #444;
}

.home-style-5 .postContent{
    font-size: 108.33%;
}

/* INDEX 6 */

/* CSS MENU INDEX 6 */
.header-style-6 #nav{
    border:none;
}

.header-style-6 #nav > li{
    float: left;
    margin-top: 8px;
    width: auto;
    border:none!important;
}

.header-style-6 #nav > li > a{
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
    padding:0 10px!important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.header-style-6 .yt-menu-nav{
    float: left;
}

.header-style-6 #nav > li > a span{
    font-size: 116.67%!important;
    padding: 4px 0!important;
    max-height: 31px;
}

.header-style-6 #nav > li > ul{
    display: none;
    top:31px!important;
    left: 0!important;
}

.header-style-6 #nav > li:hover > ul{
    display: block;
}

.header-style-6 #nav > li:hover > a span{
    color: #fff;
}

.header-style-6 .yt-menu-nav #nav li.parent > a:after{
    display: none;
}

.sm-listingextend .products-grid .item .item-inner{
    width: auto;
    margin-right: 2px;
}

/* END CSS MENU INDEX 6 */

.home-style-6 .hotcate-wrap{
    padding-top: 40px;
    padding-bottom: 0;
}

.home-style-6 .yt-tab-listing .title-text{
    font-size: 166.67%;
    padding-bottom: 0;
    padding-bottom: 2px;
    top: -2px;
}

.header2-wrap .header-style-6 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
    font-weight: bold;
    padding:0 10px;
}

.home-style-6 .deal-list-item{
    border: 1px solid #ddd;
    padding:10px 70px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.home-style-6 .deal-list-item:before{
    content: "";
    display: inline-block;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/deal-label.png) no-repeat top left;
    position: absolute;
    left:-4px;
    top: -5px;
    z-index: 10;
    width: 110px;
    height: 110px;
}

.home-style-6 .deal-list-item .deal-info{
    padding-top: 30px;
}

.home-style-6 .deal-list-item .deal-info .item-title a{
    font-size: 150%;
    font-weight: bold;
}

.home-style-6 .deal-list-item .deal-info .item-review{
    padding: 6px 0 15px;
}

.home-style-6 .deal-list-item .deal-info .item-price{
    margin-bottom: 15px;
}

.home-style-6 .deal-list-item .deal-info .item-price .special-price .price{
    font-size: 216.67%;
    font-weight: bold;
}

.home-style-6 .deal-list-item .deal-info .item-des{
    margin-bottom: 20px;
}

.home-style-6 .deal-list-item .deal-info .product-timer-wrap{
    clear: both;
}

.home-style-6 .deal-list-item .deal-info{
    float: left;
    width: 50%;
    padding-right: 15px;
}

.home-style-6 .deal-list-item .deal-info .action-product{
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

.home-style-6 .deal-list-item .item-image{
    float: right;
    width: 50%;
    padding-left: 15px;
}

.home-style-6 .deal-list-item .item-image a{
    display: block;
}

.home-style-6 .deal-list-item .item-image a img{
    width: 100%;
}

.home-style-6 .deal-list-item .product-timer-wrap {
    padding: 8px 0 8px 60px;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/clock.png);
    background-position: 14px center;
    background-repeat: no-repeat;
    display: table;
}

.home-style-6 .deal-list-item .product-timer-wrap .time-item {
    float: left;
    text-align: center;
    padding:0 8px;
    border-left: 1px solid #fff;
    color: #fff;
}

.home-style-6 .deal-list-item .product-timer-wrap .time-item .num-time{
    font-weight: bold;
}

.home-style-6 .deal-list-item .owl-theme .owl-buttons .owl-prev,
.home-style-6 .deal-list-item .owl-theme .owl-buttons .owl-next{
    width: 40px;
    height: 40px;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/icon-image.png);
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 20;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}



.home-style-6  .deal-list-item .owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
    left: -71px;
}



.home-style-6  .deal-list-item .owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
    right:-71px;
}



.home-style-6  .deal-list-item .owl-theme .owl-buttons .owl-prev:hover{
    background-position: -53px -13px;
}

.home-style-6  .deal-list-item .owl-theme .owl-buttons .owl-next:hover{
    background-position: -53px -51px;
}

.home-style-6 .title-home{
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.home-style-6 .title-home:before,
.home-style-6 .title-home:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left:0;
}

.home-style-6 .title-home:after{
    margin-top: -1px;
}

.home-style-6 .title-home:before{
    margin-top: 1px;
}

.home-style-6 .title-home h2{
    display: inline-block;
    padding:0 12px;
    background: #fff;
    position: relative;
    top: 2px;
    z-index: 1;
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

.home-style-6 .title-home h2:before,
.home-style-6 .title-home h2:after{
    content: "\f005";
    font-family: fontawesome;
    font-size: 13px;
    margin:0 3px;
    position: relative;
    top: -2px;
}

.home-style-6 .collection-sidebar .collection-content .collection-list li .icon-collection,
.home-style-6 .collection-sidebar .collection-content .collection-list li .name-collection{
    height: 52px;
}

.banner-v61{
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

.home-style-6 .blog-title{
    font-size: 166.67%!important;
}

.home-style-6 .hot-products .hot-title{
    font-size: 166.67%!important;
}

.banner-v61 .left-banner{
    float: left;
    margin-right: 10px;
}

.banner-v61 .right-banner{
    float: right;
}

.banner-v61 .right-banner a:first-child{
    margin-bottom: 10px;
}


.latest-post-type2 .blog-title,
.hot-title{
    border-bottom: 1px solid #ddd;
    position: relative;
    font-size: 133.33%;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.latest-post-type2 .blog-title .block-title,
.hot-title .block-title{
    display: inline-block;
    padding-bottom: 3px;
    padding-top: 2px;
    position: relative;
    color: #444;
}


.latest-post-type2 .blog-title .block-title:before,
.hot-title .block-title:before{
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    left:0;
    bottom: -1px;
    width: 100%;
}

.latest-post-type2 .item-post{
    padding: 0 15px;
}

.latest-post-type2 .slider-post-container{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
}

.latest-post-type2 .item-post .post-content{
    border: 1px solid #ddd;
    padding: 18px;
}

.latest-post-type2 .item-post .post-content .image-blog img{
    width: 100%;
}

.latest-post-type2 .item-post .post-content .info-blog .postTitle{
    font-size: 116.67%;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 15px;
}

.latest-post-type2 .item-post .post-content .info-blog .postTitle a{
    color: #333;
}

.latest-post-type2 .item-post .post-content .info-blog .date-comment{
    font-size: 108.33%;
}

.latest-post-type2 .item-post .post-content .info-blog .date-comment .date:after{
    content: "/";
    margin: 0 15px;
}

.latest-post-type2 .item-post .post-content .info-blog .date-comment .comment:before{
    content: "\f0e6";
    font-family: fontawesome;
    font-size: 14px;
    margin-right: 10px;
}

.latest-post-type2 .postContent{
    clear: both;
    font-size: 108.33%;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 20px;
}

.latest-post-type2 .readmore{
    display: inline-table;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 15px;
    color: #222;
}

.latest-post-type2 .readmore:hover{
    color: #fff;
}

.latest-post-type2 .owl-theme .owl-buttons .owl-next,
.latest-post-type2 .owl-theme .owl-buttons .owl-prev{
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-slider.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 27px;
    text-indent: -999em;
    width: 20px;
    position: absolute;
    top: -64px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.latest-post-type2 .owl-theme .owl-buttons .owl-next{
    background-position: -60px 0;
    right: 15px;
}

.latest-post-type2 .owl-theme .owl-buttons .owl-next:hover{
    background-position: -90px 0;
}

.latest-post-type2 .owl-theme .owl-buttons .owl-prev{
    background-position: -31px 0;
    right: 38px;
}

.latest-post-type2 .owl-theme .owl-buttons .owl-prev:hover{
    background-position: 0 0;
}

.home-style-6 .tablisting-custom .respl-wrap .respl-items-container{
    margin-left: 300px;
}

.home-style-6 .basic-product-list .bs-item-inner{
    padding: 20px 13px;
}

.home-style-6 .sm-basic-products,
.home-style-6 .sm-basic-products .bs-items,
.home-style-6 .sm-basic-products .bs-items .bs-item{
    overflow: visible;
}

.home-style-6 .basic-product-list .bs-item-inner:hover{
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.home-style-6 .respl-wrap .respl-items-container{
    margin-top: 25px!important;
}

.home-style-6 .tablisting-custom .products-grid .item .item-inner .product-info{
    padding-bottom: 31px;
}

.home-style-6 .yt-tab-listing .carousel-control-wrap{
    margin-top: -59px!important;
}

.home-style-6 .tablisting-custom .yt-tab-listing .item-tab-listing > .row{
    margin:0;
}

.home-style-6 .tablisting-custom .yt-tab-listing .respl-items-container .respl-items .respl-item{
    width: 33.33%;
    padding:0;
}

.home-style-6 .tablisting-custom .yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner{
    border-left: none;
}

.home-style-6 .tablisting-custom .products-grid .item .item-inner:hover{
    z-index: 10;
    position: relative;
}

.home-style-6 .tablisting-custom{
    position: relative;
}

.home-style-6 .tablisting-custom .custom-image{
    position: absolute;
    bottom: 20px;
    top: 63px;
    overflow: hidden;
    z-index: 30;
}

.home-style-6 .slider-brands .item{
    padding:0 15px;
}

.home-style-6 .slider-brand-container .slider-content{
    margin-left: -15px;
    margin-right: -15px;
}

.home-style-6 .slider-brand-container .slider-brands .item a{
    display: block;
    border: 1px solid #ddd;
}

.home-style-6 .slider-brand-container .slider-brands .item a img{
    width: 100%;
}

.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-next,
.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-prev{
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-slider.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 27px;
    text-indent: -999em;
    width: 20px;
    position: absolute;
    top:50%;
    margin-top: -14px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-next{
    background-position: -60px 0;
    right: -15px;
}

.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-next:hover{
    background-position: -90px 0;
}

.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-prev{
    background-position: -31px 0;
    left: -15px;
}

.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-prev:hover{
    background-position: 0 0;
}

.sm-basic-products.basic-product-list{
    margin-bottom: 0;
}

.sm-basic-products.basic-product-list .bs-items{
    width: auto;
    margin:0 -15px;
}

.basic-product-list .bs-item-inner{
    padding:13px;
    border: 1px solid #ddd;
    margin:0 15px;
}

.basic-product-list .bs-item-inner .bs-image{
    border:none;
    width: 120px;
    float: left;
}

.basic-product-list .bs-item-inner .bs-image img{
    width: 100%;
}

.basic-product-list .bs-item-inner .bs-content{
    margin-left: 130px;
}

.sm-basic-products.basic-product-list .bs-items .bs-item{
    margin-bottom: 30px;
}

.basic-product-list .bs-item-inner .bs-content .bs-title a{
    font-size: 116.67%;
    font-weight: bold;
    color: #444!important;
    font-weight: bold;
}

.basic-product-list .bs-item-inner .bs-content .old-price .price{
    font-size: 100%;
    color: #999;
}

.basic-product-list .bs-item-inner .bs-content .product-review{
    display: table;
    padding: 6px 0 12px;
}

.services-v6 .item-inner{
    border: 2px solid #d1d1d1;
    text-align: center;
    background: #fff;
}

.services-v6 .item-inner .item-inline{
    display: inline-block;
    text-align: left;
    position: relative;
    margin:20px 0;
}

.services-v6 .item-inner .item-inline span{
    color: #999;
}

.services-v6 .item-inner .item-inline .title-sv{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #444444;
    font-size: 116.67%;
    line-height: 1.3;
}

.services-v6 .item-inner .item-inline p{
    color: #999;
}

.services-v6 .item-1 .item-inner .item-inline{
    padding-left: 37px;
}

.services-v6 .item-1 .item-inner .item-inline:before{
    content: "";
    display: inline-block;
    width: 27px;
    height: 36px;
    background-position: -42px -199px;
    position: absolute;
    left:0;
    top:0;
}

.services-v6 .item-1 .item-inner .item-inline:hover:before{
    background-position: -168px -199px;
}

.services-v6 .item-2 .item-inner .item-inline{
    padding-left: 63px;
}

.services-v6 .item-2 .item-inner .item-inline:before{
    content: "";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-position: -42px -270px;
    position: absolute;
    left:0;
    top:2px;
}

.services-v6 .item-2 .item-inner .item-inline:hover:before{
    background-position: -168px -270px;
}


.services-v6 .item-3 .item-inner .item-inline{
    padding-left: 43px;
}

.services-v6 .item-3 .item-inner .item-inline:before{
    content: "";
    display: inline-block;
    width: 33px;
    height: 34px;
    background-position: -52px -342px;
    position: absolute;
    left:0;
    top:0;
}

.services-v6 .item-3 .item-inner .item-inline:hover:before{
    background-position: -178px -342px;
}

.services-v6 .item-4 .item-inner .item-inline{
    padding-left: 43px;
}

.services-v6 .item-4 .item-inner .item-inline:before{
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-position: -52px -408px;
    position: absolute;
    left:0;
    top:0;
}

.services-v6 .item-4 .item-inner .item-inline:hover:before{
    background-position: -178px -408px;
}

.home-style-6 .full-wrapper-sv{
    padding:60px 0;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/bg-services.png);
    margin-top: 40px;
    margin-bottom: 52px;
}

.home-style-6 .hot-products{
    padding-top: 10px;
    margin-bottom: 20px;
}

.home-style-6 .slider-brand-container{
    margin-bottom: 60px;
}

.home-style-6 .pix_slideshow{
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
}

.header2-wrap .header-style-6 .sm-serachbox-pro .jqTransformSelectWrapper ul{
    height: 300px!important;
    overflow: auto;
}

.header-style-6 .searchbox-container{
    margin-top: 5px;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    top: 2px;
}

.header-style-6 .head-cart{
    display: table-cell;
    width: auto!important;
    float: none!important;
    vertical-align: bottom;
    position: relative;
    top: 2px;
    padding-left: 5px;
}

.header-style-6 .menu-desktop{
    position: relative;
    left: -30px;
    display: table-cell;
    width: 100%;
}

.header-style-6 .mini-cartpro .block-title .btn-toggle .detail-minicart{
    white-space: nowrap;
}

.header-style-6 .search-dropdown{
    position: absolute;
    right: 0;
    top: 34px;
    width: 444px;
    display: none;
}

.header2-wrap .header-style-6 .sm-serachbox-pro .jqTransformSelectWrapper{
    width: 35%!important;
}

.header2-wrap .header-style-6 .sm-serachbox-pro .jqTransformInputWrapper{
    width: 65%!important;
}

.mini-cartpro .block-title .btn-toggle{
    height: 34px;
    margin-top: 0;
}

.header-style-6 .searchbox-container .search-icon{
    display: inline-block;
    width: 34px;
    height: 34px;
    float: right;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/bg-search.png) no-repeat center center #666666;
}

.header-style-6 .searchbox-container:hover{
    cursor: pointer;
}

.header-style-6 .searchbox-container:hover .search-dropdown{
    display: block;
}

/* INDEX 7 */

.home-style-7 .full-wrapper{
    margin-left: -1000px;
    margin-right: -1000px;
    background: #f5f5f5;
    padding-top: 0;
    padding-bottom: 10px;
}

#yt_wrapper .header1-wrap .header-style-7 .sm-serachbox-pro .sm-searbox-content .form-button.button{
    background-size: 14px;
}

.home-style-7 .yt-tab-listing .title-text{
    font-size: 166.67%;
    padding-bottom: 2px;
    top:-2px;
}

.home-style-7 .pix_slideshow .filmore_commands .filmore_prev{
    left: 60px!important;
}


.home-style-7 .pix_slideshow .filmore_commands .filmore_next{
    right: 60px!important;
}

.home-style-7 .latest-post-type2 .blog-title,
.home-style-7 .hotcate-wrap .block-title span,
.home-style-7 .collections-wrap .block-title span{
    font-size: 166.67%;
}

.home-style-7 .full-wrapper .hotcate-wrap{
    margin-top: 0;
    padding-bottom: 20px;
}

.home-style-7 .full-wrapper > .container{
    padding-left: 0;
    padding-right: 0;
}

.home-style-7 .sm-categories .cat-wrap .content-box .inner{
    background-color: #fff;
    margin-bottom: 30px;
    padding: 13px 20px 20px;
}


.home-style-7 .collections{

    margin-left: -5px;
    margin-right: -5px;
    width: auto;
}

.home-style-7 .collections .collect{
    padding:0 5px;
}

.home-style-7 .collections .collect a{
    background-color: #eee;
    display: inline-block;
    width: 100%;
    font-size: 133%;
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center center;
    height: 140px;
    padding-top: 21px;
    line-height: 20px;
    letter-spacing: 1px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}

.home-style-7 .collections .collect a:hover{
    background-color: #fff;
}

.home-style-7 .collections.owl-theme .owl-buttons .owl-next,
.home-style-7 .collections.owl-theme .owl-buttons .owl-prev{
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-slider.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 27px;
    text-indent: -999em;
    width: 20px;
    position: absolute;
    top: -64px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-7 .collections.owl-theme .owl-buttons .owl-next{
    background-position: -60px 0;
    right: 5px;
}

.home-style-7 .collections.owl-theme .owl-buttons .owl-next:hover{
    background-position: -90px 0;
}

.home-style-7 .collections.owl-theme .owl-buttons .owl-prev{
    background-position: -31px 0;
    right: 28px;
}

.home-style-7 .collections.owl-theme .owl-buttons .owl-prev:hover{
    background-position: 0 0;
}

.home-style-7 .collections-wrap {
    margin-bottom: 60px;
}


.home-style-7 .deal-list-item{
    border: 1px solid #ddd;
    padding:6px 70px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.home-style-7 .deal-list-item:before{
    content: "";
    display: inline-block;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/deal-label.png) no-repeat top left;
    position: absolute;
    left:-4px;
    top: -5px;
    z-index: 10;
    width: 110px;
    height: 110px;
}

.home-style-7 .deal-list-item .deal-info{
    padding-top: 30px;
}

.home-style-7 .deal-list-item .deal-info .item-title a{
    font-size: 150%;
    font-weight: bold;
}

.home-style-7 .deal-list-item .deal-info .item-review{
    padding: 6px 0 15px;
}

.home-style-7 .deal-list-item .deal-info .item-price{
    margin-bottom: 15px;
}

.home-style-7 .deal-list-item .deal-info .item-price .special-price .price{
    font-size: 216.67%;
    font-weight: bold;
}

.home-style-7 .deal-list-item .deal-info .item-des{
    margin-bottom: 20px;
}

.home-style-7 .deal-list-item .deal-info .product-timer-wrap{
    clear: both;
}

.home-style-7 .deal-list-item .deal-info{
    float: left;
    width: 50%;
    padding-right: 15px;
}

.home-style-7 .deal-list-item .deal-info .action-product{
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

.home-style-7 .deal-list-item .item-image{
    float: right;
    width: 50%;
    padding-left: 15px;
}

.home-style-7 .deal-list-item .item-image a{
    display: block;
}

.home-style-7 .deal-list-item .item-image a img{
    width: 100%;
}

.home-style-7 .deal-list-item .product-timer-wrap {
    padding: 8px 0 8px 60px;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/clock.png);
    background-position: 14px center;
    background-repeat: no-repeat;
    display: table;
}

.home-style-7 .deal-list-item .product-timer-wrap .time-item {
    float: left;
    text-align: center;
    padding:0 8px;
    border-left: 1px solid #fff;
    color: #fff;
}

.home-style-7 .deal-list-item .product-timer-wrap .time-item .num-time{
    font-weight: bold;
}

.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-prev,
.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-next{
    width: 40px;
    height: 40px;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/icon-image.png);
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 20;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}



.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
    left: -71px;
}


.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
    right:-71px;
}


.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-prev:hover{
    background-position: -53px -13px;
}

.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-next:hover{
    background-position: -53px -51px;
}

.banner-v71{
    margin-right: -20px;
}

.banner-v71 a:first-child{
    margin-bottom: 11px;
}

.home-style-7 .tablisting-custom{
    position: relative;
    margin-bottom: 50px;
}

.home-style-7 .tablisting-custom .products-grid .item{
    margin-bottom: 0;
}

.home-style-7 .tablisting-custom .yt-tab-listing .respl-wrap .respl-items-container{
    margin-left: 300px;
    margin-top: 26px;
}

.home-style-7 .tablisting-custom .yt-tab-listing .respl-items .respl-item{
    padding:0
}

.yt-tab-listing .respl-items .respl-item{
    padding: 0 10px!important;
}

.home-style-7 .tablisting-custom .products-grid .item .item-inner{
    border-left: none;
    margin-top: -1px;
}

.home-style-7 .tablisting-custom .products-grid .item .item-inner:hover{
    position: relative;
    z-index: 10;
}

.home-style-7 .tablisting-custom .yt-tab-listing .item-tab-listing > .row{
    margin:0;
}

.home-style-7 .tablisting-custom .products-grid .item .item-inner .product-info{
    padding-bottom: 31px;
}

.home-style-7 .tablisting-custom .custom-image{
    position: absolute;
    bottom:5px;
    left:0;
    z-index: 10;
}

.home-style-7 .tablisting-custom .yt-tab-listing .carousel-control-wrap{
    margin-top: -59px;
}

.services-v7 .item-sv a{
    display: block;
    border: 3px solid #e8e8e8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
}

.services-v7 .item-sv a:hover{
    border-color: #f7f7f7;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.home-style-7 .banner-left .banner-content{
    margin-right: -19px;
}

.home-style-7 .banner-left .banner-content a:first-child{
    margin-bottom: 10px;
}

.home-style-7 .banner-right .banner-content{
    margin-left: -13px;
}

.newsletter-center{
    min-height: 300px;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/bg-newsletter-center.jpg) no-repeat top left;
    background-size: 100% 100%;
    margin-right: -5px;
    padding: 30px;
    text-align: center;
}

.newsletter-center .block-newsletter .block-title{
    font-size: 250%;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.newsletter-center .block-newsletter .block-content p{
    color: #fff;
    padding: 0px 0 15px;
    font-size: 108.33%;
}

.newsletter-center .block-newsletter .block-content #newsletter{
    text-align: center;
    height: 40px;
    border: none;
}

.newsletter-center .block-newsletter .block-content button{
    padding-right: 50px;
    padding-left: 17px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 108.33%;
    color: #666666;
    background-color: #fff;
    position: relative;
    transition: .1s;
    -webkit-transition: .1s;
}

.newsletter-center .block-newsletter .block-content button span:after{
    content:"";
    display: inline-block;
    background-position: -57px -482px;
    width: 19px;
    height: 17px;
    position: absolute;
    right: 17px;
    top:50%;
    margin-top: -9px;
}

.newsletter-center .block-newsletter .block-content button:hover{
    color: #fff;
}

.newsletter-center .block-newsletter .block-content button:hover span:after{
    background-position: -184px -482px;
}

.home-style-7 .latest-post-type2{
    padding-top: 50px;
}

.header-style-7 .header-bottom .container{
    padding:0
}

.header-style-7 .header-bottom .yt-menu-content{
    position: absolute;
    display: none;
    left:15px;
    right: 15px;
    z-index: 50;
    border-top: none!important;
}

.header-style-7 .header-bottom .megamenu-vertical-container:hover .yt-menu-content{
    display: block;
}

.full-content{
    margin: 0 auto;
    position: relative;
}

.home-style-7 .pix_slideshow{
    position: static;
}

.home-style-7 .full-content:hover .pix_slideshow .filmore_commands .filmore_prev,
.home-style-7 .full-content:hover .pix_slideshow .filmore_commands .filmore_next{
    display: block!important;
}

#yt_wrapper .header1-wrap .header-style-7 .sm-serachbox-pro .sm-searbox-content .form-button.button{
    height: 32px;
    width: 43px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;

    box-shadow: 1px 2px 0px #999999;
    -webkit-box-shadow: 1px 2px 0px #999999;
}

.cms-index-index .header-style-7 .header-bottom .yt-menu-content{
    display: block!important;
}

#yt_header .header-style-7 .yt-header-top{
    z-index: 60;
}

.header1-wrap .header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
    line-height: 32px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.header1-wrap .header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1:hover > a:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -10px;
    left:0;
    z-index: 9999999;
}

.home-style-7{
    padding-top: 10px;
}

.home-style-7 .full-wrapper.full-slidershow-container{
    background:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/bg-slideshow.jpg) no-repeat center top;
    padding:0;
    margin-bottom: 30px;
}

.home-style-7 .full-wrapper.full-slidershow-container .container{
    padding:0
}

.header1-wrap .header-style-7 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head > span{
    padding: 9.9px 0;
}

.home-style-7 .full-wrapper.full-slidershow-container .filmore_pagination{
    position: absolute;
    bottom: 0;
}

.home-style-7 .services-v7{
    margin-bottom: 50px;
}

.header1-wrap .header-style-7 .sm-serachbox-pro{
    background-color: #f5f5f5;
}

.header1-wrap .header-style-7 .sm-serachbox-pro input.input-text, .sm-serachbox-pro select, .sm-serachbox-pro textarea,
.header1-wrap .header-style-7 .sm-serachbox-pro .jqTransformSelectWrapper{
    background: transparent;
    border:none;
}

.header1-wrap .header-style-7 .sm-serachbox-pro .jqTransformSelectWrapper{
    position: relative;
}

.header1-wrap .header-style-7 .sm-serachbox-pro .jqTransformSelectWrapper:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    background-color: #dddddd;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -11px;
}

.header1-wrap .header-style-7 .sm-serachbox-pro .jqTransformSelectWrapper{
    width: 123px!important;
}

.header1-wrap .header-style-7 .sm-serachbox-pro .jqTransformSelectWrapper div span{
    width: 105px!important;
}

#yt_wrapper .header1-wrap .header-style-7 .sm-serachbox-pro .sm-searbox-content .form-button.button{
    background-color: #aaaaaa;
    width: 44px;
}

#yt_wrapper .header1-wrap .header-style-7 .sm-serachbox-pro .jqTransformSelectWrapper ul{
    left:0;
}

/* INDEX 8 */


.home-style-8 .slider-brands .item{
    padding:0 15px;
}

.home-style-8 .slider-brand-container .slider-content{
    margin-left: -15px;
    margin-right: -15px;
}

.home-style-8 .slider-brand-container .slider-brands .item a{
    display: block;
    border: 1px solid #ddd;
}

.home-style-8 .slider-brand-container .slider-brands .item a img{
    width: 100%;
}

.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-next,
.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-prev{
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-slider.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 27px;
    text-indent: -999em;
    width: 20px;
    position: absolute;
    top:50%;
    margin-top: -14px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-next{
    background-position: -60px 0;
    right: -15px;
}

.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-next:hover{
    background-position: -90px 0;
}

.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-prev{
    background-position: -31px 0;
    left: -15px;
}

.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-prev:hover{
    background-position: 0 0;
}


.home-style-8 .deal-list-item{
    border: 1px solid #ddd;
    padding:10px 70px;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.home-style-8 .deal-list-item:before{
    content: "";
    display: inline-block;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/deal-label.png) no-repeat top left;
    position: absolute;
    left:-4px;
    top: -5px;
    z-index: 10;
    width: 110px;
    height: 110px;
}

.home-style-8 .deal-list-item .deal-info{
    padding-top: 30px;
}

.home-style-8 .deal-list-item .deal-info .item-title a{
    font-size: 150%;
    font-weight: bold;
}

.home-style-8 .deal-list-item .deal-info .item-review{
    padding: 6px 0 15px;
}

.home-style-8 .deal-list-item .deal-info .item-price{
    margin-bottom: 15px;
}

.home-style-8 .deal-list-item .deal-info .item-price .special-price .price{
    font-size: 216.67%;
    font-weight: bold;
}

.home-style-8 .deal-list-item .deal-info .item-des{
    margin-bottom: 20px;
}

.home-style-8 .deal-list-item .deal-info .product-timer-wrap{
    clear: both;
}

.home-style-8 .deal-list-item .deal-info{
    float: left;
    width: 50%;
    padding-right: 15px;
}

.home-style-8 .deal-list-item .deal-info .action-product{
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

.home-style-8 .deal-list-item .item-image{
    float: right;
    width: 50%;
    padding-left: 15px;
}

.home-style-8 .deal-list-item .item-image a{
    display: block;
}

.home-style-8 .deal-list-item .item-image a img{
    width: 100%;
}

.home-style-8 .deal-list-item .product-timer-wrap {
    padding: 8px 0 8px 60px;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/clock.png);
    background-position: 14px center;
    background-repeat: no-repeat;
    display: table;
}

.home-style-8 .deal-list-item .product-timer-wrap .time-item {
    float: left;
    text-align: center;
    padding:0 8px;
    border-left: 1px solid #fff;
    color: #fff;
}

.home-style-8 .deal-list-item .product-timer-wrap .time-item .num-time{
    font-weight: bold;
}

.home-style-8 .deal-list-item .owl-theme .owl-buttons .owl-prev,
.home-style-8 .deal-list-item .owl-theme .owl-buttons .owl-next{
    width: 40px;
    height: 40px;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/icon-image.png);
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 20;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-8 .deal-list-item .owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
    left: -71px;
}

.home-style-8  .deal-list-item .owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
    right:-71px;
}

.home-style-8  .deal-list-item .owl-theme .owl-buttons .owl-prev:hover{
    background-position: -53px -13px;
}

.home-style-8  .deal-list-item .owl-theme .owl-buttons .owl-next:hover{
    background-position: -53px -51px;
}

.home-style-8  .clients-say-container .clientsay-wrap{
    border:none;
    box-shadow: 0 0 0 3px #ececec inset;
    -webkit-box-shadow: 0 0 0 3px #ececec inset;
}

.home-style-8 .deal-list-item{
    border: 3px solid #ececec;
}

.banner82{
    display: table;
    width: 100%;
    margin-bottom: 60px;
    padding-top: 35px;
}

.banner82 .banner{
    float: left;
    margin-right: 10px;
}

.banner82 .banner:last-child{
    margin:0;
}

.banner82 .banner:last-child a:first-child{
    margin-bottom: 10px;
}

.home-style-8 .services-v7{
    margin-bottom: 50px;
}

.home-style-8 .yt-tab-listing{
    margin-top: 0;
    margin-bottom: 0;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .respl-wrap .respl-tabs-container{
    position: relative;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .respl-wrap .respl-tabs-container:before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    bottom:-1px;
    left:0;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .products-grid .item{
    margin-bottom: 0;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .title-text{
    display: none;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap{
    float: left;
    margin:0;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab{
    border:none!important;
    font-size: 133.33%;
    text-transform: uppercase;
    font-weight: bold;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab .respl-tab-label{
    color: #888888;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab .respl-tab-label:hover{
    color: #333;
}

.home-style-8 .basic-slider-container .bs-review .rating-links{
    display: none;
}

.home-style-8 .basic-slider-container .bs-review{
    display: table;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab.tab-sel .respl-tab-label{
    color: #333333;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:before{
    content: "";
    display: inline-block;
    width: 2px;
    height: 14px;
    background-color: #c5c5c5;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:last-child:before{
    display: none;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:first-child{
    padding-left:0;
}

.home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:after{
    display: none;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .respl-wrap .respl-items-container{
    margin-top: 25px;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .carousel-control-wrap{
    margin-top: -58px;
}

.home-style-8 .listing-tab-custom .yt-tab-listing .respl-items-container .respl-items .respl-item{
    margin-bottom: 30px;
}

.home-style-8 .collections-wrap{
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

.slider-categories .content-box{
    width: 100%!important;
}

.home-style-8 .hotcate-wrap{
    margin:0;
    padding:0;
}

.slider-categories .content-box .inner{
    background-color: #fff;
    padding: 13px 20px 20px!important;
}

.slider-categories .content-box .cat-title a{
    font-size: 116.67%;
}

.slider-categories .content-box .child-cat .child-cat-title a{
    font-size: 108.33%;
    display: inline-block;
    padding: 3px 0;
}


.slider-categories.owl-theme .owl-buttons .owl-next,
.slider-categories.owl-theme .owl-buttons .owl-prev{
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-slider.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 27px;
    text-indent: -999em;
    width: 20px;
    position: absolute;
    top: -64px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.slider-categories.owl-theme .owl-buttons .owl-next{
    background-position: -60px 0;
    right: 15px;
}

.slider-categories.owl-theme .owl-buttons .owl-next:hover{
    background-position: -90px 0;
}

.slider-categories.owl-theme .owl-buttons .owl-prev{
    background-position: -31px 0;
    right: 38px;
}

.slider-categories.owl-theme .owl-buttons .owl-prev:hover{
    background-position: 0 0;
}

.sm-categories.theme1{
    overflow: visible;
}

.full-wrapper-category{
    margin-bottom: 60px;
    margin-top: 20px;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/bg-services.png);
}

.full-wrapper-category .hotcate-wrap{
    background: transparent;
}

.home-style-8 .clients-say-container .title-home{
    display: none;
}

.home-style-8 .clients-say-container .clients-say-content .image-box-client{
    height: 80px;
}

.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-next,
.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-prev{
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/icon-image.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 40px;
    text-indent: -999em;
    width: 40px;
    float: none;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-next{
    background-position: -15px -51px;
}

.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-next:hover{
    background-position: -53px -51px;
}

.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-prev{
    background-position: -16px -13px;
}

.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-prev:hover{
    background-position: -53px -13px;
}

.home-style-8 .clients-say-container .owl-theme .owl-buttons{
    padding-bottom: 16px;
    padding-top: 45px;
}

.home-style-8 .slider-brand-container{
    margin-bottom: 60px;
}

.home-style-8 .slidershow-content{
    width: 600px;
    margin-left: -20px;
    float: left;
    margin-bottom: 10px;
}

.home-style-8 .banner-right-index{
    float: right;
    width: 280px;
    margin-bottom: 10px;
}

.home-style-8 .banner-v81{
    margin-bottom: 10px;
}

.home-style-8 .newsletter-right{
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/bg-newsletter-v8.jpg);
    padding: 20px;
    background-size: 100% 100%;
}

.home-style-8 .newsletter-right .block-title{
    font-size: 166.67%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.home-style-8 .newsletter-right .block-content{
    color: #fff;
}

.home-style-8 .newsletter-right .block-content .input-box{
    position: relative;
    margin-top: 10px;
}

.home-style-8 .newsletter-right .block-content .input-box .input-text{
    width: auto;
    margin-right: 46px;
    width: 194px;
    height: 40px;
    border:none;
}

.home-style-8 .newsletter-right .block-content .input-box button{
    position: absolute;
    top:0;
    right:0;
    width: 45px;
    height: 40px;
    background-color: #fff;
    background-position: -45px -470px;
}

.home-style-8 .newsletter-right .block-content .input-box button:hover{
    background-color: #333;
    background-position: -172px -470px;
}

.home-style-8 .newsletter-right .block-content .input-box button span{
    display: none;
}

.home-style-8 .right-content-index{
    margin-bottom: 30px;
    padding-top: 10px;
}


.home-style-8 .right-content-index .filmore_pagination{
    position: absolute;
    bottom: 0;
}

.home-style-8 .basic-slider-container{
    clear: both;
    margin-left: -20px;
}

.home-style-8 .basic-slider-container .block-title{
    display: none;
}

.home-style-8 .basic-slider-container .sm-basic-products{
    margin:0;
}

.home-style-8 .basic-slider-container .basic-bestsale .bs-image{
    border: none;
    margin:0;
    width: 126px;
}

.home-style-8 .basic-slider-container .basic-bestsale .bs-image img{
    width: 100%;
}

.home-style-8 .basic-slider-container .basic-bestsale .bs-content{
    margin-left: 130px;
    padding: 20px 10px 20px 0;
}

.home-style-8 .basic-slider-container .basic-bestsale .sm-basic-products .bs-items .bs-item{
    margin: 0;
    float: none;
    width: 100%;
    border: 1px solid #ddd;
}

.home-style-8 .basic-slider-container .basic-bestsale .sm-basic-products .bs-items .owl-item{
    padding-left: 5px;
    padding-right: 5px;
}

.home-style-8 .basic-slider-container .basic-bestsale{
    margin: 0 -5px;
}


.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-next,
.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-prev{
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/ico-slider.png");
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 27px;
    text-indent: -999em;
    width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    display: none;
}

.home-style-8 .basic-slider-container:hover .owl-theme .owl-buttons .owl-next,
.home-style-8 .basic-slider-container:hover .owl-theme .owl-buttons .owl-prev{
    display: block;
}

.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-next{
    background-position: -60px 0;
    right: 5px;
}

.home-style-8 .basic-bestsale .bs-image{
    margin-right: 0!important;
}

.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-next:hover{
    background-position: -90px 0;
}

.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-prev{
    background-position: -31px 0;
    left: 5px;
}

.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-prev:hover{
    background-position: 0 0;
}

#yt_header .header-style-8 #yt_menu_short{
    margin:0 7px 0 0;
}

#yt_header .header-style-8 .horizontal-container{
    padding-right: 0;
}

#yt_header .header-style-8 .mega-horizontal-right{
    margin-left: -27px;
}

#yt_header .header-style-8 .yt-menu-content{
    border-top: none;
}

.cms-index-index #yt_header .header-style-8 #yt_menu_short .yt-menu-content{
    left:0;
    opacity: 1;
    top: 50px;
    visibility: visible;
}

#yt_header .header-style-8 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head > span{
    padding: 10px 0
}

#yt_header .header-style-8 .more-wrap{
    padding: 15px 20px
}

#yt_header .header-style-8 .yt-header-top{
    z-index: 9999;
}

.header1-wrap .header-style-8 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
    line-height: 32px;
    margin-top: 9px;
    margin-bottom: 8px;
    padding: 0 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.header1-wrap .header-style-8 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu{
    padding:0 10px;
}

#yt_header .header-style-8 .head-cart{
    width: auto;
}

#yt_header.header1-wrap .header-style-8 .head-searchbox{
    float: right;
    margin: 0 10px 0 0;
    width: 75.6%;
}


.header1-wrap .header-style-8 .sm-serachbox-pro{
    background-color: #f5f5f5;
}

.header1-wrap .header-style-8 .sm-serachbox-pro input.input-text, .sm-serachbox-pro select, .sm-serachbox-pro textarea,
.header1-wrap .header-style-8 .sm-serachbox-pro .jqTransformSelectWrapper{
    background: transparent;
    border:none;
}

.header1-wrap .header-style-8 .sm-serachbox-pro .jqTransformSelectWrapper{
    position: relative;
}

.header1-wrap .header-style-8 .sm-serachbox-pro .jqTransformSelectWrapper:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    background-color: #dddddd;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -11px;
}

.header1-wrap .header-style-8 .sm-serachbox-pro .jqTransformSelectWrapper{
    width: 123px!important;
}

.header1-wrap .header-style-8 .sm-serachbox-pro .jqTransformSelectWrapper div span{
    width: 105px!important;
}

#yt_wrapper .header1-wrap .header-style-8 .sm-serachbox-pro .sm-searbox-content .form-button.button{
    background-color: #aaaaaa;
    width: 44px;
    height: 32px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;

    box-shadow: 1px 2px 0 #999;
    -webkit-box-shadow: 1px 2px 0 #999;

    background-size: 15px;
}

#yt_wrapper .header1-wrap .header-style-8 .sm-serachbox-pro .jqTransformSelectWrapper ul{
    left:0;
}

.button-slider{
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff!important;
    background: #333;
    padding: 7px 20px;
}

.button-slider.white{
    background-color: #fff!important;
    color: #333!important;
}

.button-slider.white:hover{
    background-color: #333!important;
    color: #fff!important;
}

/*MENU PAGES*/

.sm_megamenu_menu .page-content{
    padding: 15px;
}

.sm_megamenu_menu .page-content .page-list li{
    padding: 8px 0!important;
}

.header1-wrap .yt-header-middle .detail-minicart{
    display: table;
}


.header-style-5 .minicart-title{
    display: table;
}

.header-style-5 .minicart-title span{
    display: table-cell;
    vertical-align: middle;
}

.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.pages-parent,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.pages-parent{
    position: relative;
}

.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.pages-parent > div{
    left:0;
    right: auto;
    min-width: 400px;
}


.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.pages-parent > div{
    left:0;
    right: auto;
    min-width: 400px;
}

/*INDEX 1 FIX*/

.deal-v1 .owl-carousel .owl-item{
    padding-left: 15px;
    padding-right: 15px;
}

.deal-container-slider.deal-v1{
    margin:0 -15px;
}

.deal-container-slider.deal-v1 .owl-theme .owl-buttons .owl-next{
    position: absolute;
    top: 50%!important;
    right: 15px!important;
    margin-top: -15px;
}

.deal-container-slider.deal-v1 .owl-theme .owl-buttons .owl-prev{
    position: absolute;
    top: 50%!important;
    left: 15px!important;
    margin-top: -15px;
}


/*===========*/

.header-style-7 #btn_categories{
    background-color: rgba(0,0,0,0.2);
}

.cms-index-index .header1-wrap .header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .home-item-menu-parent > a,
.header1-wrap .header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1:hover > a,
.header1-wrap .header-style-8 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1:hover > a,
.cms-index-index .header1-wrap .header-style-8 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .home-item-menu-parent > a{
    background-color: rgba(255,255,255,0.2);
}

.miert-minket {background: #F9F9F9; padding-bottom: 40px; padding-top: 40px; text-align: center}
.miert-minket img{max-width: 50%}
.miert-minket .title{color: #999999; font-size: 1.2em; margin-top: 20px; display: block}
.miert-minket .title a{color: #999999; font-size: 1.2em; margin-top: 20px; display: block}

.stockinfo .modal-content {border-radius: 0}
.stockinfo .modal-header {text-indent: -999999px; min-height: 0px!important;padding: 0; border: 0}
.stockinfo .modal-header .model-title{padding: 0}
.stockinfo .modal-header .close{ font-size: 30px; background: #69af45; padding: 2px 10px; color: #fff; opacity: 1;z-index: 9999999999; position: relative; margin-top: 0;}
.store-info .tab-content a.active {text-decoration: underline!important; color: #F4A137!important;}
.stockinfo .nagy-fejlec {
    font-size: 116.6%;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 100%;
    color: #69af45;
}

.yt-detail-right .raktaron {font-weight: bold; font-size: 135%;color: #777; padding-bottom: 10px; padding-top: 10px}
.yt-detail-right .raktaron span{color: #69af45; padding-right: 7px }
.yt-custom-block .pipak {list-style-position: outside;background: #f9f9f9;
    padding: 15px;
    margin-bottom: 20px;overflow: auto}
.yt-custom-block .pipak li{color: #777; font-size: 15px;margin-bottom: 10px;padding-left: 30px;}
.yt-custom-block .pipak li:before{font-family: 'Glyphicons Halflings';content: "\e013";margin:0 12px 0 -26px;color: #69af45; }

.yt-custom-block h3 {font-size: 160%;line-height: 133%;text-align: center;margin-bottom: 15px; }
.yt-custom-block .shipping-datas {font-size: 15px; padding: 0px; }
.yt-custom-block .shipping-datas .row{padding: 8px 0; border-bottom: 1px solid #f9f9f9; }
.yt-custom-block .shipping-datas .row strong{ font-size: 14px}
.yt-custom-block .shipping-datas .row:last-child{border:0}
.yt-custom-block .shipping-datas .rabeninfo {font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;}
.yt-custom-block .shipping-datas .rabeninfo strong{color: #777;font-size: 11px;}
.yt-custom-block .shipping-datas .rabeninfo a{color: #F4A137; text-decoration: underline}

.yt-custom-block .eloleg-info {font-size: 14px!important;}
.yt-custom-block .tooltip-inner {min-width: 200px}

#checkoutSteps input::-webkit-input-placeholder { color: #e6e6e6; }  /* WebKit, Blink, Edge */
#checkoutSteps input:-moz-placeholder { color: #e6e6e6; }  /* Mozilla Firefox 4 to 18 */
#checkoutSteps input::-moz-placeholder { color: #e6e6e6; }  /* Mozilla Firefox 19+ */
#checkoutSteps input:-ms-input-placeholder { color: #e6e6e6; }  /* Internet Explorer 10-11 */
#checkoutSteps input::-ms-input-placeholder { color: #e6e6e6; }  /* Microsoft Edge */


#checkoutSteps .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    border-right: 0;
}

.infbox .title{background:#69af45; padding: 10px; font-size: 18px; font-weight: bold;color: #fff; text-align: center }
.infbox .info{padding: 15px; line-height: 27px; font-size:13px; min-width: 310px;}
.infbox img{max-height: 100px; overflow: hidden}
.infbox .info a{text-decoration: underline }
.infbox .info svg{    overflow: visible;
    margin-right: 17px;
    color: #69af45;}

.gm-style-iw {
    width: 300px !important;
    top: 15px !important; // move the infowindow 15px down
    left: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border-radius: 2px 2px 0 0;
}
.item-tab-listing .sub-item .product-name{min-height: 50px}
.item-tab-listing .sub-item {margin-bottom: 25px}

.sp-methods .store-info, .checkout-agreements {background: #f9f9f9;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #69af45;
    line-height: 24px;
    width: 100%;
}

.service-content h3 {
    font-size: 116.6%;
    font-weight: bold;
    color: #2f9349;
    margin-bottom: 15px;
}

.service-content ul {margin-bottom: 15px}
.service-content ul li::before {
    content: "• ";
    color: #2f9349; /* or whatever color you prefer */
    margin-right: 10px;
}

.services-section h1{
    padding-bottom: 5px;
    font-size: 200%;
    color: #2f9349;
}
.services-section .center-top-info {
    text-align: center;
    font-size: 140%;
    border: 1px solid #69af45;
    margin: 20px 0;
    padding: 15px;
    margin-bottom: 40px;
}
.services-section .center-top-info a{ text-decoration: underline }

.subcategories {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    text-align: center;
    margin-top: 30px;
}

.subcategories li {
    /*float: left;*/
    /*display: block;*/
    /*text-align: center;*/
    /*margin: 8px;*/
    /*max-width: 199px;*/
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 12px -4px rgba(0,0,0,.1);

}
.subcategories li span {     display: block;
    padding: 8px 8px;
    font-size: 120%;
    min-height: 65px;
    color: #000;}
.subcategories li img{max-width: 160px; padding: 5px}
.cd-btn {float: right}
.cd-btn, .btn-proceed-checkout, #btccart, .btn-checkout {
    display: block;
    /* margin-top: 20%; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*-webkit-box-shadow: 0 4px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 4px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 4px 0 #559110, 0 15px 20px rgba(0, 0, 0, .35);*/
    -webkit-box-shadow: 0 4px 0 #6ebc14;
    -moz-box-shadow: 0 4px 0 #6ebc14;
    box-shadow: 0 4px 0 #559110;
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 16px;
    color: #fff;
    width: 100%;
}
.catalog-product-compare-index .button, .add-to-box .button, .btn-checkout {padding: 0!important;}
.btn-proceed-checkout {padding: 0!important;}
.add-to-cart2 {display: inline-block; min-width: 292px}

.cd-btn > span, .btn-proceed-checkout > span, #btccart > span, .btn-checkout > span {
    text-transform: uppercase;
    font-style: italic;
    font-weight: bolder;
    display: inline-block;
    width: 100%;
    padding: 12px 30px;
    background-color: #6ebc14!important;
    /* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(338, 90%, 80%, .8)), to(hsla(338, 90%, 70%, .2))); */
    /* background-image: -webkit-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2)); */
    background-image: -moz-linear-gradient(hsla(87, 80%, 40%, 0.8), hsla(87, 80%, 40%, 0.2));
    background-image: -o-linear-gradient(hsla(87, 80%, 40%, 0.8), hsla(87, 80%, 40%, 0.2));
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;


    line-height: 1;
    /*text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);*/
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.cd-btn:hover > span, .btn-proceed-checkout:hover > span, #btccart:hover > span, .btn-gotocart:hover > span {
    background-color: #6cb11e!important;
    /*text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);*/
}

.cd-btn:active, .cd-btn:focus, .btn-proceed-checkout:active, .btn-proceed-checkout:focus,#btccart:active, #btccart:focus {
    -webkit-box-shadow: 0 4px 0 #559110!important;
    -moz-box-shadow: 0 4px 0 #559110!important;
    box-shadow: 0 4px 0 #559110!important;

    /*-webkit-box-shadow:    0 4px 0 #559110, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 0 #559110, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow:    0 4px 0 #559110, 0 12px 10px rgba(0, 0, 0, .3);*/
}

.btn-proceed-checkout {
    background: transparent!important;
}

.cd-btn:active > span, .btn-proceed-checkout:active > span, #btccart:active > span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
#btcshop span{background: transparent!important;
    color: #000!important;
    text-decoration: underline;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0!important;}

.add-to-section {background: #f9f9f9; padding: 20px 15px; margin-bottom: 20px; overflow: auto;   /*border: 1px solid #e9ebee;*/}


.cd-btn span svg, .btn-proceed-checkout span svg {color: #559110}
.cd-btn:hover span svg , .btn-proceed-checkout:hover span svg{

    -webkit-animation: swing 1s;
    animation: swing 1s;color: #fff;

}

#yt_popup {
    width: 100%;
    height: 100%;
    background: transparent;
}

.products-grid .item .product-addcart .btn-cart {
    width: 100%;
}
#price-filter-max-display {float: left!important; padding-right: 3px}

.category-products .item .product-addcart .btn-cart{
    /*text-transform: uppercase;*/
    /*font-style: italic;*/
    font-weight: normal;
    display: inline-block;
    width: 100%;
    padding: 11px 30px;
    background-color: #6ebc14!important;
    /* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(338, 90%, 80%, .8)), to(hsla(338, 90%, 70%, .2))); */
    /* background-image: -webkit-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2)); */
    /*background-image: -moz-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -o-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 1;
    /* text-shadow: 0 -1px 1px rgba(175, 49, 95, .7); */
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.product-shop .product-name {margin-bottom: 20px}

.home-brand img {padding: 0px}
.home-brand .sublinks {margin-top: 10px}
.home-brand .sublinks a{font-size: 120%}
.home-brand .sublinks li{margin-bottom: 7px}
.home-brand {padding: 0}
.home-brand:last-child {}


.brands-home {margin-bottom: 20px; overflow: auto}

.home-banner-data {
    /*background: #fff;*/
    padding: 6px;
    margin-bottom: 20px;
    margin-top: 12px;
    /*box-shadow: 0 2px 12px -4px rgba(0,0,0,.1);*/
    border-radius: 15px;
}
.yt-header-bottom {
    background: #F5F5F5;
}
#yt_header.header2-wrap #yt_header_left {padding: 5px!important;box-shadow: 4px -1px 10px -2px rgba(0,0,0,.15); background: #ffffff; border-radius: 10px;}
#yt_header.header2-wrap #yt_header_right {padding-left: 12px!important}
#yt_header.header2-wrap #yt_header_right .slideshow2-wrap {padding: 0; margin-top:0; border-radius:12px; overflow: auto;box-shadow: 4px -1px 10px -2px rgba(0,0,0,.15);}



.block-title-sec h3{border-bottom: 1px solid #EFEFEF;
    font-size: .9375rem;
    font-weight: 700;
    color: #333;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;}

.ajanlatunk {margin-bottom: 20px}
.ajanlatunk .ajanlat {background: #fff;
    padding: 7px;
    margin-bottom: 7px;
    width: 49.6%;
    margin-left: 7px;
    float: left;
    box-shadow: 0 2px 12px -4px rgba(0,0,0,.1);
}

.ajanlatunk .ajanlat:nth-child(even){margin-left: 0}
.ajanlatunk h3 ,.block-title-sec h3{    text-align: center;
    font-size: 1.4rem;
    color: #666;
    font-weight: 800;
    padding: 0;
    margin-top: 0;
    margin-bottom: 13px;
    margin-top: 13px;
border: 0}

.ajanlatunk .ajanlat-full {
    margin: 10px 7px!important;
    width: 100%;
    max-width: 1161px;
}


.kis-ajanlatunk {margin-bottom: 20px; background: #fff; box-shadow: 0 2px 12px -4px rgba(0,0,0,.1); overflow: auto;}
.kis-ajanlatunk .ajanlat {
    padding: 7px;
    margin-bottom: 0px;
    width: 22%;
    margin-left: 7px;
    float: left;


}
.kis-ajanlatunk .ajanlat:first-child {margin-left: 0}
.kis-ajanlatunk .ajanlat:last-child {width: 16%}

.kis-ajanlatunk .ajanlat h4 {
    font-size: 16px;
    padding-top: 23px;
    line-height: 25px;
}


.kis-ajanlatunk .ajanlat .orszagos {padding-top: 23px;}
.kis-ajanlatunk .ajanlat .orszagos:before {
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/home-icons/shipping-home.svg);
    background-size: 100%;
    width: 60px;
    height: 56px;
    /* border: 1px solid; */
    display: inline-block;
    content: ' ';
    margin-right: 30px;
    margin-left: 10px;
    float: left;
    margin-top: 0;
}

.kis-ajanlatunk .ajanlat .hnap {padding-top: 23px}
.kis-ajanlatunk .ajanlat .hnap:before {
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/home-icons/money-back-home.svg);
    background-size: 100%;
    width: 60px;
    height: 56px;
    /* border: 1px solid; */
    display: inline-block;
    content: ' ';
    margin-right: 17px;
    float: left;
    margin-top: 0px;
    margin-left: 22px;
}

.kis-ajanlatunk .ajanlat .tapasztalat:before {
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/home-icons/experience-home.svg);
    background-size: 100%;
    width: 60px;
    height: 55px;
    /* border: 1px solid; */
    display: inline-block;
    content: ' ';
    margin-right: 17px;
    margin-left: 10px;
    float: left;
    margin-top: 0px;
}
.kis-ajanlatunk {
    max-height: 122px;
    overflow: hidden;
    border-radius: 15px;
}
.kis-ajanlatunk .ajanlat a{font-size: 12px; text-decoration: underline;     margin-top: -4px; display: block;}





.sm-serachbox-pro {width: 40%!important;}
.search-autosuggest .pf-col-1 {width: 58%; float: right}
.search-autosuggest .pf-col-1 .pname{width: 55%; float: left}
.search-autosuggest .pf-col-2 {width: 40%; float: left}


.searchautocomplete .searchautocomplete-placeholder .index-title {border: 0!important; text-align:left!important;; background: transparent!important;}
.search-autosuggest {padding-top: 10px}

.logo {    padding-bottom: 10px;}

#yt_header .no-home #yt_menu_short {
    position: relative;
    margin-top: 0px;
    z-index: 100;
}
#yt_header .no-home #yt_menu_short #btn_categories{
    padding: 0 15px;
    height: 36px;
    line-height: 37px;
    position: relative;
    margin-top: 6px;
    margin-left: 7px;
}
#yt_header .no-home #yt_menu_short #btn_categories:after{
    /*top: 11px;*/
}
#yt_header .no-home #yt_menu_short .yt-menu-content{
    min-width: 275px;
    margin-left: 7px;
}

#yt_header .no-home #yt_menu_short .yt-menu-content:before{
    border-color: transparent transparent #fff transparent;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 12px;
    height: 0;
    width: 0;
    top: -24px;
    left: 30px;
}

.no-home .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
    border:1px solid #ccc;
    border-top: 0;
}
.header2-wrap .search-box-nohome .sm-serachbox-pro {
    margin-left: 9px;
}

.cover {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    display: none;
}

.wssearchform .sm-serachbox-pro:before {
    display: none;
}
.wssearchform .sm-serachbox-pro {
    top: 0!important;
    position: relative;
    width: 100%!important;
}

.wssearchform .sm-serachbox-pro .sm-searbox-content {
    display: block;
    position: relative;
    right: 0;
    width: 100%;
    text-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    padding: 0
}

.wssearchform .sm-serachbox-pro .jqTransformInputWrapper {
    width: 90% !important;
}
.wssearchform .sm-serachbox-pro:hover{
    background: none;
}
.wssearchform .sm-serachbox-pro .jqTransformInputWrapper .jqTransformInputInner {
    margin-left: 10%;
}

.wssearchform .sm-serachbox-pro .sm-searbox-content .form-button.button {
    border-radius: 0px;
    float: right;
    position: relative;
    width: 45px;
    top: 0;
    right: 0;
}
.wssearchform .sm-serachbox-pro .sm-searbox-content .form-button.button span {
    border-radius: 0px;
    float: right;
    position: relative;
    width: 45px;
    top: 0;
    right: 0;
}
.wssearchform .sm-serachbox-pro .sm-searbox-content .form-button.button {
    padding: 0 10px;
}

.wssearchform .sm-serachbox-pro .jqTransformInputWrapper {
    width: 100%!important;
}
.wssearchform .sm-serachbox-pro .jqTransformInputWrapper input.input-text {
    padding-left: 0;
}


#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover {
    background-color: #f5f5f5;
}
#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button {
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
    border-radius: 0 12px 12px 0;
    height: 37px;
    margin-right: 0px;
    width: 63px;
}
.chcheckout {
    background: #f5f5f5;
    padding: 16px!important;
    border-radius: 3px;
}
#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button span{color: #777!important;}

.wssearchform #search_autocomplete {background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    min-width: 100%;
    padding-bottom: 7px;
    width: 100%;
    margin-left: 34px;
}

.wssearchform .searchautocomplete .searchautocomplete-placeholder:before {left: 50px}

.wssearchform .search-autosuggest {padding-top: 0; display: flex; flex-direction: column;}
.wssearchform .search-autosuggest .index-title{display: none}
.wssearchform .search-autosuggest .pf-col-1 {width: 100%; order: 2;}
.wssearchform .search-autosuggest .pf-col-2 {width: 100%; order: 1;}
.wssearchform .search-autosuggest .all {order: 3;}

.wssearchform .search-autosuggest .pf-col-1 .pname {line-height: 27px;font-size: 15px; width: 76% }
.wssearchform .search-autosuggest .pf-col-1 .pprice {display: none}
.wssearchform .search-autosuggest .pf-col-1 .searchautocomlete-image {width: 20%}
.wssearchform .search-autosuggest .pf-col-2 .name {line-height: 27px;font-size: 15px;}
.wssearchform .search-autosuggest .pf-col-2 li {line-height: 27px;font-size: 15px;}

.wssearchform .searchautocomplete .searchautocomplete-loader {right: 70px}

.brands-home {border-top: 3px solid #6ebc14;     margin-top: 50px;
    margin-bottom: 50px; padding: 0px 0; background: #fff; box-shadow: 0 2px 12px -4px rgba(0,0,0,.1);    border-radius: 15px;}
.brands-home .col {padding: 0}
.brands-home .slider-box {width: 370px;}
.brands-home .left-menu {padding-top: 10px; width: 215px}
.brands-home .left-menu h3{font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-right: 15px;
    padding-left: 0;
    margin-left: 15px;}
.brands-home .left-menu li{text-align: center; font-size: 14px;margin-bottom: 9px}
.brands-home .left-menu ul{padding: 0px 15px;}
.brands-home .left-menu li a{padding: 5px 10px; display: block}
.brands-home .left-menu li a:hover{background: #6ebc14; color: #fff}
.brands-home .small-banner .item{border-bottom: 1px solid #EFEFEF; border-right: 1px solid #EFEFEF;     padding: 18px; padding-bottom:10px; text-align: center}
.brands-home .small-banner .item strong{margin-top: 10px;display: block;}
.brands-home .small-banner .item:nth-child(1){border-top: 1px solid #EFEFEF; border-left: 1px solid #EFEFEF;}
.brands-home .small-banner .item:nth-child(2){border-top: 1px solid #EFEFEF;}
.brands-home .small-banner .item:nth-child(3){border-top: 1px solid #EFEFEF;}
.brands-home .small-banner .item:nth-child(4){border-left: 0px solid #EFEFEF;border-bottom: 0}
.brands-home .small-banner .item:nth-child(5){border-bottom: 0}
.brands-home .small-banner .item:nth-child(6){border-bottom: 0}

.brandsblock {background: #F5F5F5}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 0%;
    background: #fff;
    /* opacity: 1; */
    padding: 15px;
    width: 54px;
    text-shadow: none;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-left {
    left: 0%;
    background: #fff;
    /* opacity: 1; */
    padding: 15px;
    width: 54px;
    text-shadow: none;
}

.carousel-control.right {
    background: none!important;
    opacity: 1;
}

.carousel-control.left {
    opacity: 1;
    background: none!important;
}

.glyphicon-chevron-right:before {
    color: #6ebc14;
}

.glyphicon-chevron-left:before {
    color: #6ebc14;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {width: 100%}

.carousel-caption h3 {
    width: 100%;
    display: block;
    padding: 20px 0px!important;
    background-color: rgba(110, 188, 20, 0.6)!important;
    font-size: 180%;
    font-weight: bolder;
    letter-spacing: 1px;
}

.homeproduct-lists .products-grid .item{min-height: 340px}
.homeproduct-lists .products-grid .first {padding-left: 10px!important;}
.homeproduct-lists .products-grid .last{padding-right: 10px}

.homeproduct-lists .products-grid .item .item-inner {
    float: left;
    width: 100%;
    min-height: 366px;
    background: #fff;
    box-shadow: 0 2px 12px -4px rgba(0,0,0,.1);
    border-radius: 10px;
}

.homeproduct-lists .item .product-image {
    position: relative;
    padding: 10px;
    max-height: 180px;
}

.cms-home-v2 #yt_wrapper .yt-main-inner {background: #f5f5f5}

.price-box .price-label{display: none}
.searchautocomplete-placeholder .price-to{display: none}

.price-box .old-price .price, .item .item-price .old-price .price, .item .product-price .old-price .price {
    text-shadow: none;
    display: block;
    overflow: hidden;
    height: 18px;
    /*float: right;*/

}


.price-box {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
}

.rrp-price-box {
    flex-wrap: wrap;
    overflow: hidden;
}


.price-box .old-price {padding-right: 10px; height: 13px }

.product-shop .price-box {justify-content: flex-start;flex-wrap: wrap;}
/*.price-box .old-price {*/
/*    margin-right: 20px;*/
/*    padding-left: 10px;*/
/*    margin-top: 7px;*/
/*    display: inline-block;*/
/*}*/

.product-shop .price-box .old-price .price, .product-shop .item .item-price .old-price .price, .product-shop .item .product-price .old-price .price {
    height: 30px;
}

.newsletter-home-form {
    width: 100%;
    overflow: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 12px -4px rgba(0,0,0,.1);
    border-radius: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 0;
}

.newsletter-home-form:before {
    content: "";
    /* display: block; */
    position: absolute;
    margin-top: 20px;
    margin-left: 45px;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/newsletter.png) no-repeat top left;
    width: 64px;
    height: 64px;
    opacity: 0.8;
    z-index: 0;
}

.newsletter-home-form .newsletter-info {padding-left: 75px}
.newsletter-home-form .newsletter-form{padding-top: 31px}
.newsletter-home-form .newsletter-info h3{font-size:25px; margin-bottom: 25px;font-weight: 700;color: #2f9349; margin-top: 15px; margin-bottom: 5px}

.newsletter-home-form form {padding-top: 17px}
.newsletter-home-form input.input-text {
    margin-bottom: 10px!important;
    border-color: #ccc;
    border-radius: 10px;
    background: #f9f9f9;
}
.home-sub-b {background: none!important;    width: 100%;
    padding: 0!important;}
.home-sub-b span span{
    padding: 13px 9px;
    top: 1px;
    left: -4px;
    position: relative;
    background: #5c9a13;
    /* border-radius: 0 4px 4px 0; */
    width: 100%;
    display: block;
    border-radius: 10px;
}
.newsletter-home-form .validation-advice {/*position: absolute!important;*/}
.newsletter-home-form .privacy label {font-size: 14px!important;margin-bottom: 10px;max-width: calc(100% - 25px);}
.newsletter-home-form .privacy .filled-in {width: 15px; height: 15px}


.step-step-bottom {margin-top: 6px!important;;float: left!important;margin-left: -5px!important;;}

.step .input-group {width: 100%; }
.step .form-control {width: 100%; height: 47px}

#checkout-progress-wrapper dt.complete {background: transparent!important;color: #000!important;border-bottom: 1px solid #ccc!important}
#checkout-progress-wrapper .block-content dt.complete a {    background: transparent!important;color: #000;text-decoration: underline;}

#checkout-review-submit .agree label {width: 90%}
#checkout-review-submit .agree label a{text-decoration: underline}

.cd-secondary-nav li a:hover b {color: #fff!important; text-decoration: underline !important;}

.cd-secondary-nav {display: none}

.price-egyseg {margin-top: 5px;display: block;font-weight: bold;}

.sale-product-percent {
    width: 60px;
    height: 60px;
    padding: 17px 10px;
    font-weight: bold;
    border-radius: 50%;
    background: #ff0000;
    color: #fff;
    text-align: center;
    font-size: 17px;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 98;
}

/* common */
.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #ff0000;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 183px;
    padding: 7px 0;
    padding-left: 15px;
    background-color: #ff0000;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -8px;
    left: -23px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}
.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}
.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

.ribbon-2years {
    width: 119px;
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/2ev.png") no-repeat;
    background-size: 150px;
    margin-left: -15px;
    z-index: 2;
    margin-top: -8px;
    background-position: -14px 0;

}


.product-essential .ribbon-2years {
    width: 150px;
    background-size: 180px;
    margin-left: -44px;
    z-index: 2;
    margin-top: 36px;
    background-position: -14px 0;
}
.ribbon-2years:before { display: none !important}
.ribbon-2years:after { display: none !important}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}
.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}
.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

.product-essential .price-box .kiszegyp {display: none!important;}

.preview_anchor h2 {font-size: 20px; font-weight: bold; margin: 10px 0 }


.szallitasi-informaciok {
    padding: 14px;
    padding-left: 60px;
    margin-bottom: 30px;
    /* color: #38a9e0; */
    background: url(https://www.nadland.hu/media/exclamation.png) no-repeat #f9f9f9;
    background-position: 3% 14%;
    text-align: left;
    font-size: 108%;
    line-height: 170%;
    border: 1px solid #dddddd;
}

/*.product-image {
    margin: 10px;
}
.product-image:after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: " ";
    background: rgba(0,0,0,0.03);
}*/

.late-information {padding: 20px 0; border-bottom: 1px solid #2f9349;    background-color: #4e491f;
    color: #fff;}
.late-information {font-size: 18px}
.late-information a{font-size: 12px}
.late-information h5{margin-bottom: 0; margin-top: 5px; }

@media (max-width: 700px) {
    .late-information {font-size: 14px;}
    .late-information h5{ margin-top: 0}
    .modal .modal-dialog{ width: 99% !important; }

    .category-description {
        max-height: 140px;
        overflow-y: hidden;
        position: relative;
        transition: .3s ease-in-out;
    }

    .category-description.active {
        max-height: 1000px;
        overflow-y: unset;
        padding-bottom: 20px;
    }


    .more-category-info {
        display: block!important;
        font-weight: bold;
        padding: 8px;
        text-align: center;
        margin-top: 0px;
        border: 1px solid #cccccc;
        margin-bottom: 18px;
    }

    .category-description:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 33%,rgb(255,255,255) 100%);
        background-image: -o-linear-gradient(top,rgba(255,255,255,0) 33%,rgb(255,255,255) 100%);
        background-image: linear-gradient(to bottom,rgba(255,255,255,0) 33%,rgb(255,255,255) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFFFF",endColorstr="#FFFFFFFF",GradientType=0);
        pointer-events: none;
        z-index: 10;
    }

    .category-description.active:before{
        display: none;
    }

}
.sorbaallas{

    margin-top: 5px;
    background: #f8b518;
    display: inline-block;
    /* word-spacing: 67px!important; */
    color: #fff;
    letter-spacing: 1.5px;
    /* text-decoration: underline; */
    font-weight: bold;
    /* padding-bottom: 6px; */
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0px;
    /* padding-left: 32px; */
    background-size: 16px;
    /* text-transform: uppercase; */
    background-position: 8px;
    margin-bottom: 4px;
    margin-left: 20px;
    padding-right: 10px;
    text-align: center;
    font-weight: 600;
    padding-left: 10px;
    text-transform: uppercase;
    /*animation: bounce; !* referring directly to the animation's @keyframe declaration *!*/
    /*animation-duration: 2s; !* don't forget to set a duration! *!*/

}
.sorbaallas:hover {color: #fff!important;text-decoration: none!important;}
.sorbaallas:active, .sorbaallas:focus {color: #fff!important;text-decoration: none!important;}

.hirlevel-top {
    display: inline-block;
    width: 230px;
}
@media (max-width: 991px) {
    .hirlevel-top {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hirlevel-top {
        display: inline-block;
        width: 110px;
    }
    #yt_header.header2-wrap .head-searchbox {
        width: 75%;
    }
}



.hirlevel-top .hirlevel-bottom {margin-top: 2px}

.booking-information {padding: 0px 0; border-bottom: 1px solid #2f9349;    background-color: #4e491f;
    color: #fff;}
.booking-information {font-size: 14px; text-align: center}
.booking-information a{font-size: 14px}
.booking-information h5{margin-bottom: 0; margin-top: 5px; display: inline-block}

.downloads-item .item-link{
    float: right;
    width: 85%;
}

.downloads-item {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.downloads-links-block .downloads-item .item-icon {
    height: 30px;
    width: 15%;
    display: inline-block;
    font-size: 100%!important;
    margin-right: 5px;
}
.shipping-title {
    background: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/delivery-truck2.svg') no-repeat;
    color: #69af45;
    background-size: 22px;
    background-position-y: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 5px 5px 35px;

}

.shipping-content {
    /*margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 13px;
    padding-top: 10px;*/
}

.shipping-info-wrapper .eco-shipping {
    padding: 5px 0;
}

.info-wrapper {
    background: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/product/fast-delivery.svg') no-repeat;
    fill: #cccccc;
    padding-left: 45px;
    padding-top: 5px;
    background-size: 30px;
    margin-bottom: 20px;
    color: #444444!important;
    font-size: 115%;
    line-height: 160%;
}

.info-wrapper h5{
    font-weight: bold;
    font-size: 105%;
    margin-bottom: 10px;
}

.info-wrapper a{
    color: #F4A137;
    font-weight: bold;
    text-decoration: underline;
}

.shipping-info-wrapper {
    background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/product/fast-delivery.svg');
}

.payment-info-wrapper {
    background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/product/credit-card.svg');
}

.deposit-info-wrapper {
    background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/product/money.svg');
}

/* Availability status indicators */
.available-wrapper {
    position: relative;
}
.available-info-wrapper {
    background: none;
}

/* Pulse animation */
/* Dinamikus pulse animáció – a box-shadow a színt örökli */
@keyframes availability-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--dot-color);
    }
    70% {
        transform: scale(1.25);
        box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.available-info-wrapper {
    position: relative;
    color: #000; /* szöveg fixen fekete */
}

/* ALAP pötty */
.available-info-wrapper::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--dot-color, #ccc);
}

/* STÁTUSZ SZÍNEK CSAK A PÖTTYNEK */
.available-info-wrapper.in-stock {
    --dot-color: #0a8a00;
}

.available-info-wrapper.external-stock {
    --dot-color: #6ebc14;
}

.available-info-wrapper.orderable {
    --dot-color: #ff9800;
}

.available-info-wrapper.out-of-stock {
    --dot-color: #dc3545;
}

/* CSAK AMIT AKARSZ, AZ PULZÁL */
.available-info-wrapper.in-stock::before,
.available-info-wrapper.external-stock::before,
.available-info-wrapper.orderable::before {
    animation: availability-pulse 1.6s ease-out infinite;
}

.short-description {
    position: relative;
}

.short-description-content.collapsed {
    max-height: 100px;
    overflow: hidden;
    position: relative;
}

.short-description-content.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, transparent, white);
}

.read-more-link {
    display: inline-block;
    margin-top: 10px;
    color: #F4A137;
    text-decoration: none;
    font-weight: bold;
}

.read-more-link:hover {
    text-decoration: underline;
}

.shipping-info-wrapper #edit-button{
    text-decoration: underline;
}


.shipping-info-wrapper .rabeninfo {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}



.shipping-info-wrapper .tooltip-inner {
    min-width: 250px;
}



.eloleg-title {
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/money.png"); ;
}
.shipping-price-title {
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/shipped.svg"); ;
}

.brand-image {max-width: 100px; margin-bottom: 10px}


.modal {
    z-index: 999999999999999999999999991184!important;
}

#jatszoterrendeles .modal-content {border-radius: 0}
#jatszoterrendeles .modal-header .close {
    margin-top: -2px;
    background: #444;
    padding: 5px 10px;
    position: absolute;
    right: 12px;
    /* border: 1px solid; */
    z-index: 9;
    opacity: 1;
    color: #fff;
}
.jatszoterrendeles-button {
    font-size: 17px;
    margin-top: 15px;
    display: block;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
}

.jatszoterrendeles-button i{color: #6ebc14}
.jatszoterrendeles-button svg{color: #6ebc14}


.nagykereskedelem h1 {font-size: 2.25rem;
    line-height: 1.33333;
    color: #111;
    font-weight: bolder;
    margin-bottom: 2rem; }
.nagykereskedelem p {padding-bottom: 1rem}

.nagykereskedelem h2 {font-size: 1.25rem;
    line-height: 1.33333;
    color: #111;
    font-weight: bolder;
    margin-bottom: 1rem; margin-top: 2rem }
.nagykereskedelem p {padding-bottom: 1rem}

.yt-content-inner {background: #fff}

.nagykereskedelem {font-size:20px}

.nagykereskedelem li {list-style: disc;}

.nagykereskedelem ul {margin:20px; }

.nagykereskedelem a {text-decoration:underline}

.nagykereskedelem .title-hr {
    border-top: 1px solid #6ebc14;
    padding-top: 15px;
    margin-top: 30px;
}

.nagykereskedelem p.kepalairas {text-align: center;
    background: #6ebc14;
    color: #fff;
    padding: 10px;
    border-radius: 0 0 6px 6px;}

.nagykereskedelem .checked {list-style: none;}
.nagykereskedelem .checked li{list-style: none; margin-bottom: 10px}
.nagykereskedelem .checked li:before {
    content: '✓';
    margin-left: -20px;
    margin-right: 5px;
    color: #6ebc14;
    font-weight: bold;
}

.nagykereskedelem .bottom-info {
    background: #f5f5f5;
    padding: 20px;
    margin: 14px 0;
    text-align: center;
}

.price-date {font-style: italic; padding-top: 10px}
.price-date sub{margin-top: -3px; font-size: 10px}

.product-note {margin-top: 5px; font-size: 15px;
    line-height: 30px;}

.ontott-gumi-ajanlatok .ajanlat{margin-bottom: 5%; padding-bottom: 5%; border-bottom: 1px solid #ccc}
.ontott-gumi-ajanlatok {font-size: 1.1rem;}
.ontott-gumi-ajanlatok h2{ color: #385793; margin-bottom: 20px; font-size: 2.1rem; font-weight: bold; line-height: 135%;}
.ontott-gumi-ajanlatok h3{     color: #8cab2b;
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 40px;}

.ontott-gumi-ajanlatok p{line-height: 160%;margin-bottom: 1rem}
.ontott-gumi-ajanlatok .ar-ajanlat{border-left: 10px solid #8cab46; margin-bottom: 20px; padding: 5px 20px 5px 20px; box-shadow: 0 2px 10px -2px rgb(0 0 0 / 15%);}
.ontott-gumi-ajanlatok .ar-ajanlat p:last-child{margin-bottom: 0}
.ontott-gumi-ajanlatok .kiskepek img{margin-top: 30px; max-height: 166px}
.ontott-gumi-ajanlatok .ar-ajanlat .price {color: #be1622; font-weight: bold}
.ontott-gumi-ajanlatok .kisinfo {font-size: .8rem!important;}
.ontott-gumi-ajanlatok .kisinfo p{font-size: .8rem!important; padding: 15px}
.ontott-gumi-ajanlatok .kisinfo em{color: #444}
.ontott-gumi-ajanlatok .ar-ajanlat .price em{    font-size: 50%;

    display: table-caption;}

iframe .Custom {background: #f9f9f9; margin: 10px!important;}

.service-product {padding: 10px;line-height: 200%;background: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/services.svg') no-repeat #f9f9f9; background-position: right 30px; margin: 10px 0;border: 1px solid #eee;}
.service-product p {font-size: 14px}
.service-product p strong{color: #559110;}
.service-product a {text-decoration: underline}

.input-box > span.price-notice {display: none}

.short-attributes-list {
    min-height: 70px;
    max-height: 70px;line-height: 200%;
    text-align: left; padding-left: 35px;
    margin-bottom: 20px;
    display: none;
}
ul.short-attributes-list strong {
    color: #bf7b52;
}
ul.short-attributes-list .alapterulet-list span{display: none}
ul.short-attributes-list .alapterulet-list:before{content: ""; background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/size.svg") no-repeat;     width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    margin-left: -30px;}

ul.short-attributes-list .terhelhetoseg-list span{display: none}
ul.short-attributes-list .terhelhetoseg-list:before{content: ""; background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/weight.svg") no-repeat;     width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    margin-left: -30px;
    background-position-y: 3px;}

ul.short-attributes-list .platform_magassag-list span{display: none}
ul.short-attributes-list .platform_magassag-list:before{content: ""; background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/platformheight.svg") no-repeat;     width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    margin-left: -30px;}

.category-jungle-gym-kerti-jatszoter .short-attributes-list{display: block}
.category-jungle-gym-kerti-jatszoter .products-grid .item .item-inner .product-info{text-align: left}

.category-kerti-jatszoterek .short-attributes-list{display: block}
.category-kerti-jatszoterek .products-grid .item .item-inner .product-info{text-align: left}


.more-blogs-product-page {margin-left: 30px}
.more-blogs-product-page li{
    font-size: 16px;
    line-height: 230%;
}

.more-blogs-product-page li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #6ebc14; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 20px;
    position: absolute;
}
.price-box .rrp-price {
    display: block;
    color: #999999;
    flex-basis: 100%;
    margin-bottom: 10px;
}
.price-box .rrp-price .price{
    font-size: 110%!important;
    color: #999999!important;
    text-shadow: none!important;
    font-weight: normal!important;
    font-style: normal!important;

}

.product-shop .price-box .rrp-price .em-info {
    display: inline-block!important;
}

.landingpage .price-box .rrp-price {margin-bottom: 0}


.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
    justify-content: end;
    text-align: right;
}

.searchautocomplete .searchautocomplete-placeholder ul li .price-box .rrp-price {
    margin-bottom: 0px;
    font-size: 90%!important;
    font-weight: normal!important;
}

.products-grid .rrp-price {
    margin-bottom: 0px
}

.pprice {
    margin-top: -15px;
}

.em-info {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/info.svg") no-repeat 0 1px;
    width: 13px;
    height: 15px;
    text-indent: -9999999999999px;
    display: inline-block;
    background-size: 13px;
    cursor: pointer;
    margin-left: 3px;

}

.tooltip-inner {
    padding: 5px 15px;
    position: relative;
    color: #222222;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 20px 0px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 20px 0px rgb(0 0 0 / 15%);
    font-size: 106%;
    max-width: 280px;
}
.tooltip.in {
    opacity: 1;
}

.focim {
    text-align: center;
    font-size: 1.4rem;
    color: #666;
    font-weight: 800;
    padding: 0;
    border: 0;
    margin: 10px 0 30px 0;
}

.nav-top-banner {
    height: 40px;
    font-size: 15px;

    display: flex;
    align-items: center;
    width: 100%;
    background: rgb(255, 255, 255);
    transition: height 0.3s ease-in-out 0s;
    overflow: hidden;
}

.nav-top-banner .scroll-inner {
    display: flex;
    color: inherit;
    justify-content: center;
    animation: 0s ease 0s 1 normal none running none;
}

.nav-top-banner .scroll-text {
    white-space: nowrap;
    overflow-x: scroll;
}

.newsletter-subpage-bottom {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/miert_iratkozz_fel_top.png") no-repeat;
    background-size: cover ;
    width: 100%;
    height: 200px;
    margin-top: 20px;
}
.newsletter-subpage {

}
.newsletter-subpage h1{
    color: #66A743;
    font-weight: bold;
    margin: 30px 0 10px 0;
    font-size: 320%;
    text-align: center;
}

.newsletter-subpage h2{
    color: #8f8f8f;
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    line-height: 150%;
}

.newsletter-subpage .why-box  {
    padding: 30px 0;
}
.newsletter-subpage .why-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.newsletter-subpage .why-list li {padding-left: 30px; margin-bottom: 10px; font-size: 125%}

.newsletter-subpage .why-list li:before {
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/green/icon-whylist.png");
}

.newsletter-subpage .why-list li:before{
    content:"";
    width:14px;
    height:12px;
    display:inline-block;
    position:absolute;
    margin-left:-30px;
    margin-top: 5px;
    background-repeat:no-repeat;
    background-position:top left;
}

.newsletter-subpage .newsletter-form-wrapper {
    background: #f0f7e7;
    padding: 20px 0;
}

.newsletter-subpage .newsletter-info {
    padding: 10px;
    background: none;
}

.newsletter-subpage .newsletter-home-form:before {
    display: none;
}

.newsletter-subpage .newsletter-home-form {
    padding: 20px;
}

.newsletter-subpage .newsletter-home-form h2{margin-bottom: 20px}

.newsletter-subpage .g-recaptcha {margin: 10px auto; text-align: center;  transform:scale(0.96);
    transform-origin:0 0;}

.sticky-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%!important;
    left: 0!important;
    bottom: 40px;
    top: unset!important;
    z-index: 10;
}

.xxl-products .price-box .price,
.xxl-products .price-from .price
{
    font-size: 170%!important;
}
.xxl-products .price-to {display: none}
.xxl-products .price-from {margin-top: 0!important;}

.xxl-products .default-price .price{
    font-size: 100%!important;
}

.xxl-products {
    background: #f9f9f9;
    padding: 20px 10px 0px 10px;
}
.xxl-products .price-box {
    justify-content: flex-start!important;
}

.xxl-products .product-name {
    font-weight: bold;
    font-size: 110%;
}

.xxl-products .xxl-product {
    padding-bottom: 25px;
}

.xxl-header {
    padding: 10px 36px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.xxl-header .xxl-description h4 {
    font-size: 140%!important;
    font-weight: bold;
    color: #000;
    line-height: 150%;
}
.xxl-header .xxl-logo {
    padding-right: 25px;
}
.xxl-header .xxl-logo img{
    max-height: 30px!important;
}
.new-product-list .block-title-sec{
    text-align: center;
    margin-bottom: 20px;
}

.new-product-list .block-title-sec a {
    text-decoration: underline;
}

.product-essential .club-price {
    margin-top: 10px;
    padding: 12px 10px 12px 55px;
    font-size: 150%;
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/css/klub/klub_logo.svg") no-repeat #f5f3e5;
    background-size: 30px;
    background-position: 10px 5px;
}
.product-essential .club-price strong {
    font-weight: bold;
    color: #0099d6;
}
/*.product-essential .club-price:before {*/
/*    content: '';*/
/*    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/css/klub/klub_logo.svg") no-repeat;*/
/*    width: 30px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    height: 30px;*/
/*    margin-left: -40px;*/
/*    margin-top: -8px;*/
/*}*/
.product-essential .club-price .join-club {
    margin-left: 5px;
    font-size: 15px;
    text-decoration: underline;
    color: #444;
}

td.cart-points-total_earned:nth-child(1) {
    width: 140px;
}

.earn-club-point {
    margin-top: 10px;
    padding: 12px 10px 12px 55px;
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/css/klub/klub_logo.svg") no-repeat #f5f3e5;
    background-size: 30px;
    background-position: 10px 5px;
}

.club-dashboard h3{
   margin: 20px 0;
    font-weight: bold;
    color: #2f9349;
    font-size: 150%;
}
.club-dashboard .toolbar {
    box-shadow: none!important;
}

.earn-club-point-msg {
    font-size: 12px;
    margin-top: 10px;
}

.products-grid .earn-club-point {
    background-color: unset;
    background-size: 19px;
    background-position: 7px 8px;
    padding: 5px 10px 5px 15px;
    margin-top: 0;
    font-size: 15px;
    text-align: center;
    background: none;
}

.products-grid .earn-club-point .price {
    color: #0099d6;
}

.only-point {
    margin-top: 0px;
}

.newsletter-subpage .club-info {
    margin-top: 10px;
    padding: 8px 10px 12px 55px;
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/css/klub/klub_logo.svg") no-repeat #f5f3e5;
    background-size: 30px;
    background-position: 10px 5px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.newsletter-subpage .club-info a{
    font-weight: normal;
    text-decoration: underline;
    margin-left: 10px;
}

.yt-header .join-club > .row{
    border-radius: 15px;
}

.yt-header .join-club img{
    border-radius: 10px;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-stage-outer{
    overflow: hidden;
    position: relative;
}

.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://www.nadland.hu/skin/frontend/sm_market/default/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.yt-menu-nav{
	float:right;
}
#nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom:1px solid #ddd;
	background-color:#fff;
}
#nav > li.level0{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
/************** ALL LEVELS  *************/

#nav li.over {
	z-index: 999;
}
#nav a, #nav a:hover,
#nav a:active, #nav a:focus {
	display: block;
	text-decoration: none;
}
#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}
#nav li ul span {
	white-space: normal;
	padding: 0;
}

/************ 0 LEVEL  ***************/
#nav > li {
	float: left;
	position: relative;
	width:100%;
}
.yt-menu-nav > #nav > li > a > span{
	font-size:108.3%;
		/*color: #444;*/
	line-height:23px;
	padding:9px 0;
}
.yt-menu-nav > #nav > li.active > a > span,
.yt-menu-nav > #nav > li > a:hover > span{
	color:#fff;
}
.yt-menu-nav #nav li.parent > a{
	position:relative;
}
.yt-menu-nav > #nav > li > a{
	padding:0 20px;
	display:inline-block;
	width:100%;
}
.yt-menu-nav #nav li.parent > a:after {
    position:absolute;
	background:url(https://www.nadland.hu/skin/frontend/sm_market/default/images/ico-menu-parent.png);
	width:15px;
	height:15px;
	top:13px;
	right:10px;
	content:"";
}	
.yt-menu-nav #nav li.parent.active > a:after,
.yt-menu-nav #nav li.parent > a:hover:after {
	background:url(https://www.nadland.hu/skin/frontend/sm_market/default/images/ico-menu-parent-w.png);
}


/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	min-width:220px;
	padding: 0;
	top: 0px;
	left: -10000px;
	margin: 0;
	z-index:1;
}
#nav  ul.level0 {
}
#nav ul li {
	float: none;
	background: none;
}



/*------------------show menu-------------------*/
#nav li > ul { 
	background: #fff;
	-ms-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

#nav > li.over > ul { 
   top: 0px;
   left: 100%;
}

#nav > li > ul li { 
	position: relative;
	border-bottom:1px solid #ddd;
}
#nav li ul li a{
	padding:14px 30px ;
	line-height:100%;
	white-space:nowrap;
}
#nav li.active > a,
#nav li ul li a:hover{
	color:#fff;
}
#nav li li li.over li a,
#nav li li li.active li a 
#nav li.active li li.over li a,
#nav li.active li li.active li a {
	color: #fff;
} 	
#nav li.over > ul li.over > ul { 
	top: 0px; 
	left: 220px; 
}
#nav li.over ul ul { 
	left: -10000px; 
}


/* Using CSS3 for some visual enhancements. (Will be degraded nicely for non-CSS3 browsers.)*/

.v2-banner-home a:after,
.v2-banner-home a:before,
.v2-banner-home a:hover:after,
.v2-banner-home a:hover:before,
.header2-wrap .headev2-banner a:hover:before,
.header2-wrap .headev2-banner a:hover:after,
.header2-wrap .headev2-banner a:after,
.header2-wrap .headev2-banner a:before,
.banner-home .banner2 a:before,
.banner-home .banner2 a:after,
.category-products .item .product-addcart .btn-cart:hover:before,
.category-products .item .product-addcart .btn-cart:before,
.category-products .item-inner:hover .product-image .image-hover,
.category-products .item-inner .product-image .image-hover,
.category-products .item-inner:hover .product-image .small-image,
.category-products .item-inner .product-image .small-image,
.language-currency .switcher-wrap:hover .switch-content,
.language-currency .switcher-wrap .switch-content,
#yt_header #yt_menu_short:hover .yt-menu-content,
#yt_header #yt_menu_short .yt-menu-content,


.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,

.yt-menu-nav #nav > li:hover > a:before,
.yt-menu-nav #nav > li > a:before,
.yt-menu-nav #nav > li:hover > a,
.yt-menu-nav #nav > li > a,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover .sm_megamenu_head,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 .sm_megamenu_head,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 .sm_megamenu_head:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover .sm_megamenu_head:before,
.toolbar .select-inner:hover ul,
.toolbar .select-inner ul{
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.header4-wrap .wishlist-compare .block:hover .block-content,
.header4-wrap .wishlist-compare .block .block-content,

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_6columns,

.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:before,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover:before,
#yt_main .sm-slider .page-button .control-button li,
#yt_main .sm-slider .page-button .control-button li:hover,
.yt-product-detail .more-views.slide-gallery .prev:hover, 
.yt-product-detail .more-views.slide-gallery .next:hover,
.yt-product-detail .more-views.slide-gallery .prev,
.yt-product-detail .more-views.slide-gallery .next,
.spotlight-wrap .spotlight ul li a,
.spotlight-wrap .spotlight ul li a:hover,
.carousel-control-wrap .carousel-control-tab:hover,
.carousel-control-wrap .carousel-control-tab,
.category-products .item-inner:hover .product-image .image-hover,
.category-products .item-inner .product-image .image-hover,
.item .item-inner:hover .sm_quickview_handler,
.item .item-inner .sm_quickview_handler,
.banner-right-home .banner-righthome a:hover:before,
.banner-right-home .banner-righthome a:before,
#yt_header .head-quicklink .links li a:before,
#yt_header .head-quicklink .links li:hover a:before,
.toolbar .pagination-wrap .pagination .pages ol li a.next:hover, 
.toolbar .pagination-wrap .pagination .pages ol li a.previous:hover,

.slider-happy-client .owl-controls .owl-next:hover, 
.slider-happy-client .owl-controls .owl-prev:hover,
.yt-payment .block-payment a:hover img,
.yt-payment .block-payment a img,
.mini-cartpro .block-content .mini-products-list .item:hover .product-image:before,
.mini-cartpro .block-content .mini-products-list .item .product-image:before,
#yt_wrapper .button,
#yt_wrapper .button:hover {
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
/*.onpen-sidebar #yt_wrapper,
#yt_wrapper,
.yt_ressidebar_screennav,*/
ul.nav-menu li.parent > .res-wrapnav,
ul.nav-menu li.parent.open > .res-wrapnav{
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.header4-wrap .wishlist-compare .block .block-content,
.language-currency .switcher-wrap .switch-content,
.toolbar .select-inner ul{
	transform: scale(0) rotate(0deg);
	-ms-transform: scale(0) rotate(0deg);
	-moz-transform: scale(0) rotate(0deg);
	-webkit-transform: scale(0) rotate(0deg);
	-o-transform: scale(0) rotate(0deg);
}
.header4-wrap .wishlist-compare .block:hover .block-content,
.language-currency .switcher-wrap:hover .switch-content,
.toolbar .select-inner:hover ul{
	transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	-moz-transform: scale(1.0) rotate(0deg);
	-webkit-transform: scale(1.0) rotate(0deg);
	-o-transform: scale(1.0) rotate(0deg);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.item .item-inner:hover .sm_quickview_handler{
	transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	-moz-transform: scale(1.0) rotate(0deg);
	-webkit-transform: scale(1.0) rotate(0deg);
	-o-transform: scale(1.0) rotate(0deg);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_dropdown_6columns,

.item .item-inner .sm_quickview_handler{
	transform: scale(0) rotate(0deg);
	-ms-transform: scale(0) rotate(0deg);
	-moz-transform: scale(0) rotate(0deg);
	-webkit-transform: scale(0) rotate(0deg);
	-o-transform: scale(0) rotate(0deg);
}



/*-----custom for market-----------*/
/* mega product*/
.mega-product .sm-basic-products .bs-item .bs-title{
	font-size:116.6%;
	color:#444;
	font-weight:bold;
}
/*----------best sale on left----------------*/

.basic-bestsale .sm-basic-products{
}
.basic-bestsale .bs-image{
	float: left;
	margin-right: 20px !important;
	border: 1px solid #ddd;
}
.basic-bestsale .sm-basic-products .bs-title a{
	font-weight: bold;
}
.basic-bestsale .sm-basic-products .bs-items .bs-item{
	margin-bottom: 20px;
}
.basic-bestsale .sm-basic-products .bs-title{
	margin-bottom: 3px;
}
/*----end-----*/


/*-------------------------------------------*/
.basicproducts_title_text {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.sm-basic-products {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.sm-basic-products .bs-items {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.sm-basic-products .bs-items .bs-item {
	padding: 0;
	margin-bottom: 10px;
}

.sm-basic-products .bs-items .bs-votes {
	margin-bottom: 5px;
}

.sm-basic-products .bs-items .bs-btn-add {
	margin-bottom: 5px;
}

.sm-basic-products .bs-items .bs-btn-add form {
	margin: 0;
}

.sm-basic-products .bs-items .bs-btn-add .hikashop_add_to_cart {
	display: inline-block;
	margin: 5px 5px 5px 0px;
}

.sm-basic-products .bs-items .bs-btn-add .hikashop_add_wishlist {
	display: inline-block;
	margin: 5px 5px 5px 0px;
}

.sm-basic-products .bs-items .bs-item.bs-show-line {
	border-bottom: 1px dotted #666;
}

.sm-basic-products .bs-items .bs-item.last {
	border: 0;
	margin: 0;
}

.sm-basic-products .bs-items .bs-item.bs-show-line.last {
	border: 0;
}

.sm-basic-products .bs-items .bs-item .bs-image {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.sm-basic-products .bs-items .bs-item .bs-image img {
	/*width: 100%;*/
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.sm-basic-products .bs-items .bs-item .bs-detail {
	text-align: right;
}

.sm-basic-products .bs-title {
	margin-bottom: 10px;
}

.sm-basic-products .bs-prices {
	margin-bottom: 5px;
}

/*.sm-basic-products .bs-price {
	color: #FF0000;
	font-weight: bold;
	font-family: Georgia;
}*/

.sm-basic-products .bs-description {
	margin-bottom: 5px;
	line-height: 18px;
	word-wrap: break-word;
}

.sm-basic-products .bs-cat-date {
	word-wrap: break-word;
	margin-bottom: 5px;
}

.sm-basic-products .bs-category {
	margin-bottom: 5px;
}

.sm-basic-products .bs-review {
	margin-bottom: 5px;
}

.sm-basic-products .bs-review .ratings {
	margin: 0;
}

.sm-basic-products .bs-review .rating-box {
	margin-right: 5px;
}

.sm-basic-products .bs-review .rating-links {
	padding-top: 0px;
}

.sm-basic-products .bs-price {
	margin-bottom: 5px;
}

.sm-basic-products .bs-btn-addtocart {
	margin-bottom: 10px;
}

.sm-basic-products .add-to-links {
	margin: 0;
}

.sm-basic-products .add-to-links li {
	margin-bottom: 5px;
}

.sm-basic-products .bs-date {
	margin-bottom: 5px;
}


.sm-basic-products .bs-description p {
	line-height: 18px;
	word-wrap: break-word;
}

.sm-basic-products .bs-items .bs-item {
	float: left;
	overflow: hidden;
}
/*
.sm-basic-products .bs-items .bs-item .bs-item-inner {
	padding: 0;
	margin: 5px;
	overflow: hidden;
}

.sm-basic-products .bs-items a {
	text-decoration: none;
	color: #0088CC;
	font-weight: bold;
}

.sm-basic-products .bs-items a:hover {
	text-decoration: underline;
	color: #005580;
	font-weight: bold;
}

.sm-basic-products .bs-items .bs-detail a {
	font-weight: normal;
}

.sm-basic-products .bs-items .bs-image:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.sm-basic-products .bs-items .bs-image img {
	-webkit-transition:  width 300ms ease 0s, height 300ms ease 0s, -webkit-transform 300ms ease 0s;
	-ms-transition: width 300ms ease 0s, height 300ms ease 0s, -webkit-transform 300ms ease 0s;
	-o-transition: width 300ms ease 0s, height 300ms ease 0s, -webkit-transform 300ms ease 0s;
	transition: width 300ms ease 0s, height 300ms ease 0s, transform 300ms ease 0s ;
}

.sm-basic-products .bs-items .bs-image img:hover {
	transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
}
*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

/*CSS Responsive*/

/*   --- For IE8 ---
@media all and (min-width: 768px) and (max-width: 1199px){  */
.sm-basic-products.lt-ie9 .bs-resp01-6 .bs-item {
	width: 16.600%;
}

.sm-basic-products.lt-ie9 .bs-resp01-5 .bs-item {
	width: 19.958%;
}

.sm-basic-products.lt-ie9 .bs-resp01-4 .bs-item {
	width: 24.995%;
}

.sm-basic-products.lt-ie9 .bs-resp01-3 .bs-item {
	width: 33.315%;
}

.sm-basic-products.lt-ie9 .bs-resp01-2 .bs-item {
	width: 49.985%;
}

.sm-basic-products.lt-ie9 .bs-resp01-1 .bs-item {
	width: 100%;
}

.sm-basic-products.lt-ie9 .bs-resp01-1 .clr1,
.sm-basic-products.lt-ie9 .bs-resp01-2 .clr2,
.sm-basic-products.lt-ie9 .bs-resp01-3 .clr3,
.sm-basic-products.lt-ie9 .bs-resp01-4 .clr4,
.sm-basic-products.lt-ie9 .bs-resp01-5 .clr5,
.sm-basic-products.lt-ie9 .bs-resp01-6 .clr6 {
	clear: both;
}

/*--------- Other --------------*/

@media all and (max-width: 479px) {
	.sm-basic-products .bs-resp04-6 .bs-item {
		width: 16.650%;
	}

	.sm-basic-products .bs-resp04-5 .bs-item {
		width: 19.958%;
	}

	.sm-basic-products .bs-resp04-4 .bs-item {
		width: 24.995%;
	}

	.sm-basic-products .bs-resp04-3 .bs-item {
		width: 33.315%;
	}

	.sm-basic-products .bs-resp04-2 .bs-item {
		width: 49.985%;
	}

	.sm-basic-products .bs-resp04-1 .bs-item {
		width: 100%;
	}

	.sm-basic-products .bs-resp04-1 .clr1,
	.sm-basic-products .bs-resp04-2 .clr2,
	.sm-basic-products .bs-resp04-3 .clr3,
	.sm-basic-products .bs-resp04-4 .clr4,
	.sm-basic-products .bs-resp04-5 .clr5,
	.sm-basic-products .bs-resp04-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 480px) and (max-width: 767px) {
	.sm-basic-products .bs-resp03-6 .bs-item {
		width: 16.650%;
	}

	.sm-basic-products .bs-resp03-5 .bs-item {
		width: 19.958%;
	}

	.sm-basic-products .bs-resp03-4 .bs-item {
		width: 24.995%;
	}

	.sm-basic-products .bs-resp03-3 .bs-item {
		width: 33.295%;
	}

	.sm-basic-products .bs-resp03-2 .bs-item {
		width: 49.999%;
	}

	.sm-basic-products .bs-resp03-1 .bs-item {
		width: 100%;
	}

	.sm-basic-products .bs-resp03-1 .clr1 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-2 .clr2 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-3 .clr3 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-4 .clr4 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-5 .clr5 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 768px) and (max-width: 1199px) {
	.sm-basic-products .bs-resp02-6 .bs-item {
		width: 16.650%;
	}

	.sm-basic-products .bs-resp02-5 .bs-item {
		width: 19.958%;
	}

	.sm-basic-products .bs-resp02-4 .bs-item {
		width: 24.995%;
	}

	.sm-basic-products .bs-resp02-3 .bs-item {
		width: 33.315%;
	}

	.sm-basic-products .bs-resp02-2 .bs-item {
		width: 49.999%;
	}

	.sm-basic-products .bs-resp02-1 .bs-item {
		width: 100%;
	}

	.sm-basic-products .bs-resp02-1 .clr1,
	.sm-basic-products .bs-resp02-2 .clr2,
	.sm-basic-products .bs-resp02-3 .clr3,
	.sm-basic-products .bs-resp02-4 .clr4,
	.sm-basic-products .bs-resp02-5 .clr5,
	.sm-basic-products .bs-resp02-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1200px) {
	.sm-basic-products .bs-resp01-6 .bs-item {
		width: 16.650%;
	}

	.sm-basic-products .bs-resp01-5 .bs-item {
		width: 19.970%;
	}

	.sm-basic-products .bs-resp01-4 .bs-item {
		width: 24.995%;
	}

	.sm-basic-products .bs-resp01-3 .bs-item {
		width: 33.315%;
	}

	.sm-basic-products .bs-resp01-2 .bs-item {
		width: 49.999%;
	}

	.sm-basic-products .bs-resp01-1 .bs-item {
		width: 100%;
	}

	.sm-basic-products .bs-resp01-1 .clr1,
	.sm-basic-products .bs-resp01-2 .clr2,
	.sm-basic-products .bs-resp01-3 .clr3,
	.sm-basic-products .bs-resp01-4 .clr4,
	.sm-basic-products .bs-resp01-5 .clr5,
	.sm-basic-products .bs-resp01-6 .clr6 {
		clear: both;
	}
}

.bs-item:before,
.bs-item:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.bs-item:after {
	clear: both;
}














#options #fancybox-wrap-clone:before,
#options #process:before{
        background:none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
        content:"";
        display:inline-block;
        position:fixed;
        left:0px;
        top:0px;
        width:100%;
        height:100%;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

#blurmask {
	display: none;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9991;
	visibility: visible;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.block-cart {
	font-size: 100%;
}
.mini-cartpro.block {
	border: none;
	position:relative;
	float:right;
	background: transparent;
	padding: 0px 10px 7px 6px;
	border-radius: 4px;

}
.mini-cartpro .block-content:before{
	border-color: transparent transparent #fff transparent;
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px;
	height: 0;
	width: 0;
	top: -20px;
	right: 30px;
}
.mini-cartpro .block-content {
	position: absolute;
	top: 55px;
	right: -1px;
	z-index: 999;	
	background: #FFF;
	width: 300px;
	-ms-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	border-radius: 0 0 4px 4px;
}
.mini-cartpro .block-content .head-minicart{
	background-color:#fff;
	color:#2b9447;
	height:40px;
	line-height:40px;
	padding:0 24px;
	font-size:116.6%;
	font-weight: bold;
}
.mini-cartpro .block-content .head-minicart .label-products{
	float:left;
}
.mini-cartpro .block-content .head-minicart .label-price{
	float:right;
}
.mini-cartpro .block-content .mini-products-list {
	max-height: 340px;
	overflow-y: auto;
	padding:20px 10px 20px 15px;
	background-color:#f5f5f5;
}

.header1-wrap .mini-cartpro .block-title .show-cart-button {
	margin-top:10px;	
}
.header2-wrap .mini-cartpro .block-title .show-cart-button {
	margin-top:5px;	
}
.mini-cartpro .block-title .show-cart-button {
	position:relative;
}
.mini-cartpro .block-title .show-cart-button:before{
	background-repeat:no-repeat;
	width:36px;
	height:34px;
	position: absolute;
	content: "";
	left: -5px;
	top: -1px;
}
/*.mini-cartpro .block-title .btn-cart-emty,*/
.mini-cartpro .block-title .btn-toggle{
	padding-left: 45px;
}
.mini-cartpro .block-title .btn-toggle:hover{
	cursor:pointer;
}
.mini-cartpro .block-title .btn-toggle .detail-minicart{
	line-height:100%;
	z-index: 100;
	position: relative;
}
.mini-cartpro .block-title .btn-toggle .detail-minicart p{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 8px;
}
.mini-cartpro .block-title .btn-toggle .detail-minicart .price,
.mini-cartpro .block-title .btn-toggle .detail-minicart .txt-item{
	color: #fff;
}

/*.mini-cartpro .block-content .mini-products-list li.item a.btn-remove:before{	 
	content:"\f00d";	
	font-family: "FontAwesome";
	font-size: 14px;
	color:#333;
}*/

.mini-cartpro .block-content .mini-products-list .product-details .inner-left{
	float:left;
	width: 42%;
}
.mini-cartpro .block-content .mini-products-list .product-details .product-price{
	float:right;
	margin-top:6px;
}
.mini-cartpro .block-content .mini-products-list .item .product-price .price {
	font-weight:bold;
	color:#fff;
	padding:6px 12px;
	background-color:#666;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
.mini-cartpro .block-content .mini-products-list li.item .product-name{
	margin-top:-4px;
	color:#444;
	font-weight:bold;
}
.mini-cartpro .block-content .mini-products-list li.item .product-name a {
	color:#444;
	line-height:100%;
	font-weight:bold;
}
.mini-cartpro .block-content .mini-products-list .product-image {
	float: left;
	border:1px solid #dddddd;
	margin-right:10px;
}

.mini-cartpro .block-content .mini-products-list .product-img-wrap{
	position:relative;
	float:left;
}
.mini-cartpro .block-content .mini-products-list li.item a.btn-remove {
	position:absolute;
	right:4px;
	bottom:-7px;
}
.mini-cartpro .block-content .mini-products-list li.item ~ li {
	padding-top:20px;
}
.mini-cartpro .block-content .bottom-action{
	/*font-size:85%;*/
}
.mini-cartpro .block-content .bottom-action .price-total-w {
	border-top: 1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:12px 23px;
	color:#444;
	font-weight:bold;
	font-size:133%;
	text-transform:uppercase;
}
.mini-cartpro .block-content .bottom-action .price-total-w .label-price-total{
	float:left;
}
.mini-cartpro .block-content .bottom-action .price-total-w .price-total{
	float:right;
}
.mini-cartpro .block-content .bottom-action .button-wrapper .link-button {
	background-color:#666;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:116.6%;
	padding:6px 14px;
	margin-left:10px;
	margin-top:10px;
	float:left;
	max-width: 93%;
}
.mini-cartpro .block-content .bottom-action .button-wrapper .link-button.btn-gotocart{
	margin-left:15px;
}
.mini-cartpro .block-content .bottom-action .button-wrapper {
	height:80px;
	text-align: center;
}
.mini-cartpro .block-content .bottom-action .button-wrapper a:hover{
	cursor:pointer;
}
.btn-gotocart {
	display: inline-block;
	margin-top: 7px;
	text-decoration: underline;
}

.mini-cartpro .truncated .item-options dt{
	float:left;
	margin-right:10px;
	font-weight:normal;
}

.sm-cartpro .product-details-bottom{
	font-size:91.6%;
	color: #444;
}
.sm-cartpro .product-details-bottom .price{
	margin-left: 10px;
}
.block-cart .subtotal .label {
	font-weight: normal;
	vertical-align: middle;
}

.block-cart .actions {
	text-align: center;
	background: #FFF;
	padding: 6px 9px 20px;
}

.block-cart .actions button.button.btn-update {
	margin-right: 0px;
}

.sm-cartpro.block-cart .short-description {
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mini-cartpro .block-title .empty,
.mini-cartpro .block-title .summary .subtotal,
.mini-cartpro .block-title .summary .amount {
	text-align: center;
}

.mini-cartpro .block-title .summary .subtotal .label {
	font-weight: normal;
}


.mini-cartpro .block-content .actions .more-desc {
	display: inline-block;
	float: left;
	line-height: 38px;
	font-size: 133.3%;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
}

.mini-cartpro .block-content .mini-products-list .product-details .short-description {
	margin-top: 10px;
}

.mini-cartpro .block-content .mini-products-list .product-details-bottom strong{
	font-weight: normal;
}
.update-minicart-message{
	font-size: 91.67%;
	color: #ff0000;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.mini-cartpro .block-content .bottom-action .button {
	overflow: visible;
}






.mini-cartpro  ~ * {
	clear: both;
}

.body-iteminfo {
	float: left;
	text-align: left;
}

.body-iteminfo .product-image {
	float: left;
	margin-right: 10px;
}

.bottom-iteminfo {
	clear: both;
	padding-top: 10px;
}

.price-container,.rating-container .ratings,
.title-desc  ~ strong,
.bottom-iteminfo .ratings {
	/*vertical-align: middle;*/
}

.rating-container {
	white-space: nowrap;
}

.price-container .price-box,
.price-container .price-box p,
.rating-container .ratings {
	display: inline-block;
	position: relative;
	line-height: 25px;
}

.rating-container .ratings .amount {
	float: left;
	/*margin-left: 10px;*/
	margin-top: 1px;
	line-height: 100%;
}

.price-container .price-label {
	display: none;
}

#confirmbox .head-iteminfo {
	text-align: center;
}

#zoptions .special-price .price-label {
	font-size: 100%;
}

.mini-cartpro .block-content .bottom-action .subtotal .label,
.mini-cartpro .block-content .actions .more-desc,
#zoptions .old-price .price-label,.mini-cartpro .title-desc,#zoptions .title-desc{
}

#zoptions .ratings {
	display: inline-block;
}

#zoptions .price-box {
	margin: 0;
	font-size: 116.67%;
    font-weight: bold;
}

#zoptions {
/* 	left: -235px; */
	BORDER-BOTTOM: 0px inset;
	POSITION: absolute;
	BORDER-LEFT: 0px inset;
	padding: 0;
	height: 20px;
	min-height: 20px;
	height: auto !important;
	DISPLAY: block;
	VISIBILITY: visible;
	BORDER-TOP: 0px inset;
	TOP: 0px;
	BORDER-RIGHT: 0px inset;
	text-align: left;
}

#zoptions #product-shop {
	text-align: left;
}
#zoptions #product-shop .qty-title{
	float: left;
    margin-top: 5px;
    font-weight: bold;
    margin-right: 3px;
}
#zoptions .product-name {
	text-align: left; 
}

#zoptions .product-name>a {
	font-weight: bold;
	margin-left: 5px;
}

#zoptions .product-name h1 {
	font-size: 116.67%;
	font-weight: bold;
	margin-bottom: 10px;
}

#zoptions .price-box .minimal-price-link {
	display: inline-block;
}

#zoptions .add-to-cart {
	float: left;
}

#options-tab {
	z-index: 10002;
	position: fixed;
	padding: 0px;
	background-color: #2564c0;
	display: block;
	height: 0px;
	visibility: visible;
}

#options {
	display: none;
	margin: 0 auto;
	width: 300px;
}

#iffix {
	position: absolute;
	display: block;
	z-index: -1;
	width: 467px;
	height: 320px;
	top: 0;
	left: 0;
	filter: mask();
	background-color: #FFF;
	border: 0px solid white;
}

#loading-mask .loader {
	position: fixed;
	top: 45%;
	left: 41%;
	width: 120px;
	padding: 15px 60px;
	background: #fff4e9;
	border: 2px solid #f1af73;
	color: #d85909;
	font-weight: bold;
	text-align: center;
	z-index: 1000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	opacity: 0.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE8 */
}

#loadmask {
	opacity: 1;
	filter: alpha(opacity = 100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100 );
	/* IE8 */
}

#loadmask img {
	background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/cartpro/images/loader.gif") repeat scroll 0 0 transparent;
}

.loader {
	background: none repeat scroll 0 0 #ffffff;
	/* border: 1px solid #4d830e; */
	color: #4d830e;
	font-weight: bold;
	padding: 12px 4px;
	text-align: center;
	width: 197px;
	margin-left: 50px;
	position: relative;
	border-radius: 6px;
	z-index: 999999999999999999;
}

#btnavi ul {
	list-style: none outside none;
}

#btnavi ul li {
	display: block;
	width: 100%;
}

#btnavi ul li:first-child {
	margin-right: 15px;
}

#btccart {
	text-decoration: none;
	display: inline-block;
}
#confirmbox .button.btn-cart > span,
#btcancel,
#btccart span,
#btcshop span {
	color: #FFFFFF;
	display: inline-block;
	height: 30px;
	text-align: center;
	white-space: nowrap;
	padding:5px 10px;
	background-color: #333;
}

#btccart span {padding:8px 10px;}

#confirmbox  .button.btn-cart > span,
#btcancel{
	margin-top:10px;
}
#confirmbox  #btcancel{
	float:right;
}
#confirmbox .button.btn-cart > span{
	margin-right: 15px;
}
.sm-cartpro.mini-cartpro .actions button.button {
	float: none;
}

#btcclose {
	background-color: #609946;
	color: black;
	margin-left: 10px;
	border: 1px solid #3B6E22;
}

#btcshop1,#btccart1 {
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 38px;
	line-height: 36px;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
}

#btnavi {
	text-align: center;
	margin-top: 15px;
}

#cdown {
	display: inline;
}

#confirmbox {
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 20px 10px 0px 10px;
	width: 300px;
	min-height: 70px;
	height: auto !important;
	position: relative;
	z-index: 1000;
	/*overflow:hidden;*/
	max-height:350px;
	overflow-y: auto;
}
#confirmbox #product-options-wrapper {
	padding-left:10px;
	padding-right:10px;
}
#confirmbox #product-options-wrapper .price-as-configured .price-label{
	font-size:13px;
}

#confirmbox .price-box .old-price {
	text-decoration: line-through;
}

#confirmbox p {
	font-weight: bold;
	margin: 0 0 5px;
}

#confirmbox p.required {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #EB340A;
}

#options #confirmbox .iteminfo.sm-cartpro .bottom-iteminfo,
#options #confirmbox .iteminfo.sm-cartpro .body-iteminfo{
	display:none;
}

#options #confirmbox .moretext{
	text-align:center;
}

#options #fancybox-outer {
	height: 100%;
	position: relative;
	width: 100%;
	padding: 0;
}
#options #fancybox-close {
	position: absolute;
	top: -0px;
	right: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1103;
	display: none;	
}
#options #fancybox-close:before {
	content: "\f00d";
	font-family: 'FontAwesome'; 
	color:#666666;
	font-size:14px;
}
#options #fancybox-close:hover:before {
	color:#C71C1C;
}
.clear {
	clear: both;
}

.categories-title-text {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

.sm-categories {
	margin: 0 -15px;
	overflow: hidden;
}

.sm-categories .intro_text,
.sm-categories .footer_text {
	margin: 10px 0px;
}

.sm-categories .cat-wrap {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}

/*############################################## Css Device ##################################*/
.sm-categories.lt-ie9.preset01-1 .cat-wrap .content-box {
	float: left;
	margin: 0;
	width: 100%;
}

.sm-categories.lt-ie9.preset01-2 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 48%;
}

.sm-categories.lt-ie9.preset01-3 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 31.3333%;
}

.sm-categories.lt-ie9.preset01-4 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 23%;
}

.sm-categories.lt-ie9.preset01-5 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 18%;
}

.sm-categories.lt-ie9.preset01-6 .cat-wrap .content-box {
	float: left;
	margin: 0 1%;
	width: 14.6666%;
}

.sm-categories.lt-ie9.preset01-1 .clr1,
.sm-categories.lt-ie9.preset01-2 .clr2,
.sm-categories.lt-ie9.preset01-3 .clr3,
.sm-categories.lt-ie9.preset01-4 .clr4,
.sm-categories.lt-ie9.preset01-5 .clr5,
.sm-categories.lt-ie9.preset01-6 .clr6 {
	clear: both;
}

@media all and (max-width: 320px) {
	.sm-categories.preset05-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.sm-categories.preset05-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.sm-categories.preset05-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.sm-categories.preset05-4 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 23%;
	}

	.sm-categories.preset05-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.sm-categories.preset05-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.sm-categories.preset05-1 .clr1,
	.sm-categories.preset05-2 .clr2,
	.sm-categories.preset05-3 .clr3,
	.sm-categories.preset05-4 .clr4,
	.sm-categories.preset05-5 .clr5,
	.sm-categories.preset05-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 321px) and (max-width: 480px) {
	.sm-categories.preset04-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.sm-categories.preset04-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.sm-categories.preset04-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.sm-categories.preset04-4 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 23%;
	}

	.sm-categories.preset04-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.sm-categories.preset04-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.sm-categories.preset04-1 .clr1,
	.sm-categories.preset04-2 .clr2,
	.sm-categories.preset04-3 .clr3,
	.sm-categories.preset04-4 .clr4,
	.sm-categories.preset04-5 .clr5,
	.sm-categories.preset04-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 481px) and (max-width: 768px) {
	.sm-categories.preset03-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.sm-categories.preset03-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.sm-categories.preset03-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.sm-categories.preset03-4 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 23%;
	}

	.sm-categories.preset03-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.sm-categories.preset03-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.sm-categories.preset03-1 .clr1,
	.sm-categories.preset03-2 .clr2,
	.sm-categories.preset03-3 .clr3,
	.sm-categories.preset03-4 .clr4,
	.sm-categories.preset03-5 .clr5,
	.sm-categories.preset03-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 769px) and (max-width: 1200px) {
	.sm-categories.preset02-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.sm-categories.preset02-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.sm-categories.preset02-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.sm-categories.preset02-4 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 23%;
	}

	.sm-categories.preset02-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.sm-categories.preset02-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.sm-categories.preset02-1 .clr1,
	.sm-categories.preset02-2 .clr2,
	.sm-categories.preset02-3 .clr3,
	.sm-categories.preset02-4 .clr4,
	.sm-categories.preset02-5 .clr5,
	.sm-categories.preset02-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1201px) {
	.sm-categories.preset01-1 .cat-wrap .content-box {
		float: left;
		margin: 0;
		width: 100%;
	}

	.sm-categories.preset01-2 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 48%;
	}

	.sm-categories.preset01-3 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 31.3333%;
	}

	.sm-categories.preset01-4 .cat-wrap .content-box {
		float: left;
		/*margin: 0 1%;
		width: 23%;*/
		width: 25%;
		padding: 0 15px;
	}

	.sm-categories.preset01-5 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 18%;
	}

	.sm-categories.preset01-6 .cat-wrap .content-box {
		float: left;
		margin: 0 1%;
		width: 14.6666%;
	}

	.sm-categories.preset01-1 .clr1,
	.sm-categories.preset01-2 .clr2,
	.sm-categories.preset01-3 .clr3,
	.sm-categories.preset01-4 .clr4,
	.sm-categories.preset01-5 .clr5,
	.sm-categories.preset01-6 .clr6 {
		clear: both;
	}
}

/*################################# End css Device #############################################*/
.sm-categories .cat-wrap .content-box .inner{
	padding-top: 13px;
	padding-left: 10px;
	padding-bottom: 33px;
	float: left;
	width: 100%;
}
.sm-categories .cat-wrap .content-box {
	overflow: hidden;
	line-height: 20px;
	padding-bottom: 15px;
}

.sm-categories .cat-wrap .content-box .cat-title a {
	font-weight: bold;
}

.sm-categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
	float: none;
	padding: 0;
}

.sm-categories .cat-wrap .content-box .child-cat .child-cat-title {
	float: left;
	padding-right: 5px;
}

.sm-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title {
	float: left;
	display: inline;
	width: 100%;
	font-size: 108.3%;
	position: relative;
	padding-left: 11px;
	line-height: 22px;
}

.sm-categories .cat-wrap.theme2 .content-box img,
.sm-categories .cat-wrap.theme3 .content-box img {

	display: block;
	max-width: 100%;
	box-shadow: #000 0em 0em 0em;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.sm-categories .cat-wrap .image-cat {
	overflow: hidden;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat {
	float: left;
	width: 30%;
	margin: 0;
	margin: 0 13px 0 0;
	overflow: hidden;
	padding-top: 5px;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat a {
	display: block;
	border: 0;
	width: 100%;
	float: left;
	overflow: hidden;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat img {
	width: 100%;
	display: block;
	max-width: 100%;
}

.sm-categories .cat-wrap img:hover {

}

/*#################### css for theme 2 ######################*/
.sm-categories .cat-wrap.theme2 .arrow {
	background: url(https://www.nadland.hu/skin/frontend/sm_market/default/sm/categories/images/arrow.png) no-repeat;
	margin-top: 6px;
	width: 6px;
	height: 7px;
	float: left;
	padding-right: 5px;
}

.sm-categories .cat-wrap.theme2 .content-box .parent-cat {
	float: left;
	margin: 0 10px 10px 0;
	max-width: 50%;
}

.sm-categories .cat-wrap.theme2 .content-box .parent-cat .cat-title {
	padding-bottom: 5px;
}

.sm-categories .cat-wrap.theme2 .content-box .child-cat .child-cat-title {
	float: none;
	overflow: hidden;
	padding-left: 5px;
}

.sm-categories .cat-wrap.theme2 .content-box .child-cat {
	padding-top: 20px;
}

/*#################### css for theme 3 - use in theme ######################*/
.sm-categories .cat-wrap.theme3 .content-box .cat-title {
	font-size: 116.6%;
	font-weight: bold;
}

/*#################### css for theme 4 ######################*/
.sm-categories.theme4 {
	padding: 1px;
}

.sm-categories .cat-wrap.theme4 {
	border: 1px solid #CCCCCC;
	width: 100%;
	margin: 0 -1px;
	height: auto;
}

.sm-categories .cat-wrap.theme4 .sm-categories-inner {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading {
	background: url(https://www.nadland.hu/skin/frontend/sm_market/default/sm/categories/images/bk.gif) repeat-x;
	height: 24px;
	cursor: pointer;
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_left {
	background: url(https://www.nadland.hu/skin/frontend/sm_market/default/sm/categories/images/icon.png) no-repeat;
	margin-top: 8px;
	width: 7px;
	height: 7px;
	margin-left: 5px;
	float: left
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_right {
	background: url(https://www.nadland.hu/skin/frontend/sm_market/default/sm/categories/images/plus.gif) no-repeat;
	margin-top: 5px;
	margin-right: 5px;
	width: 13px;
	height: 13px;
	float: right
}

.sm-categories .cat-wrap.theme4 .sm-categories-inner.selected .icon_right {
	background: url(https://www.nadland.hu/skin/frontend/sm_market/default/sm/categories/images/minus.gif) no-repeat;
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading .cat-title {
	padding-left: 5px;
	line-height: 24px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 75%;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content {

	height: 0;
	overflow: hidden;
	width: 100%;
}

/* .sm-categories .cat-wrap.theme4 .sm-categories-inner.selected .sm-categories-content{
	margin:10px;
    margin-bottom:10px;
} */

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat {
	padding: 15px;
	padding-bottom: 0px;
	overflow: hidden;

}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.cat-lastitem {
	padding-bottom: 15px;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.subcat-empty {
	padding: 10px;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info {
	display: block;
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .image-cat {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

/* .sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc{
	float:left;
} */
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title,
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title a {
	float: left;
	font-weight: bold;
	padding-right: 3px;
}

@media all and (max-width: 480px) {
	.sm-categories .cat-wrap.theme2 .content-box .parent-cat {
		margin: 0 0 10px 0;
		width: 100%;
		float: none;
		max-width: 100%;
	}

	.sm-categories .cat-wrap.theme2 .content-box img {
		width: 100%;
		display: block;
		max-width: 100%;
	}

}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.sm-deal-wrap{
	padding: 0;
	margin: 0;	
	float:left;
	width: 100%;
}
.sm-deal-wrap  .sm-deal-inner{
	margin-left: 0px;
	float:left;
	width: 100%;
}
.sm-deal-wrap .deal-list-item{
	float: left;
	width: 100%;
}
.sm-deal-wrap .item-deal{
	float: left;
	width: 100%;
	padding-left: 0px;
	box-sizing: border-box;
}

.sm-deal-wrap .item-deal .item-image{
	text-align: center;
}
/*------custom for sm market----*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu{
	
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
	float:left;
	text-align:center;
	position: static;
	padding:0;
	margin-left: 1px;
	line-height: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 .sm_megamenu_head{
	display:inline-block;

}
.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 .sm_megamenu_head .sm_megamenu_title{
	font-size:116.6%;
	color: #fff;
	text-transform:capitalize;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
	position:relative;
}
.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
	line-height: 49px;
	padding: 0 24px;

}
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
	font-size: 116.6%;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 18px;
	color: #444;
	line-height: 50px;
	position: relative;
}
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #ddd;
	right: 0;
	top: 15px;
}
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1:last-child > a:after{
	width: 0;
	height: 0;
}
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
	font-size: 116.6%;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 15px;
	khtml-border-radius:2px;  
	-webkit-border-radius: 2px;
	-moz-border-radius: 22px;
	border-radius: 2px;
	color: #fff;
}
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.sm_megamenu_actived > a,
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:hover,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.sm_megamenu_actived > a,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:hover{
	color: #fff;
}
.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.sm_megamenu_actived > a,
.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:hover{
	background-color: #7d7d7d;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_content .mega-home-content ul li,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_firstcolumn .sm_megamenu_title{
	line-height: 30px;
	border-bottom: 1px dotted #ddd;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_content .mega-home-content ul li:last-child{
	border-bottom: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_icon{
	position: absolute;
	top: -15px;
	right: 0;
	width: 35px;
	height: 22px;
}

.header2-wrap .sm_megamenu_wrapper_horizontal_menu {
	float: left;
	width: auto;
}
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, 
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, 
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns, 
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
/*--other-toggle if( $config['effect'] == 1 || $config['effect'] == 2 ) >> css/Animation --*/
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column, 
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns, 
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns, 
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
	top: 30px !important;
}

/*---------------------------01 MENU BAR------------------------------*/
.sambar{
	position: relative;
}
.sambar a:focus{
	outline: none;
}
.sambar ul li{
    background: none;
    margin: 0;
    padding:0;
    position: relative;
}

.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
	display: table;
	content: '';
	line-height: 0;
}
.sambar .sambar-inner:after {
	clear: both;
}

.sm_megamenu_wrapper_horizontal_menu {
	width:100%;
	margin:0 auto;
	display:block;
	position: relative;
	clear:both;
}

.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
	list-style:none;
	padding:0;
}
.sm_megamenu_wrapper_menu_full {
    width: 100%;
    margin:0;
    display:block;
    position: relative;
    z-index:9999;
}


/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
	float:right;
	right:0;
	margin-right:0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
	margin-right:0px;
}

/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles -----------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	margin:0px auto;
	top: 80px;	
	position:absolute;
	text-align:left;
	z-index:9999 !important;
	background: #fff;
	/*display: none;*/
	opacity: 0; filter:alpha(opacity = 0);
	visibility: hidden;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column.f-right, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns.f-right, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns.f-right, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns.f-right,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns.f-right,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns.f-right,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth.f-right {
	right: 0;
}

/*------------------------------- Drop Downs Sizes --------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 16.66%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 33.33%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {width: 50%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 66.66%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 83.33%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 100%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	width: 100%;
}

/*---------------------------------- Showing Drop Down on Mouse Hover - Left aligned -----------------------------------------*/
/*---li:hover when $config['effect']=3 >> toggle----
top: 80px !important;
display:block !important;
*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
/*--other-toggle if( $config['effect'] == 1 || $config['effect'] == 2 ) >> css/Animation --*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
	top: 50px !important;
	/*display:block !important; */
	/*cmt for effect toggle*/
	z-index: 99999;
	opacity: 1 ; filter:alpha(opacity = 100);
	visibility:visible;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
	left:21px;
	top:33px;
	display: block;
}
.sm_megamenu_wrapper_menu_full  .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
	left:50%;
	margin-left:-470px;
	top:32px;
	display: block;
}

/*----------------------------------- Showing Drop Down on Mouse Hover - Right aligned --------------------------------- */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
	left:auto;
	right:0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
	left:auto;
	right:0px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
	right:18px;
	top:33px;
}

/*-------------------------------------- Columns Sizes ---------------------------------------- */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	display:inline;
	float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {width: 14.66%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {width: 31.33%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {width: 48%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {width: 64.66%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {width: 81.33%; padding: 0 1%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {/*width: 98%;padding: 0 1%;*/ width: 100%;}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	background:#fff;
	text-align:left;
}

/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1column  > .sm_megamenu_firstcolumn,

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  > .sm_megamenu_firstcolumn {
	width: 100%;
	padding: 5px 10px;
	
	background: #fff;
	border: 1px solid transparent;
	border-bottom:5px solid transparent;
	border-top: none;
	-ms-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

/*---------------------------------03 CONTENT STYLING-------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu p,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
/* 	color:#ffffff; */
/* 	text-align:left; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu p {
	margin:0;
/*  	margin-bottom:5px; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .strong {
	font-weight:bold;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .italic {
	font-style:italic;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
/* 	text-shadow:1px 1px #000000; */
/* 	border-bottom:1px solid #333333; */
/* 	margin-top:7px; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2 {
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 8px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
/* 	font-weight:600; */
/* 	font-size:14px; */
/* 	margin-bottom:14px; */
/* 	padding-bottom:7px; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li div a {
/* 	color: #EEEEEE; */
	text-decoration:none;
	text-shadow:none;
	border:none;
	padding:0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .pusher { 
	/* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}

/*---------------------------------- Icon paragraphs --------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .help,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .favorite,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mail,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .print {
	padding-left:36px;
	margin-bottom:18px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .help {background:url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/horizontal/black/img/help.png") no-repeat 0px 2px;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .favorite {background:url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/horizontal/black/img/favorite.png") no-repeat 0px 2px;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mail {background:url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/horizontal/black/img/mail.png") no-repeat 0px 2px;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .print {background:url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/horizontal/black/img/print.png") no-repeat 0px 2px;}

/*------------------------------------------ Images styles ---------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #333333;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0px 5px 15px;
}

/*---------------------------------------- Box styles ---------------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .black_box,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .dark_grey_box {
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background-color:#0A0A0A;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

/*----------------------------Standard lists styles--------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.list-sub-custom {
	list-style: disc;
	margin-left: 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.list-sub-custom li {
	line-height:150%;
	position:relative;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	width:100%;
	border: none;
	font-size: 166.67%;
	color: #c9c9c9;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.list-sub-custom li a {
	padding:0;
	background: none;
	font-size: 60%;
	margin-left: -15px;
	border-bottom: 1px dashed #c8c8c8;
	padding-left: 15px;
	/*float: left;*/
	display: inline-block;
	width: 100%;
}


/*----------------------------------------- Greybox lists styles -----------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .greybox li {
	background:#0A0A0A;
	border:1px solid #000000;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:131px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .greybox li:hover {
	background:#141414;
	border:1px solid #111111;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/*---------------------------------------------- Other lists styles ------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .plus li {
	background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/horizontal/black/img/plus_dark.png") left 6px no-repeat;
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 21px;
	width:109px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .plus li:hover {
	background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/horizontal/black/img/plus_dark.png") left 6px no-repeat;
	padding:0px 0px 0px 21px;
	margin:0px 0px 4px 0px;
}

/*-------------------------------------- Social Icons ---------------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li {
	padding-top:5px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	display:inline;
	width:32px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li img {
	border:none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li:hover {
	padding-top:5px;
	margin:-1px 12px 12px 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li span {
	display:none;
}

/*-------------------------------- 2-Levels Drop Down ----------------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .levels a {
	display:block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a {
	display: block;
	width: 10em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a.parent,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a.parent:hover {
	background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/horizontal/black/img/drop2_dark.png") right center no-repeat;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li {
	float: left;
	width:150px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul { /* second-level lists */
	position: absolute;
	background:#161616;
	border:1px solid #000000;
	top:-23px;
	margin:15px 0px 0px 4px;
	padding:6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background: -moz-linear-gradient(top, #161616, #0A0A0A);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#161616), to(#0A0A0A));
	background: -o-linear-gradient(top, #161616, #0A0A0A);
	left: -999em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul ul {

	top:-23px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul ul {
	left: -999em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li:hover ul, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li li:hover ul {
	left: 142px;
}

/*----------------------------------------04 CONTACT FORM-----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu #contactForm li{
	text-align: left;
	float: none;
	border: none;
	margin: 0;
}

/*---------------------------------------------05 COLORS----------------------------------------*/
/*--------------------------------------- Black ------------------------------------*/
/*
.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
	background-color:#fff;
}*/
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_black {
	border-bottom: 1px solid #444;
}

/*--------------------------------------- Blue ---------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue {
	background: #014464;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	background: -o-linear-gradient(top, #0272a7, #013953);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue {
	border: 1px solid #015b86;
	border-top: 1px solid #029feb;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue {
	border-bottom: 1px solid #015b86;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue li:hover div a {
	color:#0294da;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue li:hover div a:hover {
	color:#33bcfd;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue li ul li a:hover {
	color:#33bcfd;
}

/*---------------------------------------- Brown --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown {
	background: #44391e;
	background: -moz-linear-gradient(top, #736033, #382f19);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#736033), to(#382f19));
	background: -o-linear-gradient(top, #736033, #382f19);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown {
	border: 1px solid #5c4c29;
	border-top: 1px solid #a28748;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown {
	border-bottom: 1px solid #5c4c29;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown li:hover div a {
	color:#8b733e;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown li:hover div a:hover {
	color:#bfa670;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown li ul li a:hover {
	color:#bfa670;
}

/*-------------------------------------- Green ------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green {
	background: #3e5718;
	background: -moz-linear-gradient(top, #658c26, #354914);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658c26), to(#354914));
	background: -o-linear-gradient(top, #658c26, #354914);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green {
	border: 1px solid #52711f;
	border-top: 1px solid #8bc135;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green {
	border-bottom: 1px solid #52711f;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green li:hover div a {
	color:#6f992a;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green li:hover div a:hover {
	color:#a3d158;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green li ul li a:hover {
	color:#a3d158;
}

/*-------------------------------------------- Light Blue --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue {
	background: #52786b;
	background: -moz-linear-gradient(top, #709e8e, #52786b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#709e8e), to(#52786b));
	background: -o-linear-gradient(top, #709e8e, #52786b);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue {
	border: 1px solid #608c7d;
	border-top: 1px solid #99b9ae;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue {
	border-bottom: 1px solid #608c7d;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue li:hover div a {
	color:#608c7d;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue li:hover div a:hover {
	color:#99b9ae;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue li ul li a:hover {
	color:#99b9ae;
}

/*----------------------------------------- Orange ----------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange {
	background: #d24900;
	background: -moz-linear-gradient(top, #ff6717, #c14300);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6717), to(#c14300));
	background: -o-linear-gradient(top, #ff6717, #c14300);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange {
	border: 1px solid #f45500;
	border-top: 1px solid #ff945b;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange {
	border-bottom: 1px solid #f45500;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange li:hover div a {
	color:#f45500;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange li:hover div a:hover {
	color:#ff945b;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange li ul li a:hover {
	color:#ff945b;
}

/*------------------------------------------ Pink ------------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
	background: #910045;
	background: -moz-linear-gradient(top, #d50066, #80003d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d50066), to(#80003d));
	background: -o-linear-gradient(top, #d50066, #80003d);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
	border: 1px solid #b30055;
	border-top: 1px solid #ff1a87;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
	border-bottom: 1px solid #b30055;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li:hover div a {
	color:#e6006d;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li:hover div a:hover {
	color:#ff4da1;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li ul li a:hover {
	color:#ff4da1;
}

/*------------------------------------ Purple -----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
	background: #6a5f71;
	background: -moz-linear-gradient(top, #8c8094, #615867);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c8094), to(#615867));
	background: -o-linear-gradient(top, #8c8094, #615867);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
	border: 1px solid #7b6f83;
	border-top: 1px solid #ada5b3;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
	border-bottom: 1px solid #7b6f83;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li:hover div a {
	color:#7b6f83;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li:hover div a:hover {
	color:#ada5b3;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li ul li a:hover {
	color:#ada5b3;
}

/*------------------------------------------------- Red --------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red {
	background: #830701;
	background: -moz-linear-gradient(top, #d70b02, #830701);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d70b02), to(#830701));
	background: -o-linear-gradient(top, #d70b02, #830701);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red {
	border: 1px solid #a40802;
	border-top: 1px solid #fd190f;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red {
	border-bottom: 1px solid #a40802;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red li:hover div a {
	color:#d60a03;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red li:hover div a:hover {
	color:#fd5953;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red li ul li a:hover {
	color:#fd5953;
}
.sm_megamenu_icon {
    display: block;
}
.sm_megamenu_title .sm_megamenu_icon{
	line-height: 100%;
}
.sm_megamenu_title .sm_megamenu_icon > span {
    margin-left: 30px;
}
.sm_megamenu_lv1 .sm_megamenu_nodesc  .sm_megamenu_title {
	line-height: 100%;
}
.sm_megamenu_description{
	display:block;
	border-bottom: 1px dashed #C8C8C8;
    padding: 5px 0;
}
/*.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  li div div.sm_megamenu_title{
    font-size: 133%;
    text-transform: uppercase;
}*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content {
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button {
	background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/horizontal/black/img/bt.png") no-repeat scroll 0px 0px transparent;
	padding:4px 10px 3px;
	display:block;
    text-decoration: none;
	color:#305f8e;
	height:26px;
	float:right;
	padding-right:30px;
	text-shadow:none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button:hover {
	background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/horizontal/black/img/bt_hover.png") no-repeat scroll 0px 0px transparent;
	padding:4px 10px 3px;
	display:block;
    text-decoration: none;
	color:#e25203;
	height:26px;
	float:right;
	padding-right:30px;
	text-shadow:none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul{
	margin:0;
}
.sm_megamenu_align_right{
    text-align: right;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu:after { 
	content: "\0020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	overflow: hidden; 
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
	display: block;
	margin-left: 17px;
	margin-top: 7px;
}

/*css for button*/
.sambar .sambar-inner .btn-sambar {
	background:#fff;
	color: #FFFFFF;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 7px;
	display: none;
}

.sambar .sambar-inner .btn-inner {
	background: #08c;
	width: 100%;
	padding: 7px 0;
	float: left;
}

.sambar .btn-sambar .icon-bar {
	background-color: #0A263C;
	display: block;
	height: 2px;
	margin:2px 0;
	width: 18px;
}

/*------------content blog-----------------*/
.mg-menu-image{
	margin-left: -10px;
}
.mg-menu-image .mg-menu-image-item{
	float: left;
	width: 20%;
	border-left: 10px solid transparent;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.mg-menu-image .mg-menu-image-item img {
    width: 100%;
}
.mega-bestsale .list-items .item{
	padding: 20px 0;
	float: left;
	width: 100%;
}
.mega-bestsale .list-items .item.first{
	border-bottom: 1px dashed #C8C8C8;
	padding-top: 0;
}
.mega-bestsale .list-items .item .product-image{
	float: left;
}
.mega-bestsale .list-items .item .item-box-content{
	margin-left: 90px;
}
.mega-bestsale .list-items .item .price-wrapper{
	font-weight: bold;
	font-size: 116.7%;
	line-height: 100%;
	margin-bottom: 8px;
}
.mega-bestsale .list-items .item .review-wrapper{
	font-size: 91.6%;
}
.mega-bestsale .list-items .item .review-wrapper .rating-box{
	margin-bottom: 10px;
}
.mega-bestsale .list-items .item .review-wrapper .rating-links{
	line-height: 120%;
}

/*
@media all and (max-width: 767px) {
	.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
		box-shadow: none;
		list-style: none outside none;
		margin: 30px auto 0;
		padding: 0;
		width: 100%;
	}
	.sambar .sambar-inner .btn-sambar {
		display: block;
		clear: both;
		margin: 7px;
	}
	.sambar .sambar-inner .btn-sambar + .sm_megamenu_menu{
	   display: none;
	   width: 100%;
	   float:left;	   
	}
	.sambar .sambar-inner .btn-sambar.open + .sm_megamenu_menu{
       display: block;
    }
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
		width: 100%;
		border-top: 1px solid #fff;
		position: relative;
		overflow: hidden;
	}

	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
		position: relative;
	}	
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div > div {
		box-shadow: none;
	}	
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
		position: static;
		float: left;
		height: 0;
		width: 100%;
	}
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_3columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_4columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_6columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_fullwidth ,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open >.sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open >.sm_megamenu_dropdown_3columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open >.sm_megamenu_dropdown_4columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open >.sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open >.sm_megamenu_dropdown_6columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open >.sm_megamenu_dropdown_fullwidth {
		height: auto;	
	}
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
		width: 98%;
	}	
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
		padding: 4px 10px;
	}
}*/


.header2-wrap .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head > span {
	padding: 2px 10px;
}
.sm_megamenu_wrapper_vertical_menu {
	margin:0;
	display:block;
	background-color:#fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
	list-style:none;
	padding:0px;
	/*border-bottom:1px solid #dddddd;*/
	box-sizing: unset !important;
	border-top: none;
    position: relative;
    background-color: #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 {
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent:first-child > a.sm_megamenu_head:after{
	top: 10px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head:after{
	position:absolute;
	top:6px;
	right:10px;
	content:"\f0da";
	font-family: FontAwesome
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head.sm_megamenu_actived:after,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head:hover:after{
	color: #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head{
	position:relative;
}
/*.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:first-child > a.sm_megamenu_head > span{
	padding-top:10px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:last-child > a.sm_megamenu_head > span{
	padding-bottom:10px;
}*/
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head > span{
	padding:8px 0;
	background-size: 20px!important;
}


.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:first-child > a.sm_megamenu_head > span{
	padding-top: 2px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:last-child > a.sm_megamenu_head > span{
	border-bottom:none;
	position:relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head > span:before{	
	content: "";
	float:right;
	position:absolute;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head{
	padding:0px 15px;
	display:inline-block;
	width:100%;
	
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head .sm_megamenu_title{
	color:#444;
	padding-left:30px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head.sm_megamenu_actived .sm_megamenu_title,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head:hover .sm_megamenu_title{
	color:#fff;
}
/*.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a > span{
	padding-left:0 !important;
}*/
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_title{
	font-size:108.3%;
		color: #444;
	line-height:25px;
	white-space:nowrap;
}

/*--content drop ---*/

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-col{
	width:50%;
	float:left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega3-col{
	width:33%;
	float:left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega-title{
	font-size:116.6%;
	font-weight:bold;
	color:#2f9349;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega-title a{

	font-weight:bold;
	color:#2f9349;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega-title,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-col ul{
	float:left;
	width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-col ul{
	margin-bottom:20px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega3-col ul{
	float:left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega3-col ul{
	margin-bottom:20px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu1 .mega1-cont:after{
	/*background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/vertical/black/img/menu1-bg.png);*/
	background-repeat: no-repeat;
	background-position: right bottom ;
	position:absolute;
	content:"";
	bottom:0;
	right:-85px;
	width:400px;
	height:200px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu1 .mega1-cont{
	display:inline-block;
	position:relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu2 .mega1-cont .mega1-col1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-cont .inner{
	padding-top:25px;
	padding-left:30px;
	float:left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu1{

	padding:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu2{
	padding:0;
	width:610px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu3{
	padding:30px 30px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu3 ul{
	margin-bottom:20px;
	float:left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu3 .mega3-col1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu3 .mega3-col2{
	border-right:1px solid #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu1 .sm_megamenu_content{
	
}
/* Standard lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li {
	line-height:26px;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	width:100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li a {
	padding:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

/* 01 MENU BAR */
.sambar{
	position: relative;
}
.sambar a:focus{
	outline: none;
}
.sambar ul li{
    background: none;
    margin: 0;
    padding:0;
    position: relative;
}
.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
	display: table;
	content: '';
	line-height: 0;
}
.sambar .sambar-inner:after {
	clear: both;
}

/* 02 DROP DOWN MENU */
/* Left & right aligned common styles */

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	margin:0px auto;
	top:-9999em;
	position:absolute;
	text-align:left;
	
	-ms-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	z-index:999;
	/*border:1px solid #e3e1e1;*/
	background-color:#fff;
	top:0; 
	left:110%;
	visibility:hidden;
	/* ----to hover style----*/
	width:auto !important;
	opacity: 0 !important; filter:alpha(opacity = 0);
}

/* Drop Downs Sizes */
/*.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 125px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 250px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {width: 375px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 500px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 625px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 750px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	width: 750px;
}*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 16.66%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 33.33%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {width: 50%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 66.66%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 83.33%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 100%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {width: 16.66%; /*padding: 0 1%;*/}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {width: 33.33%; }
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {width: 50%; }
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {width: 66.66%; }
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {width: 83.33%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {width: 100%;}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_first_fullwidth {
	-moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns  {
	left:100%;
	top:-3px;
	opacity: 1 !important; filter:alpha(opacity = 100);
	visibility:visible;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth  {
	left:100%;
	top:-1px;
}

/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	display:inline;
	float: left;
}
/*.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {width: 14.66%; padding: 0 1%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {width: 31.33%; padding: 0 1%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {width: 48%; padding: 0 1%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {width: 64.66%; padding: 0 1%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {width: 81.33%; padding: 0 1%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {width: 98%;padding: 0 1%;}
*/
/*
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 125px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 250px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {width: 375px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 500px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 625px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 750px;}
*/
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1column  > .sm_megamenu_firstcolumn{
	width: 130px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2columns  > .sm_megamenu_firstcolumn{
	width: 260px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  > .sm_megamenu_firstcolumn{
	width: 390px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn{
	width: 520px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  > .sm_megamenu_firstcolumn{
	width: 650px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  > .sm_megamenu_firstcolumn{
	width: 780px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1column  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  > .sm_megamenu_firstcolumn {
	/*width: 750px;*/
	padding: 10px;
}
.mitem5-parent .sm-megamenu-child {
	top: -190px!important;
}

.mitem1-parent .sm-megamenu-child{
	top: -55px!important;
}

.mitem2-parent .sm-megamenu-child{
	top: -91px!important;
}

.mitem6-parent .sm-megamenu-child {
	top: -157px!important;
}

.mitem3-parent .sm-megamenu-child {
	top: -124px!important;
}




/* IMPORTANT */
/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
/* 03 CONTENT STYLING */
/*.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
	color:#ffffff;
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p {
	font-size:9px;
	line-height:18px;
	margin:0;
	margin-bottom:10px;
	text-shadow: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .strong {
	font-weight:bold;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .italic {
	font-style:italic;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
	text-shadow:1px 1px #000000;
	border-bottom:1px solid #333333;
	margin-top:7px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2 {
	font-weight:400;
	font-size:21px;
	margin-bottom:18px;
	padding-bottom:11px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
	font-weight:600;
	font-size:14px;
	margin-bottom:14px;
	padding-bottom:7px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li div a {
	color: #EEEEEE;
	text-decoration:none;
	text-shadow:none;
	border:none;
	padding:0;
}*/
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}

/* Icon paragraphs */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .help,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .favorite,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .mail,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .print {
	padding-left:36px;
	margin-bottom:18px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .help {background:url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/vertical/black/img/help.png") no-repeat 0px 2px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .favorite {background:url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/vertical/black/img/favorite.png") no-repeat 0px 2px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .mail {background:url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/vertical/black/img/mail.png") no-repeat 0px 2px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .print {background:url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/vertical/black/img/print.png") no-repeat 0px 2px;}

/* Images styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #333333;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0px 5px 15px;
}

/* Box styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .black_box,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .dark_grey_box {
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background-color:#0A0A0A;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}



/* Greybox lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .greybox li {
	background:#0A0A0A;
	border:1px solid #000000;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:131px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .greybox li:hover {
	background:#141414;
	border:1px solid #111111;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/* Other lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li {
	background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/vertical/black/img/plus_dark.png") left 6px no-repeat;
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 21px;
	width:109px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li:hover {
	background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/vertical/black/img/plus_dark.png") left 6px no-repeat;
	padding:0px 0px 0px 21px;
	margin:0px 0px 4px 0px;
}

/* Social Icons */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li {
	padding-top:5px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	display:inline;
	width:32px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li img {
	border:none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li:hover {
	padding-top:5px;
	margin:-1px 12px 12px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li span {
	display:none;
}

/* 2-Levels Drop Down */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .levels a {
	display:block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a {
	display: block;
	width: 10em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent:hover {
	background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/vertical/black/img/drop2_dark.png") right center no-repeat;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li {
	float: left;
	width:150px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul { /* second-level lists */
	position: absolute;
	background:#161616;
	border:1px solid #000000;
	top:-23px;
	margin:15px 0px 0px 4px;
	padding:6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background: -moz-linear-gradient(left, #161616, #0A0A0A);
	background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#0A0A0A), to(#161616));
	background: -o-linear-gradient(left, #161616, #0A0A0A);
	left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul ul {
	top:-23px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul ul {
	left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li:hover ul, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li li:hover ul {
	left: 142px;
}

/* 04 CONTACT FORM */
.sm_megamenu_wrapper_vertical_menu #contact_form label,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  legend {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.sm_megamenu_wrapper_vertical_menu #contact_form legend {
	margin-bottom:10px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form {
	display: block;
	margin-bottom:10px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form label {
	display: inline-block; 
	float: left; 
	height: 36px; 
	line-height: 36px; 
	width:80px;
	font-size:12px; 
}
.sm_megamenu_wrapper_vertical_menu #contact_form input,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  textarea,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	padding: 5px;
	color: #FFFFFF; 
	background-color:#222222;
	border:1px solid #0A0A0A;
	margin: 7px 0; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}   
.sm_megamenu_wrapper_vertical_menu #contact_form textarea {
	resize:none;
}   
.sm_megamenu_wrapper_vertical_menu #contact_form input:focus,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  textarea:focus,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  select:focus {
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 8px;  
	border:1px solid #333333;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  textarea:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  select:hover {
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;  
}
.sm_megamenu_wrapper_vertical_menu #contact_form .required {
	color:#C00;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .form_buttons {
	margin:4px 0 0 80px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input.button {
	width: 80px;
	margin-right:10px;
	cursor: pointer;
	background-color:#1E1E1E;
	border:1px solid #0A0A0A;
	color:#cccccc;	
	padding: 4px 7px 4px 7px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input.button:hover {
	color:#eeeeee;	
	background-color:#222222;
	border:1px solid #000000;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .special {
	display:none;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .error,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  #contact_form .sent {
	font-size:11px;
	padding:2px 5px 2px 5px;
	text-shadow:none;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius: 3px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .error {
	background:#FBE5E2; 
	border:#F2A197 solid 1px; 
	color:#992213;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .sent {
	background:#E1F8CB; 
	border:#C6D880 solid 1px; 
	color:#37620d;
}

/* 05 COLORS */
/* Black 
.sm_megamenu_wrapper_vertical_menu .sambar-inner {
	background-color:#0A263C;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_black {
	background-color:#0A263C;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_black li:hover div a {
	color:#EEE;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_black li:hover div a:hover {
	color:#CCC;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_black li ul li a:hover {
	color:#CCC;
}*/

/* Blue */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue {
	background: #014464;
	border: 1px solid #015b86;
	border-top: 1px solid #029feb;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	background: -o-linear-gradient(top, #0272a7, #013953);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li:hover div a {
	color:#0294da;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li:hover div a:hover {
	color:#33bcfd;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li ul li a:hover {
	color:#33bcfd;
}

/* Brown */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown {
	background: #44391e;
	border: 1px solid #5c4c29;
	border-top: 1px solid #a28748;
	background: -moz-linear-gradient(top, #736033, #382f19);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#736033), to(#382f19));
	background: -o-linear-gradient(top, #736033, #382f19);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li:hover div a {
	color:#8b733e;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li:hover div a:hover {
	color:#bfa670;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li ul li a:hover {
	color:#bfa670;
}

/* Green */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green {
	background: #3e5718;
	border: 1px solid #52711f;
	border-top: 1px solid #8bc135;
	background: -moz-linear-gradient(top, #658c26, #354914);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658c26), to(#354914));
	background: -o-linear-gradient(top, #658c26, #354914);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li:hover div a {
	color:#6f992a;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li:hover div a:hover {
	color:#a3d158;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li ul li a:hover {
	color:#a3d158;
}

/* Light Blue */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue {
	background: #52786b;
	border: 1px solid #608c7d;
	border-top: 1px solid #99b9ae;
	background: -moz-linear-gradient(top, #709e8e, #52786b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#709e8e), to(#52786b));
	background: -o-linear-gradient(top, #709e8e, #52786b);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li:hover div a {
	color:#608c7d;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li:hover div a:hover {
	color:#99b9ae;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li ul li a:hover {
	color:#99b9ae;
}

/* Orange */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange {
	background: #d24900;
	border: 1px solid #f45500;
	border-top: 1px solid #ff945b;
	background: -moz-linear-gradient(top, #ff6717, #c14300);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6717), to(#c14300));
	background: -o-linear-gradient(top, #ff6717, #c14300);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li:hover div a {
	color:#f45500;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li:hover div a:hover {
	color:#ff945b;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li ul li a:hover {
	color:#ff945b;
}

/* Pink */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink {
	background: #910045;
	border: 1px solid #b30055;
	border-top: 1px solid #ff1a87;
	background: -moz-linear-gradient(top, #d50066, #80003d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d50066), to(#80003d));
	background: -o-linear-gradient(top, #d50066, #80003d);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li:hover div a {
	color:#e6006d;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li:hover div a:hover {
	color:#ff4da1;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li ul li a:hover {
	color:#ff4da1;
}

/* Purple */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple {
	background: #6a5f71;
	border: 1px solid #7b6f83;
	border-top: 1px solid #ada5b3;
	background: -moz-linear-gradient(top, #8c8094, #615867);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c8094), to(#615867));
	background: -o-linear-gradient(top, #8c8094, #615867);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li:hover div a {
	color:#7b6f83;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li:hover div a:hover {
	color:#ada5b3;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li ul li a:hover {
	color:#ada5b3;
}

/* Red */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red {
	background: #830701;
	border: 1px solid #a40802;
	border-top: 1px solid #fd190f;
	background: -moz-linear-gradient(top, #d70b02, #830701);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d70b02), to(#830701));
	background: -o-linear-gradient(top, #d70b02, #830701);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li:hover div a {
	color:#d60a03;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li:hover div a:hover {
	color:#fd5953;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li ul li a:hover {
	color:#fd5953;
}
.sm_megamenu_icon {
	padding-left:40px;
    display: block;
}

.sm_megamenu_title .sm_megamenu_icon {
	min-height:21px;
}
.sm_megamenu_icon {
	padding-left:30px;
    display: block;
}
.sm_megamenu_description{
	font-size:10px;
	display:block;
}
/*.sm_megamenu_title span{
	line-height:21px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  li div div.sm_megamenu_title{
    background-color: #768693;
    font-size: 24px;
	height:auto;
    margin-bottom: 13px;
    margin-top: 13px;
    padding-left: 10px;
    padding-top: 7px;
	padding-bottom:7px;
}*/
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content {

}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button {
	background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/vertical/black/img/bt.png") no-repeat scroll 0px 0px transparent;
	padding:4px 10px 3px;
	display:block;
    text-decoration: none;
	color:#305f8e;
	height:26px;
	float:right;
	padding-right:30px;
	text-shadow:none;
	border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button:hover {
	background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/vertical/black/img/bt_hover.png") no-repeat scroll 0px 0px transparent;
	padding:4px 10px 3px;
	display:block;
    text-decoration: none;
	color:#e25203;
	height:26px;
	float:right;
	padding-right:30px;
	text-shadow:none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul{
	margin:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li a span {
	padding-left:13px;
	background:url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/vertical/black/img/li_normal.png") no-repeat scroll 0 50% transparent;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li a:hover span {
	background:url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/sm/megamenu/css/vertical/black/img/li_active.png") no-repeat scroll 0 50% transparent;
	color:#74B6E1;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content label{
	color:#fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li input{
	 -moz-border-radius: 3px 3px 3px 3px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul.form-list li {
	clear:both;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset {
	
	background: none;
	border:none;
	margin:0;
	padding:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list{
	margin-top:5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li{
	width:350px;
	margin-top:5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fields .field{
	width:280px;
	margin-top:5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label{
	float:left;
	font-weight:none;
	-moz-border-radius: 3px 0 0 3px;
    border: 1px solid #A2C1CC;	
	background-color: #F3F8FA;
	padding:0px 5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label{
	color:#444444;	
	width:100px;
	text-shadow:none;
	font-weight:none;
	height:25px;
	*padding-top:2px;
	*border-top:1px solid #3a5163;
	padding:4px 5px 5px 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label{
	color:#444444;	
	width:65px;
	text-shadow:none;
	font-weight:none;
	height:25px;
	padding:3px 5px 2px 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list .input-box{
	width:130px;
	clear:none;
	display:inline;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list input.input-text{
	width:145px;
	display:block;
	height:30px;
	-moz-border-radius: 0 3px 3px 0;
	font-size:15px;
	*padding-top:2px;
	*padding-bottom:1px;
	*line-height:25px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li.wide .input-box{
	clear:both;
	
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li.wide label{
	width:228px;
	-moz-border-radius: 5px 5px 0 0;
	height:25px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list textarea{
	width:238px;
	background-color:#fff;
	border: 1px solid #a2c1cc;
	color:#2F2F2F;
	margin:0;
	/*-moz-border-radius:0 0 5px 5px;*/
	font-size:15px;
	border-radius:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .buttons-set{
	border:none;
	margin:0 0 10px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .buttons-set p{
	margin:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form button.sm_megamenu_head_button{
	padding-top:0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form button.sm_megamenu_head_button:hover{
	padding-top:0px;
}
.sm_megamenu_align_right{
    text-align: right;
}

/*css for button*/
.sambar .sambar-inner .btn-sambar {
	background:#fff;
	color: #FFFFFF;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 7px;
	display: none;
}

.sambar .sambar-inner .btn-inner {
	background: #08c;
	width: 100%;
	padding: 7px 0;
	float: left;
}

.sambar .btn-sambar .icon-bar {
	background-color: #0A263C;
	display: block;
	height: 2px;
	margin:2px 0;
	width: 18px;
}
/*
@media all and (max-width: 800px){
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 125px;}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 250px;}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {width: 375px;}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 500px;}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 510px;}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 510px;}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
		width: 510px;
	}
	
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1columns  > .sm_megamenu_firstcolumn{
		width: 125px;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2columns  > .sm_megamenu_firstcolumn{
		width: 250px;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  > .sm_megamenu_firstcolumn{
		width: 375px;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn{
		width: 500px;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  > .sm_megamenu_firstcolumn{
		width: 510px;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  > .sm_megamenu_firstcolumn{
		width: 510px;
	}
}

@media all and (max-width: 767px) {
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu ul, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
		line-height: 15px;
	}
	.sm_megamenu_wrapper_vertical_menu {
		width: 100%;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
		box-shadow: none;
	}
	.sm_megamenu_wrapper_vertical_menu .sambar-inner {
		box-shadow: none;
		list-style: none outside none;
		margin: 30px auto 0;
		padding: 0;
		width: 100%;
	}
	.sambar .sambar-inner .btn-sambar {
		display: block;
		clear: both;
		margin: 7px;
	}
	.sambar .sambar-inner .btn-sambar + .sm_megamenu_menu{
	   display: none;
	   width: 100%;
	   float:left;	   
	}
	.sambar .sambar-inner .btn-sambar.open + .sm_megamenu_menu{
       display: block;
    }
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
		width: 100%;
		border-top: 1px solid #fff;
		position: relative;
		overflow: hidden;
	}

	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
		position: relative;
	}	
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div > div {
		box-shadow: none;
	}	
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
		position: static;
		float: left;
		height: 0;
		width: 100%;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_3columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_4columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_6columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover >.sm_megamenu_dropdown_fullwidth,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns{
		height: auto;	
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
		width: 98%;
	}	
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_drop,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_actived,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_drop
	{
		background:none;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
		padding: 4px 10px;
	}
}*/

.menucontainer

/*.sm_quickview_handler {
	 background: url(https://www.nadland.hu/skin/frontend/sm_market/default/sm/quickview/images/bg_quickview.png) no-repeat left center;
	width: 120px;
	height: 32px;
	float: left;
	text-indent: -999em; 
	background: none repeat scroll 0 0 #3399CC;
    border: 0 none;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
	text-decoration:none;
	margin:0;
}*/

/*.sm_quickview_handler:hover,
.sm_quickview_handler:focus
{
	background: none repeat scroll 0 0 #2E8AB8
    border: 0 none;
    color: #FFFFFF;
	text-decoration:none;	
	cursor:pointer;
}*/

.sm_quickview_handler:focus{
	outline:none outline;
}

.fancybox-lock .zoomContainer{
	-webkit-transform:none!important;
}

.fancybox-lock .zoomContainer .zoomLens,
.fancybox-lock .zoomContainer .zoomWindow {
	z-index:8021!important;
}

.quickview-main .product-image-thumbs li:first-child{
	margin-left:0;
}


.quickview-main .product-collateral{
	display:none;
}

.products-list li.item .f-fix .sm_quickview_handler{
	float:left;
}

/*----------------------------quick view custom for theme----------------------------------------*/
/*.catalog-product-view .fancybox-wrap .fancybox-close:before,
.catalog-product-view .fancybox-wrap .fancybox-close {
	display:none;
}*/
	
.fancybox-wrap .fancybox-outer, 
.fancybox-wrap .fancybox-inner{
	background-color:#fff;
}
.fancybox-wrap .fancybox-skin{
	background-color:#fff;
	padding:0px !important;
}
.quickview-main .yt-product-detail .yt-detail-left{
}
.quickview-main .yt-product-detail .more-views .jCarouselLite > ul > li{	
}
/*.fancybox-wrap .fancybox-title-float-wrap .child,*/
/*.quickview-main .fancybox-title,*/
.quickview-main .category-image,
.quickview-main .yt-product-detail .addthis_toolbox,
.quickview-main .yt-product-detail .popup-btn.hidden-phone > a,
.quickview-main .yt-product-detail .tab-product-detail{
	display:none;
}
.quickview-main .yt-product-detail .more-views.slide-gallery{
	text-align:justify;
}

.sm_quickview_handler{
	position:absolute;
	top:42%;
	left:30%;
	opacity: 0; filter:alpha(opacity = 0);
	visibility: hidden;
	height: 32px;
	line-height: 30px;
	border: 1px solid #ddd;
	padding: 0 14px;
	background-color: #fff;
	font-size: 116.6%;
}

.item .item-inner:hover .sm_quickview_handler{
	visibility:visible;
	opacity: 1; filter:alpha(opacity = 100);
}
.sm_quickview_handler:hover{
	color: #fff;
}

.serachbox-pro-pretext, 
.serachbox-pro-posttext{
	margin: 10px 0;
	width: 100%;
}
.serachbox-pro-posttext{
	/*margin:20px 0;*/
}
.sm-serachbox-pro{
	width: 100%;
	/*position: relative;*/
	margin: 10px 0;
}
.sm-serachbox-pro .sm-searchbox-popular{
	width: 83%;
	float: left;
	margin-bottom: 10px;
}
.sm-serachbox-pro .sm-searchbox-advanced{
	width: 17%;
	float: right;
	text-align: right;
	margin-bottom: 10px;
}
.sm-serachbox-pro .sm-searchbox-advanced a{
	text-decoration: none;
	color: #4A629F;
	font-size: 12px;
}
.sm-serachbox-pro .sm-searchbox-advanced a:hover{
	text-decoration: underline;
}
.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-popular-title{
	display: inline-block;
	float: left;
	font-size: 16px;
	color: #4a629f;
	font-weight: bold;
	margin-right: 15px;
}
.sm-serachbox-pro .sm-searchbox-keyword-list {
    float: left;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li{
	float: left;
	line-height: 210%;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li a {
    float: left;
	margin-right: 10px;
	color:#686868;
	font-size:14px;
	text-decoration: none;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li a:hover {
	text-decoration: underline;
}

.sm-serachbox-pro .sm-searchbox-keyword-list > li a.sm-searchbox-more {
    float: left;
	margin-right: 10px;
	color:#4A629F;
	font-size:12px;
	text-decoration: none;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li a.sm-searchbox-more:hover {
	text-decoration: underline;
	cursor: pointer;
}

.sm-serachbox-pro .sm-searbox-content {
    display: inline-block;
    width: 100%;
}
.sm-serachbox-pro .sm-searbox-content .form-search{
	text-align: left;
	border: none;
/*	position: static;*/
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	position: relative;
}
.sm-serachbox-pro .sm-searbox-content .form-search > input{
	padding: 0 10px;
	height: 45px;
	float: left;
	border: 1px solid #C1CCD1 !important;
	border-radius:5px 0 0 5px;
	border-right: 0 !important;	
	color: #c8c8c8;
	width:50%;
	font-size: 12px;
	line-height: 45px;
}
.sm-serachbox-pro .sm-searbox-content .form-search > select{
	padding: 14px 10px 10px 15px;
	border-radius:0 5px 5px 0;
	color: #909090;	
	width:30%;
	height: 47px;
	line-height: 0;
}
/*.sm-serachbox-pro .sm-searbox-content .form-button.button{
	background: #304b90;
	background-image: linear-gradient(bottom, rgb(47,74,144) 31%, rgb(80,105,162) 66%);
	background-image: -o-linear-gradient(bottom, rgb(47,74,144) 31%, rgb(80,105,162) 66%);
	background-image: -moz-linear-gradient(bottom, rgb(47,74,144) 31%, rgb(80,105,162) 66%);
	background-image: -webkit-linear-gradient(bottom, rgb(47,74,144) 31%, rgb(80,105,162) 66%);
	background-image: -ms-linear-gradient(bottom, rgb(47,74,144) 31%, rgb(80,105,162) 66%);
	border-radius: 3px 3px 3px 3px;
    height: 45px;
	float: right;
	width: 15%;
}
.sm-serachbox-pro .sm-searbox-content .form-button.button:hover{
	background: #304b90;
	background-image: linear-gradient(bottom, rgb(95,129,214) 4%, rgb(65,98,181) 52%, rgb(79,102,161) 76%);
	background-image: -o-linear-gradient(bottom, rgb(95,129,214) 4%, rgb(65,98,181) 52%, rgb(79,102,161) 76%);
	background-image: -moz-linear-gradient(bottom, rgb(95,129,214) 4%, rgb(65,98,181) 52%, rgb(79,102,161) 76%);
	background-image: -webkit-linear-gradient(bottom, rgb(95,129,214) 4%, rgb(65,98,181) 52%, rgb(79,102,161) 76%);
	background-image: -ms-linear-gradient(bottom, rgb(95,129,214) 4%, rgb(65,98,181) 52%, rgb(79,102,161) 76%);
}*/
/*.sm-serachbox-pro .sm-searbox-content .form-button.button span {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 16px;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
	text-transform: none;
}*/

.sm-serachbox-pro select option {
    padding: 5px 10px;
}
.sm-serachbox-pro input.input-text, .sm-serachbox-pro select, .sm-serachbox-pro textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C1CCD1;
	margin: 0;
	padding: 0;
}


@media all and (max-width: 640px){
	.sm-serachbox-pro .sm-searbox-content .form-search > input {
		width: 63%;
		border-radius: 5px;
		border: 1px solid #C1CCD1 !important;
		height: 38px;
	}
	.sm-serachbox-pro .sm-searbox-content .form-search > select {
		display: none;
	}
	.sm-serachbox-pro .sm-searbox-content .form-button.button {
		width: 27%;
		height: 40px;
	}
	
}

#price-filter-max-text,
#price-filter-min-text,
#price-filter-max,
#price-filter-min{
	border-radius:2px; 	
	-moz-border-radius:2px; 	
	khtml-border-radius:2px; 	
	-webkit-border-radius:2px;
}
	
.price-filter-left{
	float:left;
}
.price-filter-right{
	float:right;
}
.price_filter{
	height: 12px;
	background: url(https://www.nadland.hu/skin/frontend/sm_market/default/sm/shopby/images/bg-filter-price.png) repeat-x left center;
	margin: 10px 0;
	overflow:hidden;
}
.price_filter .price-from ,
.price_filter .price-to {
    height: 12px;
    width: 12px;
    cursor: e-resize;
    display: block;
	margin-top: 0px;
	background: #898989;
	position:relative;
}
.price_filter .price-to {
    cursor: w-resize;
    margin-top: -12px;
	margin-left:-1px;
}
#price-filter-max-display{
	float: right;
}

.price_filter .price-from:before,
.price_filter .price-to:before {
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    top: 4px;
    width: 1000px;
	background:#909090;
}

.price_filter .price-from:before {
    left: -1000px;
}
.price_filter .price-to:before {
    right: -1000px;
}
.sp-right{
	float:right;
}
#loading{
	background:rgba(0,0,0,0.5);
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:9999;
}

#loading img{
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-27px;
	z-index:99999;
}

/*style shopby color*/
.block-layered-nav #narrow-by-list ol li{
	position: relative;
}
.block-layered-nav #narrow-by-list ol li.Black:before,
.block-layered-nav #narrow-by-list ol li.Blue:before,
.block-layered-nav #narrow-by-list ol li.Brown:before,
.block-layered-nav #narrow-by-list ol li.Charcoal:before,
.block-layered-nav #narrow-by-list ol li.Green:before,
.block-layered-nav #narrow-by-list ol li.Gray:before,
.block-layered-nav #narrow-by-list ol li.Indigo:before,
.block-layered-nav #narrow-by-list ol li.Ivory:before,
.block-layered-nav #narrow-by-list ol li.Khaki:before,
.block-layered-nav #narrow-by-list ol li.Orange:before,
.block-layered-nav #narrow-by-list ol li.Pink:before,
.block-layered-nav #narrow-by-list ol li.Red:before,
.block-layered-nav #narrow-by-list ol li.Royal_Blue:before,
.block-layered-nav #narrow-by-list ol li.Silver:before,
.block-layered-nav #narrow-by-list ol li.Taupe:before,
.block-layered-nav #narrow-by-list ol li.White:before,
.block-layered-nav #narrow-by-list ol li.Yellow:before,
.block-layered-nav #narrow-by-list ol li.Magneta:before{
	position: absolute;
	top: 6px;
	left: 0;
	width: 16px;
	height: 16px;
	content: "";
	border-radius: 3px;
}
.block-layered-nav #narrow-by-list ol li.Black:before{
	background: #000000;
}
.block-layered-nav #narrow-by-list ol li.Blue:before{
	background: #0000FF;
}
.block-layered-nav #narrow-by-list ol li.Brown:before{
	background: #A52A2A;
}
.block-layered-nav #narrow-by-list ol li.Charcoal:before{
	background: #222222;
}
.block-layered-nav #narrow-by-list ol li.Green:before{
	background: #008000;
}
.block-layered-nav #narrow-by-list ol li.Gray:before{
	background: #808080;
}
.block-layered-nav #narrow-by-list ol li.Indigo:before{
	background: #460082;
}
.block-layered-nav #narrow-by-list ol li.Ivory:before{
	background: #FFFFF0;
}
.block-layered-nav #narrow-by-list ol li.Khaki:before{
	background: #F0E68C;
}
.block-layered-nav #narrow-by-list ol li.Orange:before{
	background: #FFA500;
}
.block-layered-nav #narrow-by-list ol li.Pink:before{
	background: #FFC0CB;
}
.block-layered-nav #narrow-by-list ol li.Red:before{
	background: #ff0000;
}
.block-layered-nav #narrow-by-list ol li.Royal_Blue:before{
	background: #4169E1;
}
.block-layered-nav #narrow-by-list ol li.Silver:before{
	background: #C0C0C0;
}
.block-layered-nav #narrow-by-list ol li.Taupe:before{
	background: #8b8589;
}
.block-layered-nav #narrow-by-list ol li.White:before{
	background: #ffffff;
}
.block-layered-nav #narrow-by-list ol li.Yellow:before{
	background: #FFFF00;
}
.block-layered-nav #narrow-by-list ol li.Magneta:before{
	background: #FF00FF;
}

/*-----------custom for theme-------------*/
.yt-tab-listing .respl-items .respl-item{
	padding: 0 15px;
}

/*-----------end custom for theme-------------*/
.yt-tab-listing{
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
    clear: both;
}


.yt-tab-listing .pre-text{
	margin: 0 0 15px 0;
} 
.yt-tab-listing .post-text{
	margin: 10px 0 0;
}

.yt-tab-listing .respl-wrap{
	margin:0;
	padding:0;
}
.yt-tab-listing a:hover{
	text-decoration: none;
}
/*-----------------------Css for Tabs ----------------------------*/
.yt-tab-listing .respl-wrap .respl-tabs-container{
	padding: 0;
}



.yt-tab-listing .respl-tabs-container .respl-tabs > li.tab-sel,
.yt-tab-listing .respl-tabs-container .respl-tabs > li:hover{
	cursor: pointer;
}

/*-----------------------------Css for Content----------------------*/
.yt-tab-listing .respl-wrap .respl-items-container{
	margin:15px 0 0 0;
	padding:0;
}

.yt-tab-listing .respl-items-container .respl-items{
	margin:0;
	padding:0;
	width:100%;
	display:none;	
}

.yt-tab-listing .respl-items-container .respl-items-inner{
	margin:0;
	padding:0;
	width:100%;
	float: left;
}

.yt-tab-listing .respl-items-container .respl-items-selected{
	display:inline-block;
}

.yt-tab-listing .respl-items-container .respl-item-wrap {
	margin:0;
	padding:0;
 	/*opacity:0;
	filter:alpha(opacity = 0); */
}

.yt-tab-listing .respl-items-container .respl-items .respl-item{
	float:left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.yt-tab-listing .respl-items  .respl-loading{
	width: 100%; 
	max-width: 100%;
	padding: 0; 
	position: relative;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default/sm/tablisting/images/loader.gif) no-repeat scroll center center transparent;
	min-height:300px;
	display:block;
	z-index:0;
}

.yt-tab-listing .respl-items-container .respl-loadmore{
	display:block;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	width: 100%;
}
.yt-tab-listing .respl-items .respl-loadmore  .respl-loadmore-btn.loading{
	padding: 15px 15px 15px 70px !important;
}
.yt-tab-listing .respl-items .respl-loadmore  .respl-loadmore-btn.loaded{
	padding: 15px 30px 15px 70px !important;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn{
	padding: 15px 34px 15px 48px !important;
	display:inline-block;
	font-size: 133%;
	color:#fff;
	/*line-height: 135%;*/
	cursor:pointer;
	position: relative;
}

.yt-tab-listing .respl-items .respl-loadmore .respl-image-loading{
	display:none;
	margin-right:10px;
	vertical-align:middle;
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 24px;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn{
	background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default/images/loadmore-bg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn.loading{
	background-image:none;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn:before{
	content: attr(data-label);
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn.loading:before{
	content: attr(data-label-load);
}

.yt-tab-listing .respl-items.respl-process .respl-loadmore {
	display:none;
}
.yt-tab-listing .respl-items .respl-loadmore .load-number:before{
	content: attr(data-more);
	display: none;
}

.yt-tab-listing .respl-items .respl-loadmore .load-number:after{
	content: attr(data-total);
	display: none;
}
/*-----------------------------Css for Responsive ----------------------*/
.yt-tab-listing .respl-items-container .respl-items.respl01-1{
	margin: 0;
}
.yt-tab-listing .respl01-6 .respl-item{ width: 16.6666%;}
.yt-tab-listing .respl01-5 .respl-item{ width: 20%; }
.yt-tab-listing .respl01-4 .respl-item{ width: 25%; }
.yt-tab-listing .respl01-3 .respl-item{ width: 33.3333%; }
.yt-tab-listing .respl01-2 .respl-item{ width: 50%; }
.yt-tab-listing .respl-items-container .respl-items.respl01-1 .respl-item{ width: 100%; padding: 0;}

@media all and (max-width: 767px){
	.yt-tab-listing .respl-items-container .respl-items.respl04-1{
		margin: 0;
	}
	.yt-tab-listing .respl04-6 .respl-item{ width: 16.64%; }
	.yt-tab-listing .respl04-5 .respl-item{ width: 19.958%; }
	.yt-tab-listing .respl04-4 .respl-item{ width: 24.995%; }
	.yt-tab-listing .respl04-3 .respl-item{ width: 33.315%; }
	.yt-tab-listing .respl04-2 .respl-item{ width: 49.985%; }
	.yt-tab-listing .respl-items-container .respl-items.respl04-1 .respl-item{ width: 100%; padding: 0;}
	.yt-tab-listing .respl04-1 .clr1,
	.yt-tab-listing .respl04-2 .clr2,
	.yt-tab-listing .respl04-3 .clr3,
	.yt-tab-listing .respl04-4 .clr4,
	.yt-tab-listing .respl04-5 .clr5,
	.yt-tab-listing .respl04-6 .clr6{
		clear:both;
	}
}

@media all and (min-width: 768px) and (max-width: 991px){
	.yt-tab-listing .respl-items-container .respl-items.respl03-1{
		margin: 0;
	}
	.yt-tab-listing .respl03-6 .respl-item{ width: 16.6666%; }
	.yt-tab-listing .respl03-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl03-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl03-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl03-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl03-1 .respl-item{ width: 100%; padding: 0; }
	.yt-tab-listing .respl03-1 .clr1,
	.yt-tab-listing .respl03-2 .clr2,
	.yt-tab-listing .respl03-3 .clr3,
	.yt-tab-listing .respl03-4 .clr4,
	.yt-tab-listing .respl03-5 .clr5,
	.yt-tab-listing .respl03-6 .clr6{
		clear:both;
	}
}	

@media all and (min-width: 992px) and (max-width: 1199px){ 
	.yt-tab-listing .respl-items-container .respl-items.respl02-1{
		margin: 0;
	}
	.yt-tab-listing .respl02-6 .respl-item{ width: 16.6666%; }
	.yt-tab-listing .respl02-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl02-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl02-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl02-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl02-1 .respl-item{ width: 100%; padding: 0;}
	.yt-tab-listing .respl02-1 .clr1,
	.yt-tab-listing .respl02-2 .clr2,
	.yt-tab-listing .respl02-3 .clr3,
	.yt-tab-listing .respl02-4 .clr4,
	.yt-tab-listing .respl02-5 .clr5,
	.yt-tab-listing .respl02-6 .clr6{
		clear:both;
	}
}  

@media all and (min-width: 1200px ) and (max-width: 1599px){
	.yt-tab-listing .respl-items-container .respl-items.respl01-1{
		margin: 0;
	}
	.yt-tab-listing .respl01-6 .respl-item{ width: 16.6666%;}
	.yt-tab-listing .respl01-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl01-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl01-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl01-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl01-1 .respl-item{ width: 100%; padding: 0;}
	.yt-tab-listing .respl01-1 .clr1,
	.yt-tab-listing .respl01-2 .clr2,
	.yt-tab-listing .respl01-3 .clr3,
	.yt-tab-listing .respl01-4 .clr4,
	.yt-tab-listing .respl01-5 .clr5,
	.yt-tab-listing .respl01-6 .clr6{
		clear:both;
	}
}

@media all and (min-width: 1600px ){
	.yt-tab-listing .respl-items-container .respl-items.respl00-1{
		margin: 0;
	}
	.yt-tab-listing .respl00-6 .respl-item{ width: 16.6666%;}
	.yt-tab-listing .respl00-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl00-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl00-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl00-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl00-1 .respl-item{ width: 100%; padding: 0; }
	.yt-tab-listing .respl00-1 .clr1,
	.yt-tab-listing .respl00-2 .clr2,
	.yt-tab-listing .respl00-3 .clr3,
	.yt-tab-listing .respl00-4 .clr4,
	.yt-tab-listing .respl00-5 .clr5,
	.yt-tab-listing .respl00-6 .clr6{
		clear:both;
	}
}

/*-----------------------------ClearFix----------------------*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
.sm-listingextend {
    overflow: hidden;
	padding-bottom: 10px;
}
.sm-listingextend .pre-text,
.sm-listingextend .post-text {
    margin: 10px 0;
}
.sm-listingextend.preload {
    height: 250px;
    overflow: hidden;
    position: relative
}
.sm-listingextend .extra-loading {
    background: url('https://www.nadland.hu/skin/frontend/sm_market/default/sm/listingextend/images/loading.gif') no-repeat scroll center center transparent;
    height: 250px;
    width: 100%;
}
.sm-listingextend.preload .heading-title,
.sm-listingextend.preload .heading-description,
.sm-listingextend.preload .owl-controls,
.sm-listingextend.preload .listingextend-inner {
    display: none !important;
}
.sm-listingextend .heading-title {
    text-transform: uppercase;
	font-size: 133%;
    font-weight: bold;
}
.sm-listingextend .heading-description {
	margin-bottom: 40px;
}
.sm-listingextend .heading-description img{
	max-width: 100%;
}
.sm-listingextend .listingextend-inner {
	padding-top: 13px;
	position: relative;
}
.sm-listingextend .products-grid{
	margin-left: -30px;
}
.sm-listingextend .owl-item {
    float: left;
}
.sm-listingextend .listingextend-inner .item-columns{
	float: left;
	padding-left: 30px;
}
.sm-listingextend .listingextend-inner .item {
	margin-top: 30px;
	min-height: auto;
	margin-bottom: 0;
	width: 100%;
	border-right: 1px solid transparent;
}

/* Css button page*/
.sm-listingextend .owl-controls{
	position: absolute;
	top: -37px;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
	padding: 10px 0;
	text-align: right;
}
.owl-theme .owl-pagination{
	float: right;
	margin-right: 29px;
}
.owl-theme .owl-buttons{
	float: right;
} 
.owl-theme .owl-pagination .owl-page{
	float: left;
}
.owl-theme .owl-pagination .owl-page .owl-numbers{
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 4px 0;
	text-align: center;
	border-radius: 0;
	width: 27px;
	height: 29px;
	margin: 0 0 0 2px;
	display: block;
}
.owl-theme .owl-buttons .owl-prev:hover,
.owl-theme .owl-buttons  .owl-next:hover,
.owl-theme .owl-pagination .owl-page .owl-numbers:hover{
    cursor: pointer;
}
.owl-theme .owl-buttons  .owl-next{
	position: absolute;
	top: 10px;
	right: 0;
}

.owl-theme .owl-buttons .owl-prev,
.owl-theme .owl-buttons  .owl-next{
	background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default/sm/listingextend/images/arrow-next-prev.png);
	background-repeat:no-repeat;
	display:inline-block;
	text-indent:-999em;
	width:27px; 
	height:29px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
}
.owl-theme .owl-buttons .owl-prev{
	background-position:-2px -1px;
}
.owl-theme .owl-buttons .owl-prev:hover{
	background-position:-52px -1px;
}
.owl-theme .owl-buttons  .owl-next{
	background-position:-152px -2px;
}
.owl-theme .owl-buttons  .owl-next:hover{
	background-position:-102px -2px;
}

/* Effect Fade In */
.sj-listing-tabs .ltabs-items .fadeIn .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Effect Flip In Vertical */

.sj-listing-tabs .ltabs-items .flipInY .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible;
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(80deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    90% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}

@-moz-keyframes flipInY {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateY(80deg);
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    90% {
        -moz-transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateY(0deg);
    }
}

@-o-keyframes flipInY {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateY(80deg);
    }
    40% {
        -o-transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    90% {
        -o-transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(80deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    90% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}

/* Effect Flip In Horizontal */

.sj-listing-tabs .ltabs-items .flipInX .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible;
}

@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(85deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(15deg);
    }
    90% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes flipInX {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(85deg);
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-20deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateX(15deg);
    }
    90% {
        -moz-transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes flipInX {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(85deg);
    }
    40% {
        -o-transform: perspective(400px) rotateX(-20deg);
    }
    70% {
        -o-transform: perspective(400px) rotateX(15deg);
    }
    90% {
        -o-transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(85deg);
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
    }
    70% {
        transform: perspective(400px) rotateX(15deg);
    }
    90% {
        transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

/* Effect Flip */
.sj-listing-tabs .ltabs-items .flip .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible;
}

@-webkit-keyframes flip {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(500px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(500px) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes flip {
    0% {
        opacity: 0;
        -moz-transform: perspective(500px) rotateY(0);
        -moz-animation-timing-function: ease-out;
    }
    40% {
        -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -moz-animation-timing-function: ease-out;
    }
    50% {
        -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in;
    }
    80% {
        -moz-transform: perspective(500px) rotateY(360deg) scale(.95);
        -moz-animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(500px) scale(1);
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes flip {
    0% {
        opacity: 0;
        -o-transform: perspective(500px) rotateY(0);
        -o-animation-timing-function: ease-out;
    }
    40% {
        -o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -o-animation-timing-function: ease-out;
    }
    50% {
        -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -o-animation-timing-function: ease-in;
    }
    80% {
        -o-transform: perspective(500px) rotateY(360deg) scale(.95);
        -o-animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
        -o-transform: perspective(500px) scale(1);
        -o-animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        opacity: 0;
        transform: perspective(500px) rotateY(0);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(500px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(500px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
        transform: perspective(500px) scale(1);
        animation-timing-function: ease-in;
    }
}

/* Effect Star War */
.sj-listing-tabs .ltabs-items .starwars .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-play-state: running;
    -moz-transform-origin: 50% 50%;
    -moz-animation-play-state: running;
    -o-transform-origin: 50% 50%;
    -o-animation-play-state: running;
    transform-origin: 50% 50%;
    animation-play-state: running;
}

@-webkit-keyframes starwars {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@-moz-keyframes starwars {
    0% {
        opacity: 0;
        -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@-o-keyframes starwars {
    0% {
        opacity: 0;
        -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@keyframes starwars {
    0% {
        opacity: 0;
        transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

/* Effect Slide Right */
.sj-listing-tabs .ltabs-items .slideRight .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

/* Effect Bounce In */

.sj-listing-tabs .ltabs-items .bounceIn .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }
    50% {
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/*Effect Zoom In */

.sj-listing-tabs .ltabs-items .zoomIn .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -o-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Effect Page Top*/

.sj-listing-tabs .ltabs-items .pageTop .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-transform-origin: 50% 0%;
    -moz-animation-play-state: running;
    -moz-transform-origin: 50% 0%;
    -o-animation-play-state: running;
    -o-transform-origin: 50% 0%;
    animation-play-state: running;
    transform-origin: 50% 0%;
}

@-webkit-keyframes pageTop {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes pageTop {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes pageTop {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes pageTop {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

/*Effect Zoom Out */

.sj-listing-tabs .ltabs-items .zoomOut .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation: zoomOut 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomOut {
    0% {
        opacity: 0;
        -moz-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomOut {
    0% {
        opacity: 0;
        -o-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale(.6);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.sj-listing-tabs .ltabs-items .slideLeft .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.play .ltabs-item {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
.sm-listing-deals {
    margin: 0;
    padding: 0;
}
.sm-listing-deals .tab-all .ltabs-tab-img {
    height: 30px;
}

/*-----------------------Css for Tabs ----------------------------*/
.sm-listing-deals .ltabs-wrap .ltabs-tabs-container {
    margin-bottom: 30px;
}
.sm-listing-deals .ltabs-wrap .ltabs-tabs {
    margin: 0;
    padding: 0;
    list-style: none;	
	border-bottom: 1px solid #dddddd;
    z-index:99!important;
}
.sm-listing-deals  .ltabs-wrap .ltabs-tabs  li {
    border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
    float: left;
    padding: 12px 15px;
    cursor: pointer;
	background-color: #eee;
	font-size: 108.33%;
}
.sm-listing-deals  .ltabs-wrap .ltabs-tabs  li:last-child {
    border-right: 1px solid #dddddd;
}
.sm-listing-deals .ltabs-tabs li.tab-sel,
.sm-listing-deals .ltabs-tabs li:hover {
    border-top: 2px solid #f4a137;
	background-color: #fff;
	border-bottom: none;
	margin-top: -1px;
}



.sm-listing-deals .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
    margin-top: -48px;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
    margin-top: 0px;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
    margin-top: -48px;
}
.sm-listing-deals .ltabs-tab-img {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
    display: none;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
    position: relative;
    display: inline-block;
    cursor: default;
    text-align: left;
    line-height: 30px;
    clear: both;
    color: #888;
    cursor: pointer;
    width:100%;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    width: 100%;
    text-indent: 20px;
    border: 1px solid #DDD;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #FFF;
    overflow: hidden;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
    width: 30px;
    border: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    font-size: 12px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #DDD;
    position:absolute!important;
    right:0px;
    top:0px;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    position: relative;
    float: left;
    height: 30px;
    z-index: 1;
    display: inline-block;
}

.sm-listing-deals .add-loadmore {
    float: right;
    margin-left: 10px;
    vertical: middle;
    margin-top: 2px;
}

.sm-listing-deals .loaded .add-loadmore {
    display: none;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
    background: #fff;
    display: none;
    z-index: 1;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
    display: block;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
    margin: 0;
    padding: 0;
    float: none;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
    display: block;
    line-height: 20px;
    padding: 5px 10%;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span:hover {
    color: #f6f6f6;
    background: #0088cc;
}


/*-----------------------------Css for Content----------------------*/
.sm-listing-deals .ltabs-wrap .ltabs-items-container {
    margin: 0;
    padding: 0;
}
.sm-listing-deals .ltabs-items-container .ltabs-items {
    margin-left: -30px;
    display: none;
}
.sm-listing-deals .ltabs-items-container .ltabs-items-inner {
    width: 100%;
}
.sm-listing-deals .ltabs-items-container .ltabs-items-selected {
    display: block;
}
.sm-listing-deals .ltabs-items-container .ltabs-item-wrap {
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.sm-listing-deals .ltabs-items-container .ltabs-item-wrap img {
    width: 100%;
    max-width: 100%;
}
.sm-listing-deals .ltabs-items-container .ltabs-items .ltabs-item {
    float: left;
    margin-bottom: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
	padding-left: 30px;
	min-height: auto;
}
.sm-listing-deals .ltabs-item .item-time{
	margin-top:20px;
	float: left;
	margin-bottom: 15px;
}
.sm-listing-deals .ltabs-item .item-time .time-item{
	text-align:center;	
	float: left;
	margin-right: 5px;	
}
.sm-listing-deals .ltabs-item .item-time .time-item .num-time{
	font-size:166.67%;
	font-weight:bold;
	background-color:#999999;
	color:#fff;
	margin-bottom: 5px;
	position: relative;
	min-width: 30px;
	height: 40px;
	text-align: center;
	padding: 3px 5px;
	border-radius: 2px;
}
.sm-listing-deals .ltabs-item .item-time .time-item .num-time:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.2;
	width: 100%;
	height: 50%;
}
.sm-listing-deals .ltabs-item .item-time .time-item .num-time:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	background: #919191;
	opacity: 0.8;
	width: 100%;
	height: 1px;
}
.sm-listing-deals .ltabs-item .item-time .time-item .name-time{
	font-size:83.33%;
}





/***--button loading--***/
.sm-listing-deals .ltabs-items .ltabs-loading {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default/sm/listingdeals/images/477.gif) no-repeat scroll center center transparent;
    min-height: 300px;
    display: block;
    z-index: 0;
}
.sm-listing-deals .ltabs-items-container .ltabs-loadmore {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.sm-listing-deals .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
    padding: 8px 75px;
	text-transform: uppercase;
	font-size: 133.3%;
    display: inline-block;
    background-color: #999999;
    color: #FFF;
    cursor: pointer;
	margin-left: 30px;
}
.sm-listing-deals .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
    background: url('https://www.nadland.hu/skin/frontend/sm_market/default/sm/listingdeals/images/301.gif') no-repeat scroll center center transparent;
    width: 22px;
    height: 22px;
    display: none;
    margin-right: 10px;
    vertical-align: middle;
}
.sm-listing-deals .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:after {
    content: attr(data-label);
}
.sm-listing-deals .ltabs-items.ltabs-process .ltabs-loadmore {
    display: none;
}


/***---Device---***/
/*-Css for ie-*/
.sm-listing-deals .ltabs01-6 .ltabs-item {
    width: 16.64%;
}
.sm-listing-deals .ltabs01-5 .ltabs-item {
    width: 20%;
}
.sm-listing-deals .ltabs01-4 .ltabs-item {
    width: 25%;
}
.sm-listing-deals .ltabs01-3 .ltabs-item {
    width: 33.315%;
}
.sm-listing-deals .ltabs01-2 .ltabs-item {
    width: 49.999%;
}
.sm-listing-deals .ltabs01-1 .ltabs-item {
    width: 100%;
}

.sm-listing-deals .ltabs01-1 .clr1,
.sm-listing-deals .ltabs01-2 .clr2,
.sm-listing-deals .ltabs01-3 .clr3,
.sm-listing-deals .ltabs01-4 .clr4,
.sm-listing-deals .ltabs01-5 .clr5,
.sm-listing-deals .ltabs01-6 .clr6 {
    clear: both;
}

@media (min-width: 1200px) {
    .sm-listing-deals .ltabs01-6 .ltabs-item {
        width: 16.66%;
    }
    .sm-listing-deals .ltabs01-5 .ltabs-item {
        width: 20%;
    }
    .sm-listing-deals .ltabs01-4 .ltabs-item {
        width: 25%;
    }
    .sm-listing-deals .ltabs01-3 .ltabs-item {
        width: 33.33%;
    }
    .sm-listing-deals .ltabs01-2 .ltabs-item {
        width: 50%;
    }
    .sm-listing-deals .ltabs01-1 .ltabs-item {
        width: 100%;
    }
    .sm-listing-deals .ltabs01-1 .clr1,
    .sm-listing-deals .ltabs01-2 .clr2,
    .sm-listing-deals .ltabs01-3 .clr3,
    .sm-listing-deals .ltabs01-4 .clr4,
    .sm-listing-deals .ltabs01-5 .clr5,
    .sm-listing-deals .ltabs01-6 .clr6 {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sm-listing-deals .ltabs02-6 .ltabs-item {
        width: 16.66%;
    }
    .sm-listing-deals .ltabs02-5 .ltabs-item {
        width: 20%;
    }
    .sm-listing-deals .ltabs02-4 .ltabs-item {
        width: 25%;
    }
    .sm-listing-deals .ltabs02-3 .ltabs-item {
        width: 33.33%;
    }
    .sm-listing-deals .ltabs02-2 .ltabs-item {
        width: 50%;
    }
    .sm-listing-deals .ltabs02-1 .ltabs-item {
        width: 100%;
    }
    .sm-listing-deals .ltabs02-1 .clr1,
    .sm-listing-deals .ltabs02-2 .clr2,
    .sm-listing-deals .ltabs02-3 .clr3,
    .sm-listing-deals .ltabs02-4 .clr4,
    .sm-listing-deals .ltabs02-5 .clr5,
    .sm-listing-deals .ltabs02-6 .clr6 {
        clear: both;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .sm-listing-deals .ltabs03-6 .ltabs-item {
        width: 16.66%;
    }
    .sm-listing-deals .ltabs03-5 .ltabs-item {
        width: 20%;
    }
    .sm-listing-deals .ltabs03-4 .ltabs-item {
        width: 25%;
    }
    .sm-listing-deals .ltabs03-3 .ltabs-item {
        width: 33.33%;
    }
    .sm-listing-deals .ltabs03-2 .ltabs-item {
        width: 50%;
    }
    .sm-listing-deals .ltabs03-1 .ltabs-item {
        width: 100%;
    }
    .sm-listing-deals .ltabs03-1 .clr1,
    .sm-listing-deals .ltabs03-2 .clr2,
    .sm-listing-deals .ltabs03-3 .clr3,
    .sm-listing-deals .ltabs03-4 .clr4,
    .sm-listing-deals .ltabs03-5 .clr5,
    .sm-listing-deals .ltabs03-6 .clr6 {
        clear: both;
    }
}

@media all and (max-width: 480px) {
    .sm-listing-deals .ltabs04-6 .ltabs-item {
        width: 16.64%;
    }
    .sm-listing-deals .ltabs04-5 .ltabs-item {
        width: 19.958%;
    }
    .sm-listing-deals .ltabs04-4 .ltabs-item {
        width: 24.995%;
    }
    .sm-listing-deals .ltabs04-3 .ltabs-item {
        width: 33.315%;
    }
    .sm-listing-deals .ltabs04-2 .ltabs-item {
        width: 49.985%;
    }
    .sm-listing-deals .ltabs04-1 .ltabs-item {
        width: 100%;
    }
    .sm-listing-deals .ltabs04-1 .clr1,
    .sm-listing-deals .ltabs04-2 .clr2,
    .sm-listing-deals .ltabs04-3 .clr3,
    .sm-listing-deals .ltabs04-4 .clr4,
    .sm-listing-deals .ltabs04-5 .clr5,
    .sm-listing-deals .ltabs04-6 .clr6 {
        clear: both;
    }

}






/* ====================PRICING TABLE===================== */
.pricing-title h2{
    text-transform: uppercase;
    font-weight: bold;
    color:#222;
    font-size: 150%;
    text-align: center;
    position: relative;
    padding-bottom: 5px;
}

.pricing-title h2:before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom:0;
    left: 50%;
    margin-left: -25px;
}

/* TABLE 1 */

.table-style-1{
    margin-bottom: 30px;
}

.table-style-1 .pricing-title{
    margin-bottom: 75px;
}

.table-style-1 .table-container{
    display: table;
    width: 100%;
}

.table-style-1 .table-container .table-column{
    display: table-cell;
}

.table-style-1 .table-container .table-column .table-content{
    background-color: #f4f4f4;
    padding:0 20px 54px;
    border: 1px solid #e9e9e9;
    border-right: none;
}

.table-style-1 .table-container .table-column:last-child .table-content{
    border-right: 1px solid #e9e9e9;
}

.table-style-1 .table-container .table-column .table-content .table-header{
    background-color: #dddddd;
    text-align: center;
    margin: -1px -20px 15px;
    padding: 28px 10px;
    color: #222;
}

.table-style-1 .table-container .table-column .table-content .table-header h3{
    text-transform: uppercase;
    font-size: 150%;
    font-weight: bold;
}

.table-style-1 .table-container .table-column .table-content .table-detail{
    text-align: center;
    font-size: 116.67%;
}

.table-style-1 .table-container .table-column .table-content .table-detail .table-option{
    margin-bottom: 10px;
}

.table-style-1 .table-container .table-column .table-content .table-detail .table-option li{
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}

.table-style-1 .table-container .table-column .table-content .table-detail .table-price{
    margin-bottom: 25px;
}

.table-style-1 .table-container .table-column .table-content .table-detail .table-price .dv-price{
    font-size: 128.57%;
    position: relative;
    top: -26px;
    color: #df1f26;
}

.table-style-1 .table-container .table-column .table-content .table-detail .table-price .price{
    font-size: 433.33%;
    font-weight: bold;
    color: #df1f26;
}

.table-style-1 .table-container .table-column .table-content .table-detail .table-price p{
    margin-top: -15px;
}

.table-style-1 .table-container .table-column .table-content .table-detail .button-container a{
    background-color: #222222;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 13px 50px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.table-style-1 .table-container .table-column.column-active{
    position: relative;
    top: -33px;
}

.table-style-1 .table-container .table-column.column-active .table-content{
    padding-bottom: 90px;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.table-style-1 .table-container .table-column.column-active .table-content .table-header{
    margin-bottom: 48px;
    background-color: #222;
    color: #fff;
}
/* END TABLE 1 */

/* TABLE 2 */

.table-style-2{
    margin-bottom: 60px;
}

.table-style-2 .pricing-title{
    margin-bottom: 54px;
}

.table-style-2 .table-container{
    box-shadow: 0 0 0 5px #f4f3f3;
    -webkit-box-shadow: 0 0 0 5px #f4f3f3;
    border: 1px solid #c2c2c2;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 0px 30px;
}

.table-style-2 .table-container .table-column .table-content .table-detail{
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #efefef;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-header,
.table-style-2 .table-container .table-column .table-content .table-detail .table-option,
.table-style-2 .table-container .table-column .table-content .table-detail .table-price{
    margin-left: 10px;
    margin-right: 10px;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-header{
    color: #222222;
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #ededed;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-header h3{
    font-size: 150%;
    text-transform: uppercase;
    font-weight: bold;
}

.table-style-2 .table-container .table-column .table-content .button-container{
    margin-left: 11px;
    margin-right: 11px;
}

.table-style-2 .table-container .table-column:first-child .table-content .table-detail{
    border-left: none;
}

.table-style-2 .table-container .table-column:last-child .table-content .table-detail{
    border-right: none;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-option li{
    padding: 5px 36px;
    border-bottom: 1px solid #ededed;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-option li:before{
    content: "";
    display: inline-block;
    background-color: #909090;
    position: relative;
    top: -1px;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-price{
    text-align: center;
    padding: 15px 0;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-price .price{
    color: #222;
    font-size: 200%;
}

.table-style-2 .table-container .table-column .table-content .button-container{
    text-align: center;
}

.table-style-2 .table-container .table-column .table-content .button-container a{
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background-color: #222222;
    color: #fff;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 116.67%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.table-style-2 .table-container .table-column .table-content .button-container a:before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top:50%;
    margin-top: -12px;
    left:-12px;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/arrow_pcicing.png) no-repeat center center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.table-style-2 .table-container .table-column.column-active .table-content{
    background-color: #222;
    position: relative;
}

.table-style-2 .table-container .table-column.column-active .table-content:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 23px;
    background-color: #222;
    position: absolute;
    left:0;
    top:-23px;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

.table-style-2 .table-container .table-column.column-active .table-content:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 42px;
    background-color: #222;
    position: absolute;
    left:0;
    bottom:-42px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-header,
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-option li{
    border-color: #323232;
}

.table-style-2 .table-container .table-column.column-active .table-content .table-detail{
    border:none;
}

.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-option,
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-price p{
    color: #bbb;
}

.table-style-2 .table-container .table-column.column-active .table-content .button-container a{
    background-color: #fff;
    border-color: #1b1b1b;
    color: #222222;
}

/* END TABLE 2 */


/* TABLE 3 */

.table-style-3{
    margin-bottom: 60px;
}

.table-style-3 .pricing-title{
    margin-bottom: 30px;
}

.table-style-3 .table-container{
    text-align: center;
}

.table-style-3 .table-container .table-column{
    display: inline-block;
    min-width: 245px;
    margin:0 4px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.table-style-3 .table-container .table-column .table-content{
    padding: 8px;
    box-shadow: 0 15px 22px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 22px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.table-style-3 .table-container .table-column .table-content .table-header{
    color: #fff;
    padding: 18px 10px;
    margin: -8px -8px 0;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

.table-style-3 .color-1{
    background-color: #4cbf8d;
}

.table-style-3 .color-2{
    background-color: #f4a137;
}

.table-style-3 .color-3{
    background-color: #50c1e9;
}

.table-style-3 .table-container .table-column .table-content .table-header h3{
    font-weight: bold;
    font-size: 250%;
}


.table-style-3 .table-container .table-column .table-content .table-header .short-des{
    font-weight: bold;
}

.table-style-3 .table-container .table-column .table-content .table-detail{
    background-color: #f2f2f2;
    border:1px solid #e2e2e2;
    border-top: none;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

.table-style-3 .table-container .table-column .table-content .table-detail .table-option li{
    border-bottom: 1px solid #e2e2e2;
    padding: 13px 10px;
}

.table-style-3 .table-container .table-column .table-content .table-detail .table-option li:last-child{
    border-bottom: none;
}

.table-style-3 .table-container .table-column .table-content .table-price{
    font-weight: bold;
    margin-bottom: 12px;
}

.table-style-3 .table-container .table-column .table-content .table-price .price{
    font-size: 500%;
    color: #222222;
    line-height: 1.3;
}

.table-style-3 .table-container .table-column .table-content .table-price .dv-price{
    color: #444444;
    font-size: 250%;
    position: relative;
    top: -9px;
}

.table-style-3 .table-container .table-column .table-content .table-price p{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 116.67%;
    color: #444444;
    margin-top: -10px;
}

.table-style-3 .table-container .table-column .table-content .button-container a{
    display: block;
    font-size: 116.67%;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.table-style-3 .table-container .table-column .table-content .button-container a:hover{
    background-color: #222;
}


/* END TABLE 3 */

/* TABLE 4 */

.table-style-4{
    margin-bottom: 60px;
}

.table-style-4 .pricing-title{
    margin-bottom: 40px;
}
.table-style-4 .table-container{
    text-align: center;
}

.table-style-4 .table-container .table-column{
    display: inline-block;
    vertical-align: top;
    min-width: 270px;
    margin:0 13px;
}

.table-style-4 .table-container .table-column .table-content{
    overflow: hidden;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.table-style-4 .table-container .table-column .table-content .table-header h3{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 141.67%;
    padding: 15px 10px;
}

.table-style-4 .table-container .table-column .table-content .table-header .table-price{
    display: inline-block;
    font-size: 166.67%;
    padding: 2px 27px;
    color: #fff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    margin:27px 0;
}

.table-style-4 .table-container .table-column .table-content .table-detail .table-option li{
    padding:14px 10px;
}

.table-style-4 .table-container .table-column .table-content .table-detail .table-option li:nth-child(even){
    background-color: #dddddd;
}

.table-style-4 .table-container .table-column .table-content .button-container a{
    color: #fff;
    display: block;
    font-size: 116.67%;
    font-weight: bold;
    padding: 14px 10px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.table-style-4 .table-container .table-column .table-content .button-container a:hover{
    background-color: #222;
}

/* END TABLE 4 */

/* TABLE 5 */

.table-style-5 .pricing-title{
    margin-bottom: 40px;
}

.table-style-5 .table-container{
    text-align: center;
}

.table-style-5 .table-container .table-column{
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
    margin: 0 4px;
}

.table-style-5 .table-container .table-column .table-content{
    background-color: #ebebeb;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.table-style-5 .table-container .table-column .table-content .table-price{
    padding-top: 10px;
    padding-bottom: 25px;
    font-weight: bold;
    color: #222;
}

.table-style-5 .table-container .table-column .table-content .table-price .price{
    font-size: 300%;
}

.table-style-5 .table-container .table-column .table-content .table-price .dv-price{
    font-size: 200%;
}

.table-style-5 .table-container .table-column .table-content .table-price .short-des{
    color: #909090;
    margin-top: -5px;
    text-transform: uppercase;
}

.table-style-5 .color-1,
.table-style-5 .color-1:before{
    background-color: #4cbf8d;
}

.table-style-5 .color-2,
.table-style-5 .color-2:before{
    background-color: #f4a137;
}

.table-style-5 .color-3,
.table-style-5 .color-3:before{
    background-color: #50c1e9;
}

.table-style-5 .color-1:hover,
.table-style-5 .color-1:hover:before,
.table-style-5 .color-2:hover,
.table-style-5 .color-2:hover:before,
.table-style-5 .color-3:hover,
.table-style-5 .color-3:hover:before{
    background-color: #222;
}

.table-style-5 .table-container .table-column .table-content .button-container a{
    display: block;
    font-size: 116.67%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    position: relative;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.table-style-5 .table-container .table-column .table-content .button-container a:before{
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.table-style-5 .table-container .table-column .table-content .button-container a:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top:-5px;
    left:50%;
    margin-left: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.table-style-5 .table-container .table-column.column-active .table-content{
    margin-top: -5px;
}

.table-style-5 .table-container .table-column.column-active .table-content .table-price{
    padding-top: 15px;
    padding-bottom: 30px;
}

/* END TABLE 5 */

/* ==========================END PRICING TABLE================== */




/* ==============================TEAM=========================== */

.team-title h2{
    font-size: 150%;
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    margin-bottom: 35px;
}

.team-container{
    margin-bottom: 75px;
}


/* TEAM 1 */

.team-style-1 .team-container .team-inner .team-info{
    text-align: center;
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 15px 10px 10px;
}

.team-style-1 .team-container .team-inner .team-info h3{
    font-size: 116.67%;
    font-weight: bold;
    color: #222;
}

.team-style-1 .team-container .team-inner .team-info p{
    font-size: 108.33%;
    color: #777;
    padding: 5px 0 10px;
}

.team-style-1 .team-container .team-inner .team-info .socials li{
    display: inline-block;
    margin:0 3px;
}

.team-style-1 .team-container .team-inner .team-info .socials li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: -999px;
    position: relative;
    top:0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.team-style-1 .team-container .team-inner .team-info .socials li a:hover{
    top: -2px;
}

.team-style-1 .team-container .team-inner .team-info .socials li.rss a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/rss.png);
}

.team-style-1 .team-container .team-inner .team-info .socials li.facebook a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/facebook.png);
}

.team-style-1 .team-container .team-inner .team-info .socials li.twitter a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/twitter.png);
}

.team-style-1 .team-container .team-inner .team-info .socials li.google-plus a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/google.png);
}
/* END TEAM 1 */


/* TEAM 2 */

.team-style-2 .team-container .team-inner .team-info{
    text-align: center;
    padding: 15px 10px 10px;
    color: #fff;
}

.team-style-2 .team-container .team-inner .team-info h3{
    font-size: 116.67%;
    font-weight: bold;
}

.team-style-2 .team-container .team-inner .team-info p{
    font-size: 108.33%;
    padding: 5px 0 10px;
}

.team-style-2 .team-container .team-inner .team-image .socials li{
    display: inline-block;
    margin:0 3px;
}

.team-style-2 .team-container .team-inner .team-image .socials li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: -999px;
    position: relative;
    top:0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.team-style-2 .team-container .team-inner .team-image{
    position: relative;
}

.team-style-2 .team-container .team-inner .team-image .socials-container{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.team-style-2 .team-container .team-inner .team-image:hover .socials-container{
    opacity: 1;
}

.team-style-2 .team-container .team-inner .team-image .socials{
    height: 30px;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -15px;
    width: 100%;
}

.team-style-2 .team-container .team-inner .team-image .socials li a:hover{
    top: -2px;
}

.team-style-2 .team-container .team-inner .team-image .socials li.rss a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/rss_2.png);
}

.team-style-2 .team-container .team-inner .team-image .socials li.facebook a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/facebook_2.png);
}

.team-style-2 .team-container .team-inner .team-image .socials li.twitter a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/twitter_2.png);
}

.team-style-2 .team-container .team-inner .team-image .socials li.google-plus a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/google_2.png);
}
/* END TEAM 2 */

/* TEAM 3 */

.team-style-3 .team-container .team-inner .team-info{
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    padding: 10px;
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.team-style-3 .team-container .team-inner .team-image:hover .team-info{
    opacity: 1;
}

.team-style-3 .team-container .team-inner .team-info .team-info-middle{
    width: 100%;
    position: absolute;
    padding:0 20px;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

.team-style-3 .team-container .team-inner .team-info h3{
    font-size: 116.67%;
    font-weight: bold;
}

.team-style-3 .team-container .team-inner .team-info p{
    font-size: 108.33%;
    padding: 10px 0 15px;
}

.team-style-3 .team-container .team-inner .team-image .socials li{
    display: inline-block;
    margin:0 3px;
}

.team-style-3 .team-container .team-inner .team-image .socials li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: -999px;
    position: relative;
    top:0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.team-style-3 .team-container .team-inner .team-image{
    position: relative;
}

.team-style-3 .team-container .team-inner .team-image .socials li a:hover{
    top: -2px;
}

.team-style-3 .team-container .team-inner .team-image .socials li.rss a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/rss_2.png);
}

.team-style-3 .team-container .team-inner .team-image .socials li.facebook a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/facebook_2.png);
}

.team-style-3 .team-container .team-inner .team-image .socials li.twitter a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/twitter_2.png);
}

.team-style-3 .team-container .team-inner .team-image .socials li.google-plus a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/google_2.png);
}
/* END TEAM 3 */

/* TEAM 4 */

.team-style-4 .team-container .team-inner .team-image{
    width: 270px;
    float: left;
}

.team-style-4 .team-container .team-inner .team-info{
    margin-left: 270px;
    background-color: #ebebeb;
    padding: 28px 10px 10px 30px;
}

.team-style-4 .team-container .team-inner .team-info h3{
    font-size: 116.67%;
    font-weight: bold;
    color: #222;
}

.team-style-4 .team-container .team-inner .team-info p{
    font-size: 108.33%;
    color: #777;
    padding: 5px 0 10px;
}

.team-style-4 .team-container .team-inner .team-info .socials{
    margin: 10px 0;
}

.team-style-4 .team-container .team-inner .team-info .socials li{
    display: inline-block;
    margin-right:5px;
}

.team-style-4 .team-container .team-inner .team-info .socials li a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    top:0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.team-style-4 .team-container .team-inner .team-info .socials li a:before{
    font-family: fontawesome;
}

.team-style-4 .team-container .team-inner .team-info .socials li a:hover{
    top: -2px;
}

.team-style-4 .team-container .team-inner .team-info .socials li.rss a:before{
    content: "\f09e";
}

.team-style-4 .team-container .team-inner .team-info .socials li.facebook a:before{
    content: "\f09a";
}

.team-style-4 .team-container .team-inner .team-info .socials li.twitter a:before{
    content: "\f099";
}

.team-style-4 .team-container .team-inner .team-info .socials li.google-plus a:before{
    content: "\f0d5";
}

.team-style-4 .team-container .team-inner .team-info .contact li:before{
    display: inline-block;
    width: 22px;
    font-family: fontawesome;
}

.team-style-4 .team-container .team-inner .team-info .contact li{
    margin: 3px 0;
}

.team-style-4 .team-container .team-inner .team-info .contact li.phone:before{
    content: "\f10b";
    font-size: 18px;
}

.team-style-4 .team-container .team-inner .team-info .contact li.email:before{
    content: "\f0e0";
}

.team-style-4 .team-container .team-inner .team-info .contact li.tool-contact:before{
    content: "\f17e";
    font-size: 16px;
}

/* END TEAM 4 */

/* TEAM 5 */

.team-style-5 .team-container .team-inner .team-image img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.team-style-5 .team-image{
    text-align: center;
}

.team-style-5 .team-image img{
    max-width: 218px;
}

.team-style-5 .team-container .team-inner .team-info{
    text-align: center;
    padding: 25px 0 0;
}

.team-style-5 .team-container .team-inner .team-info h3{
    font-size: 116.67%;
    font-weight: bold;
    color: #222;
}

.team-style-5 .team-container .team-inner .team-info p{
    font-size: 108.33%;
    color: #777;
    padding: 5px 0 10px;
}

.team-style-5 .team-container .team-inner .team-info .socials li{
    display: inline-block;
    margin:0 3px;
}

.team-style-5 .team-container .team-inner .team-info .socials li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: -999px;
    position: relative;
    top:0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.team-style-5 .team-container .team-inner .team-info .socials li a:hover{
    top: -2px;
}

.team-style-5 .team-container .team-inner .team-info .socials li.rss a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/rss.png);
}

.team-style-5 .team-container .team-inner .team-info .socials li.facebook a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/facebook.png);
}

.team-style-5 .team-container .team-inner .team-info .socials li.twitter a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/twitter.png);
}

.team-style-5 .team-container .team-inner .team-info .socials li.google-plus a{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/team/google.png);
}
/* END TEAM 5 */



/* ==============================END TEAM=========================== */



/* ==============================CATEGORIES=========================== */

.category-item .image-category{
    margin-bottom: 30px;
}

.category-item .image-category{
    position: relative;
    padding:1px;
}

.category-item .image-category img{
    outline: 1px solid #ddd;
}

.category-item .image-category .center-bottom{
    position: absolute;
    bottom:25px;
    left:0;
    width: 100%;
    text-align: center;
}

.category-item .image-category .left-center{
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0,-50%);
    width: 100%;
}

.category-item .image-category .title-category h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 200%;

}

.category-item .image-category .title-category h2 a{
    color: #222;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.category-item .image-category .description{
    font-size: 108.33%;
    color: #777777;
    margin: 15px 0 25px;
}

.category-item .image-category .btn-shopnow{
    display: inline-block;
    border:1px solid #dddddd;
    text-transform: uppercase;
    font-weight: bold;
    color: #777777;
    padding: 7px 20px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.category-item .image-category .btn-shopnow:hover{
    background-color: #fff;
    border-color: #fff;
}

/* ==============================END CATEGORIES=========================== */


/* ==============================SEARCH=========================== */

.popular-search .search-title{
    margin-bottom: 15px;
}

.popular-search .search-title h2{
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    font-size: 150%;
}

.link-list li{
    padding: 10px 0;
}

.link-list li a{
    text-transform: uppercase;
    font-size: 91.67%;
    color: #777777;
}

/* ==============================END SEARCH=========================== */


/* ==============================SITE MAP=========================== */

.link-list li.category-link-title{
    padding-top: 25px;
}

.link-list li.category-link-title a{
    font-size: 133.33%;
    font-weight: bold;
}

/* ==============================END SITE MAP=========================== */



/* ==============================COUNTRY SUPPORT=========================== */

.country-item .country-info h2{
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    font-size: 116.67%;
    text-align: center;
    padding: 10px 0 55px;
}

.country-container,
.testimonials-style-1{
    padding-top: 40px;
}

/* ==============================END COUNTRY SUPPORT=========================== */


/* ==============================TESTIMONIALS=========================== */

.owl-loaded{
    display: block;
}

.full-wrapper{
    padding: 50px 0;
    margin-left: -1000px;
    margin-right: -1000px;
    background-color: #f6f6f6;
}

.full-wrapper .container{
    padding:0;
}

.testimonials-title h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 150%;
    color: #222;
    text-align: center;
}

/* TESTIMONIAL STYLE 1 */

.testimonials-style-1{
    margin-bottom: 40px;
}

.testimonials-style-1 .testimonials-title{
    margin-bottom: 30px;
}

.testimonials-style-1 .testimonials-image{
    width: 155px;
    height: 155px;
    margin: 0 auto;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.testimonials-style-1 .testimonials-info{
    text-align: center;
    padding: 30px 30px 0;
}

.testimonials-style-1 .testimonials-info .description-client{
    font-size: 108.33%;
}

.testimonials-style-1 .testimonials-info .name-client{
    font-size: 116.67%;
    font-weight: bold;
    margin: 20px 0;
}

.testimonials-style-1 .owl-theme .owl-pagination{
    text-align: center;
    float: none;
    margin:0;
}

.testimonials-style-1 .owl-theme .owl-pagination .owl-page{
    float: none;
    display: inline-block;
}

.testimonials-style-1 .owl-theme .owl-pagination .owl-page span{
	display:block;
    cursor: pointer;
    margin:0 6px;
    background-color: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.testimonials-style-1 .owl-theme .owl-pagination .owl-page.active span,
.testimonials-style-1 .owl-theme .owl-pagination .owl-page span:hover{
    background-color: #222222;
    border-color: #222222;
}


/* END TESTIMONIAL STYLE 1 */

/* TESTIMONIAL STYLE 2 */

.testimonial_2_wrapper{
    margin-bottom: 40px;
}

.testimonials-style-2 .testimonials-title{
    margin-bottom: 30px;
}

.testimonials-style-2 .testimonials-container{
    margin-left: -15px;
    margin-right: -15px;
}

.testimonials-style-2 .testimonials-container .owl-item{
    padding-left: 15px;
    padding-right: 15px;
}

.testimonials-style-2 .testimonials-container .owl-theme .owl-pagination{
    float: none;
    margin:0;
    text-align: center;
}

.testimonials-style-2 .testimonials-image{
    width: 155px;
    height: 155px;
    float: left;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.testimonials-style-2 .testimonials-info{
    margin-left: 175px;
    padding-top: 5px;
}

.testimonials-style-2 .item{
    margin-bottom: 30px;
    display: table;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.testimonials-style-2 .testimonials-info .description-client{
    font-size: 108.33%;
    font-style: italic;
}

.testimonials-style-2 .testimonials-info .name-client{
    font-size: 116.67%;
    font-weight: bold;
    margin: 20px 0 0;
    color: #ea3a3c;
}

.testimonials-style-2 .owl-theme .owl-pagination .owl-page{
    float: none;
    display: inline-block;
}

.testimonials-style-2 .owl-theme .owl-pagination .owl-page span{
    display: block;
    cursor: pointer;
    margin:0 6px;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.testimonials-style-2 .owl-theme .owl-pagination .owl-page.active span,
.testimonials-style-2 .owl-theme .owl-pagination .owl-page span:hover{
    background-color: #222222;
    border-color: #222222;
}


/* END TESTIMONIAL STYLE 2 */

/* TESTIMONIAL STYLE 3 */

.testimonials-style-3{
    margin-bottom: 40px;
}

.testimonials-style-3 .testimonials-title{
    margin-bottom: 30px;
}

.testimonials-style-3 .testimonials-image{
    width: 155px;
    height: 155px;
    float: left;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.testimonials-style-3 .testimonials-info{
    margin-left: 175px;
    padding-top: 5px;
}

.testimonials-style-3 .item{
    margin-bottom: 10px;
    display: table;
    width: 100%;
    padding: 30px;
}

.testimonials-style-3 .testimonials-info .description-client{
    font-size: 108.33%;
    font-style: italic;
}

.testimonials-style-3 .testimonials-info .name-client{
    font-size: 116.67%;
    font-weight: bold;
    margin: 20px 0 0;
    color: #ea3a3c;
}

.testimonials-style-3 .owl-theme .owl-pagination{
    float: none;
    margin:0;
    text-align: center;
}

.testimonials-style-3 .owl-theme .owl-pagination .owl-page{
    float: none;
    display: inline-block;
}

.testimonials-style-3 .owl-theme .owl-pagination .owl-page span{
    display: inline-block;
    cursor: pointer;
    margin:0 6px;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.testimonials-style-3 .owl-theme .owl-pagination .owl-page.active span,
.testimonials-style-3 .owl-theme .owl-pagination .owl-page span:hover{
    background-color: #222222;
    border-color: #222222;
}

/* END TESTIMONIAL STYLE 3 */

/* TESTIMONIAL STYLE 4 */

.testimonials-style-4 .testimonials-title{
    margin-bottom: 30px;
}

.testimonials-style-4 .testimonials-image{
    width: 155px;
    height: 155px;
    margin: 0 auto;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.testimonials-style-4 .testimonials-info{
    text-align: center;
    padding: 30px 10px 0;
    max-width: 700px;
    margin: 0 auto;
}

.testimonials-style-4 .testimonials-info .description-client{
    font-size: 108.33%;
}

.testimonials-style-4 .testimonials-info .name-client{
    color: #ea3a3c;
    font-size: 116.67%;
    font-weight: bold;
    margin: 20px 0;
}

.testimonials-style-4 .owl-theme .owl-pagination .owl-page span{
    cursor: pointer;
    margin:0 6px;
    background-color: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.testimonials-style-4 .owl-theme .owl-pagination .owl-page.active span,
.testimonials-style-4 .owl-theme .owl-pagination .owl-page span:hover{
    background-color: #222222;
    border-color: #222222;
}

.testimonials-style-4 .owl-theme .owl-buttons div{
    width: 30px;
    height: 31px;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/btn-control-owl.png);
    background-repeat: no-repeat;
    background-color: transparent!important;
    border:none!important;
    position: absolute;
    top: 55px!important;
}

.testimonials-style-4 .owl-theme .owl-buttons div:hover{
    opacity: 0.8;
}

.testimonials-style-4 .owl-theme .owl-buttons{
    position: absolute;
    top:0;
    width: 156px;
    left: 50%;
    margin-left: -78px;
}

.testimonials-style-4 .owl-theme .owl-buttons .owl-next{
    background-position: -145px 0!important;
    right: -40px;
}


.testimonials-style-4 .owl-theme .owl-buttons .owl-prev{
    background-position: -29px 0!important;
    left: -40px;
}

/* END TESTIMONIAL STYLE 4 */


/* TESTIMONIAL STYLE 5 */

.blurred-background{
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/blurred_bg.jpg) no-repeat top center;
}

.testimonials-style-5 .testimonials-title{
    margin-bottom: 30px;
}

.testimonials-style-5 .testimonials-title h2{
    color: #fff;
}

.testimonials-style-5 .testimonials-image{
    width: 155px;
    height: 155px;
    float: left;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.testimonials-style-5 .testimonials-info{
    margin-left: 175px;
    padding-top: 5px;
}

.testimonials-style-5 .item{
    margin-bottom: 30px;
    display: table;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.testimonials-style-5 .testimonials-info .description-client{
    font-size: 108.33%;
    font-style: italic;
}

.testimonials-style-5 .testimonials-info .name-client{
    font-size: 116.67%;
    font-weight: bold;
    margin: 20px 0 0;
    color: #ea3a3c;
}

.testimonials-style-5 .testimonials-container{
    margin-left: -15px;
    margin-right: -15px;
}

.testimonials-style-5 .testimonials-container .owl-carousel .owl-item{
    padding-left: 15px;
    padding-right: 15px;
}

.testimonials-style-5 .owl-theme .owl-pagination{
    float: none;
    margin:0;
    text-align: center;
}

.testimonials-style-5 .owl-theme .owl-pagination .owl-page{
    float: none;
    display: inline-block;
}

.testimonials-style-5 .owl-theme .owl-pagination .owl-page span{
    display: inline-block;
    cursor: pointer;
    margin:0 6px;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.testimonials-style-5 .owl-theme .owl-pagination .owl-page.active span,
.testimonials-style-5 .owl-theme .owl-pagination .owl-page span:hover{
    background-color: #222222;
    border-color: #222222;
}


/* END TESTIMONIAL STYLE 5 */

/* ==============================END TESTIMONIALS=========================== */


/* ==============================EVENTS=========================== */

.title-event{
    font-size: 166.67%;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
}

.des-event{
    margin-bottom: 20px;
}

.events-list .item{
    margin-bottom: 40px;
    display: table;
    width: 100%;
}

.events-list .item .event-image{
    width: 270px;
    float: left;
}

.events-list .item .event-info{
    margin-left: 300px;
}

.events-list .item .event-info .event-title h2{
    font-size: 133.33%;
    font-weight: bold;
}

.events-list .item .event-info .event-title h2 a{
    color: #444444;
}

.events-list .item .event-info .event-date{
    font-size: 91.67%;
    color: #909090;
    padding: 6px 0 5px;
}

.events-list .item .event-info .event-date span{
    display: inline-block;
    padding:0 30px;
}

.events-list .item .event-info .event-date:before{
    font-family: fontawesome;
    content: "\f073";
    font-size: 13px;
}

.events-list .item .event-info .event-description{
    margin-bottom: 10px;
}

/* ==============================END EVENTS=========================== */


/* ==============================TYPOGRAPHY=========================== */

.hd-typography{
    display: inline-block;
    margin-right: 70px;
    vertical-align: bottom;
}

.heading-typography{
    padding: 20px 0 30px;
}

.typography-h1,
.typography-h2,
.typography-h3,
.typography-h4,
.typography-h5,
.typography-h6{
    color: #222222;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.typography-h1{
    font-size: 216.67%;
}

.typography-h2{
    font-size: 166.67%;
}

.typography-h3{
    font-size: 150%;
}

.typography-h4{
    font-size: 133.33%;
}

.typography-h5{
    font-size: 116.67%;
}

.typography-h6{
    font-size: 91.67%;
}

.paragraph p,
.blockquotes-container p{
    margin-bottom: 20px;
}

.blockquotes{
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/qte.png) no-repeat center 27px #eee;
    border-left: 5px solid #ea3a3c;
    border-radius: 6px;
    padding: 55px 20px 20px;
}

.blockquotes .name-qte{
    color: #ea3a3c;
    font-size: 116.67%;
    font-weight: bold;
}

.dropcaps{
    padding:20px 0 40px;
}

.dropcap:first-letter{
    font-size: 216.67%;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    float: left;
}

.dropcap.dropcap-type1:first-letter{
    margin: -4px 10px 9px;
}

.dropcap.dropcap-type2:first-letter{
    background-color: #ea3a3c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    margin-top: -10px;
    padding: 10px 13px;
    vertical-align: middle;
    width: 40px;
}

.dropcap.dropcap-type3:first-letter{
    background-color: #ea3a3c;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    margin-top: -5px;
    padding: 10px 13px;
    vertical-align: middle;
    width: 40px;
}

/* ==============================END TYPOGRAPHY=========================== */



/* ==============================NEWSLETTER POPUP=========================== */


.w-newsletter{
    display: table;
    width: 100%;
    width: 902px;
    padding:15px;
}

.w-newsletter .image-newsletter{
    width: 433px;
    float: left;
}

.w-newsletter .newsletter-info{
    margin-left: 466px;
    text-align: center;
    padding-top: 100px;
}

.w-newsletter .newsletter-info .newsletter-title h3{
    font-size: 300%;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
}

.w-newsletter .newsletter-info .short-description{
    padding: 20px 0 30px;
}

.w-newsletter .newsletter-info .subscribe-bottom{
    padding: 20px 0 30px;
}

.w-newsletter .newsletter-info .form-newsletter-popup{
    display: table;
}

.w-newsletter .newsletter-info .form-newsletter-popup .input-box,
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter{
    display: table-cell;
}

.w-newsletter .newsletter-info .form-newsletter-popup .input-box{
    width: 100%;
}

.w-newsletter .newsletter-info .form-newsletter-popup .input-box .input-text{
    height: 39px;
    width: 100%;
    border-right: none;
}

.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button{
    padding:0 20px;
    height: 39px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button:hover{
    background-color: #333;
}

.w-newsletter .newsletter-info .subscribe-bottom .checker{
    display: inline-block;
    position: relative;
    top: 2px;
}

.w-newsletter .newsletter-info .subscribe-bottom label{
    font-weight: normal;
}

.socials-popup li{
    display: inline-block;
}

.socials-popup li a{
    display: inline-block;
    line-height: 38px;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid #efefef;
    font-size: 16px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.socials-popup li a:hover{
    color: #fff;
}

/* ==============================END NEWSLETTER POPUP=========================== */


/* ==============================FAQS=========================== */
.faq-accordion{
    box-shadow: none;
    background: transparent;
    margin-top: 0!important;
    border:none;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
}

.full-wrapper-faq-2,
.full-wrapper-faq-4{
    margin-bottom: 40px;
}

.faq-accordion .panel-body img{
    width: auto;
    max-width: 100%;
}

.faq-accordion .panel-body p{
    margin-bottom: 20px;
}

/* TYPE 1 */

.accordion-type-1{
    margin-bottom: 40px;
}

.accordion-type-1 .faq-accordion:last-child .panel-title a{
    border-bottom: 0;
}

.accordion-type-1  .panel-title{
    font-size: 133.33%;
}

.accordion-type-1  .panel-title a{
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    padding: 15px 10px 15px 40px;
    position: relative;
    border-bottom: none;
}

.accordion-type-1  .panel-title a:before{
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -12px;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/btn_faqs.png) no-repeat left bottom;
}

.accordion-type-1  .panel-title a.collapsed{
    border-bottom: 1px solid #ebebeb;
}

.accordion-type-1  .panel-title a.collapsed:before{
    background-position: top left;
}

.accordion-type-1 .panel-body{
    display: table;
    width: 100%;
    padding: 10px 0 30px;
    border-bottom: 1px solid #ebebeb;
}


/* END TYPE 1 */


/* TYPE 2 */

.faq-accordion.accordion-type-2{
    margin:0!important;
}

.accordion-type-2  .panel-title{
    font-size: 133.33%;
}

.accordion-type-2  .panel-title a{
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    padding: 15px 10px 15px 40px;
    position: relative;
    border-bottom: none;
}

.accordion-type-2  .panel-title a.collapsed{
    border-bottom: 1px dotted #ababab;
}

.accordion-type-2 .panel-body{
    display: table;
    width: 100%;
    padding: 10px 0 30px;
    border-bottom: 1px dotted #ababab;
}

.accordion-type-2  .panel-title a span{
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -12px;
    background-repeat: no-repeat;
    background-position: left center;
}

.faq-icon1{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/faq-icon1.png);
}

.faq-icon2{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/faq-icon2.png);
}

.faq-icon3{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/faq-icon3.png);
}

.faq-icon4{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/faq-icon4.png);
}

.faq-icon5{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/faq-icon5.png);
}


/* END TYPE 2 */


/* TYPE 3 */

.accordion-type-3{
    margin-bottom: 40px;
}

.accordion-type-3 .faq-accordion{
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 17px;
    color: #fff;
}

.accordion-type-3  .panel-title{
    font-size: 133.33%;
}

.accordion-type-3  .panel-title a{
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 15px 10px 15px 40px;
    position: relative;
    border-bottom: none;
}

.accordion-type-3  .panel-title a:hover{
    color: #000;
}

.accordion-type-3  .panel-title a:before{
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -12px;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/btn_faqs_2.png) no-repeat left bottom;
}


.accordion-type-3  .panel-title a.collapsed:before{
    background-position: top left;
}

.accordion-type-3 .panel-body{
    display: table;
    width: 100%;
    padding: 10px 0 30px;
}

.accordion-type-3 .imagebox-faq {
    float: left;
    width: 145px;
}

.accordion-type-3 .info-faq {
    margin-left: 173px;
}

.accordion-type-3 .color-1{
    background-color: #a864a8;
}

.accordion-type-3 .color-2{
    background-color: #c7b299;
}

.accordion-type-3 .color-3{
    background-color: #7cc576;
}

.accordion-type-3 .color-4{
    background-color: #7accc8;
}

.accordion-type-3 .color-5{
    background-color: #448ccb;
}

.accordion-type-3 .color-6{
    background-color: #ea3a3c;
}


/* END TYPE 3 */


/* TYPE 4 */

.accordion-type-4 .faq-accordion{
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 18px;
    border:none;
}

.faq-accordion.accordion-type-4{
    margin:0!important;
}

.accordion-type-4  .panel-title{
    font-size: 133.33%;
}

.accordion-type-4  .panel-title a{
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    padding: 15px 10px 15px 56px;
    position: relative;
    border-bottom: none;
}


.accordion-type-4 .panel-body{
    display: table;
    width: 100%;
    padding: 30px 25px;
    border-top: 1px solid #f5f5f5;
}

.accordion-type-4  .panel-title a span.number{
    position: absolute;
    left:0;
    top:0;
    padding: 15px 0;
    width: 40px;
    height: 100%;
    text-align: center;
    border-right: 1px solid #f5f5f5;
}

.accordion-type-4 .imagebox-faq{
    float: left;
    width: 145px;
}

.accordion-type-4 .info-faq{
    margin-left: 173px;
}

/* END TYPE 4 */

/* TYPE 5 */

.faq-accordion.accordion-type-5{
    margin:0!important;
}

.accordion-type-5 .accordion-heading{
    background-color: #eee;
    padding:5px 20px;
}

.accordion-type-5 .panel-body{
    padding:20px 20px 30px;
    background-color: #eee;
    position: relative;
}

.accordion-type-5 .panel-body:before{
    content: "";
    background-color: #d7d7d7;
    height: 1px;
    left:20px;
    right: 20px;
    top:0;
    display: inline-block;
    position: absolute;
}

.accordion-type-5  .panel-title{
    font-size: 133.33%;
}

.accordion-type-5  .panel-title a{
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    padding: 15px 10px 15px 40px;
    position: relative;
    border-bottom: none;
}

.accordion-type-5  .panel-title a:before{
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -12px;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/btn_faqs.png) no-repeat left bottom;
}

.accordion-type-5  .panel-title a.collapsed{
    border-bottom: 1px solid #ebebeb;
}

.accordion-type-5  .panel-title a.collapsed:before{
    background-position: top left;
}


/* END TYPE 5 */

/* ==============================END FAQS=========================== */


/* RESPONSIVE BONUS PAGE */


@media (min-width: 1200px) {
    .col-lg-20{
        float: left;
        width: 20%;
    }

    .team-style-4 .team-container .team-inner .team-info{
        min-height: 270px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .team-style-4 .team-inner{
        display: table;
        width: 100%;
        margin-bottom: 30px;
    }

    .team-style-4 .team-container .team-inner .team-info{
        min-height: 270px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .team-style-4 .team-container .team-inner .team-info{
        min-height: 270px;
    }

}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #949494;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
/* 	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
/*    	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
/* 	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
 	/*background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default/images/fancybox_sprite.png'); */
}

/*#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.nadland.hu/skin/frontend/sm_market/default/images/fancybox_loading.gif') center center no-repeat;
}*/
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -28px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
	display:inline-block;
	background:url(https://www.nadland.hu/skin/frontend/sm_market/default/images/fancybox_loading.gif) no-repeat center center #000!important;
	border-radius:3px;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	/*background: url('https://www.nadland.hu/skin/frontend/sm_market/default/css/fancybox_loading.gif') center center no-repeat;*/
}
.fancybox-close {
	position: absolute;
	top: 5px;
	right: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 8040;
	color: #666;
	background: none;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	/*background: transparent url('https://www.nadland.hu/skin/frontend/sm_market/default/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
	display: none;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.nadland.hu/skin/frontend/sm_market/default/images/fancybox_overlay.png') repeat;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	/*overflow-y: scroll;*/
	background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/fancybox_overlay.png) repeat;
	z-index: 9991;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	/*margin-bottom: -35px;*/
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 10px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	/*-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	font-weight: bold;
	text-shadow: 0 1px 2px #222;*/
	color: #FFF;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default/css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}




#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9999;
}
#fancybox-buttons.top {
	top: 10px;
}
#fancybox-buttons.bottom {
	bottom: 10px;
}
#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}
#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 28px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('https://www.nadland.hu/skin/frontend/sm_market/default/images/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}
#fancybox-buttons a:hover {
	opacity: 1;
}
#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}
#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
/*
 Cloud Zoom CSS. (c)2012 Star Plugins.
 This CSS can be altered to change the look and size of the lens.
*/

.cloudzoom-lens {
	border: none;
	width: 100px !important;
	height: 100px !important;
	cursor: crosshair;
}

/* CSS for zoom window (not used for 'inside' position). */
.cloudzoom-zoom {
	border: 1px solid #888;
}

.cloud-zoom-gallery .border {
	border-width: 1px;
	border-style: solid;
	border-right: none;
}

.border-right {
	border-right-width: 1px;
	border-right-style: solid;
}

/* CSS for captions */
.cloudzoom-caption {
	display: none; /* CSS captions should be hidden initially */
	text-align: left;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-family: sans-serif;
	font-size: 11px;
}

/* cloud-zoom */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	margin: 0;
	cursor: move;	
}

/* This is for the title text. */
.cloud-zoom-title {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 5px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}
/*sm image slider*/
.sm_imageslider_wrap .owl-stage-outer{
	overflow: hidden;
}
.sm_imageslider_wrap .pre-text,
.sm_imageslider_wrap .post-text{
	margin: 10px 0;
}
.sm_imageslider_wrap .title-imageslider{
	margin-bottom: 15px;
}
.sm_imageslider .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sm_imageslider .owl-animated-in {
  z-index: 0;
}
.sm_imageslider .owl-animated-out {
  z-index: 1;
}
.sm_imageslider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.sm_imageslider {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.sm_imageslider .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.sm_imageslider .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.sm_imageslider .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  overflow:hidden;
}
.sm_imageslider .owl-controls .owl-nav .owl-prev,
.sm_imageslider .owl-controls .owl-nav .owl-next,
.sm_imageslider .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sm_imageslider .owl-dots .owl-dot {
    display: inline-block;
}

.sm_imageslider.owl-loaded {
  display: block;
}
.sm_imageslider.owl-loading {
  opacity: 0;
  display: block;
}
.sm_imageslider.owl-hidden {
  opacity: 0;
}
.sm_imageslider .owl-refresh .owl-item {
  display: none;
}
.sm_imageslider .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm_imageslider .owl-item img {
  width: auto;
  max-width:100%;
  -webkit-transform-style: preserve-3d;
  transform: preserve-3d;
}
.feature-brand-block .sm_imageslider .owl-item .item > a{
	display:block;
	text-align:center;
}
.sm_imageslider.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.sm_imageslider .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.sm_imageslider.owl-rtl {
  direction: rtl;
}
.sm_imageslider.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .sm_imageslider {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.sm_imageslider .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.sm_imageslider .owl-item img {
  transform-style: preserve-3d;
}

.owl-theme .owl-controls {
    text-align: center;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    width:30px;
	height:30px;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	z-index:9999;
}
.sm_imageslider .owl-controls .owl-dot, 
.sm_imageslider .owl-controls .owl-nav .owl-next, 
.sm_imageslider .owl-controls .owl-nav .owl-prev {
   -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */

  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;  
    cursor: pointer;
}


.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next{
	position:absolute;
	top:50%;
	margin-top:-15px;
}
/*
.owl-controls .owl-nav .owl-next{
	right:-15px;
	background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default/images/btn-next-slider.png);
}

.owl-controls .owl-nav .owl-prev{
	left:-15px;
	background-image:url(https://www.nadland.hu/skin/frontend/sm_market/default/images/btn-prev-slider.png);
}*/
.feature-brand-block .owl-dots,
.deal-block .owl-dots{
	display:none!important;
}
.feature-brand-block:hover .item a img{
	opacity:0.5;
}
.feature-brand-block .item a img:hover{
	opacity:1
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d7d7d5;
    border-radius: 30px;
    display: block;
    height: 16px;
    margin: 4px 4px;
    transition: opacity 200ms ease 0s;
    width: 16px;
}

#cpanel_wrapper {
	background: #e5e5e5;
	border: 1px solid #f3f3f3;
	border-right: none;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px;
	position: fixed;
	top: 40px;
	width: 300px;
	z-index: 999;
	right: -302px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
#cpanel_btn {
	background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/cpanel/bg-cpanel-head.png) repeat left center #666 ;
	width: 40px;
	border-right: none;
	position: absolute;
	left: -41px;
	top: 8px;
	padding: 8px 0 9px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-radius: 3px 0 0 3px;
}
#cpanel_wrapper .cpanel-head {
	background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/cpanel/bg-cpanel-head.png) repeat left center #666 ;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	padding: 3px 10px 0 10px;
	float: left;
	color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
#cpanel_wrapper .cpanel-reset {
    float: right;
    margin: -3px -10px 0 0;
    position: relative;
    z-index: 1;
}
#cpanel_wrapper .cpanel-reset:before {
    border-color: rgba(0, 0, 0, 0) #0291FF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 8px 8px 8px 0;
    content: "";
    left: 3px;
    position: absolute;
    top: 9px;
}
#cpanel_wrapper .cpanel-reset .btn {
    background: none repeat scroll 0 0 #0291FF;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    font-weight: normal;
    padding: 8px 15px;
    text-transform: none;
    transition: all 0.2s ease 0s;
	color: #fff !important;
}
#cpanel_wrapper .cpanel-reset .btn:hover,
#cpanel_wrapper .cpanel-reset .btn:focus{
	outline: none;
}
#cpanel_wrapper .cpanel-reset:hover .btn {
    padding-right: 25px;
	outline: none;
}
#ytcpanel_accordion .accordion-heading{
    background-color: #F9F9F9;
    background-image: linear-gradient(to bottom, #FFFFFF, #F1F1F1);
    background-repeat: repeat-x;
    border: 1px solid #BCBCBC;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    margin: -1px;
	padding: 7px 10px;
}
#ytcpanel_accordion .accordion-heading:hover {
    background-color: #EDEDED;
    background-image: linear-gradient(to bottom, #F5F5F5, #E0E0E0);
    background-repeat: repeat-x;
}
#ytcpanel_accordion .accordion-heading.accordion-open {
	background: #888888;
    background: linear-gradient(to bottom, #999999, #777777) repeat-x scroll 0 0 #8B8B8B;
    border-color: #777777;
    box-shadow: none;	
}
#ytcpanel_accordion .accordion-heading .accordion-toggle {
    color: #555555 !important;;
    font-size: 12px;
    font-weight: bold;
}
#ytcpanel_accordion .accordion-heading .accordion-toggle i{
	color: #999999;
    float: left;
    font-size: 14px;
    margin: 2px 5px 0 0;
}
#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle,
#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle i{
	color: #fff !important;;
}
#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle 
.icon-expand-alt:before{
	content:"\f117";
}
#ytcpanel_accordion .accordion-group .collapse {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#ytcpanel_accordion .accordion-group .collapse:before {
    border-color: #777777 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 8px 8px 0;
    content: "";
    left: 15px;
    position: absolute;
    top: -2px;
}
#ytcpanel_accordion{
	float: left;
	margin-top: 10px;
	width: 100%;
}
#ytcpanel_accordion .accordion-inner {
	padding: 10px 10px 10px;
	border: none;
}



#cpanel_wrapper option,#cpanel_wrapper optgroup,
#cpanel_wrapper input,#cpanel_wrapper select{
	background: none;
	color: #333;
}
#cpanel_wrapper select#select-store{
	padding: 3px 2px;
}

#cpanel_wrapper input.inputbox {
	border-radius: 0 0 0 0 !important;
	box-shadow: none !important;
	font-size: 11px !important;
	margin: 0 3px 0 0 !important;
	padding: 0 3px !important;
	width: 80px !important;
}

select.cp_select {
	font-size: 11px;
	height: auto;
	padding: 3px 2px;
	width: 120px;
	border-radius: 0px;
	color: #333;
}


.cpanel-head > span{
	float: left;
    margin-top: 5px;
	text-transform: uppercase;
}


.theme-color-heading {
	font-weight: bold;
	padding: 5px 0;
	display: block;
}

.cpanel-theme-color .theme-color.active {
	box-shadow: 0 0 0 2px rgba(173, 35, 35, 1) inset;
}

.cpanel-theme-color .theme-color {
	background-color: #CCC;
	width: 38px;
	height: 25px;
	line-height: 35px;
	text-align: center;
	float: left;
	margin: 0 4px 5px 0;
	cursor: pointer;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.cpanel-theme-color .theme-color:hover {
	opacity: 0.7;
}
.cpanel-theme-color .theme-color.yellow {
	background-color: #f4a137;
}
.cpanel-theme-color .theme-color.blue {
	background-color: #00abf0;
}
.cpanel-theme-color .theme-color.tangerine {
	background-color: #e34931;
}
.cpanel-theme-color .theme-color.emerald {
	background-color: #009975;
}
.cpanel-theme-color .theme-color.green {
	background-color: #3ab54a;
}





#ytcpanel_accordion .accordion-group {
	border:1px solid #bcbcbc;
	margin-bottom: 5px;
}
#ytcpanel_accordion .accordion-inner{
	background: #fff;
}

/*#ytcpanel_accordion .accordion-group.cpanel-typography{
	border: none;
	padding-bottom: 0;
}
*/

#ytcpanel_accordion .cp-item {
	width: 33%;
	float: left;
}
#ytcpanel_accordion .cp-item > span.
#ytcpanel_accordion .store-switcher > span{
	width: 100%;
	float: left;
	margin-bottom: 2px;
}

#ytitem_3 .cp-item,
#ytitem_7 .cp-item{
	margin-bottom: 5px;
}
#ytitem_4 .cp-item,
#ytitem_5 .cp-item{
	margin-bottom: 5px;
	width: 100%;
}

#ytcpanel_accordion .cp-item.body-background-image {
	width: 100%;
	margin-bottom: 0;
}

#ytcpanel_accordion .cpanel-typography .cp-item {
	width: 50%;
}



.cp-item .pattern {
	height: 20px;
	margin: 0 5px 5px 0;
	width: 30px;
	border: 1px solid #CCC;
	float: left;
	cursor: pointer;
	text-indent: -999em;
	background-color: #f5f5f5;
}

.cp-item .pattern:hover {
	background-color: #ccc;
	border-color: #535353;
}

.cp-item .pattern.active {
	border-color: #535353;
}

#cpanel_wrapper a.reset {
	margin: 0 0 0 10px;
	color: #000;
}

.cpanel-input {
	padding: 1px 5px !important;
	width: 30px;
	font-size: 11px !important;
}

.cpanel-select {
	height: auto;
	padding: 2px !important;
	width: 90px;
	font-size: 11px !important;
}

#cpanel_btn i {
	vertical-align: top;
}

#cpanel_btn i:before {
	font-size: 18px;
}




/**----css menu mobile----***
/*sidebar*/
#yt-responsivemenu .btn.btn-navbar {
    top: -50px;
    left: 0;
    margin: 0;
    position: absolute;
	padding: 0;
	line-height: 100%;
	outline: none;
	border-radius: 0;
	width:50px;
	height:50px;
	border:none;
}
#yt-responsivemenu .btn.btn-navbar .icon-th-list{
	font-size: 20px;
	color: #fff;
}
#yt-responsivemenu .btn.btn-navbar:hover{
	color:#fff;
}
#yt_resmenu_sidebar {
    display: none;
}
.onpen-sidebar #yt_wrapper{
	left: 220px;
	padding-left: 10px;
}
.onpen-sidebar .yt_ressidebar_screennav {
	left: 0;
}
.yt_ressidebar_screennav{
    background: #222;
    left: -220px;
	top: 0;
    margin: 0;
    position: absolute;
    width: 220px;
	height: 100%;
}
.yt_ressidebar_screennav #yt_screennav{
	background: #222;
}
#yt_screennav ul.siderbar-menu li ul{
	padding-left:15px;
}
#yt_screennav ul.siderbar-menu li a {
	padding: 9px 0 9px 10px;
	line-height: 100%;
	display:block;
	border-bottom: 1px solid #444;
}
/*collapse*/
#yt_resmenu_collapse{
	position:absolute;
	left: 0;
	z-index: 999;
	top: 0px;
	width:100%;
}
#yt_resmenu_collapse ul.nav-menu{
	background-color: #222;
}
#yt_resmenu_collapse ul.nav-menu > li:hover,
#yt_resmenu_collapse ul.nav-menu > li.active{
	color:#FFF;
}
#yt_resmenu_collapse ul.nav-menu > li > a {
    border-bottom: 1px solid #444;
}
#yt_resmenu_collapse ul.nav-menu > li:hover,
#yt_resmenu_collapse ul.nav-menu > li.active,
#yt_resmenu_collapse ul.nav-menu > li.active > a > span,
#yt_resmenu_collapse ul.nav-menu > li:hover > a > span{
	color:#FFF;
}
.nav-collapse .nav-menu > li > a,
.nav-collapse .dropdown-menu a {
    padding: 8px 10px;
	display: block;
}
.nav-collapse .nav-menu > li {
    float: none;
	position:relative;
	z-index:10;
}
ul.nav-menu li.parent {
    position: relative;
}
.nav-collapse .nav > li {
    float: none;
}
ul.nav-menu li.parent .menuress-toggle.menuress-toggle:before {
    content: "\f107";
	font-family: 'FontAwesome';
	font-size:20px;
	display:block;
}
ul.nav-menu li.parent.open .menuress-toggle.menuress-toggle:before {
    content: "\f106";
	font-family: 'FontAwesome';
	font-size:20px;
	display:block;
}
ul.nav-menu li.parent .menuress-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 40px;
	color:#909090;
}
ul.nav-menu li.parent > .res-wrapnav {
    height: 0;
    opacity: 0;
}
ul.nav-menu li.parent > .res-wrapnav ul{
	position:relative;
	z-index:1;
}
ul.nav-menu li.parent.open > .res-wrapnav {
    display: block;
    opacity: 1;
	background:#2B2B2B;
	border-bottom: 1px solid #444;
}
ul.nav-menu li.parent > .res-wrapnav ul li{
	padding:5px 5px 5px 15px;
}
/*selectbox*/
#yt-responsivemenu .menu-selectbox{
	position:relative;
	top: 0px;
}
#yt-responsivemenu .menu-selectbox > select {
    opacity: 0;
    padding: 0;
	height: 50px;
	width: 50px;
	/*width: 100%;*/
	position:absolute;
	left:0;
	top: -50px;
	z-index:2;
}
#yt-responsivemenu .menu-selectbox > select > option{
	width: 200px;
	padding:5px 10px;
}

/***----------------------Device---------------------------***/
@media (min-width: 1200px) {
    .header-style-7 .header-bottom.menu-on-top .yt-menu-content{
        display: none!important;
    }

    .header-style-7 .header-bottom.menu-on-top .megamenu-vertical-container:hover .yt-menu-content{
        display: block!important;
    }

    .header-style-8 .header-bottom.menu-on-top .yt-menu-content{
        display: none!important;
    }

    .header-style-8 .header-bottom.menu-on-top #yt_menu_short:hover .yt-menu-content{
        display: block!important;
    }

	.layout-boxed #yt_wrapper{
		width: 1200px;
	}
	.menu-on-top{
		position: fixed !important;
		top: 0;
		left: 0;
		width:100%;
		z-index: 999!important;
	}
	.menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_icon{
		width: 0px;
		height: 0px;
	}
	#yt_header.header2-wrap .yt-header-middle.menu-on-top{
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}
	.products-list .product-list-left{
		width: 26%;
		margin-right: 10px;
	}
	.sm-serachbox-pro .sm-searbox-content {
		display: block !important;
	}

/*-----------MORE HOME PAGE LAYOUT-----------*/
	.header2-wrap .headerv2-newsletter-wrap,
	#yt_header.header2-wrap #yt_header_left{
		padding-right: 22px;
	}
	.header2-wrap .headerv2-banner-wrap,
	#yt_header.header2-wrap .yt-header-middle2-right{
		padding-left: 15px;
	}
	#yt_header.header2-wrap #yt_header_right{
		margin-left: 0px;
	}

    .home-style-7 .tablisting-custom .yt-tab-listing .respl-items .respl-loading{
        min-height: 861px;
    }

    .home-style-6 .tablisting-custom .yt-tab-listing .respl-items .respl-loading{
        min-height: 447px;
    }

}
@media (max-width: 1199px) {
	.add-to-cart2 {width: 55%; min-width: auto}
	.yt-product-detail .wrap-qty {
		width: 45%;
	}
	.detail-blog .postWrapper .postContent > p > img,
	.detail-blog .postWrapper .postContent > img{
		width: 100%;
	}
	.price_filter .price-to{
		margin-left: 0px;
	}
	#yt_header .mega-horizontal-right{
		margin-left: 0px;
	}
	.banner-right-home .banner-righthome a img{
		width: 100%
	}
	.banner-home .banner2 a img{
		width: 100%;
	}
	.yt-custom-block .pipak {
		overflow: inherit;
	}


	.yt-custom-block .pipak li {margin-bottom: 3px}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.sm-serachbox-pro {width: 60%!important;}
    .pages-parent > div{
        right: 0!important;
        left: auto!important;
    }

	.layout-boxed #yt_wrapper{
		width: 1000px;
	}
	.sm_quickview_handler{
		display: none !important;
	}
	.menu-on-top{
		position: fixed !important;
		top: 0;
		left: 0;
		width:100%;
		z-index: 999;
	}
	.menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_icon{
		width: 0px;
		height: 0px;
	}
	#yt_header.header2-wrap .yt-header-middle.menu-on-top{
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}
	.sm-serachbox-pro .sm-searbox-content {
		display: block !important;
	}
/*--------homepage-----------*/
	#yt_header .head-cart{
		width: 25%;
	}
	#yt_header.header1-wrap .head-searchbox{
		width: 75%;
	}
	.header1-wrap .sm-serachbox-pro .jqTransformInputWrapper{
		width: 70% !important;
	}

	.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent > a{
		padding: 0 20px !important;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head{
		padding: 0 10px !important;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn{
		width: 760px;
	}
	.banner-right-home .righthome2{
		margin: 8px 0;
	}

	.banner-policy .policy2,
	.banner-policy .policy{
		padding: 0 15px;
	}
	.products-grid .item .item-inner .product-info{
		padding: 0 3px 20px 4px;
	}
/*--------listing-----------*/
	#yt_main .yt-product-detail .sm-slider .item,
	.products-grid .item{
		min-height:365px;
	}
	#narrow-by-list dd input{
		width:26%;
	}
	#narrow-by-list dd #price-filter-min-text{
		margin-right:2%;
	}
	#narrow-by-list .item-filter .a-right{
		float:left;
		margin-top:10px;
		margin-bottom:20px;
	}
	.sm-basic-products .bs-review .rating-links{
		display: none;
	}

/*----detail----*/
	.yt-product-detail .more-views.slide-gallery .next{
		right: 0;
	}
	.yt-product-detail .more-views.slide-gallery .prev{
		left: 0;
	}
	.yt-product-detail #yt_tab_reviewform .reviewform-col2{
		padding-left:0;
	}
	.yt-product-detail #yt_tab_reviewform .reviewform-col1{
		padding-right:0;
	}

	.policy-detail .banner-policy .policy1{
		padding: 32px 15px;
	}
	.policy-detail .banner-policy .policy3{
		padding: 32px 15px;
	}
/*---other----*/
	.respl-item .w-image-box .item-image a > img{
		width: 100%;
	}

	/*-----------MORE HOME PAGE LAYOUT-----------*/
	/*--V2--*/
	#yt_header.header2-wrap .logo{
		text-align: center;
	}
	#yt_header.header4-wrap .rev_slider_wrapper,
	#yt_header.header4-wrap .rev_slider,
	#yt_header.header3-wrap .rev_slider_wrapper,
	#yt_header.header3-wrap .rev_slider,
	#yt_header.header2-wrap .rev_slider_wrapper,
	#yt_header.header2-wrap .rev_slider{
		width: 100% !important;
	}
	.header2-wrap .headerv2-banner-wrap .headev2-banner a img{
		width: 100%;
	}
	.header2-wrap .block-newsletter{
		width: 100%;
	}
	.header2-wrap .block-newsletter #newsletter-validate-detail .input-box{
		width: 190px;
	}
	.header2-wrap .block-newsletter #newsletter-validate-detail .input-box #newsletter{
		width: 150px;
	}
	.header2-wrap .v2-banner3,
	.header2-wrap .v2-banner4{
		width: 48.8%;
	}
	.header2-wrap .block-newsletter{
		padding: 16px 20px;
	}
	.homepagev3 .yt-tab-listing .respl-tabs-wrap ul li.respl-tab,
	.homepagev2 .yt-tab-listing .respl-tabs-wrap ul li.respl-tab{
		padding: 9px 10px;
	}
	.homepagev3 .collections li,
	.homepagev2 .collections li{
		width: 24%;
	}
	.homepagev3 .collections li.collect5,
	.homepagev2 .collections li.collect5{
		display: none;
	}

	/*--V3--*/
	.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
		padding: 0 10px !important;
	}
	#yt_header.header3-wrap .head-searchbox{
		width: 100%;
	}
	.header3-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
		width: 38% !important;
	}
	.header3-wrap .sm-serachbox-pro .jqTransformInputWrapper{
		width: 62% !important;
	}
	.header3-wrap .v3-bottom-right a img{
		width: 100%;
	}
	.block-policy-v3 .policy2 .policy-inner{
		padding: 20px 10px !important;
	}
	.block-policy-v3 .policy .policy-inner{
		padding: 20px 25px;
	}
	.sm-deal-wrap .item-deal .item-image a img{
		width: 100%;
	}
	.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
		width: 25% !important;
	}
	.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
		padding: 0 15px;
	}

    /*HEADER 5*/

    .header-style-5 .phone-header{
        display: none;
    }

    /* INDEX 5 */

    .home-style-5 .newsletter-sidebar .block-newsletter #newsletter-validate-detail .input-box{
        width: 180px;
    }

    .home-style-5 .newsletter-sidebar .block-newsletter #newsletter-validate-detail .input-box #newsletter{
        width: 135px;
    }

    .home-style-5 .fb-fanbox-container{
        display: none;
    }

    .home-style-5 .banner-v51 .left-banner{
        width: 55%;
    }

    .home-style-5 .banner-v51 .right-banner{
        width: 43%;
    }

    .home-style-5 .banner-v52 > a{
        width: 32.4%;
    }

    .home-style-5 .sm-categories .cat-wrap .image-cat,
    .home-style-5 .sm-categories .image-cat > img{
        width: 100%;
        height: auto!important;
        position: relative;
    }

    .home-style-5 .sm-categories .btn-viewmore{
        bottom: 40px;
        position: absolute;
        top: auto;
    }

    .home-style-5 .sm-categories .cat-wrap .content-box{
        margin-bottom: 30px!important;
        padding:0;
    }



    /* HEADER 6 */

    .header-style-6 .menu-desktop{
        left:0;
        display: table-cell;
        width: 100%;
    }

    .header2-wrap .header-style-6 .header-middle-right .sm_megamenu_wrapper_horizontal_menu{
        margin-left: 0;
    }

    .header-style-6 .mini-cartpro .block-title .btn-toggle .detail-minicart{
        white-space: nowrap;
    }

    .header-style-6 .header-middle-right{
        padding-top: 15px;
    }

    /* INDEX 6 */

    .home-style-6 .tablisting-custom .custom-image{
        display: none;
    }

    .home-style-6 .tablisting-custom .respl-wrap .respl-items-container{
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .home-style-6 .tablisting-custom .yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner{
        border: 1px solid #ddd!important;
    }

    .home-style-6 .tablisting-custom .products-grid .item .item-inner .product-info{
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-style-6 .banner-v61 img{
        width: auto;
        max-width: 100%;
    }

    .home-style-6 .banner-v61 .left-banner{
        width: 66%;
        margin:0;
    }

    .home-style-6 .banner-v61 .right-banner{
        width: 32%;
    }

    .home-style-6 .deal-list-item{
        padding-bottom: 32px;
    }

    .home-style-7 .tablisting-custom .custom-image{
        display: none;
    }

    .home-style-7 .tablisting-custom .yt-tab-listing .respl-wrap .respl-items-container{
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .home-style-7 .tablisting-custom .products-grid .item .item-inner{
        border: 1px solid #ddd!important;
        padding: 15px;
    }

    .home-style-7 .services-v7 img,
    .home-style-7 .banner-v71 img,
    .home-style-7 .banner-left img,
    .home-style-7 .banner-right img{
        width: auto;
        max-width: 100%;
    }

    .home-style-7 .newsletter-center{
        padding: 18px 20px 20px;
        min-height: auto;
    }

    .home-style-7 .sm-categories .cat-wrap .image-cat{
        height: auto!important;
        position: relative;
    }

    .home-style-7 .sm-categories .cat-wrap .image-cat img{
        width: 100%!important;
        height: auto!important;
    }

    .home-style-7 .hotcate-wrap .btn-viewmore{
        position: absolute;
        bottom: 40px;
        top: auto;
    }

    .cms-index-index .header-style-7 .header-bottom .yt-menu-content{
        display: none!important;
    }

    .cms-index-index .header-style-7 .header-bottom .megamenu-vertical-container:hover .yt-menu-content{
        display: block!important;
    }

    /* INDEX 8 */

    .cms-index-index #yt_header .header-style-8 #yt_menu_short .yt-menu-content{
        display: none!important;
    }

    .cms-index-index #yt_header .header-style-8 #yt_menu_short:hover .yt-menu-content{
        display: block!important;
    }


    .home-style-8 .slidershow-content{
        width: 680px;
        margin:0;
    }

    .home-style-8 .basic-slider-container{
        margin-left: 0;
    }

    .home-style-8 .services-v7 img{
        width: auto;
        max-width: 100%;
    }

    .home-style-8 .sm-categories .owl-carousel .owl-item{
        padding:0 15px;
    }

    .home-style-8 .sm-categories .cat-wrap .content-box{
        margin:0;
    }

    .home-style-8 .sm-categories .cat-wrap .image-cat{
        height: auto!important;
        position: relative;
    }

    .home-style-8 .sm-categories .cat-wrap .image-cat img{
        width: 100%!important;
        height: 100%!important;
    }

    .home-style-8 .hotcate-wrap .btn-viewmore{
        position: absolute;
        bottom: 40px;
        top: auto;
    }

    .home-style-8 .collections li{
        width: 32.33%;
        margin-bottom: 20px;
    }

    .home-style-8 .banner82 a img{
        width: 100%;
        max-width: auto;
    }

    .home-style-8 .banner82 .banner{
        width: 32.6%;
    }

    /* BONUS PAGE */

    /* pricing page */
    .col-md-20{
        float: left;
        width: 20%;
    }

    .table-style-2 .table-container .table-column .table-content .table-detail .table-option li{
        padding: 5px 15px;
    }

    .our-team img{
        width: auto;
        max-width: 100%;
    }

    /* end pricing page */

    /* categorires page */

    .categories-page img{
        width: auto;
        max-width: 100%;
    }

    .category-3,
    .category-5{
        clear: left;
    }

    /* faqs */

    .accordion-type-5 .faq-accordion{
        margin-bottom: 4px!important;
    }

    /* country page */

    .country-item img{
        width: 100%;
    }

    .left-megamenu-container .heading-megamenu .heading-content span{
        padding-right: 0;
    }

}
@media (max-width: 991px) {
	#cpanel_wrapper{
		display: none;
	}
	.sm-serachbox-pro {
		width: 60%!important;
	}
	/*-----general-----*/
	.sm_quickview_handler{
		display: none !important;
	}
	#cpanel_btn{
		display: none;
	}
	#yt_menu_short,
	.yt-menu{
		/*display: none;*/
	}
	.yt-responsivemenu{
		display: block !important;
	}
	.yt_ressidebar_screennav {
		display:block;
	}
	.price_filter .price-to{
		margin-left:0px;
	}
	/*----end general-----*/
/*--------homepage-----------*/
	#location-popup{
		width: 100%;
	}
	.social-fixed{
		display: none;
	}
	#yt_header.header1-wrap .logo{
		text-align: center;
		margin-bottom: 20px;
	}
	#yt_header .yt-header-middle{
		padding: 30px 0;
	}
	#yt_header.header1-wrap .head-searchbox{
		margin-left: 0px;
	}
	#yt_header .head-cart{
		width: 24%;
	}
	#yt_header.header1-wrap .head-searchbox{
		width: 76%;
	}
	.header1-wrap .sm-serachbox-pro .jqTransformInputWrapper{
		width: 70% !important;
	}

	#yt_header_right{
		padding-left: 0px;
	}

/*-----------MORE HOME PAGE LAYOUT-----------*/
	.header4-wrap #yt_resmenu_collapse{
		top: 50px;
	}
	.header4-wrap #yt-responsivemenu .menu-selectbox > select,
	.header4-wrap #yt-responsivemenu .btn.btn-navbar{
		top: 0px;
	}

	#yt_header.header4-wrap .rev_slider_wrapper,
	#yt_header.header4-wrap .rev_slider,
	#yt_header.header3-wrap .rev_slider_wrapper,
	#yt_header.header3-wrap .rev_slider,
	#yt_header.header2-wrap .rev_slider_wrapper,
	#yt_header.header2-wrap .rev_slider{
		width: 100% !important;
	}
	/*--V4--*/

	.header4-wrap .header-top-2{
		display: none;
	}
	.header4-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
		width: 25% !important;
	}
	.header4-wrap .sm-serachbox-pro .jqTransformInputWrapper{
		width: 70% !important;
	}
	.header4-wrap .v4-bottom-left{
		padding-right: 0px;
	}
	.header4-wrap .v4-bottom-right{
		padding-left: 0px;
		margin-top: 20px;
	}
	.block-policy-v3 .policy2,
	.block-policy-v3 .policy1{
		margin-bottom: 10px;
	}
	/*--V3--*/
	.header3-wrap .welcome-msg{
		display: none;
	}
	.header3-wrap .yt-header-middle2-right{
		padding-left: 0px;
	}
	.header3-wrap .v3-bottom-right{
		display: none;
	}
	.header3-wrap .v3-bottom-left{
		padding-right: 0;
		float: left;
	}

	.homepagev2 .collections li,
	.homepagev3 .collections li{
		width: 49%;
	}
	.homepagev2 .collections li.collect6,
	.homepagev3 .collections li.collect6{
		display: block;
	}
	.homepagev2 .collections li.collect1,
	.homepagev2 .collections li.collect2,
	.homepagev2 .collections li.collect3,
	.homepagev2 .collections li.collect4,
	.homepagev3 .collections li.collect1,
	.homepagev3 .collections li.collect2,
	.homepagev3 .collections li.collect3,
	.homepagev3 .collections li.collect4{
		margin-bottom: 10px;
	}

	/*----V2----*/
	.header2-wrap .sm-serachbox-pro .jqTransformSelectWrapper{
		width: 24% !important;
	}
	.header2-wrap .sm-serachbox-pro .jqTransformInputWrapper{
		/*width: 76% !important;*/
	}
	.header2-wrap .headerv2-banner-wrap{
		display: none;
	}
	.header2-wrap .headerv2-newsletter-wrap{
		padding-right: 0px;
	}
	.header2-wrap .block-newsletter #newsletter-validate-detail .input-box #newsletter,
	.header2-wrap .block-newsletter #newsletter-validate-detail .input-box,
	.header2-wrap .yt-header-bottom .header-bottom,
	.header2-wrap .block-newsletter{
		width: 100%;
	}
	.header2-wrap .block-newsletter .block-title{
		text-align: center;
	}
	.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
		padding: 0 15px;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
    .pages-parent > div{
        right: 0!important;
        left: auto!important;
    }

    .header-style-5 .header-toplinks{
        float: right;
    }
	.yt-responsivemenu{
		display: block !important;
	}
	.yt_ressidebar_screennav {
		display:block;
	}
	#cpanel_wrapper,
    .wrap.header2-wrap .sm_megamenu_wrapper_horizontal_menu,
    .wrap.header2-wrap .welcome-msg{
		display: none;
	}
	.layout-boxed #yt_wrapper{
		width: 768px;
	}

    #yt_header.header2-wrap .head-cart{
        /*width: 100%;*/
    }

	.sm-serachbox-pro .sm-searbox-content {
		display: block !important;
	}
	/*------home page---------*/
	#yt_header .header-bottom .inner{
		width:90%;
	}
	.banner-top .bannertop3-2{
		margin-top:19px;
	}
	.products-grid .item{
		min-height:475px;
	}
	.header1-wrap .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu{
		float: right;
	}
	.header1-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a{
		padding: 0 15px;
	}
	.sm-categories .cat-wrap{
		padding: 0 10px;
	}
/*--------------------home-------------------------*/
	#yt-responsivemenu .btn.btn-navbar:hover{
		background-color: #7d7d7d;
	}
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent > a{
		padding: 0 12px !important;
	}
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column{
		min-width: 140px;
	}
	.banner-right-home .righthome2{
		margin: 9px 0;
	}

	.yt-tab-listing .respl-tabs-wrap ul li.respl-tab{
		padding: 9px 10px;
	}
	.yt-tab-listing .respl-items-container .respl-items .respl-item{
		margin-bottom: 30px;
	}
	.yt-tab-listing .products-grid .item{
		margin-bottom: 0px;
	}
	.banner-home .banner2-3{
		display: none;
	}

	.collections li{
		width: 32%;
	}
	 .collections li.collect1,
	 .collections li.collect2,
	 .collections li.collect3{
		margin-bottom: 20px;
	}
	.sm-categories .cat-wrap .content-box .inner{
		padding-bottom: 25px;
	}

	.spotlight-wrap .spotlight3,
	.spotlight-wrap .spotlight4{
		margin-top: 20px;
	}
/*-----------------------listing-----------------------*/
	#narrow-by-list dd input{
		width:49%;
	}
	#narrow-by-list dd #price-filter-min-text{
		margin-right:2%;
	}
	#narrow-by-list .item-filter .a-right{
		float:left;
		margin-top:10px;
		margin-bottom:20px;
	}

	.products-grid .item{
		min-height:372px;
	}
	.category-blog .toolbar .view-mode-wrap{
		width: 0;
        padding:0;
	}
	.category-blog .toolbar .pager-wrapper,
	.category-blog .toolbar .toolbar-center{
		width: 50%;
		float: right;
	}
	.toolbar .limiter-wrap{display:none;}
	.toolbar .sort-by-wrap{
		width: 70%;
	}
	.toolbar .pagination-wrap{
		width:100%;
	}
	.sm-basic-products .bs-review .rating-box{
		margin-right: 15%;
	}
	.slider-tabl.category-products .item .product-image{
		text-align: center;
	}
	.header1-wrap .slider-tabl.category-products .item .product-image a img{
		width: auto;
	}
	.header1-wrap .slider-tabl.category-products .item-inner .product-image .image-hover{
		left: 14%;
	}
	.products-grid .item .item-inner .product-info {
	    padding: 0 8px 20px;
	}
	#narrow-by-list dd #button-price-slider{
		margin-top: 10px !important;
	}
	.toolbar-top .toolbar{
		padding: 10px 0;
	}
	.toolbar-top .toolbar .pager-wrapper,
	.toolbar-bottom .toolbar .toolbar-center,
	.toolbar-bottom .toolbar .view-mode-wrap{
		display: none;
	}
	.toolbar-blog-comment .toolbar .toolbar-center{
		width: 100%;
	}
	.toolbar-blog-comment .toolbar .toolbar-center .sort-by-wrap,
	.toolbar-blog-comment .toolbar .toolbar-center .limiter-wrap{
		display: block;
		width: 50%;
		float: left;
	}
	.toolbar-blog-comment .toolbar .pager-wrapper,
	.toolbar-blog-comment .toolbar .view-mode-wrap{
		display: none;
	}
	.toolbar .pagination-wrap .inner{
		float: left;
	}
	.toolbar .pager-wrapper{
		padding-left: 0;
	}
/*------------------------detail page---------------------------*/

	.yt-product-detail .more-views.slide-gallery .next{
		right: 0;
	}
	.yt-product-detail .more-views.slide-gallery .prev{
		left: 0;
	}
	.yt-custom-block{
		float: left;
		margin-top: 30px;
		display: none;
	}
	.cart-collaterals select,
	.cart-collaterals input,
	#postcode{
		width:200px;
	}
/*-----other----------------*/
	#postComment .form-list .input-box label{
		width: 15%;
	}
	#postComment #comment{
		width: 85%;
	}
	.my-account th .nobr{
		white-space:inherit !important;
	}
	#blog-detail .postWrapper .postContent img{
		width:100%;
	}
	.contact-page .contact-us-left{
		padding-right:0px;
	}
	.page-about .row1-left{
		text-align:center;
		margin-bottom:20px;
	}
	.page-about .about-row1 .row1-right .row1-right-cont2{
		margin-top:30px;
	}
	.page-about .about-row2 .row2 .about-img{
		text-align:center;
	}
	/*--------MORE HOME PAGE LAYOUT----------*/
	.homepagev2 .yt-tab-listing .respl-wrap,
	.homepagev3 .yt-tab-listing .respl-wrap{
		margin-top: 32px;
	}
	.homepagev2 .yt-tab-listing .title-text,
	.homepagev3 .yt-tab-listing .title-text{
		border-bottom: none;
	}

    .wrapper_404page .content-404page{
        float:none;
        margin-left:auto;
        margin-right:auto;
    }

    .img-right-404{
        text-align: center;
        margin-top:30px;
    }

    .category-products .item .product-addcart .btn-cart{
        padding-left: 13px;
    }

    .category-products .item .product-addcart .btn-cart:before{
        display: none;
    }

    /*HEADER 5*/

    .header-style-5 .phone-header{
        display: none;
    }

    .header-style-5 .header-middle .sm-serachbox-pro .jqTransformSelectWrapper{
        display: none;
    }

    .header-style-5 .header-middle .sm-serachbox-pro .jqTransformInputWrapper{
        margin-left: 0;
    }

    .header-style-5 .sm-serachbox-pro .jqTransformInputWrapper input.input-text{
        border-left: 1px solid #ddd;
    }

    .header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent > a{
        padding: 0 20px!important;
    }

    .header-style-5 .navigation-content{
        display: none;
    }

    .header-style-5 #yt-responsivemenu{
        position: relative;
    }

    .header-style-5 #yt-responsivemenu .btn.btn-navbar{
        top: 6px;
        border: 1px solid #ddd;
    }

    .home-style-5 .left-megamenu-container,
    .home-style-5 .fb-fanbox-container{
        display: none;
    }

    .home-style-5 .block-tags-sidebar{
        display: table;
    }

    .home-style-5 .banner-v51 .left-banner{
        width: 55%;
    }

    .home-style-5 .banner-v51 .right-banner{
        width: 43.4%;
    }

    .home-style-5 .banner-v52 > a{
        width: 32.33%;
    }

    /* HEADER 6 */

    .header-style-6 #yt-responsivemenu .btn.btn-navbar{
        position: relative;
        top: 0;
        background-color: #666;
    }

    .header-style-6 .searchbox-container{
        position: absolute;
        right: 10px;
        top: 3px;
    }

    #yt_header.header2-wrap .header-style-6  .head-cart{
        position: absolute;
        right: 60px;
        margin-top: 1px;
    }

    .header-style-6 .header-middle-right{
        margin-top: 40px;
        background-color: #eee;
    }

    .header-style-6 div.logo{
        text-align: center;
    }

    .home-style-6 .deal-list-item{
        padding-bottom: 32px;
    }

    .home-style-6 .banner-v61 img{
        width: auto;
        max-width: 100%;
    }

    .home-style-6 .banner-v61 .left-banner{
        float: none;
        margin: 0 0 10px;
    }

    .home-style-6 .banner-v61 .right-banner{
        float: none;
    }

    .home-style-6 .banner-v61 .right-banner a img{
        width: 100%;
    }

    .home-style-6 .banner-v61 .right-banner a:first-child{
        float: left;
        width: 46%;
    }

    .home-style-6 .banner-v61 .right-banner a:last-child{
        float: right;
        width: 52%;
    }

    .home-style-6 .tablisting-custom .custom-image{
        display: none;
    }

    .home-style-6 .tablisting-custom .respl-wrap .respl-items-container{
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .home-style-6 .tablisting-custom .yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner{
        border:1px solid #ddd!important;
    }

    .home-style-6 .services-v6 .item{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .home-style-7 .tablisting-custom .custom-image{
        display: none;
    }

    .home-style-7 .tablisting-custom .yt-tab-listing .respl-wrap .respl-items-container{
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .home-style-7 .tablisting-custom .products-grid .item .item-inner{
        border: 1px solid #ddd!important;
        padding: 15px;
    }

    .home-style-7 .services-v7 img,
    .home-style-7 .banner-v71 img,
    .home-style-7 .banner-left img,
    .home-style-7 .banner-right img{
        width: auto;
        max-width: 100%;
    }

    .home-style-7 .newsletter-center{
        padding: 18px 20px 20px;
        min-height: auto;
    }

    .home-style-7 .sm-categories .cat-wrap .image-cat{
        height: auto!important;
        position: relative;
    }

    .home-style-7 .sm-categories .cat-wrap .image-cat img{
        width: 100%!important;
        height: auto!important;
    }

    .home-style-7 .hotcate-wrap .btn-viewmore{
        position: absolute;
        bottom: 40px;
        top: auto;
    }

    .header-style-7 .megamenu-vertical-container{
        display: none;
    }

    .header-style-7 #yt-responsivemenu .btn.btn-navbar{
        position: relative;
        top:0;
        border-left: 1px solid #7d7d7d;
        border-right: 1px solid #7d7d7d;
    }

    .header-style-7 .megamenu-horizontal-container{
        margin-top: -49px;
        margin-left: 50px;
    }

    .header-style-7 .yt-responsivemenu{
        margin: 0 15px;
    }

    .header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent > a{
        padding: 0 18px!important;
    }

    .home-style-7 .banner-v71{
        float: none;
        margin:0;
        display: table;
        width: 100%;
        margin-bottom: 30px;
    }

    .home-style-7 .banner-v71 a img{
        width: 100%;
    }

    .home-style-7 .banner-v71 a:first-child{
        width: 50%;
        float: left;
    }

    .home-style-7 .banner-v71 a:last-child{
        width: 50%;
        float: left;
    }

    .home-style-7 .tablisting-custom{
        margin-bottom: 30px;
    }

    .home-style-7 .deal-list-item{
        padding-bottom: 30px;
    }

    .home-style-7 .banner-left .banner-content{
        margin: 0;
        display: table;
        width: 100%;
    }

    .home-style-7 .banner-left .banner-content a:first-child{
        width: 50%;
        float: left;
    }

    .home-style-7 .banner-left .banner-content a:last-child{
        width: 50%;
        float: left;
    }

    .home-style-7 .newsletter-center{
        margin-right:0;
    }

    .home-style-7 .banner-right{
        display: none;
    }

    .home-style-7 .yt-tab-listing .respl-items-container .respl-items .respl-item{
        margin-bottom: 0;
    }


    #yt_header.header1-wrap .header-style-8 .head-searchbox{
        float: left;
    }

    #yt_header .header-style-8 .mega-horizontal-right{
        margin-left: -15px;
    }

    .header-style-8 #yt-responsivemenu .btn.btn-navbar{
        position: absolute;
        top:1px;
        border-right: 1px solid #fff;
        z-index: 50;
    }

    .header-style-8 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent > a{
        padding: 0 18px!important;
    }

    /* INDEX 8 */

    .home-style-8 .slidershow-content{
        width: 100%;
        margin:0;
    }

    .home-style-8 .banner-right-index{
        width: 100%;
        padding-top: 15px;
    }

    .home-style-8 .banner-right-index .banner-v81{
        width: 38%;
        float: left;
    }

    .home-style-8 .banner-right-index .banner-v81 img{
        width: 100%;
    }

    .home-style-8 .banner-right-index .newsletter-right{
        width: 60%;
        float: right;
        padding: 32px 30px;
    }

    .home-style-8 .newsletter-right .block-content .input-box .input-text{
        width: 100%;
    }

    .home-style-8 .basic-slider-container{
        margin-left: 0;
    }

    .home-style-8 .services-v7 img{
        width: auto;
        max-width: 100%;
    }

    .home-style-8 .sm-categories .owl-carousel .owl-item{
        padding:0 15px;
    }

    .home-style-8 .sm-categories .cat-wrap .content-box{
        margin:0;
    }

    .home-style-8 .sm-categories .cat-wrap .image-cat{
        height: auto!important;
        position: relative;
    }

    .home-style-8 .sm-categories .cat-wrap .image-cat img{
        width: 100%!important;
        height: 100%!important;
    }

    .home-style-8 .hotcate-wrap .btn-viewmore{
        position: absolute;
        bottom: 40px;
        top: auto;
    }

    .home-style-8 .collections li{
        width: 32.33%;
        margin-bottom: 20px;
    }

    .home-style-8 .banner82 a img{
        width: 100%;
        max-width: auto;
    }

    .home-style-8 .banner82 .banner{
        width: 32.4%;
    }

    .home-style-8  .sm-categories .cat-wrap{
        padding:0;
    }

    /* BONUS PAGE */

    /* pricing page */
    .table-style-1 .table-container .table-column{
        display: block;
        margin-bottom: 30px;
    }

    .table-style-1 .table-container .table-column.column-active{
        position: static;
        top: 0;
    }

    .table-style-2 .table-column{
        margin-bottom: 30px;
    }


    .table-style-2 .column-active{
        padding: 30px 0 10px;
    }

    .table-style-3 .table-container .table-column,
    .table-style-4 .table-container .table-column{
        display: block;
        margin-bottom: 30px;
    }


    /* end pricing page */

    /* Team */

    .our-team img{
        width: 100%;
    }

    .team-style-1 .team-inner,
    .team-style-2 .team-inner,
    .team-style-3 .team-inner,
    .team-style-5 .team-inner{
        margin-bottom: 30px;
    }

    .team-style-4 .item-team{
        display: table;
        width: 100%;
        margin-bottom: 30px;
    }

    /* categories page */

    .categories-page img{
        width: auto;
        max-width: 100%;
    }

    .category-4{
        clear: both;
    }

    /* faqs */

    .accordion-type-5 .faq-accordion{
        margin-bottom: 4px!important;
    }

    /* typography */

    .dropcap{
        clear: both;
        margin:30px 0;
    }

    /* events */

    .events-list .item .event-image{
        float: none;
        width: auto;
    }

    .events-list .item .event-info{
        clear: both;
        margin-left: 0;
        margin-right: 0;
        padding-top: 15px;
    }

    .home-style-5 .sm-categories .cat-wrap.theme3 .content-box .image-cat{
        height: auto!important;
        position: relative;
    }

    .home-style-5 .sm-categories .cat-wrap.theme3 .content-box img{
        width: 100%;
        height: auto!important;
    }

    .home-style-5 .sm-categories .btn-viewmore{
        position: absolute;
        bottom: 30px;
        top: auto;
    }
}
@media (max-width: 767px) {

	.breadcrumbs {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
		white-space: nowrap;
		padding-bottom: 10px; /* space for scrollbar */
	}

	.breadcrumbs li {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.breadcrumbs li span,
	.breadcrumbs li a {
		white-space: nowrap;
	}

	/* Optional: hide scrollbar but keep functionality */
	.breadcrumbs::-webkit-scrollbar {
		height: 4px;
	}

	.breadcrumbs::-webkit-scrollbar-thumb {
		background: #ccc;
		border-radius: 2px;
	}

	.breadcrumbs::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	.block-layered-nav {display: none}
	#toogleLayeredNav i {
		margin-left: 10px;
	}
	#toogleLayeredNav{font-size: 16px;
		margin-bottom: 15px;
		color: #444;
		border: 1px solid #ccc;
		padding: 10px;
		border-radius: 6px;
		text-align: center;
		background: #f9f9f9;
	}


	body {padding-top: 60px}
    #yt_header.header4-wrap .yt-header-middle2.header-middle-4{
        position: relative;
    }

    #yt_header.header4-wrap .yt-header-middle2.header-middle-4 .yt-header-middle2-right{
        position: absolute;
        bottom:-7px;
        right: 0;
    }

    .header-style-3 .header-middle-right{
        position: relative;
    }

    .header-style-3 .header-middle-right .head-cart{
        position: absolute;
        right: 0;
        bottom: -34px;
        z-index: 10;
    }

    .header3-wrap .yt-header-bottom.bottom-header-3{
        margin-top: 20px;
    }

    #yt_header.header1-wrap .mega-horizontal-wrap.header-style-1{
        height: 1px;
    }

	.sm-serachbox-pro:before{
		content:"\f002";
		display:inline-block;
		width:100%;
		height:100%;
		color:#fff;
		text-align:center;
		line-height:34px;
		font-size:16px;
		font-family:FontAwesome;
	}
	.header1-wrap .sm-serachbox-pro .jqTransformInputWrapper{
		width:100%!important;
		padding-right:34px;
	}
	.sm-serachbox-pro:hover{
		background-color:#f2f2f2;
	}
	.sm-serachbox-pro:hover:before{
		color:#666;
	}
	.sm-serachbox-pro:hover .sm-searbox-content{
		display:block;
		right:-1px;
	}
	.yt-responsivemenu{
		display: block !important;
	}
	.yt_ressidebar_screennav {
		display:block;
	}
	#cpanel_wrapper{
		display: none;
	}
	#yt_header .header-bottom,
	#yt_content #yt_main .columns-w{
		padding-left:10px;
		padding-right:10px;
	}
	#yt_footer .container .row{
		margin-left: -5px;
		margin-right: -5px;
	}
	#yt-responsivemenu .btn.btn-navbar{
		left:10px;
	}

/***--------------------header-------------------------***/
	.language-currency .switcher-wrap .switch-content{
		/*left: 1px;*/
		width: 100%;
	}
	#yt_header .language-currency{
		padding-right: 0px;
		position: relative;
		z-index: 2;
	}
	.language-currency .switcher-wrap{
		width: 50%;
	}
	.header1-wrap .language-currency .currency-switcher .overwrite-switch{
		border-right: none;
	}
	.language-currency .inner{
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	.head-quicklink{
		position: relative;
		z-index: 1;
	}
	#yt_header .yt-header-middle{
		padding: 23px 0 0 0;
	}
	#yt_header .mega-horizontal-right{
		display: none;
	}
	.sm-serachbox-pro .jqTransformSelectWrapper{
		display: none;
	}
	.header-middle-right{
		background-color: #666;
	}
	#btn-searchbox-mobile{
		display: block;
	}
	#yt_header.header1-wrap .mega-horizontal-wrap{
		height: 34px;
		line-height: 34px;
	}
	.sm-serachbox-pro{
		position: absolute;
		width: 35px;
		height: 35px;
		right: 37px;
		border-left: 1px solid #777;
		margin: 0;
	}
	.sm-serachbox-pro .sm-searbox-content {
		display: none;
		position: absolute;
		right: -36px;
		width: 284px;
		background-color: #f2f2f2;
		padding: 10px;
	}
	.sm-serachbox-pro .jqTransformInputWrapper{
		width: 100% !important;
	}
	.sm-serachbox-pro .jqTransformInputWrapper input.input-text{
		border-left: 1px solid #ddd;
	}

	.mini-cartpro .block-title .btn-toggle .detail-minicart{
		display: none;
	}
	.header1-wrap .mini-cartpro .block-title .show-cart-button{
		margin-top: 0px;
	}
	.mini-cartpro .block-title .btn-toggle{
		padding-left: 36px;
	}
	.mini-cartpro .block-title .show-cart-button:before{
		height: 35px;
	}
	.mini-cartpro .block-content:before{
		right: 13px;
	}
	.mini-cartpro .block-content{
		top: 40px;
		right: 1px;
	}
	#yt-responsivemenu .btn.btn-navbar{
		width: 35px;
		height: 35px;
	}
	#yt-responsivemenu .btn.btn-navbar .icon-th-list{
		font-size: 18px;
	}
	#yt-responsivemenu .btn.btn-navbar{
		top: -35px;
		left: 0px;
		border-right: 1px solid #777;
        z-index: 3;
	}

/*------------------------home page--------------------------*/
	#location-popup img{
		width: 100%;
	}
	#location-popup .col2{
		display: none;
	}
	#location-popup .col1{
		width: 100%;
	}
	#location-popup .inner{
		padding: 20px;
	}

	#custom_popular_search{
		display: none;
	}
	.slideshow-wrap{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
	}
	.slideshow-wrap .tp-caption.market-slide3-btn-buynow,
	.tp-caption.market-slide1-btn-shopnow{
		display: none;
	}
	.banner-right-home{
		width: 100%;
		display: none;
	}
	.banner-policy{
		display: none;
	}

	.respl-tabs-container .respl-tabs-wrap{
		float: none;
		margin-right: 50px;
		margin-top: 20px;
	}
	.yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel{
		border: none !important;
	}
	.yt-tab-listing .respl-tabs-wrap ul li.respl-tab{
        display: block!important;
        float: none!important;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

    .yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel:after{
        display: none;
    }



    .yt-tab-listing .respl-wrap .respl-items-container{
        clear: both;
    }

	.yt-tab-listing .respl-items-container .respl-items .respl-item{
		margin: 15px 0;
	}
	.banner-home .banner2-1{
		margin-bottom: 30px;
		float: left;
	}
	.banner-home .banner2-3{
		margin-top: 30px;
		float: left;
	}
	.collections li{
		margin-bottom: 20px;
		width: 100%;
	}
	.collections li.collect6{
		margin-bottom: 0;
	}
	.sm-categories{
		margin: 0;
		padding: 10px;
	}
	.sm-categories .cat-wrap .content-box .inner{
		padding-bottom: 20px;
	}

	.yt-payment,
	.spotlight-wrap .spotlight .block-title{
		padding-top: 10px;
	}
	.hotcate-wrap .block-title{
		margin: 0 10px;
	}
/*-----------------listing---------------------*/
	#yt_main{
		clear: both;
	}
	#yt_pathway ul.breadcrumbs li{
		margin-bottom: 3px;
	}
	#yt_main #yt_main_right, .yt-main-right{
		padding-left: 10px;
		padding-right: 10px;
	}
	#yt_main_left, #yt_left{
		padding-left:10px;
		padding-right:10px;
	}
	.toolbar .toolbar-center{
		margin-top: 10px;
	}
	.toolbar .pager-wrapper{
		margin-top: 8px;
	}
	.toolbar .pagination-wrap{
		width:100%;
	}
	.products-list .item .product-info{
		padding-left:0;
		float:left;
		margin-top: 20px;
	}

/*--------------detail page-------*/
	#product_addtocart_form{
		margin-right: 0px;
	}
	.yt-product-detail .yt-detail-left{
		padding-right:0;
	}
	.yt-product-detail .yt-detail-right{
		margin-top:30px;
		padding-left:0;
	}
	.yt-product-detail .tab-product-detail .yt-tab-navi > li,
	.yt-product-detail .tab-product-detail .yt-tab-navi > li > a{
		width:100%;
	}
	.yt-product-detail #yt_tab_reviewform .reviewform-col2{
		padding-left:0;
	}
	.yt-product-detail #yt_tab_reviewform .reviewform-col1{
		padding-right:0;
	}
	.yt-product-detail .more-views .jCarouselLite > ul > li{
		margin: 0 4px;
	}
	.yt-product-detail .tab-product-detail .yt-tab-navi{
		width: 100%;
	}
	.yt-product-detail .tab-product-detail .yt-tab-content{
		margin-left: 0px;
		border-left: none;
	}
/*------------------------other page---------------------------*/

	#product_comparison .add-to-links .link-wishlist{
		float: none;
		display: inline-block;
	}
	#product_comparison .rating-box{
		margin-left: 45px;
	}
	/* blog */
	.list-blog .postWrapper .postRight{
		margin-top:20px;
	}
	#blog-detail .postWrapper .postContent img{
		width:100%;
	}
	#postComment .form-list .input-box label{
		width: 100%;
	}
	#postComment #comment{
		width: 100%;
	}
	/* about us */
	.sm_imageslider .owl-item img{
		width: 100% !important;
	}
	.page-about img{
		width:100%;
	}

	/*contact*/
	#contactForm{
		margin-top: 20px;
	}
	.contact-us-right{
		margin-top:30px;
	}
	.contact-page #contactForm .fields,
	.contact-page #contactForm .wide{
		width:100%;
	}
	/* about */
	.aboutus-page .des-about-us{
		clear:both;
		margin-left:0px;
		padding-top:20px;
		margin-bottom:20px;
	}

/*account*/
	.account-login{
		/*padding: 0 15px;*/
	}
	.my-account .col2-set .col-1, .account-login .col2-set .col-1,
	.my-account .col2-set .col-2, .account-login .col2-set .col-2{
		width: 100%;
		margin-bottom: 15px;
	}
	.my-account .form-list .field{
		width: 100%;
	}
	.my-account .link-reorder{
		float: none;
	}
	.my-account .pager .pages,
	.my-account .pager .limiter,
	.my-account .pager .amount{
		float: left;
		width: 100%;
		text-align: left;
		padding: 7px 0;
		border-bottom: 1px dotted #e9e9e9;
	}
	.my-account .pager .amount{
		padding-top: 0;
	}
	.my-account .pager .pages{
		padding-bottom: 0;
		border: none;
	}
	.my-account .data-table tr td{
		display: block;
		border: none;
	}
	.my-account #wishlist-view-form .buttons-set{
		width: 100%;
	}
	.my-wishlist #wishlist-view-form .buttons-set .button,
	#shopping-cart-table.cart-table .button{
		width: 100%;
		margin-top: 2px;
	}
	/*general*/
	.cart-collaterals .totals{
		margin-left:0px;
	}
	.my-account .data-table thead th,
	.my-account .data-table thead td,
	.my-account .data-table tr th,
	.my-account .data-table tr td,
	.my-account .data-table tfoot td,
	.my-account .data-table tr.first th,
	.my-account .data-table tr.first td ,
	.catalog-product-compare-index .data-table thead th,
	.catalog-product-compare-index .data-table thead td,
	.catalog-product-compare-index .data-table tr.even th,
	.catalog-product-compare-index .data-table tr.odd td,
	.catalog-product-compare-index .data-table tr.odd th,
	.catalog-product-compare-index .data-table tr.even td,
	.catalog-product-compare-index .data-table tfoot td,
	.catalog-product-compare-index .data-table tr.first th,
	.catalog-product-compare-index .data-table tr.first td {
    display: block;
    float: none !important;
    text-align: center;
    width: auto !important;
	border:none !important;
	}


	.yt-product-detail .tab-product-detail .yt-tab-content{
		padding-left:5px;
		padding-right:5px;
	}
	#yt_tab_reviewform .data-table th{
		padding:10px 0px;
	}
	select {
		width: 100%;
	}
	/*--cart--*/
	#yt_wrapper .checkout-types{
		float:right;
		margin-top:0;
		margin-bottom:20px;
	}
	#shopping-cart-table .hidden-mobile{
		display:none;
	}
	#shopping-cart-table th,
	#shopping-cart-table tr td{
		padding:10px 2px;
	}
	#shopping-cart-table tfoot td{
		padding:10px;
	}
	#yt_main .cart .page-title h1{
		margin-top:20px;
		margin-bottom:20px;
	}
	#shopping-cart-table .nowrap,
	#shopping-cart-table th .nobr{
		white-space:inherit !important;
	}

	/*----MORE HOME PAGE LAYOUT ----*/
	.respl-items-container .category-products.carousel{
		margin: 0;
	}
	.respl-items-container .carousel-inner.products-grid .item-tab-listing{
		padding: 0;
	}
	.respl-items-container .carousel-inner.products-grid .item-tab-listing .row{
		margin-left: 0;
		margin-right: 0;
	}
	.yt-tab-listing .respl-items-container .respl-items.respl04-1 .respl-item{
		padding: 0 5px;
	}
	/*---V4 ---*/
	.header4-wrap #yt-responsivemenu .menu-selectbox > select,
	.header4-wrap #yt-responsivemenu .btn.btn-navbar{
		/*top: -35px;*/
		z-index: 4;
	}
	#yt-responsivemenu .menu-selectbox > select{
		width: 34px;
		height: 35px;
	}
	.header4-wrap .yt-header-middle .header-middle-right .inner{
		float: left;
		margin-left: 35px;
	}
	#yt_header.header4-wrap #select-language li a,
	.header4-wrap .language-currency .language-switcher .overwrite-switch span{
		text-indent: -999em;
		display: block;
	}
	.header4-wrap .language-currency .overwrite-switch{
		margin-bottom: 2px;
	}
	.header4-wrap .language-currency .overwrite-switch span,
	#yt_header.header4-wrap #select-language li a{
		padding-left: 0px;
	}
	.header4-wrap .language-currency .currency-switcher .overwrite-switch{
		float: left;
	}
	.header4-wrap .language-currency .language-switcher.switcher-wrap .switch-content{
		min-width: 35px !important;
	}
	.header4-wrap .language-currency .currency-switcher.switcher-wrap .switch-content{
		min-width: 60px !important;
	}
	.header4-wrap .language-currency .language-switcher ul li{
		padding: 4px 0;
	}
	.header4-wrap .language-currency .switcher-wrap .switch-content{
		right: auto !important;
		left: 0 !important;
	}
	.header4-wrap .header-middle-right{
		padding-top: 0;
	}
	#yt_header.header4-wrap .yt-header-middle{
		padding-bottom: 0px;
	}
	.header4-wrap .wishlist-compare{
		display: none;
	}
	.header4-wrap .mini-cartpro .block-title .btn-toggle .detail-minicart-v4{
		display: none;
	}
	#yt_header.header4-wrap .yt-header-middle2{
		height: 35px;
		margin-top: -35px;
	}
	.header4-wrap .yt-header-middle2-right{
		margin-top: -42px;
		float: right;
		z-index: 3;
		width: 50%;
	}
	.header4-wrap .mini-cartpro.block .block-title{
		border-bottom: none;
		height: 35px;
		border-radius: 0;
		width: 35px;
		padding: 0 7px;
	}
	.header4-wrap .sm-serachbox-pro .jqTransformInputWrapper{
		width: 100%!important;
	}
	#yt_header.header4-wrap .logo{
		text-align: center;
		margin-bottom: 30px;
	}
	.header4-wrap .v4-bottom-right{
		padding-left: 10px;
		padding-right: 10px;
	}
	.headerv4-policy-wrap .policy3 {
		margin-bottom: 10px;
	}

	.block-policy-v3{
		padding-left: 10px;
		padding-right: 10px;
	}
	/*----V3----*/
	#yt_header.header3-wrap .head-quicklink .links li a,
	#yt_header.header2-wrap .head-quicklink .links li a{
		text-indent: -99em;
        overflow: hidden;
		padding-left: 0;
		text-align: center;
	}
	#yt_header.header3-wrap .head-quicklink .links li,
	#yt_header.header2-wrap .head-quicklink .links li{
		width: 34px;
	}
	.header3-wrap .header-top-2 .inner,
	.header2-wrap .header-top-2 .inner{
		padding-right: 10px;
	}
	#yt_header.header2-wrap #select-language li a,
	.header2-wrap .language-currency .language-switcher .overwrite-switch span,
	#yt_header.header3-wrap #select-language li a,
	.header3-wrap .language-currency .language-switcher .overwrite-switch span{
		text-indent: -999em;
		display: block;
	}
	.header2-wrap .language-currency .language-switcher .overwrite-switch,
	.header3-wrap .language-currency .language-switcher .overwrite-switch{
		width: 34px;
	}
	.header2-wrap .language-currency .overwrite-switch span,
	#yt_header.header2-wrap #select-language li a,
	.header3-wrap .language-currency .overwrite-switch span,
	#yt_header.header3-wrap #select-language li a{
		padding-left: 0px;
	}
	.header2-wrap .language-currency .currency-switcher .overwrite-switch,
	.header3-wrap .language-currency .currency-switcher .overwrite-switch{
		float: left;
	}
	.header2-wrap .language-currency .language-switcher.switcher-wrap .switch-content,
	.header3-wrap .language-currency .language-switcher.switcher-wrap .switch-content{
		min-width: 35px !important;
	}
	.header2-wrap .language-currency .currency-switcher.switcher-wrap .switch-content,
	.header3-wrap .language-currency .currency-switcher.switcher-wrap .switch-content{
		min-width: 60px !important;
	}
	.header2-wrap .language-currency .language-switcher ul li,
	.header3-wrap .language-currency .language-switcher ul li{
		padding: 4px 0;
	}
	.header2-wrap .language-currency .switcher-wrap .switch-content{
		left: auto !important;
		right: 0 !important;
	}
	.header3-wrap .language-currency .switcher-wrap .switch-content{
		right: auto !important;
		left: 0 !important;
	}
	.header2-wrap .language-currency .overwrite-switch:after,
	.header3-wrap .language-currency .overwrite-switch:after{
		display: none;
	}
	.header2-wrap .language-currency .switcher-wrap,
	.header3-wrap .language-currency .switcher-wrap{
		width: auto;
	}

	.header3-wrap .header-middle-right .phone-contact{
		display: none;
	}
	.header3-wrap .header-middle-right{
		background-color: #fff;
		padding-top: 0;
	}
	#yt_header.header2-wrap .logo,
	#yt_header.header3-wrap .logo{
		text-align: center;
		margin-bottom: 30px;
	}
	.header3-wrap .yt-header-middle2{
		border-top: none;
		border-bottom: none;
		box-shadow: none;
	}
	.header3-wrap .language-currency .switcher-wrap .switch-content{
		right: 0 !important;
		left: auto !important;
	}
	.header3-wrap .sm-serachbox-pro{
		margin: -1px 0 0 0;
	}
    .header3-wrap .sm-serachbox-pro .jqTransformInputWrapper{
        width:100%!important;
    }

    .header3-wrap .sm-serachbox-pro .jqTransformInputWrapper{
        padding-right: 34px;
    }

    #yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button{
        width: 34px;
        height: 34px;
        background-color: #666;
    }

    #yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover span{
        color: #fff;
    }

	#yt_header.header3-wrap .head-cart{
		margin-top: 2px;
	}
	.header3-wrap .headerv3-policy-wrap{
		display: none;
	}
	.header3-wrap .homepagev3 #yt_content{
		z-index: 2;
	}
    .header3-wrap #yt-responsivemenu .btn.btn-navbar{
		top: 0;
		background-color: #666;
	}

    .header3-wrap .yt-header-middle2{
        height: 35px;
        background: #666;
    }

    .sm_megamenu_wrapper_horizontal_menu{
        display: none;
    }
	.homepagev3 #yt_resmenu_collapse{
		top:35px;
	}

    .header3-wrap #yt-responsivemenu .menu-selectbox > select{
        top:0;
    }
	/*------------V2---------*/
	.header2-wrap .welcome-msg{
		display: none;
	}

	.homepagev2 .yt-tab-listing .carousel-control-wrap{
		margin-top: -55px;
	}
	.homepagev2 #yt_right,
	.homepagev2 #yt_main.yt-main-left{
		padding-left: 10px;
		padding-right: 10px;
	}
	.homepagev2 .v2-banner-home{
		display: none;
	}
	.header2-wrap .header-middle-right .sm_megamenu_wrapper_horizontal_menu{
		display: none;
	}
	#yt_header.header2-wrap .yt-header-middle{
		padding: 30px 0 0 0;
		display: none;
	}
	.header2-wrap .sm-serachbox-pro{
		margin: 0px 5px 0 0;
	}
	#yt_header.header2-wrap .yt-header-middle2{
		background-color: #fff;
	}
	.header2-wrap .header-middle-right{
		height: 35px;
	}
	#yt_header.header2-wrap .head-cart{
		margin-top: -5px;
	}
	.header2-wrap .sm-serachbox-pro{
		top:-36px;
		z-index: 5;
	}
	.header2-wrap  #yt-responsivemenu .btn.btn-navbar{
		top: -37px;
	}
	.header2-wrap .mini-cartpro .block-content{
		top: 46px;
	}
	#yt_header.header2-wrap #yt_header_left{
		z-index: 3;
	}
	#yt_header.header2-wrap .yt-header-top{
		z-index: 6;
        display: none;
	}

    .wrapper_404page .content-404page{
        float:none;
        margin-left:auto;
        margin-right:auto;
    }

    .wrapper_404page .content-404page .button-404{
        padding-bottom:30px;
    }

    .img-right-404{
        display:none;
    }

    .toolbar .pager-wrapper{
        padding-left: 0;
        padding-top: 10px;
    }

    .toolbar .pagination-wrap .inner{
        float: left;
    }

    .yt-tab-listing .title-text{
        position: relative;
    }

    /* HEADER 5 */

    #yt_header .header-style-5 .language-currency{
        padding-left: 15px;
    }

    #yt_header .header-style-5 .language-currency .switcher-wrap{
        float: left;
        width: auto;
    }

    #yt_header .header-style-5  .language-currency .switcher-wrap:hover .switch-content{
        width: auto;
    }

    #yt_header .header-style-5 .searchbox-header,
    #yt_header .header-style-5 .cart-info-header{
        width: 20%;
        float: left;
    }

    #yt_header .header-style-5 .logo-header{
        width: 60%;
        float: left;
    }

    #yt_header .header-style-5 .phone-header{
        display: none;
    }

    #yt_header .header-style-5 .sm-serachbox-pro{
        border:none;
        position: relative;
        left: 0;
        background-color: #666;
        padding:0;
        margin-left: 15px;
    }

    #yt_header .header-style-5 .sm-serachbox-pro:hover .sm-searbox-content{
        left: 0!important;
        right: auto;
        background-color: #666;
    }

    #yt_header .header-style-5 .sm-serachbox-pro:before{
        color: #fff!important;
    }

    .header-style-5 .header-middle .sm-serachbox-pro .jqTransformInputWrapper{
        margin-left: 0;
    }

    .header-style-5 .minicart-header .mini-cartpro .detail-minicart-v5{
        display: none;
    }

    .header-style-5 .minicart-header{
        margin-right: 15px;
    }

    #yt_header .header-style-5 .language-currency{
        width: 80%;
        float: left;
    }

    #yt_header .header-style-5 .header-toplinks{
        width: 20%;
        float: left;
    }

    #yt_header .header-style-5 .header-toplinks:before{
        font-family: fontawesome;
        content: "\f007";
        display: inline-block;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        float: right;
        color: #fff;
        font-size: 16px;
    }

    .header-style-5 .header-toplinks .links{
        position: absolute;
        right: 15px;
        background-color: #666;
        top: 36px;
        width: 200px;
        display: none;
        padding: 10px 0;
    }

    .header-style-5 .header-toplinks:hover .links{
        display: block;
    }

    #yt_header .header-style-5 .header-toplinks:hover:before{
        background-color: #666;
    }

    .header-style-5 .header-toplinks .links li{
        display: block;
        text-align: left;
    }

    .header-style-5 #yt-responsivemenu .btn.btn-navbar{
        left:15px;
        top: 12px;
        width: 45px;
        border: 1px solid #777;
    }

    .home-style-5 .left-megamenu-container{
        display: none;
    }

    .home-style-5 .fb-fanbox-container{
        display: none;
    }

    .home-style-5 .deal-list-item .item-image,
    .home-style-5 .deal-list-item .deal-info{
        width: 100%;
        padding:0;
    }

    .home-style-5 .block-tags-sidebar{
        display: table;
    }

    .home-style-5 .deal-list-item{
        padding: 10px 30px 30px;
    }

    .home-style-5 .banner-v51 .left-banner,
    .home-style-5 .banner-v51 .right-banner{
        float: none;
    }

    .home-style-5 .banner-v51 .left-banner img,
    .home-style-5 .banner-v51 .right-banner img,
    .home-style-5 .banner-v52 img,
    .home-style-5 .services .service-item a img{
        width: 100%;
    }

    .home-style-5 .banner-v52 a{
        float: none;
        display: block;
        margin: 0 0 10px;
    }

    .home-style-5 .banner-v51 .left-banner{
        margin-bottom: 10px;
    }

    .home-style-5 .services .service-item a{
        display: block;
        margin-bottom: 10px;
    }

    .home-style-5 .full-wrapper{
        margin-left: -15px;
        margin-right: -15px;
    }

    /* HEADER 6 */

    .header-style-6 #yt-responsivemenu .btn.btn-navbar{
        position: relative;
        top: 0;
        background-color: #666;
    }

    .header-style-6 .searchbox-container{
        position: absolute;
        right: 10px;
        top: 3px;
    }

    #yt_header.header2-wrap .header-style-6  .head-cart{
        position: absolute;
        right: 60px;
        margin-top: 1px;
    }

    .header-style-6 .header-middle-right{
        margin-top: 0;
        background-color: #eee;
    }

    .header-style-6 div.logo{
        text-align: center;
    }

    .header-style-6 .header-middle-right{
        height: 50px;
        margin-bottom: 15px;
    }

    .header-style-6 #yt-responsivemenu .btn.btn-navbar{
        width: 50px;
        height: 50px;
    }

    .header-style-6 #yt-responsivemenu{
        padding-left: 10px;
    }

    .header-style-6 .sm-serachbox-pro::before{
        display: none;
    }

    .header-style-6 .search-dropdown{
        width: 290px;
    }

    .header-style-6 .search-dropdown .sm-serachbox-pro{
        position: relative;
        top: 0;
        right: auto;
        width: 100%;
        border:none;
    }

    .header-style-6 .search-dropdown .sm-serachbox-pro .sm-searbox-content{
        display: block!important;
        right: 0!important;
        left: auto!important;
        top: auto!important;
        background-color: #666;
        width: 300px;
    }

    .header2-wrap .header-style-6 .sm-serachbox-pro .jqTransformInputWrapper{
        width: 100%!important;
    }

    .header-style-6 .sm-serachbox-pro .jqTransformInputWrapper input.input-text{
        padding-right: 30px;
    }

    .header-style-6 .sm-serachbox-pro .sm-searbox-content .form-button.button{
        width: 40px;
        height: 35px;
    }

    .home-style-6 .deal-list-item{
        padding-bottom: 32px;
    }

    .home-style-6 .banner-v61 img{
        width: auto;
        max-width: 100%;
    }

    .home-style-6 .banner-v61 .left-banner{
        float: none;
        margin: 0 0 10px;
    }

    .home-style-6 .banner-v61 .right-banner{
        float: none;
    }

    .home-style-6 .banner-v61 .right-banner a img{
        width: 100%;
    }

    .home-style-6 .banner-v61 .right-banner a:first-child{
        float: left;
        width: 46%;
    }

    .home-style-6 .banner-v61 .right-banner a:last-child{
        float: right;
        width: 52%;
    }

    .home-style-6 .tablisting-custom .custom-image{
        display: none;
    }

    .home-style-6 .tablisting-custom .respl-wrap .respl-items-container{
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .home-style-6 .tablisting-custom .yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner{
        border:1px solid #ddd!important;
    }

    .home-style-6 .services-v6 .item{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .home-style-6 .deal-list-item .item-image{
        padding:0;
        width: 100%;
        float: none;
    }

    .home-style-6 .deal-list-item .deal-info{
        padding-right: 0;
        float: none;
        width: 100%;
    }

    .home-style-6 .deal-list-item{
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-style-6 .full-wrapper{
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-style-6 .tablisting-custom .yt-tab-listing .respl-items-container .respl-items .respl-item{
        width: 100%;
    }

    .home-style-6 .category-products .basic-product-list .item .wishlist-compare{
        display: table;
        width: 100%;
        padding-top: 5px;
    }

    .home-style-6 .category-products .basic-product-list .item .wishlist-compare a{
        margin-right: 5px;
        margin-left: 0;
    }


    .header-style-7 .megamenu-vertical-container{
        display: none;
    }

    .header-style-7 #yt-responsivemenu .btn.btn-navbar{
        position: relative;
        top:-35px;
        left: -10px;
        z-index: 99;
    }

    .header1-wrap .header-style-7 .sm-serachbox-pro{
        background-color: #666;
    }

    .header1-wrap .header-style-7  .sm-serachbox-pro:before{
        color: #fff!important;
    }

    .header1-wrap .header-style-7  .sm-serachbox-pro .sm-searbox-content{
        background-color: #fff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }

    .home-style-7 .tablisting-custom .yt-tab-listing .respl-wrap .respl-items-container{
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .home-style-7 .tablisting-custom .custom-image{
       position: static;
        display: table;
        width: 100%;
    }

    .home-style-7 .tablisting-custom .custom-image .image-tab a{
        float: left;
        width: 50%;
    }

    .home-style-7 .tablisting-custom .custom-image .image-tab a img{
        width: 100%;
    }

    .home-style-7 .tablisting-custom .products-grid .item .item-inner{
        border: 1px solid #ddd!important;
    }

    .home-style-7 .services-v7 .item-sv{
        margin-bottom: 10px;
    }

    .home-style-7 .deal-list-item .item-image{
        width: 100%;
        margin:0;
    }

    .home-style-7 .deal-list-item .deal-info{
        width: 100%;
        padding:0;
    }

    .home-style-7 .deal-list-item{
        padding: 20px;
    }

    .home-style-7 .services-v7 img{
        width: 100%;
    }

    .home-style-7 .sm-categories .cat-wrap .image-cat{
        position: relative;
        height: auto!important;
    }

    .home-style-7 .sm-categories .cat-wrap .image-cat img{
        width: 100%!important;
        height: auto!important;
    }

    .home-style-7  .hotcate-wrap .btn-viewmore{
        position: absolute;
        bottom: 40px;
        top: auto;
    }

    .home-style-7 .banner-left a img,
    .home-style-7 .banner-v71 a img{
        width: 100%;
    }

    .home-style-7 .full-wrapper{
        margin-left: -15px;
        margin-right: -15px;
    }

    .header-style-7 .megamenu-horizontal-container{
        margin-top: -49px;
        margin-left: 50px;
    }

    .header-style-7 .yt-responsivemenu{
        margin: 0 15px;
    }

    .header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent > a{
        padding: 0 18px!important;
    }

    .header-style-7 .header-middle-right{
        height: 35px;
    }

    .home-style-7 .banner-v71{
        float: none;
        margin:0;
        display: table;
        width: 100%;
        margin-bottom: 30px;
    }

    .home-style-7 .banner-v71 a img{
        width: 100%;
    }

    .home-style-7 .banner-v71 a:first-child{
        width: 50%;
        float: left;
    }

    .home-style-7 .banner-v71 a:last-child{
        width: 50%;
        float: left;
    }

    .home-style-7 .tablisting-custom{
        margin-bottom: 30px;
    }

    .home-style-7 .deal-list-item{
        padding-bottom: 30px;
    }

    .home-style-7 .banner-left .banner-content{
        margin: 0;
        display: table;
        width: 100%;
    }

    .home-style-7 .banner-left .banner-content a:first-child{
        width: 50%;
        float: left;
    }

    .home-style-7 .banner-left .banner-content a:last-child{
        width: 50%;
        float: left;
    }

    .home-style-7 .newsletter-center{
        margin-right:0;
    }

    .home-style-7 .banner-right{
        display: none;
    }

    .home-style-7 .yt-tab-listing .respl-items-container .respl-items .respl-item{
        margin-bottom: 0;
    }

    .header-style-8 #yt-responsivemenu .btn.btn-navbar{
        z-index: 50;
        left: -10px;
    }

    .header-style-8 .header-middle-right{
        height: 35px;
    }

    .header1-wrap .header-style-8 .sm-serachbox-pro{
        background-color: #666;
    }

    .header1-wrap .header-style-8 .sm-serachbox-pro::before{
        color: #fff!important;
    }

    .sm-serachbox-pro .sm-searbox-content{
        background-color: #fff;
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    }


    /* INDEX 8 */

    .home-style-8 .slidershow-content{
        width: 100%;
        margin:0;
    }

    .home-style-8 .banner-right-index{
        width: 100%;
        padding-top: 15px;
    }

    .home-style-8 .banner-right-index .banner-v81,
    .home-style-8 .banner-right-index .newsletter-right{
        width: 100%;
        float: left;
    }

    .home-style-8 .banner-right-index .banner-v81 img{
        width: 100%;
    }

    .home-style-8 .banner-right-index .newsletter-right{
        padding: 32px 30px;
    }

    .home-style-8 .newsletter-right .block-content .input-box .input-text{
        width: 100%;
    }

    .home-style-8 .basic-slider-container{
        margin-left: 0;
    }

    .home-style-8 .services-v7 img{
        width: auto;
        max-width: 100%;
    }

    .home-style-8 .sm-categories .owl-carousel .owl-item{
        padding:0 15px;
    }

    .home-style-8 .sm-categories .cat-wrap .content-box{
        margin:0;
    }

    .home-style-8 .sm-categories .cat-wrap .image-cat{
        height: auto!important;
        position: relative;
    }

    .home-style-8 .sm-categories .cat-wrap .image-cat img{
        width: 100%!important;
        height: 100%!important;
    }

    .home-style-8 .hotcate-wrap .btn-viewmore{
        position: absolute;
        bottom: 40px;
        top: auto;
    }

    .home-style-8 .collections li{
        width: 32.33%;
        margin-bottom: 20px;
    }

    .home-style-8 .banner82 a img{
        width: 100%;
        max-width: auto;
    }

    .home-style-8 .banner82 .banner{
        width: 32.4%;
    }

    .home-style-8  .sm-categories .cat-wrap{
        padding:0;
    }

    .home-style-8 .listing-tab-custom .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:before{
        display: none;
    }

    .home-style-8 .listing-tab-custom .yt-tab-listing .carousel-control-wrap{
        margin-top: -57px;
        margin-right: 0;
    }

    .home-style-8 .listing-tab-custom .yt-tab-listing .respl-wrap .respl-items-container{
        margin-top: 10px;
    }

    .home-style-8 .services-v7{
        margin-bottom: 30px;
    }

    .home-style-8 .services-v7 .item-sv{
        margin-bottom: 10px;
    }

    .home-style-8 .services-v7 img{
        width: 100%;
    }

    .home-style-8 .full-wrapper{
        margin-left: -15px;
        margin-right: -15px;
    }

    .home-style-8 .sm-categories{
        padding: 0;
    }

    .home-style-8 .hotcate-wrap .block-title{
        margin: 0 15px;
    }

    .home-style-8 .yt-tab-listing .carousel-control-wrap{
        margin-top: -42px;
        margin-right: 0;
    }

    .home-style-8 .listing-tab-custom .yt-tab-listing .carousel-control-wrap{
        margin-top: -43px;
    }

    .home-style-8 .deal-list-item .item-image{
        width: 100%;
        padding-left: 0;
        float: none;
    }

    .home-style-8 .deal-list-item .deal-info{
        float: none;
        width: 100%;
        padding-right:0;
    }

    .home-style-8 .deal-list-item{
        padding: 20px;
    }

    .home-style-8 .banner82 .banner{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .home-style-8 .banner82 .banner img{
        width: 100%;
    }

    .home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-next{
        right: 14px;
    }

    .home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-prev{
        left: 15px;
    }

    /* BONUS PAGE */

    /* pricing page */
    .table-style-1 .table-container .table-column{
        display: block;
        margin-bottom: 30px;
    }

    .table-style-1 .table-container .table-column.column-active{
        position: static;
        top: 0;
    }

    .table-style-2 .table-column{
        margin-bottom: 30px;
    }


    .table-style-2 .column-active{
        padding: 30px 0 10px;
    }

    .table-style-3 .table-container .table-column,
    .table-style-4 .table-container .table-column{
        display: block;
        margin-bottom: 30px;
    }

    .table-style-5 .table-container .table-column{
        display: block;
        margin-bottom: 30px;
    }


    /* end pricing page */

    /* Team */

    .our-team img{
        width: 100%;
    }

    .team-style-1 .team-inner,
    .team-style-2 .team-inner,
    .team-style-3 .team-inner,
    .team-style-5 .team-inner{
        margin-bottom: 30px;
    }

    .team-style-4 .item-team{
        display: table;
        width: 100%;
        margin-bottom: 30px;
    }

    .team-style-4 .team-container .team-inner .team-image{
        float: none;
        width: 100%;
    }

    .team-style-4 .team-container .team-inner .team-info{
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    /* categories page */

    .categories-page img{
        width: 100%;
    }

    /* faqs */

    .full-wrapper-faq-4{
        margin-left: -15px;
        margin-right: -15px;
        padding: 50px 15px;
    }

    .accordion-type-3 .info-faq,
    .accordion-type-4 .info-faq{
        clear: both;
        margin-left: 0;
        margin-right: 0;
    }

    /* typography */

    .dropcap{
        clear: both;
        margin:30px 0;
    }

    /* events */

    .events-list .item .event-image{
        float: none;
        width: auto;
    }

    .events-list .item .event-image img{
        width: auto;
        max-width: 100%;
    }

    .events-list .item .event-info{
        clear: both;
        margin-left: 0;
        margin-right: 0;
        padding-top: 15px;
    }

    /* testimonial */

    .full-wrapper.testimonial_2_wrapper,
    .full-wrapper.testimonial_4_wrapper,
    .full-wrapper.blurred-background{
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .testimonials-style-2 .testimonials-image,
    .testimonials-style-3 .testimonials-image,
    .testimonials-style-5 .testimonials-image{
        float: none;
        margin:0 auto;
    }

    .testimonials-style-2 .testimonials-info,
    .testimonials-style-3 .testimonials-info,
    .testimonials-style-5 .testimonials-info{
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        padding-top: 20px;
    }

    .blurred-background{
        background-size: auto 100%;
    }

	body {padding-top: 60px!important;}

	.home-banner-data {display: flex;
		flex-wrap: wrap; }

	#yt_header_left {
		order: 2;
	}

	#yt_header_right {
		order: 1;
		margin-bottom: 10px;
	}

}
@media (min-width: 479px) and (max-width: 767px) {
	.banner-home .banner2 a{
		float: none;
	}
	#yt_main .yt-product-detail .sm-slider .item,
	.catalog-category-view .products-grid .item,
	.yt-tab-listing .respl-items-container .respl-items .respl-item{
		width: 50%;
	}
	/*.products-grid .item .item-inner .product-info{
		padding:0 5px 20px;
	}*/
	.yt-product-detail .more-views.slide-gallery .next{
		right: 0;
	}
	.yt-product-detail .more-views.slide-gallery .prev{
		left: 0;
	}

    /* country page */

    .country-item,
    .parners-list li{
        float: left;
        width: 50%;
        text-align: center;
    }

	.subcategories {
		grid-template-columns: repeat(3, 33.33%);
	}

}
@media (min-width: 360px) and (max-width: 767px) {
	.toolbar .view-mode-wrap{
		width: 25%;
	}

	.yt-product-detail .wrap-qty {
		width: 35%;
	}






	.category-blog .toolbar .view-mode-wrap,
	.blog-index-list .toolbar .view-mode-wrap,
	.blog-post-view .toolbar .view-mode-wrap{
		display: none;
	}
	.category-blog .toolbar .toolbar-center,
	.blog-index-list .toolbar .toolbar-center,
	.blog-post-view .toolbar .toolbar-center{
		width: 100%;
	}
	.toolbar .toolbar-center{
		margin-top: 0px;
		width: 75%;
		margin-right: -5px;
		float: right;
	}
	.kis-ajanlatunk .ajanlat h4 {
		font-size: 12px!important;
		line-height: 18px;
	}
	.kis-ajanlatunk .ajanlat .orszagos:before {
		height: 85px;
	}
	.kis-ajanlatunk .ajanlat {
		width: 31.3%;
		text-align: center;
		padding: 0;
		padding-top: 7px;
	}
	.kis-ajanlatunk .ajanlat h4:before {
		margin: 0 auto;
		float: none!important;
		max-height: 50px;
		width: 100%!important;
		background-size: contain!important;
		background-repeat: no-repeat!important;
		background-position: 34%!important;
	}
	.kis-ajanlatunk .ajanlat .orszagos:before {
		margin-top: -15px!important;
	}
	.kis-ajanlatunk .ajanlat br {
		display: none;
	}
	.kis-ajanlatunk .ajanlat .tapasztalat {
		padding-right: 18px;
	}
	.kis-ajanlatunk .ajanlat .tapasztalat:before {
		margin-top: -17px;
	}
	.kis-ajanlatunk .ajanlat .hnap:before {
		margin-top: -15px;
		margin-left: 6px;
	}
	.kis-ajanlatunk .ajanlat a {
		margin-top: 0px;
	}
	.kis-ajanlatunk {max-height: 135px}

}
@media (max-width: 479px){
	.yt-product-detail-inner {

	}
	.breadcrumbs {padding-left: 10px}

	.add-to-cart2 {        min-width: 200px;
		float: right;
		margin-bottom: 5px;}
	#yt_wrapper .yt-product-detail #yt_tab_reviewform input[type="radio"]{
		margin: 0 0 0 40%;
	}
	.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review #product-review-table > tbody > tr > td{
		padding: 0;
	}
	.title-happy-about{
		left:10px;
	}
	.spotlight .inner{
		margin-left: 40px !important;
	}
	.toolbar .pagination-wrap .inner{
		float: left;
	}
	.toolbar .pager-wrapper{
		padding-left: 0px;
	}

    .header4-wrap .welcome-msg{
        display: none;
    }

    .header4-wrap .login-regis{
        float: none;
        text-align: center;
        padding:0 0 0 15px;
    }

    #yt_header.header4-wrap .header-top-3 .inner{
        float: none;
        text-align: center;
    }

    #yt_header.header4-wrap .head-quicklink .links li{
        display: inline-block!important;
        float: none;
    }

    #yt_header.header4-wrap .head-quicklink .links li.first + li,
    #yt_header.header4-wrap .head-quicklink .links li.last{
        display: none!important;
    }

    .home-style-5 .sm-categories .cat-wrap .content-box{
        width: 100%!important;
    }

    .home-style-5 .sm-categories .cat-wrap .image-cat{
        height: auto!important;
        position: relative;
    }

    .home-style-5 .sm-categories .cat-wrap .image-cat img{
        width: 100%!important;
        height: auto!important;
    }

    .home-style-5 .sm-categories .btn-viewmore{
        position: absolute;
        bottom: 40px;
        top: auto;
    }

	.ajanlatunk .ajanlat {width: 100%; margin: 5px 5px!important; padding: 7px;}
	.ajanlatunk .ajanlat img {width: 100%}
	.yt-custom-block .pipak {overflow: auto!important;}

    .header-style-6 .mini-cartpro .block-content{
        right: -50px;
    }

    .home-style-6 .sm-categories.preset04-2 .cat-wrap .content-box{
        width: 100%;
    }

    .home-style-6 .sm-categories{
        padding:0;
    }

    .home-style-6 .hotcate-wrap .block-title{
        margin:0;
    }

    .home-style-8 .collections li{
        width: 100%;
        margin:0;
        margin-bottom: 10px;
    }

    .home-style-8 .collections{
        margin-left: 0;
    }

    /* categories page */

    .category-item .image-category .description{
        display: none;
    }

    .category-item .image-category .title-category h2{
        margin-bottom: 10px;
    }

    /* country page */

    .country-item,
    .parners-list li{
        text-align: center;
    }

    .home-style-5 .deal-list-item .product-timer-wrap{
        padding-left: 0;
        background-image: none;
    }

    .home-style-5 .deal-list-item .product-timer-wrap .time-item:first-child{
        border-left: none;
    }
	.kis-ajanlatunk .ajanlat h4 {
		font-size: 12px!important;
	}

	.header2-wrap .slideshow2-wrap {
		border-radius: 12px!important;
	}

	.subcategories {
		grid-template-columns: repeat(2, 50%);
	}

	.subcategories img{
		width:  100%!important;
	}

}

@media (min-width: 360px) and (max-width: 439px) {
	.yt-product-detail .more-views.slide-gallery{
		margin-left: 0;
	}
	.yt-product-detail .more-views.slide-gallery .prev{
		left: -11px;
	}



}
@media (max-width: 320px){
/*	#addthis_wrap .addthis_button_pinterest_pinit,*/
	#addthis_wrap .addthis_counter{
		margin-top:10px;
	}
	.yt-product-detail .product-add-box{
		margin-top: 10px;
	}



}

@media (min-width: 1310px) {



}
.wsmenu>.wsmenu-list>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu-list>li>.wsshoptabing {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu-list>li:hover .wsshoptabing {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
body {
  background-color: #e9ebef;
}

.wrapper {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0;
  min-width: 320px;
}

.header {
  width: 100%;
  display: block;
  min-height: 214px;
  padding-top: 0;
}

.headerwp {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
}

.posrlt {
  position: relative;
}

.headtoppart {
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  height: 39px;
  margin: 0 auto;
  padding: 0;
  min-width: 320px;
}

.headertopleft {
  float: right;
}

.headertopright {
  float: left;
  text-align: left;
}

.headertopright a {
  line-height: 39px;
  color: #5f5f5f;
  font-size: 14px;
  padding: 0 12px;
  display: inline-block;
  float: left;
}

.headertopright a:hover {
  background-color: #272B37;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.headertopright a.facebookicon:hover {
  background-color: #3b5998;
  color: #fff;
}

.headertopright a.twittericon:hover {
  background-color: #55acee;
  color: #fff;
}

.headertopright a.linkedinicon:hover {
  background-color: #0077b5;
  color: #fff;
}

.headertopright a.googleicon:hover {
  background-color: #dd4b39;
  color: #fff;
}

.address {
  padding: 10px 0 0 0;
  font-size: 12px;
  color: #b6b6b6;
}

.address a {
  color: #838383;
}

.address span {
  margin-right: 9px;
  color: #838383;
}

.address .fa {
  margin-right: 6px;
  margin-left: 6px;
  color: #5f5f5f;
}

.norlt {
  position: static;
}

.menuwrapper {
  position: relative;
}

.show-grid {
  background-color: #fff;
}

.btn-border {
  border: 2px solid;
  border-radius: 40px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  -moz-user-select: none;
  background-image: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  padding: 15px 40px;
}

.btn-border:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.btn-border:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.moreoption {
  width: 100%;
  display: block;
  margin-top: 290px;
}

.moreoption .boxheader {
  border: solid 0;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #717171;
}

.mobiletext02 {
  display: none;
}

.buttoncolor {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.3s linear 0s;
  width: 12.5%;
  height: 30px;
  float: left;
  text-align: center;
  margin: 0px 0px;
}

.buttoncolor:hover {
  color: #fff;
  text-decoration: none;
}

.buttoncolor:focus {
  color: #fff;
  text-decoration: none;
}

.buttoncolor03 {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.3s linear 0s;
  width: 12.5%;
  height: 30px;
  float: left;
  text-align: center;
  margin: 0px 0px;
}

.buttoncolor03:hover {
  color: #fff;
  text-decoration: none;
}

.buttoncolor03:focus {
  color: #fff;
  text-decoration: none;
}

.headertlt {
  width: 100%;
  padding: 40px 0px 15px 0px;
  letter-spacing: -0.5px;
  font-size: 22px;
  font-family: 'archivo_narrowregular';
  color: #424242;
}

.colorlink01 {
  width: 40%;
  float: left;
  margin: 0% 0% 0% 2%;
}

.colorlink02 {
  width: 40%;
  float: left;
  margin: 0% 0% 0% 2%;
}

.colorlink03 {
  width: 14%;
  float: left;
  margin: 0% 0% 0% 2%;
}

.buttoncolor02 {
  color: #424242;
  display: block;
  font-size: 15px;
  border-radius: 2px;
  height: 30px;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.3s linear 0s;
  width: 100%;
  border-right: solid 5px #fff;
  float: left;
  text-align: center;
  margin: 0% 0% 0% 0%;
  background-color: #f2f2f2;
  border: solid 1px #D9D9D9;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  width: 50%;
  float: left;
}

.buttoncolor02:hover {
  background-color: #424242;
  color: #000;
}

.buttoncolor02.active {
  background-color: #424242;
  color: #fff;
}

.main-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* ========  Color Swicher CSS ============ */

.swichermainbx {
  max-width: 1200px;
  margin: 0 auto;
}

.swichermainleft {
  width: 50%;
  float: left;
  margin-bottom: 25px;
}

.swichermainright {
  width: 50%;
  float: left;
  margin-bottom: 25px;
}

.swichertxt02 {
  font-size: 15px;
  margin-bottom: 15px;
}

.wscolorcode:hover {
  color: #fff;
  text-decoration: none;
}

.wscolorcode {
  width: 12.5%;
  margin: 0px;
  color: #fff;
  float: left;
  padding: 4px 12px 4px 12px;
  margin: 0px;
  height: 30px;
  line-height: 22px;
  background-color: #333;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 2px #fff;
}

.wscolorcode.cblack {
  width: 16.66%;
}

.wscolorcode.active {
  border-bottom: solid 2px #333;
  opacity: 1;
}

.wscolorcode.cblack.active {
  border-bottom: solid 2px #da4b38;
  opacity: 1;
}

.wscolorcode .fa {
  font-size: 15px;
  color: #fff;
}

.wscolorcode.cblue {
  background-color: #1991eb;
}

.wscolorcode.corange {
  background-color: #fb872b;
}

.wscolorcode.cred {
  background-color: #d7412e;
}

.wscolorcode.cpink {
  background-color: #eb65a0;
}

.wscolorcode.cgreen {
  background-color: #80c133;
}

.wscolorcode.cpurple {
  background-color: #967ADC;
}

.wscolorcode.cgry {
  background-color: #ccc;
}

.wscolorcode.cyellow {
  background-color: #ffd452;
}

.wscolorcode.grd-green {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49c4a4), to(#97b832));
  background: -webkit-linear-gradient(left, #49c4a4, #97b832);
  background: -moz-linear-gradient(left, #49c4a4, #97b832);
  background: -o-linear-gradient(left, #49c4a4, #97b832);
  background: -ms-linear-gradient(left, #49c4a4, #97b832);
  background: linear-gradient(left, #49c4a4, #97b832);
  background-color: #49c4a4;
}

.wscolorcode.grd-blue {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#31c8b1), to(#4ec7ff));
  background: -webkit-linear-gradient(left, #31c8b1, #4ec7ff);
  background: -moz-linear-gradient(left, #31c8b1, #4ec7ff);
  background: -o-linear-gradient(left, #31c8b1, #4ec7ff);
  background: -ms-linear-gradient(left, #31c8b1, #4ec7ff);
  background: linear-gradient(left, #31c8b1, #4ec7ff);
  background-color: #4ec7ff;
}

.wscolorcode.grd-red {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d90647), to(#eb402c));
  background: -webkit-linear-gradient(left, #d90647, #eb402c);
  background: -moz-linear-gradient(left, #d90647, #eb402c);
  background: -o-linear-gradient(left, #d90647, #eb402c);
  background: -ms-linear-gradient(left, #d90647, #eb402c);
  background: linear-gradient(left, #d90647, #eb402c);
  background-color: #d90647;
}

.wscolorcode.grd-light-green {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#29bb92), to(#69cbb0));
  background: -webkit-linear-gradient(left, #29bb92, #69cbb0);
  background: -moz-linear-gradient(left, #29bb92, #69cbb0);
  background: -o-linear-gradient(left, #29bb92, #69cbb0);
  background: -ms-linear-gradient(left, #29bb92, #69cbb0);
  background: linear-gradient(left, #29bb92, #69cbb0);
  background-color: #29bb92;
}

.wscolorcode.grd-pink {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c659a7), to(#fd67a0));
  background: -webkit-linear-gradient(left, #c659a7, #fd67a0);
  background: -moz-linear-gradient(left, #c659a7, #fd67a0);
  background: -o-linear-gradient(left, #c659a7, #fd67a0);
  background: -ms-linear-gradient(left, #c659a7, #fd67a0);
  background: linear-gradient(left, #c659a7, #fd67a0);
  background-color: #cc48d4;
}

.wscolorcode.grd-orange {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff5183), to(#ff754b));
  background: -webkit-linear-gradient(left, #ff5183, #ff754b);
  background: -moz-linear-gradient(left, #ff5183, #ff754b);
  background: -o-linear-gradient(left, #ff5183, #ff754b);
  background: -ms-linear-gradient(left, #ff5183, #ff754b);
  background: linear-gradient(left, #ff5183, #ff754b);
  background-color: #ff5183;
}

.wscolorcode.grd-black {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#383d41), to(#5d6069));
  background: -webkit-linear-gradient(left, #383d41, #5d6069);
  background: -moz-linear-gradient(left, #383d41, #5d6069);
  background: -o-linear-gradient(left, #383d41, #5d6069);
  background: -ms-linear-gradient(left, #383d41, #5d6069);
  background: linear-gradient(left, #383d41, #5d6069);
  background-color: #5d6069;
}

.wscolorcode.grd-gry {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#e4e4e4));
  background: -webkit-linear-gradient(left, #cccccc, #e4e4e4);
  background: -moz-linear-gradient(left, #cccccc, #e4e4e4);
  background: -o-linear-gradient(left, #cccccc, #e4e4e4);
  background: -ms-linear-gradient(left, #cccccc, #e4e4e4);
  background: linear-gradient(left, #cccccc, #e4e4e4);
  background-color: #cccccc;
}

/* End Color Swicher*/

@media only screen and (min-width: 230px) and (max-width:991px) {
  .wrapper {
    width: 100%;
    margin: 0% 0%;
  }
  .header {
    min-height: 75px;
  }
  .logo {
    /*display: none;*/
  }
  .header {
    box-shadow: none;
    background-image: none;
  }
  .colorlink01 {
    width: 92%;
    margin: 0% 4%;
  }
  .colorlink02 {
    width: 92%;
    margin: 0% 4%;
  }
  .colorlink03 {
    width: 92%;
    margin: 0% 4%;
  }
  .buttoncolor02 {
    width: 100%;
    margin-bottom: 2%;
  }
  .buttoncolor {
    width: 25%;
  }
  .buttoncolor03 {
    width: 25%;
  }
  .moreoption {
    width: 100%;
    margin: 85px 0 0 0;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .headtoppart {
    margin-top: 60px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .topmenusearch {
    margin: 0px 0 0;
    width: 100%;
  }
  .topmenusearch input:focus {
    width: 100%;
  }
  .posrlt {
    width: 240px;
    float: none;
  }
  .headerright {
    width: 100%;
    float: none;
  }
  .headertopleft {
    float: none;
    width: 96%;
    margin: 0% 2%;
  }
  .headertopright {
    float: none;
    width: 96%;
    margin: 0% 2%;
  }
  .address.clearfix:before, .address.clearfix:after {
    content: "";
    display: table;
  }
  .address.clearfix:after {
    clear: both;
  }
  .address.clearfix {
    zoom: 1;
  }
  .headertopleft {
    display: none;
  }
  .headerfull {
    height: auto;
  }
  .headertopright a {
    width: 25%;
    text-align: center;
  }
  /* Color Swicher  Only */
  .swichermainbx {
    width: 96%;
    margin: 0% 2%;
    display: block;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 15px 25px;
    border-radius: 14px;
  }
  .swichermainleft {
    width: 98%;
    margin: 1% 1%;
  }
  .swichermainright {
    width: 98%;
    margin: 1% 1%;
  }
  .wscolorcode {
    width: 12.5%;
  }
  .swichertxt {
    display: none;
  }
  .swichertxt02 span {
    display: none;
  }
}
/*
 * Plugin: Web Slide Navigation System
 * Demo Link: https://uxwing.com/webslide/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/
/* ======== Find Below Table of Content Points to Go Relevant Section  =========
[Table of contents DESKTOP]
Desktop Base CSS
Desktop Main Menu CSS
- Main Search Bar CSS
- My Account Dropdown
- Main Menu Cart Icon
Desktop Tabing Mega Menus CSS
- Tabing Leftside
- Tabing Rightside
- Mega Menu Content Formatting
- Brand Mega Menu
Desktop Mega Menus CSS
Desktop Half Menus CSS
Desktop Extra CSS

[Table of contents MOBILE ]
Mobile Menu Change Brake Point
Mobile Base CSS
Mobile Main Menu CSS
Mobile Dropdown CSS
Mobile Mega Menu CSS
Mobile Header CSS
 -> Mobile Search Bar
 -> Mobile Toggle Menu icon (X ICON)
Mobile Overlay/Drawer CSS
Mobile Sub Menu Expander Arrows
Extra @Media Query
===============================================================================*/
/* ================== Desktop Base CSS  ================== */
.wsmenu html, .wsmenu body, .wsmenu iframe, .wsmenu h1, .wsmenu h2, .wsmenu h3, .wsmenu h4, .wsmenu h5, .wsmenu h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  font-family: Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
}

.wsmenu .cl {
  clear: both;
}

.wsmenu img, object, embed, video {
  border: 0 none;
  max-width: 100%;
}

.wsmenu a:focus {
  outline: none;
}

.wsmenu:before, .wsmenu:after {
  content: "";
  display: table;
}

.wsmenu:after {
  clear: both;
}

/* ================== Desktop Main Menu CSS ================== */
.headerfull {
  width: 100%;
  height: 0px;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

.smllogo {
  padding: 9px 0px 0 16px;
  margin: 0;
  float: left;
  width: 6%;
}

.smllogo a {
  /*display: block;
  float: left;*/
  padding: 0;
}

.wsmain {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1300px;
  display: none;
}

.wsmenu {
  width: 94%;
  float: left;
  /*font-family: Helvetica, sans-serif;*/
  color: #fff;
  position: relative;
  font-size: 13px;
  padding: 0;
  display: block;
  margin: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.wsmenu>.wsmenu-list {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  display: block;
  padding: 0;
  position: relative;
}

.wsmenu>.wsmenu-list>li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.wsmenu>.wsmenu-list>li>.navtext {
  line-height: 16px;
  text-align: right;
  padding: 14px 20px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li>a {
  display: block;
  text-decoration: none;
  position: relative;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 100;
  line-height: 10px;
  margin-left: 1px;
  position: relative;
  right: -8px;
  text-align: right;
  top: 1px;
}

.wsmenu>.wsmenu-list>li>.navtext>span {
  display: block;
  font-size: 11px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  line-height: 16px;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span {
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
}

.wsmenu>.wsmenu-list>li a:hover .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu>.wsmenu-list>li a.active .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu>.wsmenu-list>li:hover>a .arrow:after {
  border-top-color: #b3b3b3
}

/* Main Search Bar CSS*/
.wsmenu>.wsmenu-list>li.wssearchbar {
  width: 40%;
  float: left;
  padding-left: 15px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch {
  float: right;
  width: 100%;
  height: 42px;
  position: relative;
  margin: 9px 0 0 0;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.searchicon {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input {
  width: 100%;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  font-size: 12px;
  height: 42px;
  z-index: 2;
  outline: none;
  color: #7d7d7d;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle {
  color: #fff;
  opacity: 0.9;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.searchicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle {
  top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49px;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  z-index: 1000;
  border: solid 0px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle>.fa {
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #9c9c9c;
}

/* My Account Dropdown */
.wsmenu>.wsmenu-list>li>ul.sub-menu {
  position: absolute;
  top: 60px;
  z-index: 1000;
  margin: 0;
  padding: 0;
  min-width: 190px;
  background-color: #fff;
  border: solid 1px #eeeeee;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
  background-image: none;
  color: #666666;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>.fa {
  margin-right: 9px;
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount {
  float: right;
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
  display: block;
  padding: 0 24px 0 24px;
  line-height: 59px;
  text-decoration: none;
  position: relative;
}

.wsmenu>.wsmenu-list>.wsshopmyaccount>a .fa.fa-angle-down {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-left: 8px;
  color: #7b7b7b;
}

.wsmenu>.wsmenu-list>.wsshopmyaccount>a .fa {
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  margin-right: 11px;
  vertical-align: middle;
}

/* Main Menu Cart Icon*/
.wsmenu>.wsmenu-list>li.wscarticon {
  float: right;
  clear: right;
}

.wsmenu>.wsmenu-list>li.wscarticon>a {
  display: block;
  color: #828181;
  padding: 0 26px 0 22px;
  line-height: 60px;
  text-decoration: none;
  position: relative;
}

.wsmenu>.wsmenu-list>li.wscarticon .hidetxt {
  display: none;
}

.wsmenu>.wsmenu-list>li.wscarticon a {
  padding: 0 27px 0 23px;
  text-align: center;
  /*border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);*/
}

.wsmenu>.wsmenu-list>li.wscarticon a .fa {
  font-size: 15px;
}

.wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
  position: absolute;
  top: 14px;
  right: 21px;
  width: 17px;
  height: 17px;
  background-color: #DA4B38;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 9px;
  text-align: center;
  font-style: normal;
  line-height: 16px;
  color: #fff;
}

.wsmenu>.wsmenu-list>.wsshopmenu>a .fa.fa-shopping-basket {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-right: 8px;
  color: #7b7b7b;
}

/* ================== Desktop Tabing Mega Menus CSS  ================== */
/* Tabing Leftside */
.wsmenu>.wsmenu-list>li>.wsshoptabing {
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 60px;
  background-color: #f8f8f8;
  left: 0;
  border-bottom: solid 2px #376cb7;
  border-top: solid 0px;
  z-index: 101;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
  width: 100%;
  display: block;
  position: relative;
  background-color: #f5f5f5;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu {
  background: #fff;
  border-bottom: solid 1px #d1d3d4;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:before, .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:after {
  content: "";
  display: table;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:after {
  clear: both;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
  width: 100%;
  list-style: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
  display: block;
  padding: 15px 11px;
  font-size: 13px;
  color: #606060;
  border-bottom: solid 1px #e5e5e5;
  width: 23%;
  float: left;
  position: relative;
  border-left: 3px solid #fff;
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover a {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover>a {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a>.fa {
  color: #848484;
  margin-right: 5px;
  text-align: center;
  width: 24px;
  font-size: 16px;
}

/* Tabing Rightside */
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  color: #000;
  display: block;
  float: left;
  padding: 10px 8px 0px 8px;
  width: 77%;
  min-height: 400px;
}

.wsmenu>.wsmenu-list>li:hover>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>.wstitemright {
  opacity: 1;
  visibility: visible;
}

/* Mega Menu Content Formatting */
.carousel-caption {
  width: 100%;
  display: block;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  bottom: 0;
}

.carousel-caption h3 {
  width: 100%;
  display: block;
  padding: 7px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.wsmenu>.wsmenu-list>li .wstbootslider {
  float: right;
  margin-top: 8px;
}

.wsmenu>.wsmenu-list>li .wstmegamenucolr {
  display: block;
  float: right;
  margin-top: 8px;
}

.wsmenu>.wsmenu-list>li .wstheading {
  width: 100%;
  display: block;
  padding: 10px 0px 6px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.wsmenu>.wsmenu-list>li .wstliststy01 {
  padding: 0px 0px 8px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li {
  width: 33.33%;
  float: left;
  line-height: 23px;
  font-size: 14px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 {
  padding: 5px 0px 10px 0px;
  margin: 0px;
  text-align: left;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li {
  width: 100%;
  list-style: none;
  line-height: 25px;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li.wstheading {
  line-height: normal;
  padding-left: 0px;
  margin-top: 0px;
  text-transform: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li.wstheading {
  line-height: normal;
  padding-left: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li {
  width: 100%;
  list-style: none;
  line-height: 24px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li.wstheading {
  line-height: normal;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy03 {
  width: 100%;
  padding: 0px 0px 8px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li {
  width: 33.33%;
  float: left;
  line-height: 23px;
  font-size: 14px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy04 {
  padding: 14px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li {
  width: 100%;
  list-style: none;
  line-height: 22px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li.wstheading {
  line-height: normal;
  text-align: center;
  padding: 12px 0px;
  font-size: 13px;
  margin-bottom: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy05 {
  padding: 10px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstmegamenucolr03 {
  padding-top: 10px;
  padding-left: 20px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li {
  width: 100%;
  list-style: none;
  line-height: 22px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li.wstheading {
  line-height: normal;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstmorebtn {
  border-radius: 2px;
  color: #9b9b9b;
  display: inline-block;
  float: right;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 1px 7px;
  text-align: right;
  text-transform: none;
}

.wsmenu>.wsmenu-list>li .wstmenutag {
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 1px 6px 1px 6px;
  margin-left: 6px;
  text-transform: none;
  letter-spacing: -0.0px;
}

.wsmenu>.wsmenu-list>li .wstmenutag:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: -6px;
  margin-top: 0px;
  position: absolute;
  top: 4px;
  z-index: 1;
}

.wsmenu>.wsmenu-list>li .wstmenutag.redtag {
  background-color: #fe7b8f;
}

.wsmenu>.wsmenu-list>li .wstmenutag.redtag:after {
  border-color: transparent #fe7b8f transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.greentag {
  background-color: #00c853;
}

.wsmenu>.wsmenu-list>li .wstmenutag.greentag:after {
  border-color: transparent #00c853 transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.bluetag {
  background-color: #4fc3f7;
}

.wsmenu>.wsmenu-list>li .wstmenutag.bluetag:after {
  border-color: transparent #4fc3f7 transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.orangetag {
  background-color: #FE7000;
}

.wsmenu>.wsmenu-list>li .wstmenutag.orangetag:after {
  border-color: transparent #FE7000 transparent transparent;
}

.wsmenu>.wsmenu-list>li .kitchenmenuimg {
  background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/kitchen-menu-img.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.wsmenu>.wsmenu-list>li .computermenubg {
  background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/computer-menu-img.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.wsmenu>.wsmenu-list>li .wstpngsml {
  padding-left: 18px;
}

.wsmenu>.wsmenu-list>li .wstfullwtag {
  width: 100%;
  display: block;
  border-bottom: solid 1px #e5e5e5;
  background-color: #f5f5f5;
}

/* Brand Mega Menu */
.wsmenu>.wsmenu-list>li .wstbrandbottom {
  width: 100%;
  background-color: #fff;
  display: block;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  padding: 9px 6px;
}

.wsmenu-list>li:hover>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li.wsshoplink-active>.wstbrandbottom {
  opacity: 1;
  visibility: visible;
}

.wsmenu>.wsmenu-list>li .wstabitem02 {
  width: 100%;
  padding: 0px;
  margin: 0px 0px;
  list-style: none;
  display: table;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li {
  display: table-cell;
  list-style: outside none none;
  text-align: center;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li>a {
  display: block;
  padding: 14px 0px;
  font-size: 13px;
  color: #717171;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a:after {
  position: absolute;
  content: '';
  top: 42px;
  right: 50%;
  width: 13px;
  height: 13px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  z-index: 100;
  background-color: #ffffff;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li:hover a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  background-color: #f5f5f5;
  color: #333;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a>.fa {
  opacity: 1;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li:hover a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li>a .fa {
  margin-right: 5px;
  text-align: center;
  width: 25px;
  font-size: 17px;
  opacity: 0.5;
}

.wsmenu>.wsmenu-list>li .brandcolor01 {
  color: #424242;
}

.wsmenu>.wsmenu-list>li .brandcolor02 {
  color: #00bcf2;
}

.wsmenu>.wsmenu-list>li .brandcolor03 {
  color: #00aff0;
}

.wsmenu>.wsmenu-list>li .brandcolor04 {
  color: #003087;
}

.wsmenu>.wsmenu-list>li .brandcolor05 {
  color: #a82400;
}

.wsmenu>.wsmenu-list>li .brandcolor06 {
  color: #ff3300;
}

.wsmenu>.wsmenu-list>li .brandcolor07 {
  color: #7ac142;
}

.wsmenu>.wsmenu-list>li .brandcolor08 {
  color: #ef4056;
}

/* ================== Desktop Mega Menus CSS  ================== */
.wsmenu>.wsmenu-list>li>.wsmegamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 60px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 14px 5px;
  font-size: 15px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 9px 5px 9px 0px;
  font-size: 17px;
  color: #424242;
  margin: 0px 0px 7px 0px;
  text-align: left;
  height: 39px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 0px;
  background: #fff;
  background-image: none;
  color: #666666;
  border-right: 0 none;
  display: block;
  background-color: #fff;
  color: #424242;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li .fa {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li a:hover {
  background: transparent;
  text-decoration: underline;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li .fa {
  font-size: 11px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li .fa {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .mrgtop {
  margin-top: 15px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
  font-size: 13px;
}

/* ================== Desktop Half Menus CSS  ================== */
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  width: 40%;
  right: auto;
  left: auto;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfdiv {
  width: 35%;
  right: 0px;
  left: auto;
}

/* ================== Desktop Extra CSS ================== */
.wsmobileheader {
  display: none;
}

.overlapblackbg {
  opacity: 0;
  visibility: hidden;
}

.wsmenu .wsmenu-click {
  display: none;
}

.wsmenu .wsmenu-click02 {
  display: none;
}

.wsmenu .wsmenu-click03 {
  display: none;
}

.hometext {
  display: none;
}

/*==============================================================================
                              Start Mobile CSS
===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */
@media only screen and (max-width: 991px) {




  /* ================== Mobile Base CSS ================== */
  html {
    /*overflow: hidden;*/
    /*height: 100%;*/
    -webkit-overflow-scrolling: touch;
    /*position: relative;*/
    /*max-width: 100%;*/
  }

  .wsmenucontainer {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  /*body {*/
  /*  height: 100%;*/
  /*  overflow-y: auto;*/
  /*  overflow-x: hidden;*/
  /*  position: relative;*/
  /*  max-width: 100%;*/
  /*}*/

  body.wsactive {
    overflow: hidden;
    position: relative;
    height: 100%;
  }

  /* ================== Mobile Main Menu CSS ================== */
  .smllogo {
    display: none;
  }

  .wsmain {
    display: block;
    margin: 0px;
    background-color: transparent;
  }

  .wsmenu {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    overflow-y: hidden;
    padding: 0;
    top: 0;
    visibility: hidden;
    position: fixed;
    margin: 0px;
    border-left: none;
  }

  .wsmenu>.wsmenu-list {
    height: auto;
    min-height: 100%;
    width: 260px;
    background: #fff;
    padding-bottom: 0;
    margin-left: -260px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: static;
  }

  .wsmenu>.wsmenu-list>li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
  }

  .wsmenu>.wsmenu-list>li>a {
    padding: 9px 32px 9px 18px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    position: static;
  }

  .wsmenu>.wsmenu-list>li>.navtext {
    padding-left: 18px;
  }

  .wsmenu>.wsmenu-list>li.wscarticon a {
    padding-left: 18px;
  }

  .wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
    padding-left: 18px;
  }

  .wsmenu>.wsmenu-list>li>a>.fa {
    font-size: 16px;
    color: #bfbfbf;
  }

  .wsmenu>.wsmenu-list>li.wscarticon a .fa {
    margin-right: 7px;
  }

  .wsmenu>.wsmenu-list>li>a .wsarrow:after {
    display: none;
  }

  .wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
    display: inline-block;
    right: auto;
    left: 27px;
  }

  .wsmenu>.wsmenu-list>li:hover>a {
    background-color: rgba(0, 0, 0, 0.08);
    text-decoration: none;
  }

  .wsmenu>.wsmenu-list>li>a>.hometext {
    display: inline-block;
  }

  .wsmenu>.wsmenu-list>li.wscarticon .hidetxt {
    display: inline-block;
  }

  .wsmenu>.wsmenu-list>li.wssearchbar {
    display: none;
  }

  .wsmenu .wsmenu-list>li.wsshopmyaccount>a>.fa-angle-down {
    display: none;
  }

  .wsmenu>.wsmenu-list>li.wscarticon {
    float: none;
  }

  .wsmenu>.wsmenu-list>li.wsshopmyaccount {
    float: none;
  }

  .wsmenu>.wsmenu-list>li.wscarticon a {
    text-align: left;
  }

  /* ================== Mobile Dropdown CSS ================== */
  .wsmenu>.wsmenu-list>li>ul.sub-menu {
    display: none;
    position: relative;
    top: 0px;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    line-height: 20px;
    font-size: 13px;
    padding: 13px 0px 13px 16px;
    color: #6e6e6e;
    border-bottom: solid 1px rgba(0, 0, 0, 0.13);
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li span+a {
    padding-right: 30px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
    background-color: #e7e7e7;
    color: #666666;
    text-decoration: underline;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu li:hover>a {
    background-color: #e7e7e7;
    color: #666666;
  }

  /* ================== Mobile Mega Menu CSS  ================== */
  .wsmenu>.wsmenu-list>li>.wsmegamenu {
    background-color: #fff;
    padding-top: 5px;
    color: #666666;
    display: none;
    position: relative;
    top: 0px;
    padding: 8px 0px 8px 0px;
    border: solid 0px;
    opacity: 1;
    visibility: visible;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    width: 100%;
  }

  .wstabitem02>.wsshoplink-active>a:after {
    display: none;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
    position: relative;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
    width: 100%;
    margin: 0px;
    float: none;
    font-size: 12px;
    padding: 14px 11px 14px 11px;
    font-weight: bold;
  }

  .wsmenu>.wsmenu-list>li .wstheading {
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
    width: 100%;
    position: static;
    top: 0px;
    min-height: inherit;
    padding: 10px 15px;
    opacity: 1;
    visibility: visible;
    display: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);

  }

  .wsmenu>.wsmenu-list>li .wstbootslider {
    width: auto;
  }

  .wsmenu>.wsmenu-list>li .wstmegamenucolr {
    width: auto;
  }

  .wsmenu>.wsmenu-list>li .wstliststy01>li {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .wsmenu>.wsmenu-list>li .wstliststy02 {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 15px 0px;
  }

  .wsmenu>.wsmenu-list>li .wstliststy03 li {
    width: 100%;
  }

  .wsmenu>.wsmenu-list>li .wstliststy05 {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }

  .wsmenu>.wsmenu-list>li .kitchenmenuimg {
    background-image: none;
  }

  .wsmenu>.wsmenu-list>li .computermenubg {
    background-image: none;
  }

  .wsmenu>.wsmenu-list>li .wstbrandbottom {
    width: 100%;
    position: static;
    top: 0px;
    min-height: inherit;
    padding: 10px 5px 15px 5px;
    opacity: 1;
    visibility: visible;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }

  .wsmenu>.wsmenu-list>li .wstabitem02 {
    display: block;
  }

  .wsmenu>.wsmenu-list>li .wstabitem02>li {
    position: relative;
    text-align: left;
    display: block;
  }

  .wsmenu>.wsmenu-list>li .wstabitem02>li>a {
    padding: 13px 11px;
  }

  .wsmenu>.wsmenu-list>li .wstabitem02>li>a {
    background-color: #fff;
  }

  .wsmenu>.wsmenu-list>li .wstheading {
    padding-left: 0px;
  }

  .wsmenu-list>li>.navtext {
    margin: 0px;
  }

  .wsmenu .wsmenu-list>li .wsshoptabingwp {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing {
    background-color: #ffffff;
    color: #666666;
    display: none;
    position: relative;
    top: 0px;
    padding: 0px;
    border: solid 0px;
    opacity: 1;
    visibility: visible;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
    width: 100%;
    background-color: #fff;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a:after {
    border: none;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a .fa {
    display: none;
  }

  /* ================== Mobile Header CSS ================== */
  .wsmobileheader {
    width: 100%;
    max-width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8028;
    height: 60px;
    background-color: #eaecf0;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
  }

  .wsactive .wsmobileheader {
    margin-left: 260px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsmobileheader>.smllogo {
    display: block;
    width: 100%;
    margin: 0px auto 0px auto;
    float: none;
    padding-left: 0px;
    padding-top: 8px;
  }

  .mobiletext {
    display: inline-block;
  }

  /*Mobile Search Bar*/
  .wsmobileheader .wssearch {
    background-color: transparent;
    z-index: 1000;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 13px 12px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
  }

  .wsmobileheader .wscart {
    background-color: transparent;
    z-index: 1000;
    position: absolute;
    top: 0px;
    right: 48px;
    padding: 13px 10px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
  }
  .wsmobileheader .wscart a{
    color: #fff;
  }

  .wsmobileheader .wssearch .fa {
    font-size: 19px;
    color: #9196a0;
  }

  .wsmobileheader .wssearchform {
    display: none;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 44px;
    top: 0px;
    left: 0;
    padding: 12px 10px;
    cursor: default;
  }

  .wsmobileheader .wssearch.wsopensearch {
    width: 100%;
    background-color: #6ebc14;
  }

  .wsmobileheader .wssearch.wsopensearch .wssearchform {
    display: block;
  }

  .wsmobileheader .wssearchform form {
    width: calc((100% - 10px)/* - 45px*/);
    display: block;
    position: relative;
  }

  .wsmobileheader .wssearchform form:before {
    /*content: "\f002";
    font-family: FontAwesome;
    left: 12px;
    position: absolute;
    top: 0;
    color: #777777;
    height: 34px;
    line-height: 33px;*/
  }

  .wsmobileheader .wssearchform input {
    width: 100%;
    height: 34px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 0px;
    text-indent: 13px;
    margin: 0px;
    line-height: 18px;
    padding: 0px;
    display: block;
  }

  .wsmobileheader .wssearch.wsopensearch {
    left: 0px;
    right: auto;
    width: 100%;
    height: 60px;
    cursor: pointer;
  }

  .wsmobileheader .wssearch .fa-times {
    display: none;
  }

  .wsmobileheader .wssearch.wsopensearch .fa-times {
    display: inline-block;
    float: right;
    font-size: 23px;
    margin-top: 6px;
  }

  .wsmobileheader .wssearch.wsopensearch .fa-search {
    display: none;
  }

  /* Mobile Toggle Menu icon (X ICON) */
  .wsanimated-arrow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .wsanimated-arrow {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    margin: 12px 0 0 15px;
  }

  .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 17px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
  }

  .wsanimated-arrow span:before {
    top: -7px;
    width: 23px;
  }

  .wsanimated-arrow span:after {
    bottom: -7px;
    width: 17px;
  }

  .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    transition: all 500ms ease-in-out;
  }

  .wsactive .wsanimated-arrow span:after {
    width: 23px;
  }

  .wsactive .wsanimated-arrow span {
    background-color: transparent;
  }

  .wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after {
    top: 7px;
  }

  .wsactive .wsanimated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }

  .wsactive .wsanimated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* ================== Mobile Overlay/Drawer CSS ================== */
  .wsmenu>.overlapblackbg {
    right: 0;
    width: calc(100% - 260px);
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }

  .wsactive .wsmenu>.overlapblackbg {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
  }

  .wsmenucontainer {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenucontainer {
    /*margin-left: 260px;*/
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    z-index: 99999999999;
    top: 0;
  }

  .wsmenu-list a svg {margin-right: 15px }

  .wsactive .wsmenu>.wsmenu-list {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-left: 0;
  }

  /* ================== Mobile Sub Menu Expander Arrows  ================== */
  .wsmenu>.wsmenu-list>li>.wsmenu-click {
    border-left: 1px solid;
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
    text-align: center;
    padding-top: 13px;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    display: block;
    height: 23px;
    width: 25px;
    margin-top: 18px;
    margin-right: 13px;
    background-size: 25px;
    font-size: 21px;
    float: right;
    text-align: center;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 {
    border-left: 1px solid #f3f3f3;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 15px;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i {
    display: block;
    height: 23px;
    width: 34px;
    margin-top: 11px;
    margin-right: 8px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.25);
    float: right;
    text-align: center;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02.ws-activearrow02>i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 {
    border-left: 1px solid #f3f3f3;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
    background-color: #f3f3f3;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 i {
    display: block;
    height: 23px;
    width: 34px;
    margin-top: 11px;
    margin-right: 8px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.25);
    float: right;
    text-align: center;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03.ws-activearrow03>i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /*End Media Query*/
}

/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width:1262px) {
  .wsmenu>.wsmenu-list>li.wssearchbar {
    width: 21%;
  }

  .smllogo {
    width: 7%;
  }

  .wsmenu {
    width: 93%
  }
}

.wsmenu-list li > .wsmenu-click {padding-top: 21px!important;}

#wsnavtoggle:after {
  content: 'Menü';
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-top: 12px;
  display: block;
  text-transform: uppercase;
}
.wsactive #wsnavtoggle:after {
  display: none;
}

.wscustomerservice:before {    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/support.svg) no-repeat;
  /* background: #ccc; */
  width: 29px;
  height: 18px;
  content: 'url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/support.svg)';
  background-size: contain;
  display: inline-block;
  content: ' ';
  margin-left: -3px;
  top: 3px;
  position: relative;}
/* Desktop Main Menu Color */

.headerfull {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ebc14), to(#2f9349));
  background: -webkit-linear-gradient(left, #6ebc14, #2f9349);
  background: -moz-linear-gradient(left, #6ebc14, #2f9349);
  background: -o-linear-gradient(left, #6ebc14, #2f9349);
  background: -ms-linear-gradient(left, #6ebc14, #2f9349);
  background: linear-gradient(left, #6ebc14, #2f9349);
  background-color: #2f9349;
}

.wsmenu>.wsmenu-list {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ebc14), to(#2f9349));
  background: -webkit-linear-gradient(top, #6ebc14, #2f9349);
  background: -moz-linear-gradient(top, #6ebc14, #2f9349);
  background: -o-linear-gradient(top, #6ebc14, #2f9349);
  background: -ms-linear-gradient(top, #6ebc14, #2f9349);
  background: linear-gradient(top, #6ebc14, #2f9349);
  background-color: #2f9349;
}

.wsmenu>.wsmenu-list>li>.navtext>span {
  color: #fff;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span {
  color: #fff;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #fff
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
  color: #fff;
}

.wsmenu>.wsmenu-list>.wsshopmyaccount>a .fa {
  color: #fff;
}

.wsmenu>.wsmenu-list>li>a>.fa {
  color: #fff;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input {
  background-color: #fff;
  color: #333;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle {
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus {
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>a {
  color: #fff;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
  border-top-color: #b3b3b3;
}

.wsmenu>.wsmenu-list>li>a:hover .wsarrow:after {
  border-top-color: #333;
}

.wsmenu>.wsmenu-list>li>a.active .wsarrow:after {
  border-top-color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a .wsarrow:after {
  border-top-color: #333;
}

.wsmenu>.wsmenu-list>li>a.active .fa {
  color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a>.fa {
  color: #333;
}

.wsmenu>.wsmenu-list>li>a:hover .fa {
  color: #333;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle {
  background-color: #fff;
  color: #333;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle .fa {
  color: #333;
}

.wsmenu>.wsmenu-list>li>a.active {
  background-color: #1991eb;
  color: #fff;
}

.wsmenu>.wsmenu-list>li:hover>a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.wsmenu>.wsmenu-list>li:hover>a>.fa {
  color: #fff;
}

.wsmenu>.wsmenu-list>li:hover>.navtext>span {
  color: #fff;
}

.wsmenu>.wsmenu-list>li:hover>.navtext>span+span {
  color: #fff;
}

.wsmenu>.wsmenu-list>li:hover>.navtext>span+span:after {
  color: #fff;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>a {
  background-color: #6ebc14;
  color: #fff;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
  background-color: #1991eb;
  color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>a {
  background-color: #f5f5f5;
  color: #333;
  border-left-color: #2f9349;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>a>.fa {
  color: #333;
}

/* Mobile Header Color */

.wsmobileheader {
  background-color: #6ebc14;
}
.smllogo img {max-width: 180px;
  margin-left: -30px;
  margin-top: 3px;}
.wsactive .wsmobileheader {
  border-left: solid 1px #e0e0e0;
}

.wsmenu>.wsmenu-list>li>.wsmenu-click {
  border-color: rgba(0, 0, 0, 0.10);
}

.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
  color: rgba(0, 0, 0, 0.30);
}

.wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i {
  color: #fff;
}

.wsmenu>.wsmenu-list>li>a {
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

.wsmenu>.wsmenu-list>li.wscarticon a {
  color: #fff;
}

.wstheading a{color: #444!important;}
.wstliststy01  a{padding-left: 0!important;}
.wstheading   a{padding-left: 0!important;}

.wsproduct {background: #029ad7!important;}

/*title color hover*
.category-products .item .product-name a:hover,
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab .respl-tab-label:hover,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover,
*end title color hover*/
/*--more layout--*/
.sm-deal-wrap .item-title a:hover,
#yt_header.header4-wrap .head-quicklink .links li:hover a,
#yt_wrapper .header3-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button span,
#yt_wrapper .header2-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button span,
.header2-wrap .login-regis a:hover,
/*---*/
.box-1-contact .store-info .list-info .item-info .info-content > h2 a:hover,
.toolbar .pagination-wrap .pagination .pages ol li.current a,
.slideshow-wrap .tp-caption.market-slide1-btn-shopnow:after,
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel .respl-tab-label,
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a,
.slideshow-wrap .tp-caption.market-slide1-btn-shopnow a,

.language-currency ul li a.selected,
.language-currency ul li a:hover,


.aboutus-page .client-info-about .name,
.aboutus-page .our-member .info-member .cl-name > a,
#yt_footer a:hover,
.price-box ,
.mega-product .block-mega-products .item-box-content .product-price .price-box,
.mega-product .block-mega-products .item-box-content .product-name a:hover,
.megamenu3 .mega3-content .inner .mega3-col a:hover,
.mini-cartpro .block-content .mini-products-list li.item .product-name a:hover,
.sm_megamenu_wrapper_horizontal_menu .mega-home-content ul li:hover:before,
#nav > li > ul li:hover:before,
.yt-copyright a,
a:hover, 
a:focus{
	color:#2f9349;
}
#nav li.active > a,
#nav li ul li a:hover,
.yt-menu-nav > #nav > li > a:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head.sm_megamenu_actived{
	background-color:#2f9349 !important;
}
#yt_wrapper .header4-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover,
.header4-wrap .mini-cartpro.block .block-title,
.header4-wrap .language-currency .overwrite-switch:hover,
.header4-wrap .wishlist-compare .block .block-title:hover,
#yt_wrapper .block-tags .actions .button:hover,
.header2-wrap .block-newsletter #newsletter-validate-detail .input-box button,
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.sm_megamenu_actived > a:after,
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:hover:after,
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.sm_megamenu_actived > a,
.header3-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:hover,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.sm_megamenu_actived > a,
.header2-wrap .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a:hover,
/*---*/

#yt_wrapper .header1-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover,
.mini-cartpro .block-title .show-cart-button:before,
#yt_wrapper .page-title h1:after,
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a:before,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover:before,
#yt_main .sm-slider .page-button .control-button li:hover,
.quickview-main .add-to-cart .btn-cart,
#yt_wrapper .add-to-cart .btn-cart,
.quantity-box .quantity-controls:hover,
.yt-product-detail .more-views.slide-gallery .prev:hover, 
.yt-product-detail .more-views.slide-gallery .next:hover,
.yt-product-detail .popup-btn.hidden-phone > a:hover,
.hotcate-wrap .btn-viewmore,
.toolbar .view-mode-wrap .view-mode a:hover,
.toolbar .view-mode-wrap .view-mode strong,
.toolbar .pagination-wrap .pagination .pages ol li a.next:hover, 
.toolbar .pagination-wrap .pagination .pages ol li a.previous:hover,
.spotlight4 li:hover .ico-contactus,
.spotlight4 .address:hover:before,
.hotcate-wrap .block-title span:after,
.collections-wrap .block-title span:after,
#yt_main .yt-product-detail .sm-slider .block-title span:after,
#yt_left .block-title span:after,
#yt_right .block-title span:after,
.carousel-control-wrap .carousel-control-tab:hover,
.sm_quickview_handler:hover,
.category-products .item .product-addcart .btn-cart:hover,
.mini-cartpro .block-content .bottom-action .button-wrapper .link-button:hover,
.mini-cartpro .block-content .mini-products-list .item:hover .product-price .price,
#yt_header.header1-wrap .head-quicklink .links li.first,

.block-tags .tags-list li a:hover,
#yt_wrapper .button:hover,
/*#yt-responsivemenu .btn.btn-navbar:hover,*/
#checkout-progress-state li.active,
#checkout-progress-wrapper .block-content dt.complete, 
#checkout-progress-wrapper .block-content dt.complete a,

.catalog-product-compare-index .button:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span:hover,
.toolbar .select-inner ul li a:hover,
#confirmbox #btcancel:hover,
#confirmbox .button.btn-cart:hover > span, 
#btcancel:hover, 
#btccart span:hover, 
#btcshop:hover span,
.pager li > a:hover, .pager li > a:focus, .pager li.current > a,
.sm-listing-deals .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:hover
{
	background-color:#2f9349;
}
.block-policy-v3 .policy .policy-inner:hover,

.yt-product-detail .jCarouselLite li .cloud-zoom-gallery:hover,
.yt-product-detail .jCarouselLite li .cloud-zoom-gallery.actived,
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover,
#yt_main .sm-slider .page-button .control-button li:hover,
.yt-product-detail .more-views.slide-gallery .prev:hover, 
.yt-product-detail .more-views.slide-gallery .next:hover,
.basic-bestsale .bs-item-inner:hover .bs-image,
#yt_pathway  ul.breadcrumbs li.home:hover,
#yt_pathway  ul.breadcrumbs li a:hover,
.toolbar .pagination-wrap .pagination .pages ol li a.next:hover, 
.toolbar .pagination-wrap .pagination .pages ol li a.previous:hover,
.collections li a:hover,
.carousel-control-wrap .carousel-control-tab:hover,
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel,
.sm_quickview_handler:hover,
.category-products .item .product-addcart .btn-cart:hover,
.yt-product-detail .add-to-links li a:hover,
.category-products .item .wishlist-compare a:hover{
	border-color:#2f9349;
}

.mini-cartpro .block-title .show-cart-button:before{
	background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/cart-of-ecommerce.png);
	background-color: transparent;
}
.mini-cartpro .block-content .mini-products-list li.item a.btn-remove:hover {
	background:url(https://www.nadland.hu/skin/frontend/sm_market/default/images/green/del-minicart.png) no-repeat;
}
.block-policy-v3 .policy1 .policy-inner:hover span,
.banner-policy .policy1 a:hover span{
	background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/green/ico-money.png);
}
.block-policy-v3 .policy2 .policy-inner:hover span,
.banner-policy .policy2 a:hover span{
	background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/green/ico-freeship.png) no-repeat;
}
.block-policy-v3 .policy3 .policy-inner:hover span,
.banner-policy .policy3 a:hover span{
	background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/green/ico-celander.png);
}
.block-policy-v3 .policy4 .policy-inner:hover span,
.banner-policy .policy4 a:hover span{
	background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/green/ico-umbrella.png);
}
.yt-product-detail .add-to-links li a:hover,
.category-products .item .wishlist-compare a:hover{ 
	background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/green/wishlist-compare.png);
}
#yt_footer .yt-payment a:hover{
	background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/green/payment-bg.png);
}
#yt_pathway  ul.breadcrumbs li a:hover:before,
#yt_pathway  ul.breadcrumbs li a:hover:after{
	/*background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/green/breadcrumbs-right.png) no-repeat;*/
}

#yt_header .yt-menu-content {
	border-top:0px solid #2f9349;
}
#nav > li.level0:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover {
	border-color: #2f9349;
}
.yt-tab-listing .title-text{
	border-bottom: 1px solid #2f9349;
}
.collections .collect a{
	border-bottom: 3px solid #2f9349;
}

.aboutus-page .why-list li:before {
    background-image: url("https://www.nadland.hu/skin/frontend/sm_market/default/images/green/icon-whylist.png");
}

.sm-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title:hover:before {
	background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/green/ico-subcate.png) no-repeat top left;
}

/*listingextend*/
.owl-theme .owl-buttons .owl-prev:hover,
.owl-theme .owl-buttons  .owl-next:hover{
	background-color: #2f9349;
    border: 1px solid #2f9349;
}
.owl-theme .owl-pagination .owl-page.active .owl-numbers,
.owl-theme .owl-pagination .owl-page .owl-numbers:hover{
    color: #2f9349;
}

/* INDEX 2016 */

.header-style-5 .header-toplinks .links li a:before,
.home-style-8 .newsletter-right .block-content .input-box button{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/green/icon-image.png);
}

.header-style-5 .header-toplinks .links li a:hover,
.collection-sidebar .collection-content .collection-list li:hover .name-collection,
.services-v6 .item-inner .item-inline:hover .title-sv,
.home-style-5 .date-post-title .postTitle a:hover,
.block-tags-sidebar .tags-list li a:hover,
.latest-post-type2 .item-post .post-content .info-blog .postTitle a:hover{
    color: #2f9349;
}

.header-style-5 .sm-serachbox-pro .sm-searbox-content .form-button.button{
    background-color: #2f9349!important;
}

.header-style-5 .header-bottom{
    border-bottom: 4px solid #2f9349;
}

.header-style-5 .header-bottom .navigation-content .sm_megamenu_menu > li:hover > a,
.cms-index-index .header-style-5 .header-bottom .navigation-content .sm_megamenu_menu > li.home-item-menu-parent > a,
.clients-say-container .clients-say-content .image-box-client,
.newsletter-sidebar .block-newsletter #newsletter-validate-detail .input-box button,
.home-style-5 .sm-categories .btn-viewmore,
.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:hover,
.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab.tab-sel,
.home-style-5 .yt-tab-listing .carousel-control-wrap .carousel-control-tab:hover,
.home-style-5 .deal-list-item .product-timer-wrap,
.home-style-6 .deal-list-item .product-timer-wrap,
.home-style-7 .deal-list-item .product-timer-wrap,
.home-style-8 .deal-list-item .product-timer-wrap,
.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-prev:hover,
.home-style-5 .deal-list-item .owl-theme .owl-buttons .owl-next:hover,
.home-style-6 .deal-list-item .owl-theme .owl-buttons .owl-prev:hover,
.home-style-6 .deal-list-item .owl-theme .owl-buttons .owl-next:hover,
.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-prev:hover,
.home-style-7 .deal-list-item .owl-theme .owl-buttons .owl-next:hover,
.home-style-8 .deal-list-item .owl-theme .owl-buttons .owl-prev:hover,
.home-style-8 .deal-list-item .owl-theme .owl-buttons .owl-next:hover,
.home-style-5 .slider-post.owl-theme .owl-buttons .owl-next:hover,
.home-style-5 .slider-post.owl-theme .owl-buttons .owl-prev:hover,
.home-style-5 .date-post-title .date-post,
.latest-post-type2 .blog-title .block-title:before,
.hot-title .block-title:before,
.latest-post-type2 .readmore:hover,
.btn-slidershow:hover,
.newsletter-center .block-newsletter .block-content button:hover,
.header-style-7 .header-bottom,
.home-style-8 .listing-tab-custom .yt-tab-listing .respl-wrap .respl-tabs-container:before,
#yt_header .header-style-8 .mega-horizontal-right,
#yt_header .header-style-8 #btn_categories,
.slider-ourmember .owl-pagination .owl-page:hover,
.slider-ourmember .owl-pagination .owl-page.active,
.header-style-6 #nav > li:hover > a,
.cms-index-index .header-middle-2 .home-item-menu-parent > a,
.cms-index-index .header-style-6 .home-item-menu-parent > a,
.cms-index-index .header-middle-style3 .home-item-menu-parent > a,
.button-slider:hover{
    background-color: #2f9349;
}
.header-style-8 #btn_categories {

}
#btn_categories {
	background-color: #2f9349;
	border-radius: 4px;
	margin-bottom: 5px;
}
#yt_header .yt-menu-content {
	border-top: 0px solid #327e04;
}

#yt_header.header2-wrap .yt-header-middle2 {
	background-color: #fff;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
}

#yt_header .logo img {
	/*max-width: 160px;
	margin-top: -8px;*/
	width: 100%;
}




.collection-sidebar .collection-content .collection-list li:hover,
.block-tags-sidebar .tags-list li a,
.home-style-5 .brand-list li a:hover,
.latest-post-type2 .readmore:hover,
.services-v6 .item-inner:hover,
.home-style-7 .collections .collect a:hover,
.home-style-7 .collections.owl-theme .owl-buttons .owl-next:hover,
.home-style-7 .collections.owl-theme .owl-buttons .owl-prev:hover,
.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-next:hover,
.home-style-8 .clients-say-container .owl-theme .owl-buttons .owl-prev:hover,
.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-next:hover,
.home-style-5 .clients-say-container .owl-theme .owl-buttons .owl-prev:hover,
.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-next:hover,
.home-style-8 .slider-brand-container .owl-theme .owl-buttons .owl-prev:hover,
.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-next:hover,
.home-style-8 .basic-slider-container .owl-theme .owl-buttons .owl-prev:hover{
    border-color: #2f9349;
}

.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab:hover,
.home-style-5 .respl-wrap .respl-tabs-container .respl-tabs-wrap .respl-tabs .respl-tab.tab-sel,
.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-next:hover,
.home-style-6 .slider-brand-container .owl-theme .owl-buttons .owl-prev:hover{
    border-color: #2f9349!important;
}

.basic-product-list .bs-item-inner .bs-content .bs-title a:hover{
    color: #2f9349!important;
}

.services-v6 .item-inner .item-inline:before,
.newsletter-center .block-newsletter .block-content button span:after{
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/green/icon-image.png);
}



/*BONUS PAGE*/

/* COLOR 2*/
.table-style-4 .table-container .table-column .table-content .table-header h3{
    border-bottom: 1px solid #e88b14;
}

.table-style-4 .table-container .table-column .table-content .table-header .table-price{
    background-color: #e88b14;
}

/* END COLOR 2*/

.pricing-title h2:before,
.table-style-1 .table-container .table-column .table-content .table-detail .button-container a:hover,
.table-style-2 .table-container .table-column .table-content .button-container a:hover,
.table-style-2 .table-container .table-column .table-content .button-container a:before,
.table-style-4 .table-container .table-column .table-content .table-header,
.table-style-4 .table-container .table-column .table-content .button-container a,
.team-style-2 .team-container .team-inner .team-info,
.team-style-4 .team-container .team-inner .team-info .socials li a,
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button{
    background-color: #2f9349;
}

.accordion-type-5 .panel-title a:hover,
.accordion-type-4 .panel-title a:hover,
.accordion-type-2 .panel-title a:hover,
.accordion-type-1 .panel-title a:hover,
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-header,
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-price .price,
.category-item .image-category .title-category h2 a:hover,
.link-list li a:hover,
.link-list li.category-link-title a,
.testimonials-style-1 .testimonials-info .name-client,
.events-list .item .event-info .bottom-info a,
.events-list .item .event-info .event-title h2 a:hover{
    color: #2f9349;
}

.socials-popup li a:hover{
    background-color: #2f9349;
    border-color: #2f9349;
}

/*END BONUS PAGE*/

.fold-napi-akcio {text-align: center}
.fold-napi-akcio p{font-size: 170%}
.fold-napi-akcio .termekkor{background: #f5f5f5; padding: 30px 10px}
.fold-napi-akcio .termekkor img{width: 100%; max-width: 100%}
.fold-napi-akcio p sup{font-size: 65%!important;}
.fold-napi-akcio p.kicsi{font-size: 100%; margin-top: 30px}
.fold-napi-akcio h3 {
	color: #15253a;
	font-size: 150%;
	margin: 35px auto;
	font-weight: 900;
}
.fold-napi-akcio h1 {
	color: #15253a;
	font-size: 186%;
	margin: 25px auto;
	font-weight: 900;
	font-family: 'Open Sans';

}

.bf-2022 #yt_header.header2-wrap .yt-header-middle{
	background-color: #FF3CAC;
	background-image: linear-gradient(90deg, #581f8b 0%, #19072d 20%, #000000 80%, #581f8b 100%);


}
.product-addcart {min-height: 32px}

.search-autosuggest .price-box .default-price {
	justify-content: flex-end;
}

#yt_tab_decription h2 {
	font-size: 1.2em;
	color: #57921d;
	margin-top: 1.5em;
}

#yt_tab_decription h4, #yt_tab_decription h3 {
	font-size: 1em;
	margin-top: 1.5em;
	font-weight: bold;
}

.raktar-info {
	background: linear-gradient(#f9f9f9,#f9f9f9);
	color: #454545;
	border: 1px solid #e4e4e4;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
	/*display: block;*/
	/* width: 100%; */
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	line-height: 1.42857;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding: 7px 15px 8px;
	/* border: 0; */
	border-radius: 0;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 20px;
}

.catlist.with-image {
	display: flex;
	list-style: none!important;
	flex-wrap: wrap;
	margin: 0!important;
	padding: 0;

}

.catlist.with-image li {
	max-width: 150px;
	text-align: center;
	margin: 10px;
	list-style: none!important;
}

.mega-title.with-image-title {
	display: block;
	width: 100%;
	font-size: 1.6em;
	margin: 1em 0 0em 0;

	font-weight: bold;
	line-height: 130%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}

.mega-title.with-image-title a{
	text-decoration: none;
	color: #aeb400;
}

@media (max-width: 820px){
	.catlist.with-image li {
		max-width: 160px;
	}

	.catlist.with-image {
		justify-content: center;
	}

}
@-webkit-keyframes firstmarquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes firstmarquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee {
  0% {
    padding-left: 100%;
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  0% {
    padding-left: 100%;
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.nav-top-banner-wrap .nav-top-banner {
  display: flex;
  align-items: center;
  background: #2f9349;
  color: #fff;
  height: 32px;
  width: 100%;
  transition: height 0.3s ease-in-out;
  font-size: 15px;
  overflow: hidden;
}
.nav-top-banner-wrap .nav-top-banner a {
  color: #fff;
}
.nav-top-banner-wrap .nav-top-banner .scroll-text {
  white-space: nowrap;
  overflow: hidden;
}
.nav-top-banner-wrap .nav-top-banner .banner-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.nav-top-banner-wrap .nav-top-banner .scroll-text {
  white-space: nowrap;
  overflow: hidden;
  left: 0;
}
.nav-top-banner-wrap .nav-top-banner .scroll-text .scroll-inner {
  display: flex;
  color: inherit;
  justify-content: center;
}
.nav-top-banner-wrap .nav-top-banner .scroll-text.active {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
}
.nav-top-banner-wrap .nav-top-banner .scroll-text.active .scroll-inner {
  display: inline-block !important;
}
/*# sourceMappingURL=style.css.map */
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.playground-menu {
  max-width: 780px;
  display: flex;
  font-size: 14px;
}
.playground-menu .playground-left {
  width: 70%;
  padding: 25px;
}
.playground-menu .playground-right {
  width: 30%;
  background: #f9f9f9;
  border-left: 3px solid #eeebdd;
  padding: 25px;
}
.playground-menu .playground-menu-wrapper {
  margin-bottom: 20px;
}
.playground-menu .playground-menu-wrapper a {
  color: #444444;
  text-decoration: none;
}
.playground-menu .playground-menu-wrapper a:hover {
  text-decoration: underline;
}
.playground-menu .playground-menu-wrapper hr {
  border-color: #eeebdd;
  border-style: solid;
  border-width: 1px 0 0 0;
}
.playground-menu .playground-menu-wrapper .header-menu {
  display: block;
  padding: 7px 10px;
  background: #eeebdd;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.playground-menu .playground-menu-wrapper .header-menu:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 5px;
  background: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/menu-style/assets/images/arrow-header.svg') no-repeat;
  rotate: 90deg;
}
.playground-menu .playground-menu-wrapper .content {
  padding: 10px 0;
}
.playground-menu .playground-menu-wrapper .content .playground-link-wrapper {
  display: flex;
}
.playground-menu .playground-menu-wrapper .content .playground-link-wrapper .playground-big-box {
  width: 50%;
}
.playground-menu .playground-menu-wrapper .content .playground-link-wrapper .playground-big-box a {
  text-decoration: underline;
  display: block;
}
.playground-menu .playground-menu-wrapper .content .playground-link-wrapper .playground-big-box a span {
  display: block;
  font-weight: 700;
  margin-top: 10px;
}
.playground-menu .playground-menu-wrapper .content .playground-link-wrapper .playground-big-box a span:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  background: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/menu-style/assets/images/arrow.svg') no-repeat;
}
.playground-menu .playground-menu-wrapper .content .playground-link-wrapper .playground-big-box a:hover {
  text-decoration: none;
}
.playground-menu .playground-menu-wrapper .content .playground-link-wrapper .playground-links ul {
  margin: 0;
  padding-left: 5px;
  line-height: 170%;
  padding-right: 6px;
  list-style: none;
  min-width: 115px;
}
.playground-menu .playground-menu-wrapper .content .playground-link-wrapper .playground-links ul li {
  background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/menu-style/assets/images/point.svg") no-repeat 0 11px;
  padding-left: 10px;
}
/*# sourceMappingURL=style.css.map */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

.postWrapper {
    padding-bottom: 1%;
    float: left;
    clear: both;
    width: 100%;
    padding-right: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 7%;
    padding: 0;
    background: #fff;
    border-radius: 0 0 4px 4px;
    /*box-shadow: 0 2px 12px -4px rgba(0,0,0,.1);*/
}
.postWrapper .postContent p{
    /*display: inline;*/
    text-align: left;
    margin-bottom: 14px;
    font-size: 17px;
}
.postWrapper .postContent ul, .postWrapper .postContent ol {
    margin: 20px;
    list-style: disc;
}
.postWrapper .postContent ol li {
list-style: decimal
}
.postWrapper .postContent li{
    list-style: disc;
    margin-bottom: 4px;
    font-size: 17px;
}
.postWrapper .tags{
    margin-top: 10px;
}
.postWrapper .tags h4{
    float: left;
    margin-top: 4px;
    margin-right: 4px;
}
.detail-blog {overflow: auto}
.detail-blog .postWrapper{
    padding-bottom: 0px;
    margin-bottom: 0;
    border: 0;
}
.postWrapper .postContent .aw-blog-read-more{
    margin-left: 10px;
    text-decoration: underline;
    background: #f1f1f1;
    display: block;
    text-align: center;
    padding: 10px;
    margin: 0;
}
.author-block .avatar-image {
    width: 20%;
    text-align: center;
}
.author-block .avatar-image img{
    margin: 0 auto!important;
}
.author-block .author-content {
    margin-left: 30px;
    width: 80%;
}
.author-block {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #72C075;
    color: #fff;
    font-size: 1.2em;
}

.ki.author-block {
    background: #f9f9f9;
    color: #444444;
}



.postWrapper .postContent img {
    max-width: 100%!important;
}
.postWrapper .postContent > p > img,
.postWrapper .postContent > img{
    float: left;
    max-width: 100%!important;
    /* margin-right: 30px; */

}
.postTitle {
    margin-bottom: 10px;
}
#postComment h4,
.postTitle h1,
.postTitle h2 {
    font-size: 133%;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-family: inherit;
}

.postTitle h2 {
    font-size: 180%;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-family: inherit;
    margin-bottom: 2%;
    line-height: 160%;
}
.postTitle h2 a{
    color: #2f9349!important
}

#postComment h4{
    margin: 20px 0;
    width: 100%;
}
.postTitle h3 {
    color: #909090;
    font-size: 91.6%;
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/aw_blog/images/ico-date.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    margin-top: 10px;
}
.detail-blog .postWrapper .postContent > p > img,
.detail-blog .postWrapper .postContent > img{
    float: none;
}
.detail-blog .postContent {
    padding-bottom: 20px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}
.detail-blog .postContent img {
    margin: 20px 0;
}
#postComment #comment{
    width: 90%;
}
#postComment .button-set{
    width: 100% !important;
}
#postComment .form-button{
    float: right;
}
.postDetails {
display: none;
}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
    font-family: inherit;
    font-weight: bold;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories {
    margin: 0;
}
.block-blog .menu-categories,
.menu-recent,
.block-viewed .block-content{
    margin-bottom: 20px;
    padding: 10%;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 12px -4px rgba(0, 0, 0, .1);
}
.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}
.block-blog .menu-categories UL LI ,
.block-blog .menu-recent UL LI {
    border-bottom: 1px dotted #ddd;
    padding: 7px 0;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
 
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
/*#postComment .form-list .row1{
    width: 50%;
    float: left;
}
#postComment .form-list .row1 input{
    width: 80%;
}*/
#postComment .form-list .input-box label{
    width: 10%;
    float: left;
}

.toolbar-info {margin-bottom: 20px;
    background: #eaeaea;
    padding: 10px;
    padding-bottom: 5px;}

.block-blog .menu-categories, .menu-recent {

    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 12px -4px rgba(0, 0, 0, .1);
}
#postComment {
    background: #fff;
    border-radius: 0 0 4px 4px;
    /*box-shadow: 0 2px 12px -4px rgba(0, 0, 0, .1);*/
    /*padding: 4%;*/
}

@media (max-width: 500px) {
    #yt_wrapper {
        position: inherit;    overflow-x: unset;
    }

    #yt_header {
        position: inherit;
    }
    .postWrapper .postContent > p > img,
    .postWrapper .postContent > img {
        float: left;
        /* margin-right: 30px; */
        width: 100% !important;
        margin: 0 !important;
        float: none !important;

    }

    .detail-blog .postContent {
        float: none!important;
    }
    .postWrapper {
        padding: 0px 16px 10px 10px;
        padding: 2%;
        background: #fff;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 2px 12px -4px rgba(0,0,0,.1);
    }

    .ajanlatunk .ajanlat {width: 100%}

    #yt_header {
        position: inherit;
    }

    #yt_header.header4-wrap .yt-header-middle2.header-middle-4{
        position: relative;
    }
    .yt-header-top {
        /*margin-top: 60px;*/
        z-index: -11!important;
        /* display: inline-block; */
        /* position: inherit; */
        position: static;
    }
}

@media only screen and (max-width: 500px) {
    .sale-title {font-size: 170%; text-align: center;}
    .countd {text-align: center;}
}

.medence-blog h3 {    font-size: 1.9em;
    margin: 2em 0 1em 0;
    color: #aeb400;
    font-weight: bold;
    line-height: 1.5em;}

.medence-blog h2 {    font-size: 1.9em;
    margin: 2em 0 1em 0;
    font-weight: bold;
    line-height: 1.5em;}

.ajanlott-termek-box {padding: 30px 0; border-bottom: 1px solid #aaaaaa; margin-bottom: 30px}
.ajanlott-termek {width: 100%}
.ajanlott-termek th{background: #aeb400; color: #fff; font-weight: bold; padding: 3px 5px; font-size: 1.3em}
.ajanlott-termek td{font-size: 1.3em; padding: 5px; border-bottom: 1px solid #ccc}

.ajanlott-termek .more-link {    text-decoration: underline; padding: 3px 8px; border-radius: 4px; margin: 0 auto }
.ajanlott-termek .center-td {text-align: center}

.postContent h3 {    font-size: 1.9em;
    margin: 2em 0 1em 0;
    color: #aeb400;
    font-weight: bold;
    line-height: 1.5em;}

.toplista-2022 h3{
    color: #00B1AC;
}

.toplista-2022 .toplist-img {
    border: 5px solid #f9f9f9;
    box-shadow: 0 15px 20px #f9f9f9 !important;
}

.postContent h2 {    font-size: 2.1em;
    margin: 2em 0 1em 0;
    color: #aeb400;
    font-weight: bold;
    line-height: 130%;}

.postContent a{
    text-decoration: underline;
}

.postContent .products-grid a {
    text-decoration: none;
}
.postContent .products-grid .default-price {
    font-size: 100%;
    margin-bottom: 5px;
}

.postContent .products-grid .item .item-inner {
    min-height: 480px;
}

.postWrapper .postContent .products-grid p {
    font-size: 100%;
}

.postContent .products-grid .item .product-price {
    min-height: 60px;
}
#ampromo-items-add {
  border: 1px solid #ededed;
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
}
#ampromo-items-add a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.amscheckout #ampromo-items-add {
  margin: 7px 10px;
}
#ampromo-overlay {
  direction: ltr;
}
#ampromo-overlay.mode-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  overflow: scroll;
}
#ampromo-overlay.mode-popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/amasty/ampromo/close_icon.png) no-repeat;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  opacity: .8;
}
#ampromo-overlay.mode-popup .close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#ampromo-overlay.mode-inline #ampromo-items {
  width: 100%;
  margin: 20px 0 40px;
  border: 0;
  padding: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .products {
  margin: 0 -20px 25px;
  align-items: stretch;
}
#ampromo-overlay.mode-inline #ampromo-items .products .product {
  margin-bottom: 20px;
}
#ampromo-overlay.mode-inline #ampromo-items #ampromo-carousel-wrapper {
  margin: 0 -15px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item {
  margin: 0 20px 20px;
  height: 100%;
  width: auto;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-items-form {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-item-buttons {
  margin-top: 20px;
  text-align: center;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config .ampromo-item-options {
  margin-bottom: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options {
  display: flex;
  align-items: flex-start;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options {
  margin-left: 12px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options input,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options select {
  max-width: 160px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple {
  margin: -20px -20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-image-wrap {
  padding: 20px 20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title {
  position: relative;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title .ampromo-item-title {
  padding: 12px;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title:hover .ampromo-item-title {
  display: flex;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 {
  color: white;
  line-height: initial;
  text-align: center;
  font-size: 16px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 a {
  color: white;
  line-height: initial;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-add-all {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
#ampromo-overlay.mode-inline .ampromo-slide {
  margin: 10px 0;
}
#ampromo-overlay.mode-inline #ampromo-carousel-content {
  display: flex;
  flex-wrap: wrap;
}
#ampromo-overlay .ampromo-carousel-control {
  position: absolute;
  top: 260px;
  background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
  width: 48px;
  height: 45px;
  font-size: 0;
  display: none;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.prev {
  background-position: 0 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.next {
  background-position: -46px 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.prev {
  background-position: 0 -45px;
  left: 20px;
}
#ampromo-overlay .ampromo-carousel-control.prev:hover {
  background-position: 0 -91px;
}
#ampromo-overlay .ampromo-carousel-control.next {
  background-position: -46px -45px;
  right: 20px;
}
#ampromo-overlay .ampromo-carousel-control.next:hover {
  background-position: -46px -91px;
}
#ampromo-overlay #ampromo-items {
  border: 1px solid #ededed;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#ampromo-overlay #ampromo-items.amcarousel {
  display: block;
  width: 950px;
}
/*#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-wrapper {*/
/*  width: 780px;*/
/*}*/
/*#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-content {*/
/*  width: 4500px;*/
/*  height: 1px;*/
/*}*/
#ampromo-overlay .owl-theme .owl-buttons .owl-prev{
  position: unset;
}
#ampromo-overlay .owl-theme .owl-buttons .owl-next{
  position: unset;
}
#ampromo-overlay .owl-theme .owl-buttons {
  float: none;
}
#ampromo-overlay .owl-theme .owl-controls{
  display: inline-block;
  width: 100%;
  background: #f9f9f9;
  padding: 10px;
}

#ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control {
  display: block;
}
#ampromo-overlay #ampromo-items .ampromo-item {
  box-sizing: border-box;
  margin-bottom: 7px;
  padding: 20px;
  /*width: 250px;*/
  border: 1px solid #ededed;
  position: relative;
  margin-right: 12px;
    overflow: auto;
    margin-top: 20px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard {
  width: 400px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard .ampromo-item-options {
  overflow-y: scroll;
  max-height: 300px;
}
#ampromo-overlay #ampromo-items .ampromo-item-options {
  margin-bottom: 12px;
  text-align: left;
}
#ampromo-overlay #ampromo-items .ampromo-item-image {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header:after {
  content: '▲';
  margin-left: 12px;
  color: #919191;
}
#ampromo-overlay #ampromo-items .rule .products {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px;
}
#ampromo-overlay #ampromo-items .rule .products .product {
  margin-left: 10px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple {
  margin: -20px -20px -40px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .product-title {
  position: static;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .ampromo-item-image-wrap {
  padding: 20px;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item {
  box-shadow: none;
  border: 1px solid #d8dae4;
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item.checked {
  outline: 1px solid #d8dae4;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .ampromo-item-title {
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .mark input {
  position: absolute;
  left: -25px;
  top: 0;
}
#ampromo-overlay #ampromo-items .rule.collapsed .ampromo-rule-header:after {
  content: '▼';
}
#ampromo-overlay #ampromo-items .rule.collapsed .products {
  display: none;
}
@media only screen and (max-width: 820px) and (min-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 400px;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control {
    z-index: 10001;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.next {
    right: 0;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.prev {
    left: 0;
  }
}
@media only screen and (max-width: 340px) {
  #ampromo-overlay.mode-popup #ampromo-items .ampromo-item {
    border: none;
  }
}
@media only screen and (max-height: 500px) {
  #ampromo-overlay.mode-popup #ampromo-items {
    padding-top: 0;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    top: 0 !important;
    height: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items > h4 {
    display: none;
  }
}
#ampromo-carousel-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
#ampromo-carousel-content .ampromo-slide {
  float: left;
}
.ampromo-item .qty-holder {
  display: none;
}
.ampromo-item .giftcard-send-form {
  padding: 0;
  margin: 0;
}
.ampromo-item-options select,
.ampromo-item-options input {
  max-width: 210px;
}
.ampromo-notification {
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
  border: 1px solid #f16048;
  color: #df280a;
  background: #faebe7;
}
.ampromo-items-form h4 {
  line-height: 50px;
}
.ampromo-items-form h4 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.ampromo-label {
  float: right;
  position: absolute;
  z-index: 500;
}
.ampromo-gift .product-image {
  float: left;
}
.ampromo-gift li {
  margin: 10px 10px;
  float: left;
}
.ampromo-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 300px;
  position: absolute;
  z-index: 10001;
}
.ampromo-product-name {
  font-weight: bold;
}

.calendar {
  z-index:10001;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.nadland.hu/skin/frontend/sm_market/default/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=owl.carousel.css.map */

/* ============================================================
   Cofidis widget – teljes CSS (BS3, flat)
   Feloldott LESS változók:
     @mainColor            = #d0103a  (Cofidis piros)
     lighten(main,30%)     = #f6849c
     lighten(main,40%)     = #f7c9d3
     lighten(main,42%)     = #fce4e9
     darken(main,8%)       = #ab0d2f
     darken(main,10%)      = #a10c2d
     @main50               = #fbe7ec
     @secondColor (zöld)   = #3aa757   (feltételezett – írd át)
     @red                  = #d32f2f
     @lightGrey            = #f5f5f5
     darken(lightGrey,8%)  = #e1e1e1
     darken(lightGrey,20%) = #c2c2c2
     darken(lightGrey,25%) = #b5b5b5
     darken(lightGrey,40%) = #8f8f8f
     @depoBlack            = #333
     @buttonBorderRadius   = 4px       (feltételezett)
   ============================================================ */


/* ============================================================
   TERMÉKOLDAL – kalkulátor iframe box + tabok
   ============================================================ */
.installment-box .cofidis-iframe-box .nav-tabs,
#installmentPopUp .cofidis-iframe-box .nav-tabs {
    border-bottom: none;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    justify-content: center;
}
.installment-box .cofidis-iframe-box .nav-tabs > li,
#installmentPopUp .cofidis-iframe-box .nav-tabs > li {
    flex: 1;
    float: none;
    margin-bottom: 0;
}
.installment-box .cofidis-iframe-box .nav-tabs > li > a,
#installmentPopUp .cofidis-iframe-box .nav-tabs > li > a {
    border-radius: 4px;
    border: 2px solid #d0103a;
    background-color: #ffffff;
    color: #d0103a;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 6px;
    text-align: center;
    width: 100%;
    white-space: normal;
    line-height: 1.3;
    margin-right: 0;
    transition: background-color 0.2s, color 0.2s;
}
.installment-box .cofidis-iframe-box .nav-tabs > li > a:hover,
#installmentPopUp .cofidis-iframe-box .nav-tabs > li > a:hover {
    background-color: #f7c9d3;
    border: 2px solid #d0103a;
}
.installment-box .cofidis-iframe-box .nav-tabs > li.active > a,
.installment-box .cofidis-iframe-box .nav-tabs > li.active > a:hover,
.installment-box .cofidis-iframe-box .nav-tabs > li.active > a:focus,
#installmentPopUp .cofidis-iframe-box .nav-tabs > li.active > a,
#installmentPopUp .cofidis-iframe-box .nav-tabs > li.active > a:hover,
#installmentPopUp .cofidis-iframe-box .nav-tabs > li.active > a:focus {
    background-color: #d0103a;
    color: #ffffff;
    border: 2px solid #d0103a;
}
.installment-box .cofidis-iframe-box .tab-content,
#installmentPopUp .cofidis-iframe-box .tab-content {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 8px;
}

/* Termékoldali alap-ár figyelmeztetés */
.alert-cofidis {
    background-color: #fce4e9;
    border-left: 4px solid #d0103a;
    border-radius: 4px;
    padding: 10px 14px;
    margin-bottom: 14px;
    font-size: 13px;
    color: #a10c2d;
    text-align: left;
    line-height: 1.4;
}


/* ============================================================
   PÉNZTÁR – Cofidis fizetési forma
   ============================================================ */
#payment_form_codev_cofidis {
    padding: 30px 20px;
    background: #f9f9f9;
    border-radius: 10px;
}

#payment_form_codev_cofidis .cofidis-form-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e1e1;
}
#payment_form_codev_cofidis .cofidis-form-header .cofidis-logo {
    background: #d0103a;
    border-radius: 6px;
    padding: 6px 12px;
    flex-shrink: 0;
}
#payment_form_codev_cofidis .cofidis-form-header .cofidis-logo img {
    display: block;
    max-width: 120px;
    height: auto;
}
#payment_form_codev_cofidis .cofidis-form-header .cofidis-form-desc {
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

#payment_form_codev_cofidis .cofidis-section-label {
    font-size: 12px;
    font-weight: 500;
    color: #8f8f8f;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}

#payment_form_codev_cofidis .cofidis-construction-select {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    background: none;
    padding: 0;
}
#payment_form_codev_cofidis .cofidis-construction-select .cofidis-radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
    font-size: 13px;
    margin: 0;
}
#payment_form_codev_cofidis .cofidis-construction-select .cofidis-radio-label:hover {
    border-color: #c2c2c2;
    background: #f5f5f5;
}
#payment_form_codev_cofidis .cofidis-construction-select .cofidis-radio-label input[type="radio"] {
    display: none;
}
#payment_form_codev_cofidis .cofidis-construction-select .cofidis-radio-label .radio-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #b5b5b5;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s;
}
#payment_form_codev_cofidis .cofidis-construction-select .cofidis-radio-label .radio-dot::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    transition: background 0.15s;
}
#payment_form_codev_cofidis .cofidis-construction-select .cofidis-radio-label:has(input:checked) {
    border-color: #227ca7;
    background: #e4f1f9;
}
#payment_form_codev_cofidis .cofidis-construction-select .cofidis-radio-label:has(input:checked) .radio-dot {
    border-color: #227ca7;
}
#payment_form_codev_cofidis .cofidis-construction-select .cofidis-radio-label:has(input:checked) .radio-dot::after {
    background: #227ca7;
}

#payment_form_codev_cofidis .cofidis-calc-toggle {
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    margin-bottom: 0;
}
#payment_form_codev_cofidis .cofidis-calc-toggle .cofidis-calc-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #d0103a;
    text-decoration: none;
}
#payment_form_codev_cofidis .cofidis-calc-toggle .cofidis-calc-link:hover {
    text-decoration: underline;
}

#payment_form_codev_cofidis .cofidis-aruhitel-link {
    font-size: 11px;
    color: #8f8f8f;
    line-height: 1.5;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e1e1e1;
}
#payment_form_codev_cofidis .cofidis-aruhitel-link a {
    color: #d0103a;
}


/* ============================================================
   PÉNZTÁR – kalkulátor modal (#cofidis-calc-modal)
   ============================================================ */
#cofidis-calc-modal .modal-header {
    background-color: #d0103a;
    color: #ffffff;
}
#cofidis-calc-modal .modal-header .modal-title {
    font-size: 14px;
    font-weight: 600;
}
/* BS3: a záró gomb .close, nem .btn-close */
#cofidis-calc-modal .modal-header .close,
#cofidis-calc-modal .modal-header .btn-close {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    filter: invert(1);
}

#cofidis-calc-modal .modal-body .nav-tabs {
    border-bottom: none;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    justify-content: center;
}
#cofidis-calc-modal .modal-body .nav-tabs > li {
    flex: 1;
    float: none;
    margin-bottom: 0;
}
#cofidis-calc-modal .modal-body .nav-tabs > li > a {
    border-radius: 4px;
    border: 2px solid #d0103a;
    background-color: #ffffff;
    color: #d0103a;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 6px;
    text-align: center;
    width: 100%;
    white-space: normal;
    line-height: 1.3;
    margin-right: 0;
    transition: background-color 0.2s, color 0.2s;
}
#cofidis-calc-modal .modal-body .nav-tabs > li > a:hover {
    background-color: #f7c9d3;
    border: 2px solid #d0103a;
}
#cofidis-calc-modal .modal-body .nav-tabs > li.active > a,
#cofidis-calc-modal .modal-body .nav-tabs > li.active > a:hover,
#cofidis-calc-modal .modal-body .nav-tabs > li.active > a:focus {
    background-color: #d0103a;
    color: #ffffff;
    border: 2px solid #d0103a;
}

#cofidis-calc-modal .modal-body .tab-content {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 8px;
}

#cofidis-calc-modal .modal-body .cofidis-calc-footer-text {
    font-size: 12px;
    color: #8f8f8f;
    text-align: center;
    margin-top: 12px;
}
#cofidis-calc-modal .modal-body .cofidis-calc-footer-text a {
    color: #d0103a;
}


/* ============================================================
   Vegyes kosár figyelmeztetés
   ============================================================ */
.cofidis-alert-mixed {
    background-color: #fff3f3;
    border-left: 4px solid #d32f2f;
    border-radius: 0 4px 4px 0;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}
.cofidis-alert-mixed p {
    margin-bottom: 8px;
}
.cofidis-alert-mixed p:last-child {
    margin-bottom: 0;
}
.cofidis-alert-mixed strong {
    color: #d32f2f;
}


/* ============================================================
   Hiba oldal (elutasított / megszakadt hitel)
   ============================================================ */
.cofidis-error-page {
    max-width: 500px;
    margin: 40px auto;
    text-align: center;
}
.cofidis-error-page .cofidis-error-header {
    margin-bottom: 24px;
}
.cofidis-error-page .cofidis-error-header img {
    max-width: 200px;
    height: auto;
}
.cofidis-error-page .cofidis-error-body {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 30px;
}
.cofidis-error-page .cofidis-error-body h2 {
    font-size: 20px;
    font-weight: 700;
    color: #d32f2f;
    margin-bottom: 16px;
}
.cofidis-error-page .cofidis-error-body p {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5;
}
.cofidis-error-page .cofidis-error-body ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 24px;
}
.cofidis-error-page .cofidis-error-body ul li {
    font-size: 14px;
    margin-bottom: 8px;
}
.cofidis-error-page .cofidis-error-body ul li i {
    color: #d0103a;
    margin-right: 6px;
}
.cofidis-error-page .cofidis-error-body ul li a {
    color: #333;
}
.cofidis-error-page .cofidis-error-body ul li a:hover {
    color: #d0103a;
}
.cofidis-error-page .cofidis-error-body .btn-primary {
    background: #d0103a;
    color: #fff;
    border-radius: 4px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    border: none;
}
.cofidis-error-page .cofidis-error-body .btn-primary i {
    margin-right: 6px;
}
.cofidis-error-page .cofidis-error-body .btn-primary:hover {
    background: #ab0d2f;
    color: #fff;
}


/* ============================================================
   Státusz indikátor (zöld / narancs / piros)
   ============================================================ */
.cofidis-status-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.cofidis-status-indicator .cofidis-status-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.cofidis-status-indicator .cofidis-status-dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: cofidis-pulse 1.5s ease-in-out infinite;
}
.cofidis-status-indicator .cofidis-status-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cofidis-status-indicator.cofidis-status-green .cofidis-status-dot {
    background: #3aa757;
}
.cofidis-status-indicator.cofidis-status-green .cofidis-status-dot::after {
    background: #3aa757;
}
.cofidis-status-indicator.cofidis-status-green .cofidis-status-label {
    color: #3aa757;
}

.cofidis-status-indicator.cofidis-status-orange .cofidis-status-dot {
    background: #d0103a;
}
.cofidis-status-indicator.cofidis-status-orange .cofidis-status-dot::after {
    background: #d0103a;
}
.cofidis-status-indicator.cofidis-status-orange .cofidis-status-label {
    color: #d0103a;
}

.cofidis-status-indicator.cofidis-status-red .cofidis-status-dot {
    background: #d32f2f;
}
.cofidis-status-indicator.cofidis-status-red .cofidis-status-dot::after {
    background: #d32f2f;
}
.cofidis-status-indicator.cofidis-status-red .cofidis-status-label {
    color: #d32f2f;
}

@keyframes cofidis-pulse {
    0%   { transform: scale(1); opacity: 0.8; }
    50%  { transform: scale(2); opacity: 0; }
    100% { transform: scale(1); opacity: 0; }
}


/* ============================================================
   Spinner
   ============================================================ */
.cofidis-spinner {
    width: 36px;
    height: 36px;
    border: 4px solid #f6849c;
    border-top-color: #d0103a;
    border-radius: 50%;
    animation: cofidis-spin 0.8s linear infinite;
    margin: 0 auto 12px;
}

@keyframes cofidis-spin {
    to { transform: rotate(360deg); }
}


/* ============================================================
   TERMÉKOLDAL – installment box (info + kalkulátor link)
   ============================================================ */
.installment-box {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 16px 18px;
    margin: 16px 0;
    background: #f9f9f9;
}

.installment-box .installment-info-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
}

.installment-box .installment-image {
    flex-shrink: 0;
    background: #d0103a;
    border-radius: 6px;
    padding: 6px 12px;
    line-height: 0;
}
.installment-box .installment-image img {
    display: block;
    max-width: 110px;
    height: auto;
}

.installment-box .block-content {
    flex: 1;
    min-width: 0;
}

.installment-box #installment-info {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 6px;
}
.installment-box #installment-info strong {
    color: #d0103a;
    font-weight: 700;
    font-size: 15px;
}

/* Töltés közbeni felirat */
.installment-box .installment-loading {
    font-size: 13px;
    color: #8f8f8f;
    font-style: italic;
}

/* „Hitelkalkulátor" link (AJAX-ból injektálva) */
.installment-box .installment-calc-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #d0103a;
    text-decoration: underline;
    margin-top: 6px;
}
.installment-box .installment-calc-link:hover,
.installment-box .installment-calc-link:focus {
    color: #a10c2d;
    text-decoration: underline;
}

/* Mobil: kép fölé, szöveg alá */
@media (max-width: 480px) {
    .installment-box .installment-info-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* ============================================================
   TERMÉKOLDAL – kalkulátor modal (#installmentPopUp)
   A modal a <body> alá kerül JS-sel, ezért ID-re szólnak a szabályok
   ============================================================ */
#installmentPopUp {
    z-index: 10600; /* Magyar checkout / egyéb overlay-ek fölé */
}
#installmentPopUp .modal-content {
    border-radius: 8px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}
#installmentPopUp .modal-body {
    padding: 24px 20px 20px;
}

/* Záró gomb (X) – jobb felső sarok */
#installmentPopUp .header-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 8px 12px;
}
#installmentPopUp .header-close .close {
    font-size: 26px;
    line-height: 1;
    color: #333;
    opacity: 0.6;
    text-shadow: none;
    background: none;
    border: none;
    cursor: pointer;
    float: none;
}
#installmentPopUp .header-close .close:hover {
    opacity: 1;
    color: #d0103a;
}

/* Modal alján lévő tájékoztató szöveg */
#installmentPopUp .modal-body > p.text-center {
    font-size: 12px;
    color: #8f8f8f;
    line-height: 1.5;
    margin-top: 14px;
    margin-bottom: 0;
}
#installmentPopUp .modal-body > p.text-center a {
    color: #d0103a;
}

/* Termékoldali modal fejléc – checkout stílus */
#installmentPopUp .modal-header {
    background-color: #d0103a;
    color: #ffffff;
    padding: 14px 18px;
    border-bottom: none;
    text-align: left;
    position: relative;
}
#installmentPopUp .modal-header .modal-title {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    display: block;
}
#installmentPopUp .modal-header .close {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    margin: 0;
    float: none;
    color: #ffffff;
    opacity: 0.9;
    text-shadow: none;
    font-size: 24px;
    line-height: 1;
    background: none;
    border: none;
    cursor: pointer;
}
#installmentPopUp .modal-header .close:hover {
    opacity: 1;
    color: #ffffff;
}
/*
 * Tick v1.5.0 - Counters Made Easy
 * Copyright (c) 2017 PQINA - http://tickcounterplugin.com
 */
.tick{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;position:relative;z-index:1;line-height:1.4}.tick *{box-sizing:inherit}.tick [data-view]{max-width:100%}.tick span[data-view]{display:inline-block}.tick [data-layout~=pad]{margin:-.25em}.tick [data-layout~=pad]>*{margin:.25em}.tick [data-layout~=horizontal]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tick [data-layout~=horizontal][data-layout~=baseline]{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.tick [data-layout~=horizontal][data-layout~=center]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tick [data-layout~=horizontal][data-layout~=right]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.tick [data-layout~=horizontal][data-layout~=left]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tick [data-layout~=horizontal][data-layout~=fill],.tick [data-layout~=horizontal][data-layout~=stretch]{-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.tick [data-layout~=horizontal][data-layout~=fill]>*,.tick [data-layout~=horizontal][data-layout~=stretch]>*{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%}.tick [data-layout~=horizontal][data-layout~=multi-line]{-ms-flex-wrap:wrap;flex-wrap:wrap}.tick [data-layout~=horizontal][data-layout~=fit]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-line-pack:center;align-content:center;white-space:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tick [data-layout~=vertical]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tick [data-layout~=vertical][data-layout~=top]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tick [data-layout~=vertical][data-layout~=bottom]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-height:100%}.tick [data-layout~=vertical][data-layout~=middle]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100%}.tick [data-layout~=vertical][data-layout~=left]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.tick [data-layout~=vertical][data-layout~=right]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.tick [data-layout~=vertical][data-layout~=center]{text-align:center}.tick [data-layout~=vertical][data-layout~=fill],.tick [data-layout~=vertical][data-layout~=stretch]{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-height:100%}.tick [data-layout~=vertical][data-layout~=fill]>*,.tick [data-layout~=vertical][data-layout~=stretch]>*{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.tick [data-layout~=vertical]>*+*{margin-top:.5em}.tick [data-layout~=overlay]{position:relative}.tick [data-layout~=overlay]>*{margin:0}.tick [data-layout~=overlay][data-layout~=center]{text-align:center}.tick [data-layout~=overlay][data-layout~=left]{text-align:left}.tick [data-layout~=overlay][data-layout~=right]{text-align:right}.tick [data-layout~=overlay]>[data-overlay=fill],.tick [data-layout~=overlay]>[data-overlay=stretch]{position:absolute;left:0;right:0;top:0;bottom:0}.tick [data-layout~=overlay]>[data-overlay=center]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:0;right:0;top:0;bottom:0}
/*
 * Flip v1.5.0 - A Flip view for Tick Counter
 * Copyright (c) 2017 PQINA - https://pqina.nl/flip
 */
.tick-flip{position:relative;text-align:center}.tick-flip *{border-radius:inherit;white-space:pre;letter-spacing:inherit;text-indent:inherit}.tick-flip-front{border-bottom-left-radius:0;border-bottom-right-radius:0}.tick-flip-back{border-top-left-radius:0;border-top-right-radius:0}.tick-flip-spacer{display:block;visibility:hidden}.tick-flip-shadow{position:absolute;left:1px;right:1px;top:1px;bottom:1px;color:transparent!important;background:transparent!important}.tick-flip-shadow-top{bottom:calc(50% - 1px)}.tick-flip-shadow-bottom{top:calc(50% + 1px)}.tick-flip-card-shadow{position:absolute;left:.15em;right:.15em;bottom:.125em;height:.5em;background-color:transparent;border-radius:0;opacity:0;-webkit-transform-origin:0 100%;transform-origin:0 100%;box-shadow:0 .125em .25em rgba(0,0,0,.5),0 .125em .5em rgba(0,0,0,.75);z-index:0}.tick-flip-card{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;-webkit-perspective:4em;perspective:4em}.tick-flip-panel-back,.tick-flip-panel-front{position:absolute;left:0;width:100%;height:51%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.tick-flip-panel-back-text,.tick-flip-panel-front-text{position:absolute;left:-1px;top:0;right:-1px;height:100%;overflow:hidden}.tick-flip-panel-text-wrapper{position:absolute;left:0;top:0;right:0;height:100%}.tick-flip-panel-back-text .tick-flip-panel-text-wrapper{height:200%;top:-100%}.tick-flip-panel-front{-webkit-transform-origin:center bottom;transform-origin:center bottom;top:0;z-index:2;box-shadow:inset 0 1px hsla(0,0%,100%,.05)}.tick-flip-panel-back{-webkit-transform-origin:center top;transform-origin:center top;top:50%;z-index:1;box-shadow:inset 0 -1px rgba(0,0,0,.1)}.tick-flip-panel-back:after{z-index:1;content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-image:linear-gradient(180deg,rgba(0,0,0,.3) 1px,rgba(0,0,0,.15) 0,transparent 30%)}.tick-flip-panel-back-shadow{z-index:2}.tick-flip-panel-back-highlight{z-index:3}.tick-flip-panel-back-highlight,.tick-flip-panel-back-shadow{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.tick-flip-panel-back-highlight,.tick-flip-panel-back-shadow,.tick-flip-panel-front-shadow{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0}.tick-flip-panel-front-shadow{background-image:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.3))}.tick-flip-panel-back-shadow{background-image:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.5))}.tick-flip-panel-back-highlight{background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.3))}.tick [data-style*="shadow:inner"],.tick [data-style*="shadow:inner"] .tick-flip-card-shadow,.tick [data-style*="shadow:none"] .tick-flip-card-shadow,.tick [data-style*="shadow:none"] .tick-flip-panel-back,.tick [data-style*="shadow:none"] .tick-flip-panel-front,.tick [data-style*="shadow:none"] .tick-flip-shadow{box-shadow:none}.tick [data-style*="shadow:none"] .tick-flip-back:after,.tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow,.tick [data-style*="shadow:none"] .tick-flip-panel-back-text:after,.tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow{background-image:none}.tick [data-style*="rounded:none"]{border-radius:0}.tick [data-style*="rounded:panels"] .tick-flip-front,.tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.tick [data-style*="rounded:panels"] .tick-flip-back,.tick [data-style*="rounded:panels"] .tick-flip-panel-back:after,.tick [data-style*="rounded:panels"] .tick-flip-shadow-top{border-top-left-radius:inherit;border-top-right-radius:inherit}.tick-flip{margin-left:.0625em;margin-right:.0625em;min-width:1.125em;border-radius:.125em;letter-spacing:.25em;text-indent:.25em}.tick-flip-panel{color:#edebeb;background-color:#333232}.tick-flip-shadow{box-shadow:0 .125em .3125em rgba(0,0,0,.25),0 .02125em .06125em rgba(0,0,0,.25)}
/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@mageworx.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 * or send an email to sales@mageworx.com
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @copyright  Copyright (c) 2009 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */

/**
 * Downloads extension
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @author     MageWorx Dev Team <dev@mageworx.com>
 */

.downloads-links-block {
    border-bottom: solid 1px #eeeeee;
    width: 100%;
    overflow: auto;
    background: #ffffff;
    border-radius: 4px;
    padding: 0 0 0;
    margin-top: 15px;
    margin-bottom: 40px;
}
.downloads-links-block .head {
    display: none
}
/*.downloads-links-block .head {*/
/*    padding-bottom: 4px;*/
/*    font-weight: bold;*/
/*    padding-top: 10px;*/

/*    padding-bottom: 10px;*/
/*    font-weight: bold;*/
/*    padding-top: 10px;*/
/*    font-family: 'Open Sans';*/
/*    letter-spacing: .05em;*/
/*    font-size: 120%;*/
/*    padding: 0;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.downloads-links-block .head h4{*/
/*    font-weight: bold;*/
/*    background: #6ebc14;*/
/*    padding: 5px 10px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*}*/

.downloads-item .item-icon, .downloads-item .item-link, .downloads-item .item-info {
    display: inline;
}
.downloads-item .item-info { /*display: none*/ }

.downloads-item {margin-bottom: 7px; padding: 0 7px}

.downloads-links-block .downloads-item .item-icon {
    width: 20px;
    height: 16px;
    padding-top: 3px;
    padding-right: 7px;
    font-size: 140%;
}

.downloads-links-block .downloads-item .item-description {
    padding-left: 25px;
}

.downloads-links-block .category-title {
    font-weight: bold;
}

.downloads-links-block .category-files {
    padding: 0 0 10px 10px;
}

.downloads-links-block .access-notice {
    padding-top: 3px;
}

.downloads-links-block span {
    padding-left: 5px; 
    color: #EF5E2C;
    font-style: italic;
}

#downloads_video_overlay {
    cursor: pointer;
    opacity: 0.8;
    display: block;
    position: fixed;
    bottom:0;
    right: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#downloads_video_popup {
    z-index: 1001;
    width: 600px;
    height: auto;
    position: fixed;
}

#downloads_video_popup .popup-cont {
    background: #ffffff;
    border-radius: 8px;
    padding: 13px 0;
}

#downloads_video_popup .spinner {
    display: none;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/mageworx/downloads/spinner.gif) no-repeat center center;
    height: 70px;
}

#downloads_video_popup .spin {
    display: block !important;
}

#downloads_video_popup .close-button {
    background: transparent url(https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/mageworx/downloads/close-button.png) 0 0 no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 585px;
}

.mostViewed { margin-bottom:30px; }
.mostViewed ul, .mostViewed ul ul, .mostViewed ol, .mostViewed ul.products-grid, .mostViewed ul.products-list { list-style:none; margin:0; padding:0; }
.mostViewed ul li, .mostViewed .pager .pages ol li { margin-left:0; }

.mostViewed .pager { float:none; border-bottom:1px dotted #ddd; border-top:1px dotted #ddd; padding:10px 10px 5px; margin-bottom:20px; }

.mostViewed .title h2 { font-weight:600; margin:10px 0; }

.mostViewed .products-grid .price-box p { margin-bottom:0; }
.mostViewed ul.products-list.rwd .price-box p { display:inline-block; margin:0 0 0 15px; }
.mostViewed ul.products-list.default .price-box p { margin:0 0 3px; }

.default ul ul.add-to-links { margin-top:5px; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://www.nadland.hu/skin/frontend/base/default/css/mostviewed/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.newProducts { margin-bottom:30px; }
.newProducts ul, .newProducts ul ul, .newProducts ol, .newProducts ul.products-grid, .newProducts ul.products-list { list-style:none; margin:0 auto; padding:0; }
.newProducts ul li, .newProducts .pager .pages ol li { margin-left:0; }

.newProducts .pager { float:none; border-bottom:1px dotted #ddd; border-top:1px dotted #ddd; padding:10px 10px 5px; margin-bottom:20px; }

.newProducts .title h2 { font-weight:600; margin:10px 0; }

.newProducts .products-grid .price-box p { margin-bottom:0; }
.newProducts ul.products-list.rwd .price-box p { display:inline-block; margin:0 0 0 15px; }
.newProducts ul.products-list.default .price-box p { margin:0 0 3px; }

.default ul ul.add-to-links { margin-top:5px; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://www.nadland.hu/skin/frontend/base/default/css/newproducts/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.mbdialog img{
  border:0; vertical-align:top;
}

.mbdialog p{
  margin:0 0 10px;
}

.mbdialog{
  color:#2f2f2f;         
}
                                                                                                                                                                                                                                                                                                                        /*dpqzsjhiunbhfcjseepudpn*/
.mbdialog *, .mbdialog *:before, .mbdialog *:after{                                                                                                                                                                                                                                        /*dpqzsjhiunbhfcjseepudpn*/
  box-sizing:content-box;         
}

.mbdialog th, .mbdialog td{
  vertical-align:top;                      
}

.mbdialog img{
  display:inline;         
}

.dialogBg{
  background: rgba(255, 255, 255, 0.90);  
  position:fixed;
  overflow-x: auto;
  overflow-y: scroll;
  z-index:99999999;
  left:0;
  top:0;
  bottom:0;
  right:0; 
  /*visibility:hidden;*/
  display:none;
  cursor:pointer;   
}           

.dialogBody{
  overflow:hidden;   
  text-align:left; 
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);         
}
              
.mbdialog{  
  display:none;
  cursor:default;
  margin: 0px auto;        
  position:absolute;
  z-index:99999998;  
  -webkit-backface-visibility: hidden;
} 

@media (max-width: 500px) {
  .mbdialog,.dialogBody{
    -webkit-transform:translate3d(0, 0, 0); //bugfix if theme has translate3d on field behind popup
  }
}

.dialogTool{
  position:relative;          
}    

.dialogClose{
  position:absolute; 
  top:-20px; 
  right:-26px; 
  background:url(https://www.nadland.hu/skin/frontend/base/default/images/magebird_popup/close_dark.png); 
  background-position:5px 5px;
  background-repeat:no-repeat;
  height:26px;
  width:26px;    
  cursor:pointer; 
  z-index:99999995;  
}

.dialogCloseCustom{ 
  cursor:pointer;  
}

.dialogClose.overlay2{
  background:url(https://www.nadland.hu/skin/frontend/base/default/images/magebird_popup/close_white.png); 
  background-position:5px 5px;
  background-repeat:no-repeat;     
}

.dialogClose.style2{
  background:url(https://www.nadland.hu/skin/frontend/base/default/images/magebird_popup/close_big.png);  
  height:29px;
  width:29px; 
  top:-15px; 
  right:-15px;       
} 

.dialogClose.style2:hover{
  background-position:0 -29px;     
}

.dialogClose.style4,.dialogClose.style3{
  background:url(https://www.nadland.hu/skin/frontend/base/default/images/magebird_popup/close_simple_white.png) no-repeat 4px 4px;   
  height:25px;
  width:25px;      
}

.dialogClose.style3{
  background:url(https://www.nadland.hu/skin/frontend/base/default/images/magebird_popup/close_simple_dark.png) no-repeat 4px 4px;          
}

.dialogClose.style6{
  background:url(https://www.nadland.hu/skin/frontend/base/default/images/magebird_popup/close_big_x.png) no-repeat;   
  top:7px; 
  right:8px;            
  width:20px;
  height:20px;
}

.dialogClose.style6{
  background:url(https://www.nadland.hu/skin/frontend/base/default/images/magebird_popup/close_big_x_d.png) no-repeat;              
}

.dialogClose.style7{
  background:url(https://www.nadland.hu/skin/frontend/base/default/images/magebird_popup/close_transparent.png) no-repeat;   
}

.dialogClose.style8{
  background:url(https://www.nadland.hu/skin/frontend/base/default/images/magebird_popup/close_big_x.png) no-repeat;   
}

.dialogClose.style9{
  background:url(https://www.nadland.hu/skin/frontend/base/default/images/magebird_popup/close_big_x_bold.png) no-repeat;              
}

.dialogClose.style10{
  background:url(https://www.nadland.hu/skin/frontend/base/default/images/magebird_popup/close_big_x_bold_d.png) no-repeat;              
}

.dialogClose.style11{
  background:url(https://www.nadland.hu/skin/frontend/base/default/images/magebird_popup/white_circle.png) no-repeat;              
}

.dialogClose.style6,.dialogClose.style7,.dialogClose.style8,.dialogClose.style9,.dialogClose.style10,.dialogClose.style11{
  width:30px;
  height:30px;
  background-position:center;
}

.dialogClose.style7,.dialogClose.style11{
  width:35px;
  height:35px;
}

.dialogClose.style4:hover,.dialogClose.style3:hover{  
  background-position:4px -17px;   
}

.dialogClose.style1:hover{      
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.imgType img{
  display:block;        
}

.mbdialog .error, .mbdialog .warning{  
  border:1px solid #EED2D8;
  color:#B94A4A;
  font-size:12px;
  font-weight:normal;
  text-shadow:1px 1px #FFFFFF;
  background-color:#F2DDDE;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  margin:0 15px 15px 0;
  padding:2px 5px;
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);   
  position:absolute;
  z-index:999999;
}

.mbdialog .error p, .mbdialog .warning p{
  margin:4px 0;
}

.transform-rotate-zoom1{
   -moz-transition: all 0.7s ease-in-out;
   -webkit-transition: all 0.7s ease-in-out;     
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;  
   
  -moz-transform:rotate(0deg) scale(0.001);
  -webkit-transform:rotate(0deg) scale(0.001);
  -o-transform:rotate(0deg) scale(0.001);
  -moz-transform:rotate(0deg) scale(0.001);
  -ms-transform: rotate(0deg) scale(0.001);  
}

.transform-rotate-zoom2{
 -webkit-transform: rotate(360deg) scale(1); 
 -moz-transform: rotate(360deg) scale(1); 
 -o-transform: rotate(360deg) scale(1); 
 -ms-transform: rotate(360deg) scale(1); 
 transform: rotate(360deg) scale(1);  
}   


.popuptransition{
   -moz-transition: all 0.9s ease-in-out;
   -webkit-transition: all 0.9s ease-in-out;     
   -o-transition: all 0.9s ease-in-out;
   -ms-transition: all 0.9s ease-in-out;
   transition: all 0.9s ease-in-out;      
}

.transform-elastic1, .moctoddribegam{
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;     
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;  
   
  -moz-transform:scale(0.001);
  -webkit-transform:scale(0.001);
  -o-transform:scale(0.001);
  -moz-transform:scale(0.001);
  -ms-transform:scale(0.001);   
}
 
.transform-elastic2{
 -webkit-transform: scale(1.2); 
 -moz-transform: scale(1.2); 
 -o-transform: scale(1.2); 
 -ms-transform: scale(1.2); 
 transform: scale(1.2);   
}

.transform-elastic3{
 -webkit-transform: scale(1); 
 -moz-transform: scale(1); 
 -o-transform: scale(1); 
 -ms-transform:scale(1); 
 transform: scale(1);   
}

.mbdialog table {              
    border-spacing:0;
    border-collapse:separate;
} 

/*FOLLOW WIDGET*/
.followPopup{
  line-height:1;            
}

.followPopup ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.followPopup li{
  float:left;
  margin-right:10px;
  height:62px;
  overflow:hidden;
  width:63px;
  text-align:center;
}  

.followPopup li img{
  width:auto;
}  

.followPopup.tp2 li{
  height:20px;                   
}     

.followPopup li.twitterFollow img,.followPopup li.pinFollow img{
  margin-bottom:3px;
  margin-left:5px;
}

.followPopup.tp3 li.twitterFollow img,li.twitterTweet img, .followPopup.tp3 li.pinFollow img{
  margin-bottom:3px;
  margin-left:0px;
}

.followPopup .fbLike{
  min-width:48px;
  margin-right:2px;
  margin-left:-3px;
}

.followPopup.tp3 .fbLike{
  margin-left:0px;
}

.followPopup .twitterTweet{
  /*width:58px;*/  
}

.followPopup .twitterTweet{
  visibility:visible !important;
}

.followPopup .gplusRecommend{
  width:50px;
}

.gplusRecommend div{
  vertical-align:top !important;
}

.followPopup .pinFollow{
  min-width:59px;
}

.followPopup.tp3 li{
  float:none;
  width:63px !important;
  margin-right:0;
  text-align:center;
  margin-bottom:10px;                   
}


/*FB like bugfix for ie*/
.fb-like.fb_iframe_widget iframe{
  min-width:49px !important;
  min-height:61px !important;  
  left:0;                              
}
/*END FOLLOW WIDGET*/

.account-login .fb-login h2 {
	background-image:url("https://www.nadland.hu/skin/frontend/sm_market/default/images/magestore/fblogin/fb.png");
	background-repeat: no-repeat;
	/* padding-left: 40px; */
	padding-bottom: 5px
}
button.fb_button.fb_button_medium span {
    min-width: 140px;
}
#bt-loginfb {margin-top: -15px;}
span.fb_button_text {
	display: block;      
	height: 35px;      
	text-align: center;      
	padding-left: 40px;      
	padding-right: 10px;      
	line-height: 33px;      
	color: white;
	background: url("https://www.nadland.hu/skin/frontend/sm_market/default/css/magestore/fblogin/fb.png") #2d78bd no-repeat;
	min-width:140px;
	max-width: 290px;
	font-weight: bold;
	margin-bottom: 15px;
	cursor: pointer;
	}
.col-1.new-users li.button {
	min-width: 80px;
	background: none;
	display: block;
	text-align: left;
}	
.fb-seprate{
	margin-top:30px;
}

#connected{
	text-align:center; 
	margin-top:60px;
}

#connected #image{
	margin-bottom:10px;
}
.m-fpc-debug-info {
  width: 420px;
  min-height: 115px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}
.m-fpc-debug-info .m-fpc-h1 {
  font-family:Arial;
  background: rgb(57, 172, 163);
  color: #fff;
  padding: 3px 3px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align:left;
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-debug-info-main-block {
  padding: 2px 5px 10px 5px;
}
.m-fpc-debug-info .m-fpc-action {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
  padding-top:15px;
}
.m-fpc-debug-info .m-fpc-ignored {
  padding-top: 0px !important;
}
.m-fpc-debug-info .m-fpc-hit-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time-text {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time {
  font-family:Arial;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 700;
  line-height: 65px;
  text-align:center;
}
.m-fpc-debug-info .m-fpc-time-sec-text {
  font-family:sans-serif,Arial;
  font-size: 35px;
  text-align:center;
  text-transform:none;
}
.m-fpc-debug-info.m-fpc-debug-info-not-cacheable {
  height: 220px;
  box-shadow: 0 0 0 5px #E0E0E0;
}
.m-fpc-debug-info.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 5px #CCFFD3;
}
.m-fpc-debug-info.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 5px #FECBCB;
}
.m-fpc-debug-info .m-fpc-disabled-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 12px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
  color: #911E42 !important;
}
.m-fpc-debug-info .m-fpc-detail-info-hide-show-button-style {
  float: right;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.m-fpc-debug-info .m-fpc-info-scroll-hide {
  display: none;
}
/*scroll*/
.m-fpc-debug-info .m-fpc-info-scroll {
  overflow-y: auto;
  height: 350px;
  padding: 0px 5px 10px 5px;
  text-align: justify;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*detail info table*/
.m-fpc-debug-info .m-fpc-detail-info-table {
  display:table;
  width:100%;
  padding-top: 3px;
}
.m-fpc-debug-info .m-fpc-detail-row {
  display:table-row;
}
.m-fpc-debug-info .m-fpc-detail-col {
  display:table-cell;
  text-align: left;
  padding: 2px;
  vertical-align: top;
  width: 50%;
  font-family:sans-serif,Arial;
  padding:5px;
  text-align: left;
  font-size: 10px;
  text-transform:none;
  color: #222 !important;
}
.m-fpc-debug-info .m-fpc-dark {
  background-color: #D9F0EE;
}
.m-fpc-debug-info .m-fpc-light {
  background-color: #ECF8F7;
}

/*flush cache button*/
.m-fpc-debug-info .m-fpc-flush-cache-button-style {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

/*small debug info block*/
.m-fpc-debug-info-small {
  width: 120px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}

.m-fpc-debug-info-small .m-fpc-debug-info-main-block-small {
  padding: 2px 5px 10px 5px;
}

.m-fpc-debug-info-small .m-fpc-hit-info-small {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-small {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

.m-fpc-debug-info-small.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 3px #CCFFD3;
}
.m-fpc-debug-info-small.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 3px #FECBCB;
}
.m-fpc-debug-info-small.m-fpc-debug-info-not-cacheable {
  box-shadow: 0 0 0 5px #E0E0E0;
}

.m-fpc-debug-info .m-fpc-ignored-url-parameters-info {
  font-family:sans-serif,Arial;
  padding:15px;
  margin: 12px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
  color: #911E42 !important;
  word-wrap: break-word;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete .search-autocomplete {
  position: absolute;
}
.searchautocomplete .form-search {
  overflow: none !important;
  position: relative;
}
.searchautocomplete .sprite {
  background: url('https://www.nadland.hu/skin/frontend/sm_market/default_nadland/images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 11;
}
.searchautocomplete .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
  height: 20px;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
  margin-top: 6px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav-search-in:hover .category-fake {
  color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  background: #FFF;
  border: 0px;
  position: absolute;
  z-index: 102;
  box-shadow: 0 6px 23px #989696;
  top: 48px;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #fff transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 12px;
  height: 0;
  width: 0;
  top: -24px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  margin: 0;
  border: none!important;
  background: none!important;
  box-shadow: none;
  position: relative;
  padding: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 0px;
  border-bottom: 1px dotted rgba(204,204,204,.27);
  margin-bottom: 5px;
}
.searchautocomplete .pf-col-2 .searchautocomplete-placeholder ul li {
  font-size: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #f5f5f5;
  box-shadow: 0 0 1px #525252;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
  background-color: #F7F7F6;
  font-size: .9375rem;
  font-weight: 700;
  color: #333;
  border-bottom: 1px dashed #ccc!important;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: center;

  width: 100%;
  overflow: auto;
  background: #f5f5f5;
}
.searchautocomplete .searchautocomlete-image {
  float: left;
  margin: 0px 5px 5px 0px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 11px;
  right: 44px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
    display: block;
    text-transform: uppercase;
}

.swatch-link {
    border: 1px solid #cccccc;
    margin: 0 0 3px;
}

.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}

.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(https://www.nadland.hu/skin/frontend/sm_market/default/images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}

.swatch-link.has-image .swatch-label {
    position: relative;
}

.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
    /*border: 1px solid #fff;*/
}

.configurable-swatch-list {
    clear: both;
}


.configurable-swatch-list .not-available .x {
    display: block;
}

.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
    outline: 0;
}


#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}



#narrow-by-list dd .swatch-label {
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
    border:1px solid #ddd;
}

#narrow-by-list dd .configurable-swatch-list li a:hover .swatch-label{
    border-color:#3399cc;
}


#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}

@media only screen and (max-width: 770px) {
    #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
        clear: left;
    }
}

.currently .swatch-current {
    position: relative;
}

.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}

.currently .swatch-current span {
    display: block;
    float: left;
}

.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
    border-color: #cccccc;
    cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
    border-color: #3399cc;
}

.configurable-swatch-box {
    background: none !important;
}

.configurable-swatch-box select.swatch-select {
    display: none;
}

.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #df280a;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px;
}

.configurable-product option{
    background-color:#fafafa;
}

.configurable-product option:not(:disabled){
    background-color:#fff;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seo-content {
  color: #333;
  width: 600px;
  margin: 0 auto;
  padding: 5px 10px;
  margin-top: -50px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
    display:none;
 }

/*seo-info*/

/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}

/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family:Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family:Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family:Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform:none;
}
.seo-info .seo-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
}

/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width:100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label, .seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  box-shadow: none;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label, .seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width:100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}

/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}

/*link*/
.seo-info .seo-additional-info-link-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}

/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}

/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}

.seo-info .m-seo-info-scroll-hide {
  display: none;
}

/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display:table;
  width:100%;
  padding-top: 3px;
}

.seo-info .m-seo-info-template-table-row {
  display:table-row;
}

.seo-info .m-seo-info-template-table-cell {
  display:table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}

.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-table-cell:nth-child(3) {
   border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}

.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell{
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-id-width {
  width: 30px;
}

.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}

.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}

.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}

.seo-info .m-seo-info-status-width {
  width: auto;
}

/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}

@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 100%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display:none;
 }
.seositemap-index-index div.seositemap-map table {
  width:100%;
}
.seositemap-index-index div.seositemap-map table tbody tr td {
  vertical-align: top;
}
/**************************
*
*	GENERAL
*
**************************/

.clearfix_cameraslide, .cameraslide{
    clear: both;
}

/* Css of js enfinity*/

.pix_slideshow {
    position: relative;
    width: 100%;
}
.pix_slideshow img {
    /*max-width: 100%!important;*/
}
.pix_slideshow [data-use="simple"] img,
.pix_slideshow [data-use="simple"] .filmore_rotate_wrap {
    max-width: 100%!important;
}
.pix_slideshow_until_image {
    display: none;
}

.pix_slideshow_target {
    display: block;
}
.pix_slideshow_target {
    overflow: hidden;
    position: relative;
    visibility: hidden;
}

.film_slide {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.filmoreSlide {
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.filmoreSlide > div {
    position: absolute;
}

.filmoreBgs {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

section img, footer img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.pix_button {
    text-align: center;
}
.pix_button a {
    float: left;
    margin: 0 -10px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none!important;
    width: 100%;
}
.pix_button.yellow, .single_add_to_cart button, .single_add_to_cart .button, .shop_table a.checkout-button, input[type=submit]#place_order, .widget_shopping_cart .button, .checkout-button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    text-decoration: none!important;
}

section img, footer img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.filmore_loader {
    position: absolute;
    right: 0;
    top: 10px;
}

.filmore_commands {
    float: left;
    height: 48px;
    text-align: center;
    width: 100%;
}
.filmore_command {
    cursor: pointer;
    height: 38px;
    overflow: hidden;
    text-indent: -9999px;
    width: 38px;
}
.filmore_pause {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -6px -266px;
    display: none;
    left: 0;
    position: absolute;
    top: 5px;
}
.pixslideshow_white .filmore_pause {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -6px -228px;
}
.pixslideshow_black .filmore_pause {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -6px -190px;
}
.filmore_play {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -48px -266px;
    left: 0;
    position: absolute;
    top: 5px;
}
.pixslideshow_white .filmore_play {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -48px -228px;
}
.pixslideshow_black .filmore_play {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -48px -190px;
}
.filmore_autoadv .filmore_play {
    display: none;
}
.filmore_autoadv .filmore_pause {
    display: block;
}

.filmore_prev {
   /* background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -98px -266px;*/
    display: inline-block;
    height: 38px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 30px;
}
.pixslideshow_white .filmore_prev {
    /*background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -98px -228px;*/
}
.pixslideshow_black .filmore_prev {
   /* background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -98px -190px;*/
}
.filmore_next {
    /*background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -230px -266px;*/
    display: inline-block;
    height: 38px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 30px;
}
.pixslideshow_white .filmore_next {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -230px -228px;
}
.pixslideshow_black .filmore_next {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -230px -190px;
}
.filmore_next:hover,
.filmore_prev:hover,
.filmore_pag:hover,
.filmore_pause:hover,
.filmore_play:hover {
    opacity: .7;
}
.filmore_next:active,
.filmore_prev:active,
.filmore_pag:active,
.filmore_pause:active,
.filmore_play:active {
    opacity: 1;
}

.filmore_pagination {
    display: inline-block;
    overflow: hidden;
}

.btn-slidershow {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff!important;
    display: inline;
    font-weight: bold;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: .2s;
}

.filmore_pag {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -188px -266px;
    display: inline-block;
    height: 38px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 24px;
}
.pixslideshow_white .filmore_pag {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -188px -228px;
}
.pixslideshow_black .filmore_pag {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -188px -190px;
}

.filmore_pag.filmore_current_pag {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -147px -266px;
    cursor: default;
    opacity: 1!important;
}
.pixslideshow_white .filmore_pag.filmore_current_pag {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -147px -228px;
}
.pixslideshow_black .filmore_pag.filmore_current_pag {
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default/sm/cameraslide/images/icons_sprite.png") no-repeat -147px -190px;
}

.pix_slideshow [data-use="simple"] img,
.pix_slideshow [data-use="simple"] .filmore_rotate_wrap {
    max-width: 100%!important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    
}
/**
 * Nádland – Nyitvatartás badge stílusok (fehér háttér)
 * Elhelyezés: skin/frontend/[package]/[theme]/css/nadland-nyitva.css
 */
.open-wrapper {
    background: #f5fee7;
    text-align: center;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
}
.nadland-nyitva {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    vertical-align: middle;
    padding: 5px 0;
}

.nadland-nyitva__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.nadland-nyitva--open .nadland-nyitva__dot {
    background: #2e7d32;
}

.nadland-nyitva--closed .nadland-nyitva__dot {
    background: #c62828;
}

.nadland-nyitva strong {
    font-weight: 600;
    color: #5ba30d;
}

.nadland-nyitva__hours {
    color: #666;
    font-size: 15px;
}

.nadland-nyitva__link {
    color: #2e7d32;
    text-decoration: underline;
    font-size: 15px;
    margin-left: 3px;
}

.nadland-nyitva__link:hover {
    color: #1b5e20;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .nadland-nyitva__hours {
        display: none;
    }
    .nadland-nyitva {
        padding: 5px 15px;
    }
}
.club a {
    color: #0097d9;
    text-decoration: underline
}

.club .club-body {
    padding: 30px 0;
    line-height: 200%;
    font-size: 15px;
    color: #444444;
}

.club .club-body h1 {
    font-size: 200%;
    font-weight: bold;
    margin: 30px 0 20px 0;
}

.club .club-body h2 {
    font-size: 150%;
    font-weight: bold;
    margin: 60px 0 40px 0;
}

.club .club-body h3 {
    font-size: 130%;
    font-weight: bold;
    margin: 40px 0 30px 0;
    color: #444444;

    padding-left: 30px;
    text-align: center;
    display: inline-block;
}

.club .club-body h3:before {
    content: '';
    background: url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/css/klub/klub_logo.svg") no-repeat;
    width: 30px;
    display: block;
    position: absolute;
    height: 30px;
    margin-left: -40px;
    margin-top: -8px;
}


.club .club-body p, .club .club-body li {
    margin-bottom: 1em;
}

.club .club-body ol, .club .club-body ul {
    margin: 25px;
}


.club .club-body ul {
    list-style-type: disc;
}

.club .club-body ol {
    list-style-type: decimal;
}

.club .club-body .fieldset {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #e9e9e9;
    margin: 0 0 20px 0;
}

.club input[type="text"],
.club input[type="password"] {
    border-color: #e9e9e9;
    border-radius: 4px;
}

.club .privacy-newsletter-box {
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.club .privacy-newsletter-box label {
    margin-bottom: 15px;
}

.club .panel-group {
    margin: 30px 0;
}

.club .panel-group .panel {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 2px solid #ccc;
}

.club .panel-group .panel .panel-heading .panel-title a {
    display: block;
    width: 100%;
    color: unset;
    text-decoration: unset;
}

.club .panel-group .panel .panel-heading .panel-title {
    display: flex;
}

.club .panel-group .panel .panel-heading .panel-title:after {
    top: 6px;
    right: 10px;
    content: "\f0da";
    font-family: FontAwesome;
    transform: rotate(90deg);
    margin-right: 40px;
    font-size: 20px;
    transition: .1s ease-in-out;
    color: #ccc;
}

.club .panel:has(> .in) .panel-heading .panel-title:after {
    transform: rotate(270deg);
    color: #6ebc14;
}


.club .panel-group .panel .panel-heading .panel-title a:hover,
.club .panel-group .panel .panel-heading .panel-title a:active,
.club .panel-group .panel .panel-heading .panel-title a:focus {
    color: unset;
}

.club .panel-group .panel .panel-heading {
    background: none;
    padding: 20px 0px;
}

.club .panel-group .panel-heading + .panel-collapse .panel-body {
    border: 0;
}

.club .panel:has(> .in) .panel-heading .panel-title {
    font-weight: bold;
}

.club .panel-body {
    padding: 15px 30px;
}

.club-dashboard-info-message {
    margin-top: 10px;
    padding: 12px 10px 12px 55px;
    font-size: 150%;
    background: #f5f3e5 url("https://www.nadland.hu/skin/frontend/sm_market/default_nadland/css/klub/klub_logo.svg") no-repeat 10px;
    background-size: 30px;
}
.club-dashboard-info-message a{
    text-decoration: underline;
}
