/*COOKIES BANNER*/
.termsfeed-com---nb-headline {
  position: fixed !important;
  text-align: center !important;
}

/*PRE KATEGORIE NA STRANKACH*/
.categoryPanel .sitemap a {
  display: flex !important;
  align-items: center;
  gap: 1em;
}

.categoryPanel .sitemap li li>a:before {
    width: unset !important;
}

.categoryPanel .sitemap li li>a:not(:last-child):before {
  font-size: 70%;
}

.categoryPanel .sitemap a:hover {
  text-decoration: none !important;
  text-indent: unset !important;
  padding-left: 5px;
}

.categoryPanel .sitemap li.selectedLi>a {
  text-decoration: none;
}

h2 {
  line-height: 18px;
}
h2 span {
  display: block;
}
.pageContent {
  background: white;
}

#o-nas-content h2 span {
  display: inline;
}

.mainMenuStyle > ul > li > a:after {
  display: none;
}
/*HEADER*/
#pageHeaderContent > p {
  margin-top: 0px;
}
/*LOGO*/
#pageHeaderContent > p img {
  margin-top: 7px;
  margin-left: 15px;
  z-index: 9501;
  position: relative;
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
  #pageHeaderContent > p img {
    margin-top: 10px;
    width: 230px;
  }
}
@media only screen and (max-width: 480px) {
  .mainLogo {
    margin-top: 5px !important;
    height: 40px !important;
    width: auto !important;
  }
}

/*SLOGAN*/

.sloganLogo img {
  display: none;
}

@media only screen and (min-width: 801px) {
  .sloganLogo {
    position: absolute;
    top: 15px;
    text-align: center;
    width: 100%;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 976px) {
    #pageHeaderContent .sloganLogo img {
        display: inline-block;
        width: 300px;
        margin: 20px 0 0 0;
    }
}

.pageHeader {
  background-color: white;
}
.pageHeader {
  height: 105px;
}

@media only screen and (max-width: 800px) {
  .pageHeader {
    height: 85px;
  }
}

@media only screen and (max-width: 480px) {
  .pageHeader {
    height: 50px;
  }
}

/*KOSIK*/
.pageMenuTop {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 5px;
  width: 150px;
  display: block;
}
@media only screen and (max-width: 800px) {
  .pageMenuTop {
    width: 100%;
    margin-right: 0px;
    padding: 0px;
  }
}

#order_products_quantity {
  position: absolute;
  top: 0px;
  right: 5px;
  background-color: #ee7074;
  -moz-border-radius: 10px 10px 10px 10px;
  padding: 2px;
  border-radius: 10px;
  z-index: 99999;
  line-height: 11px;
  width: 16px;
  text-align: center;
}

.shoppingCart:hover .s-img,
.shoppingCart .s-img {
  background: url(/storage/icons/shopping_cart.jpg) center center no-repeat;
  background-size: 30px;
  top: 0;
  width: 50px;
  height: 36px;
  position: relative;
  border-left: 1px solid #eaeae8;
}

.shoppingCart {
  font-size: 75%;
  position: absolute;
  top: -60px;
  right: 0px;
  height: 36px;
  width: 50px;
  float: right;
  z-index: 15000;
}

.shoppingCartIn {
  margin-right: 0px;
  position: absolute;
  right: 25px;
}

.shoppingCart a,
.shoppingCart a:hover {
  color: white;
}

.shoppingCartIn > span:last-child {
  padding: 0px;
  margin: 0px;
}

@media only screen and (min-width: 481px) {
  .shoppingCart,
  .divLogin {
    display: block;
  }
}

@media only screen and (max-width: 800px) {
  .shoppingCart {
    margin-right: 0px;
  }

  .shoppingCartIn span {
    display: inline;
  }
}

@media screen and (max-width: 480px) {
  .shoppingCart .s-img,
  .shoppingCart:hover .s-img {
    right: -53px;
    border: none;
  }

  .shoppingCart {
    right: 0px;
    top: -45px;
    margin-right: 8px;
  }

  .shoppingCartIn {
    right: 45px;
  }

  .shoppingCartIn span {
    display: none;
  }
}

#shoppingCart .ce-related_window {
  right: -10px;
  top: 5px;
}

#shoppingCart .btn_next {
  background: #ee7074;
}

#btn_goToCart {
  background-color: #eb6e72;
}

#btn_continueShopping {
  background-color: #a1a1a1;
}

.freeDelivery {
  text-align: left;
  padding: 10px 10px 10px 60px;
  border-bottom: 1px solid #e0ded8;
  margin-bottom: 10px;
  width: 100%;
  background-color: #fff7ea;
  border-left: 10px solid #d1837e;
  border-top: 1px solid #f8f5ee;
  border-right: 1px solid #f8f5ee;
  background: url(/storage/icons/user.png) no-repeat 20px;
  background-size: 25px;
}

/* RESPONSIVNE MENU VPRAVO*/
#responsive_menu_main_trg img {
  width: 30px;
}
@media only screen and (max-width: 800px) {
  .responsive_menu_trg {
    display: block !important;
    float: left;
    margin-left: 13px;
    background-size: 30px 30px;
    padding-left: 35px;
  }

  .responsive_category_trg {
    float: left;
  }
}
/* MENU */

