/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

html {
    scroll-behavior: smooth;
}
  
/* bootstrap reset */
  
*, ::after, ::before {
    box-sizing: border-box;
}
body {
    font-family: Roboto, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #fff;
    background: #e12126 url('/wp-content/uploads/2022/09/bg-main1.png') repeat-x top left !important;
	padding-top: 15px;
}
body.home #pg-5-0 {
	margin: 0 !important;
}

/* bootstrap reset - end */

/* bootstrap button */

.btn {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    border-width: 2px !important;
    border-radius: 25px !important;
    padding: 10px 25px !important;
    display: inline-block !important;
    transition: all .4s !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #006A32 !important;
    border-color: #006A32 !important;
}
.btn-primary:hover {
    color: #006A32 !important;
    background-color: transparent !important;
    border-color: #006A32 !important;
}
.btn-secondary {
    color: #fff !important;
    background-color: #87BC24 !important;
    border-color: #87BC24 !important;
}
.btn-secondary:hover {
    color: #87BC24 !important;
    background-color: transparent !important;
    border-color: #87BC24 !important;
}
.site-main .btn-secondary {
    color: #FFCB00 !important;
    background-color: #fff !important;
    border-color: #FFCB00 !important;
}
.site-main .btn-secondary:hover {
    color: #fff !important;
    background-color: #FFCB00 !important;
    border-color: #FFCB00 !important;
}

/* essential reset */

.container {
    padding: 0 !important;
}
.sunseed .container {
    width: 100% !important;
    max-width: 100% !important;
}
.sunseed .row [class^="col"] {
    float: none !important;
    margin: 0 !important;
}

/* essential reset - konec */

.contained-content.one-container .site-content, 
.contained-content.separate-containers .inside-article, 
.full-width-content.one-container .site-content, 
.full-width-content.separate-containers .inside-article {
    padding: 15px !important;
	padding-top: 0 !important;
}
.inside-header,
.inside-page-header,
.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content {
    padding: 15px;
}
.inside-header {
    position: relative;
}
@media (max-width: 768px) {
    .separate-containers .inside-article,
    .separate-containers .comments-area,
    .separate-containers .page-header,
    .separate-containers .paging-navigation,
    .one-container .site-content,
    .inside-page-header {
        padding: 0 15px;
    }
    .contained-content.one-container .site-content,
    .contained-content.separate-containers .inside-article,
    .full-width-content.one-container .site-content,
    .full-width-content.separate-containers .inside-article {
        padding: 15px !important;
    }
}
.textwidget p {
    margin: 0;
}

/* header */

#mobile-header,
.sunseed .dynamic-menu-toggle {
    transition: all .3s ease;
}
#mobile-header.hidden-header,
.sunseed .dynamic-menu-toggle.hidden-header {
    /*display: none !important;*/
    top: -80px;
    transition: all .3s ease;
}
.header-widget {
    overflow: unset;
    position: static !important;
    top: auto !important;
    width: 85%;
    display: flex;
    justify-content: space-between;
}
.header-widget .widget {
    float: left;
    padding-bottom: 0 !important;
    padding-top: 0;
}
.header-widget .widget:last-child {
    margin-right: 0;
}
.nav-float-right .inside-header .main-navigation {
    margin-top: 30px;
}

@media (max-width: 991px) {
.header-widget #custom_html-8 .user-menu {
    display: inline-block;
    margin-left: 15px;
    background: transparent;
}
.header-widget #custom_html-10 {
    position: absolute;
    top: 2px;
    right: 15px;
    z-index: 10;
}
.header-widget #custom_html-10 .textwidget div {
    display: inline-block;
    margin-left: 15px;
}
}

