/************************* *******Typography****** **************************/
:root {
    --essens-blue: #002e5d;
    --essens-pink: #dc0069;
    --essens-bg: #fff;
    --essens-light-blue: #EFF5FA;
    --essens-light-darker-blue: #A3B1C6;
}

body {
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 1;
}

ul li {
    list-style: none; /* margin: 0 8px 6px; */
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.btn:hover, .btn:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggle {
    background-color: #000;
}

a#scrollUp {
    bottom: 0;
    right: 10px;
    padding: 5px 10px;
    background: var(--essens-blue);
    color: #FFF;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

a#scrollUp i {
    font-size: 30px;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/************************* *******Header CSS****** **************************/
.header_top {
    background: none repeat scroll 0 0 var(--essens-bg); /* border-bottom: 3px solid black;*/
    z-index: 1005;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0.4);
}

.header-middle {
    background: none repeat scroll 0 0 var(--essens-bg); /* margin-top: 5px;*/
    border-top: 1px solid #f5f5f4;
}

.header-middle_world {
    background: transparent repeat scroll 0 0;
}

.contactinfo ul li:first-child {
    margin-left: -15px;
}

.contactinfo ul li a {
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

.contactinfo ul li a:hover {
    background: inherit;
}

.social-icons ul li a {
    border: 0 none;
    border-radius: 5px;
    color: #000000;
    padding: 1px;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a i {
    padding: 11px 15px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover {
    color: #fff;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.fa-facebook:hover {
    background: #0083C9;
}

.fa-twitter:hover {
    background: #5BBCEC;
}

.fa-linkedin:hover {
    background: #FF4518;
}

.fa-dribbble:hover {
    background: #90C9DC;
}

.fa-google-plus:hover {
    background: #CE3C2D;
}

.header-middle .container .row {
    border-bottom: 1px solid #FFFFFF;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.header-middle .container .row .col-sm-4 {
    padding-left: 0;
}

.header-middle .container .row .col-sm-8 {
    padding-right: 0;
}

.big_button {
    border-radius: 0;
    color: var(--essens-blue);
    background: #FFFFFF;
    font-size: 15px;
    padding: 14px 15px;
    margin-top: 19px;
}

@media all and (min-width: 0px) {
    .big_button {
        margin-right: 0;
    }
}

@media all and (min-width: 992px) {
    .big_button { /*margin-right: 20px;*/
    }
}

.big_button:hover {
    background: #ffffff;
    color: var(--essens-blue);
    border-color: #000000;
}

.big_button:active, .big_button.active {
    background: none repeat scroll 0 0 #557bfe;
    outline: 0 none;
}

.language-select .reg-country-flag, #menu-mob .reg-country-flag {
    vertical-align: middle;
}

.btn-group.open .dropdown-toggle {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
}

li.mega-dropdown > a {
    border-bottom: 2px solid transparent;
}

li.mega-dropdown.open > a {
    border-bottom-color: transparent;
}

li.mega-dropdown.akcni-nabidka.open > a {
    border-bottom-color: #E00000;
}

li.mega-dropdown.parfemy.open > a {
    border-bottom-color: var(--essens-pink) !important;
}

li.mega-dropdown.lactoferrin.open > a {
    border-bottom-color: var(--essens-pink) !important;
}

li.mega-dropdown.aloe_vera.open > a {
    border-bottom-color: var(--essens-pink) !important;
}

li.mega-dropdown.sun_care.open > a {
    border-bottom-color: var(--essens-pink) !important;
}

li.mega-dropdown.colostrum.open > a {
    border-bottom-color: var(--essens-pink) !important;
}

li.mega-dropdown.home_pharmacy.open > a {
    border-bottom-color: var(--essens-pink) !important;
}

li.mega-dropdown.home_perfume.open > a {
    border-bottom-color: var(--essens-pink) !important;
}

li.mega-dropdown a:hover {
    background: white;
    color: #76A6D2
}

.pink-a a {
    color: #000 !important;
    font-weight: 600;
}

.pink-a i {
    color: var(--essens-pink) !important;
    padding-right: 10px;
    font-size: 5px;
    vertical-align: middle;
}

.pink-a a:hover {
    color: var(--essens-pink) !important;
    padding-left: 5px;
    transition: 0.3s;
}

@media(hover: hover) and (pointer: fine) {
    .pink-hover:hover, .pink-hover *:hover {
        color: var(--essens-pink) !important;
    }
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background-color: var(--essens-blue);
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.shop-menu ul li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.shop-menu ul li:last-child {
    padding-right: 0;
}

.shop-menu ul li a {
    background: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin-top: 10px;
}

.shop-menu ul li a i {
    margin-right: 3px;
}

.shop-menu ul li a:hover {
    color: #557bfe;
    background: #fff;
}

.header-bottom { /* border-top: 10px solid black; */
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-collapse.collapse { /* padding-left: 0;*/
}

.mainmenu ul li {
    padding-right: 15px;
    padding-left: 15px;
}

.mainmenu ul li:first-child {
    padding-left: 0;
}

.mainmenu ul li a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding: 0 0 10px;
}

.mainmenu ul li a:hover, .mainmenu ul li a.active, .shop-menu ul li a.active {
    background: none;
    color: #557bfe;
}

.search_box input {
    border: medium none;
    color: #B2B2B2;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    padding-left: 10px;
    width: 155px;
    background: #F0F0E9 url(../images/home/searchicon.png) no-repeat 130px;
}

/* Dropdown menu*/
.navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav.navbar-nav > li:hover > ul.sub-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    -moz-animation: fadeInUp 400ms;
    -ms-animation: fadeInUp 400ms;
    -o-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

ul.sub-menu {
    position: absolute;
    top: 30px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    list-style: none;
    padding: 0;
    margin: 0;
    width: 220px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
}

.dropdown ul.sub-menu li .active {
    color: var(--essens-blue);
    padding-left: 0;
}

.navbar-nav li ul.sub-menu li {
    padding: 10px 20px 0;
}

.navbar-nav li ul.sub-menu li:last-child {
    padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a {
    color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover {
    color: var(--essens-blue);
}

.fa-angle-down {
    padding-left: 5px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.bottom-banner {
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
}

/*************************
*******Footer CSS******
**************************/
#footer {
    background: #F0F0E9;
}

.video-gallery {
    margin-top: 57px;
    position: inherit;
}

.video-gallery a img {
    height: 100%;
    width: 100%;
}

.iframe-img {
    position: relative;
    display: block;
    height: 61px;
    margin-bottom: 10px;
    border: 2px solid #CCCCC6;
    border-radius: 3px;
}

.overlay-icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 61px;
    background: var(--essens-blue);
    border-radius: 3px;
    color: #FFF;
    font-size: 20px;
    line-height: 0;
    display: block;
    opacity: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.overlay-icon i {
    position: relative;
    top: 50%;
    margin-top: -20px;
}

.video-gallery a:hover .overlay-icon {
    opacity: 1;
}

.video-gallery p {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.video-gallery h2 {
    color: #8c8c88;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
}

.address {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.address img {
    width: 100%;
}

.address p {
    color: #666663;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    left: 25px;
    position: absolute;
    top: 50px;
}

.footer-widget {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.footer-widget .container {
    padding-top: 15px;
}

.widget-flag {
    color: var(--essens-blue);
    font-family: 'Roboto', sans-serif; /*font-size: 16px;*/
    font-weight: 600; /* margin-bottom: 22px;*/ /*text-transform: uppercase;*/
}

.widget-flag a {
    color: var(--essens-blue);
    margin: 0.65em; /*text-shadow: 4px 2px 1px #000000;*/
}

.single-widget h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.single-widget h2 i {
    margin-right: 15px;
}

.single-widget ul li a {
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
}

.single-widget ul li a i {
    margin-right: 18px;
}

.single-widget ul li a:hover {
    background: none;
    color: #557bfe;
}

.single-widget-world h2 {
    color: #fff;
    font-family: MS Sans Serif, Geneva, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.single-widget-world h2 i {
    margin-right: 15px;
}

.single-widget-world p {
    color: #434343;
    font-family: MS Sans Serif, Geneva, sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 50px;
    line-height: 22px;
}

.single-widget-world ul li a {
    color: #ccc;
    font-family: MS Sans Serif, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
}

.single-widget-world ul li a i {
    margin-right: 18px;
}

.single-widget-world ul li a:hover {
    background: none;
    color: #fff;
}

.searchform input {
    border: 1px solid #DDDDDD;
    color: #CCCCC6;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 0;
    outline: medium none;
    padding: 7px;
    width: 212px;
}

.searchform button {
    background: #557bfe;
    border: medium none;
    border-radius: 0;
    margin-left: -5px;
    margin-top: -3px;
    padding: 7px 17px;
}

.searchform button i {
    color: #FFFFFF;
    font-size: 20px;
}

.searchform button:hover,
.searchform button:focus {
    background-color: #363432;
}

.searchform p {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 25px;
    text-shadow: 2px 2px 1px #000000;
}

.footer-bottom {
    background: #D6D6D0;
    padding-top: 10px;
}

.footer-bottom p {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-left: 15px;
}

.footer-bottom p span a {
    color: var(--essens-blue);
    font-style: italic;
    text-decoration: underline;
}

/************************* ******* Home ****** **************************/
#slider {
    padding-bottom: 45px;
}

.carousel-indicators li {
    background: #C4C4BE;
}

.carousel-indicators li.active {
    background: var(--essens-blue);
}

.item {
    padding-left: 0;
}

.pricing {
    position: absolute;
    right: 40%;
    top: 52%;
}

.girl {
    margin-left: 0;
}

.item h1 {
    color: #B4B1AB;
    font-size: 48px;
    margin-top: 115px;
}

.item h1 span {
    color: #557bfe;
}

.item h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 10px;
}

.item p {
    color: #363432;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.get {
    background: #557bfe;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 23px;
}

.item button:hover {
    background: var(--essens-blue);
}

.control-carousel {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: #C2C2C1;
}

.control-carousel:hover {
    color: #557bfe;
}

.right {
    right: 0;
}

.left {
    left: 0;
}

.text_right {
    text-align: right;
}

.category-new-flag {
    vertical-align: super;
    font-weight: bold;
}

.category-products {
    border: 1px solid #F7F7F0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
    text-align: left;
}

.left-sidebar h2, .brands_products h2 {
    color: var(--essens-blue);
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 12.9px auto 30px;
    text-align: center; /*text-transform: uppercase;*/
    position: relative;
    z-index: 3;
}

.left-sidebar h2:after, h2.title:after {
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}

.left-sidebar h2:before {
    content: " ";
    position: absolute;
    background: var(--essens-bg);
    bottom: -6px;
    width: 130px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -65px;
}

h2.title:before {
    content: " ";
    position: absolute;
    background: var(--essens-bg);
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}

.category-products .panel {
    background-color: var(--essens-bg);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.category-products .panel-default .panel-heading {
    background-color: var(--essens-bg);
    border: 0 none;
    color: #FFFFFF;
    padding: 8px 30px;
}

.category-products .panel-default .panel-heading .panel-title a {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase; /* transition: all 0.2s ease-in-out; */
    -moz-transition: all 0.2s ease-in-out; /* -webkit-transition: all 0.2s ease-in-out; */
    -o-transition: all 0.2s ease-in-out;
}

.panel-title a:hover {
    color: var(--essens-blue);
    text-decoration: underline; /*padding-left: 8px;*/
}

.eshop_menu a { /* transition: all 0.2s ease-in-out; */
    -moz-transition: all 0.2s ease-in-out; /* -webkit-transition: all 0.2s ease-in-out; */
    -o-transition: all 0.2s ease-in-out;
}

.eshop_menu a:hover {
    padding-left: 8px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0 none;
    background: rgba(248, 248, 248, 0.5);
}

@media (min-width: 992px) {
    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 0 none;
        background: transparent;
    }

    .height-56 {
        height: 56px
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 384px;
    }
}

@media (max-width: 992px) {
    .main_nav_center {
        text-align: center;
        margin-left: -48px;
    }
}

.category-products .badge {
    background: none;
    border-radius: 10px;
    color: black;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.badge a:focus {
    background: #F8F8F8;
}

.panel-body ul {
    padding-left: 40px;
}

.panel-body ul li {
    margin-top: 10px;
    margin-left: 9px;
    list-style-type: disc;
}

.panel-body ul li a {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 13px; /*text-transform: uppercase; */
}

.panel-body ul li a:hover {
    color: #005299;
}

.brands-name {
    border: 1px solid #F7F7F0;
    padding-bottom: 20px;
    padding-top: 15px;
}

.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover {
    background-color: #fff;
    color: #696763;
}

/*.shipping {*/ /*background-color: #F2F2F2;*/ /*margin-top: 40px;*/ /*overflow: hidden;*/ /*padding-top: 20px;*/ /*position: relative;*/ /*}*/
.price-range {
    margin-top: 30px;
}

.well {
    background-color: #FFFFFF;
    border: 1px solid #F7F7F0;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 35px;
}

.separator {
    height: 1px;
    width: 100%;
    background-color: #ECF0F3;
}

.tooltip-inner {
    background-color: #557bfe;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #557bfe;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

/* tool-tip new */ /*#product-added { width: max-content; max-width: calc(100vw - 50px); }*/
.tool-tip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tool-tip .tool-tip-text {
    position: absolute;
    visibility: hidden;
    padding: 15px 20px;
    z-index: 1;
    top: 125%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: white;
    color: black;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0 0 15px #16315b1c;
}

.tool-tip .tool-tip-text.w-max-content {
    width: max-content;
    max-width: 80vw;
}

.tool-tip .tool-tip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.tool-tip .tool-tip-text.top-right {
    top: 125%;
    left: unset;
    right: -10px;
}

.tool-tip .tool-tip-text.top-right::after {
    border-width: 8px;
    right: 10px;
    left: unset;
}

.tool-tip .tool-tip-text.top-left {
    top: 125%;
    right: unset;
    left: -10px;
}

.tool-tip .tool-tip-text.top-left::after {
    border-width: 8px;
    left: 10px;
    right: unset;
}

.tool-tip-text.top-left,
.tool-tip-text.top-right {
    transform: none;
}

.tool-tip .tool-tip-text.bottom {
    bottom: 125%;
    top: unset;
    right: -22px;
}

.tool-tip .tool-tip-text.bottom::after {
    border-color: white transparent transparent;
    bottom: unset;
    top: 100%;
}

.tool-tip:hover .tool-tip-text:not(.dynamic-tool-tip), .tool-tip-cart.show .tool-tip-text:not(.dynamic-tool-tip), .dynamic-tool-tip.show {
    visibility: visible;
    opacity: 1;
}

/* /tool-tip */
.padding-right {
    padding-right: 0;
}

.features_items {
    overflow: hidden;
}

h2.title {
    color: var(--essens-blue);
    font-size: 18px;
    margin: 0 15px 20px;
}

.product-image-wrapper1 {
    border: 1px solid #F7F7F5;
    overflow: hidden;
    margin-bottom: 0;
}

.product-image-wrapper {
    border: 1px solid #F7F7F5;
    overflow: hidden; /*margin-bottom: 30px;*/
}

.product-image-wrapper_world {
    overflow: hidden;
    margin-bottom: 30px;
}

.single-products {
    position: relative;
}

.new, .sale {
    position: absolute;
    top: 0;
    right: 0;
}

.new2, .sale2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
}

.odour {
    position: absolute;
    top: 0;
    left: 0;
}

.odour p {
    margin-top: 10px;
    margin-left: 10px;
}

@media (min-width: 1101px) {
    .banner_left, .banner_right {
        top: 210px;
        z-index: -1;
        position: fixed;
        width: 120px;
    }

    .banner_left {
        margin-left: -120px;
    }

    .banner_right {
        margin-left: 1190px;
    }

    .banner_left p, .banner_right p {
        text-align: center;
    }
}

@media (min-width: 1701px) {
    .banner_left, .banner_right {
        top: 210px;
        z-index: -1;
        position: fixed;
        width: 180px;
    }

    .banner_left {
        margin-left: -180px;
    }

    .banner_right {
        margin-left: 1190px;
    }

    .banner_left p, .banner_right p {
        text-align: center;
    }

    a.menu-no-border {
        border: none !important;
        padding: 0 !important;
    }
}

@media (max-width: 1400px) {
    .banner_left {
        display: none;
    }

    .banner_right {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .banner_left .banner_right {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .reg_div {
        display: none;
    }

    .nowrap_display {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 992px) {
    .text_div {
        display: none;
    }

    .flexible-img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

@media only screen and (min-width: 992px) {
    .hide-big {
        display: none;
    }

    .show-big {
        display: inherit;
    }

    .modal-wider {
        width: 900px;
    }

    .thumb-height {
        height: 45px;
    }
}

/* mid*/
@media only screen and (max-width: 991px) and (min-width: 596px) {
    .hide-mid {
        display: none;
    }

    .show-mid {
        display: inherit;
    }

    .thumb-height {
        height: 150px;
    }
}

@media only screen and (min-width: 595px) {
    .no-padding-big {
        padding: 0 !important;
    }
}

/* small */
@media only screen and (max-width: 595px) {
    .hide-small {
        display: none !important;
    }

    .show-small {
        display: inherit;
    }

    .thumb-height {
        height: 150px;
    }

    .no-padding-small {
        padding: 0;
    }

    .no-margin-small {
        margin: 0 !important;
    }

    ul.nav_order > li {
        display: block;
    }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 4px;
    }
}

.product_text_height {
    height: 45px;
}

.product_odour {
    height: 30px;
}

.product_odour img {
    width: 10px;
    height: 10px;
}

.productinfo h2 {
    color: var(--essens-blue);
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.product-overlay h2 {
    color: var(--essens-blue);
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.productinfo p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #696763;
}

@media (max-width: 1500px) {
    .productinfo p {
        font-size: 10.8px;
    }
}

@media (min-width: 1200px) {
    .productinfo p {
        font-size: 14px;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 462px;
    }
}

@media (min-width: 1920px) {
    .page-text {
        font-size: 16px;
    }
}

@media (min-width: 1500px) {
    .page-text {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .page-text {
        font-size: 12px;
    }
}

@media (min-width: 0px) {
    .page-text {
        font-size: 10px;
    }
}

.page-text-hover a:hover {
    color: #76a6d2;
}

.productinfo {
    position: relative;
}

.productinfo img {
    object-fit: contain;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.productinfo-blog {
    position: relative;
}

.productinfo-blog img {
    height: 300px;
    object-fit: contain;
    position: relative;
    width: 100%;
}

.hahahaha {
    position: relative;
}

.hahahaha img {
    height: 400px;
    object-fit: contain;
    width: 500px;
}

.product-overlay {
    background: var(--essens-blue);
    opacity: 0.1;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    top: 0;
    height: 0;
    position: absolute;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
}

.single-products:hover .product-overlay {
    display: block;
    height: 100%;
}

.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.product-overlay .add-to-cart {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: var(--essens-blue);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
    background: #fff;
    color: #000000;
}

.img-cart {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 50px;
}

.total-price {
    border-top: 1px solid #f5f5f5;
    padding-top: 5px;
    margin: 5px 5px 10px;
}

.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}

.upper {
    text-transform: uppercase;
}

.product-header a {
    color: var(--essens-blue)
}

.product-sold-out {
    position: absolute;
    left: 15px;
    top: 100px;
    z-index: 20;
    max-width: 90%;
    opacity: 0.7;
    transform: rotate(-6deg);
}

.zoom {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    color: lightgrey;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.zoom:hover {
    background: transparent;
    color: #ffffff;
}

.product-overlay p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.button_more {
    background: #F5F5ED;
    border: 0 none;
    border-radius: 25px;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.button_more:hover {
    background: var(--essens-blue);
    color: #FFFFFF;
    border-radius: 25px;
}

.button_more2 {
    background: linear-gradient(to bottom, var(--essens-blue) 0%, #236192 40%, #236192 60%, var(--essens-blue) 100%);
    border: 0 none;
    border-radius: 2px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
    padding-left: 22px;
    padding-right: 22px;
}

.button_more2:hover {
    background: var(--essens-blue);
    color: #FFFFFF;
    border-radius: 2px;
}

.add-to-cart {
    background: #F5F5ED;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.add-to {
    margin-bottom: 10px;
}

.add-to-cart i {
    margin-right: 5px;
}

.add-to-cart:hover {
    background: var(--essens-blue);
    color: #FFFFFF;
}

.touch_spin_number {
    background: #F5F5ED;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-left: -2px;
    margin-right: -2px;
}

.touch_spin_number:hover {
    border: 1px solid #000000;
    background: var(--essens-blue);
    color: #FFFFFF;
}

.choose {
    border-top: 1px solid #F7F7F0;
}

.choose ul li a {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

.choose ul li a i {
    margin-right: 5px;
}

.choose ul li a:hover {
    background: none;
    color: grey;
}

.category-tab {
    overflow: hidden;
    padding: 0 20px 0 20px;
}

.category-tab ul {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid var(--essens-blue);
    list-style: none outside none;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    display: table;
}

.category-tab ul li a {
    border: 0 none;
    border-radius: 0;
    color: #000000;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.category-tab ul li a:hover {
    background: #e1dfdf;
    color: #000000;
}

.category-tab2 {
    overflow: hidden;
    padding: 0 20px 0 0;
}

.category-tab2 ul {
    background: transparent none repeat scroll 0 0; /*border-bottom: 1px solid var(--essens-blue);*/
    list-style: none outside none; /*margin: 0 0 30px;*/
    padding: 0;
    width: 100%;
    display: block;
}

.category-tab2 ul li a {
    border: 0 none;
    border-radius: 0;
    color: #000000;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.category-tab2 ul li a:hover {
    background: #e1dfdf;
    color: #000000;
}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: var(--essens-blue); /*border:0px;*/
    color: #FFFFFF;
    cursor: default;
    margin-right: 0;
    margin-left: 0;
}

.nav-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 0;
}

.recommended_items {
    overflow: hidden;
}

.recommended_items > img {
    width: 100%;
}

#recommended-item-carousel .carousel-inner .item {
    padding-left: 0;
}

.recommended-item-control {
    position: absolute;
    top: 41%;
}

.recommended-item-control i {
    background: none repeat scroll 0 0 #f5f5ed;
    color: #FFFFFF;
    font-size: 30px;
    padding: 4px 10px;
}

.recommended-item-control i:hover {
    background: #ccccc6;
}

.recommended_items h2 {
}

.our_partners {
    overflow: hidden;
}

.our_partners ul {
    background: #F7F7F0;
    margin-bottom: 50px;
}

.our_partners ul li a:hover {
    background: none;
}

/************************* *******Shop CSS****** **************************/
#advertisement {
    padding-bottom: 45px;
}

#advertisement img {
    width: 100%;
}

@media (min-width: 0px) {
    .odsaz {
        margin-left: 0;
        margin-right: 0;
        font-size: 10px;
    }

    .small-on-small {
        font-size: 0.8em;
    }
}

@media (min-width: 500px) {
    .odsaz {
        margin-left: 4px;
        font-size: 13px;
    }

    .small-on-small {
        font-size: 0.9em;
    }
}

@media (min-width: 992px) {
    .odsaz {
        margin-left: 3px;
        font-size: 14px;
    }

    .small-on-small {
        font-size: 1em;
    }
}

.pagination {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
}

.pagination li:first-child a, .pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination li:last-child a, .pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active span:focus {
    background-color: var(--essens-blue);
    border-color: var(--essens-blue);
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

.pagination li a, .pagination li span {
    background-color: #f0f0e9;
    border: 0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color: #000;
}

.pagination li a:hover {
    background: var(--essens-blue);
    color: #fff;
}

/************************* *******Product Details CSS****** **************************/
#similar-product {
    margin-top: 40px;
}

#reviews {
    padding-left: 25px;
    padding-right: 25px;
}

.product-details ul li {
    list-style: disc;
    margin: 0 8px 6px !important;
}

.view-product {
    position: relative;
}

.view-product img {
    border: 1px solid #F7F7F0;
    height: 380px;
    width: 100%;
}

.view-product h3 {
    background: var(--essens-blue);
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 20px;
    position: absolute;
    right: 0;
}

#similar-product .carousel-inner .item {
    padding-left: 0;
}

#similar-product .carousel-inner .item img {
    display: inline-block;
    margin-left: 15px;
}

.item-control {
    position: absolute;
    top: 35%;
}

.item-control i {
    background: var(--essens-blue);
    color: #FFFFFF;
    font-size: 20px;
    padding: 5px 10px;
}

.item-control i:hover {
    background: #ccccc6;
}

.mini-cart {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.mini-cart > li img {
    float: left;
    height: auto;
    width: 25%;
}

.mini-cart > li .kosik {
    float: left;
    height: auto;
    width: 25%;
}

.mini-cart > li .text {
    float: left;
    padding-left: 10px;
    width: 75%;
}

.mini-cart .title {
    color: #131416;
    margin: 15px 0 7px;
}

.mini-cart .title, .mini-cart .details {
    display: block;
}

.mini-cart .details {
    line-height: 20px;
    margin: 10px 0 0;
}

.mini-cart .btn-group {
    display: block;
    float: right;
}

.product-information { /*border: 1px solid #F7F7F0;*/
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    text-align: left;
}

@media (min-width: 0px) {
    .product-information {
        padding-left: 20px;
    }
}

@media (min-width: 992px) {
    .product-information {
        padding-left: 20px
    }
}

.product-information2 {
    border: 1px solid #f7f7f0;
    overflow: hidden;
    padding: 10px 30px 30px;
    position: relative;
    text-align: left;
}

.newarrival {
    position: absolute;
    top: 0;
    left: 0
}

.product-information h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-top: 0;
}

.product-information p {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.product-information span {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 18px;
}

.product-information .product-information-price, .product-information span span {
    color: var(--essens-blue);
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-right: 20px;
    margin-top: 0;
    float: left;
    margin-bottom: 0 !important;
}

.product-information .product-information-price {
    float: none;
}

.product-information span input {
    border: 1px solid #ccc;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    outline: medium none;
    text-align: center;
    width: 58px;
    margin-top: 5.4px;
    margin-left: -20px;
}

.product-information span label {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-right: 5px;
}

.share {
    margin-top: 15px;
}

.cart {
    background: var(--essens-blue);
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.cart_detail {
    margin-left: -1.7px;
    background: var(--essens-blue);
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    height: 38px;
    width: 120px;
}

.cart-favorite-href {
    margin: 6px auto 0;
    display: table;
    font-size: 11px;
}

.cart-favorite-href i {
    margin-right: 3px;
    color: var(--essens-pink);
    font-weight: bold;
}

.cart-favorite-href .txt {
    margin-top: 7px;
    color: var(--essens-blue);
    text-decoration: underline;
    transition: 0.3s;
}

.cart-favorite-href .txt:hover {
    letter-spacing: 0.5px;
}

.shop-details-tab {
    border: 1px solid #F7F7F0;
    margin-bottom: 75px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
}

.shop-details-tab .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

#reviews ul {
    background: #FFFFFF;
    border: 0 none;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}

#reviews ul li {
    display: inline-block;
}

#reviews ul li a {
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-right: 15px;
}

#reviews ul li a i {
    color: var(--essens-blue);
    padding-right: 8px;
}

#reviews ul li a:hover {
    background: #fff;
    color: var(--essens-blue);
}

#reviews p {
    color: #363432;
}

#reviews form span {
    display: block;
}

#reviews form span input {
    background: #F0F0E9;
    border: 0 none;
    color: #A6A6A1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    outline: medium none;
    padding: 8px;
    width: 48%;
}

#reviews form span input:last-child {
    margin-left: 3%;
}

#reviews textarea {
    background: #F0F0E9;
    border: medium none;
    color: #A6A6A1;
    height: 195px;
    margin-bottom: 25px;
    margin-top: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: none;
    width: 99.5%;
}

#reviews button {
    background: var(--essens-blue);
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/************************* *******404 CSS****** **************************/
.logo-404 {
    margin-top: 60px;
}

.content-404 h1 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 41px;
    font-weight: 300;
}

