/* header */

#header {
    background-color: #AF1653;
    color: #fff;
    position: relative;
}

@media only screen and (min-width: 1100px) {
    #header {
        min-height: 145px;
    }
}

@media only screen and (max-width: 640px) {
    #header {
        padding-bottom: 10px;
    }
}

.header-info .checkout-facebook {
    display: none;
}

#header-in {
    margin-bottom: 0;
}

#header-in .header-phone a, #header-in .header-email a {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}

#header-in .header-phone a:hover, #header-in .header-email a:hover {
    color: #fff
}

#header-in .header-phone a:before, #header-in .header-email a:before {
    color: #fff;
}

#header-in .header-phone a:hover:before, #header-in .header-email a:hover:before {
    color: #fff;
}

.header-contacts {
    text-align: left;
}

@media only screen and (max-width: 500px) {
    .header-contacts {
        display: none;
    }
}

.header-contacts .large-6 {

}

@media only screen and (min-width: 1100px) {
    .header-contacts .large-6 {
        width: 100%	!important;
        text-align: left !important;
        margin-bottom: 15px !important;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
    .header-contacts .large-6 {
        width: 100%	!important;
        text-align: left !important;
        margin-bottom: 15px !important;
    }
}

#header .icon-account-login:before {
    display: none;
}

.header-info {
    border-bottom: 0;
    padding: 0;
}

.header-info .large-4:nth-child(2) {
}

@media only screen and (min-width: 1100px) {
    .header-info .large-4:nth-child(2) {
        position: absolute;
        left: 135px;
        top: 23px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
    .header-info .large-4:nth-child(2) {
        position: absolute;
        left: 125px;
        top: 23px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 799px) {

    .header-info .large-4:nth-child(2) {
        padding-top: 5px;
        width: 65%;
    }
}

@media only screen and (max-width: 639px) {

    .header-info .large-4:nth-child(2) {
        padding-bottom: 8px;
    }
}

.header-info .large-4:nth-child(3) {

}

@media only screen and (min-width: 1100px) {
    .header-info .large-4:nth-child(3) {
        position: absolute;
        right: 15px;
        top: 12px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
    .header-info .large-4:nth-child(3) {
        position: absolute;
        right: 15px;
        top: 12px;
    }
}

#menu {
    border-top: 0;
}

#header-cart {
    border: 0;
    background-color: transparent;
}

#header-cart .header-cart-price {
    color: #fff;
}

#header-cart .header-cart-count:before {
    color: #fff;
}

#header-cart .header-cart-count {
    color: #AF1653;
}

#header .searchform .s-word {
    background-color: #fff;
    font-weight: 400;
}

#header .searchform form .tar {
    background-color: #fff;
}

@media only screen and (min-width: 1100px) {

    #header .searchform form .tar {
        height: 38px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {

    #header .searchform form .tar {
        height: 38px;
    }
}

.header-phone a, .header-email a {
    color: #fff;
}

#top-links, #top-links a {
    color: #fff;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {

    #top-links, #top-links a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 640px) {

    #top-links, #top-links a {
        color: #000;
    }
}

#top-links a:hover {
    color: #fff;
}

@media only screen and (max-width: 640px) {

    #top-links a:hover {
        color: #000;
    }
}

@media only screen and (min-width: 640px) and (max-width: 799px) {

    .top-links-holder {
        padding-top: 6px;
        width: 35%;
    }
}

@media only screen and (max-width: 640px) {

    .top-links-holder {
        padding-bottom: 8px;
    }
}

#a-home:before {
    color: #fff;
}

#menu {

}

@media only screen and (min-width: 1100px) {

    #menu {
        position: absolute;
        left: 135px;
        bottom: 4px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {

    #menu {
        position: absolute;
        left: 135px;
        bottom: 4px;
    }
}

#menu li a {
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
}

@media only screen and (min-width: 641px) and (max-width: 1099px) {

    #menu li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#main-wrapper-in {
    position: relative;
}

#main-wrapper-in:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 145px;
    width: 100%;
    background-color: #AF1653;
}

@media only screen and (max-width: 1200px) {
    #main-wrapper-in:before {
        display: none;
    }
}


@media only screen and (min-width: 1100px) {

}

#logo {
    top: 0;
    left: 0;
}

#header-in .header-center {

}

@media only screen and (min-width: 1100px) {
    #header-in .header-center {
        padding: 10px 0;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
    #header-in .header-center {
        padding: 10px 0;
    }
}

#header .searchform .s-word {

}

@media only screen and (min-width: 1100px) {
    #header .searchform .s-word {
        height: 38px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
    #header .searchform .s-word {
        height: 38px;
        font-size: 16px;
    }
}

