/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.text-primary {
    color: #553924 !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #9b826e !important;
}

#cart #wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

#checkout #wrapper {
    padding-top: 18px;
    padding-bottom: 25px;
}

#manufacturer #main {
    margin-top: 20px;
}

#module-ybc_blog-author #main,
#ybc_blog_page #main,
#order-confirmation #main,
#guest-tracking #main,
#discount #main,
#module-blockwishlist-lists #main,
#order-slip #main,
#order-detail #main,
#history #main,
#address #main,
#addresses #main,
#authentication #main,
#registration #main,
#password #main,
#my-account #main,
#identity #main,
#category #main,
#new-products #main,
#prices-drop #main,
#manufacturer #main {
    padding-left: 10px;
    padding-right: 10px;
}


/**************************************************
/*
/*    OBECNÉ VECI
/*
**************************************************/
html {
  scroll-behavior: smooth;
}

/* listy */
#content .elementor-text-editor ol {
    padding-left: 2em !important;
}

#content .elementor-text-editor ul {
    padding-left: 1em !important;
}

/* Automatické číslování podnadpisů ve vnořených seznamech */
ol {
    counter-reset: item;
}

ol > li {
    counter-increment: item;
    padding-top: 20px;
}

ol > li:first-child {
    padding-top: 10px;
}

ol ol > li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
}

ol li.skip {
    counter-increment:none;
}

ol li.skip:before {
    content: none !important;
}

ol h3 {
    font-weight: 600;
}

/* stránka */
#wrapper {
    background-color: unset;
}

#wrapper .breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
}

#wrapper .breadcrumb ol>li:first-child {
    padding-top: 0px;
}

#wrapper .breadcrumb ol>li {
    padding-top: 0px;
}


@media (min-width: 768px) {
    #wrapper .breadcrumb {
	padding: 0 10px;
    }
}

@media (max-width: 767px) {
    #wrapper .breadcrumb {
	padding-left: 10px;
    }
}

#module-ybc_blog-author section#wrapper,
#ybc_blog_page section#wrapper,
#order-confirmation section#wrapper,
#guest-tracking section#wrapper,
#module-blockwishlist-lists section#wrapper,
#order-slip section#wrapper,
#order-detail section#wrapper,
#history section#wrapper,
#address section#wrapper,
#addresses section#wrapper,
#identity section#wrapper,
#my-account section#wrapper,
#password section#wrapper,
#authentication section#wrapper,
#registration section#wrapper,
#manufacturer section#wrapper,
#prices-drop section#wrapper,
#new-products section#wrapper,
#category section#wrapper,
#product section#wrapper,
#cart section#wrapper,
#checkout section#wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

#main .page-content,
#main .page-footer,
#main .page-header {
    margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
    #module-ybc_blog-author section#wrapper,
    #ybc_blog_page section#wrapper,
    #guest-tracking section#wrapper,
    #order-confirmation section#wrapper,
    #module-blockwishlist-lists section#wrapper,
    #order-slip section#wrapper,
    #order-detail section#wrapper,
    #history section#wrapper,
    #address section#wrapper,
    #addresses section#wrapper,
    #identity section#wrapper,
    #my-account section#wrapper,
    #password section#wrapper,
    #authentication section#wrapper,
    #registration section#wrapper,
    #manufacturer section#wrapper,
    #prices-drop section#wrapper,
    #new-products section#wrapper,
    #category section#wrapper,
    #product section#wrapper,
    #cart section#wrapper,
    #checkout section#wrapper {
	padding-left: 10px;
	padding-right: 10px;
    }
}

/* sledovat */
#content,
#wrapper,
#wrapper .container {
    overflow: hidden;
}

.cart-block {
    padding: 0px;
}

.elementor-heading-title > a:not(#e):hover {
    color: #9B826E;
}

#identity #content,
#password #content-wrapper,
#authentication #content-wrapper,
#registration #content-wrapper,
#addresses #content,
#checkout #content {
    margin-bottom: 3rem;
}

#cms #content {
    margin-top: 3em;
}

.container, .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

#header a:hover,
body#checkout a:hover,
a:focus,
.price,
.product-price,
#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover,
.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cartc {
    color: #9B826E;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart:hover,
.product-line-grid-right .product-price .remove-from-cart:hover {
    color: #553924;
}

.has-discount .discount {
    margin: 0 5px 5px 0;
    color: #fff;
    background-color: #FF0000;
    font-size: 13px;
    font-weight: 600;
    border-radius: 12px;
    padding: 2px 10px 2px 10px;
}

.product-discount .regular-price {
    margin: 0 0px 0px 0;
    font-size: 13px;
    line-height: 1em;
    color: #FF0000;
}

/* FORMULÁRE */
@media (max-width: 767px) {
    body#checkout .form-group {
        margin-bottom: 0.8rem;
    }

    body#checkout .nv-checkbox .form-group {
        margin-bottom: 0px;
    }
}

.form-control-label {
    padding-top: 0rem;
}

label {
    margin-bottom: 0rem;
}

.custom-radio input[type=radio]:checked+span {
    background-color: #553924;
}

.form-control {
    border-radius: 12px;
}

.form-control:focus {
    outline: 0.1875rem solid #553924 !important;
    border-color: #553924;
}

.btn-success {
    border: none;
}

.input-group.focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
}

.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    background-color: #553924;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus {
    background-color: #9B826E;
    opacity: .35;
}

.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary:disabled.active,
.btn-primary:disabled:active {
    background-color: #9B826E;
    opacity: .35;
}

.btn.disabled,
.btn.disabled:hover {
    color: #fff;
    background-color: #9b836ea8;
}

.elementor-nav--dropdown .menu-item .elementor-item-active,
.elementor-nav--dropdown .menu-item .highlighted,
.elementor-nav--dropdown .menu-item [href]:focus,
.elementor-nav--dropdown .menu-item [href]:hover {
    background-color: #553924;         
    color: #fff !important;
    outline: none;
}

/* sorting */
.brands-sort .select-list,
.products-sort-order .select-list,
.suppliers-sort .select-list {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
}

.brands-sort button,
.products-sort-order button,
.suppliers-sort button {
    border-radius: 12px;
    font-size: 0.8rem !important;
    padding: 8px;
}

.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
    background-color: #9B826E;
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
    border-radius: 12px;
    width: 20rem;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type=submit] .search:hover,
.top-menu .sub-menu a:hover {
    color: #9B826E;
}

/**************************************************
/*
/*    HLAVIČKA
/*
**************************************************/
.nv-eshop-h1 {
    display: none;
}

/*#header .nv-top-menu.nv-safari.elementor-sticky--active {
    top: 90px !important;
}*/

#header .nv-top-menu nav > ul > li:first-child > a {
    background-color: #9b826e;
    color: #fff !important;
}

#header .nv-top-menu ul > li:first-of-type > a:hover,
#header .nv-top-menu ul > li:first-of-type > a:focus {
    color: #fff !important;
}

#nv-moving-text {
    overflow: hidden;
    white-space: nowrap;
}

#nv-moving-text div {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: nv-text-right-to-left 15s linear infinite;
    -webkit-animation: nv-text-right-to-left 15s linear infinite;
    animation: nv-text-right-to-left 15s linear infinite;
}

#nv-moving-text a:hover {
    color: #e9c8b1 !important;
}

#nv-moving-text a {
    color: #eead8b !important;
    font-weight: 700;
}

/* Firefox keyframes */
@-moz-keyframes nv-text-right-to-left {
    0% { -moz-transform: translateX(100%); }
    10% { -moz-transform: translateX(100%); }
    90% { -moz-transform: translateX(-100%); }
    100% { -moz-transform: translateX(-120%); }
}

/* Chrome keyframes */
@-webkit-keyframes nv-text-right-to-left {
    0% { -webkit-transform: translateX(100%); }
    10% { -webkit-transform: translateX(100%); }
    90% { -webkit-transform: translateX(-100%); }
    100% { -webkit-transform: translateX(-120%); }
}

/* Standard keyframes */
@keyframes nv-text-right-to-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    10% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    90% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-120%);
    }
}

/* účet */
.nv-login span.sub-arrow {
    padding-left: 5px !important;
}

@media (max-width: 1439px) and (min-width: 768px) {
    .nv-login nav a span:first-of-type {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	max-width: 10vw;
    }
}

@media (max-width: 880px) {
    #header .nv-top-menu.elementor-sticky--active {
	top: 75px !important;
    }
}

/* košík */
div.elementor-cart__toggle .elementor-button:hover,
div.elementor-cart__toggle  .elementor-button:focus {
    background-color: unset;
    outline: 0;
}

/**************************************************
/*
/*    LOGO
/*
**************************************************/
.nv-logo img {
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    image-rendering: -webkit-optimize-contrast;
}

/**************************************************
/*
/*    KOŠÍK
/*
**************************************************/
.bootstrap-touchspin .input-group-btn-vertical {
    width: 1px;
}

.blockreassurance_product .item-product {
    margin-bottom: 10px;
    margin-right: 15px;
}

div.cart-grid-right div.nv-checkout-summary,
div.cart-grid-right div.nv-shipping-list {
    border: 1px solid #0000000D;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 12px;
}

#checkout div#content-wrapper div.cart-grid-right .cart-summary-products p:first-of-type {
    font-weight: 600;
    color: #553924;
}

#blockcart-modal {
    margin-left: 0px;
    margin-right: 0px;
}

#blockcart-modal .modal-title {
    font-weight: 600;
}