.content-404 img {
    margin: 0 auto;
}

.content-404 p {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.content-404 h2 {
    margin-top: 50px;
}

.content-404 h2 a {
    background: var(--essens-blue);
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300;
    padding: 8px 40px;
}

/************************* *******login page CSS****** **************************/
#form {
    display: block;
    margin-bottom: 185px;
    margin-top: 185px;
    overflow: hidden;
}

.login-form {
}

.signup-form {
}

.login-form h2, .signup-form h2 {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.login-form form input, .signup-form form input {
    background: #F0F0E9;
    border: medium none;
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 15px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.login-form form span {
    line-height: 25px;
}

.login-form form span input {
    width: 15px;
    float: left;
    height: 15px;
    margin-right: 5px;
}

.login-form form button {
    margin-top: 23px;
}

.login-form form button, .signup-form form button {
    background: var(--essens-blue);
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: 'Roboto', sans-serif;
    padding: 6px 25px;
}

.login-form label {
}

.login-form label input {
    border: medium none;
    display: inline-block;
    height: 0;
    margin-bottom: 0;
    outline: medium none;
    padding-left: 0;
}

.or {
    background: var(--essens-blue);
    border-radius: 40px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 70px;
    line-height: 50px;
    width: 70px;
}

.or i {
    padding-top: 12px;
    text-align: center;
    vertical-align: middle;
}

.circle_icon {
    background: var(--essens-blue);
    border-radius: 40px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 75px;
    text-align: center;
    width: 50px;
    left: 0;
    right: 0;
}

/************************* *******Cart CSS****** **************************/
#do_action {
    margin-bottom: 50px;
}

#cart_items .cart_info {
    border: 1px solid #E6E4DF;
    margin-bottom: 50px
}

