/*COOKIES BANNER*/
.termsfeed-com---nb-headline {
    position: fixed !important;
    text-align: center !important;
}

.pageContent {
    background: white;
    
}

/*HEADER 55x40*/
 #pageHeaderContent>p {
     margin:0px;
     padding:0px;
}
/*LOGO*/
#pageHeaderContent>p img {
     margin-left: 1%;
     z-index: 9501;
     position: relative;
}
@media only screen and (max-width: 480px) {
    .mainLogo{
        height: 40px !important;
        margin-left:10px !important;
        margin-top:5px !important;
        width: auto !important;
   }
}

/*SLOGAN TRADICIA A SKUSENOST*/
.tradiciaLogo img {
    display: none;
}

@media only screen and (min-width: 800px) {
    .tradiciaLogo {
         position: absolute;
         top: 0;
         text-align: center;
         width: 100%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 940px) {
    .tradiciaLogo img {
          display: inline-block;
          width: 315px;
          padding-top: 25px;
    }
}
@media only screen and (min-width: 941px) {
    #pageHeaderContent .tradiciaLogo img {
        display: inline-block;
        width: 450px;
        padding-top: 15px;
    }
}

.pageHeader {
     background-color: #ffffff;
}
 .pageHeader {
    height: 105px;
}
@media only screen and (max-width: 480px) {
    .pageHeader {
        height: 50px;
    }
}
 .divCurrency {
    display: none;
}

/*KOSIK*/
.shoppingCartImg {
    left: -18px !important;
}

#order_products_quantity {
    right: 22px !important;
}

@media screen and (max-width: 480px) {
    .shoppingCart .shoppingCartImg, .shoppingCart:hover .shoppingCartImg {
        position: relative;
        left: 0 !important;
    }
}

 .pageMenuTop {
     position: absolute;
     top: 0;
     right: 0;
     width: 150px;
     margin-right: 5px;
     display: block;
}
@media only screen and (max-width: 800px) {
  .pageMenuTop { 
    right: auto; 
    width:100%;
    padding: 0px;
 }
}

.shoppingCart:hover .s-img, .shoppingCart .s-img {
    background: url(/storage/icons/shop_cart.svg) center center no-repeat;
    top: 0;
    width: 50px;
    height: 36px;
    position: relative;
    background-size: 27px;
    background-position-x: 6px;
    filter: invert(1);
}

 .shoppingCart {
     font-size: 75%;
     position: absolute;
     top: -60px;
     right: 0px;
     height: 36px;
     width: 50px;
     float: right;
     z-index: 9501;
     margin-right: 0px;
}
 .shoppingCartIn {
     margin-right: 0px;
     position: absolute;
     right: 15px;
}

 #order_products_quantity {
     position: absolute;
     top: 0px;
     right: 5px;
     background-color: orange;
     -moz-border-radius: 10px 10px 10px 10px;
     padding: 2px;
     border-radius: 10px;
     z-index: 99999;
     line-height: 11px;
     width: 16px;
     text-align: center;
}
.shoppingCartIn > span:last-child {
    padding: 0px;
    margin: 0px;
}
@media only screen and (max-width: 800px) {
     .shoppingCartIn span {
         display: inline;
    }
}
@media only screen and (min-width: 481px) {
    .shoppingCart, .divLogin {
       display: block;
    }
}

.cart_navigation li span {
    border-radius: 5px;
}
.cartButtonOrderCheckout {
    border-radius: 5px;
    background-color: #3E7E23;
}
.cartButtonOrderCheckout:hover {
    background-color: #88BA32;
}

.shoppingCart .popupMenuWrapper li a {
    color: #181818;
}

.popupMenuWrapper {
    display: none;
}
.popupMenuDiv {
    background-color: white;
    width: 306px;
    position: absolute;
    left: -239px;
    top: 36px;
    padding: 5px;
    box-shadow: 0 2px 9px rgba(0,0,0,.1);
}
.popupMenuArrow {
    bottom: -10px;
    box-shadow: 0 2px 9px rgba(0,0,0,.1);
    width: 8px;
    height: 8px;
    transform: translateY(50%) rotate(45deg);
    left: 21px;
    top: 28px;
    background-color: white;
    position: absolute;
}
.productsWrapper {
    width: auto;
    height: auto;
    max-width: 306px;
    max-height: 300px;
    overflow-y: auto;
    position: relative;
    overflow-x: hidden;
}
.productsWrapper ul {
    padding: 0;
}

