@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans:400,500,700&display=swap&subset=latin-ext');

body, h1, h2, h3, h4, p, ul, ol, li {
	margin: 0;
	padding: 0;
}

.main-content ul, .main-content ol, #shop-page ul, #shop-page ol {
    margin-left: 30px;
    margin-bottom: 25px;
}

body {
	background: #fff;
	color: #505D68;
  font-family: 'Open Sans', sans-serif;
}

.ad-label, .sssp-posCont::before {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
/*
.sssp-posCont {
	margin-top: 30px;
}

.sssp-posCont::before {
	content: "Reklama";
	display: block;
	width: 100%;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	top: -6px;
	right: 0;
	transform: translateY(-100%);
}
*/

.sidebar-sticky {
	position: sticky;
	top: 75px;
}

#seznam-pop-up-ad .sssp-posCont::before {
	content: unset;
}

#ssp-zone-223202 .sssp-posCont::before,
.article-recommed-seznam .sssp-posCont::before,
.recass-entity .sssp-posCont::before {
	content: unset;
}

#ssp-zone-223202 .sssp-posCont,
.article-recommed-seznam .sssp-posCont,
.recass-entity .sssp-posCont {
	margin-top: unset;
}

h1, h2, h3 {
  color: #1B2C42;
  font-weight: 700;
}

h1, h2.secondary-h1 {
	font-size: 28px;
  line-height: 38px;
}

.category h1, .page h1, .author h1, .woocommerce-page h1, .tag h1, .search h1 {
    margin-bottom: 25px;
}

h2 {
	font-size: 32px;
  line-height: 43px;
}

.article-recommend-secondary h2 {
    margin-bottom: 25px;
}

h3 {
	font-size: 20px;
  line-height: 27px;
  overflow: hidden;
}

p, .main-content li, #shop-page li {
  font-family: 'Merriweather', serif;
}

p, ul, li, input, textarea, select, span, label {
	font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

blockquote {
    background: url('img/ico-quotes.svg') center left no-repeat;
    padding: 0 20px 0 100px;
    min-height: 65px;
}

blockquote p {
    font-style: italic;
}

label {
  display: block;
  margin: 10px 0 5px;
}

.woocommerce form .form-row label {
	margin-top: 0;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), textarea, select {
  display: block;
  width: 100%;
  padding: 10px;
  height: 42px;
	border: none;
}

input[type="submit"], button {
  cursor: pointer;
  border: none;
	background: none;
}

button[type="submit"] {
    margin-top: 10px;
}

input[type=radio] {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 5px;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

span + input[type="radio"] {
    margin-left: 10px;
}

a {
  color: #457DFD;
  transition: 0.5s color;
}

a.secondary, span.secondary {
  color: #FFF005;
}

a:hover {
	text-decoration: none;
}

.cd-btn-prim {
	display: inline-block;
	background: #457DFD;
	color: #fff;
	font-size: 16px;
	padding: 15px 30px;
  font-weight: 700;
	transition: 0.5s background, 0.5s color;
}

.cd-btn-prim:focus {
  background: #457DFD;
	color: #fff;
}

.cd-btn-prim:hover {
	background: #fff;
	color: #457DFD;
}



.cd-tag {
	display: inline-block;
	background: #FFF005;
	color: #1B2C42;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	padding: 8px 16px;
}

.modal-open #sklik_popup {
	padding-right: 0;
	width: auto;
	height: auto;
	top: initial;
	bottom: 0;
  left: calc(50% - 160px);
}

.modal-open #sklik_popup .modal-dialog {
	margin: 0;
}

.modal-open #sklik_popup .modal-content {
	background: none;
	border: none;
}

.modal-open #sklik_popup .modal-content .modal-header, .modal-open #sklik_popup .modal-content .modal-body {
	padding: 0;
}

.modal-backdrop.show {
	display: none;
}
body.modal-open {
	overflow-y: scroll;
}


/* Sections */
header#main-header {
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

/*.logged-in.admin-bar header#main-header {*/
/*  top: 32px;*/
/*}*/

section {
	padding: 60px 0 0;
}

header + section {
    padding-top: 40px;
}

