nav.language {
    display: none;
}
.payment-methods img {
    margin-left: 5px;
    max-width: 25px;
}
html, body {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #242424;
    stroke: #242424;
    background: white;
}
img.logo {
    max-width: 30em;
}
.btn-primary {
    background: #eb2378;
    padding: .5em 1em;
}
.form-group .input.checkbox input {
    margin-right: 1em;
}
section.header-info {
    background: #148a9c;
    padding: .2em 0;
    color: white;
}
form.frm-search {
    max-width: 250px;
    display: inline-block;
    position: relative;
    width: 50%;
}

form.frm-search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.table td, .table th {
    border-bottom: 1px solid #eff1f4;
    text-align: left;
}
.btn.btn-primary {
    background: #eb2278;
    font-weight: bold;
}
.language .menu-link.active, .language .menu-link:hover {
    color: #4f6fa8;
    font-weight: 700;
}
.table tfoot td, .table tfoot th {
    border-bottom: none;
}
.language .menu-link:hover {
    text-decoration: underline;
}
.btn .icon {
    margin-right: 1em;
}
.language .menu-link {
    padding: .6em .5em;
    margin-right: 5px;
    font-size: .9em;
    color: #25211e;
}
.widget {
    background: #f0f0f0;
    padding: 1.5em;
}
.atr {
    position: absolute;
    top: 0;
    right:0;
}
form.frm-search .form-control {
    min-height: 16px;
    padding: .4em 1em;
}
.ticker {
    background: #ec2277;
    text-align: center;
}
header nav .primary .menu-link {
    padding: 0.5em 1em .5em 1em;
    color: white;
    background: #eb2178;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    font-family: 'Viga', sans-serif;
    margin-bottom: 0;
    height: auto;
}
hr.middle {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    border-color: #004683;
}
header nav .menu-item:last-of-type .menu-link {
}

header nav .secondary .menu-link:hover, header nav .secondary .menu-link.active {
    color: #eb2278;
    font-weight: 900;
}

header nav .menu-link:hover {text-decoration: none;}
footer a, .company-info
 a {
    color: white;
    text-decoration: underline;
}

footer {
    background: #229bb7;
    color: white;
}

footer .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
}
.copyright {
    background: white;
    text-transform: uppercase;
    font-size: .7em;
    padding: 1em 0;
}
header {
    background: #219cb8;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.title, h1, h2, h3, h4, h5 {
    line-height: 1.4em;
    font-weight: 700;
    font-family: 'Viga', sans-serif;
}
.btn-add-newsletter-contact {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 38px;
    padding: 0 .9em;
}
footer .row-spaced {
    margin-left: -20px;
    margin-right: -20px;
}

footer .row-spaced > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
}
.company-info svg.awesome.icon {
    fill: #989898;
    margin-right: 10px;
}
.banner img {
    width: 100%;
}
footer a:hover, .company-info a:hover {
    text-decoration: underline;
}
.a2a_svg svg {
    stroke: none;
}
.a2a_default_style a {
    padding: 0;
    margin-right: 5px;
}
.full-width {
    width: 100%;
}
main {
    z-index: 0;
    position: relative;
}

.widget {
    /* border: 2px solid #004683; */
    /* padding: 1em; */
}

.widget .title {
    text-transform: uppercase;
    border-bottom: 1px solid #eff1f4;
    margin-bottom: 1em;
    margin-top: 1em;
}
ul.pag-numbers {
    padding: 0;
    margin: 0;
}

ul.pag-numbers li {
    list-style: none;
    display: inline-block;
}

ul.pag-numbers a {
    color: black;
    text-decoration: none;
    padding: .3em;
    display: block;
    border: 1px solid #eff1f4;
    text-align: center;
    width: 1.8em;
}

ul.pag-numbers a:hover, ul.pag-numbers li.active a {
    color: #004783;
    background: #eff1f4;
}

ul.pag-numbers a:hover {
}

ul.pag-numbers li.ellipsis {
    margin: 0 10px 0 5px;
}
.box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.72);
    display: none;
    color: white;
    text-align: center;
    padding-top: 50%;
    padding-top: calc(50% - 5.5em);
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.box:hover .overlay {
    display: block;
}

.box h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
}

.products .box .box-text
 p {
    font-size: .8em;
}
#map {
    min-height: 300px;
}
.box {
    position: relative;
    padding: 5px 10px;
}
.header-info .btn-link {
    padding: .3em 1em;
    display: inline-block;
    margin-top: .2em;
    color: black;
    text-decoration: none;
}
.login {
    background: #f0f0f0;
    padding: 2em;
}
.box-category .overlay {
    background: rgba(63, 152, 205, 0.85);
    height: 45%;
    min-height: 100px;
    top: initial;
    bottom: 0;
    color: white;
    font-size: 1.4em;
    text-align: center;
    padding-top: 1em;
    box-sizing: border-box;
    padding: 1.4em .6em;
}