#cart_items .cart_info .cart_menu {
    background: var(--essens-blue);
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

#cart_items .cart_info .table.table-condensed thead tr {
    height: 51px;
}

#cart_items .cart_info .table.table-condensed tr {
    border-bottom: 1px solid #F7F7F0
}

#cart_items .cart_info .table.table-condensed tr:last-child {
    border-bottom: 0
}

.cart_info table tr td {
    border-top: 0 none;
    vertical-align: inherit;
}

#cart_items .cart_info .image {
    padding-left: 30px;
}

#cart_items .cart_info .cart_description h4 {
    margin-bottom: 0
}

#cart_items .cart_info .cart_description h4 a {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

#cart_items .cart_info .cart_description p {
    color: #696763
}

#cart_items .cart_info .cart_price p {
    color: #696763;
    font-size: 18px
}

#cart_items .cart_info .cart_total_price {
    color: var(--essens-blue);
    font-size: 24px;
}

.cart_product {
    display: block;
    margin: 15px -70px 10px 25px;
}

.cart_quantity_button a {
    background: #F0F0E9;
    color: #696763;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 35px;
    float: left;
}

.cart_quantity_input {
    color: #696763;
    float: left;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.cart_delete {
    display: block;
    margin-right: -12px;
    overflow: hidden;
}

.cart_delete a {
    background: #F0F0E9;
    color: #FFFFFF;
    padding: 5px 7px;
    font-size: 16px
}

.cart_delete a:hover {
    background: var(--essens-blue)
}

.bg h2.title {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}

.heading h3 {
    color: #363432;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.heading p {
    color: #434343;
    font-size: 16px;
    font-weight: 300;
}

#do_action .total_area {
    padding-bottom: 18px !important;
}

#do_action .total_area, #do_action .chose_area {
    border: 1px solid #E6E4DF;
    color: #696763;
    padding: 30px 25px 30px 0;
    margin-bottom: 80px;
}

.total_area span {
    float: right;
}

.total_area ul li {
    background: #E6E4DF;
    color: #696763;
    margin-top: 10px;
    padding: 7px 20px;
}

