/* Minification failed. Returning unminified contents.
(1036,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1037,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1038,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1039,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1042,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1043,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1044,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1045,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1048,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1049,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1050,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1051,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1087,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1088,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1184,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1185,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1255,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1256,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1257,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1258,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1268,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1269,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3610,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3611,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3919,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3920,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3921,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3922,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3931,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3932,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* ==========================================================================

  nopDynamics Stylesheet
  Author: Stephan Kaluza
  Version: 1.0

========================================================================== */
.transition1 {
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0;
  -moz-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.box-shadow {
  /* TODO */
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=45, Strength=4, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=6, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=6, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=225, Strength=4, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=260, Strength=6, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=305, Strength=4, ShadowOpacity=0.4);
  background-color: white;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
  /* WebKit */
  -moz-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
  /* Firefox */
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
  /* Standard */
}
/* ==========================================================================
/* 1.0 - Document Setup (typography, links, paragraph, etc)
   ========================================================================== */
/* Body */
@-ms-viewport {
  width: device-width;
}
body {
  color: #555;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* General Resets */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
html,
button,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}
/*html { .font-size(@font-size-normal)} */
/* ==========================================================================
/* --  Micro Clearfix and Helpers
   ========================================================================== */
/* Micro Clearfix */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
section:before,
section:after {
  content: "";
  display: table;
}
section:after {
  clear: both;
}
section {
  zoom: 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.checkbox:before,
.checkbox:after {
  content: "";
  display: table;
}
.checkbox:after {
  clear: both;
}
.checkbox {
  zoom: 1;
}
/* Helpers */
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.inline {
  display: inline;
}
.strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.center-text {
  text-align: center;
}
.none,
[hidden] {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.visuallyvisible {
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  left: 0;
}
.infobox {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #9D9E9E;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
/* Alert */
.alert {
  background-color: #ffc;
  display: block;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.alert ul {
  list-style: none;
}
/* NOTIFICATIONS */
.message-error {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #c0271f;
}
.message-error ul {
  padding: 0px;
}
.message-error ul li {
  list-style: none;
}
.validation-summary-errors {
  color: #c0271f;
}
.validation-summary-errors ul {
  padding: 0px;
}
.validation-summary-errors ul li {
  list-style: none;
}
.bar-notification.error {
  background: none repeat scroll 0 0 #c0271f;
  color: #FFFFFF;
}
.bar-notification.info {
  background: none repeat scroll 0 0 #999999;
  color: #FFFFFF;
}
.bar-notification.success {
  background: none repeat scroll 0 0 #55ab26;
  color: #FFFFFF;
}
.bar-notification {
  display: none;
  text-align: center;
  z-index: 100000;
  height: 40px;
  width: 100%;
  position: fixed;
  margin: 0;
  left: 0px;
  top: 0px;
}
.bar-notification p.content {
  padding: 5px;
  margin: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.bar-notification p.content a {
  text-decoration: underline;
  color: #FFFFFF;
}
.bar-notification p.content a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.bar-notification .close {
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/ico-close-notification-bar.png) no-repeat;
  width: 20px;
  height: 20px;
  float: right;
  margin: 9px 9px 0px 0px;
  cursor: pointer;
}
.errormsg ul {
  padding: 4px;
}
.no-desktop {
  display: none;
}
.mt40 {
  margin-top: 40px;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt5 {
  margin-top: 5px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
.required {
  color: #9D9E9E;
  font-weight: bolder;
}
/* Strong and Italic */
b,
strong {
  font-weight: bold;
}
/* Links */
a {
  color: #575757;
  text-decoration: none;
  outline: none;
  line-height: inherit;
}
a:hover {
  text-decoration: none;
  color: #ffa000;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
/* Paragraph and Small */
p,
pre {
  margin: 1em 0;
}
p.hint {
  margin-bottom: 0;
}
small {
  font-size: 80%;
}
/* Abbreviations */
abbr[title] {
  border-bottom: 1px dotted;
}
/* Audio */
audio,
canvas,
video {
  display: -moz-inline-stack;
  vertical-align: top;
  zoom: 1;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Definition */
dfn {
  font-style: italic;
}
/* Images */
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
.image-left {
  margin-right: 20px;
}
.image-right {
  margin-left: 20px;
}
/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  color: #575757;
  font-family: 'Oswald', sans-serif;
}
h1,
.h1 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 0.5em;
}
h2,
.h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
h3,
.h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.8em;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.8em;
}
h6,
.h6 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.8em;
}
/* Reset Heading */
.no-style-heading {
  margin: 0;
  font-size: 100%;
}
/* Horizontal Rule */
hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ccc;
  margin: 1em 0;
  *margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 2px;
}
.hr {
  display: block;
  clear: left;
}
/* 1.2 Quotes and Code - block quotes, quotes, code, pre, etc
   ========================================================================== */
/* Block Quotes and Quotes */
blockquote {
  font-family: "Georgia", "Times" serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #777;
  margin: 1em 0;
  font-style: italic;
}
cite {
  color: #222;
  font-style: normal;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
/* Mark */
mark {
  background: #ff0;
  color: #111;
}
/* Code */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
code {
  color: #111;
  padding: 2px 5px;
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* 1.3 Lists
   ========================================================================== */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
dt {
  font-weight: bold;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* Remove Styling from List */
.no-style-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* 1.4 Tables
   ========================================================================== */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}
table colgroup {
  display: table-column-group;
}
table thead th {
  vertical-align: bottom;
  font-weight: bold;
  background-color: #e1e1e1;
  color: #333;
}
table tbody tr {
  border-bottom: 2px solid #eee;
}
table caption {
  padding: 0.5em;
  background-color: #eee;
  border-bottom: 0;
  font-weight: bold;
}
table footer td {
  font-weight: bold;
}
table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
table.grid {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
table.grid tbody tr {
  border-bottom: 0;
}
table.grid th,
table.grid td {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
/* 1.5 Forms, Labels and Inputs
   ========================================================================== */
/* Standard Forms */
form {
  margin: 0;
}
/* Using forms within rows, we need to set some defaults */
/*form .row .row {
        margin: 0 -0.5em;
    }*/
/*form .row .row .col,
        form .row .row .columns {
            padding: 0 0.5em;
        }*/
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .col {
  padding: 0;
}
form .row input.col,
form .row input.columns,
form .row textarea.col {
  padding-left: 0.5em;
}
/* Label Styles */
label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #575757;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
  /* Styles for required inputs */
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}
label small {
  text-transform: capitalize;
  color: #575757;
}
/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}
/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding: 0;
  text-align: center;
  line-height: 2.125em;
}
.prefix.button {
  padding: 0;
  text-align: center;
  line-height: 2.125em;
}
span.prefix,
label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
span.postfix,
label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}
/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"] {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #999999;
  background: #f8f8f8;
  outline: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}
/* Adjust margin for form elements below */
input[type="file"],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
select {
  display: inline-block;
  padding: 4px 5px;
  line-height: -19px;
  height: 2.3125em;
  margin: 0 1em 1em 0;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cccccc;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
/* Normalize file input width */
input[type="file"] {
  width: 100%;
}
/* We add basic fieldset styling */
fieldset {
  border: none;
  border-top-style: solid;
  border-color: #ccc;
  border-top-width: 0.1em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 10px;
  margin: 0 0;
}
fieldset legend {
  border: 0;
  font-weight: bold;
  padding: 0 15px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
fieldset .forcheckbox {
  display: inline-block;
  line-height: 22px;
  line-height: 1.375rem;
}
fieldset .row {
  margin: 0;
}
/* Error Handling */
[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}
[data-abide] span.error,
[data-abide] small.error {
  display: none;
}
span.error,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}
.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}
.error label,
.error label.error {
  color: #c60f13;
}
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}
.error span.error-message {
  display: block;
}
input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}
label.error {
  color: #c60f13;
}
.selectionwrapper label {
  line-height: 1;
}
.selectionwrapper input {
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
}
/* Buttons */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Custom Buttons */
.button {
  border: 0;
  padding: 0.6em;
  background: #6c6c6c;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  font-size: 1.125rem;
  display: -moz-inline-stack;
  vertical-align: top;
  zoom: 1;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.button.cta {
  background: #FFBF5A;
}
.button:hover {
  background: #FF7D00;
  color: #ffffff;
}
.fullwidth-button {
  width: 100%;
}
.tiny-button {
  padding: 8px 12px 8px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.96429em;
}
.small-button {
  padding: 3px 10px 3px;
  font-size: 14px;
  font-size: 0.875rem;
}
.medium-button {
  padding: 6px 14px 6px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.71875em;
}
.large-button {
  padding: 15px 25px 15px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.71875em;
}
.red-button {
  background-color: #ffa000;
  color: white;
}
.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1;
}
.no-style-button {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #f30;
  text-decoration: underline;
  border: 0;
  background: transparent;
  height: auto;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.no-style-button:hover {
  text-decoration: none;
}
.no-style-button[disabled],
.no-style-button.disabled {
  text-decoration: none;
  color: #999;
}
.nobr {
  white-space: nowrap !important;
}
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 769px) {
  /* Custom Buttons */
  .button {
    margin-top: 3px;
  }
  /* Mobile Tables */
  table th,
  table td {
    padding: 4px;
  }
}
/* ==========================================================================
/* 2.0 - Grid Layout (Responsive)
   ========================================================================== */