section.newsletter {
	background-size: cover;
	margin-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

section.newsletter.side {
	margin: 30px 0;
	padding: 15px 0;
}

section.newsletter:before {
	background: url('img/bg-pas.svg') center;
	background-size: cover;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

footer#main-footer {
	background: #1B2C42;
	padding: 60px 0 30px;
	margin-top: 60px;
	color: #fff;
}

section.form.side {
	margin: 30px 0;
	padding: 0;
}

section.form.side h2 {
	font-size: 24px;
	line-height: 32px;
	border-left: 4px solid #457DFD;
	padding-left: 15px;
	margin-bottom: 15px;
}

section.form.side p {
	position: relative;
	padding-right: 60px;
	margin-top: 15px;
}

section.form.side img {
	width: 60px;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
}

section.form.side input, section.form.side select {
	border: 2px solid #EFEFEF !important;
}

section.form.side select {
	height: 44px;
}

section.form.side input::placeholder, section.form.side input {
	color: #505D68;
}

section.form.side input[type="checkbox"]{
	margin-right: 5px;
}

section.form.side input[type="email"] + label {
	cursor: pointer;
}

section.form.side label {
	color: #1B2C42;
	position: relative;
}

section.form.side label span {
	position: absolute;
	right: 10px;
	top: 40px;
}

/* Header */
header .col-md-4:first-child {
    padding-right: 0;
}

.main-logo {
	margin: 11px 0 10px;
	display: block;
}

.main-logo img {
    height: 40px;
    width: auto;
    margin-left: -10px;
    margin-top: -3px;
}

.main-logo span {
    font-size: 16px;
    color: #1B2C42;
    font-weight: 700;
}

.main-menu {
	padding: 0 0 0 15px;
}

.main-menu > ul, .main-menu > a, .main-menu li {
	display: inline-block;
	vertical-align: text-bottom;
    position: relative;
}

.main-menu a {
	transition: 0.5s color;
	color: #505D68;
	display: inline-block;
	padding: 0 10px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}

.main-menu a:hover {
	color: #457DFD;
}

.main-menu a.active {
	font-weight: 700;
	color: #457DFD;
}

ul.sub-menu {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 1;
    background: #fff;
    width: 280px;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

ul.sub-menu li a {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    text-transform: initial;
}

ul.sub-menu li:last-child a {
    border-bottom: none;
}

.main-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

header button:hover svg path {
    fill: #457DFD;
}

#search, #search input, #search button, #search + button {
	display: inline-block;
	width: auto;
}

#search input {
	min-width: 225px;
}

#search button {
	margin: 0 25px;
}

/* Footer */
footer .row:first-child {
	border-bottom: 1px solid rgba(255,255,255,0.24);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

footer li a, footer h3, footer p a span {
	color: #fff;
    border-bottom: 1px solid transparent;
    font-size: 16px;
}

footer .row:last-child a {
    padding: 0 12px 0 10px;
    border-right: 1px solid rgba(255,255,255,0.24);
}

footer .row:last-child a:last-child {
    border-right: none;
    padding-right: 0;
}

footer li a:hover, footer p a:hover span {
    border-bottom: 1px solid #FFF005;
    color: #fff;
}

footer .footer-social a:hover {
    border-bottom: 1px solid transparent;
}

footer h3 {
	margin-bottom: 20px;
}

footer li, footer p {
	list-style: none;
	padding: 5px 0;
  font-family: 'Open Sans', sans-serif;
}

footer span {
	font-size: 13px;
}

footer img {
	margin-bottom: 10px;
}

footer .footer-social {
    padding-top: 50px;
}

footer .footer-shop-contact a {
    display: block;
		color: #fff;
		position: relative;
		padding-left: 40px;
		margin-top: 10px;
}

footer .footer-shop-contact a:last-child {
	padding-left: 0;
}

footer .footer-shop-contact a img {
	position: absolute;
	top: 0;
	left: 0;
}

/* Sidebar */
.sidebar-background {
	padding: 30px;
	background: #EFEFEF;
	margin-top: 20px;
}


/* Articles */
a.article-list {
	display: block;
	color: #505D68;
}

a.article-list-secondary {
	display: block;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}

.article-recommend-secondary {
	margin: 60px 0 0;
}

.article-recommend-secondary > div {
	padding: 0;
}

.article-recommend-secondary > div.col-sm-6 {
	padding: 0 10px 0 20px;
}

.article-recommend-secondary > div.col-sm-6:last-child {
	padding: 0 20px 0 10px;
}

.article-recommend-secondary a .article-image {
	position: relative;
}

a.article-list-secondary:last-child {
	margin: 0;
}

a.article-list p {
	margin: 25px 0;
    overflow: hidden;
}

a.article-list + p {
	margin: 10px 0;
}

a.article-list .article-image, .article-recommend .article-image {
	position: relative;
	margin: 0 0 25px;
}

a.article-list-secondary h3 {
	position: absolute;
	bottom: 20px;
	left: 20px;
    right: 20px;
	padding-left: 10px;
	border-left: 3px solid #FFF005;
	color: #fff;
	z-index: 2;
	font-size: 16px;
	line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}

a.video .article-image:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	background: url('img/ico-play.svg') center no-repeat;
	opacity: 1;
	transition: 0.5s opacity;
	z-index: 2;
}

a.article-list .article-image:after,
.article-recommend .article-image:after,
a.article-list-secondary:after,
.article-recommend-secondary a .article-image:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(27,44,66,0), rgba(27,44,66,1));
	opacity: 0;
	transition: 0.5s opacity;
	z-index: 1;
}