#blockcart-modal .product-name {
    color: #553924;
}

#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
#blockcart-modal .cart-content p.cart-products-count,
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
    color: #000;
}

.alert-danger,
.alert-warning {
    background-color: #FF0000;
    border: none;
    font-weight: 600;
    color: #fff;
    border-radius: 12px;
}

#cart section .card .no-items {
    font-weight: 800;
    font-size: 1rem;
}

@media (max-width: 1079px) {
    #blockcart-modal .cart-content .cart-content-btn {
	flex-direction: column;
    }

    #blockcart-modal .cart-content .cart-content-btn .material-icons {
	font-size: 18px;
    }
}

@media (min-width: 992px) {
    #checkout .col-lg-8,
    #checkout .col-lg-9,
    #cart .col-lg-8,
    #cart .col-lg-9 {
	float: left;
	width: 65%;
    }
}

@media (max-width: 991px) {
    div.cart-grid-right {
	margin: 0px 20px 20px 20px;
	width: -webkit-fill-available;
    }
}

@media (max-width: 767px) {
    #blockcart-modal .modal-content {
	margin: 10px;
    }

    #blockcart-modal .modal-body {
	padding: 20px;
    }

    #blockcart-modal .modal-body .divide-right {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #0000000D;
	margin: 0px 20px 40px 20px;
	padding: 20px;
    }

    #blockcart-modal .modal-title {
	font-size: 14px;
    }

    #blockcart-modal .product-image {
	float: left;
	max-width: 100px;
	margin: 0px;
	padding-right: 20px;
    }

    #blockcart-modal .product-name {
	font-size: 16px;
    }

    #blockcart-modal .cart-content .cart-content-btn button {
	margin-right: 0px;
    }

}

@media (max-width: 375px) {
    #blockcart-modal .cart-content .cart-content-btn button,
    #blockcart-modal .cart-content .cart-content-btn a {
	font-size: 14px;
    }
}

/**************************************************
/*
/*    POKLADNA
/*
**************************************************/
/* b2b sekce */
div.block-nv-b2b-button {
    margin-bottom: 1rem;
}

#checkout #checkout-personal-information-step div.block-nv-b2b-button {
    margin-top: -1rem;
}
    
div.block-nv-b2b {
    display: none;
    border-radius: 1rem;
    padding: 2rem 1rem 1rem;
    margin-bottom: 1rem;
    background-color: #f6f6f6;
}
    
#checkout-personal-information-step ul.nav li.nav-item a.nav-link,
a.nv-b2b-button {
    border:1px solid #9B826E;
    border-radius: 12px;
    padding: 6px 12px;
    display: inline-block;
}

#checkout-personal-information-step ul.nav li.nav-item a.nav-link.active {
    color: #fff;
    background-color: #9B826E;
}

#checkout-personal-information-step ul.nav li.nav-item a.nav-link:hover,
a.nv-b2b-button:hover {
    background-color: #553924;
    color: #fff !important;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

#checkout-personal-information-step .nav-inline .nav-item+.nav-item,
#checkout-personal-information-step .nav-inline .nav-link+.nav-link {
    margin-left: 0rem;
}

#checkout .nv-registration-info {
    background-color: #f6f6f6;
    padding: 1.5rem 1.5rem 0rem;
    margin-bottom: 0px;
    border-radius: 16px 16px 0px 0px;
}

#checkout .nv-registration-info .text-muted {
    color: #9B826E !important;
    font-weight: bold;
}

#checkout div.field-password-policy {
    background-color: #f6f6f6;
    padding: 1rem 1.5rem 1.5rem;
    margin-bottom: 20px;
    border-radius: 0px 0px 16px 16px;
}

.form-informations-title {
    font-size: .875rem;
    font-weight: 700;
    color: #232323;
}

.form-informations-subtitle,
.form-control-comment,
em {
    font-style: italic;
/*    font-size: 13px;*/
    color: #7a7a7a;
}

#checkout #login-form footer {
    padding-top: 1rem;
}

#checkout div#content-wrapper {
    margin-top: 2rem;
}

body#checkout section.checkout-step .content {
    padding: 1em 0 1em 0em;
}

body#checkout section.checkout-step .step-title {
    font-size: 1rem;
}

body#checkout section.checkout-step #payment-confirmation button {
    width: 100%;
    margin-top: 1.2rem;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: #553924;
}

/* nove */
body#checkout section.checkout-step .delivery-options > .row.carrier-extra-content {
    padding: 0px 0px 15px 0px;
}

.done,
#blockcart-modal .modal-title i.material-icons {
    color: #553924;
}

.input-group .input-group-btn>.btn[data-action=show-password] {
    background-color: #9B826E;
}

.input-group .input-group-btn>.btn[data-action=show-password]:hover {
    background-color: #553924;
}

body#checkout section.checkout-step a {
    font-weight: 600;
}

body#checkout section.checkout-step .address-item {
    border-radius: 12px;
    padding: 20px 10px 0px 10px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

body#checkout section.checkout-step .address-item.selected {
    border: 3px solid #553924;
}

body#checkout section.checkout-step .address-item:hover,
body#checkout section.checkout-step .address-item.selected:hover {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}

body#checkout textarea {
    width: 100%;
    border-radius: 12px;
    padding: 10px;
}

body#checkout textarea:focus-visible {
    outline: 1px solid #553924;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit,
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    color: #553924 !important;
    font-size: 14px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover,
body#checkout section.checkout-step .edit-address:hover {
    color: #9B826E !important;
}

body#checkout section.checkout-step .delete-address:hover {
    color: #FF0000 !important;
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
    font-size: 1.2rem;
}

body#checkout section#checkout-addresses-step p {
    display: inline-block;
}

body#checkout section.checkout-step .address {
    line-height: 1.3rem;
}

body#checkout section.checkout-step .payment-options a,
body#checkout section.checkout-step a[data-link-action="different-invoice-address"],
body#checkout section.checkout-step .add-address a {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    border-radius: 12px 12px 12px 12px;
    padding: 0.5rem 1.25rem;
    border: 1px solid #9B826E;
    color: #9B826E;
}

body#checkout section.checkout-step .payment-options a:hover,
body#checkout section.checkout-step a[data-link-action="different-invoice-address"]:hover,
body#checkout section.checkout-step .add-address a:hover {
    color: #fff;
    background-color: #553924;
}

body#checkout section.checkout-step .delivery-options > .row {
    border-right: none;
    border-radius: 12px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 10px 20px 10px;
    background-color: #f5f5f5;
}

body#checkout section.checkout-step .delivery-options .carrier-price {
    font-weight: 800;
    color: #9B826E;
}

body#checkout section.checkout-step .delivery-options > .row.carrier-extra-content {
    background-color: unset;
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container img,
body#checkout section.checkout-step .delivery-options .delivery-option img {
    width: 4rem;
}

body#checkout section.checkout-step .payment-options a {
    display: table;
    margin-top: 1rem;
    font-style: normal;
}

body#checkout section.checkout-step .payment-options > .row {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: none;
    border-radius: 12px;
    margin-right: 0px;
    margin-left: 0px;
    padding:0px;
}

body#checkout section.checkout-step .payment-options .row.payment-option {
    min-height: 80px;
    margin-bottom: 0.9375rem;
    background: #f9f9f9;
    padding-right: 15px;
    padding-left: 15px;
}

body#checkout section.checkout-step .payment-options .row.payment-option label {
    font-weight: 700;
}

body#checkout section.checkout-step .payment-options p.nv-checkout-reservation-text {
    font-weight: 700;
}

body#checkout section#checkout-payment-step form#conditions-to-approve ul {
    margin-bottom: 0;
}

body#checkout .additional-information {
    margin-top: 0px;
    margin-bottom: 1.5rem;
    font-style: italic;
}

body#checkout #footer {
    padding: 0px;
}

#checkout .card-block.cart-summary-totals {
    padding: 1.25rem 1.25rem 0rem;
}

#checkout .card-block.cart-summary-totals {
    padding: 1.25rem 1.25rem 0rem;
}

.block-promo {
    margin-bottom: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.block-promo ul.promo-name {
    padding: 0rem 1.25rem 0;
}

.block-promo .promo-code-button {
    padding: 0;
}

.block-promo .display-promo a.collapse-button {
    border:1px solid #9B826E;
    border-radius: 12px;
    padding: 12px 24px;
    display: inline-block;
}

.block-promo .display-promo a.collapse-button:hover {
    background-color: #553924;
    color: #fff !important;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

.block-promo .promo-code-button.cancel-promo {
    color: #232323;
}

.block-promo .promo-code-button.cancel-promo:hover {
    color: #9B826E;
}

.block-promo input.promo-input {
    border-radius: 12px;
}

.block-promo input.promo-input:focus {
    outline: none;
}

.block-promo .promo-input+button {
    border: none;
    margin-left: 0.5rem;
}

/* nove */
#checkout .block-promo .cart-summary-line {
    margin-bottom: 1rem;
}

#checkout .card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 0;
}

@media (max-width: 1038px) and (min-width: 426px) {
    body#checkout section#checkout-addresses-step p {
	margin-bottom: 25px;
    }

    body#checkout section#checkout-addresses-step div.clearfix {
	margin-top: 0px;
    }
}

@media (min-width: 1039px) {
    body#checkout section#checkout-addresses-step div.clearfix {
	margin-top: 10px;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    body#checkout section.checkout-step .address-item:first-child {
	margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .done,
    #blockcart-modal .modal-title i.material-icons {
	color: #553924;
	margin-right: 0.5rem;
	font-size: 24px;
    }
}