@media (max-width: 768px) {

    .header-widget .widget {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .header-widget {
        max-width: inherit;
    }
}
@media (min-width: 1199px) {
    .widget .search-field {
        min-width: 300px;
    }
}

.header-widget .widget p {
    margin-bottom: 0;
}

.widget .search-field {
    width: auto;
}

.header-widget .widget .user-menu {
    white-space: nowrap;
    text-align: right;
    display: inline-block;
    padding-top: 30px;
}
.header-widget .widget .user-menu:first-child {
    margin-right: 15px;
}

@media (max-width: 1100px) {
    .header-widget {
        max-width: inherit;
    }
}

@media (max-width: 768px) {
    .header-widget .widget {
        float: none;
        margin-right: 0;
    }
    .inside-header {
        padding: 30px;
    }
    .sunseed .basket-wrapper>div>i {
        font-size: 24px !important;
        margin-right: 5px;
    }
    .site-logo {
        max-width: 40%;
        flex-basis: 40%;
    }
    .widget .search-field {
        width: 70%;
    }
    .sunseed .catalog .pager {
        padding: 0 !important;
    }
    .sunseed .catalog .pager button {
        padding: 3px 8px !important;
    }
    .mobile-header-navigation .mobile-header-logo img {
        height: auto !important;
        max-height: 60px;
    }
}
.inside-header {
	padding: 35px 15px 35px 45px;
}
.site-logo {
	float: left;
}
.site-logo .header-image {
	/*width: auto;*/ /*LCA 23.4.2024  SUPP-13239*/
}
.header-widget .phone {
	color: #fff;
	background: url('/wp-content/uploads/2022/09/ico-head.png') left top no-repeat;
	background-size: 27px;
    padding-left: 45px;
    line-height: 30px;
	text-align: right;
}
.header-widget .phone strong {
	font-size: 24px;
	font-weight: 700;
}
#custom_html-23 {
	padding: 5px 45px 0 0;
}
.menu-toggle {
	border: 1px solid #fff !important;
	border-radius: 4px !important;
	padding: 5px 4px 0 !important;
	line-height: 30px !important;
	position: relative;
	right: 15px;
	top: 0;
}
.menu-toggle:before {
	font-size: 24px;
}
.mobile-menu {
	display: none;
}
@media (max-width: 991px) {
	.site-header {
		text-align: left;
	}
	.header-widget .phone {
		text-align: left;
	}
	.site-logo {
		margin-left: 15px !important;
	}
}

/* footer */