a.article-list-secondary:after {
	opacity: 1;
	height: 75%;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	transition: 0.5s opacity;
}

a.article-list-secondary:hover:after {
	opacity: 0;
}

a.article-list:hover .article-image:after,
/*a.article-list:hover .article-image:before,*/
.article-recommend a:hover .article-image:after,
.article-recommend-secondary a:hover .article-image:after {
	opacity: 1;
}

.article-meta {
	margin-bottom: 25px;
}

.article-meta img {
    margin: 0 10px;
}

.ad-info {
    position: absolute;
    top: -24px;
    right: 15px;
    font-size: 14px;
}

.article-recommend {
	padding: 30px 100px 80px;
	position: relative;
	margin-right: 15px;
}

.article-recommend > h2 {
	margin-bottom: 25px;
}

.article-recommend a h2 {
	color: #fff;
}

.article-recommend p {
	color: #fff;
	font-weight: 500;
	margin: 25px 0;
}

.article-recommend .article-date {
	color: #fff;
}

.article-recommend:after, .article-recommend-secondary a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 15px);
	height: 70%;
	z-index: -1;
	content: '';
	background: #1B2C42;
}

.article-recommend-secondary a:after {
	background: #457DFD;
	width: 100%;
}

.article-recommend-secondary h3 {
	color: #fff;
	margin: 25px 0;
}

.single #article-detail h1 + p {
	font-size: 20px;
	line-height: 30px;
}

#article-detail .main-content > p,
#article-detail .listovacka-content.active p,
#shop-page p {
	margin: 25px 0;
}

#article-detail .main-content h3 {
	padding: 0;
}

.main-content > p a, .main-content li a {
    color: #505D68;
    text-decoration: underline;
}

.main-content > p a:hover, .main-content li a:hover {
    color: #505D68;
    text-decoration: none;
}

.main-content .wp-caption {
    max-width: 100%;
    margin-bottom: 25px;
    position: relative;
}

.main-content .wp-caption img {
    width: calc(100% - 19px);
    height: auto;
}

.main-content .wp-caption span {
    font-size: 14px;
    position: absolute;
    /* bottom: 15px; */
    right: -5px;
    z-index: 1;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.main-content .wp-caption p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-top: -10px;
}

.main-content .wp-caption p span {
    float: right;
    font-style: italic;
}

#article-detail .article-image {
	margin-bottom: 20px;
    position: relative;
}

#article-detail .article-image span {
    font-size: 12px;
    position: absolute;
    /*bottom: 15px;*/
    right: -5px;
    z-index: 1;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.article-image-desc {
	font-size: 14px;
}

#article-detail .article-image-desc {
    margin-top: -10px;
}

#article-detail .article-meta {
	margin-top: 10px;
}

#article-detail .single-infobox {
    float: left;
    background: #efefef;
    padding: 10px 15px;
    max-width: 220px;
    margin: 0 30px 10px 0;
    color: #1B2C42;
}

#article-detail .single-infobox.prava {
    float: right;
    margin: 0 0 10px 30px;
}

#article-detail .single-infobox ul {
    margin-left: 15px;
}

#article-detail .single-infobox p, #article-detail .single-infobox li {
    font-size: 11px;
}

#article-detail .single-infobox p a {
    color: #1B2C42;
    text-decoration: underline;
}

#article-detail .single-infobox h3 {
    font-size: 16px;
}

#article-detail .extra-article {
    padding: 15px 0;
    border-top: 1px solid #505D68;
    border-bottom: 1px solid #505D68;
    margin-bottom: 25px;
}

#article-detail .extra-article h3 {
    padding-top: 0;
}

#article-detail .social-share {
    transform: rotate(-90deg);
    position: fixed;
    top: 180px;
    left: -45px;
    z-index: 999;
}

#article-detail .social-share a {
    color: #1B2C42;
}

#article-detail .social-share img {
    margin-right: 10px;
}

h1 + .listovacka, .listovacka + .cd-tag-list {
	margin-top: 25px;
}

.listovacka {
	background: #efefef;
	display: flex;
}

.listovacka a.cd-btn-prim {
    padding: 15px 25px;
}

.listovacka a:not(.cd-btn-prim) {
	padding: 15px 25px;
	transition: 0.5s background;
	color: #505D68;
}

.listovacka a:nth-child(2) {
	flex-grow: 2;
	text-align: right;
}

.listovacka a:nth-last-child(2) {
	flex-grow: 2;
}

.listovacka.intro {
	background: #fff;
}

.listovacka a:hover {
	background: #fff;
}

.listovacka a.active {
	font-weight: 700;
	background: #fff;
}

.listovacka.intro a:hover {
	background: #efefef;
}

.listovacka.intro a.active {
	background: #efefef;
	font-weight: 700;
}