.user_option label {
    color: #696763;
    font-weight: normal;
    margin-left: 10px;
}

.user_info {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
}

.user_info label {
    color: #696763;
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.user_info .single_field {
    width: 31%
}

.user_info .single_field.zip-field input {
    background: transparent;
    border: 1px solid #F0F0E9
}

.user_info > li {
    float: left;
    margin-right: 10px
}

.user_info > li > span {
}

.user_info input, select, textarea { /* background: #F0F0E9; */
    color: #555;
    padding: 6px;
    width: 100%;
    border-radius: 4px;
    resize: none;
    height: 36px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.cart_quantity_delete {
    background: var(--essens-blue) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 7px;
}

.user_info select:focus {
    border: 0
}

.chose_area .update {
    margin-left: 40px;
}

.update, .check_out {
    background: var(--essens-blue);
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 18px;
    border: none;
    padding: 5px 15px;
}

.update {
    margin-left: 40px;
}

.check_out {
    margin-left: 20px
}

/************************* *******checkout CSS****** **************************/
.step-one {
    margin-bottom: -10px
}

.register-req, .step-one .heading {
    background: none repeat scroll 0 0 #F0F0E9;
    color: #363432;
    font-size: 20px;
    margin-bottom: 35px;
    padding: 10px 25px;
    font-family: 'Roboto', sans-serif;
}

.checkout-options {
    padding-left: 20px
}

.checkout-options h3 {
    color: #363432;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.checkout-options p {
    color: #434343;
    font-weight: 300;
    margin-bottom: 25px;
}

.checkout-options .nav li {
    float: left;
    margin-right: 45px;
    color: #696763;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.checkout-options .nav label {
    font-weight: normal;
}

.checkout-options .nav li a {
    color: var(--essens-blue);
    font-size: 18px;
    font-weight: normal;
    padding: 0
}

.checkout-options .nav li a:hover {
    background: inherit;
}

.checkout-options .nav i {
    margin-right: 10px;
    border-radius: 50%;
    background: var(--essens-blue);
    color: #fff;
    font-size: 14px;
    padding: 2px 3px;
}

.register-req {
    font-size: 14px;
    font-weight: 300;
    padding: 15px 20px;
    margin-top: 35px;
}

.register-req p {
    margin-bottom: 0
}

.shopper-info p, .bill-to p, .order-message p {
    color: #696763;
    font-size: 20px;
    font-weight: 300
}

.shopper-info .btn-primary {
    background: var(--essens-blue);
    border: 0 none;
    border-radius: 0;
    margin-right: 15px;
    margin-top: 20px;
}

.payment-options {
    margin-bottom: 125px;
    margin-top: -25px
}

.payment-options span label {
    color: #696763;
    font-size: 14px;
    font-weight: 300;
    margin-right: 30px;
}

.pagination li a {
    background: #F0F0E9;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    margin-right: 5px;
    padding: 4px 12px;
}

.btn {
    transition: .3s;
}

.btn.btn-primary {
    color: white;
    background: var(--essens-blue);
    border-color: #333;
    border-radius: 0;
    margin-top: 0; /* padding: 7px; */
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
    color: var(--essens-blue);
    background-color: white;
}

.btn.btn-grey {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
    margin-top: 0; /* padding: 7px; */
}

.btn.btn-grey:hover {
    background-color: #d4d4d4;
    border-color: #adadad;
    color: #333;
    margin-top: 0; /* padding: 7px; */
}

.btn.btn-travel {
    color: white;
    background: #f7096b;
    border-radius: 25px;
    border-color: #f7096b;
    box-shadow: 0px 3px 7px #141414;
}


.btn-cart-back, .btn-cart-next {
    margin-top: 20px;
    font-weight: 600;
    font-size: 12px;
    padding: 12px 20px;
}

.btn-cart-back.mb20, .btn-cart-next.mb20 {
    margin-bottom: 20px;
}

.btn-cart-back {
    border-color: #e6e6e6;
    color: var(--essens-blue);
}

.btn-cart-back i, .btn-cart-next i {
    font-weight: 600;
    font-size: 14px;
}

.btn-cart-back i {
    margin-right: 7px;
}

.btn-cart-next i {
    margin-left: 7px;
}

.btn-cart-next {
    border-color: var(--essens-blue);
}

.travel-thumb-font {
    text-shadow: 2px 2px 5px #000000;
    color: white;
    text-transform: uppercase;
    padding: 0 15px;
}

/************************* ******* Košík CSS ******** **************************/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 13px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #f5f5f5;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

a.side_widget {
    display: block;
    position: fixed;
    top: 200px;
    right: 0;
    width: 350px;
    height: 210px;
    z-index: 2000;
    text-decoration: none;
    margin-right: -250px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

a.side_widget:hover {
    margin-right: 0;
}

a.side_widget > p {
    display: block;
    width: 400px;
    padding: 15px 50px 0 120px;
    font-size: 12px;
}

.category-products a:hover, .category-products a.active {
    color: #7ca0c5 !important;
}

img.scent-img-det {
    max-width: 18px;
    max-height: 18px;
}

.result-animation {
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    color: white;
    padding: 15px 30px;
    border: 2px solid white;
    border-radius: 5px;
    box-shadow: 0 0 8px grey;
    font-weight: bold;
    z-index: 10000;
    margin-left: -57px;
    margin-top: -38px;
}

.action-saved {
    background: #256194;
}

.action-error {
    background: #ea4848;
}

.btn-max-50 {
    white-space: normal;
    max-width: 49%;
}

.add-to-abo {
    background: #0EBD9E;
}

.add-to-abo:hover {
    background: #F5F5ED;
    color: #696763;
}

.quantity-select .entry.value-minus::before, .quantity-select .entry.value-plus::before {
    background: #fda30e none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -7px;
    margin-top: -0.5px;
    position: absolute;
    top: 50%;
    width: 13px;
}

.quantity-select .entry.value-minus {
    margin-left: 0;
}

.value-minus, .value-plus {
    -moz-user-select: none;
    border: 1px solid #b2b2b2;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 24px;
    margin-right: 3px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 40px;
}

.value {
    border: 1px solid #b2b2b2;
    color: #000000;
    cursor: default;
    display: inline-block;
    height: 40px;
    line-height: 24px;
    margin-right: 3px;
    padding: 8px 0;
    text-align: center;
    width: 40px;
}

.quantity-select .entry.value-plus::after {
    background: #fda30e none repeat scroll 0 0;
    content: "";
    height: 13px;
    left: 50%;
    margin-left: -1.4px;
    margin-top: -6.2px;
    position: absolute;
    top: 50%;
    width: 2px;
}

.value-minus, .value-plus {
    -moz-user-select: none;
    border: 1px solid #b2b2b2;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 24px;
    margin-right: 3px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 40px;
}

.gallery-img {
    position: relative;
    height: 160px;
    background-size: cover !important;
    margin: 10px 5px;
}

.gallery-img-cy {
    position: relative;
    height: 300px;
    background-size: cover !important;
    margin: 10px 5px;
}

.gallery-img a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.gallery-img-cy a {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .gallery-img, .gallery-img-cy {
        height: 300px;
    }
}

.no-padding, .no-padding[style] {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-wrap {
    white-space: nowrap;
}

.ws-wrap {
    white-space: normal;
}

.name {
    margin-left: 7px;
}

.cart_payment {
    padding: 0 10px 0 25px;
    font-size: 12px;
    margin-top: -5px
}

.odsaz_profile {
    padding: 0 10px 0 0;
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 0;
}

.odsaz_profile .b_text {
    font-weight: 600;
    color: var(--essens-blue);
    font-size: 15px;
}

.profile_style {
    padding-left: 22px;
    margin: 20px 20px 20px 5px;
    text-align: left;
    line-height: 1.4;
    font-size: 16px
}

.abo_page {
    padding: 0 10px 0 0;
    font-size: 12px;
    margin-top: -5px
}

.required {
    color: #ff0000;
}

.checkbox label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

img.slide-content {
    background: white;
}

.panel-heading .accordion-toggle:after { /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
    margin-top: -25px;
}

.panel-heading .accordion-toggle.collapsed:after { /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
    margin-top: -25px;
}

footer .border {
    border-top: 1px solid #e6e6e6;
    padding: 2em 0;
    float: left;
    width: 100%;
}

img.grey-scale {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.logos img {
    padding: 10px 30px;
}

@media screen and (min-width: 758px) {
    .logos img {
        width: 180px;
    }
}

.logos a {
    float: none;
    vertical-align: middle;
    display: inline-block;
}

.logos img:hover {
    -webkit-filter: none; /* Chrome, Safari, Opera */
    filter: none;
}

.logos a img {
    width: 100%;
    margin-left: 0;
}

@media screen and (min-width: 100px) {
    .top_left_text {
        text-align: center;
    }

    .top_right_text {
        text-align: center;
    }
}

@media screen and (min-width: 1000px) {
    .top_left_text {
        text-align: left;
        margin-top: 5px;
    }

    .top_right_text {
        text-align: right;
        padding-right: 14px;
    }
}

tbody.slaves-tbody td:first-child, tbody.slaves-tbody td:nth-child(3) {
    padding-left: 20px !important;
}

.btn-pink {
    color: #fff;
    padding: 9px 17px;
    background-color: rgb(220, 0, 96);
    border-color: rgb(220, 0, 96);
}

.btn-pink:hover {
    background-color: rgb(220, 0, 96);
    border-color: rgb(220, 0, 96);
    opacity: 0.85;
    color: white !important;
}

.btn-secondary {
    color: #0a246a;
    background-color: white;
    border: 1px solid #0a246a;
    transition: 0.3s;
}

.btn-secondary:hover, .btn-secondary:focus {
    color: white;
    background-color: var(--essens-blue);
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    color: #7ca0c5 !important;
}

.clickable.red-hover:hover {
    color: #c50005 !important;
}

.transition {
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.transition-fast {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.ghist_new {
    color: green;
    font-weight: bold;
}

.icon_inactive {
    color: #bbb !important;
}

.icon_ok {
    color: #0cb90e !important;
}

.icon_bad {
    color: #b92a28 !important;
}

.icon_default {
    color: var(--essens-blue);
}

span.setSelectorTitleNumber {
    font-weight: bold;
}

div.setSelectorBox {
    display: inline-block;
    height: 200px;
    margin: 5px;
    padding: 5px;
}

div.setSelector.selectedBox div {
    opacity: 0.2;
}

div.setSelector.selectedBox div:hover {
    opacity: 0.9;
}

div.setSelectorBox.selectedBox {
    opacity: 1 !important;;
}

div.setSelectorBox img {
    height: 100%;
    box-shadow: 0 0 2px;
}

.smallest-font {
    font-size: .5em;
}

.smaller-font {
    font-size: .7em;
}

.small-font {
    font-size: .9em;
}

.item-img {
    display: block;
    height: 300px;
    line-height: 300px;
    vertical-align: middle;
}

.page-body img {
    max-width: 100%;
    height: auto !important;
}

.page-body ul > li {
    list-style: disc;
}

.inactive {
    color: #c3c3c3;
}

.sponsor-info {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 1.25em;
}

#hover-cap-4col .thumbnail {
    position: relative;
    overflow: hidden;
}

.caption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    color: #fff !important;
}

.center_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

body > .mainpage { /*min-height: 500px;*/
    min-height: 430px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.strike {
    text-decoration: line-through;
}

.light-highlight {
    background: aliceblue;
}

span.con_removed {
    color: #a7a7a7;
    font-size: 0.8em;
    text-transform: uppercase;
}

.circle_down {
    margin-left: -33px;
    margin-top: 5px;
    width: 70px;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 45px;
    position: absolute;
}

.circle_down:hover {
    margin-top: 7px;
}

.circle_down:active {
    text-decoration: none !important;
}

.circle_down:focus {
    text-decoration: none !important;
}

.product_menu {
    color: #000000;
}

.product_menu:active {
    text-decoration: none !important;
}

.product_menu:focus {
    text-decoration: none !important;
}

.btn-catalogues1 {
    display: block;
    width: 50%;
    color: #2e6da4;
    background-color: #fff;
    border: 1px solid #2e6da4;
    padding: 20px 0; /*margin: 0 !important;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    vertical-align: middle;
}

.btn-catalogues1:hover {
    color: #fff !important;
    background-color: var(--essens-blue);
    border-color: #2e6da4
}

.btn-catalogues2 {
    display: block;
    width: 50%;
    color: #fff;
    background-color: var(--essens-blue);
    border: 1px solid #2e6da4;
    padding: 20px 0; /*margin: 0 !important;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
}

.btn-catalogues2:hover {
    color: #2e6da4 !important;
    background-color: #fff;
    border-color: #2e6da4;
}

.btn-catalogues2:checked {
    color: #2e6da4 !important;
    background-color: #fff;
    border-color: #2e6da4;
}

.btn-catalogues2:focus {
    color: #2e6da4 !important;
    background-color: #fff;
    border-color: #2e6da4;
}

.btn-catalogues2:active {
    color: #2e6da4 !important;
    background-color: #fff;
    border-color: #2e6da4;
}

.btn-picnic {
    display: block;
    width: 50%;
    color: #2e6da4 !important;
    background-color: #fff;
    border: 1px solid #2e6da4;
    padding: 20px 0; /*margin: 0 !important;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
}

.btn-p-custom {
    width: unset;
    display: table;
    padding: 10px;
    white-space: normal;
}

@media (min-width: 992px) {
    .btn-p-custom {
        padding: 20px;
    }
}

.rus_delivery {
    margin: 20px 25px;
    text-align: left;
    line-height: 0.7;
    font-size: 16px
}

.no-border {
    border: none !important;
}

td.set_line img {
    margin: 5px;
    box-shadow: 0 0 20px -2px darkgrey;
}

.cart_item_set_selector {
    margin: 5px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 5px lightgrey;
    height: 80px;
    display: inline-block
}

.cart_item_set_selector .cart_item_set_thumb {
    margin: 0;
    filter: blur(2px) grayscale(100%) brightness(80%);
}

.cart_item_set_selector .set_question_mark {
    position: absolute;
    font-size: 60px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.strike-price {
    color: #b6b6b6;
    text-decoration: line-through;
    font-weight: 400;
    padding-right: 5px;
}

.strike-price.item {
    font-size: 15px;
    margin-top: -17px;
}

.strike-price.detail {
    font-size: 22px;
    margin-top: 7px;
    margin-bottom: 0;
}

.red-price {
    color: #e74c38;
}

.reg_banner {
    color: #2f547b;
    padding: 10px;
    height: 300px;
    border: 1px solid whitesmoke;
}

.reg_banner > div {
    background-size: cover;
    width: 100%;
    height: 100%
}

.reg_banner .white-stripe {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: white;
    min-height: 60px;
    padding: 5px;
    font-size: 1.2em;
}

.red-stripe {
    position: relative;
}

.red-stripe:before {
    border-bottom: 1px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
}

.social a:hover {
    color: #bfbfbf;
}

.social img:hover {
    -webkit-filter: none;
    filter: none;
}

img.grey {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
brightness(0.80);
}

.opacity-on-hover {
    opacity: 0;
}

.opacity-on-hover:hover {
    opacity: 1;
}

.absolute-zero {
    top: 0;
    left: 0;
    position: absolute;
}

.clear-both {
    clear: both;
}

a.opacity-switch:hover img.opacity-zero-on-hover {
    opacity: 0;
}

@media (max-width: 678px) {
    .haha-h1 {
        font-size: 14px;
    }
}

@media (min-width: 678px) {
    .haha-h1 {
        font-size: 40px;
    }
}

.relative {
    position: relative;
}

.abs-under {
    position: absolute;
    left: 0;
    width: 100%;
}

.abs-under-75 {
    bottom: -75%;
}

.abs-under-100 {
    bottom: -100%;
}

.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
    display: table;
    width: 100%;
}

.alert-dark {
    background-color: #444444;
    border-color: var(--essens-blue);
    color: #eaeaea;
}

.alert-white {
    background-image: linear-gradient(to bottom, #fff, #fcfcfc);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    padding-top: 15px;
}

.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff;
}

.alert-white .icon i {
    font-size: 20px;
    color: #fff;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

/*============ colors ========*/
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-white.alert-success .icon, .alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.alert-white.alert-info .icon, .alert-white.alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}

.alert-white.alert-warning .icon, .alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.alert-white.alert-danger .icon, .alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}

#main-menu .white {
    background-color: #fff;
    color: var(--essens-blue);
}

#main-menu .disabled {
    pointer-events: none;
    cursor: default;
    background-color: var(--essens-blue);
}

#main-menu ul.dropdown-menu .disabled {
    color: darkgrey;
    background-color: white;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch.disabled {
    pointer-events: none;
    cursor: wait;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--essens-blue);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--essens-blue);
}

input:checked + .slider:before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 26px;
}