/* Sections & Content Blocks */
section {
  /*position: relative; */
}
/* Rows */
.row {
  -: ;margin-top: 7.5;
  -: ;margin-top: 0.46875rem;
  -: ;margin-left: -15;
  -: ;margin-left: -0.9375rem;
}
.row-one {
  -: ;margin-top: 15;
  -: ;margin-top: 0.9375rem;
  -: ;margin-left: -15;
  -: ;margin-left: -0.9375rem;
}
.row-two {
  -: ;margin-top: 30;
  -: ;margin-top: 1.875rem;
  -: ;margin-left: -15;
  -: ;margin-left: -0.9375rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  /*.px-rem(padding-left, 10);
    .px-rem(padding-right, 10);*/
}
.container-full {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
/* Fluid Grid */
.col {
  border: 0px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  -ms-box-sizing: border-box;
  -ms-box-sizing: content-box;
  background: none;
  -: ;border-left-width: 15;
  -: ;border-left-width: 0.9375rem;
  border-left-style: solid;
  border-left-color: transparent;
  padding: 0 0px;
}
.col * {
  box-sizing: border-box;
}
.col-small {
  margin-left: 0;
  float: left;
}
/* Columns */
.one {
  width: 8.33333%;
  *width: expression(Math.floor(0.083 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.two {
  width: 16.66667%;
  *width: expression(Math.floor(0.166 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.three {
  width: 25%;
  *width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.four {
  width: 33.33333%;
  *width: expression(Math.floor(0.333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.five {
  width: 41.66667%;
  *width: expression(Math.floor(0.416 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.six {
  width: 50%;
  *width: expression(Math.floor(0.50 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.seven {
  width: 58.33333%;
  *width: expression(Math.floor(0.583 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.eight {
  width: 66.66667%;
  *width: expression(Math.floor(0.666 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.nine {
  width: 75%;
  *width: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.ten {
  width: 83.33333%;
  *width: expression(Math.floor(0.833 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.eleven {
  width: 91.66667%;
  *width: expression(Math.floor(0.916 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.twelve {
  width: 100%;
}
.quarter {
  width: 25%;
  *width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.half {
  width: 50%;
  *width: expression(Math.floor(0.50 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.one-third {
  width: 33.33333%;
  *width: expression(Math.floor(0.333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 769px) {
  /* Mobile Grid
* For stacking full width columns, please use the new class .mobile-full */
  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve {
    width: 100%;
    padding: 0;
    margin-left: 0;
    display: inline-block;
  }
  .col {
    -: ;border-left-width: 8;
    -: ;border-left-width: 0.5rem;
  }
  .mobile-one {
    width: 8.33333%;
  }
  .mobile-two {
    width: 16.66667%;
  }
  .mobile-three {
    width: 25%;
  }
  .mobile-four {
    width: 33.33333%;
  }
  .mobile-five {
    width: 41.66667%;
  }
  .mobile-six {
    width: 50%;
  }
  .mobile-seven {
    width: 58.33333%;
  }
  .mobile-eight {
    width: 66.66667%;
  }
  .mobile-nine {
    width: 75%;
  }
  .mobile-ten {
    width: 83.33333%;
  }
  .mobile-eleven {
    width: 91.66667%;
  }
  .mobile-twelve {
    width: 100%;
  }
  .mobile-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }
  .mobile-full:first-child {
    margin-top: 0;
  }
  .mobile-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mobile-center:first-child {
    margin-left: auto;
  }
  .mobile-center-text {
    text-align: center;
  }
  .mobile-left {
    float: left;
  }
  .mobile-right {
    float: right;
  }
  .mobile-no-float {
    float: none;
  }
  .container,
  .mobile-container {
    -: ;padding-left: 20;
    -: ;padding-left: 1.25rem;
    -: ;padding-right: 20;
    -: ;padding-right: 1.25rem;
  }
  .no-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block;
  }
  /* Columns */
  .row {
    -: ;margin-left: -7.5;
    -: ;margin-left: -0.46875rem;
  }
}
/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 770px) and (max-width: 1209px) {
  .container,
  .tablet-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Tablet Grid 
* For stacking full width columns, please use the new class .tablet-full */
  .tablet-one {
    width: 8.33333%;
  }
  .tablet-two {
    width: 16.66667%;
  }
  .tablet-three {
    width: 25%;
  }
  .tablet-four {
    width: 33.33333%;
  }
  .tablet-five {
    width: 41.66667%;
  }
  .tablet-six {
    width: 50%;
  }
  .tablet-seven {
    width: 58.33333%;
  }
  .tablet-eight {
    width: 66.66667%;
  }
  .tablet-nine {
    width: 75%;
  }
  .tablet-ten {
    width: 83.33333%;
  }
  .tablet-eleven {
    width: 91.66667%;
  }
  .tablet-twelve {
    width: 100%;
  }
  .tablet-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }
  .tablet-full:first-child {
    margin-top: 0;
  }
  .tablet-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .tablet-center:first-child {
    margin-left: auto;
  }
  .tablet-center-text {
    text-align: center;
  }
  .tablet-left {
    float: left;
  }
  .tablet-right {
    float: right;
  }
  .tablet-no-float {
    float: none;
  }
  .no-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
}
@media only screen and (min-width: 1739px) {
  .container {
    /*max-width: @xlargedesktop-container;
        .center();*/
    /*.px-rem(padding-left, 10);
    .px-rem(padding-right, 10);*/
  }
  .container-full {
    /*max-width: @xlargedesktop-container + 20px;
        .center();*/
  }
}
/* ==========================================================================
//  Main Menu Styles
//   ========================================================================== */
.mainmenu  > li:hover  > a,
.mainmenu  > li.active  > a,
.category-menu  > li:hover  > a,
.mainmenu  > li.active  > a {
  background: #dbdbdb;
}
/*.mainmenu {
    #topcartlink {
        .icon-cart {
            height: 12px;
            width: 14px;
            fill: @button-color;
        }
    }

    #topcartlink.filled {
        .icon-cart {
            fill: @button-text-color;
        }
    }
}*/
#nav {
  display: flex;
  width: 100%;
  position: relative;
}
.mainmenu {
  margin: 0;
  padding: 0;
  /*width: 100%;
    display: table;*/
  float: left;
  z-index: 1001;
  font-size: 12px;
  font-size: 0.75rem;
  /*.tcat_138 {
        .nav-cat-container {
            right: 0;
        }
    }*/
}
.mainmenu .toggle-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 46px;
  width: 30px;
  text-align: center;
  color: white;
  background-color: #9D9E9E;
}
.mainmenu .toggle-button .navicon {
  top: 15px;
  position: relative;
}
.mainmenu .logout-menu-button {
  display: none;
}
.mainmenu .dropdown li > .dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 999;
  width: 160px;
  background: #fff;
}
.mainmenu .dropdown,
.mainmenu .nav-cat-container {
  /* TODO */
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=45, Strength=4, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=6, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=6, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=225, Strength=4, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=260, Strength=6, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=305, Strength=4, ShadowOpacity=0.4);
  background-color: white;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
  /* WebKit */
  -moz-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
  /* Firefox */
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
  /* Standard */
}
.mainmenu .dropdown li:last-child,
.mainmenu .nav-cat-container li:last-child {
  border-bottom: 0;
}
.mainmenu .dropdown li,
.mainmenu .nav-cat-container li {
  clear: both;
  width: 100%;
}
.mainmenu .dropdown li .dropdown,
.mainmenu .nav-cat-container li .dropdown {
  left: 160px;
  top: inherit;
}
.mainmenu .dropdown li a,
.mainmenu .nav-cat-container li a {
  float: left;
  width: 100%;
  text-decoration: none;
  display: block;
  border: 0 none;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainmenu > li.showhide {
  display: none;
  width: 100%;
  /*height: 50px;*/
  cursor: pointer;
  /*color: white;*/
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  /*.mobilebasket {
            float: right;
            display: inline-block;
            text-transform: uppercase;
            position: relative;
            top: 14px;
            z-index: 0;

            & > a {
                padding: 16px;

                .cart-label {
                    span {
                        display: none;
                    }
                }
            }
        }*/
}
.mainmenu > li.showhide .menu-burger {
  width: 32px;
  height: 32px;
  /*margin-top: 8px;*/
}
.mainmenu > li.showhide .close-menu-burger {
  width: 32px;
  height: 32px;
  display: none;
}
.mainmenu > li.showhide span.title {
  margin: 15px 0 0 25px;
  float: left;
}
.mainmenu > li.showhide span.cart-qty {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.mainmenu > li.showhide span.cart-qty:before {
  content: none;
}
.mainmenu > li.showhide span.cart-qty:after {
  content: none;
}
.mainmenu > li > .dropdown {
  position: absolute;
  display: none;
  background: #fff;
  top: 37px;
  right: 0;
  z-index: 99;
  padding: 10px;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainmenu > li > .nav-cat-container {
  position: absolute;
  display: none;
  background: white;
  width: 550px;
  height: 350px;
  top: 37px;
  z-index: 9999;
  padding: 10px;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainmenu > li > a {
  float: left;
  padding: 10px 12px 10px 12px;
  color: #555;
  font-weight: 200;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
}
.mainmenu .tcat_708 > a {
  background: #FFBF5A;
  color: #ffffff;
}
.mainmenu .tcat_708 > a:hover {
  background-color: #ffa000;
  color: white;
}
.mainmenu .tcat_779 .nav-cat-container {
  width: 750px !important;
}
.mainmenu .abcNav {
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #9D9E9E;
  width: 100%;
}
.mainmenu .abcNav h5 {
  margin-left: 16px;
}
.mainmenu .abcNav ul {
  display: flex;
  padding: 0;
}
.mainmenu .abcNav ul li {
  text-align: center;
  display: inline-block;
  line-height: 1.8;
}
.mainmenu li {
  float: left;
}
.mainmenu li .nav-cat-container .nav-promo-img {
  position: absolute;
  bottom: -15px;
  right: 0;
  border: none;
}
.mainmenu li .nav-cat-container .nav-promo-text {
  position: absolute;
  border: none;
  left: 212px;
  top: 10px;
  font-size: 32px;
  font-weight: 100;
  color: #ccc;
}
.mainmenu li .nav-cat-container .nav-vr {
  position: absolute;
  height: 290px;
  width: 1px;
  background-color: #dbdbdb;
  top: 5px;
  left: 200px;
}
.mainmenu li .nav-cat-container .nav-list {
  width: 180px;
}
.mainmenu li .nav-cat-container .nav-list .nav-cat {
  right: 0;
  border: 0;
}
.mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details {
  top: 10px;
  position: absolute;
  left: 190px;
  display: none;
  margin-left: 20px;
  margin-right: 10px;
}
.mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details > strong {
  border-bottom: 1px solid #575757;
  padding-bottom: 2px;
  margin-bottom: 2px;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
  float: left;
}
.mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px 0;
}
.mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details .line {
  border-top: 1px solid #575757;
  padding-top: 10px;
  margin-top: 2px;
}
.mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details .multiline {
  width: 325px;
  overflow: hidden;
}
.mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details .multiline li {
  line-height: 1.5em;
  float: left;
  display: inline;
  width: 50%;
  clear: none;
}
.mainmenu > li.right {
  float: right;
}
.category-menu-con {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  border-bottom: 3px solid #d5dbdb;
}
.category-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  position: relative;
}
.category-menu .toggle-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 46px;
  width: 30px;
  text-align: center;
  color: white;
  background-color: #9D9E9E;
}
.category-menu .toggle-button .navicon {
  top: 15px;
  position: relative;
}
.category-menu .nav-cat-container {
  /* TODO */
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=45, Strength=4, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=6, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=6, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=225, Strength=4, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=260, Strength=6, ShadowOpacity=0.4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=305, Strength=4, ShadowOpacity=0.4);
  background-color: white;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
  /* WebKit */
  -moz-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
  /* Firefox */
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
  /* Standard */
}
.category-menu .nav-cat-container li:last-child {
  border-bottom: 0;
}
.category-menu .nav-cat-container li {
  clear: both;
  width: 100%;
}
.category-menu .nav-cat-container li .dropdown {
  left: 160px;
  top: inherit;
}
.category-menu .nav-cat-container li a {
  float: left;
  width: 100%;
  text-decoration: none;
  display: block;
  border: 0 none;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.category-menu > li.showhide {
  display: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
  /*color: white;*/
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.category-menu > li.showhide .menu-burger {
  width: 32px;
  height: 32px;
  margin-top: 8px;
  fill: #ffa000;
}
.category-menu > li.showhide .close-menu-burger {
  width: 32px;
  height: 32px;
  margin-top: 8px;
  display: none;
}
.category-menu > li.showhide span.title {
  margin: 15px 0 0 25px;
  float: left;
}
.category-menu > li.showhide span.cart-qty {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.category-menu > li.showhide span.cart-qty:before {
  content: none;
}
.category-menu > li.showhide span.cart-qty:after {
  content: none;
}
.category-menu > li > .nav-cat-container {
  position: absolute;
  display: none;
  background: white;
  top: 37px;
  z-index: 9999;
  padding: 10px;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.category-menu > li > a {
  float: left;
  text-decoration: none;
  display: block;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 12px 10px 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.category-menu li {
  float: left;
}
.category-menu li .nav-cat-container .nav-list {
  width: 180px;
}
.category-menu li .nav-cat-container .nav-list .nav-cat {
  right: 0;
  border: 0;
}
.category-menu li a.current {
  color: #9D9E9E;
}
.category-menu > li.right {
  float: right;
}
.juvenilisshop {
  border-bottom: 1px solid #6f6f6f;
}
.tabs.four-up dt,
.tabs.four-up dd,
.tabs.two-up li {
  width: 25%;
}
.tabs.pill dd a,
.tabs.pill li a {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  background: #6f6f6f;
  height: 24px;
  line-height: 24px;
  border: none;
  color: #fff;
}
.tabs.vertical dd a,
.tabs.vertical li a {
  background: #6f6f6f;
  border: 2px solid #9D9E9E;
  border-width: 1px 1px 0 0;
  color: #575757;
  display: block;
  font-size: ms(0);
  height: auto;
  line-height: 1;
  padding: 15px 20px;
}
ul.tabs-content.contained.vertical > li {
  border-width: 1px 1px 1px 1px;
}
ul.tabs-content {
  display: block;
  margin: 0 0 0;
  padding: 0;
}
ul.tabs-content > li {
  display: none;
}
.tabs dt,
.tabs li.section-title {
  white-space: nowrap;
  color: #fff;
  cursor: default;
  display: block;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  height: 30px;
  line-height: 30px;
  padding: 0;
  padding-right: 9px;
  padding-left: 20px;
  font-weight: normal;
  width: auto;
  text-transform: uppercase;
}
ul.tabs-content  > li.active,
ul.tabs-content  > li:first-of-type {
  display: block;
}
.tabs.pill dd.active a,
.tabs.pill li.active a {
  background-color: #ffa000;
  border: none;
  color: #fff;
}
.tabs.pill dd.active,
.tabs.pill li.active {
  border: none;
  margin-top: 0;
}
.tabs {
  list-style: none;
  display: block;
  height: 30px;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: solid 1px #9D9E9E;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #555;
  outline: none;
  text-decoration: none;
}
.tabs.three-up dt,
.tabs.three-up dd,
.tabs.two-up li {
  width: 33.33%;
}
.tabs.pill dd:last-child,
.tabs.pill li:last-child {
  margin-right: 0;
}
.tabs.vertical {
  height: auto;
  border-bottom: 1px solid #9D9E9E;
}
.sbOptions a:link,
.sbOptions a:visited {
  color: #5d5e5f !important;
  text-decoration: none;
}
.tabs.pill {
  border-bottom: none;
  margin-bottom: 10px;
}
.tabs.vertical dd:first-child a.active,
.tabs.vertical li:first-child a.active {
  margin: 0;
}
.tabs.vertical dt,
.tabs.vertical dd,
.tabs.vertical li {
  float: none;
  height: auto;
}
.tabs dd a:focus,
.tabs li a:focus {
  color: #575757;
}
.tabs dd,
.tabs li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: auto;
}
.sbOptions {
  background-color: #fff;
  border: solid 1px #ccc;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 1;
  overflow-y: auto !important;
  outline: none !important;
  font-size: 100%;
  text-align: left !important;
  max-height: 200px !important;
}
.sbOptions a {
  border-bottom: dotted 1px #ccc;
  display: block;
  outline: none;
  padding: 4px 10px;
}
.sbOptions .sbSub {
  padding-left: 15px;
}
.sbOptions .sbGroup {
  border-bottom: dotted 1px #ccc;
  display: block;
  font-weight: bold;
  padding: 4px 0 4px 3px;
}
.sbOptions .sbDisabled {
  border-bottom: dotted 1px #ccc;
  color: #999;
  display: block;
  padding: 4px 0 4px 3px;
}
.sbOptions li {
  padding: 0;
}
.sbOptions li.last a {
  border-bottom: none;
}
#breadcrumbs {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
  white-space: nowrap;
}
#breadcrumbs ul {
  display: block;
  padding: 0;
  margin: 0;
}
#breadcrumbs ul li:first-child a {
  margin-left: 0;
}
#breadcrumbs ul li:last-child svg {
  display: none;
}
#breadcrumbs ul li.unavailable:hover a,
#breadcrumbs ul ul.breadcrumbs li.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}
#breadcrumbs ul li a,
#breadcrumbs ul ul.breadcrumbs li span {
  text-transform: uppercase;
  margin: 5px;
}
#breadcrumbs ul li.current a {
  cursor: default;
  color: #333;
}
#breadcrumbs ul li.unavailable a {
  color: #999;
}
#breadcrumbs ul li {
  margin: 0;
  overflow: hidden;
  display: none;
}
#breadcrumbs ul li svg {
  width: 8px;
  height: 8px;
  fill: #9D9E9E;
}
#breadcrumbs ul li.show {
  display: inline-block;
}
#breadcrumbs ul li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumbs-tri {
  list-style: none;
  overflow: hidden;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.breadcrumbs-tri li:nth-child(5) a {
  background: hsla(37.64705882, 100%, 50%, 0.5);
}
.breadcrumbs-tri li:nth-child(5) a:after {
  border-left-color: hsla(37.64705882, 100%, 50%, 0.5);
}
.breadcrumbs-tri li:nth-child(4) a {
  background: hsla(37.64705882, 100%, 50%, 0.6);
}
.breadcrumbs-tri li:nth-child(4) a:after {
  border-left-color: hsla(37.64705882, 100%, 50%, 0.6);
}
.breadcrumbs-tri li:nth-child(3) a {
  background: hsla(37.64705882, 100%, 50%, 0.7);
}
.breadcrumbs-tri li:nth-child(3) a:after {
  border-left-color: hsla(37.64705882, 100%, 50%, 0.7);
}
.breadcrumbs-tri li:nth-child(2) a {
  background: hsla(37.64705882, 100%, 50%, 0.8);
}
.breadcrumbs-tri li:nth-child(2) a:after {
  border-left-color: hsla(37.64705882, 100%, 50%, 0.8);
}
.breadcrumbs-tri li:last-child a {
  background: white !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.breadcrumbs-tri li:last-child a:after {
  border: 0;
}
.breadcrumbs-tri li:first-child a {
  padding-left: 10px;
}
.breadcrumbs-tri li {
  float: left;
}
.breadcrumbs-tri li a {
  color: white;
  text-decoration: none;
  padding: 5px 0 5px 35px;
  background-color: #ffa000;
  background-color: hsl(37.64705882, 100%, 50%);
  position: relative;
  display: block;
  float: left;
}
.breadcrumbs-tri li a:hover {
  background: hsl(180, 0.51282051%, 61.76470588%);
}
.breadcrumbs-tri li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 0px;
  left: 100%;
  z-index: 1;
}
.breadcrumbs-tri li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid hsl(37.64705882, 100%, 50%);
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.breadcrumbs-tri li a:hover:after {
  border-left-color: hsl(180, 0.51282051%, 61.76470588%) !important;
}
.tabs.two-up dt,
.tabs.two-up dd,
.tabs.two-up li {
  width: 50%;
}
.tabs.two-up dt a,
.tabs.two-up dd a,
.tabs.two-up li a,
.tabs.three-up dt a,
.tabs.three-up dd a,
.tabs.three-up li a,
.tabs.four-up dt a,
.tabs.four-up dd a,
.tabs.four-up li a,
.tabs.five-up dt a,
.tabs.five-up dd a,
.tabs.five-up li a {
  padding: 0 ms(1);
  text-align: center;
  overflow: hidden;
}
.tabs.pill.two-up dd,
.tabs.pill.two-up li,
.tabs.pill.three-up dd,
.tabs.pill.three-up li,
.tabs.pill.four-up dd,
.tabs.pill.four-up li,
.tabs.pill.five-up dd,
.tabs.pill.five-up li {
  margin-right: 0;
}
.tabs .pill .contained {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}
.tabs.vertical dd.active,
.tabs.vertical li.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #ffa000;
}
.pagination {
  /*margin-top: 10px;
    margin-bottom: 10px;*/
}
.pagination ul {
  display: block;
  float: right;
  font-size: 13px;
  font-size: 0.8125rem;
}
.pagination ul li.current-page span {
  background: #ffa000;
  color: white;
  font-weight: bold;
  cursor: default;
}
.pagination ul li.current-page a:hover {
  background: #FF7D00;
}
.pagination ul li.individual-page,
.pagination ul li.first-page,
.pagination ul li.next-page,
.pagination ul li.last-page,
.pagination ul li.previous-page {
  background: #f6f6f6;
  color: white;
  cursor: pointer;
}
.pagination ul li.individual-page a:hover,
.pagination ul li.first-page a:hover,
.pagination ul li.next-page a:hover,
.pagination ul li.last-page a:hover,
.pagination ul li.previous-page a:hover {
  background: #FF7D00;
}
.pagination ul li {
  float: left;
  display: block;
  color: #f6f6f6;
  margin-left: 5px;
}
.pagination ul li a,
.pagination ul li span {
  display: block;
  padding: 5px 10px 5px;
  color: #555;
}
.pagination ul li:hover a,
.pagination ul li a:focus {
  background: #FF7D00;
  color: #fff;
}
.pagination ul li.unavailable:hover a,
.pagination ul li.unavailable a:focus {
  background: transparent;
}
.tabs dd:first-child,
.tabs li:first-child {
  margin-left: 0;
}
.tabs dd a,
.tabs li a {
  white-space: nowrap;
  /*border-bottom: solid 2px @tabs-border-color;
    border-top: solid 2px @tabs-border-color;
    border-left: solid 2px @tabs-border-color;*/
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0px 14px;
}
ul.tabs-content.contained {
  padding: 0;
}
ul.tabs-content.contained > li {
  border: solid 0 #9D9E9E;
  border-width: 0 1px 1px 1px;
  padding: 20px;
}
.tabs.five-up dt,
.tabs.five-up dd,
.tabs.two-up li {
  width: 20%;
}
.tabs dd.active a,
.tabs li.active a {
  cursor: default;
  color: white;
  border-top: none;
  border-bottom: none;
  background: #9D9E9E;
}
.tabs.contained {
  margin-bottom: 0;
  margin-left: 0;
}
.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 170px;
}
.no-js ul.tabs-content > li {
  display: block;
}
.tabs.pill dd,
.tabs.pill li {
  margin-right: 10px;
}
.tabs.vertical dd,
.tabs.vertical li {
  border-left: 3px solid #9D9E9E;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #5d5e5f !important;
  background: #f6f6f6;
}
.sbToggleOpen:hover {
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/select-icons.png) 0 -66px no-repeat;
}
.tabs.vertical dd.active a,
.tabs.vertical li.active a {
  background: #4d4d4d;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
}
/*.tabs dd:last-of-type a, .tabs li:last-of-type a {
    border-right: solid 1px @tabs-border-color;
}*/
.tabs dt:first-child,
.tabs li.section-title:first-child {
  padding: 0;
  padding-right: 9px;
}
.sbToggle:hover {
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/select-icons.png) 0 -167px no-repeat;
}
.sbToggle {
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/select-icons.png) 0 -116px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
ul.categories,
ul.manufacturers,
ul.account-navigation,
ul.blogarchive {
  margin: 0px;
  background: none repeat scroll 0 0 #FFFFFF;
  list-style: none;
  padding: 0px;
  font-size: 13px;
  font-size: 0.8125rem;
}
ul.categories li ul,
ul.manufacturers li ul,
ul.account-navigation li ul,
ul.blogarchive li ul {
  list-style: none;
  padding: 0 0 0 10px !important;
}
ul.categories li .mlink,
ul.manufacturers li .mlink,
ul.account-navigation li .mlink,
ul.blogarchive li .mlink {
  display: block;
  padding: 3px;
  color: #575757;
}
ul.categories li .view-all,
ul.manufacturers li .view-all,
ul.account-navigation li .view-all,
ul.blogarchive li .view-all {
  font-weight: bold;
}
ul.categories ul.sub-categories,
ul.manufacturers ul.sub-categories,
ul.account-navigation ul.sub-categories,
ul.blogarchive ul.sub-categories {
  padding: 0 !important;
  float: left;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/opacity-white50.png);
  /*li:before { content: "\25B6" " "; color:@button-color;}*/
}
ul.categories ul.sub-categories li,
ul.manufacturers ul.sub-categories li,
ul.account-navigation ul.sub-categories li,
ul.blogarchive ul.sub-categories li {
  border: none;
  width: 160px;
}
ul.categories ul.sub-categories li a:hover,
ul.manufacturers ul.sub-categories li a:hover,
ul.account-navigation ul.sub-categories li a:hover,
ul.blogarchive ul.sub-categories li a:hover {
  background-color: #dbdbdb !important;
}
ul.categories li .mlink:hover,
ul.manufacturers li .mlink:hover,
ul.account-navigation li .mlink:hover,
ul.blogarchive li .mlink:hover,
ul.categories li.active .mlink:hover,
ul.manufacturers li.active .mlink:hover,
ul.account-navigation li.active .mlink:hover,
ul.blogarchive li.active .mlink:hover {
  background: #dbdbdb;
}
ul.categories li.active > .mlink,
ul.manufacturers li.active > .mlink,
ul.account-navigation li.active > .mlink,
ul.blogarchive li.active > .mlink {
  font-weight: bold;
}
ul.manufacturers {
  float: left;
  margin-right: 5px;
}
aside ul.categories > li > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  border-bottom: dashed 1px #ccc;
}
ul.unstyled {
  margin: 0px;
  list-style: none;
  padding: 0px;
  font-size: 13px;
  font-size: 0.8125rem;
}
ul.unstyled li ul {
  list-style: none;
  padding: 0px !important;
}
ul.unstyled li a {
  display: block;
  padding: 3px;
  color: #575757;
}
ul.unstyled .sub-categories {
  padding: 0 !important;
}
ul.unstyled .sub-categories li {
  border: none;
}
ul.unstyled li a:hover,
ul.unstyled li.active a:hover {
  background: #ffa000;
  color: white;
}
ul.unstyled li.active > a {
  font-weight: bold;
}
ul.price-range,
.specs-box {
  display: block;
  padding: 0;
  margin: 0;
}
ul.price-range li.range-label,
.specs-box li.range-label {
  font-weight: bold;
  padding-left: 0;
}
ul.price-range li.range:before,
.specs-box li.range:before {
  content: "\25BA";
  color: #aaa;
}
ul.price-range li.selected-range,
.specs-box li.selected-range {
  color: #000;
  background-color: #f6f6f6;
}
ul.price-range li,
.specs-box li {
  margin: 0;
  float: left;
  list-style: none;
  padding: 5px;
}
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 769px) {
  .mainmenu  > li:hover  > a,
  .mainmenu  > li.active  > a {
    padding: 15px 25px;
  }
  .mainmenu  > li:hover,
  .mainmenu  > li.active {
    border-top: 0;
  }
  ul.manufacturers {
    float: none;
    margin: 0;
  }
  .mainmenu li {
    position: relative;
  }
  .mainmenu li > .nav-cat-container {
    background-color: transparent;
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    border: 0;
    padding: 0;
  }
  .mainmenu li > .nav-cat-container .nav-promo-img {
    display: none;
  }
  .mainmenu li > .nav-cat-container .nav-promo-text {
    display: none;
  }
  .mainmenu li > .nav-cat-container .nav-vr {
    display: none;
  }
  .mainmenu li > .nav-cat-container h4 {
    display: none;
  }
  .mainmenu li > .nav-cat-container .nav-list {
    width: 100%;
  }
  .mainmenu li > .dropdown {
    padding: 0;
    position: relative;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    border-left: 0;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .mainmenu li .nav-cat-container .nav-list {
    width: 100%;
  }
  .mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: 0;
    padding: 0;
    margin-left: 0;
    display: none;
  }
  .mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details .multiline {
    width: auto;
    overflow: auto;
  }
  .mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details .multiline li {
    line-height: normal;
    float: none;
    display: inline;
    width: 1000%;
    clear: both;
  }
  .mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details h4,
  .mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details p,
  .mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details strong {
    display: none;
  }
  .mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details .sub-categories {
    padding: 0;
    position: relative;
    width: 100%;
    border-left: 0;
    border: 0;
    left: 0;
    top: 0;
  }
  .mainmenu li .nav-cat-container .nav-list .nav-cat .nav-details .sub-categories a {
    padding: 15px 15px 15px 45px !important;
  }
  .mainmenu li > a {
    padding: 15px 25px;
  }
  .mainmenu .tcat_779 .nav-cat-container {
    width: 100% !important;
  }
  .mainmenu .toggle-button {
    display: inline;
    cursor: pointer;
  }
  .mainmenu a {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .mainmenu > li {
    display: none;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .mainmenu > li > a {
    padding: 15px 25px;
  }
  .mainmenu .dropdown,
  .mainmenu .nav-cat-container {
    filter: none;
    box-shadow: none;
  }
  .mainmenu .dropdown li,
  .mainmenu .nav-cat-container li {
    background: none repeat scroll 0 0 #fff;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
  }
  .mainmenu .dropdown li a,
  .mainmenu .nav-cat-container li a {
    background: none;
    padding: 15px 25px;
  }
  .mainmenu .sub-categories li {
    background: none repeat scroll 0 0 white;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
    width: 100% !important;
  }
  .mainmenu .sub-categories li a {
    background: none;
    padding: 15px 25px;
  }
  .mainmenu .abcNav {
    margin-bottom: 0;
  }
  .mainmenu .abcNav h5 {
    display: none;
  }
  .mainmenu .abcNav ul {
    display: block;
    padding: 0;
  }
  .mainmenu .abcNav ul li {
    font-weight: bold;
  }
  .category-menu li {
    position: relative;
  }
  .category-menu li > .nav-cat-container {
    background-color: transparent;
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    border: 0;
    padding: 0;
  }
  .category-menu li > .nav-cat-container .nav-list {
    width: 100%;
  }
  .category-menu li .nav-cat-container .nav-list {
    width: 100%;
  }
  .category-menu li > a {
    padding: 10px 15px;
  }
  .category-menu .toggle-button {
    display: inline;
    cursor: pointer;
  }
  .category-menu a {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .category-menu > li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .category-menu > li > a {
    padding: 10px 15px;
  }
  .category-menu .nav-cat-container {
    filter: none;
    box-shadow: none;
  }
  .category-menu .nav-cat-container li {
    background: none repeat scroll 0 0 #fff;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
  }
  .category-menu .nav-cat-container li a {
    background: none;
    padding: 15px 25px;
  }
  .tabs dd,
  .tabs li {
    float: right;
    width: 100%;
    margin-bottom: 2px;
  }
  .tabs dd:last-of-type a,
  .tabs li:last-of-type a {
    margin-bottom: 20px;
  }
}
/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 770px) and (max-width: 1019px) {
  .mainmenu > li > .nav-cat-container {
    width: 100%;
    left: 0;
  }
  .mainmenu span.cart-qty:before {
    content: none;
  }
  .mainmenu span.cart-qty:after {
    content: none;
  }
}
/* ==========================================================================
/* -- Small PC Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 1019px) and (max-width: 1209px) {
  .mainmenu .tcat_141 .nav-cat-container,
  .mainmenu .tcat_186 .nav-cat-container {
    right: 0;
  }
}
div.slide {
  position: relative;
}
.flexslider {
  margin: 0;
  padding: 0;
  -ms-touch-action: none;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
html[xmlns] .slides {
  display: block;
}
.slideritem {
  width: 182px;
  float: right;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
* html .slides {
  height: 1%;
}
.header-slider:hover .flex-next:hover,
.header-slider:hover .flex-prev:hover {
  opacity: 1;
}
.header-slider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.header-slider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.header-slider .flex-caption {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
}
.header-slider .flex-caption div {
  padding: 5px;
}
.header-slider .flex-caption div h3 {
  font-size: 1.375em;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #fff !important;
  margin-top: 0em;
  margin-bottom: 0em;
}
.header-slider .flex-caption div p {
  font-size: 1.125em;
  line-height: 1.22222em;
  color: #fff !important;
  margin-top: 0em;
  margin-bottom: 0.85938em;
}
.header-slider .flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png) no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}
.header-slider .flex-direction-nav .flex-prev {
  left: -36px;
  background-position: -80px -71px;
}
.header-slider .flex-direction-nav .flex-next {
  background-position: -110px -71px;
  right: -36px;
}
.header-slider .flex-direction-nav .disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}
.header-slider .flex-control-nav {
  display: none;
}
.header-slider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.header-slider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.header-slider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.thumbSlider {
  padding: 0 20px 0 20px;
  /*figure {
        background-color: white;
    }

    figure:hover {
        background-color: #e9f2f9;
    }

    figcaption {
        display: none;
    }*/
}
.thumbSlider li {
  margin-right: 10px !important;
}
.thumbSlider img {
  max-width: 100%;
  height: auto;
  max-height: 70px;
}
.thumbSlider .flex-prev {
  left: 0px;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/carousel-arrow-left.png) center no-repeat;
}
.thumbSlider .flex-next {
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/carousel-arrow-right.png) center no-repeat;
  right: 0;
}
.thumbSlider .flex-direction-nav a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 70px;
  cursor: pointer;
  text-indent: -9999px;
}
.slideritem {
  width: 182px;
  float: right;
}
#category_slider .flex-direction-nav a,
#category_slider .flex-direction-nav a {
  top: 40%;
}
.slide img {
  display: block;
  margin: 0;
}
.slide .caption {
  text-align: center;
  position: absolute;
  width: 340px;
  top: 70px;
  left: 60px;
}
.slide a.button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.slide a.button {
  padding: 10px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
ul.slides {
  list-style: none;
  margin: 0;
  padding: 0;
}
#full-width-slider figure,
#full-width-slider .wrap {
  position: relative;
}
#full-width-slider {
  overflow: hidden;
  height: auto;
  margin-top: 0em;
  margin-bottom: 0.85938em;
}
#full-width-slider .flex-caption {
  position: absolute;
  left: 0;
  top: 60px;
  width: 40%;
  text-align: center;
}
#full-width-slider .flex-caption div {
  padding: 10px 0;
}
#full-width-slider .flex-caption div h3 {
  font-size: 1.25em;
  line-height: 2.2em;
  text-align: center;
  color: #fff !important;
  margin-top: 0em;
  margin-bottom: 0em;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 0 #aaa;
}
#full-width-slider .flex-caption div p {
  font-size: 1.125em;
  line-height: 1.22222em;
  color: #fff !important;
  margin-top: 0em;
  margin-bottom: 0.34375em;
}
#full-width-slider .flex-caption div a.slider-button {
  margin: 0 auto;
  display: block;
  padding: 10px 20px;
  width: auto;
  max-width: 200px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#full-width-slider .flex-caption div h2 {
  font-size: 3.75em;
  line-height: 1.1em;
  color: #fff !important;
  margin-top: 0em;
  margin-bottom: 0.34375em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
#full-width-slider a.prev {
  left: 20px;
}
#full-width-slider a.prev:hover {
  background-position: 0 -53px !important;
}
#full-width-slider a.nav {
  width: 54px;
  height: 53px;
  margin: -15px 0 0;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/css/images/slider-buttons.png) no-repeat 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#full-width-slider a.next:hover {
  background-position: -54px -53px !important;
}
#full-width-slider a.next {
  background-position: -54px 0 !important;
  right: 20px;
}
.ie7 .slide a:hover .button,
.ie8 .slide a:hover .button {
  background-color: #fff;
  color: #2ca7ca;
}
.flex-container {
  zoom: 1;
  position: relative;
}
.slider-header-block {
  background-color: #f6f6f6;
  padding: 3px;
  margin-bottom: 10px;
}
.slider-header-block > div {
  position: relative;
}
.slider-header-block > div h3 {
  margin: 0;
  padding: 2px;
  position: relative;
}
.slider-header-block > div ul {
  padding: 0;
  margin: 0;
}
.product-slider {
  position: relative;
  min-height: 340px;
  /*.flex-prev:hover {
            background-position: 0 -20px;
        }*/
  /*.flex-next:hover {
        background-position: 0 -20px;
    }*/
}
.product-slider .flex-prev {
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png) no-repeat 0 0;
  right: 45px;
  background-position: -80px -71px;
}
.product-slider .flex-next {
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png) no-repeat 0 0;
  background-position: -110px -71px;
  right: 18px;
}
.product-slider .flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: 0 0 0;
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}
.product-slider .flex-direction-nav .flex-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  cursor: default;
}
.product-slider .flex-direction-nav li {
  list-style-type: none;
}
.manufacturer-slider {
  position: relative;
  padding: 0 40px 0 40px;
}
.manufacturer-slider .flex-prev {
  left: 0px;
  z-index: 1000;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/carousel-arrow-left.png) center no-repeat;
}
.manufacturer-slider .flex-next {
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/carousel-arrow-right.png) center no-repeat;
  z-index: 1000;
  right: 0;
}
.manufacturer-slider #mfs .mf {
  min-width: 120px !important;
}
.manufacturer-slider .flex-direction-nav a {
  float: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px !important;
  cursor: pointer;
  text-indent: -9999px;
}
.manufacturer-slider .letter {
  background-color: #f6f6f6;
  padding: 3px;
  font-weight: bold;
  clear: both;
}
.manufacturer-slider .manufacturers {
  width: 100%;
}
.header-slider li,
.thumbSlider li,
.featured-slider li,
.manufacturer-slider li {
  margin-top: 0 !important;
  list-style-type: none;
}
.header-slider,
.thumbSlider,
.featured-slider,
.manufacturer-slider {
  *zoom: 1;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
}
.ie7 .slide a.button,
.ie8 .slide a.button {
  background-color: #2ca7ca;
}
.no-js .slides > li:first-child {
  display: block;
}
figure {
  position: relative;
}
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 769px) {
  .flexslider {
    -ms-touch-action: auto;
  }
}
/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 770px) and (max-width: 1019px) {
  .flexslider {
    -ms-touch-action: auto;
  }
}
/* ==========================================================================
// -- Icons
// ==========================================================================*/
.all-icons {
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
}
.no-svg .icon-logo {
  height: 40px;
  margin-top: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/Logo-claim-de.png);
}
.icon-logo {
  width: 441px;
  height: 40px;
  margin-top: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/Logo-claim-de.svg);
}
.icon-logo.de {
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/Logo-claim-de.svg);
}
.icon-logo.en,
.icon-logo.es,
.icon-logo.it,
.icon-logo.pl {
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/Logo-claim-en.svg);
}
.icon-search {
  background-position: -259px -75px;
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 5px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
}
.icon-phone {
  width: 30px;
  height: 30px;
  background-position: -143px -73px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
}
.icon-mail {
  width: 30px;
  height: 30px;
  background-position: -174px -73px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
}
.icon-faq {
  width: 30px;
  height: 30px;
  background-position: -205px -73px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
}
.icon-g32 {
  width: 32px;
  height: 32px;
  background-position: -368px -64px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
  margin: 4px 2px;
  float: left;
}
.icon-twitter {
  width: 32px;
  height: 32px;
  background-position: -368px 0px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
  margin: 4px 2px;
  float: left;
}
.icon-facebook {
  width: 32px;
  height: 32px;
  background-position: -368px -32px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
  margin: 4px 2px;
  float: left;
}
.icon-rss {
  width: 32px;
  height: 32px;
  background-position: -368px -96px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
  margin: 4px 2px;
}
.icon-home {
  width: 16px;
  height: 16px;
  background-position: -83px -104px;
  text-indent: -999em;
  letter-spacing: -999em;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
}
.mini-cart::before {
  content: " ";
  display: inline-block;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png) no-repeat;
  width: 16px;
  height: 13px;
  background-position: -100px -106px;
  margin-right: 4px;
}
.icon-shippment {
  width: 39px;
  height: 19px;
  background-position: -164px -122px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-top: 7px;
}
.cancel-button {
  width: 22px;
  height: 22px;
  background-position: -236px -74px;
  border: 0;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
}
.icon-hotline {
  width: 18px;
  height: 19px;
  background-position: -220px -120px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin: 5px 0 0 5px;
}
.icon-express {
  width: 16px;
  height: 19px;
  background-position: -203px -120px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin: 5px 0 0 5px;
}
.icon-payment-methods {
  width: 312px;
  height: 65px;
  background-position: 0px -308px;
  float: left;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
}
.icon-logo-mini {
  width: 19px;
  height: 19px;
  background-position: -343px -75px;
  float: left;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
}
.icon-trusted-shop {
  width: 32px;
  height: 32px;
  background-position: -264px 0;
  float: right;
  margin-top: 2px;
  margin-left: 6px;
  cursor: pointer;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
}
.icon-bio {
  width: 60px;
  height: 40px;
  float: left;
  background-position: -63px -266px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  display: block;
}
.mobile-header-icon {
  height: 24px;
  width: 24px;
}
/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 770px) and (max-width: 1019px) {
  .icon-logo {
    width: 100%;
  }
}
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 769px) {
  .no-svg .icon-logo {
    width: 197px;
    height: 32px;
    margin-top: 36px;
    background-position: 0px 0px;
    text-indent: -9999px;
    background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
    background-repeat: no-repeat;
    display: block;
  }
  .icon-logo.de {
    background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/Logo-claim-mobil-de.svg);
    margin-top: 0px;
    height: 50px;
  }
  .top-bar li {
    margin-left: 4px;
  }
}
/* AJAX LOADING INDICATOR */
/*.gtss-a.gtss-eb.gtss-ab {
    right: 95px !important;
}*/
#tsbadgeReviewsWrapper_db8d3657bdbe440c985ae127463eaad4 {
  width: 100% !important;
}
#tsCustomBadge4_db8d3657bdbe440c985ae127463eaad4 {
  width: 100% !important;
}
#tsbadge_db8d3657bdbe440c985ae127463eaad4 {
  z-index: 1000 !important;
}
#gts_badge_container {
  margin-top: 10px;
}
.widget_container {
  margin-right: 10px;
}
.widget_container_badge {
  float: right;
  margin-left: 5px;
  width: 37px;
  height: 37px;
}
.haendlerbund {
  margin-top: 5px;
  float: right;
}
.pageheader {
  background-color: #f1f1f1;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px;
}
.pageheader .row {
  margin: 0;
}
.random-teaser {
  display: none;
}
.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  overflow: hidden;
  z-index: 1104;
}
.ajax-loading-block-window .loading-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 128px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/ajax_loader_large.gif);
}
.please-wait {
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/loading.gif) no-repeat;
  padding-left: 20px;
}
#wrapper {
  margin: 0 auto;
  zoom: 1;
}
.brand-slogan {
  font-size: 11px;
  font-size: 0.6875rem;
}
#header {
  float: left;
  width: 100%;
  margin: 0;
  ms-touch-action: auto;
}
#header .form-search {
  flex-grow: 1;
  margin: 0 0 0 20px;
  position: relative;
}
#header .form-search label {
  float: left;
  margin: 3px 4px 0 0;
  display: none;
}
#header .form-search .input-text {
  color: #ffa000;
  background-color: #f1f1f1;
  padding: 0 0 0 7px;
  height: 36px;
  width: 100%;
  border: none;
  font-weight: normal !important;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