@media (max-width: 575px) {
    body#checkout section.checkout-step .address-item {
	flex: 0 0 100%;
    }

    body#checkout section.checkout-step .delivery-options > .row {
	padding-top: 20px;
	padding-bottom: 20px;
    }
}

/**************************************************
/*
/*    THANK YOU
/*
**************************************************/
#order-confirmation div#content-wrapper {
    margin-top: 2rem;
}

#order-confirmation nav.breadcrumb {
    display: none;
}

#order-confirmation #wrapper h3 {
    margin-bottom: 0.5rem;
    color: #9B826E;
}

#order-confirmation #content-hook_order_confirmation h3 {
    color: #000;
}

#order-confirmation h3 i {
    padding: 0px;
    margin-right: 0.5rem;
}

/* nadpis potvzeni objednavky */
#order-confirmation section#content-hook_order_confirmation .card-block {
    padding-left: 10px;
    padding-top: 0px;
}

#order-confirmation section#content-hook_order_confirmation p {
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
}

/* detail objednavky - symbol, platba */
#order-confirmation section.page-order-confirmation div.card-block {
    padding: 1.25rem 1.25rem 1.0rem;
}

#order-confirmation div#order-details li {
    float: left;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #cfc8d8;
    list-style-type: none;
    margin: 0 1em 0 0;
    padding: 0 1em 0 0;
}

#order-confirmation div#order-details ul li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}

#order-confirmation section#content h3,
#order-confirmation section#content-hook_payment_return h3 {
    margin-left: 10px;
}

#order-confirmation section#content-hook_payment_return h3.page-subheading {
    color: #553924;
    margin-bottom: 1.5rem;
}

#order-confirmation section#content-hook_payment_return div#payment-details,
#order-confirmation section.page-order-confirmation.card div#order-details {
    padding: 2rem;
    background-color: #f5f5f5;
    margin-top: 0px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#order-confirmation section.page-order-confirmation.card div#order-details {
    border: 2px solid #553924;
}

@media (max-width: 610px) {
    #order-confirmation section#content-hook_payment_return div#payment-details,
    #order-confirmation section.page-order-confirmation.card div#order-details {
	padding: 20px;
    }
}

@media (max-width: 610px) {
    #order-confirmation div#order-details li {
	float: none;
	padding: 1em 2em 1em 1em;
    }

    #order-confirmation div#order-details ul {
	margin-bottom: 0px;
    }
}

/* podrobnosti k platbě */
@media (max-width: 767px) {
    #order-confirmation section#content-hook_payment_return {
	padding: 0px 20px 0px 20px;
    }
}

#order-confirmation .definition-list dl dt {
    font-weight: 600;
}

#order-confirmation .definition-list dl dd {
    color: #9B826E;
    font-weight: 800;
    font-size: 16px;
}

#order-confirmation .definition-list dl dd,
#order-confirmation .definition-list dl dt {
    background-color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
    padding: 0.8rem;
    margin: 0.4rem;
}

@media (max-width: 610px) {
    #order-confirmation .definition-list dl dd,
    #order-confirmation .definition-list dl dt {
	-ms-flex: 0 0 calc(100%);
	flex: 0 0 calc(100%);
    }
}

#order-confirmation .definition-list dl dd:nth-of-type(even),
#order-confirmation .definition-list dl dt:nth-of-type(even) {
    background-color: white;
}

#order-confirmation .definition-list dl dd:last-of-type {
    color: #acacac;
}

#order-confirmation .definition-list dl dd:last-of-type::first-line {
    color: #9B826E;
    font-size: 20px;
}

/* položky */
#order-confirmation #order-items {
    border-right: none;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 0px;
}

#order-confirmation #order-items .row {
    margin: 0px;
}

@media (max-width: 767px) {
    #order-confirmation #order-items {
	margin-bottom: 0px;
	padding-bottom: 30px;
    }
}

#order-confirmation #order-items .order-line {
    margin-top: 0.4rem;
}

#order-confirmation #order-items h3 {
    font-size: 1.125rem;
}

@media (max-width: 767px) {
    #order-confirmation #order-items h4 {	
	display: none;
    }
}

#order-confirmation #order-items .image img {
    width: 50px;
    margin-bottom: 0;
}

#order-confirmation #order-items hr {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    border-color: #EDEDED;
}

#order-confirmation #order-items table tr td {
    border: 1px solid #fff;
}

#order-confirmation #order-items table tbody {
    background-color: #f5f5f5;
}

#order-confirmation #order-items table tr.total-value {
    height: 3rem;
}

#order-confirmation #order-items table tr.total-value td:last-child {
    font-size: 20px;
}

#order-confirmation section#content-hook-order-confirmation-footer {
    clear: both;
}

#order-confirmation #order-reference-value strong,
#order-confirmation #payment-details div strong:first-child {
    color: #9B826E;
    font-size: 16px;
    font-weight: 800;
}

#order-items table tr.total-value {
    background-color: #f5f5f5;
}

/**************************************************
/*
/*    MINIATURA PRODUKTU
/*
**************************************************/
@media (max-width: 575px) and (min-width: 490px) {
    div[data-elementor-type="product-miniature"] {
	padding-bottom: 30px;
	width: 80%;
    }
}

div[data-elementor-type="product-miniature"] {
    padding-bottom: 30px;
}

div[data-elementor-type="product-miniature"] .elementor-widget-product-miniature-name {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

div[data-elementor-type="product-miniature"] .elementor-widget-product-miniature-name div.elementor-widget-container {
/*    flex: 1 1 3em;*/
    flex: 1 1 6em;
}

div[data-elementor-type="product-miniature"] .nv-product-rating {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

div[data-elementor-type="product-miniature"] .nv-product-rating div.elementor-widget-container {
    flex: 1 1 2em;
}

#products div[data-elementor-type="product-miniature"] article:active,
.elementor-widget-product-carousel .swiper-slide:active {
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    border-radius: 12px; 
    box-shadow: 0 0px 0px rgba(50,50,93,.25), 0 3px 6px rgba(0,0,0,.2);
}

.elementor-carousel-wrapper.swiper-container {
    padding-left: 0.5rem;
}

@media (max-width: 1129px) {
    div[data-elementor-type="product-miniature"] a.elementor-button {
        padding: 10px 15px;
	font-size: 0.8em !important;
    }
}

@media (max-width: 1411px) {
    .nv-product-price {
	display: flex;
	align-items: center;
	justify-content: center;
    }
}

div[data-elementor-type="product-miniature"] .ce-product-price-pack {
    font-size: 13px;
    color: #FF0000;
    text-align: center;
    font-weight: bold;
}

.nv-product-cat-name a,
.nv-product-title h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nv-product-cat-name a:hover,
.nv-product-title h4 a:hover {
    text-decoration: underline;
}

.nv-product-cat-name a {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

/* IE10+ */  
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .nv-product-title h4 a {
	display: block;
	overflow: hidden;
	max-height: 2.6em;
	line-height: 1.3em;
    }
}

/**************************************************
/*
/*    HOME PAGE
/*
**************************************************/
/* carousel loga homepage */
.swiper-image-stretch .swiper-slide .swiper-slide-image {
    object-fit: contain;
}

@media (max-width: 1199px) and (min-width: 1025px) {
    #index .nv-cat-propa-left h3 {
	font-size: 1.5rem;
    }

    #index .nv-top-propa-right h3 {
	font-size: 1.5rem;
    }

    #index .nv-top-propa-right .elementor-column.elementor-col-50  {
	width: 80%;
    }
}

@media (max-width: 1199px) and (min-width: 1100px) {
    #index .nv-cat-propa-right {
	padding-left: 1%;
    }
}

@media (max-width: 1099px) and (min-width: 1025px) {
    #index .nv-cat-propa-right {
	padding-left: 1.5%;
    }
}

/**************************************************
/*
/*    DETAIL PRODUKTU
/*
**************************************************/
@media (min-width: 1025px) {
    #product .ce-product-price,
    #product .ce-product-price-regular {
	margin: 0 0 5px 0;
    }
}

@media (max-width: 1024px) and (min-width: 560px) {
    #product .ce-product-prices {
	display: flex;
    }

    #product .nv-product-detail-desc-tabs {
	margin-left: 10px;
	margin-right: 10px;
    }
}

@media (max-width: 559px) {
    #product .ce-product-price.ce-has-discount,
    #product .ce-product-price-regular {
	margin: 0 0 5px 0;
    }
}

@media (max-width: 767px) and (min-width: 376px) {
    #product .nv-product-detail-image .elementor-main-swiper {
	height: auto;
    }
}

@media (max-width: 767px) and (min-width: 426px) {
    #product .nv-product-detail-quick-info > .elementor-column-wrap {
	padding: 40px;
    }

    #product .nv-product-detail-desc-tabs {
	padding: 40px 20px 40px 20px;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    #product .nv-product-detail-desc-tabs section > .elementor-column-wrap {
	padding: 40px 20px 40px 20px !important;
    }
}

#product .ce-tax-shipping-delivery-label {
    display: none;
}

#product th.ce-product-features__label {
    vertical-align: baseline;
}

#product .nv-product-certs {
    padding: 0px 0px 15px 0px;
}

#product .nv-product-certs img {
    margin-right: 8px;
    margin-bottom: 10px;
    width: 5em;
}

#product .nv-product-clean-icons {
    padding: 0px 0px 15px 0px;
}

