﻿/* Reset*/
button {
	background:none;
	border:0;
	color:inherit;
}
p {
    margin: 5px 0;
    line-height: 160%;
}

h2 {
    text-transform: uppercase;
    letter-spacing: .5;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 25px;
}

q {
    quotes: "\00ab" "\00bb";
    /* Кавычки в виде двойных угловых скобок */
}

body {
    background: #141b3f;
    margin: 0;
    font-family: MuseoSans, Helvetica;
    font-weight: 100;
    letter-spacing: -0.01em;
}

.text-align-right{
	text-align:right;
}
/* Responsive images*/
.img-responsive {
    max-width: 100%;
}

/* breadcrumbs */
.breadcrumbs {
    display: inline-block;
}

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

.breadcrumbs ul.list li.item {
    display: inline-block;
}

.breadcrumbs ul.list li.item a {
    color: #d2dfea;
    font-weight: 100;
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: .5;
}

.breadcrumbs ul.list li.item span {
    float: right;
    margin: 0 10px;
    opacity: .5;
}

.breadcrumbs ul.list li.item span:before, .breadcrumbs ul.list li.item span:after {
    content: '';
    float: left;
    display: block;
    background: #ffffff;
    width: 1px;
    height: 8px;
    border: 0;
}

.breadcrumbs ul.list li.item span:before {
    margin: 8px 3px 0px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumbs ul.list li.item span:after {
    margin: 3px 0 0 -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wrapper {
    max-width: 1120px;
    margin: 0 auto;
}

.column-left {
    width: 150px;
    height: 100%;
    bottom: 0;
    position: fixed;
    color: #fff;
    overflow: auto;
}

.column-right {
    width: 240px;
    height: 100%;
    bottom: 0;
    position: fixed;
    overflow: auto;
}

.content-wrapper {
    max-width: 1110px;
    top: 220px;
    position: relative;
}

.wrapper-page {
    position: absolute;
    right: 0px;
    width: 250px;
    padding-right: 10px;
    height: 100%;
    background: #fff;
}

.wrapper-inner {
    margin-right: 260px;
    background: #fff;
    text-align: justify;
    padding: 0 10px;
    margin-left: 150px;
    overflow: auto;
}

.wrapper-top {
    background: #fff;
    height: 45px;
    float: left;
    line-height: 22px;
    border-radius: 10px 10px 0 0px;
}
.wrapper-top:after{
	background: linear-gradient(270deg, #f67cd1, #885dc1, #3539c9);
	background-size: 800% 800%;
	-webkit-animation: colors 7s ease infinite;
	-moz-animation: colors 7s ease infinite;
	animation: colors 7s ease infinite;
	content: "";
	display: block;
	z-index: -1;
	height: 2px;
	position: relative;
	top: 45px;
}

.wrapper-top.hide-rightside {
    margin-left: 150px;
}
.content-top.hide-rightside {
    max-width: 720px;
}

.wrapper-top h1 {
    font-weight: 300;
    font-size: 22px;
    letter-spacing: .1px;
    background: linear-gradient(270deg, #f67cd1, #885dc1, #3539c9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    -webkit-animation: colors 7s ease infinite;
    -moz-animation: colors 7s ease infinite;
    animation: colors 7s ease infinite;
}

form {
    margin: 0;
    height: 45px;
}

/* icons */
i.user-icon, i.bag-icon, i.flag-icon {
    display: block;
}

i.user-icon:before, i.user-icon:after, i.bag-icon:before, i.bag-icon:after, i.flag-icon:before, i.flag-icon:after {
    content: '';
    display: block;
}

i.user-icon:before {
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    border-radius: 25px;
    margin: -2px auto;
    margin-top: 7px;
}

i.user-icon:after {
    width: 19px;
    border: 2px solid #fff;
    height: 12px;
    border-radius: 17px 17px 0px 0px;
    border-bottom: 0;
    margin: 0 auto;
}

i.bag-icon:before {
    width: 8px;
    height: 12px;
    margin: 0px auto;
    border-radius: 15px 15px 0px 0px;
    border: 2px solid;
    border-bottom: none;
	transition: transform .2s ease-in-out;
}

i.bag-icon:after {
    width: 20px;
    border: 2px solid #fff;
    height: 19px;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: -7px;
}

i.bag-icon.active:after, i.bag-icon.active:before{
	border:0;
	background: #ffffff;
	width: 3px;
	height: 20px;
	border-radius: 3px;
}

i.bag-icon.active:before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 0 0 10px;
}

i.bag-icon.active:after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -20px 0 0px 10px;
}


i.flag-icon:before {
    width: 26px;
    height: 12px;
    border-radius: 2px;
    margin: 0px auto;
    margin-top: 8px;
    background: #36a0fb;
}

i.flag-icon:after {
    width: 26px;
    height: 11px;
    border-radius: 0px 0px 2px 2px;
    margin: 0 auto;
    background: yellow;
    margin-top: -1px;
}

/* header */
header.mobile {
    /* position: fixed; */
    width: 100%;
    max-width: 1120px;
    z-index: 999;
    background: #141b3f;
}

.header-container {
    margin-top: 40px;
}

.navigation {
    float: right;
    -webkit-transition: opacity .4s ease-in-out, margin-right .2s ease .1s;
    -moz-transition: opacity .4s ease-in-out, margin-right .2s ease .1s;
    transition: opacity .4s ease-in-out, margin-right .2s ease .1s;
}

/* logo */
.logo-container {
    float: left;
    max-width: 450px;
    height: 50px;
}

.logo {
    display: inline-block;
    margin: 0 24px 0 40px;
    px; */ position: relative;
    height: 50px;
}

.title-and-slogan {
    display: none;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-weight: 100;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.title-and-slogan a {
    text-decoration: none;
    color: rgb(216, 228, 255);
    letter-spacing: .05em;
    font-size: 14px;
}

.logo.hidden {
    margin-left: -30;
}

.title-and-slogan.hidden {
    margin-left: 105;
}

.navigation.hidden {
    margin-right: 10;
}

.cart-container {
    width: 250px;
    float: left;
}

.cart-wrapper {
    height: 45px;
    border-radius: 0px 10px 0 0px;
    background: linear-gradient(90deg, #695abf, #25b7d0);
    padding: 0 10px;
}

.cart-totals{
	background: #f3f3f3;
    padding: 10px;
    width: calc(100% - 20px);
    float: left;	
}

.total-to-pay{
	text-align:right;
}

.tooltip{
	font-size: 12px;
	position: absolute;
	background: white;
	border-radius: 3px;
	padding: 4px 10px;
	margin-top: -64px;
	margin-left: -10px;
	color: #685abf;
}

.tooltip:after{
	content:'';
	position: absolute;
    border-top: solid 10px rgb(255, 255, 255);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    top: 46px;

}
	
.tooltip.fast:after{
    left: 23%;
}

.tooltip.default:after{
	right: 23%;
}

.order-cancel-wrapper{
	text-align: center;
	float: left;
	width: 100%;
	background: #fff;
	padding-top:10px;
	padding-bottom:15px;
	transition: padding-top .3s ease-in-out, opacity .2s ease-in-out, visibility .3s ease-in-out;
}
.order-cancel-wrapper:hidden{
	padding-top:0px;
}

.cart-tab{
	visibility:visible;
	opacity:1;
	float: left;
    width: 100%;
	transition: opacity .4s ease-in-out, height .2s ease .1s;
}
.cart-tab.hidden{
	visibility:hidden;
	opacity:0;
	height:0;

}

.button-place-order{
	display: block;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    padding: 0 8px;
    height: 45px;
    line-height: 45px;
}

.button-cart-clear{
    padding: 6px 8px;
    border-radius: 5px;
    vertical-align: middle;
    display: inherit;
}
.cart-item:hover .trash {
	visibility:visible;
	opacity: 1;
	transition:opacity .3s linear;
}

.cart-consists {
	visibility:hidden;
	opacity:0;
	background: #fff;
	color: #141b3f;
	padding-top:0;
	line-height: 145%;
	font-size: 12px;
	width:100%;
	float: left;
	height:0;
	transition: padding-top .3s ease-in-out, height .8s ease-in-out, opacity .3s ease-in-out;
}
.cart-consists.visible{
	padding-top: 10px;
	visibility:visible;
	opacity:1;
	height:auto;
	transition: padding-top .3s ease-in-out, height .6s ease-in-out, opacity .3s ease-in-out;
}
.cart-consists span.empty {
	text-align: center;
	padding: 10px 10px 15px 10px;
	display: block;
}

.cart-consists .cart-item {
	padding:10px;
	transition: box-shadow .2s ease-in-out;

}
.cart-item .product-name{
    width: calc(100% - 165px);
    margin-right: 5px;
    vertical-align: middle;
}
.cart-item .product-name a{
	color:#343434;
}
.cart-consists .cart-item:hover {
	-webkit-box-shadow: 0px 5px 28px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 5px 28px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 28px 0px rgba(0, 0, 0, 0.05);
    transition: box-shadow .2s ease-in-out;
}

.cart-item .product-qty{
	display:block;
	position: absolute;
    width: 20px;
    height: 20px;
    background: #685abf;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-top: -5px;
}
.product-qty:hover + .product-qty-placeholder{
	visibility:visible;
	opacity: 1;
}
.product-qty-placeholder{
	visibility:hidden;
	opacity: 0;
	background: #ffffff;
	position: absolute;
	color: #6560c0;
	height: 20px;
	margin-left: -145px;
	margin-top: -5px;
	border-radius: 40px;
	padding: 0 10px;
	line-height: 20px;
	-webkit-box-shadow: 0px 5px 28px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 5px 28px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 5px 28px 0px rgba(0, 0, 0, 0.08);
	transition: all .2s ease-in-out;
}

.cart-item .product-price{
	color: #27b3cf;
	font-weight: 600;
	width: 75px;
	text-align: right;
	vertical-align: top;
}

.cart-item .product-image{
	background: #f3f3f3;
	border-radius: 50%;
	padding: 3px;
	margin-right: 5px;
	vertical-align: top;
}

.product-image .image{
	display: inline-block;
	background: url(https://elnaturalista.com.ua/image/data/goods1/formentera/nf13-pure-grain-land-formentera-major.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 45px;
	width: 45px;
}

/* Trash */
.trash {
	visibility:hidden;
	opacity:0;
	background: #e4e4e4;
	color: #e4e4e4;
	border-top: 1px solid #c3c3c3;
	padding: 2px 6px;
	border-radius: 0px 0px 3px 3px;
	position: relative;
	float: right;
	margin: -20px 8px 0px 0px;
	display: block;
}
.trash span {
	position: absolute;
	height: 3px;
	background: #ccc;
	top: -4px;
	width: 18px;
	left: -2px;
	right: -3px;
	padding: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	transition: transform 250ms;
}
.trash span:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #bcbcbc;
	top: -2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transform: rotate(0deg);
	transition: transform 250ms;
	transform-origin: 19% 100%;
	left: 4px;
}


.trash i {
	position:relative;
	width: 2px;
	height: 10px;
	background: #ccc;
	display:block;
	margin-bottom: 2px;
}
.trash i:after {
	content: '';
	width: 2px;
	height: 10px;
	background: #ccc;
	position: absolute;
	left: -4px;
}
.trash i:before {
	content: '';
	width: 2px;
	height: 10px;
	background: #ccc;
	position: absolute;
	right: -4px;
}

.trash:hover span {
	transform: translateX(3px);
	transition: transform 250ms;
}

/* search */
input.search {
    background: -moz-linear-gradient(right, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 70%);
    background: -webkit-linear-gradient(right, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 70%);
    background: linear-gradient(to left, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 70%);
    font-size: 22px;
    height: 45px;
    color: rgb(216, 228, 255);
    padding: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    border: 0;
    border-radius: 10px;
    -webkit-transition: background .3s ease .1s;
    -moz-transition: background .3s ease .1s;
    transition: background .3s ease .1s;
}

input.search.active {
    background: rgba(255,255,255,0.08);
    z-index: 0;
    padding-right: 47px;
    padding-left: 20px;
    width: calc(100% - 67px);
    text-indent: 5px;
    transition: background .2s ease, padding .4s ease;
}

input.search.active::-webkit-input-placeholder {
    visibility: visible;
    opacity: .7;
    color: #8e9fc6;
    text-indent: 5px;
    -webkit-transition: opacity .4s ease-in-out, text-indent .2s ease .1s;
    -moz-transition: opacity .4s ease-in-out, text-indent .2s ease .1s;
    transition: opacity .4s ease-in-out, text-indent .2s ease .1s;
}

input.search::-webkit-input-placeholder {
    visibility: hidden;
    opacity: 0;
    text-indent: 100;
}

input.search.transparent {
    color: transparent;
}

.search {
    z-index: 1;
    padding: 10px;
    margin: 0;
}

.search-btn, .search-btn-submit {
    width: 48px;
    cursor: pointer;
    margin: -23px -23px 0 0;
    height: 45px;
    float: right;
    background: transparent;
    border: 0;
}

.search-btn {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.search-btn-submit {
    margin: -52px 1px 0 0;
    z-index: 1;
    position: relative;
}

.search-btn:before, .search-btn:after {
    content: '';
    position: absolute;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.search-btn:before {
    width: 19px;
    height: 19px;
    border-radius: 22px;
    border: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -14px 0 0px 3px;
}

.search-btn:after {
    width: 4px;
    height: 11px;
    background: #ffffff;
    border-radius: 4px;
    margin: 19px 0 0 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 5px 0 0px 23px;
}

.search-btn.active:before {
    background: #ffffff;
    width: 3px;
    height: 20px;
    border: 0;
    border-radius: 3px;
    margin: -10px 0 0 15px;
}

.search-btn.active:after {
    width: 3px;
    height: 20px;
    margin: -10px 0 0 15px;
}

.search-btn.go:after, .search-btn.go:before {
    background: #ffffff;
    width: 3px;
    height: 12px;
    border: 0;
    border-radius: 3px;
}

.search-btn.go:before {
    margin: -2px 0 0 18px;
}

.search-btn.go:after {
    margin: -9px 0 0 18px;
}

.search-btn:focus, .search-btn-submit:focus, input.search.active:focus {
    outline: none;
}

.search-btn:hover {
    opacity: .6;
}

input.search.active:focus {
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.23);
}

ul.user-toggles {
    margin-right: 52px;
    line-height: 50px;
    z-index: 99999;
}

ul.user-toggles li {
    display: inline-block;
}

ul.user-toggles li.item {
    height: 45px;
    padding: 0px 5px;
    float: left;
}

ul.user-toggles li.item .call {
    display: none;
}

ul.user-toggles li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 40px;
    float: left;
    margin-left: 5px;
    letter-spacing: 0.04em;
}

ul.user-toggles li span {
    color: rgb(216, 228, 255);
    font-size: 14px;
}

button.back {
    float: left;
    cursor: pointer;
    background: transparent;
    border: 0;
    font-family: MuseoSans, Helvetica;
    font-weight: 300;
    line-height: 28px;
    color: rgb(34, 44, 53);
    padding: 4px 17px;
}

/* general */
.hidden {
    opacity: 0;
    visibility: hidden;
    height:0;
    z-index: -999;
    padding: 0;
}

@font-face {
    font-family: 'MuseoSans, Helvetica';
    src: url('../fonts/MuseoSans, HelveticaCyrl100.otf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'MuseoSans, Helvetica';
    src: url('../fonts/MuseoSans, HelveticaCyrl300.otf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'MuseoSans, Helvetica';
    src: url('../fonts/MuseoSans, HelveticaCyrl500.otf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'MuseoSans, Helvetica';
    src: url('../fonts/MuseoSans, HelveticaCyrl700.otf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'MuseoSans, Helvetica';
    src: url('../fonts/MuseoSans, HelveticaCyrl900.otf') format('truetype');
    font-weight: 900;
}

/*
::-webkit-scrollbar {
	visibility: hidden;
}

::-webkit-scrollbar-track {
   visibility: hidden;
}

::-webkit-scrollbar-thumb {
	visibility: hidden;
}

::-webkit-scrollbar-thumb:hover {
   visibility: hidden;
}
*/
svg {
    position: relative;
    opacity: .9;
    width: 100%;
    height: 100%;
    fill: white;
    padding: 5px 0 5px 0;
    display: block;
    transition: transform .3s ease;
}

.logo-space {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.middle-wrapper{
	float: left;
    width: 100%;
}
.gradient {
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    mix-blend-mode: darken;
    pointer-events: none;
    background: linear-gradient(25deg, rgb(211, 179, 236) 0%, #9f43b7 44%, #6d5ec1 66%,#442ca2 100%);
    animation: spin 7s ease-in-out infinite alternate;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(540deg);
    }

    50% {
        transform: translateY(-50px);
    }

    75% {
        transform: translateY(0px);
    }

    100% {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes colors {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes colors {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes colors {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

html {
    height: 100%;
    font-size: 100%;
}

body {
}

h1 {
}

h2 {
    font: 1.5em/1 Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: .667em;
}

p {
    margin-bottom: 1em;
}

.button {
    display: block;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #0071fc;
    padding: .5em
}

header, footer {
    color: #fff;
}

footer {
    text-align: center;
    height: 150px;
}

.main {
    margin: 0;
    background: #fff;
}

.main.fullwidth {
    width: 100%;
}

.main.hide-rightside {
    width: 970px;
}

.main.hide-leftside {
    width: 870px;
}

.transparent-sidebar {
    display: inline-block;
    width: 150px;
    color: white;
    padding: 0;
    margin: 0;
    padding-top: 212px;
}

.large-photo {
    height: 500px;
    background-color: #ff4fa738;
}

@media (min-width: 43.75em) {
    /* responsive layout */ .candy-wrapper {
        max-width: 1120px;
        margin: 0 auto;
        width: 100%;
        position: relative;
    }

    .main {
        display: inline-block;
        width: 720px;
        vertical-align: top;
        padding-top: 212px;
    }

    .sidebar {
        display: inline-block;
        width: 250px;
        padding-top: 237px;
        vertical-align: top;
        color: blue;
        background: #fff;
    }
    .sidebar:after{
		background: #fff;
		content:"";
	}
    /* loaded fixed-sticky polyfill
	https://github.com/filamentgroup/fixed-sticky */
    .fixedsticky {
        top: 0;
    }
}

.content-top {
    color: #12293b;
    width: 870px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-top p {padding: 10px;}

.s-container {
    padding: 10px;
}

.container {
    width: 30%;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    display: inline-block;
    margin-left: -5px;
    overflow: hidden;
    vertical-align: -webkit-baseline-middle;
}

.container h1 {
}

/*CODYHOUSE */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: initial;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

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

input {
    font-size: 14px;
    font-weight: 300;
    font-family: MuseoSans, Helvetica;
}

/* remove “X” from search input field */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.cd-dropdown-wrapper {
    display: inline-block;
    margin: 14px 0;
    padding: 0 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 30px 0 15px;
    line-height: 30px;
    text-align: left;
    font-weight: 300;
    color: #b9ccdc;
    background: #0d2131;
    border-radius: 10px;
}

.no-touch .cd-dropdown-trigger:hover {
    background-color: #171b46;
}

.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 8px;
    background: #b9ccdc;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::before {
    right: 14px;
    px; */ -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-dropdown-trigger::after {
    right: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-trigger {
    }

    .cd-dropdown-trigger.dropdown-is-active {
        background-color: #886dab;
        background: linear-gradient(60deg, #b075c1, #5763b9);
        color: #ffffff;
    }

    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #47975f;
    }

    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 15px;
    }

    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
        background: #fff;
    }

    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
    }
}

.cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a {
        height: 50px;
        /* line-height: 50px; */
    }
}

.cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a, .cd-dropdown-content .cd-divider {
    padding: 0 20px;
}

.cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111433;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: opacity .2s, visibility .2s, transform .3s ease;
}

.cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: #585a70;
    background-color: #111433;
    border-bottom: 1px solid #242643;
}

.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
}

.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown {
        position: absolute;
        top: 165px;
        /* reset style*/
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        border-radius: 10px 0 0 10px;
        color: #ffffff;
        box-shadow: 0 4px 60px rgba(0, 0, 0, 0.2);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateX(15px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity .2s, visibility .2s, transform .15s ease;
    }

    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto;
    }

    .cd-dropdown h2, .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }

    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateX(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity .2s, visibility .2s, transform .4s ease;
    }
}

.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform .4s ease;
    padding-top: 50px;
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #ffffff;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0;
}

.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
}

.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #585a70;
    text-transform: uppercase;
}

.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0;
}

.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity .1s, transform .2s ease;
}

.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}