#header .form-search .input-text:focus {
  color: #575757;
}
#header .form-search .searchbutton {
  background-color: #9D9E9E;
  width: 32px;
  height: 32px;
  position: absolute;
  padding: 0 !important;
  right: 2px;
  top: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
#header .form-search .searchbutton:hover {
  background: #ffa000;
}
#header .info-bar {
  /*float: right;*/
  font-weight: bold;
  color: #9D9E9E;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
  height: 32px;
  margin-right: 10px;
  background-color: #f6f6f6;
}
#header .info-bar span.hotline {
  float: left;
  margin: 10px;
}
#header .info-bar span.shippemnt {
  float: left;
  margin: 4px;
}
#header .info-bar span.shippemnt small {
  font-size: 9px;
  font-size: 0.5625rem;
}
.juvenilis-teaser {
  position: relative;
  margin: 0;
  display: block;
  width: auto;
}
.juvenilis-teaser img {
  width: 100%;
  height: auto;
}
.juvenilis-teaser .color-overlay {
  display: grid;
  display: -ms-grid;
}
.juvenilis-teaser .color-overlay img {
  mix-blend-mode: luminosity;
}
.juvenilis-teaser .color-overlay img:hover {
  mix-blend-mode: normal;
}
.juvenilis-teaser .teaser-title .big {
  font-weight: bold;
}
.juvenilis-teaser .teaser-title.small {
  padding: 0.4rem;
}
.juvenilis-teaser .teaser-header {
  font-size: 14px;
  font-size: 0.875rem;
}
.juvenilis-teaser .teaser-title {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 10px;
  color: #333;
  left: 5px;
  padding: 0.6rem;
  position: absolute;
  right: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.juvenilis-teaser .teaser-title h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
  margin: 0;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-arrow-1.svg) 100% 90% no-repeat;
}
.juvenilis-teaser:hover .teaser-title {
  background-color: rgba(157, 158, 158, 0.85);
  color: #fff;
}
.juvenilis-teaser:hover .teaser-title h2 {
  color: #fff;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-arrow-0.svg) 100% 90% no-repeat;
}
.juvenilis-teaser:hover .color-overlay img {
  mix-blend-mode: normal;
}
#incVatMessage {
  position: fixed;
  bottom: 47px;
  right: -5px;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 4px 20px 6px 17px;
  background: #f1f1f1;
  opacity: 0.8;
  filter: alpha(opacity=80);
  border: solid 1px #a1a1a1;
  z-index: 9999;
}
.homepage-toplink-images p {
  margin: 0;
  padding: 0;
}
.homepage-toplink-images img {
  width: 100%;
  height: auto;
}
.homepage-toplink-images .mb {
  -: ;margin-bottom: 15;
  -: ;margin-bottom: 0.9375rem;
}
.brand-images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.brand-images img {
  max-height: 100px;
  display: inline-block;
  width: 90%;
}
.nobotmargin {
  margin-bottom: 0 !important;
}
.notopmargin {
  margin-top: 0 !important;
}
.text-block {
  background-color: #f6f6f6;
}
.mobile-filter-open,
.mobile-filter-close {
  display: none;
}
.footer-content h1.title,
.footer-content h2.title,
.footer-content h3.title,
.footer-content h4.title,
.footer-content h5.title,
.footer-content h6.title {
  border-bottom: #9D9E9E solid 1px;
  text-transform: uppercase;
  text-align: center;
}
.footer-content .manufacturer-nav {
  padding: 0;
  list-style: none;
  float: left;
  margin-right: 5px;
}
.footer-content .footer-nav {
  display: block;
  text-align: left;
  padding: 0px;
}
.footer-content .footer-nav li {
  list-style: none;
  padding-bottom: 2px;
}
.footer-content hr {
  margin: 0;
  height: 1px;
}
.footer-info {
  background-color: #f1f1f1;
}
.footer-info .socialmedia {
  text-align: center;
}
.footer-info .socialmedia .icon {
  fill: #575757;
  height: 32px;
  width: 32px;
  display: block;
  position: relative;
}
.footer-info .socialmedia .icon:hover {
  fill: #ffa000;
}
.footer-info .socialmedia ul {
  list-style: none;
  margin-top: 14px;
  display: block;
}
.footer-info .socialmedia ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.footer-info .socialmedia ul li h5 {
  margin-bottom: 0px;
}
footer hr {
  margin: 0;
  height: 1px;
}
footer .copyright {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  margin-top: 5px;
}
footer .footer-nav {
  display: block;
  text-align: left;
  padding: 0px;
  margin-top: 10px;
}
footer .footer-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: left;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 13px;
  font-size: 0.8125rem;
  width: auto;
  margin-bottom: 0;
}
footer .footer-nav li a {
  color: #575757;
  padding-right: 7px;
  margin-left: 5px;
  border-right: 1px solid #575757;
}
footer .footer-nav li a:hover {
  color: #ffa000 !important;
}
footer .footer-nav li:last-of-type a {
  padding-right: 0;
  margin-right: 5px;
  border-right: none;
}
/*.top-bar {
    //position: absolute;
    //top: 0;
    text-align: right;

    .top-bar-links {
        overflow: hidden;
        *zoom: 1;
        max-width: @desktop-container;
        margin-left: auto;
        margin-right: auto;

        .quick-access {
            display: block;
            margin: 0 0 10px 0;

            li {
                display: -moz-inline-stack;
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                zoom: 1;
                *display: inline;
                .font-size(12);
                width: auto;
                margin-bottom: 0;

                a {
                    color: @link-color;
                }

                a:hover {
                    color: @link-color-hover !important;
                }

                .desktop-link {
                    margin-left: 6px;
                }
            }
        }
    }
}*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
  top: 0;
  left: 0;
  background: none repeat scroll 0 0 #FFFFFF;
  z-index: 1003 !important;
  border: solid 1px #ffa000;
  color: #575757;
}
.ui-autocomplete a.ui-state-focus,
.ui-autocomplete a.ui-state-hover {
  background: #ffa000;
  color: white !important;
}
.ui-autocomplete-loading {
  background: white url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/ajax_loader_small.gif) right center no-repeat;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  z-index: 9000;
  font-size: 13px;
  font-size: 0.8125rem;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  zoom: 1;
  color: #575757;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
* html .ui-autocomplete {
  width: 1px;
}
.top-.ui-autocomplete-loading {
  background: white url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/ajax_loader_small.gif) right center no-repeat;
}
.payment-methods .footer-content img {
  width: 100%;
}
.topic-box {
  position: relative;
  overflow: hidden !important;
}
.topic-box img {
  width: 100%;
  height: auto;
}
.topic-box figcaption {
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/opacity50.png);
  left: 0;
  bottom: 0px;
  position: absolute;
  width: 100%;
  padding: 5px;
  color: #fff;
  text-align: left;
}
.topic-box figcaption h4 {
  margin-top: 0em;
  margin-bottom: 0em;
  width: 100%;
  color: #fff;
}
.topic-box figcaption h5 {
  margin-top: 0em;
  margin-bottom: 0em;
  width: 100%;
  color: #fff;
}
.topic-box figcaption p {
  color: #fff !important;
  padding-top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  visibility: hidden;
}
.productResultsLists article {
  position: relative;
  background-color: white;
  margin-bottom: 10px;
}
.productResultsLists article .priceinfobox {
  margin: 0px;
  padding: 2px;
  font-size: 8px;
  font-size: 0.5rem;
  float: right;
}
.productResultsLists article:hover {
  zoom: 1;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  /* WebKit */
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  /* Firefox */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  /* Standard */
}
.productResultsLists li {
  margin-right: 10px !important;
}
.bottomborder {
  border-bottom: 1px solid #575757;
}
.topborder {
  border-top: 1px solid #575757;
}
h1.bottomline,
h2.bottomline,
h3.bottomline,
h4.bottomline,
h5.bottomline,
h6.bottomline {
  border-bottom: 2px solid #575757;
  text-transform: uppercase;
  text-align: center;
  -: ;padding-bottom: 5;
  -: ;padding-bottom: 0.3125rem;
  -: ;margin-bottom: 2;
  -: ;margin-bottom: 0.125rem;
}
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  background: #f6f6f6;
  -: ;padding: 5;
  -: ;padding: 0.3125rem;
  margin-bottom: 0 !important;
}
.productResultsLists article a:hover {
  color: #575757;
}
.productResultsLists article .details {
  padding: 10px 2px 0;
  min-height: 110px;
}
.productResultsLists article .details .product-title {
  margin-bottom: 0;
  text-transform: none;
  text-align: center;
  height: 98px;
  height: 6.125rem;
  position: relative;
  overflow: hidden;
}
.productResultsLists article .details .product-title span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  line-height: 0.9375rem;
}
.productResultsLists article .details .product-title:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 15px;
  height: 0.9375rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 100%);
  pointer-events: none;
}
.productResultsLists article .details .product-rating-box {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 16px;
}
.productResultsLists article .details p {
  font-size: 11px;
  font-size: 0.6875rem;
}
.productResultsLists article .details p.small {
  display: block !important;
}
.productResultsLists article .sale {
  width: 90px;
  height: 90px;
  background-position: -172px -162px;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png);
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
  position: absolute;
}
.productResultsLists article .info {
  color: #5D5E60;
  margin-top: 10px;
  *zoom: 1;
  line-height: 1;
  clear: both;
  text-align: center;
  height: 33px;
  /*span.add_cart {
                float: left;
                text-align: center !important;
                position: absolute;
                .add_cart_wait {
                    width: 22px;
                    height: 22px;
                    background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/loading.gif) 50% 50% no-repeat;
                    text-align: center;
                    float: right;
                    display: none;
                }

                button {
                    display: block;
                    padding: 5px 5px;
                    height: 33px;
                    border: 0px;
                    background: @cart-button-color;
                    color: @cart-button-text-color;
                    .transition1();
                }

                button:hover {
                    background: @cart-button-color-hover;
                }
            }*/
}
.productResultsLists article .info span.price .old {
  color: #5D5E60;
  text-decoration: line-through;
  font-size: 13px;
  font-size: 0.8125rem;
}
.productResultsLists article .info span.price .actual {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
.productResultsLists article .price .ppu {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #575757;
}
.productResultsLists article .info:after {
  content: "";
  display: table;
  clear: both;
}
.productResultsLists article a {
  color: #5D5E60;
}
.productResultsLists article a figure {
  position: relative;
  height: 125px;
  margin-top: 10px;
}
.productResultsLists article a figure .image-wrapper img {
  outline: 0;
  max-width: 100% !important;
  max-height: 135px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.productResultsLists article a .configCaption {
  background: #404041;
  margin-top: -5px;
  padding: 13px 13px 18px 13px !important;
}
.productResultsLists article a figcaption {
  padding: 5px 0px 0 0px;
  text-align: left;
}
.productResultsLists article a figcaption h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.productResultsLists article a figcaption p {
  display: none;
}
.productResultsLists article a figcaption p.small {
  display: block !important;
}
.productResultsLists article a .prd_link {
  width: 65%;
  background: #000;
  position: absolute;
  left: 0px;
  top: 60%;
  padding: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.productResultsLists article a span a {
  background: #C0C0C0;
  padding: 3px 10px;
  display: block;
  color: #000;
}
.productResultsLists article .new {
  width: 90px;
  height: 90px;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/new-ribbon.png) 0 0 no-repeat;
  left: 1px;
  top: 1px;
  position: absolute;
}
.noproducts {
  margin-top: 10px;
  padding: 4px;
  background-color: #f6f6f6;
  clear: both;
}
/* CSS for lens */
.cloudzoom-lens {
  border: 5px solid #888;
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  cursor: crosshair;
  z-index: 9999;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
  border: 1px solid #888;
  width: 600px;
  height: 200px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
  border: none;
  box-shadow: none;
  z-index: 9999;
}
/* 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: Oswald;
  font-size: 11px;
}
/* A blank image */
.cloudzoom-blank {
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/css/blank.png);
}
/* The animated ajax loading image */
.cloudzoom-ajax-loader {
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/ajax_loader_small.gif);
  width: 32px;
  height: 32px;
}
.ProductCategories p,
.Product .tabs-content p,
.topic-html-content p,
.Manufacturer p {
  line-height: 23px;
}
.ProductCategories h1,
.Product .tabs-content h1,
.topic-html-content h1,
.Manufacturer h1 {
  font-weight: 400;
  text-transform: uppercase;
}
.ProductCategories h2,
.Product .tabs-content h2,
.topic-html-content h2,
.Manufacturer h2 {
  font-weight: 400;
}
.ProductCategories .Subcategories {
  padding: 5px;
  /*border: solid 2px @brand-color2;
            background-color: @breadcrumbs-color;*/
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  width: inherit;
  margin-bottom: 10px;
}
.ProductCategories .Subcategories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ProductCategories .Subcategories ul li {
  float: left;
}
.ProductCategories .Subcategories ul li a {
  display: block;
  margin-right: 2px;
  padding: 5px;
  margin: 2px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f6f6f6;
}
.ProductCategories .Subcategories ul li a:hover {
  color: white;
  background-color: #9D9E9E;
}
.ProductCategories .Subcategories article {
  margin-bottom: 10px;
}
.ProductCategories .Content img {
  width: 100%;
  height: auto;
}
.Sitemap ul {
  overflow: hidden;
}
.Sitemap li {
  float: right;
  margin: 3px 10px;
  width: 200px;
  list-style: none;
}
.Product {
  /*.Specification_2 {
        background-color: #e9f8ff;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .Specification_8 {
        background-color: #fffde9;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 4px;
    }*/
}
.Product header {
  /*.prd-header {
            .font-size(24)
        }*/
}
.Product header h1 {
  margin-bottom: 0px;
}
.Product .selectVariant {
  margin-top: 20px;
}
.Product #AssociatedProducts {
  width: 100%;
  border: solid 2px #ffa000;
}
.Product .details-wrapper {
  display: flex;
}
.Product .details-wrapper .cart-block {
  background-color: #f1f1f1;
  padding: 15px;
}
.Product .prd-image figure {
  height: 320px;
}
.Product .prd-image figure .image-wrapper img {
  max-width: 100%;
  outline: 0;
  display: block;
  margin: auto;
  vertical-align: middle;
  max-height: 310px;
}
.Product .prd-details {
  /*.prd-description {
            background-color: #f6f6f6;
            padding: 5px;
            line-height: 23px;
        }*/
}
.Product .prd-details .product-reviews-overview {
  margin-top: 10px;
}
.Product .prd-details .product-reviews-overview .product-review-box {
  float: left;
  margin-right: 5px;
}
.Product .prd-details .product-reviews-overview .product-no-reviews {
  clear: both;
}
.Product .add-to-cart-button svg,
.Product .add-to-wishlist-button svg {
  fill: white;
  width: 20px;
  height: 20px;
}
.Product .qty-label {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.Product .email-a-friend {
  margin-top: 10px;
}
.Product .stock {
  margin-top: 10px;
  width: auto;
  font-size: 12px;
  font-size: 0.75rem;
}
.Product .outofstock .value {
  color: red;
}
.Product .instock .value {
  color: green;
}
.Product .stock.instock:before {
  background-color: green;
}
.Product .stock.outofstock:before {
  background-color: red;
}
.Product .stock:before {
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 10px;
  margin-right: 0.175rem;
  width: 10px;
}
.Product .Product-Variants .prices {
  border: 0 !important;
}
.Product .supplement-notes {
  padding: 10px;
}
.Product .quantity {
  display: block;
  float: left;
  margin-left: 10px;
}
.link-rss {
  float: right;
  margin: 10px 10px 0 0;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/ico-rss.gif);
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  width: 14px;
  text-indent: -9999px;
}
.Filter {
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}
.product-video iframe {
  float: left;
  margin: 0 10px 5px 0;
}
.Product .iq-button-wrapper,
.Cart .iq-button-wrapper {
  white-space: nowrap;
  display: flex;
}
.Product .iq-button-wrapper a,
.Cart .iq-button-wrapper a {
  border: 0;
  padding: 0.5em;
  background: #6c6c6c;
  color: white;
  width: 22px;
  height: 31px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  float: left;
  display: -moz-inline-stack;
  vertical-align: top;
  zoom: 1;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.Product .iq-button-wrapper a:hover,
.Cart .iq-button-wrapper a:hover {
  background: #FF7D00;
  color: #ffffff;
}
.Product .iq-button-wrapper .qty-input,
.Cart .iq-button-wrapper .qty-input {
  width: 40px;
  float: left;
  margin: 0px auto;
  text-align: center;
}
.rewardpoints {
  display: none;
  margin-top: 10px;
  text-align: center;
  padding: 10px;
  border-top: solid 2px #ffa000;
}
.rewardpoints .icon-rewardpoint {
  float: left;
  margin-right: 5px;
  width: 32px;
  height: 32px;
}
.rewardpoints .box {
  line-height: 1;
  margin: 4px;
}
.rewardpoints .box .points {
  color: #ffa000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 5px;
}
.rewardpoints .box .multiple {
  display: none;
  font-weight: bold;
}
.rewardpoints .box .multiple span.value {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffa000;
}
.prices {
  padding-bottom: 5px;
  *zoom: 1;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: block;
}
.prices .stock {
  float: right;
  color: #929292;
  text-transform: uppercase;
  display: block;
}
.prices .price {
  float: left;
  font-size: 28px;
  font-size: 1.75rem;
  display: block;
}
.prices .price span {
  font-weight: bold;
}
.prices .discounted-price {
  float: left;
  color: darkgreen;
  font-weight: bold;
  padding-left: 12.8px;
  display: block;
}
.prices .old-price {
  /*float: left;*/
  color: #5D5E60;
  /*padding-left: 12.8px;*/
  display: block;
}
.prices .old-price span {
  text-decoration: line-through;
}
.prices .ppu {
  color: #575757;
  font-size: 11px;
  font-size: 0.6875rem;
}
.shipping-price-info {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
  clear: both;
}
/*.prices:after {
    content: "";
    display: table;
    clear: both;
}*/
.prices .sale-icon {
  color: white;
  font-weight: bold;
  float: right;
  padding: 4px;
  background-color: #ffa000;
}
/* Radio as Button*/
.RadioAsButton input {
  display: none;
}
.RadioAsButton label {
  color: white;
  padding: 13px;
  background: #6c6c6c;
}
.RadioAsButton input:disabled + label {
  background: #ccc;
}
.RadioAsButton input:checked + label {
  background: #f1f1f1;
  color: #000000;
  padding: 12px;
}
.RadioAsButton input + label:hover {
  background: #FF7D00;
  color: white;
}
.RadioAsButton input:disabled + label:hover {
  background: #ccc;
}
.RadioAsButton input + label::before {
  content: ' ';
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/icons/square-white.svg);
  background-size: 14px 14px;
  display: inline-block;
  margin: 0px 3px 0px 0px;
  width: 14px;
  height: 14px;
}
.RadioAsButton input:checked + label::before {
  content: ' ';
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/icons/check-square.svg);
  background-size: 14px 14px;
  display: inline-block;
  margin: 0px 3px 0px 0px;
  width: 14px;
  height: 14px;
}
.RadioAsButton input:checked:hover + label::before {
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/icons/check-square-white.svg);
}
.RadioAsButton input + label:hover::before {
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/icons/square-white.svg);
}
/* Checkbox As Button*/
.CheckboxAsButton input[type="checkbox"] {
  display: none;
}
.CheckboxAsButton label {
  color: white;
  padding: 13px;
  background: #9D9E9E;
}
.CheckboxAsButton input:disabled + input + label {
  background: #ccc;
}
.CheckboxAsButton input:checked + input + label {
  background: #ffa000;
  padding: 12px;
}
.CheckboxAsButton input + label:hover {
  background: #ffa000;
}
.CheckboxAsButton input + label:hover svg {
  fill: white;
}
.CheckboxAsButton input[type="checkbox"]:disabled + input + label:hover {
  background: #ccc;
}
.CheckboxAsButton input[type="checkbox"]:checked + input + label::before {
  content: " ";
  display: inline-block;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png) no-repeat;
  width: 16px;
  height: 16px;
  background-position: -246px -103px;
}
.checklist {
  list-style-type: none;
  padding: 0px;
}
.checklist li {
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/checklist.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 16px;
  padding-top: 2px;
}
.articel-specifications {
  display: table;
}
.articel-specifications ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.articel-specifications ul li {
  float: left;
  padding: 3px 8px 4px 0px;
}
.articel-specifications ul li.list {
  background-color: #f6f6f6;
  border: 1px solid #9D9E9E;
  border-radius: 20px;
  padding: 3px 8px 4px 8px;
  margin: 0 10px 8px 0px;
}
.articel-specifications ul li.list svg {
  width: 14px;
  height: 12px;
  fill: #ffa000;
}
.filled {
  background: #FFBF5A;
  color: #ffffff !important;
  padding: 5px;
}
.filled:hover {
  background-color: #ffa000 !important;
}
.checkout-button {
  width: 100%;
}
.checkout-button:hover {
  background: #FF7D00;
  color: #ffffff;
}
.more-link a {
  float: right;
  font-size: 16px;
  font-size: 1rem;
  line-height: 36px;
  line-height: 2.25rem;
}
.relatedproduct,
.alsopurchased {
  margin-top: 20px !important;
}
/* SLIM BOX (PRODUCT IMAGES) */
#lbPrevLink,
#lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}
#lbCaption {
  font-weight: 700;
}
#lbBottom {
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}
.lbLoading {
  background: #fff url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/loading.gif) no-repeat center;
}
#lbCloseLink {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png) no-repeat -236px -74px;
  margin: 5px 0;
  outline: none;
}
#lbCenter,
#lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}
#lbNextLink {
  right: 0;
}
#lbPrevLink {
  left: 0;
}
#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}
#lbCaption,
#lbNumber {
  margin-right: 71px;
}
.product-options .text-prompt {
  line-height: 12px;
  line-height: 0.75rem;
}
.product-options .attribute .col {
  margin-left: 0 !important;
}
.product-options .attribute ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-options .attribute ul li {
  color: #929292 !important;
}
.product-options .attribute ul li label {
  display: inline;
  cursor: pointer;
}
.product-options .attribute ul li .color {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 21px;
  height: 21px;
  border: 1px solid #fff;
}
.bio-zertifiziert {
  text-align: center;
  float: right;
  font-size: 10px;
}
.bio-zertifiziert-mini {
  float: right;
}
.bio-zertifiziert-mini .cert-number {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}
/* MINI-SHOPPING CART */
.flyout-cart.active {
  display: block;
}
.flyout-cart {
  display: none;
  position: absolute;
  float: left;
  top: 25px;
  right: 0px;
  width: 300px;
  min-height: 50px;
  text-align: left;
  z-index: 99999;
}
.mini-shopping-cart {
  padding: 5px 10px 10px;
  margin: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  border: solid 1px #9D9E9E;
  background: #fff;
}
.mini-shopping-cart a {
  font-weight: 700;
  text-decoration: none;
}
.mini-shopping-cart .count {
  margin: 10px 0px 10px;
}
.mini-shopping-cart a:hover {
  text-decoration: underline;
}
.mini-shopping-cart .item.first {
  border-top: 1px solid #ccc;
}
.mini-shopping-cart .buttons {
  margin: 10px 0px;
  text-align: right;
}
.mini-shopping-cart .item {
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #ccc;
}
.mini-shopping-cart .item .product {
  float: right;
  width: 208px;
}
.mini-shopping-cart .item .quantity {
  font-size: 10px;
  margin: 0px;
}
.mini-shopping-cart .item .attributes {
  font-size: 10px;
  margin: 0px;
}
.mini-shopping-cart .item .name {
  margin-bottom: 5px;
}
.mini-shopping-cart .item .price {
  font-size: 10px;
  margin: 10px 0px 0px 0px;
}
.mini-shopping-cart .item .picture {
  float: left;
  width: 50px;
  text-align: center;
}
.mini-shopping-cart .item > div {
  padding: 10px 5px;
}
.mini-shopping-cart .totals {
  margin: 10px 0px;
  text-align: right;
}
.mini-shopping-cart .cart-button,
.mini-shopping-cart .checkout-button {
  margin: 0;
}
.security {
  padding: 4px;
}
.security img[name=gts_seal] {
  margin-top: 19px;
  margin-left: 10px;
  vertical-align: top;
}
ol.progresstracker {
  margin: 0px 0px 20px 20px;
  padding: 0;
  list-style-type: none;
  margin-bottom: 10px;
}
ol.progresstracker li {
  display: inline-block;
  text-align: center;
  line-height: 3em;
  font-size: 12px;
  font-size: 0.75rem;
}
ol.progresstracker[data-progresstracker-steps="2"] li {
  width: 49%;
}
ol.progresstracker[data-progresstracker-steps="3"] li {
  width: 33%;
}
ol.progresstracker[data-progresstracker-steps="4"] li {
  width: 24%;
}
ol.progresstracker[data-progresstracker-steps="5"] li {
  width: 19%;
}
ol.progresstracker[data-progresstracker-steps="6"] li {
  width: 16%;
}
ol.progresstracker[data-progresstracker-steps="7"] li {
  width: 14%;
}
ol.progresstracker[data-progresstracker-steps="8"] li {
  width: 12%;
}
ol.progresstracker[data-progresstracker-steps="9"] li {
  width: 11%;
}
ol.progresstracker li.progresstracker-done {
  color: black;
  border-bottom: 4px solid #ffa000;
}
ol.progresstracker li.progresstracker-todo {
  color: #ccc;
  border-bottom: 4px solid #ccc;
}
ol.progresstracker li.progresstracker-todo a {
  color: #ccc;
  cursor: default;
}
ol.progresstracker li.progresstracker-current {
  color: black;
  border-bottom: 4px solid #58ab27;
}
ol.progresstracker li.progresstracker-current a {
  color: #ccc;
  cursor: default;
}
ol.progresstracker li:after {
  content: "\00a0\00a0";
}
ol.progresstracker li:before {
  position: relative;
  bottom: -2.5em;
  float: left;
  left: 50%;
  line-height: 1em;
}
ol.progresstracker li.progresstracker-done:before {
  content: "\2713";
  color: white;
  background-color: #ffa000;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  border: none;
  border-radius: 1.2em;
}
ol.progresstracker li.progresstracker-todo:before {
  content: "\039F";
  color: #ccc;
  background-color: white;
  font-size: 1.5em;
  bottom: -1.6em;
}
ol.progresstracker li.progresstracker-current:before {
  content: "\039F";
  color: #58ab27;
  background-color: white;
  font-size: 1.5em;
  bottom: -1.6em;
}
.ProductCategories .category-image {
  max-width: 125px;
}
.Customer .accept-privacy-policy {
  margin-bottom: 10px;
  font-weight: bold;
}
.Customer .Registerbox {
  margin-bottom: 10px;
  background-color: #f6f6f6;
  position: relative;
}
.Customer .Registerbox .box {
  margin: 6px;
  min-height: 250px;
}
.Customer .Registerbox .box p {
  margin: 0;
}
.Customer .RewardpointsExceptedBox {
  background-color: #e9f2f9;
  padding: 4px;
}
.Customer .reward-points-overview {
  background-color: #f6f6f6;
  padding: 4px;
  margin-bottom: 10px;
}
.Customer .reward-points-notenabled {
  padding: 4px;
  border: solid 2px red;
  margin-bottom: 10px;
}
.Customer .reward-points-notenabled a {
  text-decoration: underline;
}
.Customer #register-button {
  float: right;
}
.Customer .delete-address-button,
.Customer .return-items-button {
  left: 5px !important;
  bottom: 5px !important;
}
.Customer .edit-address-button,
.Customer .order-details-button {
  right: 5px !important;
  bottom: 5px !important;
}
.Checkout .cart-info table td.image img,
.Cart .cart-info table td.image img,
.Checkout .cart-info th.image img,
.Cart .cart-info th.image img,
.Checkout .cart-info table.data-table td.image img,
.Cart .cart-info table.data-table td.image img,
.Checkout .cart-info table.data-table th.image img,
.Cart .cart-info table.data-table th.image img {
  max-width: 60px;
}
.Checkout .cart-info .product-name,
.Cart .cart-info .product-name {
  font-weight: bold;
}
.Checkout .cart-info .remove-from-cart,
.Cart .cart-info .remove-from-cart {
  font-size: 11px;
  font-size: 0.6875rem;
}
.Checkout .confirmline,
.Cart .confirmline {
  clear: both;
  background-color: #9D9E9E;
  height: 2px;
}
.Checkout .price,
.Cart .price,
.Checkout .total,
.Cart .total,
.Checkout .quantity,
.Cart .quantity {
  text-align: right;
}
.Checkout td.quantity input,
.Cart td.quantity input {
  width: 45px !important;
  float: left;
  text-align: center;
}
.Checkout .total-info,
.Cart .total-info {
  text-align: right;
  background: #f1f1f1;
  padding: 10px;
}
.Checkout .total-info table th,
.Cart .total-info table th,
.Checkout .total-info table td,
.Cart .total-info table td {
  padding: 3px;
  text-align: right;
  vertical-align: top;
  border: none;
}
.Checkout .order-total dt,
.Cart .order-total dt {
  float: left;
  width: 55%;
  text-align: right;
  padding: 0 10px 5px 0;
}
.Checkout .order-total dd,
.Cart .order-total dd {
  float: right;
  width: 40%;
  text-align: right;
  margin: 0 10px 0 0;
}
.Checkout .shipment-overview ul,
.Cart .shipment-overview ul {
  list-style: none;
}
.Checkout #not-accept-billsave-policy,
.Cart #not-accept-billsave-policy {
  color: red;
  font-weight: bold;
}
.Checkout .check-rewardpoints,
.Cart .check-rewardpoints {
  padding: 4px;
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
.Checkout .check-rewardpoints label,
.Cart .check-rewardpoints label {
  display: inline;
}
.Checkout .reward-points-notenabled,
.Cart .reward-points-notenabled {
  background-color: #f6f6f6;
  padding: 4px;
  margin-bottom: 10px;
}
.Checkout .payment-info-next-step-button,
.Cart .payment-info-next-step-button,
.Checkout .payment-method-next-step-button,
.Cart .payment-method-next-step-button,
.Checkout .new-address-next-step-button,
.Cart .new-address-next-step-button {
  float: right;
}
.Manufacturer .manufactureNav {
  font-weight: bolder;
  border-top: solid 1px #9D9E9E;
  text-align: center;
  border-bottom: solid 1px #9D9E9E;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
}
.Manufacturer .manufactureNav a {
  margin-left: 5px;
  margin-right: 5px;
}
.Manufacturer .manufactureList:last-child {
  border-bottom: none;
}
.Manufacturer .manufactureList {
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 10px;
}
.Manufacturer .manufactureList h2 {
  color: #ffa000;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.Manufacturer .manufactureList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-count: 4;
  column-gap: 10px;
  margin-left: 30px;
}
.Manufacturer .manufactureList img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.Manufacturer .manufacure-image {
  margin-bottom: 5px;
}
/* CHECKOUT */
.Checkout .opc {
  list-style: none;
  padding: 0 !important;
}
.Checkout .opc li.active .step-title {
  background: #f5f5f5 !important;
}
.Checkout .opc li.active .step-title .number {
  background: #9D9E9E;
  color: #fff;
}
.Checkout .opc li {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.Checkout .opc li .step {
  padding: 10px;
}
.Checkout .opc li .step-title {
  background: #fff !important;
}
.Checkout .opc li .step-title .number {
  background: #f5f5f5;
  color: #333;
}
.Checkout .opc li.section {
  margin-bottom: 10px;
}
.Checkout .opc .method-description {
  margin-top: 2px;
  margin-bottom: 10px;
}
.Checkout .opc-buttons {
  clear: both;
  margin-top: 10px;
  margin-bottom: 50px;
}
.Checkout .step-title:after {
  content: "";
  display: table;
  clear: both;
}
.Checkout .step-title {
  padding: 6px;
  background: #F5F5F5;
  display: block;
  *zoom: 1;
}
.Checkout .step-title h3 {
  margin-top: 0em;
  margin-bottom: 0em;
  float: left;
  font-size: 1.1em;
  line-height: 1.25em;
  line-height: 1.8 !important;
}
.Checkout .step-title .number {
  background: #9D9E9E;
  float: left;
  color: #fff;
  padding: 2px 10px;
  margin: 0 8px 0 0;
}
.Checkout .terms-of-service {
  background: #f6f6f6;
  padding: 4px;
}
.Checkout .termsofservice-checked {
  border: solid 2px #fff !important;
}
.Checkout .PaymentInfo table {
  width: auto;
}
.Checkout .PaymentInfo .info label {
  display: inline;
}
.Checkout .PaymentInfo .info table tbody tr {
  border-bottom: 0px;
}
.Checkout .PaymentInfo .info table tbody td:nth-child(2) {
  color: white;
}
.Checkout .PaymentInfo .vorkasse tr {
  border-bottom: 0px;
}
.Checkout .PaymentInfo .vorkasse td:nth-child(2) {
  color: black !important;
  font-weight: bold;
}
.Checkout .payment-method .payment-logo {
  float: left;
  margin-right: 10px;
}
.Checkout .payment-method .selectionwrapper {
  margin-bottom: 10px;
}
.Checkout .payment-method .selectionwrapper input {
  margin-top: 10px;
}
.address-item,
.order-item,
.product-customer-review-item,
.billing-info,
.shipping-info {
  position: relative;
  margin-bottom: 15px;
  background: #f6f6f6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.address-item ul,
.order-item ul,
.product-customer-review-item ul,
.billing-info ul,
.shipping-info ul {
  padding: 10px;
  margin: 0;
}
.address-item li,
.order-item li,
.product-customer-review-item li,
.billing-info li,
.shipping-info li {
  list-style: none;
  text-align: left;
}
.address-item input[type="button"],
.order-item input[type="button"],
.product-customer-review-item input[type="button"],
.billing-info input[type="button"],
.shipping-info input[type="button"] {
  position: absolute;
  bottom: 0;
}
.address-item {
  min-height: 235px;
}
.order-item {
  min-height: 150px;
}
.billing-info,
.shipping-info {
  padding: 10px;
  min-height: 270px;
}
.product-customer-review-item {
  padding: 10px;
}
.product-customer-review-item .product-review-box {
  float: right;
}
/*.address-selected {
    background-color: #e9f2f9;
    border-color: @brand-color;
}*/
.request-item {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.request-item ul {
  padding: 0;
}
.request-item li {
  list-style: none;
  text-align: left;
}
.product-rating-box {
  padding: 0;
}
.rating {
  height: 16px;
  width: 80px;
  margin: 0 auto;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/star-x-inactive.png) 0 0 repeat-x;
}
.rating div {
  float: left;
  height: 16px;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/star-x-active.png) 0 0 repeat-x;
}
.product-review-helpfulness {
  font-size: 11px;
  color: #333;
  clear: both;
}
.product-review-helpfulness .vote:hover {
  cursor: pointer;
  text-decoration: none;
}
.product-review-helpfulness .vote {
  color: #575757;
  font-weight: bold;
  text-decoration: none;
}
/* Errors */
.field-validation-error {
  margin-bottom: 10px !important;
  color: #ee001c;
  display: block;
}
.input-validation-error {
  margin-bottom: 0 !important;
}
.manufacturebox {
  background: #f5f5f5;
}
.newsletter .banner {
  display: table;
  width: 100%;
  padding: 5px;
}
.newsletter .subscribe {
  padding: 0px;
  color: #ffa000;
}
.newsletter .subscribe input {
  border: 0;
  background-color: #f1f1f1;
  margin: 0 0 10px 0 !important;
}
.newsletter .subscribe .newsletter-email,
.newsletter .subscribe .newsletter-button {
  margin-top: 10px;
}
.newsletter .subscribe .subscribe-button {
  background-color: #ffa000;
  color: white;
  height: 31px;
  border: 0;
  width: 100%;
}
.newsletter .subscribe .subscribe-button:hover {
  background-color: #9D9E9E;
}
.newsletter .result {
  display: none;
  font-size: 16px;
  font-size: 1rem;
}
.desaturate {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: url(/elements/grayscale.svg#desaturate);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.desaturate:hover {
  filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
  /* Old WebKit */
}
.eu-cookie-bar-notification {
  display: none;
  width: 100%;
  background: #999999;
  border: 0;
  margin: 0;
}
.eu-cookie-bar-notification .container {
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  zoom: 1;
  padding: 2px;
}
.eu-cookie-bar-notification .container .text {
  text-align: center;
}
.eu-cookie-bar-notification .container .text a.ok-button {
  margin-left: 5px;
  text-decoration: underline;
  color: white;
}
.eu-cookie-bar-notification .container .text a.learn-more {
  margin-left: 5px;
  text-decoration: underline;
  color: white;
}
.eu-cookie-bar-notification .container .text a.learn-more:hover {
  text-decoration: none;
}
.amazon-login-button {
  width: 100%;
  margin: 0;
  height: 39px;
  background: #6c6c6c;
  text-align: center;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/amazon-login-button.png);
  background-position: center;
  background-repeat: no-repeat;
}
.amazon-login-button:hover {
  background: #FF7D00;
  color: #ffffff;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/amazon-login-button.png);
  background-position: center;
  background-repeat: no-repeat;
}
.amazon-pay-button {
  width: 100%;
  margin: 0;
  height: 39px;
  background: #6c6c6c;
  text-align: center;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/amazon-pay-button.png);
  background-position: center;
  background-repeat: no-repeat;
}
.amazon-pay-button:hover {
  background: #FF7D00;
  color: #ffffff;
  background-image: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/amazon-pay-button.png);
  background-position: center;
  background-repeat: no-repeat;
}
#AmazonPayButton img {
  width: 100%;
  height: 39px;
}
.alert-box {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  display: none;
}
.ProductReviews .result {
  background-color: #f6f6f6;
  font-weight: bold;
  padding: 5px;
}
.ProductReviews .write-review .captcha-box {
  margin-bottom: 12px;
}
.ProductReviews .write-review strong {
  font-size: 14px;
  font-size: 0.875rem;
}
.ProductReviews .write-review .review-rating {
  margin-bottom: 12px;
  clear: both;
}
.ProductReviews .write-review .review-rating ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ProductReviews .write-review .review-rating li {
  display: inline-block;
  list-style: none;
  padding: 2px;
}
.product-review-list .product-review-item {
  margin: 10px 0 0;
  clear: both;
}
.product-review-list .product-review-item .rating {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.product-review-list .product-review-item .review-title {
  font-weight: 700;
  float: left;
  margin-bottom: 5px;
}
.product-review-list .product-review-item .review-text {
  float: left;
  clear: both;
}
.product-review-list .product-review-item .review-info {
  float: left;
  margin-bottom: 15px;
  clear: both;
}
.product-review-list .product-review-item .review-info .separator {
  margin: 0 2px;
}
.gallery .picture {
  overflow: visible;
  text-align: center;
}
.gallery .picture #wrap img {
  position: static !important;
}
.gallery .picture-wrapper .picture:before {
  display: none;
}
.gallery .ribbon-wrapper:hover .product-ribbon {
  display: none;
}
#wrap {
  max-width: 100%;
  z-index: 200;
}
.mousetrap {
  height: 100% !important;
  width: 100% !important;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/1x1.png) no-repeat;
}
.cloud-zoom-lens {
  cursor: crosshair;
}
#cloudZoomWindowElement {
  z-index: 10;
  position: relative;
  min-height: 320px;
}
.cloud-zoom-loading {
  background: #333333;
  color: #fff;
  font-size: 12px;
  padding: 3px;
}
.cloud-zoom-big {
  background-repeat: no-repeat;
  background-color: #fff;
}
.idealo_con {
  margin: 8px;
}
.billiger_de_con {
  width: 130px;
  float: left;
}
#voucher-header {
  background-color: #9D9E9E;
  color: #fff;
  line-height: 1.2;
  padding: 5px;
  position: relative;
  text-align: center;
}
#voucher-header .voucher-close {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.4s;
}
#voucher-header .voucher-close:hover {
  opacity: 1;
  text-decoration: none;
}
#voucher-header .voucher-code {
  background-color: #c0bfbd;
  padding: 10px;
  color: white;
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
#voucher-header .voucher-code span {
  font-weight: bold;
  font-size: 16px;
  color: black;
}
#voucher-header .voucher-value {
  padding: 10px;
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.8;
}
#voucher-header .voucher-value small {
  font-size: 14px;
  font-size: 0.875rem;
}
#voucher-header ul {
  margin-top: 7px;
  list-style: square;
  font-weight: bold;
  text-align: left;
}
#voucher-header .voucher-value span {
  font-weight: bolder;
}
.paymentinstrument-panel {
  background-color: #f1f1f1;
  padding: 10px;
}
.paymentinstrument-panel label {
  font-weight: bold;
}
.content-img-left,
.content-img-right {
  max-height: 100%;
  max-width: 19rem;
}
.imgcontent-img-left {
  float: left;
  margin: 0 0.8rem 0.8rem 0;
}
.content-img-right {
  float: right;
  margin: 0 0 0.8rem 0.8rem;
}
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 769px) {
  #header {
    ms-touch-action: auto;
  }
  #header .icon-logo,
  #header .brand-slogan {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #header .brand-slogan {
    text-align: center;
  }
  #header .icon-trusted-shop {
    display: none;
  }
  .homepage-toplink-images .mb {
    margin-bottom: 0;
  }
  .homepage-toplink-images .mb-mobile {
    margin-bottom: 8px;
  }
  .juvenilis-teaser .teaser-header {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .juvenilis-teaser .teaser-title {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100% !important;
    position: initial;
  }
  .juvenilis-teaser .teaser-title h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  .juvenilis-teaser .color-overlay {
    background-color: none !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .juvenilis-teaser .color-overlay img {
    display: none;
  }
  .Manufacturer .manufactureList ul {
    column-count: 2;
  }
  .Cart table {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .Cart table tr {
    position: relative;
    float: left;
    display: table;
  }
  .Cart table tr td.description {
    width: 100%;
  }
  .Cart table tr td.quantity input {
    float: none;
    margin-right: 0;
  }
  .Cart table tr .product-name {
    display: block;
    margin-bottom: 50px;
  }
  .Product .details-wrapper {
    flex-flow: column;
  }
  .Product .details-wrapper .image-block {
    order: 1;
  }
  .Product .details-wrapper .content-block {
    order: 3;
  }
  .Product .details-wrapper .cart-block {
    order: 2;
  }
  .Product .prd-image .picture-thumbs {
    display: none;
  }
  .Product .supplement-notes {
    padding: 0px;
  }
  .Filter .OrderBy {
    width: 100% !important;
  }
  .Filter .PageSize div {
    float: none;
    width: 100% !important;
  }
  /*.rating {
        margin: 0 0 0 auto;
    }*/
  .mobile-filter-open,
  .mobile-filter-close {
    display: inline;
    float: left;
  }
  .mobile-overlay-background {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(50, 50, 50, 0.7);
    height: 100%;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    width: 100%;
    z-index: 9999;
  }
  .mobile-overlay-open {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
  }
  .mobile-overlay-open .mobile-overlay-background {
    display: inline;
  }
  .mobile-overlay-open .mobile-overlay-active {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    max-width: 100vw;
    overflow-y: auto;
    z-index: 10000;
    width: 90%;
    background: white;
  }
  .mobile-overlay-open .mobile-overlay-active .widget_container_frame {
    display: none;
  }
  .mobile-overlay-open .mobile-overlay-active .form-search {
    display: none !important;
  }
  .mobile-overlay-open .mobile-overlay-active .close-menu-burger {
    display: inline !important;
  }
  .mobile-overlay-open .mobile-overlay-active .menu-burger {
    display: none !important;
  }
  .mobile-overlay {
    display: none;
  }
  .mobile-hidden {
    display: none;
  }
  .product-video iframe,
  .product-video-full iframe {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .product-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
  }
  .footer-info .icon-payment-methods {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-info .copyright {
    text-align: center;
    padding-bottom: 20px;
  }
  .content-img-right,
  .content-img-left {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
}
/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 770px) and (max-width: 1019px) {
  #header {
    ms-touch-action: auto;
  }
  .productResultsLists article .details h5,
  .Subcategories article .details h5 {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .form-search {
    margin: 0;
  }
}
.Blog .post-body:after,
.blog .tags:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
.Blog .post-date {
  color: #9a9a9a;
}
.Blog .result {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  color: red;
  margin-bottom: 10px;
}
.Blog .blog-posts .blog-details {
  margin-top: 15px;
}
.Blog .blog-posts .blog-details a {
  font-weight: 700;
  text-decoration: none;
  color: #5C5B5B;
  background-color: inherit;
}
.Blog .blog-posts .post {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.Blog .blog-posts .post .post-date {
  color: #9a9a9a;
}
.Blog .blog-posts .post a.post-title {
  font-size: 16px;
  font-size: 1rem;
}
.Blog .blog-posts .post .tags label {
  float: left;
  margin-right: 5px;
}
.Blog .blog-posts .post .tags li.separator {
  margin-right: 5px;
}
.Blog .blog-posts .post .tags li {
  float: left;
  list-style: none;
}
.Blog .blog-posts .post:last-child {
  border-bottom: none;
}
.Blog .new-comment {
  margin-top: 10px;
}
.Blog .new-comment .comment-text {
  width: 350px;
  height: 150px;
  vertical-align: middle;
}
.Blog .new-comment .captcha-box {
  margin-bottom: 12px;
}
.Blog .new-comment .buttons {
  text-align: left;
}
.Blog .comment-list {
  margin: 10px 0px 10px 0;
}
.Blog .comment-list .title {
  padding: 10px 10px 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #3a3a3a;
}
.Blog .tags {
  margin: 0 0 20px;
  zoom: 1;
}
.Blog .tags label {
  float: left;
  margin-right: 5px;
}
.Blog .tags li.separator {
  margin-right: 5px;
}
.Blog .tags li {
  float: left;
  list-style: none;
}
.Blog .tags:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
.blog-comment:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
.blog-comment {
  margin-bottom: 20px;
  zoom: 1;
}
.blog-comment .comment-content {
  margin-left: 180px;
  border-left: solid 1px #f6f6f6;
}
.blog-comment .comment-content .comment-time {
  font-weight: 700;
  line-height: 20px;
  padding: 3px;
  background: #f6f6f6;
}
.blog-comment .comment-content .comment-time .stat-value {
  font-weight: 400;
}
.blog-comment .comment-content .comment-body {
  padding: 3px;
}
.blog-comment .comment-info {
  width: 170px;
  float: left;
  height: 100%;
}
.blog-comment .comment-info .user-info {
  padding-top: 5px;
}
.blog-comment .comment-info .user-info a.username {
  font-weight: 700;
  margin-bottom: 5px;
}
.blog-comment .comment-info .user-info span.username {
  font-weight: 700;
  margin-bottom: 5px;
}
.blog-comment .comment-info .user-info .avatar {
  margin: 5px 0;
}
.blog-comment .comment-info .user-info .avatar .avatar-img {
  border: solid 2px #eee !important;
}
.nopAjaxFilters7Spikes {
  background-color: #f6f6f6;
  margin-bottom: 10px;
}
.nopAjaxFilters7Spikes h4 {
  background-color: #f6f6f6;
}
.nopAjaxFilters7Spikes a {
  cursor: pointer;
}
.nopAjaxFilters7Spikes .block {
  padding-bottom: 0;
}
.nopAjaxFilters7Spikes .block .title {
  overflow: hidden;
  background: white;
  padding: 5px;
  margin-bottom: 2px;
}
.nopAjaxFilters7Spikes .block .filtersGroupPanel {
  position: relative;
  line-height: 20px;
  padding: 10px 5px;
}
.nopAjaxFilters7Spikes .block .filtersGroupPanel ul {
  margin: 0;
  padding: 0;
}
.nopAjaxFilters7Spikes .block .filtersGroupPanel li {
  background: none;
  padding: 0;
}
.nopAjaxFilters7Spikes .filtersTitlePanel {
  overflow: hidden;
}
.nopAjaxFilters7Spikes .filtersTitle {
  float: left;
  margin: 0;
  padding: 0;
}
.nopAjaxFilters7Spikes .filtersPanel {
  padding: 5px;
}
.nopAjaxFilters7Spikes .block .title a.toggleControl {
  float: left;
  color: #333;
  display: block;
  padding: 0px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none !important;
}
.nopAjaxFilters7Spikes .block .title a.toggleControl::before {
  content: " ";
  display: inline-block;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png) no-repeat -82px -134px;
  width: 12px;
  height: 10px;
  margin-right: 2px;
}
.nopAjaxFilters7Spikes .block .title a.toggleControl.closed::before {
  content: " ";
  display: inline-block;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png) no-repeat -82px -124px;
  width: 12px;
  height: 10px;
  margin-right: 2px;
}
.nopAjaxFilters7Spikes .block .title a.clearFilterOptions {
  float: right;
  color: #ffa000;
  cursor: pointer;
  line-height: 16px;
  line-height: 1rem;
  font-size: 11px;
  font-size: 0.6875rem;
}
.nopAjaxFilters7Spikes .block .title a.clearFilterOptions:hover {
  text-decoration: underline;
}
/* PRICE RANGE SLIDER */
.priceRangeFilterPanel7Spikes,
.attributeFilterPanel7Spikes,
.specificationFilterPanel7Spikes,
.manufacturerFilterPanel7Spikes {
  *zoom: 1;
}
.priceRangeFilterPanel7Spikes label,
.attributeFilterPanel7Spikes label,
.specificationFilterPanel7Spikes label,
.manufacturerFilterPanel7Spikes label {
  display: inline;
}
.priceRangeFilterPanel7Spikes:after {
  content: "";
  display: table;
  clear: both;
}
.priceRangeFilterPanel7Spikes .ui-slider {
  background: #ccc;
  position: relative;
  height: 3px !important;
  margin-bottom: 18px;
}
.priceRangeFilterPanel7Spikes .ui-slider-range.ui-widget-header {
  background: #333;
}
.priceRangeFilterPanel7Spikes .priceRangeMinMaxPanel {
  overflow: hidden;
  margin-bottom: 12px;
  width: 100%;
}
.priceRangeMinPanel,
.priceRangeCurrentPricesPanel .currentMinPrice {
  float: left;
}
.priceRangeMaxPanel,
.priceRangeCurrentPricesPanel .currentMaxPrice {
  float: right;
}
.nopAjaxFilters7Spikes .block .title a.clearPriceRangeFilter {
  float: right;
  color: #ffa000;
  text-transform: none;
  cursor: pointer;
}
.nopAjaxFilters7Spikes .block .title a.clearPriceRangeFilter:hover {
  text-decoration: underline;
}
.ui-slider-handle,
.ui-state-hover {
  top: -5px !important;
  width: 14px !important;
  height: 14px !important;
  padding: 0 !important;
  cursor: pointer !important;
}
.priceRangeFilterPanel7Spikes .ui-state-default,
.priceRangeFilterPanel7Spikes .ui-widget-content .ui-state-default,
.priceRangeFilterPanel7Spikes .ui-widget-header .ui-state-default {
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/scale_knob.png) top no-repeat !important;
  border: none !important;
}
.priceRangeFilterPanel7Spikes .priceRangeCurrentPricesPanel {
  color: #1f82c0;
  overflow: hidden;
}
/* CHECKBOX MODE */
.priceRangeFilterPanel7Spikes .filtersGroupPanel {
  overflow: inherent;
  padding: 0 18px 0 12px;
}
.priceRangeFilterPanel7Spikes .priceRangeMinMaxPanel .priceRangeMinPanel {
  float: left;
  color: #929292 !important;
  font-size: 0.75em;
  line-height: 1.83333em;
}
.priceRangeFilterPanel7Spikes .priceRangeMinMaxPanel .priceRangeMaxPanel {
  float: right;
  color: #929292 !important;
  font-size: 0.75em;
  line-height: 1.83333em;
}
.priceRangeFilterPanel7Spikes .priceRangeCurrentPricesPanel .currentMinPrice {
  float: left;
  color: #929292 !important;
  line-height: 1.83333em;
}
.priceRangeFilterPanel7Spikes .priceRangeCurrentPricesPanel .currentMaxPrice {
  float: right;
  line-height: 1.83333em;
}
.priceRangeFilterPanel7Spikes .ui-slider-range {
  background: #ffa000 !important;
  height: 3px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: none;
}
.priceRangeFilterPanel7Spikes .ui-widget-content {
  border: none !important;
}
.priceRangeFilterPanel7Spikes .ui-slider-handle {
  left: 0%;
  top: -5px;
  position: absolute;
  border: none !important;
}
.nopAjaxFilters7Spikes .filtersGroupPanel a {
  color: #5C5B5B;
}
.nopAjaxFilters7Spikes .filtersGroupPanel ul {
  list-style: none;
}
.nopAjaxFilters7Spikes .filtersGroupPanel .filtersDropDown a {
  padding-left: 10px;
}
.nopAjaxFilters7Spikes .filtersGroupPanel .filtersDropDown a:hover {
  text-decoration: none;
  cursor: pointer;
}
.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelected {
  color: #9D9E9E;
  font-weight: bold;
  background-position: left -18px;
}
.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemUnselected {
  color: #333;
  background-position: left 2px;
}
.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelected::before {
  content: " ";
  display: inline-block;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png) no-repeat -218px -107px;
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemUnselected::before {
  content: " ";
  display: inline-block;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/juvenilis-sprites.png) no-repeat -208px -107px;
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelectedDisabled,
.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemDisabled {
  color: #9D9D9D;
}
.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelectedDisabled {
  background-position: left -35px;
}
.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemDisabled {
  background-position: left -58px;
}
.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelectedDisabled:hover,
.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemDisabled:hover {
  text-decoration: none;
  cursor: default;
}
.infinite-scroll-loader {
  display: none;
  height: 100px;
  background: #fff url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/ajax_loader_small.gif) no-repeat 50% 50%;
  font-size: 0;
  opacity: 0.7;
  z-index: 2;
  clear: both;
}
/* NO RESULTS POPUP */
.ajaxFilters.k-window {
  position: absolute;
  z-index: 10001;
  padding: 0 !important;
  height: auto !important;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 0 1px #333;
  border-radius: 9px;
  text-align: left;
}
.ajaxFilters .k-window-titlebar {
  margin: 0 !important;
  padding: 8px;
  background: #404040;
  border-radius: 9px 9px 0 0;
}
.ajaxFilters .k-window-titlebar span {
  color: #fff;
  text-shadow: #555 1px 1px 0px;
  font-size: 16px;
}
.ajaxFilters .k-window-actions {
  position: absolute;
  top: 7px;
  right: 7px;
}
.ajaxFilters .k-window-actions a {
  display: block;
}
.ajaxFilters .k-window-actions .k-icon {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/button-close.png) no-repeat center;
  box-shadow: 0 0 1px #999 inset;
  font-size: 0;
  border-radius: 3px;
}
.ajaxFilters .k-window-actions .k-icon:hover {
  background: #666 url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/button-close-hover.png) no-repeat center;
}
.ajaxFilters .k-window-content {
  padding: 15px;
  min-width: inherit !important;
  min-height: inherit !important;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/separator.png) top repeat-x;
  color: #333;
  line-height: 18px;
  box-shadow: inset 0 1px #ccc;
}
.ajaxFilters .k-window-content p {
  margin: 0 0 10px;
}
.ajaxFilters .k-window-content:focus {
  outline: -webkit-focus-ring-color auto 0;
}
/* PRODUCT GRID SELECTORS */
.product-selectors:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.product-viewmode,
.product-sorting,
.product-page-size {
  float: left;
  text-align: left;
  margin-bottom: 0;
}
.product-sorting:after,
.product-viewmode:after,
.product-page-size:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.jDropDown ul {
  width: 100%;
  float: left;
  display: none;
  position: absolute;
  left: 0px;
  top: 32px;
  border: solid 1px #D7D7D7;
  z-index: 100000;
  padding: 0px !important;
  margin: 0px 0px 0px 0px;
  list-style: none;
  border-top: 0px;
  background-color: #fff;
  overflow: hidden;
}
.jDropDown div {
  width: 100%;
  height: 2.3125em;
  line-height: 32px;
  outline: none !important;
  margin: 0 1em 1em 0;
  float: left;
  border: solid 1px #cccccc;
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/dropdown-icon.gif) #fff no-repeat 100% 47%;
}
.jDropDown div p {
  width: 100%;
  cursor: default;
  white-space: nowrap;
  padding: 0px 0px 0px 0;
  margin: 0px 0px 0px 10px;
  overflow: hidden;
  line-height: 30px;
}
.jDropDown ul li {
  float: left;
  width: 100%;
}
.jDropDown ul li:hover,
.jDropDown ul li.selected {
  background-color: #ddd;
  color: #000;
}
.jDropDown ul li span,
.jDropDown ul li a {
  cursor: default;
  display: block;
  float: left;
  padding: 2px 10px 3px;
  width: 100%;
}
.sortOptionsDropDown,
.viewOptionsDropDown,
.productsPageSizeDropDown {
  position: relative;
  margin: 0 0 0 3px;
}
.filter_sort .sortOptionsDropDown {
  float: left;
}
.viewOptionsDropDown {
  float: right;
}
.filter_show span {
  width: auto;
  padding-right: 0;
}
.filter_show .select-label {
  float: none !important;
  padding-right: 23px;
}
.productsPageSizeDropDown {
  text-align: left;
}
.productsPageSizeDropDown div p {
  width: 17px;
}
.filtersDropDownPanel {
  overflow: visible !important;
  height: 26px !important;
}
.filtersDropDown {
  width: 158px;
  position: relative;
  margin: 3px 0 0 0;
}
.filtersDropDown div {
  background: url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/arrowDown.gif) no-repeat 141px 7px;
}
.filtersDropDown div p {
  padding: 1px 0px 0px 10px;
  width: 125px;
}
.filtersDropDown ul li a {
  background: none !important;
  padding-left: 0 !important;
}
.filtersDropDown ul li a:hover {
  text-decoration: none !important;
}
.filtersDropDown ul li a.filterItemDisabled,
.filtersDropDown ul li a.filterItemDisabledSelected {
  display: none !important;
}
/* AJAX LOADER */
.productPanelAjaxBusy {
  position: absolute;
  z-index: 1;
  background: #fff url(/CvcThemes/CoreVision.NopCommerce.Theme.Juvenilis/Content/images/ajax_loader_small.gif) no-repeat fixed center;
  width: auto;
  height: auto;
  filter: "alpha(opacity = 70)";
  opacity: 0.7;
}
.mfp-figure {
  background-color: white!important;
}
.mfp-img {
  padding: 40px!important;
}
.mfp-close {
  background-color: #9D9E9E !important;
  right: 0px!important;
}
.sub-category-image {
  max-height: 250px;
  width: 100%;
}
.blocks .layout1,
.blocks .layout1x1,
.blocks .layout1x2,
.blocks .layout2x1,
.blocks .layout1x3,
.blocks .layout3x1,
.blocks .layout1x4,
.blocks .layout4x1,
.blocks .layout2x2,
.blocks .layout2x4,
.blocks .layout4x2,
.blocks .layout3x4,
.blocks .layout4x3,
.blocks .layout4x4 {
  display: flex;
  flex-wrap: wrap;
}
.blocks .layout1 .row,
.blocks .layout1x1 .row,
.blocks .layout1x2 .row,
.blocks .layout2x1 .row,
.blocks .layout1x3 .row,
.blocks .layout3x1 .row,
.blocks .layout1x4 .row,
.blocks .layout4x1 .row,
.blocks .layout2x2 .row,
.blocks .layout2x4 .row,
.blocks .layout4x2 .row,
.blocks .layout3x4 .row,
.blocks .layout4x3 .row,
.blocks .layout4x4 .row {
  flex-grow: 1;
}
.Subcategories h4 {
  border-bottom: solid 1px;
}
.embed-container {
  height: 0;
  height: auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.embed-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}