.slider.round:before {
    border-radius: 50%;
}

.widelink {
    position: relative;
    padding: 0 !important;
}

.widelink > a {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 8px;
}

.detail-images {
    margin: auto; /*max-width: 70px;*/
    max-height: 84px;
    width: auto;
}

.hold-down {
    position: absolute;
    bottom: 0;
}

.magyar {
    height: 40px;
    vertical-align: middle;
}

.selected-item-group .select-set-item:not(.selected) {
    opacity: 0.2;
}

.red {
    color: red;
}

.green {
    color: #37bd07;
}

.blue {
    color: var(--essens-blue);
}

.pink {
    color: var(--essens-pink);
}

.bg-blue {
    background-color: var(--essens-blue) !important;
}

.bg-pink {
    background-color: var(--essens-pink) !important;
}

.blue-pink {
    --fa-primary-color: var(--essens-pink);
    --fa-secondary-color: var(--essens-blue);
    --fa-secondary-opacity: 1;
}

.pink-blue {
    --fa-primary-color: var(--essens-blue);
    --fa-secondary-color: var(--essens-pink);
    --fa-secondary-opacity: 1;
}

.alert-pink {
    color: var(--essens-pink);
    background-color: #dc006914;
    border: 1px solid;
}

.grey {
    color: #a3aab0;
}

.hover {
    border-bottom: 1px dashed
}

.loader {
    margin: auto auto;
    text-align: center;
    border: 5px solid #f3f3f3;
    border-top-color: var(--essens-blue);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .small-hide {
        display: none !important;
    }

    .small-hide-inline {
        display: none !important;
    }

    .small-right {
        text-align: right !important;
        padding-right: 0 !important;
    }

    .small-show {
        display: block !important;
    }

    .dropdown-img {
        padding: 28px 28px 8px;
        text-align: center;
    }

    .dropdown-text-pad {
        padding: 0 15px 40px;
    }

    .dropdown-p-mob-hide {
        display: none;
    }

    .dropdown-h {
        font-size: 45px;
        color: var(--essens-pink);
        font-weight: 700;
        letter-spacing: 0;
        padding-bottom: 15px;
        text-align: center;
    }

    .dropdown-img-width {
        width: 180px
    }

    .open > .dropdown-menu-flag {
        right: -5px !important;
    }
}

@media (min-width: 992px) {
    .small-hide {
        display: block;
    }

    .small-hide-inline {
        display: inline-block;
    }

    .small-show {
        display: none;
    }

    .dropdown-menu-height {
        height: 490px !important;
    }

    .dropdown-img {
        padding: 28px 28px;;
        text-align: left
    }

    .dropdown-text-pad {
        padding: 40px 30px 40px 0;
    }

    .dropdown-h {
        font-size: 80px;
        color: var(--essens-pink);
        font-weight: 700;
        letter-spacing: -7px;
        margin-left: -44px
    }

    .dropdown-img-width {
        max-width: 400px;
        width: 100%;
    }
}

.panel2 {
    position: fixed;
    right: -20.625em;
    width: 20.625em;
    background: #ecf0f3;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 10000;
    transition: all 0.3s;
}

.panel2 ul li {
    list-style-type: none;
    border-bottom: 1px solid #eeeeee; /*padding: 20px;*/
    padding-right: 0 !important; /*padding-bottom: 0 !important;*/
    transition: all 0.3s;
    background: var(--essens-bg); /*letter-spacing: 2px;*/ /*font-family: Varela Round;*/ /*transition-property: border;*/ /*transition-duration: 0.3s;*/
}

.panel2 ul ul {
    display: none; /*padding-top: 10px;*/
}

.panel2 ul li a {
    font-size: 13px;
    text-decoration: none;
    color: var(--essens-blue);
    display: block;
    padding: 20px
}

.panel2 ul li:hover { /*font-weight: bold;*/
    background: var(--essens-bg); /*box-shadow: 1px 1px 0 #ccc;*/
    border-left: 5px solid var(--essens-blue);
}

.panel2 ul li:hover ul {
    display: none;
    position: static;
}

.panel2 ul li:hover ul li {
    border-bottom: none;
}

.panel2 ul li:hover ul li:hover {
    border-bottom: none;
    margin-left: 7px;
    border-left: none;
}

.panel2 ul li ul li {
    border-bottom: none; /*padding: 15px 0;*/ /*background: #f5f5f4;*/ /*border-bottom: 1px solid white !important;*/
}

.panel2 ul li ul li a {
    font-size: 12px;
    padding: 13px 0;
    padding-left: 45px;
}