.listovacka-content {
	visibility: hidden;
	height: 0;
	opacity: 0;
	transition: 1s opacity, 1s height;
}

.listovacka-content.active {
    margin-top: 25px;
}

.listovacka-content p {
	margin: 0;
}

.listovacka-content.active {
	/*display: block;*/
	visibility: visible;
	opacity: 1;
	height: auto;
}

.cd-tag-list a {
	display: inline-block;
	background: #EFEFEF;
	padding: 8px 16px;
	transition: 0.5s background, 0.5s color;
	font-family: 'Open Sans', sans-serif;
	color: #505D68;
	margin-left: 5px;
    margin-bottom: 5px;
}

.cd-tag-list a:hover {
	background: #457DFD;
	color: #fff;
}

.cd-file-download {
    margin: 40px 0 25px;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    border: 1px solid #efefef;
}

.cd-file-download:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 95px;
    z-index: -1;
    background: #EFEFEF;
}

.cd-file-download h3 {
    margin-top: -25px;
    line-height: 34px;
    display: inline-block;
    background: #fff;
    padding: 0 15px !important;
}

.cd-file-download p {
    margin: 15px 0;
}

.cd-file-download form input {
    display: inline-block;
    width: 255px;
    padding: 16px;
    height: 54px;
    margin-right: 20px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.cd-file-download form p, .cd-file-download form button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.cd-file-download form p {
    font-size: 14px;
}

.cd-file-download form p img {
    margin-top: -2px;
    margin-right: 5px;
}

.cd-file-download form p a {
    color: #505D68;
}

.cd-file-download form p a:hover {
    color: #505D68;
    text-decoration: underline;
}

.cd-product-recommend {
    margin: 40px 0 25px;
    position: relative;
		padding: 20px;
}

.cd-product-recommend:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 60px);
    height: 100%;
    z-index: -1;
    background: #EFEFEF;
}

.cd-product-recommend .row > div:first-child {
	margin-left: -15px;
}

.cd-product-recommend p.price {
	margin: 15px 0;
}

/* Pages */
.db-list {
    margin-top: 10px;
    margin-left: 0!important;
    list-style: none;
}

.db-list a {
    display: block;
    padding: 5px 0;
    font-weight: 700;
    text-decoration: none!important;
    color: #457DFD!important;
}

/* Newsletter */
.newsletter, .newsletter h2 {
	color: #fff;
}

.newsletter p {
	font-family: 'Open Sans', sans-serif;
	margin: 15px 0 20px;
	font-weight: 500;
}

.newsletter p span {
	font-weight: 700;
}

.newsletter p del span {
	font-weight: 400;
}

.newsletter p img {
	margin-right: 10px;
	margin-top: -3px;
}

.newsletter form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	display: inline-block;
	width: 255px;
	padding: 16px;
	height: 54px;
}

.newsletter.side form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.newsletter a {
    color: #fff;
}

/* Calc */
form#retirementCalc, form#valorizaceCalc {
    background: #efefef;
    padding: 30px 40px 40px;
}

#retirementResults, #valorizaceResults {
    padding: 40px;
}

#retirementResults p span, #valorizaceResults p span {
    color: #457DFD;
    font-weight: 700;
    float: right;
}

/* Form check */
span.wpcf7-not-valid-tip {
    padding-bottom: 10px;
}

div.wpcf7-response-output {
    border: none!important;
}

#cookie-law-info-bar span {
        padding-right: 140px;
        max-width: 1140px;
        margin: 0 auto;
        position: relative;
        display: block;
        text-align: left;
    }
    #cookie-law-info-bar .cli-plugin-button {
        position: absolute;
        right: 0;
        top: 0;
    }

#cookie-law-info-bar .cli-plugin-button {
    padding: 15px 30px;
    margin-left: 30px!important;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.article-content img.size-full {
    width: 100%;
    height: auto;
}

.article-content .adFull {
    max-width: 100%;
}

.main-sidebar .adFull {
    margin: 0 auto 30px;
    max-width: 100%;
}

.main-sidebar .sidebar-background + script + .adFull {
    margin: 30px auto 0;
    max-width: 100%;
}

.main-content .adFull {
    max-width: 100%;
    margin: 0 auto;
}

.home #main .main-sidebar .adFull, .cd-tag-list + div .adFull {
    margin: 30px auto 0;
    max-width: 100%;
}

.ui-datepicker select.ui-datepicker-year {
    float: right;
}

.ui-datepicker select.ui-datepicker-month {
    float: left;
}

span.warning {
    color: #f00;
    padding-left: 20px;
}

/* ESHOP */
section#shop-page {
	padding-top: 70px;
}

.woocommerce div.product .stock.in-stock {
	color: #74bd16;
}

#shop-page .cartSteps {
	display: flex;
	justify-content: center;
	--gap: 40px;
	margin-bottom: 3rem;
}