.box-category {
    padding: 0;
    margin-bottom: 1em;
}
.registration {
    padding: 2em;
    background: rgb(240, 240, 240);
}
.header-info .btn-link:hover {
    color: #004683;
    text-decoration: underline;
}
.main-header {
    margin-bottom: 0;
    padding: 1em 0;
    color: white;
    z-index: 1;
    left: 0;
    width: 100%;
    padding-top: 2em;
    background-image: url(/img/banner.jpeg?w=2000);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
h1 {
    padding-bottom: 5px;
}
.box .overlay .btn-primary {
    border: 2px solid white;
    background: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1em;
    background: rgba(0, 0, 0, 0.5);
}
.menu-horizontal.language {
    width: auto;
    display: inline-block;
    margin-left: 5em;
}
.social.menu-horizontal .menu-item {
    margin-right: .5em;
    background: white;
    border-radius: 50%;
    fill: #148a9c;
    width: 1em;
    height: 1em;
    text-align: center;
}

.social.menu-horizontal a:hover {
    stroke: #eb2378;
    fill: #eb2378;
}
.social.menu-horizontal {
    font-size: 1.4em;
}
.box .overlay .title {
    margin-bottom: 1em;
    font-size: 2em;
    font-weight: 300;
}
h2 {
    font-family: 'Viga', 'Helvetica', 'Arial', sans-serif;
    text-transform: none;
    font-size: 2em;
    margin-top: 1em;
}
header .container {
}
.main-header > .container {
    border-bottom: 2px solid white;
    padding-bottom: .5em;
}

.banner {
}
.owl-carousel .owl-dots .owl-dot span {
    background: white !important;
    border-radius: 0 !important;
    box-shadow: 0 0 1px #00000073;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #eb2378 !important;
}
.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 0 !important;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.banner .cms {position: absolute;top: 20%;color: #222;background: rgba(255,255,255,.5);background: -webkit-linear-gradient(to right,rgba(255,255,255,.6) 80%,rgba(0,0,0,0));background: -o-linear-gradient(to right,rgba(255,255,255,.6) 80%,rgba(0,0,0,0));background: -moz-linear-gradient(to right,rgba(255,255,255,.6) 80%,rgba(0,0,0,0));background: linear-gradient(to right,rgba(255,255,255,.6) 80%,rgba(0,0,0,0));padding: 2em;padding-right: 2em;}
.box .overlay .btn-primary:hover {
    background: rgba(255, 255, 255, 0.15);
}
section.call {
    background: #242424;
    color: white;
    padding: 1.2em 0;
    font-size: 1.5em;
    line-height: 1.5em;
}
.span-primary {
    background: #506fa8;
    color: white;
    padding: .2em .5em;
    font-size: .8em;
    text-transform: uppercase;
}
.box .tags {
    position: absolute;
    top: 0;
    left: 0;
}
section.call .container {
    margin-bottom: 0;
}

section.call .btn-primary {
    background: none;
    border: 2px solid white;
    font-weight: 500;
}
.news-item {
    padding-bottom: 5em;
}

.news-item h3 {
    margin-top: .8em;
    margin-bottom: 0;
}

h3 {
    font-size: 1.2em;
    margin-bottom: .5em;
    margin-top: 1.3em;
}
footer .menu-link {
    color: white;
    padding: .2em 0;
}

footer .menu-list {
}
.news-item .date {
    color: #888383;
}
.page-home .main-header {
    position: absolute;
    background: none;
}
.news-item .description {
    margin-top: 1em;
}
section.call .btn-primary:hover {
    background: rgba(255, 255, 255, 0.15);
}
.container .row:last-of-type, .container .row-spaced:last-of-type {
    margin-bottom: 0 !important;
}
.box.box-primary {
    background: #efefef;
    padding: 1em;
}
section.call .col-1:first-child {
    padding-top: .56em;
}
.background .main-header {
    background-image: none;
}
section.bg-white {
    background: white;
    padding: 4em 0;
    margin-top: 3em;
}

.txt-white {color: white;fill: white;stroke: white;}
.background {
    background-image: url(/img/banner.jpeg?w=2000);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
}
a {
    color: #eb2278;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.txt-white a {
    color: white;
}
footer .main {
    padding-bottom: 2em;
}
main > .cms-page {
    padding: 2em 0;
}

.mb {
    margin-bottom: 1em;
}
.frm-basic input.form-control {
    border: none;
    border-bottom:2px solid;
    padding-bottom: .2em;
}
.frm-basic textarea.form-control {
    border:2px solid; 
}
.shoppingcart-header {padding: .5em 1em;color: #777;}

.shoppingcart-header a {}

header nav .secondary {background: #f0f0f0;padding: .4em 0;}

.shoppingcart-header a:hover {
    font-weight: 900;
    color: #eb2278;
}

.shoppingcart-header .cnt {
}
span.price {
}

.widget-counter {
    position: relative;
}

.widget-counter .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35px;
}
.widget-counter input {
    text-align: center;
}

.widget-counter .btn-increment {
    right: 0;
    left: auto;
}
.content .loading {
    position: absolute;
    left:50%;
}
.btn:hover {
    opacity: .8;
}
.shoppingcart-header .icon.cart2 {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    stroke-width: 1px;
}
.menu-categories .menu-item {
    background: #efefef;
    padding: .3em 1em;
    margin: 0 .3em .2em .3em;
    cursor: pointer;
}
.menu-categories .menu-item.active, .menu-categories .menu-item:hover {
    background: #506fa8;
    color: white;
}
.menu-categories {
    margin-bottom: 2em;
}
.pagnation li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 0 .4em;
    padding: 0 .2em;
}

.pagnation {
    padding: 0;
    text-align: center;
}
.sidebar-widget .checkbox-input.active input[type="checkbox"] + label span:before {
        content: "\2713";
        position: relative;
        top: -6px;
    }
    .sidebar-widget .checkbox-input {
        font-size: .9em;
        line-height: 1.8em;
        cursor:pointer;
    }

.subcat input[type="checkbox"] + label span {
    margin-right: 2em;
}
.checkbox-group .subcat {
    display: none;
}
.sidebar-widget label {
    cursor: pointer;
}

.sidebar-widget label:hover span {
    background: #efefef;
}
.checkbox-group.open .subcat {
    display: block;
}
.sidebar form label{ font-size: 12px; font-weight: 300;cursor:pointer}
input[type="checkbox"] {/* display:none; */margin-right: 10px;}
input[type="checkbox"] + label span {display:inline-block;width:11px;height:11px;margin: 0px 10px 0 0;vertical-align:middle;border:1px solid #a5a5a5;cursor:pointer;position: relative;top: -2px;}
input[type="checkbox"]:checked + label span {  background:url(../images/check-mark-red.png) no-repeat;  background-position: 1px; }


.sidebar-widget > .title {
    background: #efefef;
    margin-bottom: .5em;
    padding: .3em 1em;
}
.pagnation li.active:before, .pagnation li:hover:before {content: ' ';position: absolute;bottom: 0;width: 100%;height: 1px;background: #242424;left: 0;}
.btn-default.active {
    background: #ec2277;
}
a.inherit:hover {
}
.btn-secondary {
    background: #989898;
    font-weight: bold;
    stroke: white;
}
.form-group.input-select
 .input-overlay {background: white;color: black;padding: .5em 1em;text-align: left;border: 1px solid #f2f2f5;}
.header-info .menu-item {
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.55);
}

.header-info .menu-item:first-child {
    padding-left: 0;
}

.header-info .menu-item:last-child {
}
header nav {
    text-align: right;
}
footer .secondary {
    background: #148a9c;
    padding: 1em 0 .4em 0;
}
.header-info .icon {
    stroke: white;
    fill: white;
    margin-right: 5px;
}
.form-group.input-select
 svg, .form-group .update-label {
    display: none;
}
.bg-primary {
    background: #239ab6;
    color: white;
    margin: 3em 0px;
    padding: 4em 0;
}

.btn-arrow:after {
    bottom: 3px;
    display: block;
    height: 26px;
    left: -14px;
    position: absolute;
    width: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ' ';
    background: #239ab5;
    border-radius: 7px;
}

.btn-arrow {
    position: relative;
    padding-left: 2em;
    padding-right: 1em;
    border-radius: 5px 0 0 4px;
}
.hover-title:hover .title {
    color: #eb2278;
}
.btn-arrow:before {
    bottom: 3px;
    display: block;
    height: 25px;
    right: -12px;
    position: absolute;
    width: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ' ';
    background: inherit;
    border-radius: 0 5px;
}
.row-spaced {
    margin-right: -15px;
    margin-left: -15px;
}

.row-spaced > [class*=col], .row-spaced-extra > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}
.banner .title {
    font-size: 2em;
}

.banner {
    border-radius: 5px;
    overflow: hidden;
    margin: 3em 0;
}

.category .overlay {
    background: #eb2278;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    max-height: 3.5em;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: max-height .25s;
    -moz-transition: max-height .25s;
    -ms-transition: max-height .25s;
    -o-transition: max-height .25s;
    transition: max-height .25s;
}
header nav .primary .menu-item:hover .menu-link, header nav .primary .menu-link.active {
    padding-bottom: 5em;
}

header nav .primary .menu-item:hover .menu-link, header nav .primary .menu-link.active {
    background-image: url(/img/k1.png?w=140);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.category {cursor: pointer;}

.category .title {
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.1em;
}
header .menu-item {
    margin-left: 5px;
    vertical-align: bottom !important;
}
.category .image {
    padding-bottom: 3em;
    position: relative;
}
nav .secondary .menu-item {
    border-left: 1px solid rgba(86, 86, 86, 0.1);
}
nav .primary .container {
    height: 0.8em;
    position: relative;
    overflow: visible;
}
.social.menu-horizontal .menu-item .icon {
    font-size: .75em;
}
#logo {
    margin-top: 15px;
    position: relative;
    z-index: 2;
}
footer .secondary a {
    text-decoration: none;
    font-weight: bold;
}
footer .primary {
    padding: 2em 0;
}
nav .primary .menu {position: absolute;bottom: 0;right: 0;}
.margin-bottom {
    margin-bottom: 1em;
}
.category + .description {
    background: #f0f0f0;
    padding: 1em;
}
.category .cms.description {
    background: #f0f0f0;
    padding: 1em;
}

.category:hover .overlay {
    max-height: 15em;
}

.category .overlay a {
    color: white;
    display: block;
    margin-bottom: 1em;
    position: relative;
}

.category .overlay a:after {
    content: "\25B6";
    position: absolute;
    right: 0;
    top: .6em;
    font-size: 1.3em;
}
.files {
    background: #f0f0f0;
    padding: 1em;
}

.files .input-file {
    display: inline-block;
    max-width: 150px;
    padding: -5px;
    position: relative;
    margin: 0 5px;
    margin-bottom: 10px;
}
.progress,
.progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  bottom: 0;
  width: 0%;
  background: #76d07c;
  min-height: 4px;
}
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 1px;
  box-sizing: border-box;
}

.input-files {
    position: relative;
}

.input-files .multiple-drag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.input-file .title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: inherit;
    font-weight: normal;
    white-space: nowrap;
    padding-right: 20px;
}
.files .input-file input {
    display: none;
}