.productsWrapper li {
    display: inline-block;
    border-top: 1px solid #e0e0e0;
    padding: 10px 10px 5px 10px;
    width: 100%;
}

.productsWrapper li:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.summaryWrapper {
    height: 25px;
    line-height: 11px;
    clear: both;
    padding: 5px 10px 5px 10px;
    border-top: 1px solid #e0e0e0;
}

.productsWrapper .detailContainer {
        max-width: 120px;
        padding-left: 5px;
}

.summaryPriceLabel, .summaryWithDph,  .imageContainer, .detailContainer{
    float: left;
}

.summaryWithDph{
    font-size: 9px;
    color: #b3b3b3;
    padding-left: 5px;
}

.summaryTotalPrice, .priceContainer  {
    float: right;
}

.shoppingCart .shoppingCartButton {
            width: 296px;
            display: inline-block;
            text-align: center;
            background: #3E7E23 url(/storage/icons/kosik-button.png) no-repeat 33% center;/*35*/
            margin-left: 0;
            border-radius: 0;
            padding: 8px 10px 8px 35px;
            border: none;
            color: white;
            transition: all 0.2s ease;
}

.shoppingCart .shoppingCartButton:hover {
    text-decoration: none;
    opacity: 0.75;
}

.priceContainer, .summaryTotalPrice {
    font-weight: bold;
}

.popupMenuWrapper .orderLink {
    margin-top: 5px;
}

#shoppingCart .ce-related_window { right: -16px; top: 5px;}
#shoppingCart .btn_next{ background: #e7671e; }
.shoppingCart { z-index: 15000; }



/* PRODUKTY - RESPONSIVNE MENU*/
.responsive_category_trg{
     background: url(/storage/icons/responsive_menu_produkty.png) no-repeat;
     color: white;
     background-size: 26px;
     background-position-y: 14px;
     padding-left: 35px;
}

@media screen and (max-width: 480px) {
    .responsive_cart_trg {
        background: url(/storage/icons/responsive_cart_icon.png) 0 0px no-repeat;
        position: absolute;
        top: -40px;
        top: 9px;
        right: -2px;
        background-size: 22px;
    }

    .shoppingCartIn span {
        display: none;
    }
}

/* RESPONSIVNE MENU VPRAVO*/
#responsive_menu_main_trg img {
    width: 30px;
}

@media only screen and (max-width: 480px) {
    .responsive_menu_trg {
            margin-left: 15px;
    }
}

@media only screen and (max-width: 800px) {
    .responsive_menu_trg {
            position: absolute;
            top: 9px;
            display: block !important;
            background: url(/storage/icons/responsive_menu1.png) no-repeat;
            line-height: initial;
            padding-left: 35px;
            color: #ffffff;
            margin-left: 15px;
    }
}
/*MENU*/
 .pageMenu {
     background-color: #e7671e;
     border: none;
     min-height: 41px;
}

 .mainMenuStyle > ul > li {
     border-right: none;
}
 .mainMenuStyle > ul > li > a {
     color: white;
}

.mainMenuStyle > ul > li:hover a{
    border-color: white;
}

.mainMenuStyle>ul>li>a:after{
    display: none;
}

.ce_menu {
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

/*NEAKTIVNE LINKY*/
.nonPublic a, .nonPublic a:visited, .nonPublic a:link, .nonPublic a:active {
    color: lightgreen !important;
}

/*SEARCH*/

@media only screen and (min-width: 480px) {
    .responsive_search_trg{
        right: 8px;
    }

    .b_res-tree{
        margin: 1.5rem auto !important;
     }
}

@media only screen and (max-width: 480px) {
    .responsive_search_trg{
        margin-right: 15px;
    }
}

.responsive_search_trg{
    top: 5px;
    background-size: 40px 20px;
}

#cewin_reponsive{
   top: 40px;
}

.b_res-tree{
   max-width: 800px !important;
}

.txtbSearchProduct{
   height: 50px;
}

.txtbSearchButton{
   right: 5%;
}

.b_res-productSearch .btn_search-list-category::after, .productSearch .btn_search-list-category::after {
   margin-left: 0px !important;
    }

#ce-search-popup-fulltext{
   margin-top: 55px;
    }

.ce-related_window .btn-close{
   text-align: left;
   right: 2px;
   top: -5px;
    }