#shop-page .cartSteps .cartSteps__stepWrapper {
	display: flex;
	gap: var(--gap);
	list-style: none;
	margin: 0 auto;
}

#shop-page .cartSteps .cartSteps__stepWrapper .cartSteps__stepLink {
	display: block;
	color: #1B2C42;
	text-align: center;
}
#shop-page .cartSteps .cartSteps__step:hover .cartSteps__stepLink {
	color: #457DFD;
}

#shop-page .cartSteps .cartSteps__stepWrapper .cartSteps__step {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	color: #1B2C42;
}

#shop-page .cartSteps .cartSteps__stepWrapper .cartSteps__stepNumber {
	position: relative;
	aspect-ratio: 1 / 1;
	width: 2.5rem;
	display: flex;
	background-color: #FFF;
	border: thin solid rgba(0,0,0,.25);
	color: #1B2C42;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin: 0 auto 10px auto;
	z-index: 1;
	transition: color .3s, background-color .3s;
}

.woocommerce-cart #shop-page .wc-proceed-to-checkout::after,
.woocommerce-cart #shop-page .wc-proceed-to-checkout::before {
	display: none;
}

#shop-page .cartSteps .cartSteps__stepWrapper .cartSteps__step::after {
	content: '';
	position: absolute;
	top: 1.25rem;
	width: calc(50% + var(--gap) / 2);
	border-bottom: thin solid rgba(0,0,0,.25);
	transform: translateY(-50%);
}

#shop-page .cartSteps .cartSteps__stepWrapper .cartSteps__step:not(:last-child)::after {
	left: 50%;
}

#shop-page .cartSteps .cartSteps__stepWrapper .cartSteps__step:last-child::after {
	left: calc((var(--gap) / 2) * -1);
}

#shop-page .cartSteps .cartSteps__stepWrapper .cartSteps__step.active .cartSteps__stepNumber,
#shop-page .cartSteps .cartSteps__step:hover .cartSteps__stepNumber {
	background-color: #457DFD;
	color: #FFF;
}

#shop-page .cartSteps .cartSteps__stepWrapper .cartSteps__step.inactive {
	pointer-events: none;
}
#shop-page .cartSteps .cartSteps__stepWrapper .cartSteps__step.inactive .cartSteps__stepLink,
#shop-page .cartSteps .cartSteps__stepWrapper .cartSteps__step.inactive .cartSteps__stepNumber {
	color: rgba(27, 44, 66,.4);
}

.logged-in.admin-bar section#shop-page {
	padding-top: 80px;
}

.cd-tag.--yellow {
	background: #FFF005
}
.cd-tag.--grey {
	background: #909090;
	color: #FFF;
}

#shop-page #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart #shop-page .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout #shop-page .wc-proceed-to-checkout a.checkout-button {
	display: inline-flex;
	padding: 15px 30px;
	margin: 0;
	font-size: 1rem;
}

#shop-page .wc-checkout-action-panel .wc-backward {
	color: rgba(0,0,0,.5);
}
#shop-page .wc-checkout-action-panel .wc-backward:hover {
	color: rgba(0, 0, 0, 1);
}

#shop-page .wc-checkout-action-panel {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem
}

#shop-page button#place_order {
	width: auto;
	max-width: 250px;
}

.woocommerce-page .sub-header {
	position: static;
}

.woocommerce-page footer#main-footer, #shop-page + section + footer#main-footer {
	margin-top: 60px;
}

.woocommerce table.shop_table tfoot .shipping td,
.woocommerce table.shop_table tfoot .payment td {
	font-weight: 400;
}

.woocommerce table.shop_table .order-total .amount,
.woocommerce table.shop_table .order-total span,
.woocommerce table.shop_table .order-total small {
	font-weight: 700;
}

.sub-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #1B2C42;
	z-index: 99;
}

.sub-header li {
	display: inline-block;
}

.sub-header li a {
	color: #fff;
	display: block;
	padding: 10px;
}

.sub-header .header-login {
	background-image: url('img/ico-user.svg');
	display: none;
}

.sub-header .header-cart {
	background-image: url('img/ico-cart.svg');
}

.header-login, .header-cart {
	display: inline-block;
	padding: 10px 10px 10px 32px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 20px;
}

.logged-in.admin-bar .sub-header {
	top: 33px;
}

.woocommerce-mini-cart__total strong, #billing_country_field, #shipping_country_field {
	display: none;
}

/*form.checkout.woocommerce-checkout {
	background: #f7f7f7;
	padding: 40px;
}*/
.checkout-shipping, .checkout-payment, .checkout-customer, .checkout-terms {
	background-color: #F7F7F7;
	padding: 2.5rem;
}

.checkout-terms {
	padding: 1rem 1.25rem;
}