.footer-widgets table,
.footer-widgets td,
.footer-widgets th {
    border: 1px solid #3f3f3f;
}
.inside-site-info {
    padding: 15px;
    margin-top: 15px;
    border-top: 1px solid #3F8F65;
}
.site-info .footer-align-left {
	float: left;
}
.site-info .footer-align-right {
	float: right;
}
.footer-widgets .widget_nav_menu ul {
    margin-left: 0;
}
.footer-widgets .widget_nav_menu ul li ul {
    margin-left: 20px;
}
.footer-widgets .widget_nav_menu ul li {
    list-style-type: none;
    padding: 10px 0;
}
.footer-widgets .widget_nav_menu ul li ul li {
    list-style-type: none;
}
@media (max-width: 767px) {
	.site-info .footer-align-left, 
	.site-info .footer-align-right {
		float: none;
		margin-bottom: 15px;
		display: block;
		text-align: center;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
    .tablet-grid-33 {
        width: 32% !important;
        float: left !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .inside-footer-widgets>div:nth-child(odd) {
        clear: none;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .active-footer-widgets-1 .footer-widget-1,
    .active-footer-widgets-3 .footer-widget-3,
    .active-footer-widgets-5 .footer-widget-5 {
        width: auto;
    }
}

#page {
    position: relative;
}
.click-bg {
	position: absolute;
	display: block;
	width: 100%;
	/* height: 100%;
	z-index: 1; */
	cursor: pointer;
	overflow: hidden;
	max-height: 1800px;
}
.click-bg a img {
	width: 100%;
}

/* essentials */

.ib-ui-modal-auto {
    width: 85% !important;
}

.modal-small {
    max-width: 600px;
}

.ib-ui-modal {
    border-radius: 5px;
    padding: 15px;
}

.modal-close {
    float: right;
    cursor: pointer;
    font-size: 24px;
    opacity: .6;
}

.modal-close:hover {
    opacity: .8;
}

.sunseed .warning-msg {
    padding: 4px 10px;
    text-align: left;
    background-color: #f2dede;
    color: #D42426;
    font-size: 90%;
    border: 1px solid #D42426;
}

.footer-widgets {
    padding: 50px 15px 0 15px;
}
.footer-widgets .widget-title {
    font-size: 24px !important;
    margin-bottom: 15px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
}
.footer-bar-align-right .copyright-bar,
.footer-bar-align-left .copyright-bar, .footer-bar-align-right .footer-bar{
    float: none;
    text-align: center;
}

/* zc */

.ib-ui-modal .form-container span {
    display: block;
}
.footer-widgets-container {
    padding-bottom: 30px;
    /*border-bottom: 1px solid #8a8b8d;*/
}
.session-control a {
    padding-left: 25px;
    text-decoration: none !important;
	font-size: 14px;
}
.session-control a,
.session-control a:visited {
    color: #fff;
}
.session-control a:hover {
    color: #FFCB00;
}
.session-control a:first-child {
    background: url('/wp-content/uploads/2022/09/ico-user.png') no-repeat left center;
    margin-right: 20px;
}
.session-control a:last-child {
    background: url('/wp-content/uploads/2022/09/ico-lock.png') no-repeat left center;
}

.site-main {
	background: #fff;
	border-radius: 15px;
	color: #808080;
	padding: 30px;
	margin-left: 30px !important;
	min-height: 500px;
}
body.home .site-main {
	background: transparent;
	color: #fff;
	padding: 0;
}
body.home .site-main .metaslider img{
	border-radius: 15px;
}
body.home .site-main h2 {
	color: #fff;
	margin-bottom: 30px;
}
body.home .site-main p {
	font-size: 16px;
	line-height: 30px;
}
.session-control-mobile .session-control {
    justify-content: center !important;
    padding: 15px;
}
@media (min-width: 992px) {
	.session-control-mobile {
		display: none;
	}
}
@media (max-width: 767px) {
	.site-main {
		margin: 0 !important;
		min-height: auto;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
    .inside-footer-widgets>div {
        margin-bottom: 0;
        width: 25%;
    }
    .site-footer .footer-widgets-container .inner-padding {
        padding: 0;
    }
}

/* zc - navigation */

@media (min-width: 992px) {
	.main-navigation {
		width: 100%; /*LCA 23.4.2024  SUPP-13239*/
	}
}
.main-navigation li {
    padding: 0 10px !important;
}
.main-navigation li a {
    padding: 10px 5px !important;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1 !important;
}
.main-navigation li a:hover {
    text-decoration: none;
    color: #FFCB00 !important;
}
.main-navigation li.current-menu-item a {
    text-decoration: none;
    border-bottom: 2px solid #FFCB00;
}
.main-navigation li.current-menu-item a:hover {
    color: #FFCB00 !important;
}
#left-sidebar .menu {
	background: #fff;
	border-radius: 15px;
	padding: 1.5rem 2rem;
}
#left-sidebar .menu li {
    list-style: none;
    padding: 10px 0;
}
#left-sidebar .menu li a {
	color: #006A32 !important;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
#left-sidebar .menu li a:hover {
    color: #FFCB00 !important;
    text-decoration: none;
}
#left-sidebar .menu li.current_page_item a {
    color: #FFCB00 !important;
    text-decoration: none;
}
#mobile-header .menu {
	background: #fff;
	border-radius: 15px;
	padding: 1.5rem;
	margin: 15px 15px 0 15px;
}
#mobile-header .menu a {
	color: #006A32 !important
}
#mobile-header .menu a:hover {
	color: #FFCB00 !important;
}
#mobile-header .home-icon {
	display: none;
}

/* zc - index */

.welcome h1 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 20px;
}

/* zc - poukazy */

