* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
}

a {
    color: #944719;
    text-decoration: none;
}

a:hover {
    color: rgb(249, 185, 75);
    text-decoration: none;
}

.href-uderline {
    text-decoration: underline;
}

.padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.nopadding {
    padding: 0px !important;
    margin: 0px !important;
}

.odd {
    margin: 5px 0px !important;
    background-color: #FFF294;
    border: none;
}

.clear {
    clear: both;
}

#full-page {
    padding: 10px 0px;
}

/* --- Modal --- */
.modal_loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url(../images/loading.gif) 50% 50% no-repeat;
}

body.loading .modal_loading {
    overflow: hidden;
}

body.loading .modal_loading {
    display: block;
}

/* --- Top --- */
.top-menu-bg {
    background-color: #924819;
}

.top-menu {
    text-align: center;
    padding: 7px 0px;
    font-size: 14px;
    font-weight: bold;
}

.top-menu li {
    display: inline-block;
    list-style: none;
    padding-right: 15px;
}

.top-menu li:last-child {
    padding-right: 0px;
}

.top-menu li a {
    color: #ffffff;
    text-decoration: none;
}

.top-holiday {
    text-align: center;
    background-color: #FF0000;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px 10px;
}

.top-block-logo img {
    width: 100%;
    max-width: 340px;
}

.top-block-sr {
    padding-right: 0px;
}

.top-block-search {
    text-align: center;
    padding: 15px 0px;
}

.top-block-search .top-block-search-input {
    width: 100%;
    height: 35px;
    padding: 0px 10px;
    border: 1px solid #F3941C;
    font-size: 18px;
}

.top-block-search .top-block-search-submit {
    position: absolute;
    top: 15px;
    right: 5px;
    background-color: transparent;
    background-image: url(../images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: -35px;
    padding: 30px 0 0 30px;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
}

.searchPage-text {
    color: #924819;
    font-size: 14px;
}

.searchPage-error {
    color: #CB0101;
    font-size: 14px;
}

.top-block-rigth {
    text-align: right;
}

.top-block-rigth-center-text {
    padding: 10px 0px;
}

.top-block-rigth-center-text-one-row {
    padding: 22px 0px;
}

.top-block-rigth-center-text-two-row_first {
    padding-top: 15px;
}

.top-block-profil {
    height: 65px;
    background: url(../images/ico_profil-33x33.png) no-repeat left center;
    vertical-align: middle;
}

.top-block-rigth-sm .top-block-profil {
    width: 130px;
}

.cart-info {
    color: #ff0000;
    border: 2px solid #ff0000;
    font-size: 16px;
    font-weight: bold;
}

.top-block-cart {
    height: 65px;
    background: url(../images/ico_cart-33x33.png) no-repeat left center;
    vertical-align: middle;
}

.top-block-cart-popup {
    position: absolute;
    right: 0;
    z-index: 9999;
    width: 400px;
}

.top-block-cart-popup .top-block-cart-popup-items {
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.top-block-cart-popup-href {
    display: block;
    color: #924819;
    padding: 10px;
}

.top-block-cart-popup-href:hover {
    color: #924819;
    background-color: #F9F9F9;
}

.top-block-cart-popup .top-block-cart-popup-item-image {
    padding-right: 0px;
}

.top-block-cart-popup .top-block-cart-popup-item-image img {
    width: 100%;
}

.top-block-cart-popup .top-block-cart-popup-item-right-title {
    font-size: 16px;
}

.top-block-cart-popup .top-block-cart-popup-item-right-price {
    font-size: 14px;
    color: #000000;
    margin-top: 5px;
}

.top-block-rigth-sm .top-block-cart {
    width: 130px;
}

.top-block-rigth-center-text-cart-cart {
    color: #CB0101;
    font-size: 18px;
}

.top-block-rigth-center-text-cart-price {
    font-size: 14px;
}

.top-block-cart-xs {
    text-align: center;
}

.top-block-cart-xs img {
    width: 25px;
    padding-top: 12px;
}

/* === TOP === */
/* --- SECTION --- */
.section-block {
    width: 100%;
    /*padding-bottom: 5px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.section-block-icon, .section-block-icon-active {
    display: inline-block;
    background-color: #FFF292;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #FFFFFF;
}

.section-block-icon {
    background-color: #FFF292;
}

.section-block-icon-sale {
    background-color: #CB0101;
}

.section-block-icon-sale a {
    color: #FFFFFF;
}

.section-block-icon-active {
    background-color: #F3941C;
}

/*.section-block-icon:first-child, .section-block-icon-active:first-child {
    border-left: 1px solid #FFFFFF;
}
*/
.section-block-icon:last-child, .section-block-icon-active:last-child {
    border-right: none;
}

.section-block-icon-href {
    color: #924819;
    width: 100%;
    display: block;
}

.section-block-icon-href:hover {
    background-color: #F3941C;
    color: #FFFFFF;
}

.section-block-icon-active .section-block-icon-href {
    background-color: #F3941C;
    color: #FFFFFF;
}

.section-block-icon-img {
    width: 50px;
    height: 50px;
}

.section-block-icon-title {
    padding-bottom: 5px;
}

/* === SECTION === */
/* --- LEFT --- */
#left {
    padding: 0px;
}

#profile-menu-left {

}

#profile-menu-left ul {
    list-style-type: none;
    margin-bottom: 0px;
    font-size: 16px;
}