.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 60px;
    }

    .cd-dropdown-content a, .cd-dropdown-content ul a {
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }

    .cd-dropdown-content a, .cd-dropdown-content ul a {
        color: #5e6885;
        font-weight: 300;
        height: 35px;
        line-height: 35px;
    }

    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb;
    }

    .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    }

    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
        /* reset mobile style */
        opacity: 1;
    }
}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #3055bd;
    text-align: right;
    padding: 5px 20px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
    background-image: url("../img/nucleo-icon-1.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
    background-image: url("../img/nucleo-icon-2.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
    background-image: url("../img/nucleo-icon-3.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
    background-image: url("../img/nucleo-icon-4.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
    background-image: url("../img/nucleo-icon-5.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
    background-image: url("../img/nucleo-icon-6.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
    background-image: url("../img/nucleo-icon-7.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
    background-image: url("../img/nucleo-icon-8.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
    background-image: url("../img/nucleo-icon-9.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
    background-image: url("../img/nucleo-icon-10.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
    background-image: url("../img/nucleo-icon-11.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
    background-image: url("../img/nucleo-icon-12.svg");
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
        /* reset mobile style */ position: static;
        height: auto;
        width: 250px;
    }

    .cd-dropdown-content > li:last-of-type a {
        border-bottom: none;
    }

    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: #3f8654;
    }

    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        background: #fff;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }

    .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
        clear: both;
        content: "";
        display: table;
    }

    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }

    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        width: 820px;
        text-align: center;
        padding: 0;
        min-height: 0;
        width: 100%;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
        font-weight: 300;
        color: #b7b7b7;
        pointer-events: auto;
        -webkit-transition: color 0.2s, background-color 0.2s;
        -moz-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
        color: #ffffff;
        background-color: #111433;
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
        border: none;
    }

    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px;
    }

    .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        width: calc(100% - 60px);
    }

    .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
        width: calc(50% - 29px);
        display: inline-block;
        float: left;
        vertical-align: top;
        min-height: 267px;
        margin-left: -4px;
        color: #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }

    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: auto;
        width: 870px;
        height: auto;
        border-radius: 0 10px 0 0;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > a {
        font-weight: 500;
        color: #12293b;
        line-height: 47px;
        height: 40px;
        display: inline;
        le; */ letter-spacing: .5;
        pointer-events: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
        /* hide the arrow */
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-dropdown-content .cd-secondary-dropdown > li {
        padding: 0 0 0 30px;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
        border-right: 1px solid;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > ul {
        /* reset mobile style */
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        position: relative;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 35px;
        height: 35px;
        padding-left: 0;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #3f8654;
    }

    .cd-dropdown-content .cd-secondary-dropdown ul {
        overflow: auto;
        overflow-x: hidden;
        max-height: 267px;
        height: calc(100% - 40px);
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }

    .cd-dropdown-content .cd-secondary-dropdown .see-all {
    }

    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px;
    }

    .cd-dropdown-content .cd-dropdown-gallery > li {
        width: 48%;
        float: left;
        margin-right: 4%;
    }

    .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        padding: 0;
        height: auto;
        line-height: normal;
        color: #3f8654;
        margin-bottom: 2em;
    }

    .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a, .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
        margin-bottom: 0;
    }

    .cd-dropdown-content .cd-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 0.6em;
    }

    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
        background: #ebebeb;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        color: #3f8654;
        font-weight: bold;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        display: block;
        font-size: 1.2rem;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        left: 25px;
    }

    .cd-dropdown-content > .has-children > ul {
        visibility: hidden;
    }

    .cd-dropdown-content > .has-children > ul.is-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible;
    }

    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }

    .cd-dropdown-content > .has-children > a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        color: #7a57be;
        background: #f5f3f9;
        transition: color .4s ease, background .3s ease, letter-spacing .2s ease;
        letter-spacing: 0;
    }

    .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
        background: #7a57be;
    }

    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
        box-shadow: inset -2px 0 0 #3f8654;
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

