
body a {
    cursor: pointer !important;
}

.top-navigation-bar-menu, .top-navigation-bar-menu-helper {
    text-transform: none;
}

.top-navigation-bar {
    height: 50px;
    background-color: white;
    position: relative;
    color: #1E255E !important;
    border: none;
    
}

.top-navigation-menu-trigger:hover:before {
    color: #1E255E !important;
}

.top-navigation-bar>.container::before {
    content: "Největší online drogerie";
    line-height: 50px;
    color: #1E255E;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 500 !important;
    word-wrap: break-word;
    margin-bottom: 0;
    display: block;
    flex-basis: 50%;
}

.navigation-in ul li a b {
    font-weight: 500 !important;
}

.dropdown-menu li a,
.top-navigation-bar-menu-helper li a {
    color: #1E255E;
}

.top-navigation-bar a,
.top-navigation-bar a:hover {
    color: #1E255E;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 500;
}

.top-navigation-bar .container>.top-navigation-contacts {
    flex-basis: 1%;
    display: none;
}

.top-navigation-bar-menu li:before {
    content: "";
}

.overall-wrapper::before {
    content: " ";
    background-image: url(https://cdn.myshoptet.com/usr/629512.myshoptet.com/user/frontend_backgrounds/bg_img.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    width: 100%;
    position: absolute;
    height: 234px;
    min-height: 234px;
}

#navigation {
    /* overflow: visible; */
    /* height: 100px; */
    background: #fff;
    border-radius: 20px;
    padding: 16px 0px;
    box-shadow: 0px 24px 80px rgba(116, 116, 227, 0.25);
    backdrop-filter: blur(79.4px);
    height: 88px;
}

#navigation .navigation-in {
    background: #fff;
    /* border-radius: 20px;
    padding: 16px 0px; */
}

#navigation .navigation-in ul.menu-level-2 {
    display: none !important;
}

#navigation .navigation-in ul {}


.header-top {
    flex-wrap: nowrap !important;
}
.header-top .site-name-wrapper {
    flex: 0 1 99%;
}
.navigation-buttons a[data-target=cart], .navigation-buttons a[data-target=cart]:hover {
    color: #fff !important;
}
#navigation .navigation-in>ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    
}

.fitted .navigation-in ul, .navigation-in ul {
    justify-content: space-evenly;
}

ul.menu-level-1 li {
    display: inline-block;
    /*margin: 0px 20px;*/
    text-align: center;
    border: none;
}

ul.menu-level-1 li>a {
    text-decoration: none;
    color: #1E255E;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 500;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    line-height: 1;
}

ul.menu-level-1 li>a::before
{
    display: block;
    content: " ";
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    width: 35px;
    height: 35px;
    margin-bottom: 7px;
    margin-top: 5px;
}

/*Akce*/
ul.menu-level-1 li.menu-item-5743>a::before
{
    background-image: url('/user/documents/assets/img/percent.png');
}

/*Drogerie*/
ul.menu-level-1 li.menu-item-3847>a::before
{
    background-image: url('/user/documents/assets/img/spray-bottle.png');
}

/*Kosmetika a parfémy*/
ul.menu-level-1 li.menu-item-5746>a::before
{
    background-image: url('/user/documents/assets/img/bottle.png');
}

/*Sport*/
ul.menu-level-1 li.menu-item-6604>a::before
{
    background-image: url('/user/documents/assets/img/ball.png');
}

/*Domácí potřeby*/
ul.menu-level-1 li.menu-item-8068>a::before
{
    background-image: url('/user/documents/assets/img/can.png');
}

/*Hobby a zahrada*/
ul.menu-level-1 li.menu-item-8518>a::before
{
    background-image: url('/user/documents/assets/img/barbeque.png');
}

/*Hracky*/
ul.menu-level-1 li.menu-item-12845>a::before
{
    background-image: url('/user/documents/assets/img/rocking-horse.png');
}

/*Papirnictvi*/
ul.menu-level-1 li.menu-item-14186>a::before
{
    background-image: url('/user/documents/assets/img/clip1.png');
}

/*Pro zdravi*/
ul.menu-level-1 li.menu-item-15997>a::before
{
    background-image: url('/user/documents/assets/img/pro-zdravi-ikona.png');
}

.submenu-visible #navigation {
    overflow: hidden;
}

/* .category-top>* {
    display: none !important;
} */

.subcategories li a {
    border-radius: 10px;
}

.category-top .category-title {
    display: block !important;
}

.breadcrumbs, .breadcrumbs a {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #828282;
    border: none !important;
}