.content {
  align-items: center;
  background-color: #f6f6f6;
  display: flex;
  height: unset;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.content .inner-content {
  padding: 30px;
}
.content .inner-content p {
  font-size: 22px;
  line-height: 32px;
}
.content:hover {
  background-color: rgba(135, 149, 150, 0.184);
}
.container1x1 {
  height: unset;
  height: 100%;
}
.container1x2 {
  height: unset;
  height: 100%;
}
.container2x2 {
  height: unset;
  height: 100%;
}
.container4x2 {
  height: unset;
  height: 100%;
}
.column-contentblock .container1x1 img {
  display: block;
  width: 100%;
}
.column-contentblock .container1x2 img {
  display: block;
  width: 100%;
}
.column-contentblock .container2x2 img {
  display: block;
  width: 100%;
}
.column-contentblock .container4x2 img {
  display: block;
  width: 100%;
}
.content-image {
  background: 0 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.content-image .image {
  display: block;
  height: 100%;
  max-height: none;
  object-fit: cover;
  width: 100%;
}
.content-image .caption {
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #d5dbdb;
  bottom: 0 !important;
  color: black;
  display: inline-block;
  font-size: 22px;
  left: 0;
  line-height: 1 !important;
  margin: 0;
  max-height: none !important;
  overflow: hidden;
  padding: 0.75em;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.simple-product {
  padding: 25px;
  position: relative;
}
.simple-product .product-rating-box {
  float: left;
}
.simple-product .product-title .text {
  font-size: 16px;
  margin-top: 10px;
  padding: 0px;
  text-align: left !important;
  text-transform: none;
}
.simple-product .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.simple-product .product-info {
  bottom: 10px;
  position: absolute;
}
.simple-product .product-info .price {
  font-size: 24px;
  font-weight: 600;
}
.simple-product .product-info .ppu {
  display: block;
  font-size: 11px;
  font-weight: 600;
}
.simple-product:hover {
  background-color: rgba(135, 149, 150, 0.184);
}
.detailed-product {
  border-bottom: 3px solid #d5dbdb;
  padding: 25px;
  position: relative;
}
.detailed-product .product-rating-box {
  float: left;
}
.detailed-product .product-rating-box .rating {
  float: left;
  margin-right: 5px;
}
.detailed-product .product-rating-box .rating-count {
  display: inline;
}
.detailed-product .product-title h2 {
  background: 0 0;
  padding: 0px;
  text-align: left !important;
  text-decoration: none;
  text-transform: none;
}
.detailed-product .product-title .text {
  font-size: 16px;
  margin-top: 10px;
  padding: 0px;
  text-align: left !important;
  text-transform: none;
  display: inline-block;
}
.detailed-product .image-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  outline: 0;
  width: auto;
}
.detailed-product .product-info {
  margin-top: 20px;
}
.detailed-product .product-info .price {
  font-size: 24px;
  font-weight: 600;
}
.detailed-product .product-info .ppu {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.detailed-product .buttons {
  margin-top: 20px;
}
.detailed-product:hover {
  background-color: rgba(135, 149, 150, 0.184);
}
grid-product {
  padding: 25px;
  position: relative;
}
.grid-product {
  margin-bottom: 15px;
}
.grid-product .product-rating-box {
  float: left;
}
.grid-product .product-rating-box .rating {
  float: left;
}
.grid-product .product-rating-box .rating-count {
  float: left;
  margin-left: 5px;
}
.grid-product img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 250px;
  width: auto !important;
}
.grid-product .buttons {
  margin-top: 30px;
}
.grid-product .product-title h2 {
  font-size: 16px;
  height: 50px;
  margin-top: 10px;
  padding: 0px;
  text-align: left !important;
  text-transform: none;
}
.grid-product .product-info .price {
  font-size: 24px;
  font-weight: 600;
}
.grid-product .product-info .ppu {
  display: block;
  font-size: 11px;
  font-weight: 600;
}
.main-player {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.azuremediaplayer {
  background-color: #d5dbdb;
  height: auto !important;
  padding-bottom: 56.25%;
  width: 100% !important;
}
#breadcrumbs li h1 {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  line-height: 13px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* ==========================================================================
        /* -- Mobile Devices (Layout, Modifications, etc)
           ========================================================================== */
@media only screen and (max-width: 769px) {
  .content .inner-content p {
    font-size: 1.4em;
    line-height: 1.4em;
  }
  .content {
    height: unset;
  }
  .container1x1,
  .container1x2,
  .container2x2,
  .container4x2 {
    height: unset;
  }
}
/* ==========================================================================
        /* -- Tablet Devices (Layout, Modifications, etc)
           ========================================================================== */
@media only screen and (min-width: 770px) and (max-width: 1019px) {
  .content .inner-content p {
    font-size: 1.4em;
    line-height: 1.4em;
  }
}