.user-account {
	margin: 0 !important;
}
.user-account .tabs > div:first-child,
.user-account .user-loyalty-status {
	display: none !important;
}
.user-account .tab-content {
	margin-top: 0 !important;
}
.user-account .user-loyalty-vouchers table td:first-child > div {
	display: flex;
}
.voucher-image-wrapper {
	width: 150px;
	min-width: 150px;
    height: 100px;
    overflow: hidden;
	margin-right: 15px;
}
.voucher-image-wrapper img {
	max-width: none;
    max-height: 100%;
}
.user-account .user-loyalty-vouchers table th > div,
.user-account .user-loyalty-vouchers table td.action-cell .btn {
	white-space: nowrap;
}
.user-account .user-loyalty-vouchers table td:nth-child(2) {
	text-align: center;
}

/* zc - tabulky */

.sunseed .table.b-table>tfoot>tr>th[aria-sort]::after, 
.sunseed .table.b-table>thead>tr>th[aria-sort]::after {
    content: "";
}
.tableview-container table,
table.receipt-items {
    border: none !important;
}
.tableview-container table thead th,
table.receipt-items thead th {
    color: #006A32;
    font-weight: 700 !important;
    border: none;
    border-bottom: 2px solid #006A32;
}
.tableview-container table tbody td,
table.receipt-items tbody td {
    border: none;
}
table.receipt-items tfoot th {
    color: #006A32;
    font-weight: 700 !important;
    border: none;
    border-top: 2px solid #000;
}
@media (max-width: 767px) {
    .tableview-container table tbody td {
        text-align: right;
    }
}
.tableview-container table tbody td a {
    font-weight: 700;
}
.tableview-container table.table td,
.tableview-container table.table th {
    padding: 1.15rem .75rem !important;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .tableview-container table.table td,
    .tableview-container table.table th {
        padding: 0.5rem 0.75rem !important;
}
.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]::before {
    text-align: left !important;
}
}
.tableview-container table tbody tr:nth-child(even) {
    background-color: #F2F2F2 !important;
}
.tableview-container table.table-hover tbody tr:hover td {
    color: #fff !important;
}
.tableview-container table.table-hover tbody tr:hover td a {
    color: #fff !important;
    text-decoration: none;
}
.tableview-container table.table-hover tbody tr:hover td a:hover {
    color: #006A32 !important;
    text-decoration: none;
}
.tableview-container table.table-hover tbody tr:hover td a:after {
    color: #fff !important;
}
.tableview-container table.table-hover tbody tr:hover td .status-valid {
    color: #fff;
}
.tableview-container table.table-hover tbody tr:hover td .status-invalid {
    color: #fff;
}
.standard-cell {
    min-width: auto !important;
}
.pagination {
    margin: 0 auto !important;
}
.pagination li {
    list-style: none !important;
}
.pagination li a {
    color: #898989 !important;
}
.pagination li a:hover {
    color: #006A32 !important;
}
.page-item.active .page-link {
    color: #fff !important;
    background-color: #FFCB00 !important;
    border-color: #FFCB00 !important;
    z-index: 3 !important;
}
.receipt-header {
    padding: 1rem;
    background: #f2f2f2;
    margin-bottom: 15px;
}
.receipt-header .location-number,
.receipt-header .location-name {
    font-weight: 700;
}
.receipt-header .location-name {
    margin-left: 15px;
}
.receipt-header .date-created {
    margin-left: 15px;
    opacity: .6;
}
.modal-header,
.modal-body,
.modal-footer {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    border: none !important;
}
.modal-footer {
padding-top: 0 !important;
}

/* zc - mobile-header */

@media (max-width: 768px) {
    .inside-footer-widgets>div {
        margin-bottom: 15px !important;
    }
    .main-navigation li.current-menu-item {
        border-bottom: none !important;
    }
    .main-nav .menu {
        border-top: 1px solid #fff !important;
    }
    .cart-trigger {
        margin-right: 80px;
    }
}