.img-responsive {
    max-width: 100%;
    max-height: 150px;
}
.category .overlay a:hover:after {opacity: .6;}

.category .overlay a:hover {
    text-decoration: none;
}
.input-file .btn-remove {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1em 5px 0px 1em;
}
.upload .upload-zone {
    background: #e4e4e4;
    text-align: center;
    font-family: Viga, sans-serif;
    position: relative;
    padding: 1em;
    font-size: 2em;
    color: #b1b1b1;
    cursor: pointer;
}

.upload .upload-zone input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.form-group.input-select
 select {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.form-group.input-select
 .input-overlay:after {
    content: "\25BE";
    position: absolute;
    right: 11px;
}
.config-products .row-spaced.product {background: #f0f0f0;padding: 1em;margin-bottom: 2em;}

.image {}

.config-products .row-spaced.product .image {
    background: white;
    margin: -13px;
}

.config-products .price .value {
    font-family: Viga, sans-serif;
    font-size: 3em;
    line-height: 1em;
}

.config-products .price .text {
    font-weight: bold;
}

.config-products .btn-copy-settings {
    text-decoration: underline;
    margin-top: 2em;
    color: #b1b1b1;
}

.config-products .btn-copy:hover {
    color: black;
}

.btn-primary .icon {
    margin-right: 10px;
}

.config-products .btn-attribute:after, .config-products .btn-product:after {
    content: "\25BE";
    position: absolute;
    right: 10px;
    font-size: 1.3em;
}

.config-products .btn-attribute, .config-products .btn-product, .config-products .btn-template {
    position: relative;
    margin-top: 1em;
    padding-left: 3em;
}

.config-products .level .level-icon {
    cursor: pointer;
    float: right;
    display: block;
}
.config-products .level .level-icon:hover + .level-icon .icon, .config-products .level .level-icon:hover + .level-icon + .level-icon .icon, .config-products .level .level-icon:hover .icon {
    opacity: .8;
}

 .config-products .level .level-icon.active, .level .level-icon.active {
    display: inline-block;
 }

.config-products .level {
    /* margin-top: 8px; */
    display: inline-block;
}
.form-group.input-select:hover
 .input-overlay:after {
    opacity: .5;
}
.upload .upload-zone:hover {
    color: #9b9b9b;
}
.input-file .btn-remove:hover {
    fill: red;
}
.config-products .btn-attribute .icon, .config-products .btn-product .icon, .config-products .btn-template .icon {
    border: 1px solid white;
    border-radius: 50%;
    padding: 3px;
    position: absolute;
    left: 10px;
    top: 7px;
}
.config-products .option-list {
    padding: 0;
}

.config-products .option-item {
    list-style: none;
    word-break: break-all;
}

.config-products .option-list .price {
    float: right;
}
.config-products .option-list .btn-remove.disabled {opacity: 0;}
.config-products .option-list .btn-remove {
    margin-right: 10px;
    fill: #b1b1b1;
}

.config-products .option-list .btn-remove:hover {
    fill: black;
}
.config-products .product-select {
    background: #f0f0f0;
    padding: 1em;
    margin-bottom: 2em;
}

.config-products .tags {
    background: white;
    padding: 1em;
}

.config-products .btn-ready {
    margin-top: 2em;
    text-decoration: underline;
}
.config-products .tags .menu-item {
    cursor: pointer;
    padding: 5px 0;
}

.config-products .tags .menu-item:hover, .config-products .tags .menu-item.active {
    color: #eb2278;
}

.config-products .tags .menu-item:hover:after, .config-products .tags .menu-item.active:after {
    content: ">";
    position: absolute;
    right: 0;
}

.product-select .product .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(235, 35, 120, 0.67);
    color: white;
    fill: white;
    padding: 3em .5em 0 .5em;
    box-sizing: border-box;
    line-height: 2em;
    text-align: center;
    display: none;
}

.product-select .product {
    margin-bottom: 30px;
    position: relative;
}

.product-select .tag-content {
    max-height: 430px;
    overflow: auto;
    display: none;
    overflow-x:  hidden;
}

.product-select .product .overlay .btn-add-product {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    padding: .5em 0;
    background: rgba(235, 35, 120, 0.85);
}

.product-select .product .overlay .cnt {
    font-size: 3em;
    display: inline-block;
    position: relative;
    top: .2em;
    margin-right: .4em;
}

.product-select .product .overlay .btn-min, .product-select .product .overlay .btn-add {
    display: inline-block;
    border: 1px solid;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2em;
    margin: 0 3px;
}

.product-select .product .overlay .cnt:after {
    content: "st";
    font-size: .4em;
}

.product-select .product .overlay .btn-min:hover, .product-select .product .overlay .btn-add:hover {
    background: #eb2378;
}
.config-products .btn-ready:hover {
    color: #eb2378;
}
.product-select .product .overlay .btn-add-product:hover {
    font-weight: bold;
    text-decoration: underline;
}
.product-select .tag-content.active {
    display: block;
}
.product-select .product:hover .overlay {
    display: block;
}
.config-products .product-select:before, .config-products .addition-select:before {
    top: -13px;
    display: block;
    height: 25px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ' ';
    background: #f0f0f0;
}
.product-select .product .image {
    position: relative;
    margin-bottom: 5px;
}
ul.menu-list.styled .menu-link {
    padding-left: 3em;
    line-height: 2em;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

ul.menu-list.styled .menu-link .icon {
    margin-right: 10px;
    stroke: #eb2278;
    width: 2em;
    height: 2em;
    position: absolute;
    left: 0;
    top: 8px;
}
.config-products .btn-attribute:hover:after, .config-products .btn-product:hover:after {
    opacity: .5;
}
.config-products .addition-select {
    background: #f0f0f0;
    padding: 1em;
    margin-bottom: 2em;
}
.config-products .addition-select:before {
    left: 31%;
}

.config-products .addition-content {
    display: none;
}
.config-products .addition-content.active {
    display: block;
}
.cookie-container {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.55);
    color: white;
    max-width: 400px;
    padding: 2em 2em 2em 2em;
    stroke: white;
    font-size: .9em;
    border-radius: 0 5px 5px 0;
    bottom: 2em;
    z-index: 999999;
}

.cookie-container .close-btn {
    position: absolute;
    right: 1em;
    top: .5em;
    cursor: pointer;
}
.menu-item:hover > .menu-children {
    display: block;
    border-radius: 0 5px 5px 5px;
    overflow: hidden;
    margin-top: 0px;
    box-shadow: 0px 3px 9px #00000075;
}

.menu-children .menu-item {
    margin-left: 0;
    margin-bottom: 0;
}
.btn-group .dropdown {
    display: none;
    position: absolute;
    z-index: 9;
    box-shadow: -1px 2px 8px 0px #0000002e;
    min-width: 100%;
    min-width: calc(100% - 10px);
    /* margin: 0 5px; */
}
.btn-group {
    display: block;
}
.btn-group:hover .dropdown {
    display: block;
}

.btn-group .dropdown .dropdown-item {
    background: white;
    padding: .5em 1em;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
    max-width: 200px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-group .dropdown .dropdown-item:hover {
    background: #f0f0f0;
}
header nav .primary .menu-children .menu-link {
    border-radius: 0;
    background-image: none !important;
    padding: 0.5em 3.5em .5em 1em !important;
    border-top: 1px solid #ffffff6e;
    position: relative;
}

header nav .primary .menu-children .menu-link:hover {
    text-decoration: underline;
}
.addition-content .input-file {
    position: relative;
    max-width: 200px;
}
.input-file.empty .btn-remove {
    display: none;
}

.input-file .empty {
    text-align: center;
    padding: 1em 0;
}

.input-file .empty .icon {
    height: 2em;
    width: 2em;
    margin-bottom: 1em;
}
.addition-content .input-file input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
} 
.input-file.empty .preview img {
    display: none;
}
header nav .primary .menu-children .menu-link:hover:after {
    content: '>';
    position: absolute;
    right: 13px;
    top: 7px;
    color: #ffffff8a;
}
.btn.btn-lg {
    padding: 1em 2em;
}
.btn-primary.disabled {
    background: #e4e4e4;
    cursor: not-allowed;
}
.assets .menu-list {
    width: 100%;
    width: calc(100% + 1em);
    display: block;
}
.btn-update-delete {
    display: inline-block;
}
.assets .menu-link {
    color: white;
    padding: 0;
}
.nmt {margin-top: 0}
.nmb {margin-bottom: 0}
.mt1 {margin-top: 1em}
.mt2 {margin-top: 2em}
.mt3 {margin-top: 3em}
.mb1 {margin-bottom: 1em}
.mb2 {margin-bottom: 2em}
.mb3 {margin-bottom: 3em}
.ml1 {margin-left: 1em}
.ml2 {margin-left: 2em}
.ml3 {margin-left: 3em}
.mr1 {margin-right: 1em}
.mr2 {margin-right: 2em}
.mr3 {margin-right: 3em}
.npt {padding-top: 0}
.npb {padding-bottom: 0}
.pt1 {padding-top: 1em}
.pt2 {padding-top: 2em}
.pt3 {padding-top: 3em}
.pb1 {padding-bottom: 1em}
.pb2 {padding-bottom: 2em}
.pb3 {padding-bottom: 3em}
.pl1 {padding-left: 1em !important}
.pl2 {padding-left: 2em !important}
.pl3 {padding-left: 3em !important}
.pr1 {padding-right: 1em !important}
.pr2 {padding-right: 2em !important}
.pr3 {padding-right: 3em !important}
ul.list {
    padding-left: 1.3em;
}
.bg-secondary {
    background: #f0f0f0;
    padding: 3em 0;
}

.bg-secondary .btn-arrow:after {
    background: #f0f0f0;
}
.tap-link {
    cursor: pointer;
}

.row-item.tap-link:hover a {
    text-decoration: underline !important;
}

.row-item.tap-link:hover h2 {
    color: #ec2277;
}
ul.list li {
    list-style: square;
}
.menu.menu-left {
    background: #f0f0f0;
}

.menu.menu-left .menu-item {
    border-bottom: 1px solid white;
}

.menu.menu-left .menu-link {
    padding: .6em 1em;
}

.menu.menu-left .menu-link:hover, .menu.menu-left .menu-link.active, .menu.menu-left .menu-item.active .menu-link {
    background: #239bb7;
    color: white;
}
.album-item {
    text-align: center;
    margin-bottom: 1em;
}

.album-item .title {
    margin-top: .5em;
}
.menu.menu-left .menu-link:hover:after {
    content: '>';
    float: right;
}
.faq-item {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 2em;
}
.category:hover {
    background: #f0f0f0;
}
.album-item img {
    mix-blend-mode: multiply;
}

.album-item:hover .title {
    color: #ec2277;
}
.update-group svg.pencil {
    display: none;
}
.album-item:hover a:first-child {
    /* background: #f0f0f0; */
}
.fiche .form-group.input-select .input-overlay {
    background: #eb2278;
    color: white;
}
.album-item {
    padding-bottom: 0;
    /* background: #efefef; */
    margin-bottom: 30px;
}
.category img {
    mix-blend-mode: multiply;
}
.faq-item h3 {
    margin-bottom: .5em;
}
.btn-primary .icon.right, .btn-secondary .icon.right {
    margin-right: 0;
    margin-left: 10px;
}
.well {
    background: #f0f0f0;
    border: none;
    border-radius: 0;
    padding: 1em 2em;
}
.sidebar-shoppingcart .title {
    margin-bottom: .5em;
}
.sidebar-shoppingcart .shoppingcart-item {
    margin-bottom: 1em;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: .5em;
}
.box-body .form-control {
    border: none !important;
}
.box-header > h3:first-child {
    margin-top: 0;
    margin-bottom: 1em;
}
.txt-right {
    text-align: right !important;
}
table tfoot td, table tfoot th {
    border-top: 1px solid white !important;
}
.table .config-products .level {
    margin-top: 0;
    position: relative;
    top: 6px;
}

.level .level-icon {
    display: none;
    position: relative;
}

.level, .level-icon {
    display: inline-block;
}
.config-products.multi .product:first-child .option-list .option-item:first-child {
    display: none;
}
header nav .primary .menu-item:hover:nth-child(1) .menu-link, header nav .primary .menu-item:nth-child(1) .menu-link.active {
    background-image: url(/img/k1.png?w=140);
}
header nav .primary .menu-item:hover:nth-child(2) .menu-link, header nav .primary .menu-item:nth-child(2) .menu-link.active {
    background-image: url(/img/k2.png?w=140);
}
header nav .primary .menu-item:hover:nth-child(3) .menu-link, header nav .primary .menu-item:nth-child(3) .menu-link.active {
    background-image: url(/img/k7.png?w=140);
    background-size: 45% auto;
}
header nav .primary .menu-item:hover:nth-child(4) .menu-link, header nav .primary .menu-item:nth-child(3) .menu-link.active {
    background-image: url(/img/k3.png?w=140);
}
header nav .primary .menu-item:hover:nth-child(5) .menu-link, header nav .primary .menu-item:nth-child(4) .menu-link.active {
    background-image: url(/img/k4.png?w=140);
}
header nav .primary .menu-item:hover:nth-child(6) .menu-link, header nav .primary .menu-item:nth-child(5) .menu-link.active {
    background-image: url(/img/k5.png?w=140);
}
header nav .primary .menu-item:hover:nth-child(7) .menu-link, header nav .primary .menu-item:nth-child(5) .menu-link.active {
    background-image: url(/img/k6.png?w=140);
    background-size: 70% auto;
}
.btn-default {
    background: #989898;
}
.form-aligned .controls {
    margin-left: 11.3em;
}
.instagram-post {
margin-bottom: 1em;
}
.instagram-post .col-left {
    width: 100px;
    float: left;
}

.instagram-post .title {
     margin: 0;
 }
.instagram-post .col-right {
    width: 100%;
    width: calc(100% - 100px);
    float: left;
   
    padding-left: 15px;
    box-sizing: border-box;
}

.instagram-post .likes {
    fill: #ed2276;
    color: white;
}
.album-item .btn-primary {
    width: 100%;
    background: none;
    border: 3px solid #eb2278;
    color: #eb2278;
}

.album-item .btn-secondary {
    width: 100%;
    background: none;
    border: 3px solid #989898;
    color: #989898;
}

.album-item a {
    display: inline-block;
}
h4 {
    margin-bottom: 0;
}

.overlay-notify {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffffc7;
    display: none;
}

.overlay-notify.show {
    display: block;
}

.overlay-notify .notification {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 67px 17px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 67px 17px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 67px 17px rgba(0,0,0,0.08);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: 200px;
    background: white;
}

.overlay-notify .notification .body, .overlay-notify .notification .footer {
    padding: 20px;
    box-sizing: border-box;
}

.overlay-notify .notification .footer .btn {
    width: 100%;
    line-height: 32px;
}

.overlay-notify .notification .footer.fluid {
    padding: 0;
}
ul.list.check li {
    list-style: none;
    padding: 5px 0px;
}

ul.list.check {
    padding-left: 0;
}

ul.list.check li .icon {
    margin-right: 10px;
    fill: #ec2277;
}
.menu-link.category .title {
    text-align: left;
    padding-right: 3.5em;
    margin-bottom: .5em;
}

.menu-link.category:hover {
    text-decoration: none !important;
}

header nav .primary .menu-children .menu-link.category {
    padding-right: 1em !important;
    margin-bottom: 0;
}

.menu-link.category .option {
    font-weight: normal;
    text-align: left;
    padding-left: 15px;
    position: relative;
    display: block;
    color: white;
}

.menu-link.category .option:before {
    content: "\00BB ";
    position: absolute;
    left: 0;
}

.menu-link.category .option:hover {
    text-decoration: underline;
}
.btn.fluid {
    width: 100%;
}
.dropdown-group .btn:after {
    content: "\25BE";
    position: absolute;
    right: 10px;
    font-size: 1.3em;
}

.dropdown-group .btn {
    text-align: left;
}
.btn-xl {
    line-height: 2em;
}

.btn-group .dropdown-item.category {
    width: 100%;
    max-width: none;
}

.dropdown-item.category .title {
    text-align: left;
    margin-bottom: 10px;
}

.dropdown-item.category .option {
    display: block;
    color: black;
    position: relative;
    padding-left: 15px;
}
.level-icon .tooltip {
    display: none;
}

.level-icon:hover .tooltip {
    display: block;
}

.level-icon .tooltip {
    position: absolute;
    background: #000000cc;
    color: white;
    padding: 3px 12px;
    border-radius: 10px 10px 10px 0;
    top: -26px;
    left: 6px;
    text-align: center;
}
.dropdown-item.category .option:before {
    content: "\00BB ";
    position: absolute;
    left: 0;
}
.checkbox-group input[type="checkbox"] {
    display: inline-block;
}
.shop-item .comment {
    color: #949494;
}
.box-body > .form-group:last-child {
    margin-bottom: 0;
}
.options .product-item {
    background: white;
    display: inline-block;
    color: black;
    line-height: 1em;
    padding: 7px 12px 5px 12px;
    border-radius: 6px;
    margin: 5px 5px;
    position: relative;
    cursor: pointer;
    opacity: .8;
}

.product-select .product .options {
    margin-top: 25px;
    padding: 0 20px;
}

.options .product-item.active:after, .options .product-item:hover:after {content: ' ';position: absolute;top: 3px;left: 3px;height: 100%;height: calc(100% - 8px);width: 100%;width: calc(100% - 8px);border-radius: 6px;border: 1px dashed #ed2276;background: #ed22763b;}

.options .product-item.active, .options .product-item:hover {
    opacity: 1;
}
svg.karikatuur {
    stroke: none;
}
.options .product-item.active {
    cursor: default;
}
.page-detail .date {
    color: #808080;
}

.page-detail .location {
    text-transform: uppercase;
}
.level-title {
    font-size: 12px;
}

.config-products .level .level-icon .icon {
    width: 25px;
    height: 40px;
}

.icon.caricature {
    stroke: none;
}

.config-products .level .level-icon .icon {
    opacity: .2;
}

.config-products .level .level-icon.active .icon, .level .level-icon.active .icon {
    opacity: 1;
}
/* Default custom select styles */
div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 100;
    width: 100%;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.cs-select:focus {
    outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
    padding-right: 3em;
}

.cs-skin-circular > span {
    font: normal normal normal 19px/1 FontAwesome;
    color: #ee595d;
}
.cs-select > span::after,
.cs-select .cs-selected span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
    z-index: 200;
}

.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cs-select ul span {
    padding: 1em;
}

.cs-select ul li.cs-focus span {
    background-color: #ddd;
}
.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
    cursor: default;
}