.searchform.large-8 {

}

@media only screen and (min-width: 1100px) {
    .searchform.large-8 {
        width: 100%	;
        max-width: 362px;
        position: relative;
        top: -24px;
        left: 20px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
    .searchform.large-8 {
        width: 100%	;
        max-width: 200px;
        position: relative;
        top: -24px;
        left: 90px;
    }
}

.searchform .b-search {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABHNCSVQICAgIfAhkiAAAAipJREFUKFONkn1IU1EYxp+7zbW6WtvcZm6rNppeLPZBhI7qj42gCEqEIEIqAjH6XgoWBEFFHwZFXxYyCCMKyv4INCRqiAkuQk3qNotybI6xcm13mtUI5k7cSw0ud0Lnv/O+z+/hPed5KUIIAYBMKo3Z0CSykSnMZX9DsXgR6GoTaJsRao2Gl0gOxcOJ0Q9g999ENpYEJaMgp1XIzWYFsbqWweobB6C3mqXwVDhGRupPIzf9AxZfA4w7PdAtq0TyUxTRW71IPHyJJWtscD04AY1WPAE1fLyTxO++QM2lJjB7t0jcR9o6Eb8XQM3lZjC7N4v6VJ+zmcgXKrHpVUfRd6UmEwiub4HW48SG+yfF8BPDdmLYWod1d9qKwnzxed0h4R829l8Rwz2WRlJmt8LTc64onOEyGHL7UMqY4em9IIYHd5whmaEQ1j49C6OLkRh87u5H6MhtWA7Xw3VqjxiOBobJWGM76CoT7P6jWLpqZUEQG3gDdt91kHwetc/Ow2BbLob5nN9fe4yJi48gUypQ7nViQYUGv8JfwAXHISuRQ6lXw7TLi4ptbhiqVhQMhCXhb5G+oJDrzOgEQAhkyhKUex2w+hqQHmQRbu+GyqSDs6sVlc5qwaAA/7PjkinkZn5Coaah1euEMh/Xu6ar+M5GoNSWwdHVCrPbLoXnyysd/wr2YAemX3+EvFQFh//Y/8O8KZf8hvEWP1KBMcFAMva8m/K3wefODbwFmcvjDwmy07V5tbFpAAAAAElFTkSuQmCC);
    background-position: center;
    background-color: #fff;
}

@media only screen and (min-width: 1100px) {
    .searchform .b-search {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
    .searchform .b-search {
        width: 25px;
        height: 25px;
    }
}

.searchform .b-search:hover {
    background-color: #fff;
    opacity: 0.8;
}

.search-whisperer-wrap .large-10 {

}

@media only screen and (min-width: 1100px) {
    .search-whisperer-wrap .large-10 {
        width: 90%
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
    .search-whisperer-wrap .large-10 {
        width: 80%
    }
}

.search-whisperer-wrap .large-2 {

}

@media only screen and (min-width: 1100px) {
    .search-whisperer-wrap .large-2 {
        width: 10%
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
    .search-whisperer-wrap .large-2 {
        width: 20%
    }
}

#header-cart .header-cart-price {
    text-transform: none;
}

#header-cart-wrapper:hover #header-cart {
    background-color: transparent;
}

#menu li {

}

@media only screen and (min-width: 1100px) {
    #menu li {
        line-height: 40px;
        height: 40px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
    #menu li {
        line-height: 40px;
        height: 40px;
    }
}

#menu li #a-home:before {

}

@media only screen and (min-width: 1100px) {
    #menu li #a-home:before {
        top: 7px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
    #menu li #a-home:before {
        top: 7px;
    }
}

#menu li #a-home:hover:before {
    color: #fff;
}

#menu .list-inline {

}

@media only screen and (min-width: 1100px) {
    #menu .list-inline {
        height: 40px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
    #menu .list-inline {
        height: 40px;
    }
}

#menu li:hover a {
    color: #fff;
    background-color: #CB1C62;
}

@media only screen and (max-width: 640px) {
    #menu li:hover a {
        color: #000;
        background-color: #fff;
    }
}

.cart-recapitulation {

}

@media only screen and (min-width: 1100px) {
    .cart-recapitulation {
        top: 55px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
    .cart-recapitulation {
        top: 55px;
    }
}

.cart-recapitulation .cart-reca-single.darken {
    color: #000;
}

#menu #menu-helper-box li a {
    color: #000;
}

@media only screen and (max-width: 40em) {

    #menu-helper-box, .navigation-menu {
        border-color: #AF1653;
    }
}