#profile-menu-left ul li {
    width: 100%;
    background-color: #CB0101;
    color: #FFFFFF;
}

#profile-menu-left ul li.profile-menu-left-profile {
    background-color: #9E0101;
    padding-left: 10px;
}

#profile-menu-left ul li.profile-menu-left-profile .profile-right {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
}

#profile-menu-left ul li.profile-menu-left-profile .profile-menu-left-profile-title {
    font-size: 18px;
    font-weight: bold;
}

#profile-menu-left ul li.profile-menu-left-profile .profile-menu-left-profile-href {
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
    padding-top: 5px;
    display: block;
}

#profile-menu-left ul li.profile-menu-left-profile .profile-menu-left-profile-href:hover {
    text-decoration: none;
}

#profile-menu-left ul li a.profile-menu-left-href {
    display: inline-block;
    width: 100%;
    padding: 9px 10px;
    color: #FFFFFF;
    vertical-align: top;
    border-bottom: 1px solid #F3443F;
}

#profile-menu-left ul li a.profile-menu-left-href:hover, #profile-menu-left ul li a.profile-menu-left-href-clicked {
    background-color: #F9B94B;
    color: #000000;
}

/* === LEFT === */
/* --- LEFT INFO --- */
.left-info-contact-block {
    background-color: #F2921A;
    color: #ffffff;
}

.left-info-services-block {
    background-color: #FFF294;
    color: #98501E;
}

.left-info-ico {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
}

.left-info-text {
    padding: 8px 0px;
    display: inline-block;
    vertical-align: middle;
}

.left-info-text-vel {
    font-size: 16px;
    font-weight: bold;
}

/* === LEFT INFO === */
/* --- MOBILE MENU BAR --- */
.menu-bar-mobile {
    background-color: #f2992a;
}

.navbar-mobile {
    margin: 15px 5px 15px 5px;
    padding: 11px 10px;
    background-color: #F3941C;
    background-image: none;
    border: 1px solid #cb0101;
    border-radius: 4px;
}

.navbar-mobile:hover {
    background-color: #cb0101;
}

.navbar-mobile .icon-bar {
    background-color: #ffffff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-mobile .icon-bar + .icon-bar {
    margin-top: 4px;
}

.category-block {
    padding: 0px 0px 10px 0px !important;
}

.menu-bar-mobile-category {
    padding: 15px 10px;
}

.menu-bar-mobile-category-item {
    padding: 0px 5px;
}

.menu-bar-mobile-category-item:hover {
    color: #ffffff;
}

.menu-bar-mobile-button {
    text-align: right;
    padding: 0px;
}

/* === MOBILE MENU BAR === */
/* --- FOOTER --- */
.footer-info-block-bg {
    background-color: #FEE17B;
    color: #924819;
    margin-top: 10px;
    padding: 20px 0px 10px 0px;
}

.footer-info-block-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.footer-menu-block ul, .footer-profil-block ul {
    list-style: none;
}

.footer-menu-block ul li {
    display: inline-block;
    width: 50%;
    line-height: 20px;
}

.footer-contact-block-table .footer-contact-block-table-column1 {
    vertical-align: middle;
    padding: 0px 10px 10px 0px;
    text-align: right;
}