.breadcrumbs {
    color: #1E255E;
    margin-top: -19px;
}

.sidebar.sidebar-left {
    background: white;
    box-shadow: 0px 24px 80px rgba(116, 116, 227, 0.25);
    border-radius: 14px;
    z-index: 100;
}

.search {
    margin-right: 30px;
    position: relative; 
}

#formSearchForm fieldset input[type=search].form-control {
    color: #1E255E;
    font-size: 13px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 19.50px;
    word-wrap: break-word;
    padding: 10px 20px 10px 35px;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #ffffff73;
    position: relative;
    min-width: 350px
}

#formSearchForm fieldset input[type=search].form-control::placeholder {
    color: white;
    opacity: 0;
}

.search::before {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%); 
    display: block;
    content: " ";
    background-image: url('/user/documents/assets/img/search-normal.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}

#formSearchForm fieldset .btn {
    display: none;
}


.inner_search_boxes {
    margin-right: 30px;
    position: relative; 
}
  
.inner_search_boxes > input {
    color: white;
    font-size: 13px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 19.50px;
    word-wrap: break-word;
    padding: 10px 20px;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #ffffff73;
    /* width: 212px;  */
}
  
.inner_search_boxes > span.search_icons {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%); 
}

#nav-manufacturers {
    display: none !important;
}

.navigation-in ul {
    flex-wrap: nowrap;
    align-items: start;
}


.products-block.products>div {
    flex: 0 0 auto;
    width: 25%;
    padding-right: 12px;
    padding-left: 12px;
    border: none;
}

.products-block.products>div>div.p {
    background: white;
    box-shadow: 0px 24px 80px rgba(116, 116, 227, 0.1);
    border-radius: 21px;
    padding: 13px;
    position: relative;
    margin-bottom: 10px;
    z-index: 100;
}

.products-block.products>div>div.p .image {
    border-radius: 10px;
    border: 1px #E4E4E4 solid;
    margin-bottom: 14px;
    padding: 5px;
}

.products-block.products .p .name {
    /* color: #1E255E;
    font-size: 13px;
    font-family: Poppins; */
    font-weight: 500;
    /* word-wrap: break-word;
    margin-bottom: 0; */
}

.btn.btn-cart, .btn.btn-conversion, a.btn.btn-cart, a.btn.btn-conversion {
    background-color: #fff;
    color: #006f9b;
    border-color: #006f9b;
}

.p:hover .btn-cart {
    background-color: #fff;
    color: #00639c;
    border-color: #00639c;
}

.btn.btn-cart:hover, .btn.btn-conversion:hover, a.btn.btn-cart:hover, a.btn.btn-conversion:hover {
    background-color: #006f9b;
    color: #fff;
    border-color: #006f9b;
}

.btn.btn-default, a.btn.btn-default {
    background-color: #fff;
    border-color: #e74c3c;
    color: #e74c3c;
}

.btn.btn-default:hover, a.btn.btn-default:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}

.products-block .p-code {
    /* right: 13px;
    top: 13px;
    border-radius: 3px;
    padding: 3px; */

    background: #18C6A7;
    color: #fff;
    /* background: #FFE3B8;
    color: #FF9900; */
    border-radius: 25px;
    text-decoration: none;
    
    font-size: 11px;
    font-family: Poppins;
    font-weight: 500;
    word-wrap: break-word;
    padding-left: 19px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    /* display: flex; */
    top: 3px;
    display: none;
}

/* .products-block .p-bottom>div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px #21C4AC solid;
    padding: 7px 12px;
}
*/
.products-block .p-bottom .prices {
    text-align: right;
}

.category-header input[type=radio]+label {
    border-radius: 11px;
    background: rgba(135, 149, 167, 0.1);
    margin-right: 10px;
}

.category-header input[type=radio]+label:hover, .category-header input[type=radio]:checked+label {
    background: #052347;
    color: #fff;
}

.category-header {
    background-color: transparent;
}

/*
:only-button
00639c
006f9b
*/
.btn, a.btn {
    text-align: center;
    color: #21C4AC;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 600;
    word-wrap: break-word;
    border-radius: 6px;
    border: 1px #21C4AC solid;
    background-color: #fff;
}

.price-final {
    color: #FF4668;
    font-size: 20px;
    /* font-family: Poppins; */
    font-weight: 600;
    /* word-wrap: break-word;
    margin-bottom: 0;
    line-height: 1; */
}



.client-center-box ul {
    list-style-type: none;
    padding-left: 5px;
}

.client-center-box ul li {
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
}

.client-center-box ul li a{
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    display: block;
    padding: 5px;
}