#shop-page #add_payment_method #payment ul.payment_methods, .woocommerce-cart #shop-page #payment ul.payment_methods, .woocommerce-checkout #shop-page #payment ul.payment_methods {
	border-bottom: 0;
}

#shop-page .woocommerce-error, #shop-page .woocommerce-info, #shop-page .woocommerce-message {
	background-color: #F7F7F7;
}
.woocommerce-checkout .checkout-title,
.woocommerce-cart .cart-title,
.woocommerce-checkout #order_review_heading {
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}

.woocommerce-checkout .woocommerce table.shop_table {
	border-radius: 0;
}

#shop-page #add_payment_method #payment ul.payment_methods, .woocommerce-cart #shop-page #payment ul.payment_methods, .woocommerce-checkout #shop-page #payment ul.payment_methods,
#shop-page #add_payment_method #payment div.form-row, .woocommerce-cart #shop-page #payment div.form-row, .woocommerce-checkout #shop-page #payment div.form-row {
	padding: 0;
	background-color: unset;
}

#shop-page #add_payment_method #payment, .woocommerce-cart #shop-page #payment, .woocommerce-checkout #shop-page #payment {
	background-color: transparent;
}

#shop-page #add_payment_method #payment div.payment_box, .woocommerce-cart #shop-page #payment div.payment_box, .woocommerce-checkout #shop-page #payment div.payment_box {
	background-color: #E7E7E7;
}
#shop-page #add_payment_method #payment div.payment_box::before, .woocommerce-cart #shop-page #payment div.payment_box::before, .woocommerce-checkout #shop-page #payment div.payment_box::before {
	border-bottom-color: #E7E7E7;
}
span.woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.woocommerce-checkout label {
	cursor: pointer;
}

th.product-quantity {
	text-align: center;
}

#shop-page .woocommerce-error, #shop-page .woocommerce-info, #shop-page .woocommerce-message {
	border-top-color: #1B2C42;
}

#shop-page .woocommerce-info::before {
	color: #1B2C42;
}

#shop-page .woocommerce form.checkout_coupon, #shop-page .woocommerce form.login, #shop-page .woocommerce form.register, .woocommerce form.lost_reset_password {
	border: none;
	border-radius: 0;
	background: #efefef;
}

.woocommerce form.lost_reset_password {
    padding: 20px;
    margin: 2em 0;
}

.woocommerce div.product > a {
    position: relative;
    display: block;
    margin: 0 auto;
}

.product-category-link-blank {
	display: block;
	padding: 10px 0 0;
}

.woocommerce div.product img {
	max-width: 100%;
	height: auto;
}

.woocommerce #shop-page div.product div.images .flex-control-thumbs {
	margin-top: 15px;
}

.woocommerce div.product h3 {
	font-weight: 400;
	line-height: 24px;
	margin: 10px 0;
}

.woocommerce div.product h3 a {
	color: #1B2C42;
}

.woocommerce #shop-page span.cd-badge {
	padding: 3px 15px;
	min-width: 170px;
	border-radius: 0;
	min-height: auto;
	line-height: initial;
	top: 10px;
	right: 15px;
	left: initial;
	color: #fff;
	position: absolute;
	text-align: center;
	font-size: 1em;
	font-weight: 700;
	z-index: 1;
}

.woocommerce #shop-page .products span.cd-badge {
	right: 0;
}

.woocommerce #shop-page span.cd-badge + span {
	top: 40px;
}

.woocommerce #shop-page span.cd-badge + span + span {
	top: 70px;
}

.woocommerce div.product div.summary h1 {
	margin-bottom: 30px;
}

.woocommerce div.product div.summary p {
	margin-bottom: 15px;
}

.woocommerce #shop-page div.product a.product-category-link {
	padding: 10px 0 0;
	display: block;
}

.woocommerce #shop-page div.product p.price {
	color: #1B2C42;
	margin-top: 30px;
}

.woocommerce #shop-page div.product span.price {
	color: #1B2C42;
	display: block;
	padding: 0 0 10px;
}

.woocommerce #shop-page div.product span.price span {
	font-size: 18px;
}

.woocommerce #shop-page div.product span.price ins span {
	font-weight: 700;
}

.woocommerce #shop-page div.product p.price span {
	font-size: 24px;
}

.woocommerce div.product p.price ins {
	text-decoration: none;
}

.woocommerce #shop-page div.product input[type="number"] {
	border: 6px solid #efefef;
	height: 46px;
}

.woocommerce #shop-page div.product form.cart .button, .woocommerce #shop-page a.button, .woocommerce-checkout #shop-page button.button {
	display: inline-block;
	background: #457DFD;
	color: #fff;
	font-size: 16px;
	padding: 15px 30px;
	font-weight: 700;
	transition: 0.5s background, 0.5s color;
	border-radius: 0;
}

.woocommerce .related {
	padding-top: 30px;
}

.woocommerce .related h2 {
	margin-bottom: 25px;
}