#product .nv-product-clean-icons img {
    margin-right: 8px;
    margin-bottom: 10px;
    width: 5em;
}

/* Hodnocení */
#product #product-comments-list-header {
    padding: 10px 0px;
}

.product-comment-modal textarea:focus,
.product-comment-modal textarea,
.product-comment-modal input:focus,
.product-comment-modal input {
    padding: .5rem 1rem;
    background: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 12px;
    border-color: #553924;
}

/* Varianty */
#product .ce-product-variants__item {
    margin: 12px 12px 12px 0;
}

/* Balíček */
#product .nv-product-detail-pack .product-pack {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    #product .nv-product-detail-pack .card {
        background-color: #fff;
    }
}

/* Množstvené zľavy */
.product-discounts {
    margin-bottom: 0.5rem;
}

section.product-discounts .nv-discount-cards {
    display: flex;
    gap: 1em; /* Mezera mezi kartami */
}

section.product-discounts .nv-discount-card {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 10px;
    text-align: center;
    background-color: #efefef;
}

@media (min-width: 769px) {
    section.product-discounts .nv-discount-card {
	width: -webkit-fill-available;
    }
}

@media (max-width: 768px) {
    section.product-discounts .nv-discount-cards {
	flex-wrap: wrap;
    }

    section.product-discounts .nv-discount-card {
        width: calc((100% - 30px) / 3);
    }
}

@media (max-width: 560px) {
    section.product-discounts .nv-discount-card {
        width: 100%;
	text-align: left;
	margin-top: 10px;
    }

    section.product-discounts .badge {
	top: -10px;
    }
}

section.product-discounts .nv-discount-card:hover {
    outline: 2px solid #553924;
}

section.product-discounts .nv-discount-header {
    margin-bottom: 0.1em;
}

section.product-discounts .nv-discount-header .quantity {
    font-size: 1.5em;
}

/* Zvýrazněná úspora */
section.product-discounts .saving {
    font-size: 0.8em;
    font-weight: 400;
    color: #0000004d;
}

section.product-discounts .saving-total-value {
    font-size: 1.5em;
    color: #34A640;
    font-weight: bold;
}

/* Štítky */
section.product-discounts .badge {
    position: absolute;
    top: -15px;
    right: 10px;
    font-size: 0.8em;
    font-weight: 600;
    padding: 0px 10px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
}

section.product-discounts .badge.popular {
    background-color: #9b826e;
}

section.product-discounts .badge.value {
    background-color: #553924;
}

section.product-discounts .discount-badge {
    top: -2px;
    right: -10px;
    background-color: red;
    color: #fff;
    padding: 0px 5px;
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 3px;
    position: relative;
    display: inline-block;
}

/* Trojúhelník na levé straně jako označení */
section.product-discounts .discount-badge::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid red;
}

/**************************************************
/*                                   
/*    DETAIL PRODUKTU - 404          
/*                                     
**************************************************/
/* kategorie různé */
.product-id-category-183 #notifications {
    display: none;
}

.product-id-category-183 #content {
    overflow: unset;
}

/**************************************************
/*
/*    RYCHLY NAHLED
/*
**************************************************/
@media (max-width: 767px) {
    .elementor-lightbox .elementor-swiper-button-next i, .elementor-lightbox .elementor-swiper-button-prev i {
	background-color: unset;
    }
}

#ce-product-quick-view {
    z-index: 1;
}

/**************************************************
/*
/*    KATEGORIE
/*
**************************************************/
#products .up .btn-secondary,
#products .up .btn-tertiary {
    color: #fff;
    font-size: 14px;
    padding: 0.2rem 1rem;
}

.filter-button {
    width: auto;
}

#search_filters > .h6,
#search_filters_brands > .h6,
#search_filters_suppliers > .h6 {
    border-bottom: 1px solid rgba(0,0,0,.25);
    padding: 0px 0px 10px 10px;
    margin-bottom: 20px;
}

.active_filters {
    background-color: #f5f5f5;
}

.active_filters .active-filter-title {
    color: #000;
}

.active_filters .filter-block {
    border-radius: 12px;
}

.products-selection {
    margin-bottom: 1rem;
}

.products-selection .sort-by {
    margin-right: -1.5rem;
}

#category #left-column {
    padding-left: 0px;
}

.block-category {
    min-height: unset;
    padding-left: 0;
    margin-bottom: 0;
}

.block-category h1 {
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    .block-category h1 {
	font-size: 1rem;
    }

    .block-category .block-category-inner #category-description .text-muted {
	font-size: 0.8rem;
    }
}

.block-category .block-category-inner {
    flex-direction: row-reverse;
}

.block-category .block-category-inner #category-description {
    width: 100%;
    text-align: justify;
}

.block-category .block-category-inner #category-description strong {
    font-weight: 700;
    color: #000;
}

.block-category .block-category-inner .category-cover {
    width: 50px;
}

.block-category .block-category-inner .category-cover img {
    width: 50px;
    height: auto;
}

#subcategories {
    border-top: none;
    padding-left: 0;
    padding-top: 1rem;
}

#subcategories ul li {
    margin: 0px 4px 0px 4px;
    flex: 0 1 calc( 100%/3 - 8px);
    min-width: unset;
    width: unset;
}

@media (max-width: 1024px) and (min-width: 426px) {
    #subcategories ul li {
	flex: 0 1 calc( 100%/2 - 8px);
    }
}

@media (max-width: 425px) {
    #subcategories ul li {
	flex: 0 1 calc( 100%/1 - 8px);
    }
}

@media (max-width: 767px) {
    #subcategories ul {
        margin: 0 0 0 0px;
    }

    #subcategories ul li .subcategory-image a h5 {
	font-size: 13px !important;
    }
}

#subcategories ul li .subcategory-image a {
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: none;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}

#subcategories ul li .subcategory-image a picture {
    width: 25%;
}

#subcategories ul li .subcategory-image a img {
    max-height: 30px;
    width: auto;
}

#subcategories ul li .subcategory-image a h2,
#subcategories ul li .subcategory-image a h5 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
    color: #553924;
    padding: 0.5rem 0 0.5rem 0;
}

#subcategories ul li:hover .subcategory-image a {
    padding: 15px;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

#subcategories ul li .subcategory-image i {
    color: #9B826E;
}

/* filtre */
#search_filters .facet .facet-label a:hover,
#search_filters_brands .facet .facet-label a:hover,
#search_filters_suppliers .facet .facet-label a:hover {
    color: #9B826E;
}

/* bezproduktů */
#prices-drop .page-not-found,
#new-products .page-not-found,
#category .page-not-found,
#manufacturer .page-not-found {
    max-width: none;
    background-color: #F5F5F5;
    border-radius: 14px;
    padding: 40px;
    margin: 1rem 0 5rem 0;
}

#prices-drop .page-not-found h4,
#new-products .page-not-found h4,
#category .page-not-found h4,
#manufacturer .page-not-found h4 {
    font-size: 1.2rem;
    color: #9B826E;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

#prices-drop .page-not-found p,
#new-products .page-not-found p,
#category .page-not-found p,
#manufacturer .page-not-found p {
    color: #553924;
    font-style: italic;
}

@media (max-width: 767px) {
    #category #left-column #search_filters_wrapper {
	margin: 0px;
    }
}

@media (min-width: 992px) {
    .products-selection .total-products p {
	margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .products-selection .total-products p {
	margin-bottom: 10px;
    }

    .sort-by-row span.sort-by {
	display: none;
    }
}

@media (max-width: 767px) {
    #subcategories ul {
	justify-content: left;
    }
}

/**************************************************
/*
/*    ZNAČKY
/*
**************************************************/
#manufacturer:not(.elementor-page) #left-column {
    display: none;
}

#manufacturer #main {
    margin-top: 20px;
}

#manufacturer #main ul {
    align-items: center;
    padding-bottom: 1rem;
    line-height: 2rem;
}

@media (max-width: 991px) {
    #manufacturer #main ul {
	justify-content: flex-start;
    }
}

#manufacturer h1 {
    margin-bottom: 1rem;
}

#manufacturer section#products {
    margin-top: 2rem;
}

#manufacturer #main .nv-brands-letter {
    flex-direction: column;
    flex: 0 0 100%;
    font-size: 30px;
    font-weight: 800;
    color: #553924;
    margin: 0;
    padding: 1rem;
    margin-bottom: 0.8rem;
    background-color: #f5f5f5;
}

#manufacturer #main ul .brand {
    flex: 0 0 10%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
    border-radius: 12px;
}

#manufacturer #main ul .brand:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

#manufacturer:not(.elementor-page) #content-wrapper {
    width: 100%;
}

#manufacturer .nv-brands-letters {
    margin-bottom: 1em;
    margin-top: 3em;
}

#manufacturer .nv-brands-letters li {
    display: inline-block;
    font-size: 18px;
}

#manufacturer .nv-brands-letters li a {
    padding: 20px;
}

#manufacturer #main #manufacturer-short_description ul {
    display: block;
    line-height: 1.6rem;
    padding-left: 10px;
}

#manufacturer #main #manufacturer-short_description li::before {
    content: "\27A4";
    margin-right: 5px;
    color: #9b826e;
}

/**************************************************
/*
/*    PAGINATION
/*
**************************************************/
.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
}

.pagination .page-list {
    text-align: right !important;
}

.pagination .col-md-6 {
    width: auto;
}

.pagination > div:first-child {
    line-height: inherit;
}

.pagination .current a {
    color: #9B826E;
}

.pagination .next,
.pagination .previous {
    float: none;
}