.footer-contact-block-table .footer-contact-block-table-column2 {
    color: #BA0001;
    vertical-align: middle;
    padding: 0px 0px 10px 10px;
    text-align: left;
}

.footer-contact-block-table .footer-contact-block-vell {
    font-size: 18px;
}

.footer-block-bg {
    background-color: #FFFFFF;
    color: #808080;
    padding: 5px 0px;
}

.footer-copyright {
    padding-top: 25px;
    text-align: left;
}

.footer-logo {
    text-align: right;
}

.footer-logo img {
    height: 50px;
}

@media (max-width: 767px) {
    .footer-info-block-bg {
        text-align: center;
    }

    .footer-info-block-bg ul {
        text-align: left;
    }

    .footer-info-block-bg ul li {
        padding-left: 30px;
    }

    .footer-contact-block-table {
        margin: auto;
    }

    .footer-copyright {
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }
}

/* === FOOTER === */
/* --- CONTENT --- */
#content-page {
    padding: 0px 0px 0px 5px;
}

.banner-block {
    width: 100%;
    min-width: 600px;
    text-align: center;
    padding-bottom: 20px;
}

.banner-block img {
    max-width: 100%;
}

.action-row {
    background-color: #FFF294;
    color: #f3941c;
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
}

.action-row .ico {
    vertical-align: middle;
    height: 35px;
}

.submenu-block {
    background-color: #FFF9E3;
    margin-top: 5px !important;
}

.submenu-block ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.submenu-ul .submenu-li-home, .submenu-ul .submenu-li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.submenu-ul .submenu-li-home {
}

.submenu-ul .submenu-li {
    margin-left: 10px;
}

.page-title {
    color: #DB4F4E;
    font-size: 22px;
    padding: 0px;
    margin: 5px 0px;
}

.page-subtitle {
    color: #DB4F4E;
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.page-data-block {
    background-color: #FFF8DF;
    border-top: 1px solid #FFF292;
    border-bottom: 1px solid #FFF292;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.page-data-block-title {
    color: #DB4F4E;
    font-size: 14px;
    font-weight: bold;
}

.categiry-description {
    color: #A45E2A;
}

.categiry-description h1 {
    padding: 0px !important;
    margin: 0px !important;
}

.categiry-description img {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 992px) {
    .categiry-description img {
        display: none !important;
    }
}

/* --- TEXT --- */
.page-text {
    color: #944719;
    word-wrap: break-word;
}

.page-text a {
    color: #944719;
    text-decoration: underline;
}

.page-text a:hover {
    color: #944719;
    text-decoration: none;
}

.page-text p {
    margin: 2px 0px 5px 0px;
}

.textTableDoprava {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 20px;
    overflow: auto;
}

.textTableDoprava td, .textTableDoprava th {
    padding: 5px;
}

.textTableDoprava .imgIcoFlag, .textTableDoprava .imgIcoFlagDop {
    width: 30px;
    height: 20px;
}

/* === TEXT === */
/* === CONTENT === */
/* --- PRODUCTS INFO + PAGINATION --- */
.products-block-count-products {
    padding-top: 7px;
    padding-bottom: 7px;
}

.products-block-pagination {
    text-align: right;
    color: #944719;
}

.products-block-pagination .pagination {
    margin: 0px;
}

.products-block-pagination ul.pagination li.page_info {
    padding: 3px 10px 0px 0px;
}

.products-block-pagination ul.pagination li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 3px;
}

.products-block-pagination ul.pagination a {
    vertical-align: middle;
    padding: 5px 10px;
    text-decoration: none;
}

.products-block-pagination .pagination > li > a, .products-block-pagination .pagination > li > span {
    border: none;
    color: #944719;
}

.products-block-pagination ul.pagination a:hover, .products-block-pagination ul.pagination a.current {
    color: #944719;
    background-color: #FEF1E8;
}

.products-block-pagination ul.pagination img {
    vertical-align: middle;
}