.panel2 ul li ul li:hover {
    border-bottom: none;
    margin-left: 7px;
    border-left: none;
}

.wrap {
    position: relative; /*right: 17px;*/ /*top: 0;*/
}

div#note a {
    text-decoration: underline;
}

.clickable:hover, div#note a:hover {
    color: #ed156d !important;
}

.monospace {
    font-family: monospace;
}

.small-hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.outlet-info {
    background: #cdcdcdd4;
    position: absolute;
    right: 0;
    margin-top: -4em;
    padding: 1em 1em;
    font-weight: bold;
    color: var(--essens-blue);
    text-align: right;
}

.outlet-info-cart {
    display: inline-block;
    background: #ecf0f3c2;
    padding: 0.5em 0.5em;
    font-weight: bold;
    color: var(--essens-blue);
    font-size: 11px;
}

/*PAGE BEZ PŘIHLÁŠENÍ*/
.u_header {
    color: #e60770;
    font-weight: 800
}

.u_header_img {
    width: 100%;
}

.u_prod {
    position: relative;
    height: 70px;
}

.u_prod_r {
    font-size: 16px;
    text-align: justify;
}

.u_prod_l {
    padding-top: 10%;
}

.u_icon_text {
    font-weight: 600;
    font-size: 17px;
    color: var(--essens-blue);
    position: relative;
}

.u_icon_hr {
    border-top: 5px solid #e60770;
    margin-left: 25px
}

.u_icon_img {
    max-width: 150px;
}

.u_prod_margin_l {
    margin-left: 100px;
    color: var(--essens-blue);
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    max-width: 500px;
}

.u_prod_hr {
    border-top: 5px solid #e60770;
    margin-left: 25px;
    margin-top: 10px;
    z-index: 1
}

.s_b_pad {
    background-color: var(--essens-blue);
}

@media (max-width: 768px) {
    .u_header {
        font-size: 24px;
    }

    .u_header_img {
        display: none;
    }

    .mob-hide {
        display: none;
    }

    .u_icon_text {
        text-align: center;
    }

    .u_icon_hr {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .u_icon_img {
        width: 50%;
    }

    .u_header_padding {
        padding: 10% 0;
    }

    .s_b_pad {
        padding-top: 0;
    }

    .row_top_banner a {
        overflow: hidden;
    }

    .row_top_banner img {
        width: 113%;
        margin-left: -7%;
        min-height: 250px;
    }
}

@media (min-width: 768px) {
    .u_header {
        font-size: 42px;
    }

    .u_header_img {
        padding-top: 35px;
    }

    .mob-hide {
        display: none;
    }

    .u_icon_text {
        text-align: center;
    }

    .u_icon_hr {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .u_icon_img {
        width: 80%;
    }

    .u_header_padding {
        padding: 10% 0;
    }

    .s_b_pad {
        padding-top: 0;
    }
}

@media (min-width: 1000px) {
    .u_header {
        font-size: 50px;
    }

    .u_prod {
        margin-left: 70px;
    }

    .u_prod_r {
        width: 90%
    }

    .u_prod_l {
        padding-left: 85px;
    }

    .mob-hide {
        display: block;
    }

    .u_icon_text {
        text-align: left;
        padding-top: 35px;
        padding-left: 25px;
    }

    .u_icon_hr_h {
        position: absolute;
        top: 0;
        left: 0
    }

    .u_icon_hr {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 25px
    }

    .u_header_padding {
        padding: 10% 0 10% 12%;
    }

    .s_b_pad {
        padding-top: 25px;
    }
}

.navbar-default .navbar-toggle {
    border-color: #fff !important;
}

.navbar-toggle {
    background-color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--essens-blue) !important; /*border: 1px solid white !important;*/
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    animation: slide-down 0.4s;
}

.mainpage_pad {
    padding-top: 55px !important;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*KONEC PAGE BEZ PŘIHLÁŠENÍ*/
.btn-default .badge {
    background-color: #7ca0c5 !important;
}

.caption-mob {
    display: block;
    position: relative;
    width: 100%;
    color: black;
}

#accomenu {
    background: #f4f7f8; /*width: 250px;*/
    margin: 10px auto 0 auto;
    color: white;
}

#accomenu h3 {
    background: #f9fbfc;
    margin: 0;
}

#accomenu h3 a {
    padding: 0 10px;
    font-size: 12px;
    line-height: 34px;
    display: block;
    color: white;
    text-decoration: none;
}

#accomenu h3:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

#accomenu i {
    margin-right: 10px;
}

#accomenu li {
    list-style-type: none;
}

#accomenu ul ul li a, #accomenu h4 {
    color: var(--essens-blue);
    text-decoration: none;
    font-size: 11px;
    line-height: 27px;
    display: block;
    padding: 5px 27px;
    transition: all 0.15s;
    position: relative;
}

#accomenu ul ul li a:hover {
    background: #ecf0f3;
    border-left: 3px solid var(--essens-pink);
}

#accomenu ul ul {
    display: none;
}

#accomenu li.active > ul {
    display: block;
}

#accomenu ul ul ul {
    margin-left: 15px;
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

#accomenu a:not(:only-child):after {
    content: "\f104";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
}

#accomenu .active > a:not(:only-child):after {
    content: "\f107";
}

.form-control::-moz-placeholder {
    color: #ddd;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #ddd
}

.form-control::-webkit-input-placeholder {
    color: #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 0 !important;
}

@media (min-width: 200px) {
    .form-inline .form-control {
        width: 44px;
    }
}

.box-small-txt {
    margin: 20px 25px;
    text-align: left !important;
    line-height: 1.4 !important;
}

@media (max-width: 1000px) {
    .product-details {
        overflow: hidden;
        margin-top: 0;
    }

    .box-small-txt {
        margin: 5px;
        font-size: 12px;
    }

    .categ-resp {
        background: transparent;
        font-size: 11px;
        font-weight: 600;
        padding: 13px;
        width: 100%;
        margin-bottom: 5px;
        text-align: left;
        text-decoration: none;
    }

    .box-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /*.padding-right {*/
    /*padding: 0 !important;*/
    /*}*/
    .marmar {
        margin-top: -150px;
        padding-top: 150px
    }

    .mar_action_mob {
        margin: 75px 0 0
    }

    .pad-zero-mob {
        padding: 0;
    }

    .mar-zero-mob {
        margin: 0;
    }

    .cord_t {
        width: 100%;
        margin: 0 auto 30px;
    }

    .kick_img {
        padding: 15px 0 0;
        width: 98%;
    }
}