@media (max-width: 425px) {
    .pagination {
	margin-top: 10px;
	flex-flow: column;
    }

    #products .text-xs-right {
	text-align: center !important;
    }
}

/**************************************************
/*
/*    PATIČKA
/*
**************************************************/
#footer {
    padding-top: 0px;
}

#footer span.elementor-icon-list-text,
#footer h3 {
    font-size: 14px;
    font-weight: normal;
/*    display: contents;*/
    display: inline;
}

/**************************************************
/*
/*    PŘIHLÁŠENÍ/REGISTRACE/OBNOVA HESLA
/*
**************************************************/
#registration #content {
    max-width: 1024px;
}

#registration section.register-form p {
    text-align: center;
}

#password #content-wrapper,
#authentication #content-wrapper {
    margin-top: 3vh;
    display: table;
}

#registration #content-wrapper {
    margin-top: 3vh;
    display: table;
}

#password #main,
#registration #main,
#authentication #main {
    display: table-cell;
    vertical-align: middle;
}

#registration #main header {
    margin-bottom: 0rem;
}

#authentication #main header {
    margin-bottom: 2rem;
}

#guest-tracking #main footer,
#order-detail #main footer,
#module-blockwishlist-lists #main .wishlist-footer-links,
#order-slip #main footer,
#history #main footer,
#addresses #main footer,
#password #main h1,
#password #main footer,
#registration #main h1,
#registration #main footer,
#registration #main footer .float-xs-right,
#authentication #main h1,
#authentication #main footer {
    text-align: center;
    float: unset !important;
}

.page-password #content {
    background: #fff;
    max-width: 640px;
    margin: 0 auto;
}

.page-password #content,
.page-authentication #content,
.page-registration #content {
    padding: 0 1rem 0 1rem;
}

.forgotten-password .form-fields .center-email-fields {
    flex-wrap: wrap;
    --ms-flex-wrap: wrap;
}

.forgotten-password .form-fields .center-email-fields button {
    margin: 10px;
}

.forgotten-password .form-fields label.required {
    width: auto;
    text-align: left;
}

@media (max-width: 767px) {
    #address #main .register-form,
    #address #main .form-control-label,
    #address #main label,
    #address #main .form-control-comment,
    #identity #main .register-form,
    #identity #main .form-control-label,
    #identity #main label,
    #identity #main .form-control-comment,
    #authentication #main .login-form,
    #authentication #main .form-control-label,
    #authentication #main label,
    #authentication #main .form-group,
    #registration #main .register-form,
    #registration #main .form-control-label,
    #registration #main label,
    #registration #main .form-control-comment {
	padding-top: 0px;
	margin: 0px;
    }

    #identity #main .nv-checkbox .form-group,
    #registration #main .nv-checkbox .form-group {
	margin-bottom: 0px;
    }

    #registration #main footer {
	margin-top: 2rem;
    }
}

#registration div.block-nv-b2b-button {
    text-align: center;
}

/**************************************************
/*
/*    MŮJ ÚČET
/*
**************************************************/
#guest-tracking #content-wrapper,
#order-slip #content-wrapper,
#order-detail #content-wrapper,
#history #content-wrapper,
#address #content-wrapper,
#addresses #content-wrapper,
#identity #content-wrapper,
#my-account #content-wrapper {
    margin-bottom: 3vh;
    margin-top: 3vh;
}

#my-account #content {
    max-width: 640px;
    margin: 0 auto;
}

#my-account #main header {
    margin-bottom: 20px;
    text-align: center;
}

#address #main h1,
#address #main footer,
#address #main footer button,
#identity #main h1,
#identity #main footer,
#identity #main footer button,
#my-account #main h1,
#my-account #main footer {
    text-align: center;
    float: unset !important;
}

#my-account #main footer {
    margin-top: 10px;
}

#my-account #content .links {
    padding: 20px;
}

#my-account #content .links a {
    font-size: 0.9rem;
    text-transform: none;
    color: #553924;
    text-align: center;
    flex: 1 0 47%;
    margin-right: 1rem;
    padding: 10px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    border-radius: 12px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);
}

#my-account #content .links a:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
}

#my-account #content:hover,
#my-account #content .links a:hover {
    color: #9B826E;
}

#my-account #content .links a i {
    color: #553924;
}

#my-account #content .links a i:hover {
    color: #9B826E;
}

#addresses .addresses-footer a,
#my-account #main footer .text-sm-center a {
    background-color: #9B826E;
    color: #fff;
    border-width: 0px;
    border-radius: 12px;
    padding: 15px 30px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

#addresses .addresses-footer a:hover,
#my-account #main footer .text-sm-center a:hover {
    background-color: #553924;
}

#addresses address {
    margin-bottom: 0;
}

#addresses .addresses-footer {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#addresses .address {
    border-radius: 12px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 1rem;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

#addresses .address:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
}

#addresses .address .address-footer {
    border-top: 1px solid #E0E0E0;
    padding-top: 1rem;
}

#history #main .order-actions a,
#addresses .address .address-footer a {
    background-color: #9B826E;
    color: #fff;
    border-width: 0px;
    border-radius: 12px;
    padding: 5px 15px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

#history #main .order-actions a:hover,
#addresses .address .address-footer a:hover {
    background-color: #553924;
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

#addresses .address div.address-footer a span {
    font-size: 0.7rem;
    line-height: 1.1rem;
    vertical-align: text-top;
}

#addresses .address div.address-footer a i {
    line-height: 0.8rem;
}

#order-slip h6,
#history h6 {
    color: #553924;
}

#guest-tracking #order-infos li:nth-child(2),
#guest-tracking #order-infos li:nth-child(3),
#guest-tracking tr.line-total,
#guest-tracking table,
#guest-tracking .addresses {
    color: #232323;
}

#order-confirmation .nv-account-transformation,
#guest-tracking .nv-account-transformation {
    background-color: #e7dac6;
    color: #000;
}

#order-confirmation .nv-account-transformation,
#guest-tracking .nv-account-transformation {
    padding: 3rem 3rem 2rem 3rem;
    margin: 10px -20px 0px -20px;
}

#order-confirmation .nv-account-transformation .form-footer {
    text-align: center;
}

#guest-tracking .nv-account-transformation {
    padding: 3rem 3rem 1rem 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

#order-confirmation .nv-account-transformation h3,
#guest-tracking .nv-account-transformation h3 {
    font-size: 1.6em;
    font-weight: bold;
    color: #553924 !important;
}

#order-confirmation #order-items h4,
#guest-tracking table thead th,
#order-detail table thead th,
#order-slip table thead th,
#history table thead th {
    background-color: #9B826E;
    padding: 10px;
    color: #fff;
    vertical-align: middle;
    font-weight: 700;
}

#guest-tracking table tbody td,
#order-slip table tbody th,
#order-slip table tbody td,
#history table tbody th,
#history table tbody td {
    word-break: break-all;
    padding: 10px;
    vertical-align: middle;
    font-weight: 500;
    color: #000;
    font-weight: 400;
    text-align: left !important;
}

#history table tbody th a.view-order-details-link,
#order-slip table tbody tr:first-of-type td a {
    font-weight: 700;
    text-decoration: underline;
}

#order-slip .table-striped tbody tr:nth-of-type(odd),
#history .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

#history #main .order-actions a {
    margin-right: 5px;
}

#history #main .order-actions a i {
    margin: 0.5rem;
    font-size: 1rem;
}

#history .table-labeled .label {
    border-radius: 12px;
    font-weight: 600;
}

#history tbody td span.label {
    display: inline-block;
    white-space: normal;
    text-align: left;
    font-size: 0.8rem;
    font-weight: normal;
}

.page-order-detail .box,
.page-guest-tracking .box {
    padding: 1rem 1rem 0 1rem;
    margin-bottom: 1rem;
}

.page-order-detail h3 {
    color: unset;
    text-transform: unset;
}

.page-guest-tracking #main h3,
.page-order-detail #main h3 {
    margin-bottom: 0.5rem;
    color: #9B826E;
    font-weight: 700;
}

#order-detail #order-products td.qty select.form-control {
    width: 100px;
}

#guest-tracking #main table,
#order-detail #main table {
    border:1px solid red;
}

#guest-tracking .table-striped tbody tr:nth-of-type(odd),
#order-detail .table-striped tbody tr:nth-of-type(odd) {
    background-color: unset;
}

#guest-tracking #order-infos .nv-order-date,
#order-detail #order-infos .nv-order-date {
    text-transform: uppercase;
    font-size: 1rem;
    color: #9B826E;
}

#guest-tracking #order-infos div.box div.row div,
#order-detail #order-infos div.box div.row div {
    width: auto;
}

#guest-tracking #order-infos div.box:nth-child(2),
#order-detail #order-infos div.box:nth-child(2) {
    margin-left: 1rem;
    margin-right: 1rem;
}

#guest-tracking #order-infos div.box:nth-child(2),
#order-detail #order-infos div.box:nth-child(2) {
    padding: 2rem 3rem 5rem 3rem;
    background-color: #f5f5f5;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#guest-tracking #order-infos div.box:nth-child(2) strong,
#order-detail #order-infos div.box:nth-child(2) strong {
    color: #000;
    display: block;
    font-size: 0.8rem;
    text-transform: none;
    font-weight: 400;
    text-transform: uppercase;
}

#guest-tracking #order-infos div.box:nth-child(2) li:first-child,
#order-detail #order-infos div.box:nth-child(2) li:first-child {
    color: #9B826E;
}