div.cs-skin-circular {
    position: relative;
    background: transparent;
    width: 40px;
    transiton: all 1s ease-in-out;
    -webkit-transiton: all 1s ease-in-out;
}

.cs-skin-circular > span {
    background: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 700;
    padding: 0;
    /*text-indent: 100%;*/
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.cs-skin-circular > span::after {
    right: 0;
    width: 100%;
    text-indent: 0;
    color: #ee595d;
    font-size: 25px;
}

.cs-skin-circular.cs-active > span::after {
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.cs-skin-circular > span[style]::after {
    content:'';
}

.cs-skin-circular .cs-selected span::after {
    content: '';
}

.cs-skin-circular.cs-active > span {
    -webkit-transform: scale3d(0.75,0.75,1);
    transform: scale3d(0.75,0.75,1);
}

.cs-skin-circular .cs-options {
    width: 100%;
    height: 100%;
    top: 0;
    color: #415c71;
    background: transparent;
    overflow: visible;
    font-size: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.cs-skin-circular.cs-active .cs-options {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cs-skin-circular .cs-options ul,
.cs-skin-circular .cs-options li  {
    position: absolute;
    width: 50px;
    height: 50px;
}

.cs-skin-circular .cs-options li {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
}

.cs-skin-circular.cs-active .cs-options li {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    padding: 10px;
}

.cs-skin-circular.cs-active .cs-options li:hover {
    opacity: 0.7;
}
.cs-skin-circular.cs-active .cs-options li a{
    display: block;
    width: 100%;
    height: 100%;
}
.btn-add-sketch {
    text-decoration: underline;
}

.btn-add-sketch:hover {
    color: #ec2277;
}
div.cs-skin-circular.cs-active .cs-options li:first-child {
    -webkit-transform: translate3d(-50px, 8px, 0) !important;
    transform: translate3d(-14px, -41px, 0) !important;
    }
div.cs-skin-circular.cs-active .cs-options li:nth-child(2) {
    -webkit-transform: translate3d(-25px, 40px, 0) !important;
    transform: translate3d(-50px, -12px, 0) !important;
}

.cs-skin-circular.cs-active .cs-options li:nth-child(3) {
    -webkit-transform: translate3d(23px, 45px, 0) !important;
    transform: translate3d(-50px, 22px, 0) !important;
}

.cs-skin-circular.cs-active .cs-options li:nth-child(4) {
    -webkit-transform: translate3d(50px, 8px, 0) !important;
    transform: translate3d(-12px, 45px, 0) !important;
}

.cs-skin-circular.cs-active .cs-options li:nth-child(5) {
    -webkit-transform: translate3d(-53.33px, 0, 0);
    transform: translate3d(-53.33px, 0, 0);
}


.cs-skin-circular .cs-options li span {
    display: none;
}
.cookie-container .close-btn .icon {fill:white;}
.cs-skin-circular .cs-options li.cs-focus {
    background-color: transparent;
    opacity: 0.7;
}
.cs-options .icon {
    width: 30px !important;
    height: 30px !important;
}
.cs-placeholder.icon {
    cursor: pointer;
}

.cs-placeholder:hover {
    opacity: .8;
}
.cs-placeholder.share-2 {
    width: 40px !important;
    height: 40px !important;
}
div.cs-select.center-block {
    display: inline-block;
}
.header-up.container {
    padding: 0 10px;
}
svg.big.icon.caricature {
    width: 40px;
    height: 40px;
}
.btn-edit:hover {
    stroke: #ed2276;
}

.edit-area.visible {
    display: block;
}
svg.cs-placeholder.big.icon.caricature.share-2 {
    position: relative;
    top: 7px;
    z-index: 1;
}
footer .container {
    padding: 0 10px;
}
.menu-xs {
    display: none;
}
body.open-nav {
    overflow: hidden;
    position: fixed;
}
.btn-amount-up:hover .icon, .btn-amount-down:hover .icon {
    fill: #ec2277;
}

.btn-update-delete:hover .icon {
    fill: #eb2178;
}
.translation {
    background: #0018a53b;
    cursor:pointer;
}
.menu-item.active .menu-link, .menu-link:focus, .menu-link:hover {
    color: #ed2276;
    cursor: pointer;
}
.translation:hover {
    background: #0018a573;
}
.edit-area .form-group.input-select .input-overlay {
    background: #f2f2f5;
}

.edit-area {
    display: none;
}
.btn-edit {
    display: inline-block;
    stroke: #a2a2a2;
    margin-left: 5px;
    cursor: pointer;
}
.form-group.validation-error .form-control {
    outline: 1px solid #ed2276;
}

.caricature-template .image {
    background: white;
    margin-bottom: 5px;
    position: relative;
}

.caricature-template .btn-add-template {
    background: #ed2276;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    padding: 15px 0;
    opacity: .8;
}

.caricature-template .overlay {
    background: rgba(235, 35, 120, 0.67);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.caricature-template:hover .overlay {
    display: block;
}

.caricature-template .btn-add-template:hover {
    opacity: 1;
}
.btn-download {
    display: inline-block;
}
.conditions .input.checkbox label {
    font-size: 11px;
    line-height: 15px;
}

.conditions .input.checkbox label a {
    display: inline;
}
.box-download {
    display: none;
}
.box-download.visible {
    display: block;
}
label[for=cookie] {
    font-size: 12px;
    color: #989898;
}
.form-group.widget-amount {
    max-width: 200px;
    position: relative;
}

.form-group.widget-amount .btn-min {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.form-group.widget-amount .btn-add {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.form-group.widget-amount input {
    text-align: center;
}
.product > .box .img {border: 1px solid #efefef;margin-bottom: 5px;}

.product > .box .img-product-group {
    position: relative;
}
.product > .box .overlay .icon {
    width: 100%;
    margin-bottom: 30px;
    fill: white;
    stroke: white;
    height: 50px;
}
.breadcrumb a {
    color: #878e88;
}

.breadcrumb a:hover {
    color: black;
}

.breadcrumb .menu-item:not(:last-child):after {
    content: ">";
    color: #ccc;
    margin-left: 7px;
    margin-right: 7px;
}
.breadcrumb {
    color: #878e88;
    font-size: .9em;
}
.config-products .option-item.disabled {
    opacity: .5;
    cursor: pointer;
}

.config-products .option-item.disabled:hover {
    opacity: .7;
}
.tags span.tag {
    background: #efefef;
    padding: .2rem .7rem;
    font-size: .9em;
    margin: 0 .5rem .5rem 0;
    display: inline-block;
}

@media all and (max-width: 800px){
    
}

@media print  {
    .banner {display: none !important;}
    header .main-header {background: #efefef !important; padding: 1em;}
    header {display: none;}
    section.call {padding:1em;}
    .cookie-container {display:none;}
    .ticker {
        display: none;
    }

    .bg-primary {
        background: none;
        color: black;
    }

    .btn-arrow:after {
        background: white;
    }
    [class*=col] {
        page-break-inside: auto;
    }
}
@media screen and (max-width: 64em) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 48em) {
    #logo {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
    }

    nav .primary .container {
        height: 75px;
    }

    header nav {
        text-align: center;
    }

    header nav .primary .menu-item:hover .menu-link, header nav .primary .menu-link.active {
        padding-bottom: 4em;
    }

    header nav .primary .menu-item:hover .menu-link, header nav .primary .menu-link.active {
        background-size: 60px;
    }
    .category {
        margin-bottom: 30px;
    }

    .txt-copyright {
        text-align: center;
        margin-bottom: 15px;
    }

    .sharing {
        text-align: left;
    }

    header .assets li:nth-child(3) {
        display: none;
    }
    footer .primary {
        padding-bottom: 1em;
    }

    footer .instagram {
        margin-bottom: 1em;
    }
    .payment-methods img {
        max-width: 25px;
        margin-left: 5px;
    }
    .category.dropdown-item {
        margin: 0;
    }
}

@media screen and (max-width: 45em) {
    header .assets li:nth-child(4) {
        display: none;
    }

    header .assets li:nth-child(2) {
        border-right: none;
    }

    .well {
        padding: .5em 1em;
    }
}

@media screen and (max-width: 35.5em) {
    header .assets li:nth-child(2) {
        display: none;
    }

    .assets .menu-list .pull-right {
        display: inline-block;
    }

    .assets .menu-list {
        width: 100%;
    }

    header nav {
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        height: 100%;
        height: calc(100% - 50px);
        width: 100%;
        background: #fffffff0;
        z-index: 999;
        overflow: auto;
    }

    header .assets li:nth-child(1) {
        max-width: calc(100% - 130px);
        overflow: hidden;
        text-overflow: ellipsis;
        border-right: none;
    } 
    footer .company-info {
        text-align: center !important;
        margin-top: 1em;
    }

    footer .sharing {
        text-align: center;
        margin-bottom: 15px;
    }

    .payment-methods {
        text-align: center;
    } 
    .section.news {
        text-align: center;
    }
    h2 {
        font-size: 1.8em;
    }
    .menu-xs .menu-item {
        width: 20px;
        height: 20px;
        padding: 15px;
        display: inline-block;
        margin: 0;
        border-right: none;
        border-left: 1px solid rgb(33, 156, 184);
        color: white;
    }

    .menu-xs .menu-item .icon {
        width: 20px;
        height: 20px;
    }

    header .assets {
        display: none;
    }

    .header-info .menu-item:first-child {padding-left: 15px;}

    .menu-xs {
        text-align: right;
        display: block;
    }

    section.header-info {
        padding: 0;
    }

    .header-up.container {
        padding: 0;
    }
    .menu-xs .menu-item.btn-language {
        text-transform: uppercase;
        float: left;
        border-right: 1px solid rgb(33, 156, 184);
    }
    .nav-open .ticker {display: none;}
    header nav .primary .menu-link, header nav .secondary .menu-link {
        padding: 12px 15px !important;
        border-radius: 0;
        background: none;
        color: #858585;
        border-bottom: 1px solid #65656533;
        font-weight: normal;
        font-family: 'Viga', sans-serif;
    }

    header nav .primary .menu-item:hover .menu-link, header nav .primary .menu-link.active {
        background-image: none !important;
    }

    header nav .primary .menu-item, header nav .secondary .menu-item {
        width: 100%;
        text-align: left;
        display: block;
        margin: 0;
    }

    .menu-horizontal .menu-list {
        display: block;
    }

    nav .primary .menu {
        position: relative;
    }

    nav .primary .container, nav .secondary .container {
        height: auto;
        padding: 0;
    }

    header nav .secondary {
        background: 0;
        padding: 0;
        margin-top: 5em;
        border-top: 2px solid #ec2277;
        margin-bottom: 2em;
    }

    .shoppingcart-header {
        font-family: 'Viga', sans-serif;
    }
    .open-nav header nav {
        display: block;
    }
    .open-nav .ticker {
        display: none;
    }
    .menu-item:hover > .menu-children {
        display: none;
    }
    .open-nav .header-info {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }
    h1 {
        margin-bottom: .5em;
    }
    .dropdown-categories {
        margin: 2em 0;
        display: none;
    }

    .upload-zone .bg {
        line-height: 1em;
    }
    .config-products .row-spaced.product {
        padding: 0;
        padding-bottom: 2em;
    }

    .config-products .row-spaced.product .image {
        margin: 0;
        margin-bottom: 15px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .level-title {
        margin-top: 15px;
        font-weight: bold;
    }

    .config-products .level {
        margin-bottom: 15px;
    }

    .config-products .btn-copy-settings {
        display: none;
    }
    .config-products .row-spaced.product {
        padding: 0;
        padding-bottom: 2em;
    }

    .config-products .row-spaced.product .image {
        margin: 0;
        margin-bottom: 15px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .level-title {
        margin-top: 15px;
        font-weight: bold;
    }

    .config-products .level {
        margin-bottom: 15px;
    }

    .config-products .btn-copy-settings {
        display: none;
    }

    .config-products .btn-ready {
        margin-top: 0;
    }

    .addition-select .menu.options {
        margin-bottom: 1em;
        border-bottom: 1px solid white;
        padding-bottom: 1em;
    }

    .config-products .tags {
        margin-bottom: 2em;
    }
    .overlay-notify .notification {
        width: calc(100% - 25px);
    }
    .lh {
        display: none;
    }

    .input-select {margin-bottom: 3px !important;}
    .col-image, .col-row-total {
        display: none;
    }
    .sidebar-shoppingcart {
        display: none;
    }
    label {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    .open-nav.open-language-nav nav {
        display: none;
    }

    .open-nav.open-language-nav nav.language {
        display: block;
    }

    .xs-fluid {
        width: 100%;
    }
}