@media (min-width: 1000px) {
    .product-details {
        overflow: hidden;
        margin-top: 24px;
    }

    .box-small-txt {
        font-size: 16px;
    }

    .categ-resp {
        background: #ecf0f3;
        font-size: 12px;
        font-weight: 600;
        padding: 13px;
        width: 100%;
        margin-bottom: 5px;
        text-decoration: none;
        padding-left: 24px;
    }

    .box-child:nth-child(odd) {
        padding-left: 0 !important;
    }

    .box-child:nth-child(even) {
        padding-right: 0 !important;
    }

    .mar_action_mob {
        margin: 50px 0 0
    }

    .cord_t {
        width: 50%;
        margin: 0 auto 30px;
    }

    .kick_img {
        padding: 20px 0 0;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .d-to-cart {
        width: 42%;
        font-size: 15px;
        height: 45px;
        padding-top: 10px;
        font-weight: 500;
        border-color: var(--essens-blue);
        display: block;
        margin-top: -3px;
        margin-left: -2px;
    }
}

@media (min-width: 1200px) {
    .d-to-cart {
        width: 50%;
        font-size: 15px;
        height: 45px;
        padding-top: 10px;
        font-weight: 500;
        border-color: var(--essens-blue);
        display: inline-block;
        margin-top: -3px !important;
        margin-left: -1px;
    }
}

.btn-default:hover {
    color: var(--essens-blue);
    background-color: #e6e6e6;
    border-color: #e6e6e6 !important;
}

.new-menu-heading {
    background: #f9fbfc !important;
    margin: 0;
    padding: 4px 14px !important;
}

.new-menu-chevron {
    color: var(--essens-blue) !important;
    font-size: 12px !important;
    margin-top: 7px;
}

.new-menu-bg {
    height: 25px;
    background: var(--essens-pink);
    padding: 1px;
}

.new-menu-collapse {
    padding-left: 20px;
    color: var(--essens-blue) !important;
    font-size: 12px !important;
    line-height: 34px;
}

.new-menu-body ul {
    padding: 0;
    margin: 0;
    background: #f4f7f8;
}

.new-menu-body ul li {
    list-style-type: none;
    margin: 0;
}

.new-menu-body ul li a {
    color: var(--essens-blue);
    text-decoration: none;
    font-size: 11px;
    line-height: 27px;
    display: block;
    padding: 5px 26px;
    transition: all 0.15s;
    position: relative;
}

.new-menu-body ul li a:hover {
    background: #ecf0f3;
    color: var(--essens-pink) !important; /*border-left: 3px solid var(--essens-pink);*/
}

.upper.product-header.categ-resp a:last-child {
    color: var(--essens-pink);
    text-decoration: underline;
}

.upper.product-header.categ-resp a:first-child {
    color: var(--essens-blue);
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.panel-default {
    border-color: #e6e6e6;
}

.panel-default > .panel-heading {
    color: var(--essens-blue);
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-title {
    font-size: 14px;
}

#document .dl-item {
    width: 100%;
    background: #f9fbfc;
    color: var(--essens-blue);
    font-size: 11px;
    font-weight: 600;
    padding: 13px;
}

.d-child:first-child {
    border-right: 5px solid transparent;
    margin-bottom: 5px;
}

.d-child:last-child {
    border-left: 5px solid transparent;
    margin-bottom: 5px;
}

.badge_mob {
    display: inline-block;
    font-size: 8px;
    font-weight: 700;
    color: var(--essens-pink);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ecf0f3;
    border-radius: 10px;
    padding: 4px 5px;
    min-width: 19px;
}

.thumbnail-new {
    position: relative;
    border: 1px solid #ecf0f3;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
    height: 455px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-slide .thumbnail-new {
    width: 100%;
}

.thumbnail-new .prod_line {
    color: #c2cad6;
    font-size: 10px;
    margin-top: -5px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.thumbnail-new.with-bottom {
    border-bottom-color: #ecf0f3;
}

.thumbnail-simple {
    position: relative;
    min-width: 150px;
    display: flex;
    flex-direction: column;
}

.virtual-mirror {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    min-width: 105px;
    min-height: 22px;
    padding: 6px 12px;
    border-radius: 0;
    font-size: 12px;
    color: var(--essens-pink);
    border: 1px solid var(--essens-pink);
    background-color: rgba(220, 0, 96, 0.11);
}

.stars-wrap a {
    text-decoration: none;
    color: inherit;
}

.gold-stars {
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 0;
    color: gold;
}

.nav-justified-new {
    height: 43px;
    padding: 16px 0 15px !important;
    font-size: 13px;
    line-height: 1;
}

.nav-justified-new > li {
    display: table-cell;
    width: 1%;
}

.flag-pos-new, .flag-pos-d-new {
    z-index: 2;
    width: 85px;
    position: absolute;
    top: 90px;
    left: 0;
}

.flag-sec-pos {
    top: 125px;
}

.flag-pos-d-new {
    top: 10px;
}

.flag-pos-d-new.flag-sec-pos {
    top: 48px;
}

.price-text-new {
    font-size: 16px !important;
    margin-bottom: auto;
    font-weight: 600 !important;
    color: var(--essens-blue) !important;
    padding-top: 10px;
}

.points-text-new {
    font-size: 12px !important;
    color: var(--essens-pink) !important;
    font-weight: 500 !important;
}

.h3-edit {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.h5-edit {
    font-weight: 400;
    font-size: 11px;
}

.h-po {
    z-index: 2;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    padding: 0 20px;
    height: 40px;
}

.p-item-fc {
    width: 70%;
    font-size: 15px;
    height: 45px;
    padding-top: 10px;
    font-weight: 500;
    border-color: var(--essens-blue) !important;
}

.p-item-fd {
    width: 30%;
    font-size: 15px;
    height: 45px;
    padding-top: 10px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
    border-color: #ecf0f3 !important;
    background: #ecf0f3 !important;
}

.caption-mob .form-control {
    border: 1px solid #ecf0f3;
}

.thumbnail-new .odour {
    position: absolute;
    top: 60px;
    right: 12px;
    left: unset;
    z-index: 2;
}

.row_eshop {
    padding-top: 20px;
}

.outlet-info-new {
    background: #ecf0f3c2;
    position: absolute;
    right: 0;
    top: 59%;
    margin-top: -4em;
    padding: 1em 1em;
    font-weight: bold;
    color: var(--essens-blue);
    text-align: right;
    font-size: 11px;
    pointer-events: none;
}

.btn-sales-cat {
    padding: 8px 12px;
    min-width: 110px;
    max-width: 90%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    background: white;
    color: var(--essens-blue);
    font-size: 14px;
    font-weight: bold;
}

@media (min-width: 1201px) {
    .blog-post .post-head:hover .thumb-overlay {
        z-index: 1;
        background-color: rgba(236, 240, 243, 0.27) !important;
    }
}

.product-information .d-c {
    color: #333333;
}

.price-mar-f {
    margin-top: 22px !important;
    margin-bottom: 12px !important;
    font-size: 25px !important;
}

.strike-price-new.detail {
    color: #a3aab0;
    font-size: 22px;
    margin-bottom: 0;
    text-decoration: line-through;
    font-weight: 400;
    padding-right: 5px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    opacity: 0.5;
}

@media (max-width: 350px) {
    .mod-flag {
        width: 44px;
    }

    .mod-flag-t {
        display: none;
    }

    .modal-lang {
        font-size: 17px;
        padding: 0;
        text-align: center;
    }
}

@media (min-width: 350px) {
    .mod-flag {
        width: 44px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .mod-flag-t {
        display: inline-block;
        font-size: 10px;
        color: black;
        width: 90%;
        position: relative;
        height: 40px;
        left: 30px;
        top: 5px;
    }

    .modal-lang {
        font-size: 17px;
        padding-left: 25px;
    }
}

@media (max-width: 370px) {
    .navwar_cap {
        display: none;
    }
}

@media (min-width: 370px) {
    .navwar_cap {
        position: absolute;
        top: 20px;
        left: 60px;
        font-size: 12px;
        color: white;
    }
}

@media (max-width: 798px) {
    .iframe_resp {
        height: 100% !important;
    }
}

.btn.btn-primary-n {
    background: #e6e6e6;
    border-color: #e6e6e6;
    border-radius: 0;
    margin-top: 0;
    color: var(--essens-blue);
    font-weight: 600;
    padding: 10px 25px;
}

.btn.btn-primary-n i {
    color: var(--essens-pink);
}

.hcat_text {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
    height: 155px;
}

.hcat_text p {
    margin: 0;
}

.dropdown-menu-home {
    padding: 0;
}

.custom-checkbox label, .custom-radio label {
    position: relative;
    cursor: pointer;
    color: #ecf0f3;;
    font-weight: normal; /*font-size: 30px;*/
}

.custom-checkbox input[type="checkbox"], .custom-radio input[type="radio"] {
    position: absolute;
    right: 9000px;
}

/*Custom checkboxes style*/
.custom-checkbox input[type="checkbox"] + .label-text:before {
    content: "\f0c8";
    font-family: "fontawesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

.custom-checkbox .label-text span {
    color: #333;
}

.custom-checkbox input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: var(--essens-pink);
    animation: effect 250ms ease-in;
}

.custom-checkbox input[type="checkbox"]:disabled + .label-text {
    color: #ecf0f3;
}

.custom-checkbox input[type="checkbox"]:disabled + .label-text:before {
    content: "\f0c8";
    color: #ccc;
}

/*Custom checkboxes style*/
.custom-radio input[type="radio"] + .label-text:before {
    content: "\f111";
    font-family: "fontawesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

.custom-radio input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #8e44ad;
    animation: effect 250ms ease-in;
}

.custom-radio input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

.custom-radio input[type="radio"]:disabled + .label-text:before {
    content: "\f111";
    color: #ccc;
}

.discounted {
    color: var(--essens-pink);
}

.distributor {
    color: #4BE1AB;
}

.normal {
    color: var(--essens-blue);
}

@keyframes effect {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(1.3);
    }
    75% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

/* new custom checkbox */
.switch {
    position: relative;
    display: inline-block;
    min-width: 70px;
    width: 70px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before, .switch .slider i {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider i {
    left: 9px;
    bottom: 8px;
    color: transparent;
}

.switch .slider:before {
    content: "";
    left: 5px;
    bottom: 4px;
    height: 22px;
    width: 22px;
    background-color: #002951;
}

.switch input:checked + .slider {
    background-color: #002951;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #002951;
}

.switch input:checked + .slider:before, .switch input:checked + .slider i {
    -webkit-transform: translateX(38px);
    -ms-transform: translateX(38px);
    transform: translateX(38px);
}

.switch input:checked + .slider i {
    color: #002951;
}

.switch input:checked + .slider:before {
    background-color: white;
}

.switch input:disabled + .slider {
    background-color: #CFCFCF;
}

.switch input:disabled + .slider:before {
    background-color: #efeaea;
}

.switch input:disabled:checked + .slider i {
    color: #CFCFCF;
}

.slider.round:before {
    border-radius: 50%;
}

.sprajtRel {
    background: url(https://static.essensworld.com/images/ikona_dvojiceny_modra.png) no-repeat;
    width: 29px;
    height: 27px;
    display: inline-block;
}

.sprajt {
    position: absolute;
    right: 130px;
    top: 15px;
    background: url(https://static.essensworld.com/images/ikona_dvojiceny_bila.png) no-repeat;
    width: 29px;
    height: 27px;
    display: inline-block;
}

.sprajt0 {
    background-position-x: 1px;
}

.sprajt10 {
    background-position-x: -54px;
}

.sprajt20 {
    background-position-x: -109px;
}

.sprajt30 {
    background-position-x: -163px;
}

.sprajt40 {
    background-position-x: -217px;
}

.sprajt50 {
    background-position-x: -272px;
}

.dp-back0 {
    width: 0;
}

.dp-back10 {
    width: 12%;
}

.dp-back20 {
    width: 34%;
}

.dp-back30 {
    width: 56%;
}

.dp-back40 {
    width: 78%;
}

.dp-back50 {
    width: 100%;
}

.product-heart {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 60px;
    right: 10px;
    color: var(--essens-pink);
    font-size: 14px;
}

.thumbnail-new .odour-new {
    position: absolute;
    top: 120px;
    left: 10px;
    z-index: 2;
}

.av_font {
    color: var(--essens-blue);
    font-weight: 600;
}

@media all and (max-width: 992px) {
    .av_div {
        display: inline-block;
    }

    .av_font {
        font-size: 11px;
        padding: 5px 0;
    }
}

@media all and (min-width: 992px) {
    .av_div {
        display: inline-block;
        padding: 0 15px;
    }

    .av_font {
        font-size: 14px;
        padding: 8px 0;
    }
}

.product_img_w {
    height: 200px;
    max-width: 200px
}

.page-body img.product_img_w {
    height: 200px !important;
}

.thumbnail-new .secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.2s;
}

.thumbnail-simple .secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.2s;
}

.thumbnail-new .secondary-image:hover, .thumbnail-simple .secondary-image:hover {
    opacity: 1;
}

.page-body .btn-catalogues1 {
    white-space: normal;
    font-size: initial !important;
}

.cash_back_space {
    position: relative;
    text-align: right;
}

.cash_back_item, .free_gift_item {
    z-index: 2;
    position: absolute;
    top: 100px;
    right: 0;
    color: #14315C;
    font-weight: 600;
    background: #ECF0F3;
    padding: 8px 9px;
    font-size: 11px;
}

.free_gift_item {
    top: 140px;
    display: flex;
    align-items: center;
}

.free_gift_item i {
    font-size: 12px;
    color: #fb1a6b;
    margin-right: 5px;
}

.cash_back_detail, .free_gift_detail {
    z-index: 2;
    position: relative;
    color: #14315C;
    font-weight: 600;
    background: #ECF0F3;
    padding: 8px 9px;
    font-size: 14px;
    margin-bottom: 7px;
    width: fit-content;
}

.free_gift_detail {
    margin-top: 7px;
    padding: 5px 9px;
}

.free-gift-heading {
    display: flex;
    align-items: center
}

.free-gift-heading i {
    font-size: 14px;
    color: #fb1a6b;
    margin-right: 5px;
}

.free-gift-key {
    margin-left: 5px;
}

.free-gift-product-list {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

.free-gift-product-list a {
    color: #052e5d;
    display: block;
    margin-bottom: 5px;
}

.cash_back_cart {
    z-index: 2;
    color: #14315C;
    font-weight: 600;
    background: #ECF0F3;
    padding: 8px 9px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.cash_back_modal {
    font-size: 30px;
    font-weight: 600;
    color: var(--essens-blue);
    padding: 17px 55px;
    background: #ECF0F3;
    width: fit-content;
    margin: 0 auto;
}

.cash_back_more_info {
    font-weight: 600;
    text-transform: lowercase;
    text-decoration: underline;
}

.cash_back_more_info a {
    color: var(--essens-blue);
}

.cash_back_item span, .cash_back_detail span {
    margin: 0 !important;
}

.cash_back_detail span img, .free_gift_detail span img {
    height: 24px !important;
}

.cash_back_item span img, .free_gift_item span img {
    height: 20px !important;
}

.cash_back_item span span, .cash_back_detail span span {
    vertical-align: middle;
    margin: 0 !important;
}

#order_history_table.table > tbody > tr > td {
    font-size: 14px !important;
    border-bottom: 1px solid #f5f5f5;
    border-top: none !important;
    padding: 5px 10px !important;
}

.hist-but {
    padding: 10px 0;
    background: whitesmoke;
    margin-top: 7px;
}

.hist-but-a {
    padding: 0 3px;
}

.hist-but-a i {
    font-size: 17px;
}

@media (min-width: 1000px) {
    .hist-border-left {
        border-left: 3px solid var(--essens-pink);
    }
}

.filtr-style {
    background: whitesmoke;
    height: 40px;
}

.filtr-style label {
    vertical-align: sub;
    margin: 0 5px;
}

.label-style {
    padding: 7px 17px;
}

.news-date {
    margin-bottom: -5px;
    color: var(--essens-pink);
}

@media (max-width: 1000px) {
    #swiper-container-icons img {
        width: 100%;
        max-width: 45px;
    }
}

@media (min-width: 1000px) {
    #swiper-container-icons img {
        width: 100%;
        max-width: 60px;
    }
}

#swiper-container-icons .wrap_header {
    height: 35px;
    vertical-align: middle;
    margin-top: -5px;
    line-height: 0.6;
}

@media (max-width: 1000px) {
    #swiper-container-icons .wrap_header {
        padding: 0 7px;
    }
}

@media (min-width: 1600px) {
    #swiper-container-icons .wrap_header { /*padding: 0 44px;*/
    }
}

#swiper-container-icons .wrap_header span {
    font-size: 10px;
    color: var(--essens-blue)
}

.popover-title {
    color: black;
    font-weight: 600;
}

.popover-content {
    padding: 9px 15px;
    color: black;
    text-align: justify;
}

.detail-fav-wrap-but {
    display: inline-block;
    font-size: 13px;
    background: #ecf0f3;
    color: var(--essens-pink);
    padding: 12px 14px;
    font-weight: 600;
}

.detail-fav-wrap {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 42px;
    text-align: center;
    border: 1px solid #ecf0f3;
}

.detail-fav-wrap span {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    color: var(--essens-pink);
    font-size: 11px;
    margin: 0;
    font-weight: 600
}

.detail-fav-heart {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    font-size: 18px;
    color: var(--essens-pink)
}

.detail-fav-heart.zero {
    font-size: 30px;
}

.nav-tabs > li {
    background: #ecf0f3 !important;
}

.c_onstock {
    font-size: 13px;
}

#kick .alert-success {
    color: #00DE9A;
    background-color: #ffffff;
    border-color: #00DE9A;
}

#kick .alert-warning {
    color: #ffbb00;
    background-color: #ffffff;
    border-color: #ffbb00;
}

#kick p {
    margin: 0 0 5px;
}