.window-search_list_category.ce-related_window {
    margin-top: 55px;
    }

/* MENU PRODUKTY*/
#page_panel {
    min-width: 230px;
}
.sitemap a:hover {
    color: #e7671e;
    font-weight: bold;
    text-indent: 0px;
}
.sitemap li.selectedLi > a {
    color: #e7671e;
}
/*HORNE MENU DIVIZIE A UCET*/

.wishlist-link.ce-fill{ 
    background: url(/eshop/scripts/images/wishlist.svg)no-repeat left;
    background-size: 80px;
}

.wishlist-link{ 
    background: url(/eshop/scripts/images/wishlist.svg)no-repeat left;
    top: -53px;
    right: 83px;
    position: absolute;
    background-size: 80px;
    min-width: 26px;
    margin-right: 0px !important;
}

.wishlist-link:hover{ 
    background: url(/eshop/scripts/images/wishlist.svg)no-repeat left;
    width: 26px;
    background-size: 80px;
    filter: opacity(0.5);
}

.divTopIconMenu {
     display: none;
     z-index: 10001;
     position: relative;
     top: -60px;
     right: 75px;
     width: 50px;
     height: 36px;
     margin: 0px;
     float: left;
}

@media only screen and (max-width: 480px) {
     .divTopIconMenu div.company_divisions, #loginUser, .wishlist-link {
         display: none;
    }
}

@media only screen and (max-width: 800px) {
    .divTopIconMenu div.company_divisions, #loginUser {
        position: inherit;
   }
}

@media only screen and (min-width: 481px) {
    .divTopIconMenu {
        display: block;
   }
}

@media only screen and (min-width: 481px) and (max-width: 800px) { /*new css*/
    .divTopIconMenu {
        position: absolute;
     }

     .divLogin  {
         right: 125px;

     }

     .divDivision   {
         right: 175px;
     }
}

/*responzivne menu new css*/

@media screen and (max-width: 480px) {
    .shoppingCart .s-img, .shoppingCart:hover .s-img  {
        background: url(/storage/icons/responsive_cart_icon.svg) 0 0px no-repeat;
        position: absolute;
        top: 9px;
        right: -30px;
        background-size: 26px;
        border: none;
    }

    .shoppingCart {
        right: 0px;
        top: -40px;
        margin-right: 8px;
    }
}

.divTopIconMenu div {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

 .divTopIconMenu div.user_login {
     background: url(/storage/web/images/user-icon.svg) no-repeat center;
     background-size: 25px !important;
     filter: invert(1);
}

 .divTopIconMenu div.company_divisions {
     background: url(/storage/icons/e-shop.png) no-repeat center;
     background-size: 35px;
	 background-position-x: 0;
     filter: invert(1);
}

/*HORNE DIVIZIE MENU*/

#divisions_popup_menu {
     min-width: 180px;
     font-weight: bold;
     font-size: 14px;
     display: none;
}

#divisions_popup_menu a{
     color: #414141;
}

#divisions_popup_menu li a:hover {
    text-decoration: none;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

#divisions_popup_menu .item_popup_menu_icon {
     width: 35px;
     height: 35px;
     display: inline-block;
}

#divisions_popup_menu .icon_link_text {
    margin-top: 5px;
    display: inline-block;
}

.pizzamarket_link .differentColor {
    color: #f97c15;
}

.pizzamarket_link .item_popup_menu_icon {
     background: url(/storage/web/images/pizzamarket_logo_eshop.png) no-repeat;
     background-size: 35px 35px;
}

.frigomarket_link .differentColor {
    color: #398198;
}
.frigomarket_link .item_popup_menu_icon {
     background: url(/storage/web/images/frigomarket_logo_eshop.png) no-repeat;
     background-size: 35px 35px;
}
.pastrymarket_link .differentColor {
    color: #ee7074;
}

.pastrymarket_link .item_popup_menu_icon {
     background: url(/storage/web/images/pastrymarket_logo_eshop.png) no-repeat;
     background-size: 35px 30px;
}

.cookmarket_link .differentColor {
    color: #23a09e;
}

.cookmarket_link .item_popup_menu_icon {
     background: url(/storage/web/images/cookmarket_logo_eshop.png) no-repeat;
     background-size: 35px 35px;
}

.cookmarket_link .icon_link_text {
    margin-top: 12px !important;
    padding-left: 10px !important;
}