@media only screen and (max-width: 40em) {

    #menu-helper-box li ul:before, .navigation-menu li ul:before {
        opacity: 0;
    }
}

/* body */

#main-in {
    padding-top: 15px;
}

aside div>.box {
    border: 0;
}

#column-l-in {
    margin-top: -10px;
}

#column-l-in > div:first-child {
    border-bottom: 2px solid #AF1653;
    margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
    #column-l-in > div:first-child {
        border-bottom: 0;
        margin-bottom: 0;
    }
}

#column-l-in > div:first-child > .box {
    padding-bottom: 0;
    margin-bottom: 0;
}

#main #column-l-in div>.box .topic a {
    font-size: 22px;
    color: #AF1653;
    font-weight: 700;
    text-transform: none;
}

section article small, .section article .small {
    font-size: 14px;
    color: #313131;
    font-weight: 400;
    margin-bottom: 6px;
}

aside div>.box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #AF1653;
    text-transform: none;
    margin-bottom: 12px;
}

.categories .topic {
    border: 0;
    border-bottom: 1px solid #AF1653;
    margin-bottom: 8px !important;
}

.categories .topic a {
    font-size: 22px;
    color: #AF1653;
    font-weight: 700 !important;
    text-transform: none;
}

.categories.expandable .topic:before {
    color: #AF1653;
    top: 17px;
}

.categories.expandable ul li a {
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
}

.categories.expandable>ul>li>a:before {
    top: 11px;
    opacity: 0.6;
}

.home-banner {
    padding-bottom: 138px;
    background-size: cover;
    position: relative;
    display: block;
}

@media only screen and (max-width: 600px) {

    .home-banner {
        padding-bottom: 50%;
    }
}

.home-banner span {
    font-weight: 700;
    font-size: 22px;
    padding: 6px 8px;
    background-color: #AF1653;
    color: #FFFFFF;
    position: absolute;
    left: 10px;
    top: 10px;
}

.home-banner:hover {
    opacity: 0.9;
}

@media only screen and (max-width: 600px) {

    #category-banners li {
        width: 100%;
    }

    #category-banners > li {
        padding-bottom: 15px !important;
    }
}

#category-banners li:last-child {
    width: 100% !important;
}

.home-adv {
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 32px;
    border-bottom: 1px solid #EFD0DC;
}

@media only screen and (max-width: 600px) {

    .home-adv {
        flex-wrap: wrap;
        padding-bottom: 12px;
    }
}

.home-adv img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

.home-adv__item {
    width: calc(33% - 10px);
    display: flex;
    text-decoration: none;
    color: #444;
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {

    .home-adv__item {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 600px) {

    .home-adv__item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.home-adv__img {
    display: flex;
    width: 65px;
    text-align: center;
    align-content: center;
    justify-content: center;
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {

    .home-adv__img {
        width: 100%;
        padding-bottom: 10px;
        min-height: 68px;
    }
}

.home-adv__img img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

.home-adv__item:first-child .home-adv__img img {
    max-width: 40px;
}

.home-adv__item:nth-child(2) .home-adv__img img {
    max-width: 45px;
}

.home-adv__item:nth-child(3) .home-adv__img img {
    max-width: 44px;
}

.home-adv__text {
    width: calc(100% - 65px);
    padding-left: 5px;
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {

    .home-adv__text {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}

.home-adv__text h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 3px;
    text-transform: none;
}

.home-adv__text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.home-brands {
    padding-top: 22px;
    border-bottom: 1px solid #EFD0DC;
}

.home-brands img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

.home-brands__title {
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    margin-bottom: 0;
}

.home-brands__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width: 600px) {

    .home-brands__list {
        flex-wrap: wrap;
    }
}

.home-brands__item {
    display: flex;
    align-items: center;
    width: 16.666%;
    text-align: center;
    min-height: 130px;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width: 600px) {

    .home-brands__item {
        width: 33.333%;
    }
}

@media only screen and (max-width: 400px) {

    .home-brands__item {
        width: 50%;
    }
}

.home-brands__item img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

#next-carousel, #prev-carousel {
    width: 36px;
    height: 40px;
    opacity: 0.5;
    background-color: transparent;
}

#prev-carousel:before, #next-carousel:before {
    color: #fff;
}

#next-carousel:hover, #prev-carousel:hover {
    opacity: 1;
}

#next-carousel:hover:before, #prev-carousel:hover:before {
    color: #fff;
}

#carousel-sys {
    top: 92%;
}

#welcome {
    padding-top: 5px;
    width: 100%;
    margin-bottom: 20px;
}