.woocommerce #shop-page a.button {
	padding: 15px 20px;
}

.woocommerce #shop-page div.product form.cart .button:hover {
	background: #fff;
	color: #457DFD;
}

.woocommerce-checkout h3 {
	margin-bottom: 10px;
}

.woocommerce-checkout h3 label {
	margin: 0 0 2px;
}

h3#order_review_heading {
	margin-top: 20px;
}

.wc_payment_methods label {
	display: inline-block;
}

button#place_order {
	display: block;
	width: 100%;
	margin: 20px 0 10px;
}

.woocommerce-MyAccount-navigation li {
	display: inline-block;
}

.woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 10px;
}

.woocommerce-MyAccount-navigation li.is-active a {
	background: #457DFD;
	color: #fff;
}

.woocommerce-MyAccount-content {
	padding: 20px 0;
}

.woocommerce .woocommerce-ordering {
	background: #efefef;
	padding: 20px;
}

.woocommerce-cart table.shop_table_responsive tr.shipping {
    display: none;
}

.woocommerce table.shop_table.order_details + h2 {
	padding-bottom: 0;
	font-size: 32px!important;
	color: #1B2C42!important;
}

.woocommerce table.shop_table.order_details + h2 + br {
	display: none;
}

#billing_company_field, #billing_ic_field, #billing_dic_field {
	display: none;
}

#company_on_field label {
	cursor: pointer;
	margin: 0;
}

.cd-category-loop, .products > .product {
	margin-bottom: 30px;
}

.cd-category-loop a {
	display: block;
	position: relative;
}

.cd-category-loop a h2 {
	position: absolute;
	top: calc(50% - 33px);
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 1;
}

.cd-category-loop a h2 span {
	display: inline-block;
	background: rgba(255, 255, 255, 0.75);
	font-size: 28px;
  line-height: 36px;
	padding: 15px;
	font-weight: 700;
	position: relative;
}

.cd-category-loop a h2 span:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
	border: 2px solid #fff;
	display: block;
	width: 100%;
	height: 100%;
}

section.woocommerce-order-details {
    padding-top: 0;
}

section.woocommerce-order-details h2, p.woocommerce-thankyou-order-received {
    padding-bottom: 30px;
}

#shop-page .woocommerce-privacy-policy-text p {
	margin-bottom: 0;
}

#shop-page .woocommerce-terms-and-conditions + p {
	margin-top: 0;
}

.ui-widget.ui-widget-content {
	z-index: 1000!important;
}


/* Responzivita */
/*@media (min-width: 992px){
    .single-post #article-detail .main-sidebar > div {
        position: fixed;
    }
}
*/
.main-sidebar .sidebar-background + div {
    transition: 0.5s top;
}

img.ban {
    max-width: 100%;
}

.adFull {
	margin: 0 auto;
}

#sklik_popup button {
	font-size: 16px;
}
.woocommerce-page .newsletter {
    display: none !important;
}
.woocommerce .products {
    margin-bottom: 50px;
}

.post-discussion-header {
	margin-top: 15px;
}

.post-header-discussion-btn {
	background-color: #de0000;
	border-radius: 4px;
	font-size: 14px;
	font-family: Arial,sans-serif;
	line-height: 16px;
	height: 28px;
	display: inline-flex;
	font-weight: 700;
	align-items: center;
	padding: 0 7px;
	color: #FFF;
}

.post-discussion {
	margin: 0 0 35px 0;
}

.post-discussion iframe {
	border: 0;
}

.post-header-discussion-btn:hover {
	color: #FFF;
}

.post-footer-discussion {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 30px;
}

.post-header-discussion-btn svg {
	width: 20px;
	margin-right: 5px;
}
.post-header-discussion-btn__number {
	font-weight: 400;
	color: #FFF;
	padding: 0 5px;
	font-size: 14px;
}
.post-header-discussion-btn__text {
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
}

.payment-logo {
    max-width: 40%;
    margin: 30px auto 0px auto;
    display: block; 
}

@media (max-width: 1200px) {
    .perex + .article-image img {
        width: calc(100% - 19px);
        margin: 0;
    }
    #search button {
        margin: 0;
    }
    #search input {
        min-width: 200px;
    }
    .listovacka a, .listovacka a:not(.cd-btn-prim) {
        padding: 15px 20px;
    }
		.main-menu a {
			padding: 0 5px;
		}
}

@media (min-width: 768px) AND (max-width: 991px) {
	.cd-product-recommend h2 {
		font-size: 24px;
    line-height: 32px;
	}
}

@media (min-width: 992px){
	body header#main-header {
		position: relative;
	}
}