#guest-tracking #order-infos div.box:nth-child(2) li,
#order-detail #order-infos div.box:nth-child(2) li {
    float: left;
    font-weight: 800;
    border-right: 1px dashed #cfc8d8;
    list-style-type: none;
    margin: 0 2em 0 0;
    padding: 0 2em 0 0;
    font-size: 1rem;
}

#guest-tracking #order-infos a.button-primary,
#order-detail #order-infos a.button-primary {
    background-color: #9B826E;
    color: #fff;
    border-width: 0px;
    border-radius: 12px;
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

#guest-tracking #order-infos a.button-primary:hover,
#order-detail #order-infos a.button-primary:hover {
    background-color: #553924;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

#guest-tracking .nv-messages,
#guest-tracking table.table-bordered,
#order-detail .nv-messages,
#order-detail table.table-bordered {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

#guest-tracking .nv-messages:hover,
#guest-tracking table.table-bordered:hover,
#order-detail .nv-messages:hover,
#order-detail table.table-bordered:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}

#guest-tracking table.table-bordered thead th,
#guest-tracking table#order-products thead th,
#guest-tracking #order-history table thead th,
#order-detail table.table-bordered thead th,
#order-detail table#order-products thead th,
#order-detail #order-history table thead th {
    font-size: 14px;
}

#history .orders .order .label,
.page-order-detail #order-history .history-lines .history-line .label {
    padding: 0.5rem 1rem 0.5rem 1rem;
    text-align: left;
}

#guest-tracking table#order-products tbody tr,
#guest-tracking table#order-products tbody td,
#guest-tracking table.table-bordered tbody tr,
#guest-tracking table.table-bordered tbody td,
#guest-tracking #order-history table tbody tr,
#guest-tracking #order-history table tbody td,
#order-detail table#order-products tbody tr,
#order-detail table#order-products tbody td,
#order-detail table.table-bordered tbody tr,
#order-detail table.table-bordered tbody td,
#order-detail #order-history table tbody tr,
#order-detail #order-history table tbody td {
    word-break: break-all;
    padding: 0.8rem;
}

#guest-tracking .addresses,
#order-detail .addresses {
    margin-left: 0;
    margin-right: 0;
}

#guest-tracking .addresses div.box div,
#order-detail .addresses div.box div {
    padding-left: 0px;
    padding-right: 0px;
}

#guest-tracking .addresses article,
#order-detail .addresses article {
    border-radius: 12px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin: 0 10px 1rem 10px;
    background: #f5f5f5;
    border: 3px solid transparent;
}

#guest-tracking .addresses article:hover,
#order-detail .addresses article:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}

#guest-tracking .nv-order-items .order-totals,
#guest-tracking table#order-products tfoot,
#order-detail .nv-order-items .order-totals,
#order-detail table#order-products tfoot {
    background-color: #f5f5f5;
}

#guest-tracking table#order-products tfoot tr,
#guest-tracking table#order-products tfoot td,
#order-detail table#order-products tfoot tr,
#order-detail table#order-products tfoot td {
    border:1px solid #fff;
    padding: 0.5rem;
}

#guest-tracking table#order-products tfoot tr.line-total td,
#order-detail table#order-products tfoot tr.line-total td {
    font-weight: 800;
    font-size: 1.2rem;
}

#guest-tracking section.order-message-form,
#guest-tracking .box.messages,
#order-detail section.order-message-form,
#order-detail .box.messages {
    margin-top: 1rem;
}

#guest-tracking .nv-messages,
#order-detail .nv-messages {
    padding: 20px;
}

#guest-tracking section.order-message-form header h3,
#order-detail section.order-message-form header h3 {
    margin-bottom: 0px;
}

#guest-tracking section.order-message-form header p,
#order-detail section.order-message-form header p {
    font-style: italic;
}

#guest-tracking section.order-message-form form,
#order-detail section.order-message-form form {
    margin-top: 2rem;
    padding: 2rem;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

#guest-tracking section.order-message-form form:hover,
#order-detail section.order-message-form form:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}

#guest-tracking section.order-message-form form .form-group,
#order-detail section.order-message-form form .form-group {
    display: grid;
}

#guest-tracking section.order-message-form form .form-group label,
#order-detail section.order-message-form form .form-group label {
    text-align: left;
}

#guest-tracking section.order-message-form form .footer,
#order-detail section.order-message-form form .footer {
    text-align: left !important;
}

.page-customer-account #content {
    padding: 0;
    color: #232323;
}

#module-blockwishlist-lists #content-wrapper {
    margin-top: 3vh;
    margin-bottom: 3vh;
}

#module-blockwishlist-lists .page-content.card {
    box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-top: 1.25rem;
    margin-bottom: 3rem !important;
    border-radius: 12px;
}

#module-blockwishlist-lists .wishlist-add-to-new:hover {
    opacity: unset;
}

#module-blockwishlist-lists .wishlist-list-item .wishlist-list-item-title {
    color: #553924;
}

#module-blockwishlist-lists .wishlist-list-item:hover .wishlist-list-item-title {
    color: #9b826e;
}

#module-blockwishlist-lists .wishlist-list-item-default {
    border-bottom: 0px;
}

#module-blockwishlist-lists .wishlist-list-item-link {
    padding: 1rem 1rem;
    margin: 1rem;
}

#module-blockwishlist-lists li:not(:last-of-type) a {
    border-bottom: 1px solid rgba(0,0,0,.25);
}

#module-blockwishlist-lists .wishlist-list-item-right > button:hover i {
    color: #9b826e;
    opacity: 1;
}

#module-blockwishlist-lists .wishlist-list-item-right .dropdown-menu {
    border-radius: 12px;
    z-index: 999999;
}

#module-blockwishlist-lists .wishlist-list-item-right .dropdown-menu > button {
    color: #000;
}

#module-blockwishlist-lists .wishlist-list-item-right .dropdown-menu > button:hover {
    background-color: #9b826e;
    color: #fff;
}

@media (max-width: 850px) and (min-width: 768px) {
    #history #main .order-actions a,
    #history .table-labeled .label {
	font-size: 1em;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    #guest-tracking #order-infos div.box:nth-child(2) {
	padding: 1rem 2rem 3rem 2rem;
    }

    #order-detail #order-infos div.box:nth-child(2) {
	padding: 1rem 2rem 4rem 2rem;
    }

    #guest-tracking #order-infos div.box:nth-child(2) strong,
    #order-detail #order-infos div.box:nth-child(2) strong {
	font-size: 0.6rem;
    }

    #guest-tracking #order-infos div.box:nth-child(2) li,
    #order-detail #order-infos div.box:nth-child(2) li {
	font-size: 0.8rem;
	padding-right: 1em;
	margin-right: 1em;
    }

    #order-confirmation .nv-account-transformation {
	padding: 3rem 2rem 2rem 2rem;
    }

    #guest-tracking .nv-account-transformation {
	padding: 2rem 2rem 1rem 2rem;
    }

    #order-confirmation .nv-account-transformation h3,
    #guest-tracking .nv-account-transformation h3 {
	font-size: 1.5em;
    }
}

@media (max-width: 767px) {
    #identity #content footer {
	margin-top: 3vh;
    }
    
    #order-slip .credit-slips .credit-slip,
    #history .orders .order {
	border-bottom: 1px solid #553924 !important;
	padding: 2rem;
    }

    #history .orders .order .nv-order-number h3 {
	color: #000;
    }

    #order-slip .credit-slips .credit-slip .row,
    #history .orders .order .row {
	display: flex;
	align-items: center;
    }

    #history .orders .order .row .order-actions {
	width: auto;
    }

    #order-slip .credit-slips .credit-slip:nth-of-type(odd),
    #history .orders .order:nth-of-type(odd) {
	background-color: #f5f5f5;
    }

    #history .orders .order .label {
	border-radius: 12px;
	padding: 0.6rem 0.6rem;
	font-weight: 600;
    }

    #order-slip .credit-slips .credit-slip li {
	font-size: 0.9rem;
	padding: 0.15rem;
    }

    #order-slip .credit-slips .credit-slip li strong {
	font-weight: 800;
	color: #000;
    }

    #order-slip .credit-slips .credit-slip li:last-of-type {
	margin-top: 1rem;
    }

    /* button */
    #order-slip .credit-slips .credit-slip li:last-of-type a {
	background-color: #9B826E;
	color: #fff;
	border-width: 0px;
	border-radius: 12px;
	padding: 10px 20px;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
    }

    #guest-tracking .name {
	font-weight: 600;
    }

    #guest-tracking #order-infos div.box:nth-child(2),
    #order-detail #order-infos div.box:nth-child(2) {
	padding: 2rem;
    }

    #guest-tracking #order-infos div.box:nth-child(2) {
	margin-left: 1rem;
	margin-right: 1rem;
    }

    #guest-tracking #order-infos div.box:nth-child(2) strong,
    #order-detail #order-infos div.box:nth-child(2) strong {
	font-size: 0.6rem;
    }

    #order-confirmation div#order-details li,
    #guest-tracking .shipping-lines li,
    #guest-tracking #order-infos div.box:nth-child(2) li,
    #order-detail .shipping-lines li,
    #order-detail #order-infos div.box:nth-child(2) li {
	font-size: 0.8rem;
	padding-right: 1rem;
	margin-right: 1rem;
	float: none;
	border-right: 0px;
    }

    #order-confirmation div#order-details li:not(:last-of-type),
    #guest-tracking .shipping-lines li:not(:last-of-type),
    #guest-tracking #order-infos div.box:nth-child(2) li:not(:last-of-type),
    #order-detail .shipping-lines li:not(:last-of-type),
    #order-detail #order-infos div.box:nth-child(2) li:not(:last-of-type) {
	border-bottom: 1px dashed #cfc8d8;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
    }

    #guest-tracking .shipping-lines,
    #order-detail .shipping-lines {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 2rem;
    }

    #guest-tracking .shipping-lines ul,
    #order-detail .shipping-lines ul {
	margin-bottom: 0;
    }

    #guest-tracking .nv-order-items-totals,
    #order-detail .nv-order-items-totals {
	margin-top: 1rem;
    }

    #guest-tracking .nv-order-items,
    #order-detail .nv-order-items {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
    }

    #guest-tracking .nv-order-items .order-totals,
    #order-detail .nv-order-items .order-totals {
	padding: 0px;
    }

    #guest-tracking .nv-order-items .order-totals div.order-total,
    #order-detail .nv-order-items .order-totals div.order-total {
	border:1px solid #fff;
	padding: 0.5rem;
    }

    #guest-tracking #content,
    #order-detail #content {
	margin-left: -10px;
	margin-right: -10px;
    }

    #order-confirmation .nv-account-transformation h3,
    #guest-tracking .nv-account-transformation h3 {
	font-size: 1.5em;
    }

    #guest-tracking .nv-account-transformation {
	padding: 2rem 1rem 1rem 1rem;
    }

    #order-confirmation .nv-account-transformation {
	padding: 2rem 2rem 1rem 2rem;
	margin: 10px 0px 0px 0px;
    }
}