.cd-search input[type="search"] {
    width: 100%;
    height: 47px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    border-radius: 10px 0 0 0;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
}

.cd-search input[type="search"]::-moz-placeholder {
    color: #ffffff;
}

.cd-search input[type="search"]:-moz-placeholder {
    color: #ffffff;
}

.cd-search input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
}

.cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #cc6ec6;
    letter-spacing: 0;
    border-color: #cc6ec6;
    outline: none;
    transition: all .2s ease;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
    .cd-search input[type="search"] {
        border-bottom: 2px solid #5346c7;
        transition: all .25s ease;
        letter-spacing: .02em;
    }

    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3;
    }

    .cd-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3;
    }

    .cd-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3;
    }

    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3;
    }
}

.has-children > a, .go-back a {
    position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #b3b3b3;
    }
}

.has-children > a {
    padding-right: 40px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .03em;
    transition: all .2s ease;
}

.has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }

    .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }
}

.cd-dropdown-content .go-back a {
    padding-left: 40px;
}

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}

/*FIXEDSTICKY*/
.fixedsticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off, .fixed-supported .fixedsticky-off {
    position: static;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on, .fixed-supported .fixedsticky-on {
    position: fixed;
}

.fixedsticky-dummy {
    display: none;
}

.fixedsticky-on + .fixedsticky-dummy {
    display: block;
}

/*COLUMNS*/
.full-width{
	width:100%;
}
.one-of-two-columns {
    width: 50%;
    float: left;
}

/* BUTTONS */
button:focus {
    outline: 0;
}

button:hover {
    cursor: pointer;
}

button.cancel-place-order{
	padding: 5px 10px;
	border-radius: 10px;
	color: #545454;
	background: #f3f3f3;
}

button.flickering {
    background: transparent;
    color: #fff;
    padding: 8px 5px;
    border: 0;
    line-height: 14px;
    height: 45px;
    transition: color .3s ease-in-out;
}

button.flickering:hover {
    color: rgba(255, 255, 255, .9);
    transition: color .3s ease-in-out;
}

button.flickering:after {
    content: '';
    width: 5px;
    margin: 5px auto;
    display: block;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    transition: width .5s ease-in-out;
    animation: pulse 2.4s infinite;
}

button.flickering:hover:after {
    width: 100%;
    transition: width .3s ease-in-out;
    animation: none;
}

button.cart{padding: 0;}
button.cart.active{
    width: 24px;
    height: 30px;
    transition: margin-left .4s ease;
}

button.cart:hover > .bag-icon:before {
	transform: translateY(11px) rotateX(180deg);
	transition: transform .2s ease-in-out;
}
button.cart:hover > .bag-icon.active:before{
	transform:rotate(45deg);
	transition: all 0.2s ease;
}
.bag-icon.active:after{
	transition: all 0.2s ease;
}
.cart-empty {
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 17px;
    width: 185px;
    margin-right: 5px;
    float: left;
}

.cart-cell {
    padding: 5px;
    font-size: 12px;
    display: inline-block;
}

.cart-cell p span {
    font-weight: normal;
}

/* ANIMATIONS */
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}