.products-block-infomenu {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* --- PRODUCTS --- */
.products-block {
    text-align: center;
}

.product-block {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 10px;
    min-width: 180px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid #FEE485;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}

.product-block:hover {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #F3941C;
}

.product-block-href {
    display: block;
    padding: 5px 5px 2px 5px;
}

.product-block-action {
    float: right;
}

.product-block-action .product-block-action-image {
    position: absolute;
    margin-top: -5px;
    margin-left: -50px;
    width: 50px;
    height: 70px;
    color: #D9001D;
    text-align: center;
    padding-top: 30px;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/akce_block_produkty-50x70.png) no-repeat top right;
}

.product-block-image {
    text-align: center;
}

.product-block-image .product-block-image-product {
    width: 100%;
    max-width: 200px;
}

.product-block-title {
    padding-top: 10px;
    height: 40px;
    overflow: auto;
    line-height: 15px;
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.product-block-price-old {
    color: #808080;
    padding-right: 0px;
    font-size: 14px;
    text-decoration: line-through;
    padding-top: 2px;
}

.product-block-price {
    color: #D9001D;
    text-align: right;
    padding-left: 0px;
    font-size: 16px;
    font-weight: bold;
}

.product-block-description {
    color: #808080;
    border-top: 1px solid #FFE791;
    margin-top: 2px;
    padding-top: 2px;
    height: 56px;
    word-wrap: break-word;
    overflow: hidden;
}

.product-block-parameters {
    color: #808080;
    border-top: 1px solid #FFE791;
    margin-top: 2px;
    padding-top: 2px;
    height: 56px;
}

.product-block-parameters div {
    padding: 5px 0px 5px 35px;
    text-align: left;
    vertical-align: middle;
}

.product-block-parameters-size {
    background: url(../images/ico_velikost_ryby-25x25.png) no-repeat center left;
}

.product-block-parameters-volume {
    background: url(../images/ico_velikost_akvaria-25x25.png) no-repeat center left;
}

.product-block-parameters-temperature {
    background: url(../images/ico_teplota_vody-25x25.png) no-repeat center left;
}

.product-block-parameters-ph {
    background: url(../images/ico_ph_vody-25x25.png) no-repeat center left;
}

.cart-block-inactive-product-block {
    border: 20px solid #FFF9E3;
    padding: 20px;
    margin: 20px 0px 30px 0px;
}

.product-block-cart, .product-list-varianty-row-cart {
    text-align: center;
    padding: 0px 5px 5px 5px;
}

.product-block-cart .nop-input-group .product-list-add, .product-list-varianty-row-cart .nop-input-group .product-list-add {
    width: 100%;
    height: 30px;
    background-color: #D9001D;
    border: 3px solid #D9001D;
    padding: 0px 12px;
    color: #FFFFFF;
    cursor: pointer;
}

.product-block-cart .nop-input-group .product-list-add:hover, .product-list-varianty-row-cart .nop-input-group .product-list-add:hover {
    background-color: #F9B94B;
    border: 3px solid #F9B94B;
    color: #000000;
}

.product-block-cart .product-list-varianty-button, .product-list-varianty-row-cart .product-list-varianty-button {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 25px;
    background-color: #D9001D;
    border: 2px solid #D9001D;
    padding: 0px 5px;
    color: #FFFFFF;
    cursor: pointer;
}

.product-block-cart .product-list-varianty-button:hover, .product-list-varianty-row-cart .product-list-varianty-button:hover {
    background-color: #F9B94B;
    border: 3px solid #F9B94B;
    color: #000000;
}

.product-block-cart .product-list-detail {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 25px;
    background-color: #D9001D;
    border: 2px solid #D9001D;
    padding: 0px 5px;
    color: #FFFFFF;
    cursor: pointer;
}

.product-block-cart .product-list-detail:hover {
    background-color: #F9B94B;
    border: 3px solid #F9B94B;
    color: #000000;
}

@media (max-width: 767px) {
    .product-block {
        text-align: center;
    }

    .product-block-price {
        text-align: center;
    }
}

/* - VARIANT - */
.product-varianty-block .product-varianty-block-title {
    color: #A45E2A;
    font-size: 18px;
}

.product-varianty-list {
    border-top: 1px solid #FEE485;
    border-bottom: 1px solid #FEE485;
    margin: 10px 0px;
}

.product-list-varianty-row {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
    white-space: nowrap;
}

.product-varianty-list .product-list-varianty-row .product-list-varianty-row-title {
    color: #D9001D;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    white-space: normal;
    line-height: 30px;
    padding-left: 10px !important;
}

.product-varianty-list .product-list-varianty-row .product-list-varianty-row-price {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.product-varianty-list .product-list-varianty-row .product-list-varianty-row-cart {
    padding-right: 10px !important;
    text-align: right;
}

.product-varianty-list .product-list-varianty-row .product-list-varianty-row-cart-nostock {
    padding-right: 10px !important;
    text-align: right;
    white-space: normal;
}

.product-varianty-list .row-even {
    background-color: #FFF8DE;
}

.product-varianty-list .row-odd {
    background-color: #FFFDF6;
}

@media (max-width: 767px) {
    .product-varianty-list .product-list-varianty-row .product-list-varianty-row-title {
        text-align: center;
    }

    .product-varianty-list .product-list-varianty-row .product-list-varianty-row-price {
        text-align: center;
    }

    .product-varianty-list .product-list-varianty-row .product-list-varianty-row-cart {
        text-align: center;
        padding-right: 0px !important;
    }
}

@media (max-width: 992px) {
    .product-varianty-image {
        text-align: center;
    }
}

/* = VARIANT = */
/* - PRODUCT - */
.product-gallery-full {
    text-align: center;
}

.product-detail-image-product {
    width: 100%;
    max-width: 500px;
}

.product-detail-tiket-action, .product-detail-tiket-news, .product-detail-tiket-rarity, .product-detail-tiket-sale {
    padding: 5px 10px;
    display: inline-block;
    color: #FFFFFF;
    margin-right: 20px;
    margin-bottom: 20px;
}

.product-detail-tiket-action {
    background-color: #D9001D;
}

.product-detail-tiket-news {
    background-color: #6C9C39;
}

.product-detail-tiket-rarity {
    background-color: #0094FF;
}

.product-detail-tiket-sale {
    background-color: #D87785;
}

.product-detail-descriptoin {
    color: #A45E2A;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FEE485;
}

.product-detail-descriptoin a {
    color: #D9001D;
    text-decoration: underline;
}

.product-detail-information {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #FEE485;
}

.product-detail-information .product-detail-information-title {
    padding-right: 10px;
    color: #A45E2A;
}

.product-detail-information .product-detail-information-value {
    color: #D9001D;
}

.product-detail-price .product-detail-price-price {
    font-size: 28px;
    font-weight: bold;
}

.product-detail-price .product-detail-price-price .product-detail-price-price-vat {
    font-size: 12px;
    font-weight: normal;
    color: #D9001D;
}

.product-detail-price .product-detail-price-sale {
    color: #D9001D;
}

.product-detail-price .product-detail-price-percent {
    font-size: 28px;
    font-weight: bold;
    color: #D9001D;
}

.product-detail-stock {
    padding-bottom: 5px !important;
}

.product-detail-stock .product-detail-stock-stock {
    font-size: 18px;
    font-weight: bold;
    color: #6C9C39;
}

.product-detail-stock .product-detail-stock-nostock {
    font-size: 12px;
    font-weight: bold;
    color: #F3443F;
}

.product-detail-stock .product-detail-stock-stock span {
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
}

.product-detail-cart .product-detail-cart-number {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #B80000;
}

.product-detail-cart .product-detail-cart-add {
    height: 30px;
    background-color: #D9001D;
    border: 2px solid #D9001D;
    padding: 0px 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.product-detail-cart .product-detail-cart-add:hover {
    background-color: #F9B94B;
    border: 2px solid #F9B94B;
    color: #000000;
}

.product-detail-bottom {
    padding-top: 10px;
}

.product-detail-bottom-title {
    background-color: #FFF8DE;
    padding: 5px 10px;
    color: #A45E2A;
    font-size: 26px;
    font-weight: bold;
}

.product-detail-bottom-text li {
    margin-left: 15px;
}

.product-detail-related-products {
    padding-top: 50px;
}

.varianta-detail-block .varianta-detail-block-title {
    color: #A45E2A;
    font-size: 18px;
}

.varianta-detail {
    border-top: 1px solid #FEE485;
    border-bottom: 1px solid #FEE485;
    margin: 10px 0px;
}

.varianta-detail .varianta-detail-row {
    padding: 10px 10px;
}

.varianta-detail .row-even {
    background-color: #FFF8DE;
}

.varianta-detail .row-odd {
    background-color: #FFFDF6;
}

.varianta-detail-row-title {
    color: #D9001D;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 0px;
}

.varianta-detail-row-price {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    padding: 12px 5px 12px 0px;
}

.varianta-detail-row-price-vat {
    color: #A45E2A;
    font-size: 12px;
    font-weight: normal;
    display: none;
}

.varianta-detail-row-cart {
    text-align: right;
    padding: 10px 15px 10px 0px;
}

.varianta-detail-row-add {
    width: 100px;
    height: 30px;
    background-color: #D9001D;
    border: 2px solid #D9001D;
    color: #FFFFFF;
    cursor: pointer;
}

.varianta-detail-row-add:hover {
    background-color: #F9B94B;
    border: 2px solid #F9B94B;
    color: #000000;
}

.product-detail-parameters {
    padding-bottom: 20px;
}
.product-detail-parameters-text-row {
    border-bottom: 1px solid #FEE485;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-detail-parameters-text-row-title {
}
.product-detail-parameters-text-row-value {
    color: #D9001D;
}

@media (max-width: 768px) {
    .product-detail-descriptoin {
        text-align: justify;
    }

    .product-detail-price .product-detail-price-price {
        text-align: center;
    }

    .product-detail-price .product-detail-price-percent {
        text-align: center;
    }

    .product-detail-stock {
        text-align: center;
    }

    .product-detail-cart {
        text-align: center;
    }

    .product-detail-bottom-title {
        text-align: center;
    }

    .product-detail-bottom-text {
        text-align: justify;
    }

    .varianta-detail-block .varianta-detail-block-title {
        text-align: center;
    }

    .varianta-detail-row-title {
        text-align: center;
    }

    .varianta-detail-row-price {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .varianta-detail-row-cart {
        text-align: center;
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1200px) {

}

/* = PRODUCT = */
/* === PRODUCTS === */
/* === PRODUCTS INFO + PAGINATION === */
@media (max-width: 768px) {
    .top-block-logo {
        text-align: center;
    }

    .page-title {
        text-align: center;
    }

    .page-subtitle {
        text-align: center;
    }

    .page-data-block {
        text-align: center;
    }

    .products-block-infomenu div {
        text-align: center;
    }

    .searchPage-text {
        text-align: center;
    }

    .xs-center {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .container {
        width: 100%;
    }

    .products-block-infomenu {
        padding-top: 0px;
    }
}

/* --- DISCOUNTS --- */
/* - DISCOUNT - */
.page-text .discounts-block a {
    text-decoration: none;
}

.discounts-block .product-block {
    width: 97%;
    /*margin: 5px !important;*/
    border: 1px solid #FEE485;
}

.discounts-block .product-block:hover {
    border: 1px solid #F3941C;
}

.product-block-action .discount-block-action-image {
    position: absolute;
    margin-top: -5px;
    margin-left: -70px;
    width: 70px;
    height: 70px;
    color: #D9001D;
    text-align: center;
    padding-top: 30px;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/akce_block_produkty-70x70.png) no-repeat top right;
}

.discount-block-title {
    text-align: center;
    color: #D9001D;
    height: 60px;
    font-size: 20px;
}

.product-block-code {
    text-align: center;
    font-size: 20px;
    height: 30px;
}

.product-block-code-info {
    font-size: 12px;
}

.discount-block-description {
    text-align: center;
    height: 100px;
}

/* = DISCOUNT = */
/* === DISCOUNTS === */

/* - COOCIE BAR - */
#cookie-enable-bar {
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    color: white;
    background-color: rgba(50, 50, 50, .8);
}

#cookie-enable-bar.fixed {
    font-size: 14px;
    position: fixed;
    bottom: 5px;
    left: 0px;
    z-index: 100;
}

#cookie-enable-bar .cookie-enable-content {
    padding: 0px 10px;
}

#cookie-enable-bar .cookie-enable-save {
    color: #ffffff;
    background-color: #F2921A;
    padding: 5px 10px;
    margin-left: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#cookie-enable-bar .cookie-enable-save:hover {
    color: #ffffff;
    background-color: #B80000;
}

#cookie-enable-bar .cookie-enable-info {
    color: #ffffff;
    margin-left: 20px;
    text-decoration: underline;
}

#cookie-enable-bar .cookie-enable-info:hover {
    color: #F2921A;
    text-decoration: underline;
}

/* = COOCIE BAR = */

.myButton, a.myButton {
    -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
}

.myButton:hover, a.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
    background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
    background-color: #ffab23;
    color: #333333;
}

.myButton:active, a.myButton:active {
    position: relative;
    top: 1px;
}