@media (max-width: 575px) {
    #guest-tracking #order-infos a.button-primary,
    #order-detail #order-infos a.button-primary {
	font-size: 0.8rem;
        padding: 8px 12px;
    }

    #guest-tracking #order-history,
    #order-detail #order-history {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 2rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
    }
}

@media (max-width: 582px) and (min-width: 426px) {
    #my-account #content .links a {
	flex: 1 0 40%;
    }
}

@media (max-width: 425px) {
    #order-slip .credit-slips .credit-slip,
    #history .orders .order {
	padding: 1rem;
    }

    #my-account #content .links a {
	flex: 1 0 100%;
    }

    #history .orders .order .label {
	margin: 1rem 0;
    }

    #history .orders .order .label,
    .page-order-detail #order-history .history-lines .history-line .label {
	text-align: center;
    }

    #order-slip .credit-slips .credit-slip .row,
    #history .orders .order .row {
	flex-direction: column;
	align-items: baseline;
    }

    #order-slip .credit-slips .credit-slip .row div,
    #history .orders .order .row div {
	width: 100%;
    }	

    #history .orders .order .row .order-actions {
	display: flex;
    }

    #guest-tracking div.box div.row,
    #order-detail div.box div.row {
	display: inline;
    }

    #guest-tracking #order-infos .nv-order-date,
    #order-detail #order-infos .nv-order-date {
	margin-bottom: 1rem;
    }

    #guest-tracking .order-items .order-item,
    #order-detail .order-items .order-item {
	padding: 0px;
    }

    #guest-tracking .order-items .order-item .qty,
    #order-detail .order-items .order-item .qty {
	margin-bottom: 0rem;
    }

    #guest-tracking .nv-order-items .order-totals,
    #order-detail .nv-order-items .order-totals {
	padding: 1rem 0 0 0;
    }

    #guest-tracking .nv-order-items .order-totals div.order-total,
    #order-detail .nv-order-items .order-totals div.order-total {
	border:0px;
    }

    #module-blockwishlist-lists .wishlist-container-header {
	display: block;
    }
}

@media (max-width: 667px) and (min-width: 376px) {
    #addresses .address .address-footer {
	padding: 1rem 0 0 0;
    }

    #addresses .address .address-footer a {
	padding: 5px 10px;
    }

    #addresses .address .address-footer i {
	font-size: 0.8rem;
    }
}

@media (max-width: 375px) {
    #addresses .address {
	padding: 20px 10px 20px 10px;
    }

    #addresses .address .address-footer a {
	display: block;
	margin-top: 5px;
    }

    #addresses .addresses-footer {
	margin-right: 0px;
	margin-left: 0px;
	font-size: 0.1rem;
    }

    #addresses .addresses-footer a {
	display: block;
	padding: 0.4rem 1rem;
    }

    #addresses .addresses-footer a span {
	font-size: 0.8rem;
    }
}

/**************************************************
/*
/*    DOPRAVA/PLATBA FLIP BOX
/*
**************************************************/
.nv-shipping-condition div.elementor-widget-wrap {
    justify-content: center;
}

.nv-shipping-condition .nv-shipping-condition-box img {
    min-height: 60px;
    object-fit: contain;
}

.nv-shipping-condition .elementor-image-box-title {
    min-height: 2rem;
}

.nv-shipping-condition .nv-shipping-price {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #553924;
    padding-bottom: 20px;
}

.nv-shipping-condition .nv-shipping-action {
    display: inline-block;
    color: red;
    font-size: 0.5rem;
}

.nv-shipping-condition .nv-shipping-condition-box.action:after {
    content: "akce";
    z-index: 1;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    width: 120px;
    display: block; 
    background: #ff0000;
    background: linear-gradient(#ec0000 0%, #ff0000 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 25px; right: -25px;
    clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px);
}

.nv-shipping-condition .nv-shipping-condition-box.goodPrice:after {
    content: "výhodně";
    z-index: 1;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    width: 120px;
    display: block; 
    background: #ff0000;
    background: linear-gradient(#ec0000 0%, #ff0000 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 25px; right: -25px;
    clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px);
}

@media (min-width: 768px) {
    .nv-shipping-condition .nv-shipping-condition-box {
	width: calc((100% - 70px) / 3);
    }
}

@media (max-width: 767px) and (min-width: 550px) {
    .nv-shipping-condition .nv-shipping-condition-box {
	width: calc((100% - 70px) / 2);
    }
}

@media (max-width: 549px) {
    .nv-shipping-condition .nv-shipping-condition-box {
	width: calc((100% - 70px) / 1);
    }
}

.nv-shipping-condition .nv-shipping-condition-box {
    margin-right: 20px;
    margin-top: 10px;
}

/**************************************************
/*
/*    Kariera FLIP BOX
/*
**************************************************/
.nv-jobs-condition a.elementor-button {
    text-decoration: none !important;
}

.nv-jobs-condition div.elementor-widget-wrap {
    justify-content: center;
}

.nv-jobs-condition .elementor-image-box-title {
    min-height: 2rem;
}

.nv-jobs-condition .nv-jobs-action {
    display: inline-block;
    color: red;
    font-size: 0.5rem;
}

@media (min-width: 768px) {
    .nv-jobs-condition .nv-jobs-condition-box {
	width: calc((100% - 70px) / 3);
    }
}

@media (max-width: 767px) and (min-width: 550px) {
    .nv-jobs-condition .nv-jobs-condition-box {
	width: calc((100% - 70px) / 2);
    }
}

@media (max-width: 549px) {
    .nv-jobs-condition .nv-jobs-condition-box {
	width: calc((100% - 70px) / 1);
    }
}

.nv-jobs-condition .nv-jobs-condition-box {
    margin-right: 20px;
    margin-top: 10px;
}

/**************************************************
/*
/*    CMS
/*
**************************************************/
#cms .newline {
    margin-top: 1em;
}

#cms section#main a {
    text-decoration: underline;
}

#cms p {
    margin-bottom: 0.4rem;
}

#cms .elementor-text-editor {
    text-align: justify;
}

#cms .elementor-text-editor li,
#cms .elementor-text-editor strong {
    color: #000;
/*    font-size: 14px;*/
}

#cms .nv-cms-complaint h2 {
    margin-top: 2rem;
}

#cms .nv-cms-complaint h2 strong {
    font-size: 1.5rem;
    color: #553924;

}

@media print {
    a.ce-edit-btn,
    .elementor-hidden-desktop div.elementor-search__container,
    footer,
    header {
	display: none;
    }

    #cms #content {
	margin-top: 0px !important;
    }

    #hw-87kwowifjjowiklsadh666left,
    #heurekaTableft,
    iframe
    {
        display: none !important;
    }
}

/**************************************************
/*
/*    AFFIL, MARKETING
/*
**************************************************/
/*********************************************************
    DASHBOARD
*********************************************************/
.eam-rewards-boxes .box-pink {
    border: none;
    background-color: #553924;
}

.eam-rewards-boxes .box-teal,
.eam-rewards-boxes .box-orange {
    border: none;
    background-color: #e7dac6;
    color: #000;
}

.eam-rewards-boxes .box-blue {
    border: none;
    background-color: #9B826E;
}

.eam-rewards-boxes.boxes-color .box-teal .box-title,
.eam-rewards-boxes.boxes-color .box-orange .box-title {
    color: #000;
}

.stat-filter button.btn,
.ets-am-content .stat-filter button.btn,
.eam-table-data tbody .btn {
    border-radius: 12px;
    background-color: #9B826E;
    border: none;
    color: #fff;
}

.stat-filter button.btn:hover,
.ets-am-content .stat-filter button.btn:hover,
.eam-table-data tbody .btn:hover {
    background-color: #553924;
    border: none;
}

.ets-am-content .ets-am-content-links li a.active:before {
    background-color: #553924;
}