.client-center-box ul li.active a{
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    display: block;
    padding: 5px;
    background-color: #1E255E;
    color: #fff;
}

.client-center-box ul li.logout a{
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    display: block;
    padding: 5px;
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    color: #fff;
}

.client-center-box a:hover {
    /* background-color: var(--color-primary); */
    background-color: rgba(135, 149, 167, 0.1);
    color: #1E255E;
}



.box-bg-variant .categories a {
    font-size: 15px;
    font-weight: 500;
    margin: 3px 5px;
    border-radius: 6px;
}

.categories .topic>a:hover {
    /* background-color: var(--color-primary); */
    background-color: rgba(135, 149, 167, 0.1);
    color: #1E255E;
}

.categories li>a:hover {
    background-color: rgba(135, 149, 167, 0.1);
    color: #1E255E;
}


.categories .topic.active>a {
    /* background-color: var(--color-primary); */
    background-color: #1E255E;
    color: #fff;
}

.categories li.active>a{
    background-color: #1E255E;
    color: #fff;
}

#categories .expanded>ul, ul.expanded > ul {
    margin-left: 10px;
}

.category-top .category-title {
    color: #1E255E;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn.add-to-cart-button:before, .btn.btn-cart:before, a.btn.add-to-cart-button:before, a.btn.btn-cart:before {
    content: "\e921";
}

/*disable responsive*/
#header .menu-helper.visible {
    display: none;
}

ul.menu-level-1 li.splitted
{
    visibility:visible;
}





.overall-wrapper {
    padding-top: 0px;
}

.top-navigation-bar {
    width: 100%;
    top: unset;
    position: relative;
}

.responsive-tools {
    display: none;
}

#header {
    margin-bottom: 19px;
    position: static;
}

#navigation {
    position: relative;
    width: auto;
}

/* .mehub-bonus-header-container > div {
    background-color: transparent !important;
}

.mehub-bonus-header-container > div::before {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%); 
    display: block;
    content: " ";
    background-image: url('/user/documents/assets/img/search-normal.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
} */

/* #header, .top-navigation-bar {
    position: relative;
} */

@media (max-width: 1200px) {
    .products-block.products>div {
        flex: 0 0 auto;
        width: 50%;
        padding-right: 12px;
        padding-left: 12px;
        border: none;
    }
}

@media (max-width: 767px) {
    /* .popup-widget.cart-widget,.popup-widget.login-widget {
        display: none !important;
    }
    body.user-action-visible {
        overflow: visible;
    } */
    #header {
        position: static;
        background-color: transparent;
        background-image: none;
        border-color: #dadada;
    }
    #header .site-name {
        position: static;
    }
    #header .cart-count {
        position: relative;
        left: unset;
        top: unset;
        right: unset;
    }
    .navigation-in ul li a {
        padding: 1rem 5px;
    }
    .category-header input[type=radio]+label {
        margin-bottom: 10px;
    }


    .products-block.products>div {
        flex: 0 0 auto;
        width: 50%;
        padding-right: 12px;
        padding-left: 12px;
        border: none;
    }
    .top-navigation-bar>.container::before {
        flex-basis: 80%;
    }

    .sidebar.sidebar-left .sidebar-inner {
        display: block;
    }

    ul.menu-level-1 li>a {
        font-size: 10px;
    }
    #navigation {
        height: 120px;
        padding: 10px 0px;
        overflow: hidden;
    }
    #navigation .navigation-in {
        overflow: hidden;
    }
    .navigation-close {
        display: none;
    }
}

 .navigation-buttons>a[data-target=cart] i {
    background-color: var(--_color-header-mobile-contrast-bg);
    color: var(--_color-header-mobile-contrast-text);
}

.carousel-inner {
    border-radius: 10px;
}

.banner-wrapper > a > img {
    border-radius: 10px;
}

.top-navigation-bar .container {
    align-items: center;
    display: flex;
}

.top-navigation-bar .top-nav-button-account, .top-navigation-bar .top-nav-button-login {
    display: inline;
}

.navigation-in ul {
    display: flex;
}

.navigation-in>ul>li.ext>a>span {
    display: none;
}

.menu-helper .navigationActions, .menu-helper-visible .menu-helper .navigationActions, .menu-helper-visible .navigation-in .navigationActions, .navigation-in .navigationActions {
    display: none;
}

.header-top {
    display: flex;
    flex-wrap: wrap;
    height: 98px;
    padding-bottom: 19px;
    padding-top: 19px;
}

.header-top>div {
    align-self: center;
    flex: 0 1 33.333333%;
}

#header .site-name>a {
    display: inline-block;

}