@media (max-width: 992px) {
    .md-kc {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .md-kc {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .pad_pc_65 {
        padding: 0 65px;
    }
}

@media (min-width: 1600px) {
    .pad_pc_65 {
        padding: 0 200px;
    }
}

.dib {
    display: inline-block;
}

.profile-choice {
    text-align: center;
    color: var(--essens-blue);
    margin: 14px auto 7px;
    font-weight: 600;
    padding: 7px;
    background: #f1f1f1;
}

.swiper-button-next.our-styles, .swiper-button-prev.our-styles {
    background-image: none !important;
}

.swiper-button-next.our-styles i, .swiper-button-prev.our-styles i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
    display: inline-block;
    right: 7px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.not-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    border-radius: 0;
}

@media (max-width: 768px) {
    .not-bullets {
        bottom: 12px !important;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 12px !important;
    }
}

@media (min-width: 768px) {
    /*.not-bullets {*/
    /* bottom: 30px !important;*/
    /*}*/
    /*.swiper-container-horizontal > .swiper-pagination-bullets {*/
    /* bottom: 30px !important;*/
    /*}*/
}

.ggr-switch > div {
    margin-top: -40px;
    width: 100%;
    padding: 5px 0;
    background: #49adf81c;
}

.ggr-type {
    margin: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid transparent;
}

.ggr-type.size {
    border-width: 1px;
}

.ggr-type.size .btn {
    margin: 2px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: white;
    border: 1px solid var(--essens-blue);
    font-weight: bold;
    color: var(--essens-blue);
    line-height: 1;
    padding-top: 7px;
}

.thumbnail-new .ggr-type.size .btn {
    flex-direction: row;
    align-items: baseline;
    width: auto;
    height: 30px;
    margin: 0;
}

.ggr-type.size.active .btn {
    border-color: white;
    background-color: var(--essens-blue);
    color: white;
}

.ggr-type.color .btn {
    display: inline-block;
    margin: 2px;
    height: 28px;
    width: 28px;
    border: none;
}

.ggr-type.color.active .btn {
    margin: 3px;
    width: 26px;
    height: 26px;
}

.ggr-type.color {
    border: 2px solid transparent;
}

.ggr-type.color.active, .ggr-type.size.active {
    border-color: var(--essens-blue);
}

.ggr-size-unit {
    font-size: 0.8em;
    margin-left: 0.2em;
}

.copyright_back {
    background: var(--essens-blue);
    border-top: 1px solid white;
}

.ggr > div {
    display: none;
}

.ggr > div:first-child {
    display: block;
}

.highlight-link a {
    text-decoration: underline;
    font-weight: bold;
}

#kick_popup h5 {
    color: var(--essens-pink);
    font-weight: bold;
    background-color: #ECF0F3;
    margin-bottom: 25px;
    padding: 15px 10px;
}

.container-img-bg-autumn {
    background-image: url(//static.essensworld.com/images/hygge_okraje_left.png);
    background-repeat: repeat-y; /* background-attachment: fixed; */
    background-position: -5px top;
    background-size: 700px;
}

.kick-img-resp img {
    max-width: 100%;
    height: auto !important;
}

.kick-dv .embed-responsive-16by9 {
    display: none !important;
}

.kick-dv .btn-catalogues1 {
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    margin-top: 8px;
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row-fix {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.sub-items-wrapper {
    overflow: hidden;
}

.sub-items-show-more {
    background: #d1e9fbd4;
    color: #002851;
    font-weight: bold;
    padding: 10px 0;
    position: absolute;
    user-select: none;
    bottom: 0;
    left: 0;
    right: 0;
}

.sub-item-wrapper {
    border-bottom: 1px solid #ddd;
}

.sub-item-wrapper:last-child {
    border-bottom: none;
}

.sub-item-wrapper img {
    max-height: 60px;
    background: white;
}

.event-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.d-flex {
    display: flex;
}

.ltx-key,
.cms-key {
    position: relative;
}

.ltx-key::before {
    content: '🔑';
}

.cms-key::before {
    content: '📝';
}

.ltx-key > i,
.cms-key > i {
    all: unset;
    display: none;
    user-select: all;
    position: absolute;
    z-index: 1000;
    box-shadow: 0 0 4px -2px #ccc;
    background: white !important;
    border: 1px solid #333333 !important;
    border-radius: 2px;
    color: black !important;
    padding: 5px !important;
    font-weight: normal !important;
    line-height: 1.3em !important;
    text-transform: none !important;
    bottom: 0 !important;
    left: 0 !important;
}

.ltx-key:hover > i,
.cms-key:hover > i {
    display: block;
}

.bot-contacts li {
    padding: 5px 0;
    color: #ccc;
}


.sorting .dropdown {
    float: right;
}

.sorting .dropdown-toggle {
    min-width: 120px;
    background-color: #eaeff4;
    color: #0a246a;
}

.sorting .dropdown-toggle:hover,
.sorting .dropdown-toggle:focus {
    background-color: #dae3ec;
    color: #0a246a;
}

.sorting .dropdown-menu {
    top: 105%;
    left: unset;
    right: 0;
    background-color: #eaeff4;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.sorting a {
    display: block;
    color: #0a246a;
    padding: 5px 20px;
    cursor: pointer;
    position: relative;
}

.sorting a.active {
    font-weight: 600;
    color: #0a246a;
    background-color: initial;
}

.sorting a:hover,
.sorting a:focus {
    background-color: #dae3ec;
    color: #0a246a;
}

.sorting a.active:before {
    content: "";
    height: calc(100% - 2px);
    width: 2px;
    position: absolute;
    left: 2px;
    top: 1px;
    background-color: #ED156DFF;
}

.sorting .dropdown .fa-angle-down {
    display: block !important;
}

#q-video .panel-default > .panel-heading {
    color: #002e5d;
    background-color: #f9f9f9;
    border-color: #ecf0f3;
}

#q-video .panel-heading .accordion-toggle:after {
    color: #dc0069;
}

#q-video .panel-default .question {
    margin: 5px 0 5px 0;
    line-height: 1.5;
    font-size: 16px
}

#q-video .panel-body .answer {
    margin: 20px 15px;
    line-height: 2 !important;
    font-size: 16px
}

.lp-layout-panel-heading {
    margin-bottom: 30px;
    background: #ecf0f3;
    padding: 24px 5px;
    text-align: center;
    color: #0a246a;
    font-weight: bold;
}

.lp-layout-faq .panel-default > .panel-heading {
    color: #002e5d;
    background-color: #f9f9f9;
    /*border: 1px solid #ecf0f3;*/
}

.lp-layout-faq .panel-heading .accordion-toggle:after {
    color: #dc0069;
}

.lp-layout-faq .panel-default .question {
    margin: 5px 0 5px 0;
    line-height: 1.5;
    font-size: 16px;
    padding-right: 20px;
}

.lp-layout-faq .panel-body .answer {
    margin: 20px 15px;
    line-height: 2 !important;
    font-size: 16px
}


.lp-layout-heading-h1 {
    margin-top: 50px;
    color: var(--essens-blue);
    font-weight: 600;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.lp-layout-heading-h4 {
    color: #db0962;
    font-weight: 600;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.lp-layout-panel-heading-h2, .lp-layout-panel-heading-h3 {
    display: block !important;
    margin-bottom: 30px;
    background: #ecf0f3;
    padding: 24px 5px;
    text-align: center;
    color: #0a246a;
    font-weight: bold;
}

.table-vert-mid td{
    vertical-align: middle !important;
}

.swiper-container .fa, .swiper-container .fa-regular, .panel-tip .fa-regular, .panel-tip-inv .fa {
    width: unset;
}