/* zc - login a registrace */

.airme-login-wrapper {
    max-width: 400px;
    margin: 30px auto;
}
.airme-login-wrapper > div .col {
    text-align: center;
	padding: 15px;
}
.airme-login-wrapper > div .col a {
    color: #87BC24;
}
.airme-login-wrapper > div .col a:hover {
    color: #FFCB00;
    text-decoration: none;
}
.airme-login-wrapper > div .alert {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translatex(-50%);
    color: #ec2d21 !important;
    background-color: transparent !important;
    border: none !important;
    width: 100%;
    text-align: center;
}
.contact-store-card {
    padding-bottom: 30px;
}
.contact-store-card label {
    font-weight: 700;
    color: #000;
}
.contact-store-card #store-card-new {
    padding-left: 45px;
    background: url('/wp-content/uploads/2020/11/ico_card_bim_1.png') no-repeat left center !important;
}
.contact-store-card #store-card-old {
    padding-left: 45px;
    background: url('/wp-content/uploads/2020/11/ico_card_zoomarket_1.png') no-repeat left center !important;
}
@media (max-width: 767px) {
    .airme-login-wrapper {
        max-width: 100%;
        height: 360px;
    }
    .airme-login-wrapper > div {
        max-width: calc(100% - 8px);
        height: 352px;
        padding: 30px 0;
    }
}
.airme-registration-wrapper label.required:after,
.airme-login legend.required:after,
.user-editor label.required:after {
    content: '*';
    font-weight: 700;
    color: #FFCB00;
    padding-left: 2px;
}
.airme-registration-wrapper .single-sign-on {
    display: none;
}
.airme-registration-wrapper .nav-tabs {
    margin: 0;
    border-bottom: 2px solid #000;
}
.airme-registration-wrapper .nav-item {
    list-style: none;
    padding-bottom: 0;
    margin-bottom: -2px !important;
}
.airme-registration-wrapper .nav-link {
    border: 2px solid transparent !important;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0 !important;
    padding: 10px 15px !important;
}
.airme-registration-wrapper .nav-link:hover {
    color: #FFCB00;
}
.airme-registration-wrapper .nav-link.active {
    border-color: #000 #000 #fff !important;
    color: #000 !important;
}
.airme-registration-wrapper .tab-content {
    padding-top: 20px;
}
.b-toast {
    color: #FFCB00;
    background-color: #FFCB00;
}
.b-toast .toast-header {
    color: #fff;
    background-color: #FFCB00;
}
.b-toast .toast-header .close {
    color: #fff;
    opacity: 1;
}

/* zc - user card */

#custom_html-16 .user-card,
#custom_html-17 .card-user,
#custom_html-18 .card-user {
    text-align: center;
    padding: 2rem;
    border: 0 !important;
    border-radius: 15px;
    background-color: #fff !important;
}
@media (max-width: 767px) {
    #custom_html-16 .user-card,
    #custom_html-17 .card-user,
    #custom_html-18 .card-user {
        max-width: none !important;
    }
}
.card-user h2 {
    font-size: 24px !important;
    margin-bottom: 0;
    color: #006A32;
}
.card-user-top h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.card-user-bottom div {
    padding: 20px;
}
.card-user p {
    color: #006A32;
    padding: 2rem;
}
.sunseed .small-mode {
    padding: 0;
    background: transparent;
}
.sunseed .small-mode a {
    color: #424242 !important;
    background: transparent;
    padding: 0 15px;
    border-radius: 0;
}
.sunseed .small-mode a:hover {
    color: #FFCB00 !important;
    text-decoration: none;
    background: transparent;
}
.sunseed .small-mode .card-user-image {
    height: 35px;
    width: 35px;
    margin: 0 10px 0 0 !important;
    display: block;
}
.sunseed .small-mode .card-user-top img {
    height: 40px !important;
    margin: 0 !important;
}
#custom_html-16 .user-card h4 {
    font-size: 24px !important;
    margin-bottom: 15px;
}
#custom_html-16 .user-card .card-body {
padding: 0;
}
#custom_html-16 .user-card .address {
    display: none;
}