@media (max-width: 991px) {
    header + section {
        padding-top: 90px;
    }

    .main-menu {
        text-align: center;
    }
    .main-menu > div {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        width: 100%;
        height: calc(100% - 60px);
        z-index: 9999;
        background: #fff;
        text-align: center;
    }
    .main-menu li {
        display: block;
    }
    .main-menu li a {
        display: block;
        padding: 10px;
    }
    .main-menu li.menu-item-has-children:hover ul.sub-menu {
        display: none;
    }
    #intro > .container > .row > .col-lg-6:last-child {
        padding-top: 40px;
    }
    .article-recommend {
        padding: 30px 45px 30px 30px;
    }
    .listovacka a.cd-btn-prim {
        padding: 15px;
    }
	.woocommerce-page .sub-header {
	  margin-top: 28px;
	}
}

@media (max-width: 768px) {
    form#search {
        display: none;
        position: absolute;
        top: 45px;
        right: 55px;
        z-index: 9999;
        width: 205px;
    }
    #search input {
        min-width: 160px;
        width: 160px;
    }
    .article-recommend {
        margin-bottom: 40px;
    }
    #main .main-sidebar h2, #article-detail .main-sidebar h2 {
        text-align: center;
        margin-top: 40px;
    }
    a.article-list-secondary {
        max-width: 290px;
        margin: 0 auto 30px;
    }
    a.article-list-secondary:last-child {
        margin: 0 auto;
    }
    .article-recommend-secondary {
        margin-top: 30px;
    }
    footer .col-md-7 {
        margin-bottom: 20px;
    }
    .woocommerce div.product:not(:last-child){
        margin-bottom: 30px;
    }
    .woocommerce div.product > a {
        max-width: 80%
    }
	.payment-logo {
        max-width: 100%;
	}
}

@media (min-width: 579px){
  #intro a.article-list .article-image img {
      width: 100%;
  }
}

@media (max-width: 600px){
    .single .main-content, .single .main-sidebar {
        padding-left: 35px;
    }
    #article-detail .extra-article h3 {
        font-size: 14px;
        line-height: 20px;
    }
    #article-detail .single-infobox {
        max-width: 100%;
        margin: 0 0 10px!important;
        float: none!important;
    }
    #article-detail .social-share {
        left: -45px;
    }
    #cookie-law-info-bar span {
        padding-right: 0;
        text-align: center;
    }
    #cookie-law-info-bar .cli-plugin-button {
        position: relative;
        display: block!important;
        margin: 10px auto !important;
    }
    .listovacka a:not(.cd-btn-prim) {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .main-logo span {
        font-size: 14px;
    }
    .article-image img {
        display: block;
        margin: 0 auto;
    }
    .wp-caption .article-image img {
        margin: 0;
    }
    .article-recommend-secondary .col-sm-6 {
        margin-bottom: 30px;
    }
    footer {
        padding-top: 40px;
    }
    footer h3 {
        margin: 20px 0 10px;
    }
    #article-detail .article-image span {
        font-size: 11px;
    }
    #retirementResults, #valorizaceResults {
        padding: 40px 0;
    }
	.sub-header .header-login span {
		display: none;
	}
	.header-login, .header-cart {
		display: block;
		float: right;
		height: 44px;
	}
	.sub-header .col-7, .sub-header .col-5 {
		padding: 0;
	}
	.cd-product-recommend h2 {
		font-size: 24px;
	line-height: 32px;
	}
	.cd-product-recommend .cd-btn-prim {
		padding: 10px 20px;
	}
	.checkout-shipping, .checkout-payment, .checkout-customer, .checkout-terms {
		padding: 1.25rem;
	}
	.wc-checkout-action-panel {
		flex-direction: column-reverse;
	}
	#shop-page button#place_order, .woocommerce-cart #shop-page .wc-checkout-action-panel a.wc-forward {
		text-align: center;
		justify-content: center;
		max-width: 100%;
		width: 100%;
	}
	#shop-page .cartSteps .cartSteps__stepWrapper {
		flex-direction: column;
	}
	#shop-page .cartSteps .cartSteps__stepWrapper .cartSteps__step {
		text-align: center;
	}
	#shop-page .cartSteps .cartSteps__stepWrapper .cartSteps__step::after {
		display: none;
	}
	#shop-page .cartSteps {
		--gap: 20px;
	}
	#coupon_code, .coupon .cd-btn-prim {
		width: 100%;
	}
}

@media (max-width: 440px) {
    .listovacka a:not(.cd-btn-prim) {
        padding: 10px;
    }
		.cd-product-recommend .row > div:first-child {
			padding-right: 0;
		}
}

@media (max-width: 375px) {
	.sub-header .header-cart * {
		display: none;
	}
	.sub-header .col-7 {
		-ms-flex: 0 0 70%;
	  flex: 0 0 70%;
	  max-width: 70%;
	}
	.sub-header .col-5 {
		-ms-flex: 0 0 30%;
	  flex: 0 0 30%;
	  max-width: 30%;
	}
	.main-logo img {
		height: 30px;
	}
}