#welcome:before {
    display: none;
}

#welcome p {
    font-size: 16px;
    font-weight: 400;
}

#h1-welcome-nor {
    font-size: 30px
    font-weight: 700;
    text-transform: none;
    margin-bottom: 15px
}

body.home #tabs-div #tabs {
    padding-top: 25px;
    border-top: 1px solid #EFD0DC;
}

body.home #tabs-div .ui-corner-top a {
    font-weight: 700;
    font-size: 22px;
    text-transform: none;
}

body.home #tabs-div .ui-corner-top a .stronger {
    font-weight: 700;
    font-size: 22px;
    text-transform: none;
}

body.home #tabs-div .tabs-navigation {
    border-top: 0;
    border-bottom: 0;
}

.decor-delimeter {
    display: none;
}

.p-name, .p-list-descr-name {
    font-weight: 400;
    text-transform: none;
}

.bool-icon-single {
    font-weight: 400;
}

#category-filter {
    background-color: transparent;
}

.products {
    border-bottom: 0;
}

#order-steps div.order-step-single {
    font-weight: 400;
}

form fieldset {
    font-weight: 400;
}

p {
    font-weight: 400;
}

.ui-state-default a {
    font-weight: 400;
}

#product-detail-info strong {
    font-weight: 400;
}

body {
    font-weight: 400;
}

@media only screen and (max-width: 40em) {

    .navigation-menu-product-detail-wrap {
        margin-top: 20px !important;
    }
}

/* footer */

#footer {
    background-color: #EFEFEF;
}

#footer .topic {
    font-size: 22px;
    font-weight: 700;
    color: #313131;
    text-transform: none;
}

#footer .ccr-single span:before {
    color: #AF1653;
}

#footer .contacts-cellphone {
    color: #AF1653;
}

#footer-in #articles ul li:after {
    border-left-color: #D38DA9;
}

#contactbox-right .ccr-single strong {
    font-size: 16px;
    font-weight: 700;
}

#contactbox-right .contacts-email a, #contactbox-right .contacts-cellphone .checkout-cellphone, #contactbox-right .contacts-facebook a {
    font-size: 16px;
    font-weight: 400;
}

#footer-in .footer-row-element li a {
    font-size: 16px;
    font-weight: 400;
}

#footer .footer-row-element:nth-child(2) {

}

@media only screen and (min-width: 1100px) {
    #footer .footer-row-element:nth-child(2) {
        width: 34%;
    }
}

#footer-in ul>li {
    margin-bottom: 10px;
}

#footer-in .footer-in-wrap {
    position: relative;
}

@media only screen and (max-width: 1025px) {
    #footer-in .footer-in-wrap {
        padding-bottom: 90px;
    }
}

/*#footer-in .footer-in-wrap:after {*/
/*    content: '';*/
/*    width: 216px;*/
/*    height: 69px;*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    bottom: 58px;*/
/*    background-image: url(https://www.vkpodkaplickou.cz/user/documents/upload/payment.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

@media only screen and (max-width: 1025px) {
    #footer-in .footer-in-wrap:after {
        right: auto;
        left: 20px;
        bottom: 30px;
    }
}

@media only screen and (max-width: 40em) {
    body #footer-in .footer-row-element:not(.banner), #footer-in .banner img {
        display: block;
    }

    body #footer-in .hide-for-small {
        display: block !important;
    }
}

/* Eventy */

.wpevents {
    border-bottom: 2px solid #AF1653;
    padding-bottom: 15px;
}

.wpevents__main-title {
    font-size: 22px;
    color: #AF1653;
    font-weight: 700 !important;
    text-transform: none;
    padding: 0.6875rem 0.5625rem;
    border-bottom: 1px solid #AF1653;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
}

.wpevents__list {

}

.wpevents__item {
    border-bottom: 1px solid #ededed;
    padding: 10px;
}

.wpevents__title {
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}

.wpevents__title a {
    text-decoration: none;
    text-transform: none;
    color: #000;
}

.wpevents__title:hover {
    text-decoration: underline;
}

.wpevents__content {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    color: #000;
}

.wpevents__date {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.wpevents__link {
    display: inline-block;
    margin-left: 15px;
    color: #AF1653;
    text-decoration: underline !important;
    margin-top: 1px;
}

.wpevents__link::after {
    content: "►";
    display: inline-block;
    margin-left: 5px;
}

.wpevents__link:hover {
    color: #000;
    text-decoration: none !important;
}

.wpevents__no-actions {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}

.wpevents__show-more {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline !important;
}

.wpevents__link:hover {
    color: #000;
    text-decoration: none !important;
}