.report-view-wrapper br {
    display: none;
}

.table.b-table>tfoot>tr>th[aria-sort], 
.table.b-table>thead>tr>th[aria-sort] {
    padding-right: 20px !important;
}
.table.b-table td[data-label="Hodnota"] {
font-weight: 700;
}
.table.b-table .status-valid {
    font-size: 12px;
    color: #fff;
    background: #006A32;
    padding: 3px 6px;
    border-radius: 10px;
}
.table.b-table .status-invalid {
    font-size: 12px;
    color: #fff;
    background: #9c9d9f;
    padding: 3px 6px;
    border-radius: 10px;
}
/* .table.b-table .download-media:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url('/wp-content/uploads/2020/11/ico-search.png') no-repeat center center;
    margin-left: 7px;
    top: 4px;
    position: relative;
} */

.small-mode .card-user-top {
    padding-right: 15px !important;
    border-right: 1px solid #ddd;
}

/* zc - forms */

label {
	color: #808080;
}
input[type=text], 
input[type=email], 
input[type=url], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=number], 
input[type=date],
textarea, 
select {
    background-color: #fff !important;
    border: 0 !important;
    border-bottom: 2px solid #006A32 !important;
    border-radius: 0 !important;
    padding: 10px;
}
input[type=text]:focus, 
input[type=email]:focus, 
input[type=url]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=number]:focus, 
input[type=date]:focus, 
textarea:focus, 
select:focus {
    outline: 0;
    box-shadow: none !important;
    border-bottom: 2px solid #FFCB00 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

#registration input[type=text],
#registration input[type=number], 
#registration input[type=password],
#registration input[type=email] {
    width: 100%;
}

.reportview-cell-actions .dropdown-toggle {
    line-height: 14px !important;
}
.reportview-cell-actions .dropdown-menu li {
    list-style-type: none;
}

.tableview-container table.table-hover tbody tr:hover td .dropdown-menu a {
    color: #212529 !important;
}
.tableview-container table.table-hover tbody tr:hover td .dropdown-menu a:hover {
    color: #FFCB00 !important;
}

#left-sidebar #custom_html-16,
#left-sidebar #nav_menu-11,
#left-sidebar #custom_html-17,
#left-sidebar #custom_html-18,
#left-sidebar #custom_html-19,
#left-sidebar #custom_html-21,
#left-sidebar #custom_html-22 {
    display: none !important;
}
body.airme-role-user #left-sidebar #custom_html-16,
body.airme-role-user #left-sidebar #nav_menu-11,
body.airme-role-user #left-sidebar #custom_html-21,
body.airme-role-user #left-sidebar #custom_html-22 {
    display: block !important;
}
body.airme-role-user #left-sidebar #custom_html-17,
body.airme-role-user #left-sidebar #custom_html-18,
body.airme-role-user #left-sidebar #custom_html-19 {
    display: none !important;
}
body.airme-role-anonymous #left-sidebar #custom_html-17,
body.airme-role-anonymous #left-sidebar #custom_html-18,
body.airme-role-anonymous #left-sidebar #custom_html-19,
body.airme-role-anonymous #left-sidebar #custom_html-22 {
    display: block !important;
}

.sunseed [class^="col"].maintenance-item {
    border: 1px solid #e6e6e6;
    padding: 0 15px;
    margin-bottom: 30px !important;
}
.sunseed #UserTagsMaintenance .collapsable-header {
    background-color: transparent;
    color: #FC4CAF;
    cursor: pointer;
    padding: 20px 30px 20px 0;
    width: 100% !important;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px !important;
    position: relative;
    margin-bottom: 0 !important;
}
.sunseed #UserTagsMaintenance .collapsable-header:after {
    content: '';
    display: block;
    width: 18px;
    height: 10px;
    background: url('/wp-content/uploads/2019/09/ico-open.png') no-repeat center center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}