.cart-price {
    display: inline-block !important;
}

.top-navigation-menu {
    display: none !important;
}

.fitted .navigation-in, .submenu-visible .navigation-in, .navigation-in {
    width: 100%;
}

.quantity {
    border-radius: 6px;
}

.search-whisperer, .popup-widget {
    padding: 15px;
    border-radius: 10px;
    z-index: 1100;
}

.user-action-login .popup-widget-inner {
    border-radius: 10px;
}

input[type=checkbox], input[type=email], input[type=radio], input[type=tel], input[type=search], input[type=text], input[type=password] {
    background: #EEF1F5;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 12px 10px;
}
select {
    border-radius: 10px !important;
    border: none;
    outline: none;
}

#cboxContent {
    border-radius: 10px;
}

.cart-free-shipping {
    padding-bottom: 20px;
}

.cart-inner {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 24px 80px rgba(116, 116, 227, 0.25);
    backdrop-filter: blur(79.4px);
    overflow: hidden;
    margin-top: 36px;
}

.msg-wrapper {
    padding: 0 15px 0 15px;
    z-index: 1500;
}

.msg-wrapper .msg {
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 24px 80px rgba(116, 116, 227, 0.25);
    backdrop-filter: blur(79.4px);
    overflow: hidden;
    color: #fff;
    font-size: 15px;
}

.msg {
    padding: 15px 10px;
}

.select2-selection--single {
    border-radius: 6px;
}

#cat-manufacturers {
    display: none;
}

.products-block .p .flags-default {
    left: unset;
    right: 0;
}

.flag.flag-action {
    content: " ";
    background-image: url('/user/documents/assets/img/action.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    background-color: transparent;
    position: relative;
    width: 45px;
    height: 50px;
    padding: 17px 0px 17px 0;
}

#products .product .p a .flags .flag.flag-action {
    right: -20px;
    top: -20px;
}

#mehub-bonus-header-container {
    display:none;
}

.mehub-bonus-header-container, .mehub-bonus-cart-container {
    display:none;
}

.credits-button {
    background: none !important;
}

.credits-button:before {
    content: " " !important;
    background-image: url('/user/documents/assets/img/database.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    background-color: transparent;
    position: relative;
    width: 25px !important;
    height: 22px !important;
    padding: 11px 0px 17px 0;
    max-height: 22px;
    max-width: 25px;
    margin-left: 5px;
}

.credits-button .credits-count {
    color: #fff !important;
}

.cart-count {
    white-space: nowrap !important;
}

.card.elevation-0.blue {
    display:none !important;
}

.navigation-buttons {
    justify-content: space-between;
}

.ordering-process .site-name {
    display: block;
}

.ordering-process .top-navigation-bar {
    position: relative;
}

.type-index .overall-wrapper {
    padding-top: 0px !important;
}

.header-top .site-name-wrapper {
    flex: 1;
}

#header .navigation-buttons {
    flex: 0.5;
}

@media (max-width: 767px) {
    #header .search {
        display: block;
    }
    #header .search-form {
        display: block;
    }
}

@media (max-width: 720px) {
    .header-top {
        flex-wrap: wrap !important;
        height: auto;
    }
    #header .search {
        order: 5;
        margin: 5px 0px;
        flex: 1;
        min-width: 100%;
    }
    .header-top .site-name-wrapper {
        flex: 1;
        order: 1;
    }

    #header .navigation-buttons {
        order: 2;
        flex: 0.5;
    }
}

.products-block.products .p .name {
    height: 67.5px;
}

@media (max-width: 720px) {
    .products-block.products .p .name {
        height: 120px;
    }
}

ul.menu-level-1 .submenu-arrow {
    display: none;
}

.owl-nav.disabled {
    display: none;
}

/*.owl-loaded {
    display: block!important;
}*/

/*
.navigation-in ul.owl-loaded li a {
    padding: 0.5rem 0px;
}


.menu-level-1 .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 23px !important;
}

.menu-level-1 .owl-prev.disabled,
.menu-level-1 .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
display: none;
}

.menu-level-1 .prev-slide{
    background: url('/user/documents/assets/img/nav-icon.png') no-repeat scroll 0 0;
    opacity: 0.3;
    left: 5px;
}
.menu-level-1 .next-slide{
    background: url('/user/documents/assets/img/nav-icon.png') no-repeat scroll -24px 0px;
    opacity: 0.3;
    right: 5px;
}
.menu-level-1 .prev-slide:hover{
    background-position: 0px -53px;
}
.menu-level-1 .next-slide:hover{
background-position: -24px -53px;
}*/