.ce_menu {
  font-weight: bold;
}
.pageMenu {
  background-color: #ee7074;
  border: none;
}

@media only screen and (max-width: 800px) {
  .pageMenu {
    min-height: 41px;
  }
}

@media only screen and (min-width: 781px) {
  .ce_menu {
    margin-left: auto;
    margin-right: auto;
  }

  .mainMenuStyle > ul > li:hover > a {
    border-color: transparent;
    border-bottom: 2px solid white;
  }
}
.mainMenuStyle > ul > li {
  border-right: none;
}
.mainMenuStyle > ul > li > a {
  color: white;
  margin: 0px 12.5px;
}

.subMenuComponents {
  margin-top: 40px;
}

.mainMenuStyle {
  width: auto;
}

/* MENU PRODUKTY*/

.sitemap a:hover {
  color: #ee7074;
  font-weight: bold;
  text-indent: 0px;
}
.sitemap li.selectedLi > a {
  color: #ee7074;
}
/*HORNE MENU DIVIZIE 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: 87px;
  position: absolute;
  background-size: 80px;
  filter: opacity(0.45);
  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.4) drop-shadow(0 0 0 blue);
}

.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*/

.divTopIconMenu div {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-right: 1px solid #eaeae8;
  cursor: pointer;
}

.divTopIconMenu div.user_login {
  background: url(/storage/icons/user.png) no-repeat center;
  background-size: 25px;
}

.divTopIconMenu div.company_divisions {
  background: url(/storage/icons/eshop-dark.png) no-repeat center;
  background-size: 35px;
  background-position-x: 0;
}

.divLogin a:hover,
.divLogin a:hover span {
  color: #777777;
  text-decoration: none;
}

/*SEARCH*/

@media only screen and (min-width: 480px) {
  .responsive_search_trg {
    right: 13px;
  }

  .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;
}

.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;
}

/*HORNE DIVIZIE MENU*/

#divisions_popup_menu {
  min-width: 180px;
  font-weight: bold;
  font-size: 14px;
  left: 0px;
  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;
  background-position-x: center;
}

#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;
}
.alvex_link .item_popup_menu_icon {
  background: url(/storage/web/images/logo_alvex_new.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;
}

.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: 9px !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: 35%;
  }

  #user_popup_menu {
    top: 45px;
  }

  .divLogin {
    display: block;
    position: absolute;
    right: 60px;
    top: -40px;
  }
}

/*HORNE POPUP MENU PRE NEPRIHLASENEHO*/
.top_popup_menu {
  display: block;
  background-color: white;
  position: absolute;
  padding: 0;
  margin: 0;
  border-bottom: 5px solid #efefef;
  top: 35px;
}
#user_popup_menu {
  min-width: 130px;
}

@media only screen and (max-width: 800px) {
  .top_popup_menu {
    position: fixed;
    top: 60px;
    right: 0;
    width: 175px;
  }

  #divisions_popup_menu {
    right: 0px;
    top: 60px;
    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: 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;
}

.button,
.cartButton {
  border-radius: 5px;
  background-color: #82a42e;
}
.button:hover,
.cartButton:hover {
  background-color: #82a42e;
}

.cartButtonDisableProductSellContact {
  border-radius: 5px;
  background-color: #82a42e;
}

.cartButtonDisableProductSellContact:hover {
  background-color: #82a42e;
}

.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;
  }
}

/* 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;
}
/* SIPKA NA VRATENIE HORE*/
.ce-nav-fixed {
  bottom: 100px;
}

/* NEWSLETTER*/
.alvex-newsletter {
  max-width: 100%;
  margin: 0;
  color: white;
  border-bottom: 1px solid #f75454;
  box-shadow: 0px 1px 5px #aaa;
  z-index: 5;
  padding: 5px;
}

.newsletter-form .emailInfoTextBox {
  border-radius: 15px;
  font-size: 90%;
}

@media only screen and (min-width: 1101px) {
  .newsletter-form p:first-child {
    float: left;
    padding-top: 5px;
    width: 225px;
  }

  .newsletter-form p:last-child {
    float: left;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 686px) and (max-width: 1100px) {
  .newsletter-form p {
    text-align: right;
  }
}

@media only screen and (max-width: 685px) {
  .newsletter-form p {
    text-align: center;
  }
}

.alvex-newsletter .column_block > div {
  margin-bottom: 5px;
}

/* FOOTER */
.pageFooter {
  background-color: white;
  padding-top: 15px;
}
.pageFooterContent {
  margin-bottom: 30px;
}
.pageFooterContent .page-width > div:first-child {
  position: static;
}
.alvexFooter {
  position: absolute;
  width: 100%;
  background-color: #363636;
  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;
    text-align: center;
    margin-bottom: 10px;
  }
  .pageFooterContent,
  .pageFooterContent h2,
  .pageFooterContent h3,
  .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;
}