.eam-table-flat th {
    background-color: #9B826E;
    padding: 10px;
    color: #fff;
    vertical-align: middle;
    font-weight: 700;
    font-size: 0.875rem;
}

.eam-table-flat td {
    font-size: 0.875rem;
    font-weight: 400;
}

.eam-table-flat td:nth-child(2),
.eam-table-flat td:nth-child(4) {
    font-weight: 600;
}

.eam-table-flat tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}
    
/*********************************************************
    CART
*********************************************************/

/*********************************************************
    DETAIL PRODUKTU
*********************************************************/
div#ets_affiliatemarketing_product_message {
    margin: 0px;
}

#ets_affiliatemarketing_cart_message .alert,
#ets_affiliatemarketing_product_message .alert,
.ets_affiliatemarketing_product_message .alert.alert-info,
.ets_affiliatemarketing_product_message {
    background-color: #e7dac6;
    border: none;
    color: #553924;
}

#content-hook_order_confirmation .nv-order-confirmation-rewards span.nv-order-reward-text .amount,
#ets_affiliatemarketing_cart_message .amount,
#ets_affiliatemarketing_product_message .count,
#ets_affiliatemarketing_product_message .amount,
.ets_affiliatemarketing_product_message .amount {
    font-weight: bold;
    font-size: 16px;
}
    
.aff-product-share-list.product-page label {
    color: #553924;
    font-weight: bold;
}

/* affil URL */
#eam-affiliate-link-add-on,
.eam-form-group .form-control {
    border-color: #9b826e;
    color: #909090;
}

/* affil URL share */
.ets_affiliatemarketing_product_message .aff-product-share-list.product-page {
    align-items: flex-end;
}
    
.aff-product-share-list > a.aff-product-share-fb, .eam-box-action .ref-share-fb,
.aff-product-share-list > a.aff-product-share-tw, .eam-box-action .aff-product-share-tw,

/*********************************************************
    ORDER CONFIRMATION
*********************************************************/
#content-hook_order_confirmation .nv-order-confirmation-rewards {
    padding: 2rem;
    background-color: #e7dac6;
    margin-top: 1rem;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#content-hook_order_confirmation .nv-order-confirmation-rewards span.nv-order-reward-status {
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
}

#content-hook_order_confirmation .nv-order-confirmation-rewards span.nv-order-reward-status span.loy_status {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.2em;
}

#content-hook_order_confirmation .nv-order-confirmation-rewards span.nv-order-reward-status span.loy_status.approved {
    background-color: #72c279;
}

#content-hook_order_confirmation .nv-order-confirmation-rewards span.nv-order-reward-status span.loy_status.canceled {
    background-color: red;
}

#content-hook_order_confirmation .nv-order-confirmation-rewards span.nv-order-reward-status span.loy_status.pending {
    background-color: orange;
}

/**************************************************
/*
/*    BLOG
/*
**************************************************/
/*********************************************************
    šířka blogu na stránke blog
*********************************************************/
.ybc-blog-wrapper .page-heading,
.ybc-blog #content-wrapper .ybc-blog-wrapper, #content-wrapper .ybc-blog-wrapper {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ybc_item_img {
    border-radius: 12px;
}

#ybc_blog_page ul.ybc-blog-list {
    display: flex;
    flex-wrap: wrap;
}

#ybc_blog_page ul.ybc-blog-list li {
    width: calc(100% / 3);
}

#ybc_blog_page ul.ybc-blog-list li:last-of-type {
    margin-bottom: 0px;
}

#ybc_blog_page a.blog_view_all,
#ybc_blog_page div.blog_view_all_button a {
    border-radius: 12px;
    font-size: 0.8rem !important;
    padding: 10px 15px !important;
}

.ybc_blog_ltr_mode a:hover,
.blog-main-page a:hover,
.ybc_title_block:hover,
#ybc_blog_page a:hover,
.list_category_item .sub_category li a:hover {
    color: #9b826e;
}

.ybc-blog-wrapper .ybc-blog-latest-toolbar {
    margin-top: 5px;
    margin-bottom: 0px;
}

.ybc-blog-wrapper .ybc_title_block {
    margin-top: 0px;
}

.blog-extra-facebook-share li i.ets_svg {
    padding: 0px;
}

#ybc_blog_page .read_more {
    margin-top: 0px;
}

.blog-category {
    margin-bottom: 0px;
}

.ybc_blog_carousel button.slick-arrow {
    background: #9b826e none repeat scroll 0 0 !important;
}

.ybc_blog_carousel button.slick-arrow:hover {
    background: #553924 none repeat scroll 0 0 !important;
}

.ybc_blog_carousel button.slick-next:before,
.ybc_blog_carousel button.slick-prev:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.ybc-navigation-blog-content button.slick-next:before, .ybc-navigation-blog-content button.slick-prev:before {
    width: 20px;
    height: 20px;
    border-top: 1px solid #553924;
    border-right: 1px solid #553924;
    border-width: 5px;
}

.ybc-navigation-blog-content button.slick-next:before {
    right: 5px;
}

.ybc-navigation-blog-content button.slick-prev:before {
    right: -5px;
}

.ybc-blog #content-wrapper .ybc-blog-wrapper, #content-wrapper .ybc-blog-wrapper,
.ybc-blog-wrapper-detail {
    padding: 10px;
}

@media (max-width: 768px) {
    .ybc-blog-wrapper-detail {
	padding: 0px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    #ybc_blog_page #left-column {
	width: 35%;
    }

    #ybc_blog_page #content-wrapper #content-wrapper {
	width: 65%;
    }

    #ybc_blog_page ul.ybc-blog-list li {
	width: calc(100% / 2);
    }
}

@media (max-width: 767px) {
    #ybc_blog_page #left-column {
	width: 100%;
    }

    #ybc_blog_page #content-wrapper #content-wrapper {
	width: 100%;
    }

    #ybc_blog_page ul.ybc-blog-list li {
	width: calc(100% / 2);
    }
}

@media (max-width: 425px) {
    #ybc_blog_page ul.ybc-blog-list li {
	width: calc(100% / 1);
    }
}










/**************************************************
/*
/*    STRUKTUROVANY POPIS
/*
**************************************************/
.ce-product-description {
    margin-left: 10px;
    margin-right: 10px;
}

.nv-boxes-desc {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

.nv-boxes-desc p {
    text-align: justify;
    font-size: 1em;
    line-height: 1.6em;
}

.nv-boxes-desc table p {
    text-align: unset;
    color: unset;
}

.nv-boxes-desc p strong {
    color: black;
}

.nv-boxes-desc table {
    background-color: #EEEBE8;
    font-size: 13px;
    border-collapse: collapse;
    width: 100%;
}

.nv-boxes-desc table thead {
    font-weight: 800;
    color: #553924;
}

.nv-boxes-desc tr,
.nv-boxes-desc td {
    border: .1em solid #9b826e;
    padding: 2px 10px 2px 10px;
}

.nv-boxes-desc tr:hover {
    background-color: #f5f5f5;
}

.nv-boxes-desc table td:not(:first-child) {
    text-align: center;
}

.nv-boxes-desc table td:first-child {
    width: 40%;
}

@media (max-width: 425px) {
    .nv-boxes-desc table {
	table-layout: fixed;
	width: calc(100% - 1px);
    }

    .nv-boxes-desc table td {
	height: auto;
    }

    .nv-boxes-desc table {
	font-size: 0.6rem;
    }

    .nv-boxes-desc tr,
    .nv-boxes-desc td {
	word-break: break-all;
	padding: 2px 5px 2px 5px;
    }
}

.nv-boxes-left,
.nv-boxes-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
}

@media (max-width: 1023px) {
    .nv-boxes-desc {
	display: block;
    }

    .nv-boxes-left,
    .nv-boxes-right {
	display: inline-block;
	width: 100%;
    }
}

.nv-box {
    margin: 10px;
}

.nv-box-desc {
    background-color: #f5f5f5;
    padding: 40px 40px 20px 40px;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .nv-box-desc {
	padding: 40px 20px 20px 20px;
    }
}

.nv-box-desc ul {
    list-style-type: none;
    padding-left: 10px;
    line-height: 1.6em;
}

.nv-box-desc li::before {
    content: "\27A4";
    margin-right: 5px;
    color: #9b826e;
}

.nv-boxes-desc h2 {
    background-repeat: no-repeat;
    background-size: 50px;
    padding: 15px 0px 20px 60px;
    color: #9b826e;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 900;
}

.nv-box-dosage-packaging-storage h2 {
    background-image: url( "/img/cms/dosage-packaging-storage.png" );
}

.nv-box-dosage-packaging-storage strong {
    text-transform: uppercase;
}

.nv-box-packaging-storage h2 {
    background-image: url( "/img/cms/packaging-storage.png" );
}

.nv-box-ingredients h2 {
    background-image: url( "/img/cms/ingredients.png" );
}

.nv-box-disclaim h2 {
    background-image: url( "/img/cms/disclaim.png" );
}

.nv-box-item-desc h2 {
    background-image: url( "/img/cms/item-desc.png" );
}

.nv-box-health-claims h2 {
    background-image: url( "/img/cms/health-claims.png" );
}

.nv-box-tip h2 {
    background-image: url( "/img/cms/our-tip.png" );
}

.nv-box-using h2 {
    background-image: url( "/img/cms/item-using.png" );
}

.nv-box-highlight {
    background-color: #9b826e;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 1em;
}

.nv-box-highlight,
.nv-box-highlight p,
.nv-box-highlight p strong,
.nv-box-highlight li::before {
    color: #fff;
}