.sunseed #UserTagsMaintenance .collapsable-header.active:after {
    background: url('/wp-content/uploads/2019/09/ico-close.png') no-repeat center center;
}
.sunseed #UserTagsMaintenance .collapsable-header:focus {
    box-shadow: none !important;
}
.sunseed #UserTagsMaintenance .collapse,
.sunseed #UserTagsMaintenance .collapsing {
    border-top: 1px solid #ddd;
}
.sunseed #UserTagsMaintenance .collapse .form-inline,
.sunseed #UserTagsMaintenance .collapsing .form-inline {
    padding: 30px 0;
}
.sunseed #UserTagsMaintenance .collapse .form-inline label,
.sunseed #UserTagsMaintenance .collapse .form-inline input,
.sunseed #UserTagsMaintenance .collapse .form-inline select,
.sunseed #UserTagsMaintenance .collapsing .form-inline label,
.sunseed #UserTagsMaintenance .collapsing .form-inline input,
.sunseed #UserTagsMaintenance .collapsing .form-inline select {
    margin-right: 10px;
}

.tableview-container .btn-outline {
    width: 100%;
    text-align: left;
    padding: 10px 0 !important;
    border-bottom: 4px solid #000;
    font-family: Roboto, sans-serif !important;
    font-size: 18px !important;
}
.tableview-container .btn-outline:hover,
.tableview-container .btn-outline:focus {
    color: #000  !important;
    background-color: transparent;
    outline: 0 !important;
    box-shadow: none !important;
}
.tableview-container .btn-outline svg {
    display: none;
}

table#tablehtmltable_vouchers tbody tr td:nth-child(2) {
    font-weight: 400 !important;
}

.user-editor > div:nth-child(1) {
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
}
.user-editor > div:nth-child(2) {
flex: 0 0 41.666667% !important;
max-width: 41.666667% !important;
}
.user-editor h2 {
font-size: 24px !important;
margin-bottom: 30px;
}
.user-editor .text-center {
text-align: left !important;
}
.user-editor .input-group-append button {
padding: 5px 15px !important;
}

.dropdown-menu {
    margin-left: 0 !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e6e6e6 !important;
}

#UserEditor input,
#UserAccountEdit input {
    width: 100% !important;
    outline: none !important;
    box-shadow: none !important;
}
#UserAccountEdit input[type=checkbox] {
    width: auto !important;
}
#UserEditor .row .col .row .col .row {
    margin: 0 -15px 10px -15px !important;
    width: auto !important;
}
#UserAccountEdit .text-center {
    text-align: left !important;
}
#UserAccountEdit .row {
    margin: 0 -15px 10px -15px !important;
    width: auto !important;
}
#UserAccountEdit .bottom-buttons {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
}
#UserAccountEdit .card-user-top {
    display: none;
}

.site-header .site-branding {
    display: none;
}

.sunseed .dontprintreceipt label {
    font-weight: 700;
    color: green;
}
.sunseed .dontprintreceipt label:before {
    content: '\F18C';
    color: green;
    font-family: Fontello;
    margin-right: 5px;
}
.sunseed input,
.sunseed select,
.sunseed textarea {
    outline: none !important;
    box-shadow: none !important;
}