/*HORNE POPUP MENU RESPONZIVNE PRE NEPRIHLASENEHO //TODO on click na ikonu usera ak je menu zobrazene schova sa*/
@media only screen and (max-width: 480px) {
    .divTopIconMenu div.user_login {
        border-left: none;
        background-size: 22px !important;
        background-size: 70%;
    }

    #user_popup_menu {
        top: 54px;
    }

    .divLogin  {
        display: block;
        position: absolute;
        right: 70px;
        top: -36px;
    }
}

/*HORNE POPUP MENU PRE NEPRIHLASENEHO*/
.top_popup_menu {
    display: block;
    background-color: white;
    position: absolute;
    top: 35px;
    padding: 0;
    margin: 0;
    border-bottom: 5px solid #efefef;
}

#user_popup_menu {
     min-width: 130px;
}

@media only screen and (max-width: 800px) {
    .top_popup_menu {
        position: fixed;
        top: 81px;
        right: 0;
        width: 175px;
   }

   #divisions_popup_menu {
       right: 0px;
       top: 81px;
       width: 225px;
       left: unset;
   }
}
.top_popup_menu li {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 20px 0 10px;
}
.top_popup_menu li:last-child {
    border-bottom: none;
}
.top_popup_menu li a {
    display: block;
    padding: 10px 0px;
    cursor: pointer;
    min-width: 88px;/* min-width: 92px;*/
}
.top_popup_menu li a:hover {
    color: #3E7E23;
}
.top_popup_menu .icon_link_text {
    padding-left: 5px;
    vertical-align: middle;
}
#user_popup_menu .item_popup_menu_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}
#user_popup_menu .login_icon {
    background: url(/storage/web/images/login.png) no-repeat;
    background-size: 20px 20px;
}
#user_popup_menu a:hover .login_icon {
    background: url(/storage/web/images/login_orange.png) no-repeat;
    background-size: 20px 20px;
}
#user_popup_menu .register_icon {
    background: url(/storage/web/images/registracia.png) no-repeat;
    background-size: 20px 20px;
}
#user_popup_menu a:hover .register_icon {
    background: url(/storage/web/images/registracia_orange.png) no-repeat;
    background-size: 20px 20px;
}
#user_popup_menu .logout_icon {
    background: url(/storage/web/images/logout.png) no-repeat;
    background-size: 20px 20px;
}
#user_popup_menu a:hover .logout_icon {
    background: url(/storage/web/images/logout_orange.png) no-repeat;
    background-size: 20px 20px;
}


/*MENU SKRATKA*/
.divProductInformation {
  display:block;
}

/*PRODUKT DETAIL*/
 #productDetailEditContent0, #tabber_productDetail .tabbertab {
     color: black;
}

.productDetailPriceVatTxt, .productDetailPriceVatValue {
     color: #e7671e;
}

.cartButton {
    border-radius: 5px;
    background-color: #3E7E23;
}

.cartButton:hover {
    background-color: #88BA32;
 }

.productDetailTop {    
    float: none;
    width: 100%;
}

#product_state.state_back_color2 {
    color: #5f9a62;
    padding: 0;
    background-color: transparent;
}

.productDetailPriceVatTxt {
    padding-top: 10px;
    float: left;
    text-align: left !important;
    width: 105px;
}

.divProductDetailInformation .p-specialOffer {
    top: auto;
}

 @media only screen and (max-width: 800px) {
     .divProductDetailInformation .p-specialOffer {
         top: 235px;
    }
}

/* INFOHLASKA PRI VYBERE PARAMETRA*/
.tooltip {
    position: relative;
    float: right;
 }

/* OKNO PRIDANE DO KOSIKA */
.productAddToCartButtons button {
     border-radius: 5px;
}

/* PANEL PRE SOCIALNE SIETE */
.social-networks a {
     padding: 0 5px;
}
#social-tube:hover, #social-pin:hover, #social-fb:hover, #social-insta:hover {
     text-decoration:none;
}
.social-off, #social-tube:hover .social-on , #social-pin:hover .social-on,  #social-fb:hover .social-on, #social-insta:hover .social-on {
     display:none;
     opacity:1;
}
.social-on, #social-tube:hover .social-off,  #social-pin:hover .social-off, #social-fb:hover .social-off, #social-insta:hover .social-off  {
     display:inline;
     opacity:1;
}

/*PANEL PRE PLATOBNE KARTY*/
.payment-cards {
     text-align: right;
}
.payment-cards p  {
     margin: 0;
}

/* SIPKA NA VRATENIE HORE*/
 .ce-nav-fixed {
     bottom: 100px;
}

/* FOOTER */
.pageFooter {
    background-color: white;
}
.pageFooterContent {
    margin: 0;
    padding-top: 0;
}
.pageFooterContent .page-width>div:first-child {
    position: static;
}
.alvexFooter {
    position: absolute;
    width: 100%;
    background-color: #fc7301;
    left: 0;
    min-height: 30px;
    color: white;
        bottom: -30px;
}
.alvexFooter p {
    text-align: center;
    margin: 0;
    padding-top: 5px;
    font-size: 12px;
}
@media only screen and (max-width: 480px) {
    #emailInfoValue {
        display: block;
        width: 80%;
        margin: auto;
    }

    .pageFooterContent, .pageFooterContent h2, .pageFooterContent p {
        text-align: center !important;
    }
}
.pageFooterCopyright {
    width: 100%;
    text-align: right;
    bottom: 0px;
    position: relative;
    padding-top: 5px;
}
.pageFooterCopyright a {
    color: #aaaaaa;
}

/*ZOSVETLENIE OBRAZKU PRI NADIDENI*/
.componentMouseOver img:hover, img.componentMouseOver:hover{
    opacity: 0.6;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

/* ODPORUCAME NA UVODNEJ STRANKE */
/*odporucame*/
.recommend_content h2 {
    background: url(/storage/web/images/recommend-header.png) center bottom no-repeat;
    padding-bottom: 5px;
}

/*vyberame z nasej ponuky*/
.pageTitle {
    font-size:22px;
}

/*IKONY UVODNA STRANKA - PIZZA PECE ...*/
.category_blocks div p:first-child a:hover img { opacity: 1; }
.category_blocks div p:first-child a img{ transition: none; }

.category_blocks div p:last-child a:hover img { zoom: 1; z-index: 1210;opacity: 0.8; }
.category_blocks div p:last-child a img{ transition: opacity 0.40s ease; width: 100px; height: 33px; }

/* HISTORIA OBJEDNAVOK */

    .divTable{
      display: table;
      width: 100%;
    }
    .divTableRow {
      display: table-row;
    }
    .divTableHeading {
      display: table-header-group;
    }
    .divTableFoot {
      display: table-footer-group;
    }
    .divTableBody {
      display: table-row-group;
    }

    #page_order_history_out .divTableRow:nth-child(even) {
      background: #e9e9e9;
    }

    .divTableRow {
      background: #f9f9f9;
    }

    .showOrder span, .downloadOrder span {
      padding-left: 10px;
    }

@media only screen and (min-width: 670px) {
    .divTableCell, .divTableHead {
      display: table-cell;
      vertical-align: middle;

      padding: 20px 30px;
    }

    #page_order_history_out .divTableRow .divTableCell {
      border-top: 3px solid white;
    }
    .divTableRow:nth-child(1) .divTableCell {
      border-top: 1px solid #e9e9e9 !important;
    }
    .divTableCellContent {
      font-weight: bold;
      margin-top: 0px;
    }
    .divTableCellHeader {
      margin-bottom: 0px;
    }
    .showOrder {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 670px) and  (max-width: 840px) {
     .showOrder span, .downloadOrder span {
         display: none;
    }
}

@media only screen and (max-width: 670px) {

    .divTableCell, .divTableHead {
        display: inline-block;
        padding: 3px 30px;
        width: 100%;
    }

    .divTableCellHeader {
        display: block;
        width: 50%;
        float: left;
    }

    .divTableCellContent {
        font-weight: bold;
        display: block;
        width: 50%;
        float: left;
    }

    .divTableLinks div {
        display: block;
        padding: 5px 10px;
    }

    .divTableRow .divTableCell:nth-child(1) {
        padding-top: 10px;
    }
    .divTableRow .divTableLinks {
        padding-bottom: 10px;
    }

     .divTableRow .divTableCell:nth-child(1) {
          border-top: 3px solid white;
        }
    .divTableRow:nth-child(1) .divTableCell:nth-child(1) {
              border-top: 1px solid #e9e9e9;
            }
}

/* HISTORIA OBJEDNAVOK - DETAIL OBJEDNAVKY*/
.orderHistoryDetailTable {
    width: 75%;
}