.sunseed .alert-wrapper {
    padding: 10px 0;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month {
    height: 35px !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    height: 30px !important;
}

.card-user-bottom-points .points-info {
    font-weight: 300 !important;
    padding-top: 10px !important;
}

.flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

/* .table.b-table .mag-glass {
    cursor: pointer;
}
.table.b-table .mag-glass:after {
    content: '\e800';
    font-family: "fontello";
    color: #9c9d9f;
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
} */

.sunseed .form-container input {
    padding: 10px 15px !important;
}

.sunseed .total-price-rightAlign {
    white-space: normal !important;
}
.sunseed .total-price-rightAlign span,
.sunseed .price-block span,
.sunseed .total-price-row span {
    white-space: nowrap !important;
}

.flex-direction-nav .flex-next {
    right: 7px !important;
}
.flex-direction-nav .flex-prev {
    left: 7px !important;
}
@media (max-width: 768px) {
	.one-container .sidebar {
		margin-top: 0;
	}
	.content-area, .inside-footer-widgets>div, .sidebar {
		float: left;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
    .tablet-push-25 {
        left: 33%;
    }
    .tablet-grid-75 {
        width: 67%;
    }
    .tablet-grid-25 {
        width: 33%;
    }
    .tablet-pull-75 {
        left: -67%;
    }
    .one-container.left-sidebar .site-main, 
    .one-container.both-left .site-main {
        margin-left: 25px;
    }
}

@media (max-width: 768px) {
    .inside-footer-widgets > div {
        float: left;
    }
}

@media (max-width: 768px) {
    .inside-footer-widgets > div {
        float: left;
    }
}

@media (max-width: 767px) {
	.one-container .sidebar {
		margin-top: 30px;
	}
	.content-area, .inside-footer-widgets>div, .sidebar {
		float: none;
	}
    .sunseed .airme-user-registration .row .col-4 {
        width: 100%;
        padding: 15px;
    }
    .sunseed .airme-user-registration .row .col-4:nth-child(1),
    .sunseed .airme-user-registration .row .col-4:nth-child(2) {
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    .sunseed .form-inline button {
        margin-top: 15px;
    }
    .sunseed .map-container {
        margin-top: 0 !important;
    }
    .sunseed .map-container .region-map {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .sunseed [ib-controller=ib-ctrl-pickup-location] .map-container .col-6.region-map svg.map {
        display: block;
    }
    .sunseed .map-container .additional-filter-col {
        width: 100%;
        max-width: 100%;
        flex: none;
    }
    .sunseed .article-wrap {
        margin: 15px 0;
    }
    .sunseed .level-menu a {
        width: 100% !important;
    }
    .sunseed .article-detail .col-6 {
        width: 100%;
        max-width: 100%;
        flex: none;
    }
    .sunseed .article-detail airme-tabs > ul {
        margin-top: 30px !important;
    }
    .sunseed .item-row > div {
        width: 100%;
        max-width: 100%;
        flex: none;
        text-align: center !important;
    }
    .sunseed .item-row > div > div {
        text-align: center !important;
    }
    .sunseed .item-row .col-5 > div, 
    .sunseed .item-row .col-7 > div {
        display: block;
    }
    .sunseed .basket-footer-panel > div > div,
    .sunseed .total-price-row > div {
        width: 100%;
        max-width: 100%;
        flex: none;
        text-align: center !important;
    }
    .sunseed .basket-footer-buttons > div {
        width: 100%;
        max-width: 100%;
        flex: none;
    }
    .sunseed .basket-footer-buttons > div button {
        width: 100%;
    }
    .sunseed .basket-footer-buttons .btn-back {
        margin-bottom: 15px;
    }
    .sunseed .address-container .col-6 {
        width: 100%;
        max-width: 100%;
        flex: none;
        padding: 0;
    }
    .sunseed .basket-img-wrap {
        float: none !important;
    }
}

/*Skryte talcitko pro uplateneni bodu*/
.sunseed .article-detail .article-detail-apply-points button {
    display:none;	
}

span.flatpickr-day {margin: 0 !important;}
.address-container textarea {min-height: 47px;max-height: 350px; border: 1px solid #DEDEDE;}
.main-navigation .onlineObchodMenu a {font-weight: 500 !important;}


/*Form*/

.form-control{color:#000 !important}

/*Calendar hot-fix*/
#contact-birthday-id__dialog_ {
	width:100% !important;
	
}

#contact-birthday-id__dialog_ .b-calendar-inner {
	width:100% !important;
	
}

.mt-3.user-points {
	color: #006a32;
}


.widget-area .widget {
	padding-top: 0px;
}

.main-navigation li {
  float:none;
  display: inline-block;
}
