/* ==========================================================================
   custom-edits.css  -  www.elektroantos.sk
   --------------------------------------------------------------------------
   Zluceny vlastny CSS. Poradie sekcii = povodne poradie nacitania.
   Obsahuje:  elektroantos.sk.min.css (odminifikovane) + elektroantos-blog.css
              + pateliotis.css + vsetky inline <style> bloky z <head> aj </body>
   Neobsahuje: mediaplace.css      -> zostava samostatne, nacitava sa PO tomto
               custom shipping tables -> presunute do mediaplace.css
   Zapracovany Shoptet update "forms_redesign" (oznacene [forms_redesign]).
   ========================================================================== */



/* ==========================================================================
   1/9  elektroantos.sk.min.css  (odminifikovane)
   ========================================================================== */

:root {
  --tucnost-nadpisu: bold;
  --barva_nadpisu: #000;
  --velikost_nadpisu: 16px;
  --velikost-ikonky: 20px;
  --barva_ikonka_vyhody: #009901;
  --barva_ikonka_nevyhody: #FF0000;
  --velikost-textu: 16px;
  --barva_text_vyhody: #000;
  --barva_text_nevyhody: #000;
}

body,
.h5,
h5,
.news-item time,
.news-item-detail time,
.pagination-top>a,
.pagination-top>strong,
.pagination>a,
.pagination>strong,
.vote-wrap,
.standard-price-wrap .price-standard,
.price-wrapper .price-label,
.price-wrapper .price,
.question-tooltip,
.cart-table .main-link,
.cart-table .price-additional,
.cart-table .price-final,
.cart-table .price-save,
.cart-table .unit-value,
.cart-xyDiscount__banner {
  font-size: 16px;
}

.vyhodynevyhody {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: calc(40px - 19px) 0 40px 0;
}

.vyhodynevyhody h4 {
  font-weight: var(--tucnost-nadpisu) !important;
  color: var(--barva_nadpisu) !important;
  font-size: var(--velikost_nadpisu) !important;
  margin-top: 0 !important
}

.vyhodynevyhody>div {
  width: 100%;
  display: block;
}

@media (min-width:768px) {
  #nav-manufacturers {
    display: none !important
  }

  .vyhodynevyhody.double>div {
    width: calc(100% / 2)
  }

  .vyhodynevyhody.double>div:nth-child(odd) {
    padding-right: 15px
  }

  .vyhodynevyhody.double>div:nth-child(even) {
    padding-left: 15px
  }

  .top-navigation-menu {
    display: none !important
  }
}

.vyhody>div {
  color: var(--barva_text_vyhody);
}

.nevyhody>div {
  color: var(--barva_text_nevyhody);
}

.vyhody>div,
.nevyhody>div {
  padding-left: calc(var(--velikost-ikonky) + 10px);
  position: relative;
  min-height: var(--velikost-ikonky);
  font-size: var(--velikost-textu);
  margin-top: 7.5px;
}

.vyhody>div:before,
.nevyhody>div:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: var(--velikost-ikonky);
  height: var(--velikost-ikonky);
  font-size: var(--velikost-ikonky);
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: normal;
}

.vyhody>div:before {
  content: '\F4FA';
  color: var(--barva_ikonka_vyhody);
}

.nevyhody>div:before {
  content: '\F2E6';
  color: var(--barva_ikonka_nevyhody);
}

@media (max-width:768px) {
  .vyhodynevyhody>div:not(:last-child) {
    margin-bottom: 30px
  }

  .vyhodynevyhody {
    margin-bottom: 20px
  }
}

#hodnoceniobchodu {
  padding-top: 30px;
  background-color: #fff;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#hodnoceniobchodu .shop-stat-all {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

#hodnoceniobchodu .shop-eval {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#hodnoceniobchodu .shop-stat-all a,
.znacky .btn,
.load_more_rewiews {
  padding: 10px 20px !important;
  transition: 300ms !important;
  background-color: var(--color-secondary);
  color: #fff;
  border-color: var(--color-secondary);
  min-height: 50px;
  display: flex !important;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  font-size: 16px !important;
}

#hodnoceniobchodu .shop-stat-all a:hover,
.load_more_rewiews:hover,
.znacky .btn:hover {
  background-color: var(--color-secondary-hover);
  color: #fff;
  border-color: var(--color-secondary-hover);
}

#hodnoceniobchodu .vote-wrap:nth-child(n+5),
.template-10 #hodnoceniobchodu .vote-wrap:nth-child(n+4) {
  display: none;
}

#hodnoceniobchodu .rate-average-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

#hodnoceniobchodu .rate-star-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  gap: 5px;
}

.vote-content {
  font-size: 16px !important;
  line-height: 150% !important;
}

#hodnoceniobchodu .vote-content {
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

#hodnoceniobchodu .vote-wrap {
  overflow: hidden;
}

#hodnoceniobchodu .vote-rating .vote-name.vote-name--nowrap {
  display: none !important;
}

.id--51 .admin-response .vote-pic img,
#ratingTab .admin-response .vote-pic img {
  display: block !important;
}

.id--51 .vote-initials,
#ratingTab .vote-initials {
  background-color: #fff !important;
  color: transparent !important;
  font-size: 0 !important;
}

.id--51 .votes-wrap.simple-vote,
#ratingTab .votes-wrap.simple-vote {
  padding-top: 30px;
}

.id--51 #content .vote-content,
#ratingTab .vote-content {
  padding-right: 0 !important;
}

.id--51 #content .votes-wrap.simple-vote,
#ratingTab .votes-wrap.simple-vote {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: unset;
}

.id--51 #content .votes-wrap:not(.admin-response)>.vote-wrap,
#ratingTab .votes-wrap:not(.admin-response)>.vote-wrap {
  width: calc(33.333% - 10px * 2);
  padding: 10px;
  border: none;
  margin: 10px;
  border-radius: 4px;
}

.id--51 #content .votes-wrap.admin-response,
#ratingTab .votes-wrap.admin-response {
  padding: 0;
}

.id--51 #content .votes-wrap.admin-response .vote-wrap,
#ratingTab .votes-wrap.admin-response .vote-wrap {
  border-top: solid 2px var(--color-primary);
}

.id--51 #content .votes-wrap .vote-wrap,
#ratingTab .votes-wrap .vote-wrap {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-top: 10px !important;
  flex-basis: unset !important;
}

@media (min-width:1200px) {

  .id--51 #content .votes-wrap:not(.admin-response)>.vote-wrap,
  #hodnoceniobchodu .vote-wrap {
    width: calc(25% - 10px * 2)
  }

  .multiple-columns-body.id--51 #content .votes-wrap:not(.admin-response)>.vote-wrap {
    width: calc(100% / 4 - 10px * 2)
  }

  .template-10.id--51 #content .votes-wrap:not(.admin-response)>.vote-wrap,
  #ratingTab .votes-wrap:not(.admin-response)>.vote-wrap {
    width: calc(50% - 10px * 2)
  }

  .template-10 #hodnoceniobchodu .vote-wrap {
    width: calc(33.333% - 10px * 2)
  }
}

@media (max-width:1200px) {

  .id--51 #content .votes-wrap:not(.admin-response)>.vote-wrap,
  #hodnoceniobchodu .vote-wrap,
  #ratingTab .votes-wrap:not(.admin-response)>.vote-wrap {
    width: calc(50% - 10px * 2)
  }
}

@media (max-width:600px) {

  .id--51 #content .votes-wrap:not(.admin-response)>.vote-wrap,
  #hodnoceniobchodu .vote-wrap,
  #ratingTab .votes-wrap:not(.admin-response)>.vote-wrap {
    width: calc(100% - 10px * 2)
  }
}

#hodnoceniobchodu .vote-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: none;
  padding: 15px;
  height: fit-content;
  border-radius: 8px;
  margin: 7.5px;
}

#hodnoceniobchodu .vote-wrap>* {
  flex-basis: 100% !important;
}

#hodnoceniobchodu h2 {
  text-align: center;
  font-size: 26px;
}

.id--51 .content-inner,
.id--51 #ratingWrapper,
.id--51 .votes-wrap {
  max-width: 100%;
}

.admin-response .vote-initials svg {
  display: none;
}

.vote-admin-response {
  display: none !important;
}

.vote-time {
  color: #666;
}

#hodnoceniobchodu .vote-wrap,
.id--51 #content .vote-wrap,
.template-14.id--51 .rate-wrapper,
#ratingTab .vote-wrap {
  background-color: #f1f1f1;
}

.vote-initials {
  color: transparent !important;
  background-color: #fff !important;
}

.vote-pic {
  display: none !important;
}

.heureka-rating-group+br {
  display: none;
}

.rate-wrapper,
.votes-wrap {
  max-width: unset;
  width: 100%;
}

.id--51 #ratingWrapper+.votes-wrap,
#ratingTab #ratingWrapper+.votes-wrap {
  width: calc(100% + 20px);
  margin-left: -10px;
  max-width: unset;
}

.load_more_rewiews {
  margin-top: 20px;
}

.shp-tabs-holder {
  border-style: none;
  border-width: 0;
  margin-top: 0;
  padding-left: 0;
  text-align: left;
  border-radius: 8px;
  overflow: hidden;
  padding-right: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
}

.shp-tabs-holder ul.shp-tabs {
  margin: 0;
  padding: 0 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}

.shp-tabs-holder ul.shp-tabs li {
  display: inline-block;
  list-style: none;
  border: none;
  text-align: center;
  max-width: inherit;
  position: relative;
}

.shp-tabs-holder ul.shp-tabs li:first-child:before {
  display: none;
}

.shp-tabs-holder ul.shp-tabs li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 1px;
  background: #d8d8d8;
  content: '';
  display: block;
  border-radius: 0;
  border: none;
}

.shp-tabs-holder ul.shp-tabs li a {
  display: block;
  padding: 13px 55px;
  border-style: none;
  border-width: 2px 0 0 0;
  text-decoration: none;
  color: #666666;
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  flex-grow: 1;
  white-space: nowrap;
}

.shp-tabs-holder ul.shp-tabs li.active a {
  cursor: pointer;
  background-color: var(--color-primary);
  color: #fff;
  border-color: #f6f6f6;
}

.shp-tabs .shp-tab-link:hover {
  color: var(--color-primary);
}

@media only screen and (max-width:1200px) {
  .shp-tabs-holder ul.shp-tabs li a {
    padding: 20px 40px
  }
}

@media only screen and (max-width:992px) {
  .shp-tabs-holder ul.shp-tabs li a {
    padding: 20px 30px
  }
}

@media only screen and (max-width:768px) {
  .shp-tabs-holder ul.shp-tabs li {
    flex-grow: 0
  }

  .shp-tabs-holder ul.shp-tabs li a {
    padding: 15px 25px
  }
}

.responsive-nav .navigation-btn {
  border-radius: 0 8px 8px 0;
  background-color: var(--color-primary);
}

.responsive-nav .navigation-btn {
  right: 10px;
}

#ratingTab {
  margin-top: 100px;
  padding: 0 20px;
}

[data-testid="tabRating"] {
  display: none !important;
}

.p-detail+.h4,
.votes-wrap-homepage,
.votes-wrap-homepage-all {
  display: none !important;
}

#dysko #products {
  padding: 0;
}

#dysko .products-block .p>*:not(.image):not(.psudobtn) {
  display: none;
}

#dysko .products-block .p a.image {
  margin: 0;
  pointer-events: none;
  cursor: default;
}

#dysko #products {
  width: 500px !important;
  max-width: 100% !important;
}

#dysko .products>div {
  padding: 10px;
}

#dysko {
  padding-top: 20px;
}

#dysko h4 {
  text-transform: none !important;
  font-weight: 550;
  font-size: 16px;
  width: fit-content;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

#dysko h4:before {
  content: '\e90e';
  font-family: shoptet;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 300ms;
}

#dysko h4.open:before {
  transform: translateY(-50%) rotate(180deg);
}

#dysko .psudobtn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#dysko .psudobtn .btn {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: unset;
}

#dysko .p {
  position: relative;
}

#dysko .psudobtn .btn span {
  display: none;
}

#dysko .psudobtn .btn::before {
  display: none;
}

@media (max-width:992px) {
  #dysko {
    padding-left: 15px;
    padding-right: 15px
  }
}

.dp-tip-wrapper {
  display: none !important;
}

@media (min-width:768px) {
  .ordering-process .header-top {
    justify-content: flex-start !important
  }

  .ordering-process #header .site-name {
    text-align: left !important
  }
}

@media (max-width:768px) {
  .ordering-process a.next-step-back {
    display: none
  }

  .finishbtn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
}

@media (min-width:992px) {
  #dysko .product {
    width: calc(100% / 4)
  }
}

.cart-table>thead:not(:nth-child(1)) {
  display: none;
}

.navigation-buttons>a[data-target="cart"] i {
  left: calc(52px - 17px);
  top: 0;
  background-color: var(--color-secondary-hover);
}

#header .cart-count {
  position: relative;
}

@media (max-width:768px) {
  .navigation-buttons>a[data-target="cart"] i {
    left: 15px;
    top: -5px
  }
}

.products-block .product {
  border-width: 1px;
  border-style: none solid solid none !important;
  border-color: #d8d8d8;
}

.products-block {
  border-bottom: none !important;
  border-right: none !important;
}

.products-block {
  border: solid 1px #d8d8d8;
}

.flickityIm-slider ._im-product-item-wrap {
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  float: left;
}

.flickityIm-slider ._im-product-item {
  border: none !important;
}

._im-product-item-wrap.is-selected+div,
._im-product-item-wrap.is-selected+div+div {
  border-left: none;
}

.has-detail-product-arrows .carousel-control--product.right,
.has-detail-product-arrows .carousel-control--product.left,
.flickityIm-button,
#return-to-top {
  border: none !important;
  box-shadow: none !important;
  background: var(--color-secondary) !important;
  opacity: .8 !important;
  transition: 300ms !important;
}

#return-to-top {
  bottom: 30px !important;
  right: 6px !important;
}

.flickityIm-button svg {
  color: #fff !important;
}

.has-detail-product-arrows .carousel-control--product.right:hover,
.has-detail-product-arrows .carousel-control--product.left:hover,
.flickityIm-button:hover,
#return-to-top:hover {
  opacity: 1 !important;
  background: var(--color-secondary-hover) !important;
}

.has-detail-product-arrows .carousel-control--product.right,
.has-detail-product-arrows .carousel-control--product.left,
#return-to-top {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.has-detail-product-arrows .carousel-control--product.right:before,
.has-detail-product-arrows .carousel-control--product.left:before,
#return-to-top:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 40%;
}

.flickityIm-prev-next-button.next {
  right: -20px !important
}

.flickityIm-prev-next-button.previous {
  left: -20px !important;
}

.content-wrapper-in .h4 {
  display: none;
}

.welcome p {
  margin-bottom: 12.5px;
}

@media (max-width:768px) {
  #header .search-form {
    margin: 10px 0 !important
  }

  .flickityIm-prev-next-button.next {
    right: -5px !important
  }

  .flickityIm-prev-next-button.previous {
    left: -5px !important
  }

  .id-1 ._im-product-description {
    display: none !important
  }

  .subcategories.with-image li {
    padding: 5px
  }

  .subcategories {
    margin: 0 -5px 0
  }

  html .subcategories.with-image li a .image {
    width: 35% !important
  }

  html .subcategories.with-image li a .image img {
    width: 100% !important;
    max-height: unset !important;
    height: 100% !important;
    object-fit: contain !important
  }

  html .subcategories.with-image li a .text {
    width: calc(100% - 35%) !important
  }
}

._im-product-img {
  border: none !important;
}

._im-top-sales-wrap ._im-product-highlight {
  display: none !important;
}

.link-icon.print,
.link-icon.share {
  display: none !important;
}

.basic-description table,
.extended-description table {
  width: 100% !important;
  border-collapse: collapse;
  border: solid 1px #E4E4E4;
}

.basic-description table td,
.extended-description td,
.extended-description th {
  padding: 7.5px !important;
  border: 1px solid #E4E4E4;
}

.extended-description td,
.extended-description td * {
  font-weight: normal !important;
}

.basic-description table tr:nth-child(even),
.extended-description table tr:nth-child(even) {
  background-color: #E4E4E4;
}

.basic-description>h3:first-child {
  display: none !important;
}

#categories a:hover,
.categories li.active>a,
.categories .topic.active>a {
  color: #fff !important;
  background-color: var(--color-primary) !important;
}

#categories .expandable>a:hover>span,
#categories .expandable>.topic>a:hover>span {
  color: #fff;
}

.categories li.active>a>span::before,
#categories .expandable>.topic.active>a>span {
  color: #fff !important;
}

.categories a {
  margin: 0 10px;
  position: relative;
}

.cat-trigger {
  width: 15px !important;
  height: 100% !important;
  top: 0 !important;
  bottom: unset !important;
  line-height: unset !important;
  font-size: unset !important;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.cat-trigger:before {
  content: '\e90e' !important;
  width: 15px !important;
  height: 12px !important;
  line-height: normal !important;
  text-align: center;
  font-size: 16px !important;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

#categories ul .expandable .cat-trigger {
  left: 20px;
}

.categories ul a {
  padding-left: 40px;
}

#categories ul .expandable ul .expandable .cat-trigger {
  left: 30px;
}

.categories ul ul a {
  padding-left: 50px;
}

#categories .expandable.expanded>a>span::before,
#categories .expandable.expanded>.topic>a>span::before {
  transform: rotate(180deg);
}

.welcome h1 {
  display: none;
}

._im-product-num {
  border-radius: 100%;
}

.dm-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 30px 0;
  align-items: center;
}

.dm-flex img {
  margin: auto;
  display: block;
  width: 100%;
}

.dm-flex .obrazek {
  text-align: center;
}

@media (min-width:992px) {
  .dm-flex>div:nth-child(odd) {
    padding-right: 30px
  }

  .dm-flex>div:nth-child(even) {
    padding-left: 30px
  }

  .dm-flex .fl50 {
    width: calc(100% / 2)
  }

  .dm-flex .fl25 {
    width: calc(100% / 4)
  }

  .dm-flex .fl75 {
    width: calc(100% / 4 * 3)
  }

  .dm-flex>div {
    margin: 10px 0
  }
}

.dm-flex .fl100 {
  width: 100%;
  padding: 0 !important;
}

@media (max-width:992px) {
  .dm-flex>div {
    width: 100%;
    padding: 20px 0;
    margin: 0
  }

  .dm-flex>div.obrazek {
    order: 10
  }
}

.dm-flex h1,
.dm-flex h2,
.dm-flex h3,
.dm-flex h4,
.dm-flex h5,
.dm-flex h6 {
  margin-top: 0 !important;
}

.dm-flex>div>div>p:last-child {
  margin-bottom: 0 !important;
}

._im-product-highlight-discount br {
  display: none;
}

.free-gifts-wrapper form>ul {
  justify-content: flex-start !important;
}

.free-gifts li {
  width: calc(100% / 5 - 10px) !important;
  flex: unset !important;
  margin: 5px !important;
}

#vybrat-iny-darcek {
  margin-right: -5px;
  margin-left: -5px;
}

@media (max-width:992px) {
  .free-gifts li {
    width: calc(100% / 2 - 10px) !important
  }

  html {
    overflow-x: hidden
  }
}

.categories .topic>a {
  background-image: none !important;
  padding-left: 20px !important;
}

@media (max-width:768px) {
  html body .top-navigation-bar .top-navigation-contacts {
    display: none !important
  }
}

@media (max-width:767px) {
  .overall-wrapper {
    padding-top: 0 !important
  }

  body:not(.ordering-process) header#header {
    position: relative !important;
    top: unset !important
  }

  #header .search,
  #header .search-form {
    display: block !important
  }

  body:not(.ordering-process) .top-navigation-bar {
    top: 0 !important;
    position: relative !important
  }

  .login-window-visible .responsive-tools>a[data-target=login]::before {
    content: "\e912";
    margin-top: 0
  }

  html .popup-widget.cart-widget,
  html .popup-widget.login-widget {
    margin-top: 0 !important;
    padding-top: 0 !important;
    z-index: 1001;
    top: calc(60px + var(--topup)) !important
  }

  .custom-login-widget {
    padding: 20px !important
  }

  .site-msg.information {
    z-index: 999 !important
  }

  #navigation {
    padding-bottom: 0 !important
  }

  body:not(.ordering-process) header#header {
    z-index: 1000 !important
  }
}

.flag-infozlava01 {
  display: none !important;
}

.infotext {
  border: solid 2px #F6AC28;
  margin: 20px 0;
  padding: 15px;
  font-size: 16px;
}

.cart-summary .extras-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.discount-coupon {
  order: -10;
  padding-left: 0;
  margin-bottom: 20px;
}

.discount-coupon:before {
  display: none;
}

@media (min-width:768px) {
  .top-navigation-bar .top-nav-button span {
    display: none
  }

  .top-navigation-bar .top-nav-button {
    top: 35px;
    left: unset;
    right: 130px
  }
}

.price-save {
  display: none !important;
}

.user-action .user-action-in>div.user-action-login {
  align-items: unset !important;
}

.user-action .user-action-in>div.user-action-login>div {
  height: auto;
}

.custom-login-widget h3 {
  margin-top: 0 !important;
}

/* [forms_redesign] obal odosielacieho tlacidla .login-wrapper -> .form-group.submit-wrapper */
.login-wrapper .btn,
.login-form .submit-wrapper .btn {
  background-color: #29a329;
  border: none;
  color: #fff;
}

.login-wrapper .btn:hover,
.login-form .submit-wrapper .btn:hover {
  background-color: #47d147;
}

.id--8 .content-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.id--8 .content-inner h1 {
  flex-basis: 100% !important;
}

.id--8 .content-inner #register-form {
  width: calc(100% - 400px);
  padding-right: 40px;
}

.id--8 .content-inner .custom-login-widget {
  flex-basis: unset;
  width: 400px;
  height: 100% !important;
}

.id--8 .content-inner .custom-login-register {
  display: none;
}

.id--8 .content-inner .co-box {
  padding-right: 0;
}

@media (max-width:1200px) {
  .id--8 .content-inner {
    flex-direction: column
  }

  .id--8 .content-inner>* {
    width: 100% !important
  }

  .id--8 .content-inner>h1 {
    order: -50
  }

  .id--8 .content-inner>.custom-login-widget {
    padding: 20px;
    order: -20;
    margin-bottom: 20px
  }

  .id--8 .content-inner #register-form {
    padding-right: 0
  }
}

.flag-discount,
._im-product-highlight-discount-wrap ._im-product-highlight-discount {
  display: none !important;
}

.price-standard {
  color: #FD0300;
}

.id--15 .content-inner {
  max-width: 800px;
  margin: auto;
}

.order-summary-heading,
.recapitulation-wrapper {
  max-width: 100%;
}

.bluebcg {
  background-color: var(--color-primary);
}

.bluebcg * {
  color: #fff;
}

.thx-1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.thx-1 .maskot {
  text-align: center;
  width: 150px;
}

.thx-1 .text {
  width: calc(100% - 2 * 150px);
  padding: 0 30px;
  text-align: center;
}

.thx-1 .text h2 {
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 0 !important;
}

.thx-1 .text .order-num {
  font-size: 32px;
  color: #F8992B;
  font-weight: bold;
}

.id--15 .cart-table {
  margin-bottom: 0;
}

.id--15 .cart-table tr td:last-child {
  border-right: none;
}

.id--15 .cart-table tr:nth-child(odd),
.id--15 .cart-table tr:nth-child(odd) td {
  background-color: #E4E4E4;
}

.id--15 .co-box {
  border-top: none;
  padding: 20px;
  margin: 20px auto;
  border-bottom: solid 2px #dadada;
}

/* [forms_redesign] nadpisy boxov checkoutu presli z h4 na h2, drzime oba */
.id--15 .box.co-box h4,
.id--15 .co-box h4,
.id--15 .box.co-box h2,
.id--15 .co-box h2 {
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin-top: 0 !important;
}

.id--15 .box.co-box h4:before,
.id--15 .co-box h4:before,
.id--15 .box.co-box h2:before,
.id--15 .co-box h2:before {
  display: none !important;
}

.id--15 .co-payment-method,
.id--15 .reca-number,
.id--15 .order-summary-heading {
  display: none;
}

.id--15 .reca-payment-wrap {
  padding: 20px;
  margin: 20px auto;
}

.id--15 .reca-payment-wrap {
  display: none;
}

.id--15 .online-pay {
  text-align: center;
  padding-bottom: 40px;
}

.id--15 .recapitulation-table {
  margin-top: 20px;
}

.id--15 .order-summary-item.summary-thx {
  display: none;
}

.thx-1 .maskot img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

@media (max-width:768px) {
  .thx-1 .maskot {
    height: 120px;
    width: 100%
  }

  .thx-1 .text {
    width: 100% !important;
    padding: 0;
    margin-top: 25px
  }

  .thx-1 .maskot:last-child {
    display: none !important
  }

  .id--15 .cart-p-image {
    display: none !important
  }

  .id--15 .p-name {
    width: 100%;
    padding: 10px;
    padding-bottom: 0 !important
  }

  .id--15 .cart-table tr {
    padding-bottom: 0
  }

  .id--15 .cart-table tr td {
    padding: 10px
  }
}

.id--15 .co-box.end {
  margin-bottom: 0;
  border-bottom: none;
}

.id--15 .cart-table tr {
  margin-bottom: 0;
}

.id--15 .recapitulation-table tr:not(:last-child) {
  border-bottom: solid 1px #dadada;
}

.id--15 .recapitulation-table tr td:nth-child(2) {
  text-align: right;
}

.znacky {
  padding: 30px 0;
  margin: 30px 0;
}

.znacky-in {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  margin-right: -5px;
  margin-left: -5px;
}

.znacky .h4 {
  margin-bottom: 25px;
  margin-top: 0 !important;
}

.znacky-in>div {
  width: calc(100% / 6 - 10px);
  margin-right: 5px;
  margin-left: 5px;
  border: solid 1px #dadada;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.znacky-in>div img {
  filter: grayscale();
  transition: 500ms;
}

.znacky-in>div:hover img {
  filter: none;
}

@media (max-width:1024px) {
  .znacky-in>div {
    width: calc(100% / 3 - 10px);
    margin-top: 10px
  }

  .znacky .h4 {
    margin-bottom: calc(25px - 10px)
  }
}

@media (max-width:768px) {
  .znacky-in>div {
    width: calc(100% / 2 - 10px)
  }

  .znacky-in>div:nth-child(n+5) {
    display: none
  }
}

.znacky .btn {
  margin-top: 25px;
}

.extended-description h3 {
  color: #000;
  font-family: var(--template-headings-font), sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin: .67em 0;
}

.menu-level-1>li>a {
  background-position: 10px center !important;
  background-size: 30px !important;
  background-repeat: no-repeat;
}

#categories>div>div>a[href='/najpredavanejsie-top-produkty-pre-elektroinstalacie/'],
.menu-level-1>li>a[href='/najpredavanejsie-top-produkty-pre-elektroinstalacie/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/najpredavanejsie.png") !important;
}

#categories>div>div>a[href='/doprava-platba-darceky/'],
.menu-level-1>li>a[href='/doprava-platba-darceky/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/doprava a platbax.png") !important;
}

#categories>div>div>a[href='/blog/'],
.menu-level-1>li>a[href='/blog/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/blogx.png") !important;
}

#categories>div>div>a[href='/hodnotenie-obchodu/'],
.menu-level-1>li>a[href='/hodnotenie-obchodu/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/hodnotenia obchodu.png") !important;
}

#categories>div>div>a[href='/zlavy/'],
.menu-level-1>li>a[href='/zlavy/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/zlavy.png") !important;
}

#categories>div>div>a[href='/predajna-vranov-nad-toplou-elektroantos/'],
.menu-level-1>li>a[href='/predajna-vranov-nad-toplou-elektroantos/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/predajna.png") !important;
}

#categories>div>div>a[href='/kontakty/'],
.menu-level-1>li>a[href='/kontakty/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/kontakt.png") !important;
}

#categories>div>div>a[href='/kable-vodice/'],
.menu-level-1>li>a[href='/kable-vodice/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/kable.png") !important;
}

#categories>div>div>a[href='/ulozny-material/'],
.menu-level-1>li>a[href='/ulozny-material/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/ulozny material.png") !important;
}

#categories>div>div>a[href='/modularne-pristroje-istice-prudove-chranice/'],
.menu-level-1>li>a[href='/modularne-pristroje-istice-prudove-chranice/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/istice.png") !important;
}

#categories>div>div>a[href='/vypinace-zasuvky-ramceky/'],
.menu-level-1>li>a[href='/vypinace-zasuvky-ramceky/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/zasuvka.png") !important;
}

#categories>div>div>a[href='/osvetlenie/'],
.menu-level-1>li>a[href='/osvetlenie/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/ziarovka.png") !important;
}

#categories>div>div>a[href='/rozvadzace-a-rozvodnice/'],
.menu-level-1>li>a[href='/rozvadzace-a-rozvodnice/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/rouvadzace.png") !important;
}

#categories>div>div>a[href='/bleskozvod--hromozvod/'],
.menu-level-1>li>a[href='/bleskozvod--hromozvod/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/bleskozvod.png") !important;
}

#categories>div>div>a[href='/ventilacia-vykurovanie-ohrev-vody/'],
.menu-level-1>li>a[href='/ventilacia-vykurovanie-ohrev-vody/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/ventilacie.png") !important;
}

#categories>div>div>a[href='/svorkovnice-svorky-wago/'],
.menu-level-1>li>a[href='/svorkovnice-svorky-wago/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/wago.png") !important;
}

#categories>div>div>a[href='/poistky-elektroinstalacne/'],
.menu-level-1>li>a[href='/poistky-elektroinstalacne/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/poistka.png") !important;
}

#categories>div>div>a[href='/automatizacne-prvky-rele-tlacidla-kontrolky/'],
.menu-level-1>li>a[href='/automatizacne-prvky-rele-tlacidla-kontrolky/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/tlacidla.png") !important;
}

#categories>div>div>a[href='/elektrikarske-naradie-pristroje-pomocky/'],
.menu-level-1>li>a[href='/elektrikarske-naradie-pristroje-pomocky/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/naradie.png") !important;
}

#categories>div>div>a[href='/spotrebny-pomocny-elektroinstalacny-material/'],
.menu-level-1>li>a[href='/spotrebny-pomocny-elektroinstalacny-material/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/spotrebny material.png") !important;
}

#categories>div>div>a[href='/fotovoltika/'],
.menu-level-1>li>a[href='/fotovoltika/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/fotovoltaika.png") !important;
}

#categories>div>div>a[href='/ostatne/'],
.menu-level-1>li>a[href='/ostatne/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/ostatne.png") !important;
}

#categories>div>div>a[href='/akcie/'],
.menu-level-1>li>a[href='/akcie/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/akcie.png") !important;
}

#categories>div>div>a[href*='/znacka/'],
.menu-level-1>li>a[href*='/znacka/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/znacky.png") !important;
}

#categories>div>div>a[href*='/zabezpecovacia-technika-kamery-alarmy/'],
.menu-level-1>li>a[href*='/zabezpecovacia-technika-kamery-alarmy/'] {
  background-image: url("/user/documents/upload/DMupravy/docs/menu/zabezpecovacia technika@4x.png") !important;
}

@media (min-width:768px) {
  .menu-level-1>li>a {
    padding: 14px !important;
    padding-left: calc(14px + 30px + 10px) !important;
    margin: 0 !important;
    background-size: 40px;
    background-position-x: 10px !important;
    min-height: 40px
  }

  #categories>div>div>a {
    background-position-x: 10px !important;
    background-position-y: center !important;
    display: flex;
    align-items: center;
    background-size: 30px !important;
    padding: 14px !important;
    padding-left: calc(14px + 30px + 10px) !important
  }
}

.dm-price-sale {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
  overflow: hidden;
}

.removeable>.p-total>.price-final>span,
.removeable>.p-price>span:not(.p-label) {
  display: block;
  text-align: center;
}

.id--16 .dm-price-sale,
.id--17 .dm-price-sale,
.id--16 .dm-price-sale+span,
.id--17 .dm-price-sale+span {
  display: block
}

.usetreno {
  padding-bottom: 10px;
  color: var(--color-secondary-hover);
}

@media (max-width:768px) {
  .cart-table thead {
    display: none !important
  }

  .cart-table .p-price.p-cell * {
    text-align: left !important
  }

  .cart-table .p-price.p-cell>span:not(.p-label),
  .cart-table .price-final>span {
    display: inline-flex !important
  }

  .cart-table .price-final>span:not(:last-child),
  .cart-table .p-price.p-cell span:not(.p-label):not(:last-child) {
    margin-right: 10px
  }

  .cart-table .p-total {
    width: 100% !important;
    text-align: left !important
  }

  .cart-table .p-label {
    font-weight: 550;
    margin-top: 5px
  }
}

.products-block.products .p .name {
  height: auto;
}

.custom-rating-count {
  position: relative;
  top: unset !important;
  left: unset !important;
  display: block;
}

.products-block .ratings-wrapper .stars-wrapper {
  height: unset;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 0;
  margin-right: auto;
}

.ratings-wrapper {
  text-align: left;
  justify-content: flex-start !important;
  align-items: center !important;
}

.products-block .ratings-wrapper .stars-wrapper {
  align-items: unset !important;
}

.products-block .p {
  height: 100%;
}

.p-bottom {
  margin-top: auto;
}

@media (max-width:768px) {
  .subcategories.with-image li a {
    padding: 7.5px !important
  }

  .subcategories li a:before {
    display: none
  }

  html .subcategories.with-image li a .image {
    display: none !important
  }

  html .subcategories.with-image li a .text {
    width: 100% !important;
    padding: 0
  }

  html .subcategories li a {
    height: 50px !important
  }

  html .subcategories li a .text {
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    max-height: calc(50px - (2 * 7.5px))
  }

  .subcategories.with-image li {
    display: list-item !important
  }

  .custom-more-subcategories {
    display: none !important
  }

  #dysko .products>div {
    width: calc(100%/4)
  }

  /* [forms_redesign] suhlas s podmienkami: label -> p.label */
  .id--17 .consents label,
  .id--17 .consents p.label {
    font-size: 12px;
    line-height: normal !important
  }
}

#dysko>div {
  display: none;
}

._im-product-list-wrap-cols ._im-product-item-wrap ._im-product-btn._im-product-add-to-cart:before,
.btn.add-to-cart-button:before,
.btn.btn-cart:before,
a.btn.add-to-cart-button:before,
a.btn.btn-cart:before {
  display: none !important;
}

._im-product-list-wrap-cols ._im-product-item-wrap ._im-product-btn._im-product-add-to-cart,
.btn.add-to-cart-button,
.btn.btn-cart,
a.btn.add-to-cart-button,
a.btn.btn-cart {
  font-weight: 550;
  font-size: 16px;
}

.removeable .show-related {
  display: none !important;
}

@media (max-width:768px) {
  #header .cart-count {
    right: 50px;
    top: -92.5px !important
  }

  #header {
    height: 60px;
    margin-bottom: 0 !important
  }

  .header-top .btn.cart-count:before {
    margin-right: 0
  }

  .responsive-tools>a[data-target=search] {
    display: none
  }

  .responsive-tools>a[data-target=login] {
    display: block;
    margin-right: 80px;
    z-index: 3
  }

  .responsive-tools>a[data-target=login]::before {
    font-size: 24px;
    color: var(--color-primary);
    margin-top: 2px
  }

  .responsive-tools>a[data-target=navigation]::before {
    background-color: transparent !important;
    font-size: 22px;
    margin-top: -4px
  }

  .responsive-tools>a[data-target=navigation]:after {
    content: 'Menu';
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 10px;
    text-align: center;
    width: 100%;
    color: var(--color-primary)
  }

  .responsive-tools>a[data-target=navigation]:before,
  .responsive-tools>a[data-target=navigation]:hover:before {
    color: var(--color-primary)
  }

  .navigationActions {
    display: none !important
  }

  #header .site-name {
    max-width: calc(100% - 20px - 3*50px)
  }

  #header .site-name a img {
    max-width: 100%;
    max-height: 100% !important;
    margin-left: 0
  }

  .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .cart-count {
    transform: none !important
  }

  .ordering-process #header {
    display: none !important
  }

  .menu-level-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
  }

  .menu-item-2412,
  .menu-item-29,
  .appended-category {
    order: -100
  }

  .submenu-arrow {
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%
  }

  .navigation-in>ul>li>a {
    padding-right: 0
  }
}

@media (min-width:768px) {
  .top-navigation-bar .top-nav-button {
    top: 45px
  }

  #header .site-name a img {
    max-height: calc(98px - 2*19px) !important
  }

  .top-nav-button-account:before,
  .top-nav-button-login:before {
    top: 0 !important
  }
}

.ordering-process .extras-col {
  flex: unset;
}

.ordering-process .extras-wrapper {
  flex-wrap: wrap;
  justify-content: unset;
}

.extra.delivery {
  display: flex !important;
}

.extras-col+.extras-col {
  padding-left: 0;
}

.dp-home-adv-wrap>.dp-adv-container,
.dp-home-adv {
  align-items: flex-start;
}

.dp-home-adv-icon {
  margin-top: 7.5px;
}

@media (max-width:768px) {
  .dp-home-adv {
    margin-top: 30px
  }
}

@media (min-width:768px) {
  .ordering-process.id--9 .header-top .search {
    display: block
  }
}

@media (max-width:768px) {
  html .ordering-process #header {
    display: flex !important
  }

  .ordering-process .top-navigation-bar {
    position: relative
  }

  ol.cart-header {
    position: relative !important;
    top: unset;
    left: unset;
    right: unset
  }

  .ordering-process:not(.id--9) #header .search {
    display: none !important
  }

  .ordering-process:not(.id--9) #header {
    background-color: transparent !important
  }

  .ordering-process #header .site-name {
    display: block !important
  }

  .ordering-process .responsive-tools>a[data-target=navigation] {
    width: 40px;
    height: 40px;
    position: absolute;
    line-height: unset;
    right: 10px;
    margin-top: 4px
  }

  .ordering-process .responsive-tools>a[data-target=login] {
    margin-right: 30px
  }

  .id--9 ol.cart-header {
    margin-top: 60px
  }

  .ordering-process #header {
    position: relative !important
  }

  .ordering-process .top-navigation-bar {
    position: absolute;
    top: 0
  }

  .container.breadcrumbs-wrapper {
    margin-top: 0 !important
  }

  .ordering-process [action="/action/Cart/deleteCartItem/"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
  }

  .removeable {
    position: relative
  }

  .cart-table tr>td:nth-child(2n).p-name {
    padding-right: 30px
  }
}

.empty-cart-boxes>.col-md-6 {
  width: 100% !important;
}

.empty-cart-boxes>.col-md-6:nth-child(2) {
  display: none !important;
}

@media (min-width:992px) {
  .popup-widget.login-widget {
    margin-left: -10px !important
  }
}

.luigi-ac-hero {
  z-index: 56 !important;
}

@media (max-width:768px) {
  .breadcrumbs {
    padding: 7.5px 0 !important
  }

  .breadcrumbs * {
    font-size: 14px
  }

  .payment-logo {
    flex-basis: 60px
  }

  .payment-info {
    flex-basis: 100%;
    padding-right: 0
  }

  .shipping-billing-name {
    font-size: 14px
  }

  .id--9 #content-wrapper .cart-empty {
    padding-top: 40px
  }

  .ordering-process:not(.id--9) .cart-items .cart-item {
    display: none
  }

  .ordering-process:not(.id--17) {
    padding-bottom: 60px
  }

  .ordering-process:not(.id--17) .next-step {
    position: fixed;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    bottom: 0;
    left: 0
  }
}

tr.removeable .remove-item {
  opacity: 1;
}

.next-step .btn {
  font-size: 16px !important;
  font-weight: 550 !important;
}

.next-step .btn::after {
  display: none !important;
}

.siteCookies__button {
  border: solid 1px #fff;
}

.siteCookies__button.set {
  background-color: transparent;
  color: #fff;
}

.siteCookies__button.set:hover {
  opacity: 1;
}

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

@media (min-width:768px) {
  .products-block .p-bottom .p-desc {
    height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
  }
}

@media (max-width:768px) {

  ol.cart-header li a span:before,
  ol.cart-header li strong span:before {
    display: block
  }

  ol.cart-header li a span,
  ol.cart-header li strong span {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
  }

  ol.cart-header li {
    padding: 10px 20px
  }

  ol.cart-header li a,
  ol.cart-header li strong {
    padding: 0;
    font-size: 18px;
    line-height: normal
  }

  .id--9 ol.cart-header li a span:before,
  .id--9 ol.cart-header li strong span:before {
    content: '1'
  }

  .id--16 ol.cart-header li a span:before,
  .id--16 ol.cart-header li strong span:before {
    content: '2'
  }

  .id--17 ol.cart-header li a span:before,
  .id--17 ol.cart-header li strong span:before {
    content: '3'
  }
}

@media (min-width:768px) {
  .ordering-process a.next-step-back {
    display: none !important
  }
}

@media (max-width:768px) {
  .ordering-process .cart-content>a.next-step-back {
    line-height: normal !important;
    display: flex;
    width: 100% !important;
    height: auto !important;
    color: unset !important;
    text-align: center;
    justify-content: center;
    padding: 0 15px;
    margin-top: 10px
  }

  .ordering-process .cart-content>a.next-step-back:before {
    font-family: shoptet !important;
    content: '\e911';
    font-weight: normal;
    transform: rotate(-90deg);
    font-size: 75%;
    margin-right: 5px
  }

  .id--17 .next-step {
    padding: 0;
    padding-bottom: 15px;
    margin: 0
  }

  .id--17 .next-step>.next-step-back {
    display: none !important
  }

  .id--17 .next-step .finishbtn,
  .id--17 .next-step .finishbtn>* {
    width: 100%
  }
}

.etim-feature-name {
  width: 100% !important;
  padding: 0 !important;
  float: unset !important;
}

.basic-description>.col-sm-6 {
  width: unset !important;
}

.id--51 .rate-average-wrap>*:not(:last-child) {
  margin-bottom: 10px;
}

.add-info-rate {
  line-height: 1.3;
  font-size: 14px;
}

.add-info-rate b {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

.in-hodnotenie-obchodu .custom-rating-text {
  font-size: 14px;
}

@media (max-width:1200px) {
  .rate-average-wrap>.add-info-rate {
    display: none !important
  }
}

@media (min-width:1200px) {
  #ratingWrapper>.add-info-rate {
    display: none !important
  }
}

pre {
  display: block;
  font-family: unset;
  font-size: unset;
  white-space: unset;
}

.siteCookies__links {
  display: none !important;
}


/* ==========================================================================
   2/9  inline <style> v <head> - :root premenne pre banner hodnoteni
   ========================================================================== */

:root {
--banner-rating-border-radius: 10px;
--banner-rating-BG: #f5f5f5;
--banner-rating-BG-hover: #f5f5f5;
--banner-rating-title-color: #363636;
--banner-rating-text-color: #363636;
--banner-rating-number-color: var(--color-primary);
--banner-rating-icon-color: #f0b820;
--banner-rating-btn-bg: var(--color-primary);
--banner-rating-btn-bg-hover: var(--color-primary-hover);
--banner-rating-btn-color: #fff;
--banner-rating-border-color: var(--color-secondary);
}


/* ==========================================================================
   3/9  elektroantos-blog.css
   ========================================================================== */

/*css pre upravy vzhladu blogu pre lepsiu prehladnost*/
.news-item-detail h1 {
  font-weight: bold;
  color: #333;
  font-size: 30px;
}
.news-item-detail .text h2 {
  margin-top: 30px;
  font-size: 26px;
  font-weight: bold!important;
  color: #444;
  text-align: center;
}
.news-item-detail .text h3 {
  max-width: 650px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  color: #444;
  text-decoration: underline;
}
.news-item-detail .text p, .news-item-detail .text ul, .news-item-detail .text ol {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  font-size: 18px;
  line-height: 1.6;
  color: #505050;
}
.news-item-detail .text ul li, .news-item-detail .text ol li {
  margin-bottom: 20px;
  max-width: 600px;
  font-size: 18px;
  line-height: 1.6;
  color: #505050;
}
.news-item-detail .text .cta-tlacidlo {
  display: inline-block;
  margin: 30px 0;
  padding: 20px 25px;
  background: #2dabff; 
  /*alternativne ##1A651A tmavozelena alebo #005994 modra;*/
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.news-item-detail .text a, .news-item-detail .text a:visited {
 text-decoration: underline;
}
.news-item-detail .text blockquote, .news-item-detail .text .blok {
  display: block;
  max-width: 650px;
  margin: 50px auto;
  padding: 30px 50px;
  background: #f0f0f0;
}
.news-item-detail .text blockquote p, .news-item-detail .text .blok p {
  margin-bottom: 0;
}
.news-item-detail .text blockquote h3, news-item-detail .text .blok h3 {
  max-width: 650px!important;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: bold;
  color: #444;
}
.news-item-detail .text table {
  border: 1px solid #aaa;
  margin-top: 30px;
}
.news-item-detail .text table p {
  margin: 0;
}
.news-item-detail .text table tr {
  vertical-align: top;
}
.news-item-detail .text table td {
  padding: 5px;
  border: 1px solid #aaa;
}


/* ==========================================================================
   4/9  pateliotis.css
   ========================================================================== */

@font-face {
    font-family: dp;
    src: url(/user/documents/scripts/dp.ttf?v=2) format('truetype');
    font-weight: 400;
    font-style:normal
}

@media (min-width: 768px) {
    .top-navigation-bar {
        padding-top: 5px;
        padding-bottom:5px
    }

    .navigation-in > ul > li > a {
        padding-top: 14px;
        padding-bottom:14px
    }

    #navigation {
        height:42px
    }

    body:not(.ordering-process) #header {
        position:relative
    }

    body:not(.ordering-process) header#header:before {
        content: "";
        background: #44628c;
        width: 100%;
        height: 42px;
        z-index: 0 !important;
        position: absolute;
        bottom:0
    }

    .menu-helper {
        height:42px
    }

    .menu-helper::after, .menu-trigger::after {
        background-color:transparent
    }

    .navigation-in > ul > li > a b {
        padding:0
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000
}

.homepage-box {
    background-color:#fff
}

footer#footer {
    background-color:#f7f7f7
}

#footer > .container {
    background-color:#f7f7f7
}

a:hover {
    text-decoration: underline;
    color:#ff1ab3
}

/* [forms_redesign] .password-helper -> p.alternative-links */
#footer .contact-box a:hover, #footer .news-item-widget a:hover, #footer .password-helper a:hover, #footer .alternative-links a:hover, #footer ul a:hover {
    color:#ff1ab3
}

#categories a:hover {
    text-decoration: underline;
    color:#ff1ab3
}

.site-msg.information {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    left: 0;
    top: 0;
    bottom: auto !important;
    z-index:2000
}

.dp-tip-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom:25px
}

.dp-tip-title {
    align-self: center;
    padding-right:10px
}

.dp-tip-form form > .button {
    display:none
}

.dp-tip-title > span {
    text-transform: uppercase;
    font-weight:600
}

#cart-wrapper .fv-doplnek-item .p-availability > * {
    display:none
}

#cart-wrapper .fv-doplnek-item .p-quantity > * {
    display:none
}

#cart-wrapper .fv-doplnek-item .p-price > * {
    display:none
}

@media (min-width: 768px) {
    /*
    .toggle-filters {
        display:none
    }

    #category-filter-hover {
        display:block
    }
    */
}

.pagination > a.current {
    color:#000
}

.pagination > a:not(.pagination-link), .pagination > strong {
    width: 20px;
    min-width:20px
}

.pagination, .pagination-loader, .pagination-top {
    min-width:unset
}

.breadcrumbs > span:last-of-type {
    color:#333
}

@media (min-width: 768px) {
    .navigation-in > ul > li.ext > ul > li > div > ul {
        font-size: 15px;
        line-height: 14px;
        max-height:60px
    }

    .navigation-in > ul > li.ext > ul > li > div {
        align-self: flex-start;
        margin-top:30px
    }

    .navigation-in > ul > li.ext > ul > li {
        min-height:120px
    }

    .navigation-in ul.menu-level-3 > li {
        font-size:0
    }

    .navigation-in ul.menu-level-3 > li > * {
        font-size:15px
    }

    .navigation-in ul.menu-level-3 > li:after {
        content: '\00a0|\00a0';
        font-size:15px
    }

    .navigation-in ul.menu-level-3 > li:last-of-type:after {
        content: ''
    }

    .navigation-in ul.menu-level-2 li a:hover {
        text-decoration:underline
    }
}

a.btn-primary[title=Detail]:after {
    content: 'Zvoliť';
    font-size:14px
}

a.btn-primary[title=Detail] {
    font-size: 0;
    height:36px
}

.custom-homepage-welcome {
    display:flex
}

.welcome-text-inner {
    padding-left:21px
}

.welcome-photo-inner {
    margin-top: 50px;
    padding-left:40px
}

.welcome-photo-inner img {
    max-height:500px
}

.custom-homepage-welcome-photo {
    flex-basis:40%
}

.custom-homepage-welcome-text {
    flex-basis:60%
}

.welcome div {
    max-width:100%
}

.welcome-text-inner h3 {
    font-size:24px
}

@media (max-width: 767px) {
    .custom-homepage-welcome {
        flex-direction:column-reverse
    }

    .welcome-text-inner {
        padding-left:0
    }

    .welcome-photo-inner {
        margin-top: 0;
        padding-left:0
    }
}

.latest-contribution-wrapper {
    display:none
}

.votes-wrap-homepage {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:20px
}

.votes-wrap.votes-wrap-homepage .votes-homepage-stars {
    flex-basis: 100%;
    text-align: center;
    margin-top: -20px;
    margin-bottom:20px
}

.votes-wrap-homepage .vote-wrap {
    flex-basis:33%
}

.votes-wrap-homepage .vote-wrap {
    padding-left: 4px;
    padding-right:4px
}

.votes-wrap-homepage .vote-wrap {
    border:none
}

.votes-wrap-homepage-all {
    text-align: center;
    margin-bottom: 20px;
    margin-top:10px
}

.votes-homepage-btn {
    padding: 10px;
    background-color: #44628c;
    color: #fff;
    text-transform:uppercase
}

.votes-homepage-btn:hover {
    background-color: #fff;
    color: #44628c;
    border:1px solid #44628c
}

@media (max-width: 768px) {
    .votes-wrap-homepage {
        flex-direction: column;
        padding:20px 0
    }
}

@media (min-width: 992px) {
    .msg {
        padding:10px 20px
    }
}

.custom-rating-count {
    position: relative;
    top: 20px;
    left:-68px
}

@media (max-width: 767px) {
    .products-block > div {
        width:50%
    }

    .custom-rating-count {
        display:none
    }

    .products-block .ratings-wrapper .stars-wrapper {
        flex:1 1 100%
    }

    .products-block .ratings-wrapper .stars-wrapper > .stars {
        margin-left: auto;
        margin-right:auto
    }

    .products-block.products .p .name {
        margin-bottom:5px
    }

    .products-block .ratings-wrapper .availability {
        flex: 1 1 100%;
        text-align:center
    }

    .products-block .p-bottom .p-desc {
        display:none
    }

    .products-block .p-bottom .prices {
        text-align:center
    }

    .products-block .p-bottom .p-tools {
        flex: 1 1 100%;
        text-align: center;
        margin-top:5px
    }
}

.cart-summary {
    margin-top: 20px;
    padding-top: 0;
    border-top:1px solid #dadada
}

/* [pozn.] .cart-summary > h4 uz neexistoval ani pred updatom (je to h2) - pravidlo bolo mrtve */
.cart-summary > h4,
.cart-summary > h2 {
    margin-top:19px
}

.ordering-process .content-wrapper {
    background-color: #fff;
    min-height:75vh
}

.cart-total-weight {
    float: right;
    font-size: 14px;
    font-weight: 400;
    font-family: "Exo 2", sans-serif
}

.cart-total-weight > span {
    font-weight:600
}

.billing-total-weight {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Exo 2", sans-serif
}

.billing-total-weight > span {
    font-weight:600
}

@media (max-width: 991px) {
    .billing-total-weight, .cart-total-weight {
        padding:5px 10px
    }
}

ol.cart-header li.active {
    background-color:#44628c
}

ol.cart-header li.active a, ol.cart-header li.active strong {
    color:#fff
}

@media (min-width: 992px) {
    #cart-wrapper .cart-row > .col-md-4 {
        position: sticky;
        top:0
    }
}

.site-msg.information .text {
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    padding-right: 0;
    color:#fff
}

.site-msg.information {
    opacity: 1;
    box-shadow: none;
    background-color:#273f5b
}

.site-msg .close::after, .site-msg .close::before {
    background:#fff
}

.products-block .p .flags-default {
    top: auto;
    bottom:0
}

.flags-extra {
    top: 0;
    bottom:auto
}

.p-info-wrapper .flags-extra .flag .price-save, .p-info-wrapper .flags-extra .flag .price-standard {
    font-size:18px !important
}

.p-info-wrapper .flags-extra .flag {
    width: 85px;
    height:85px
}

.p-info-wrapper .flags-extra {
    left: 250px;
    top:10px
}

.p-image-wrapper .flags-extra {
    display:none
}

.flags-extra {
    left:0
}

.flags-extra .flag {
    width: 60px;
    height:60px
}

.flags-extra .flag .price-save, .flags-extra .flag .price-standard {
    font-size:14px
}

.flag.flag-discount {
    background-color:#fb0
}

.flag.flag-new {
    background-color:#f90
}

.flag.flag-action {
    background-color:red
}

.flag.flag-tip {
    background-color:#06c
}

.flags-extra .price-save, .flags-extra .price-standard {
    color:#000
}

.type-category #content {
    display: flex;
    flex-direction:column
}

.type-category #content h1 {
    order:-2
}

.type-category #content .category-perex {
    order:-1
}

.read-more > a.more-link:after {
    display: inline-block;
    content: "\E90E";
    font-family: shoptet;
    margin-left: 5px;
    font-size: 10px;
    position: relative;
    top:1px
}

.read-less > a.less-link:after {
    display: inline-block;
    content: "\E90E";
    font-family: shoptet;
    margin-left: 5px;
    font-size: 10px;
    position: relative;
    top: -1px;
    transform:rotate(180deg)
}

.read-more > a:hover {
    text-decoration:none
}

.read-less > a:hover {
    text-decoration:none
}

@media (min-width: 768px) {
    .products-inline.products-top {
        flex-direction: column;
        flex-wrap: unset;
        padding: 10px;
        border: 1px solid #e4e4e4;
        counter-reset:top-products-counter
    }

    .products-inline.products-top > div {
        width:100%
    }

    .products-inline.products-top > div .p {
        position: relative;
        width: 100%;
        counter-increment:top-products-counter
    }

    .products-inline.products-top > div .p .image {
        width: 70px;
        min-height:70px
    }

    .products-inline.products-top > div .p .p-in {
        display: flex;
        flex-direction: row;
        width: auto;
        flex:1
    }

    .products-inline > div .p .p-in .p-in-in .name {
        width: 100%;
        text-align: left;
        font-size:18px
    }

    .products-inline > div .p .p-in .p-in-in .ratings-wrapper {
        position: absolute;
        right:0
    }

    .products-inline.products-top > div .p:before {
        content: counter(top-products-counter) '.';
        padding: 10px 30px 10px 10px;
        font-size: 16px;
        color:#000
    }

    .products-inline.products-top > div .p .p-in .p-bottom > div {
        text-align: right;
        align-items:flex-end
    }

    #productsTop .button-wrapper a {
        background: 0 0;
        color:#2dabff
    }
}

.cookie-ag-wrap .site-msg {
    color: #fff;
    background-color:#273f5b
}

#footer .footer-rows .site-name {
    display:none
}

#footer .custom-footer {
    padding-left:0 !important
}

.cart-table th {
    border-right: 10px solid #44628c;
    text-align:center
}

#header .site-name a img {
    max-height:78px
}

.navigation-in {
    font-size:16px
}

.top-navigation-bar .dropdown button, .top-navigation-bar a {
    color: #0c0c0c !important;
    font-size:14px
}

.sidebar .h4, .sidebar h4 {
    font-size:16px
}

#categories {
    font-size:16px
}

@media (min-width: 768px) {
    .navigation-in > ul > li.exp > a, .navigation-in > ul > li > a:hover {
        background-color: #ff9a13;
        color:#fff
    }
}

.availability-amount {
    display:none
}

.link-like, a {
    color:#2dabff
}

h2.products-related-header {
    text-align: center;
    font-size:28px
}

.subcategories li a {
    height: 86px !important;
    color: #0c0c0c !important;
    font-size:15px !important
}

.subcategories li a .text {
    max-height:62px
}

.subcategories.with-image li a .image {
    width:45% !important
}

.subcategories.with-image li a .image img {
    max-height:72px !important
}

.subcategories.with-image li a .text {
    width:55% !important
}

@media (min-width: 768px) {
    .navigation-in > ul > li.ext > ul > li > a img {
        max-width: 90px;
        max-height:65px
    }
}

body {
    color:#000
}

.detail-parameters th {
    color:#000
}

.form-control, select {
    border-color:#8f8f8f
}

.price-measure {
    color: #000;
    font-size:16px
}

.price-save {
    color:#ee3385
}

@media (min-width: 768px) {
    #header .cart-count {
        font-size: 17px;
        color: #44628c !important
    }

    .top-navigation-tools {
        z-index: 10;
        position: relative
    }

    #header .navigation-buttons {
        display: flex !important;
        align-items: center !important;
    }

    /* Targetujeme button aj odkaz, aby sme pokryli vsetky stavy */
    #header .navigation-buttons .top-nav-button-account, 
    #header .navigation-buttons .top-nav-button-login {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        order: -1 !important;
        margin: 0 29px 0 0 !important;
        width: auto !important;
        height: 52px !important;
        background: none !important;
        border: none !important;
        padding: 0 !important;
        text-decoration: none !important;
    }

    /* Skrytie textu Prihlasenie podla tvojho screenshotu */
    #header .navigation-buttons .top-nav-button-account span, 
    #header .navigation-buttons .top-nav-button-login span {
        display: none !important;
    }

    /* Definicia ikonky cez before priamo na button element */
    #header .navigation-buttons .top-nav-button-account:before, 
    #header .navigation-buttons .top-nav-button-login:before {
        font-family: shoptet !important;
        content: '\e922' !important; 
        font-size: 24px !important;
        position: relative !important;
        top: 0 !important;
        width: 52px !important;
        height: 52px !important;
        line-height: 52px !important;
        border-radius: 100% !important;
        background-color: #44628c !important;
        color: #fff !important;
        display: inline-block !important;
        text-align: center !important;
        margin-right: 0 !important;
        visibility: visible !important;
    }

    .header-top .btn.cart-count::before {
        font-size: 24px;
        background-color: #44628c;
        color: #fff;
        border-radius: 100%;
        width: 52px;
        height: 52px;
        line-height: 52px;
        margin-right: 5px
    }
}

@media (min-width: 992px) {
    .top-navigation-contacts {
        flex-basis:415px !important
    }
}

@media (min-width: 1200px) and(max-width: 1440px) {
    a.top-nav-button-account, a.top-nav-button-login {
        left:20px
    }
}

@media (min-width: 992px) and(max-width: 1200px) {
    a.top-nav-button-account, a.top-nav-button-login {
        left:114px
    }

    .top-nav-button-account > span, .top-nav-button-login > span {
        display:none
    }
}

@media (min-width: 768px) and(max-width: 992px) {
    .top-nav-button-account > span, .top-nav-button-login > span {
        display:none
    }

    .login-window-visible .user-action .user-action-in > div.user-action-login {
        flex-direction:column-reverse
    }
}

@media (max-width: 768px) {
    .login-window-visible .user-action .user-action-in > div.user-action-login {
        flex-direction:column-reverse
    }

    .admin-logged a.top-nav-button-account, .admin-logged a.top-nav-button-login {
        top:55px
    }
}

/* [forms_redesign] skryva odkaz Nova registracia v login popupe; .password-helper -> p.alternative-links */
.login-widget .password-helper a:first-child,
.login-widget .alternative-links a:first-child {
    display:none
}

.login-window-visible .user-action .user-action-in > div.user-action-login {
    display:flex
}

.popup-widget.login-widget:before {
    border-color: #44628c;
    background-color:#44628c
}

.login-widget .popup-widget-inner {
    padding: 20px;
    flex-basis:60%
}

.custom-login-widget {
    flex-basis: 40%;
    background-color: #44628c;
    padding: 20px;
    color:#fff
}

.custom-login-widget h3 {
    color:#fff
}

.custom-login-advantage {
    padding-bottom: 4px;
    font-size:16px
}

.custom-login-advantage span:before {
    font-family: shoptet;
    content: '\e913';
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    padding-right:8px
}

.custom-login-register {
    padding-top: 18px;
    text-align:right
}

@media (min-width: 992px) {
    .popup-widget.login-widget {
        width: 575px;
        top: 105px;
        margin-left:-56px
    }

    .admin-logged .popup-widget.login-widget {
        top:127px
    }
}

@media (min-width: 1200px) and(max-width: 1440px) {
    .popup-widget.login-widget {
        margin-left:-182px
    }
}

@media (min-width: 992px) and(max-width: 1200px) {
    .popup-widget.login-widget {
        margin-left:-172px
    }
}

@media (min-width: 768px) and(max-width: 992px) {
    .popup-widget.login-widget {
        top:115px
    }
}

.blog-hp {
    background-color: #fff;
    margin-top: 0 !important;
    padding-top:20px
}

.news-item .text .title {
    color:#44628c
}

div#newsWrapper {
    padding:10px
}

[class~=blog-hp]:before {
    font-weight: 500 !important;
    font-family: "Roboto Slab", sans-serif;
    font-size: 26px;
    color: #000;
    text-transform:unset !important
}

.news-item .image img {
    max-height: 250px !important;
    object-fit:cover
}

@media (min-width: 768px) {
    .blog-hp .news-item {
        padding:0 40px
    }
}

.in-hodnotenie-obchodu .custom-rating-text {
    padding-bottom:10px
}

.in-hodnotenie-obchodu .custom-rating-thankyou {
    padding-top: 15px;
    font-size:16px
}

.free-gifts li {
    display: block;
    flex-basis:30%
}

@media (max-width: 991px) {
    .free-gifts li {
        flex-basis:48%
    }
}

.free-gifts-wrapper form > ul {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content:space-between
}

.free-gift .free-gift-trigger {
    display:none
}

.free-gifts-wrapper, .free-product-gifts-wrapper {
    padding-right:0
}

.free-gifts li label {
    flex-direction:column
}

.free-gifts-img > img {
    width:100%
}

.free-gift-label {
    padding-left:0
}

.free-gift-name {
    padding-right: 0;
    text-align:center
}

.free-gifts-img .free-gifts-img-hover {
    display:none !important
}

.free-gifts li label:before {
    content: 'Vybrať darček';
    display: block;
    border: 1px solid;
    width: 100%;
    text-align: center;
    padding: 2px;
    color: #44628c;
    border-color: #44628c;
    background-color: #fff;
    text-transform:uppercase
}

.free-gifts li.active label:before {
    content: 'Darček vybraný';
    font-weight: 700;
    border: 1px solid;
    color: #fff;
    border-color: #44628c;
    background-color:#44628c
}

@media (min-width: 1200px) {
    .extras-col {
        max-width:none
    }
}

.fvDoplnek {
    margin-bottom: 20px;
    border-bottom:1px solid #dadada
}

select#dpDateSelect {
    margin-bottom: 10px;
    margin-left:20px
}

.odber {
    margin-top: 0;
    background-color: #398dbc;
    color:#fff
}

.odber .newsletter-header > h3 {
    color:#fff;
    font-size:24px;
    font-weight:700;
}

@media (min-width: 768px) {
    .sidebar {
        background-color:#fff
    }

    .sidebar-inner > div {
        border:none
    }

    .categories .topic > a {
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #e4e4e4;
        margin: 5px 10px;
        background-repeat: no-repeat;
        background-position-x: 10px;
        background-position-y: 10px;
        background-size: 35px;
        padding: 12px 20px 12px 50px;
        padding-left: 50px;
        position: relative;
        color: #000
    }

    .categories .topic > a[href='/kable-vodice/'] {
        background-image: url(/user/documents/scripts/menu-icons/kable.jpg)
    }

    .categories .topic > a[href='/elektroinstalacny-material/'] {
        background-image: url(/user/documents/scripts/menu-icons/krabice.jpg)
    }

    .categories .topic > a[href='/osvetlenie/'] {
        background-image: url(/user/documents/scripts/menu-icons/svetelne_zdroje.jpg)
    }

    .categories .topic > a[href='/rozvadzace-rozvodnice-skrine/'] {
        background-image: url(/user/documents/scripts/menu-icons/elektromerove_rozvadzace.jpg)
    }

    .categories .topic > a[href='/bleskozvod--hromozvod/'] {
        background-image: url(/user/documents/scripts/menu-icons/gulatina.jpg)
    }

    .categories .topic > a[href='/vypinace-zasuvky-ramceky/'] {
        background-image: url(/user/documents/scripts/menu-icons/zapustne_rohove.jpg)
    }

    .categories .topic > a[href='/ostatne/'] {
        background-image:url(/user/documents/scripts/menu-icons/spotrebice.jpg)
    }

    .categories .topic > a > span {
        display:none !important
    }

    .categories .topic > a::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        -webkit-transition: background-color .3s ease-out;
        -o-transition: background-color .3s ease-out;
        transition:background-color .3s ease-out
    }

    .categories .topic > a:hover::after {
        background-color:rgb(68 98 140 / 10%)
    }

    .categories .topic.active > a {
        background-color: #fff;
        color:#45628e
    }

    .categories .topic.active > a::after {
        background-color:rgb(68 98 140 / 10%)
    }

    .categories li.active > a {
        background-color: transparent;
        color: #44628c;
        font-weight:600
    }

    .categories li.active > a:hover {
        background-color:transparent
    }

    .contact-box.no-image {
        border: 1px solid #e4e4e4;
        padding: 10px;
        margin-left: -10px;
        margin-right:-10px
    }

    /*
    .filter-sections {
        background-color:transparent
    }

    .box.box-sm.box-filters:before {
        content: 'Filter';
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        color: #000;
        font-family: "Roboto Slab", sans-serif;
        display: block;
        margin-bottom:19px
    }

    div#filters {
        padding: 10px;
        border: 1px solid #e4e4e4;
        margin-left: -10px;
        margin-right:-10px
    }
    */

    ol.top-products {
        border: 1px solid #e4e4e4;
        padding: 10px;
        margin-left: -10px;
        margin-right:-10px
    }

    /*
    #filters > .slider-wrapper {
        padding:0 10px
    }
    */
}

@media (min-width: 768px) {
    .ordering-process.template-11 .top-navigation-bar {
        border-top-color:#dadada !important
    }

    .ordering-process .header-top {
        justify-content:center
    }

    .ordering-process .header-top .search {
        display:none
    }

    .ordering-process .header-top .navigation-buttons {
        display:none
    }

    .ordering-process #header .site-name {
        text-align:center
    }

    .ordering-process #navigation {
        display:none
    }

    .ordering-process .top-navigation-menu {
        visibility:hidden
    }

    .ordering-process .top-navigation-bar .top-nav-button-login {
        display:none
    }

    .ordering-process .extra.delivery {
        display:none
    }
}

@media (max-width: 767px) {
    /*
    body:not(.ordering-process) .overall-wrapper {
        margin-top:120px
    }

    body:not(.ordering-process) .top-navigation-bar {
        position: absolute;
        width: 100%;
        z-index: 10;
        top: 55px;
        background-color:#43638c
    }

    body:not(.ordering-process) header#header {
        position: absolute;
        top: 165px;
        width: 100%;
        z-index: 10;
        margin: 0;
        background-color:transparent
    }

    body:not(.ordering-process) #header .site-name a img {
        max-height:48px
    }

    body:not(.ordering-process) #header .cart-count {
        position: absolute;
        border: 0;
        top: -100px;
        right:40px
    }

    body:not(.ordering-process) .header-top .btn.cart-count::before {
        font-size:25px
    }

    a.btn.cart-count::before, body:not(.ordering-process) .btn.cart-count::before {
        color:#fff
    }

    body:not(.ordering-process) #header .header-top > div:first-child {
        position: absolute;
        top: -165px;
        left:0
    }

    body:not(.ordering-process) #header {
        margin-bottom: 20px;
        margin-top:20px
    }

    body:not(.ordering-process) #header .site-name {
        height: 55px;
        display: flex;
        margin-left:20px
    }

    body:not(.ordering-process) #header .site-name a {
        align-self:center
    }

    body:not(.ordering-process) .top-navigation-bar {
        height:50px
    }

    body:not(.ordering-process) .responsive-tools {
        padding-top: 5px;
        padding-bottom:5px
    }

    .top-navigation-bar .dropdown button, body:not(.ordering-process) .top-navigation-bar a {
        color:#fff !important
    }

    body:not(.ordering-process) .top-navigation-bar .dropdown {
        top:15px
    }

    body:not(.ordering-process) .responsive-tools > a[data-target=navigation] {
        right:10px
    }

    body:not(.ordering-process) .responsive-tools > a[data-target=navigation]:after {
        content: 'Menu';
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 10px;
        text-align: center;
        width:100%
    }

    body:not(.ordering-process) .responsive-tools > a[data-target=navigation] {
        top:1px
    }

    .responsive-tools > a[data-target=navigation]::before {
        border-radius: 0;
        background-color: transparent;
        font-size:20px
    }

    body:not(.ordering-process) .top-navigation-contacts {
        display: block !important;
        position: absolute;
        top: -52px;
        right:20px
    }

    body:not(.ordering-process) .top-navigation-contacts a > span {
        display:inline
    }

    body:not(.ordering-process) .top-navigation-contacts > a {
        display: block;
        color:#000 !important
    }

    .popup-widget.login-widget {
        top:105px
    }

    body.user-action-visible.search-window-visible {
        position:static
    }

    .popup-widget.cart-widget {
        top:105px !important
    }

    .search-window-visible .search {
        position: relative;
        top: -60px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        height:100%
    }
    */
    .navigation-in > ul > li > a {
        background-repeat: no-repeat;
        background-position-x: 10px;
        background-position-y: 10px;
        background-size: 35px;
        padding-left: 50px
    }

    .navigation-in > ul > li > a[href='/kable-vodice/'] {
        background-image: url(/user/documents/scripts/menu-icons/kable.jpg)
    }

    .navigation-in > ul > li > a[href='/elektroinstalacny-material/'] {
        background-image: url(/user/documents/scripts/menu-icons/krabice.jpg)
    }

    .navigation-in > ul > li > a[href='/osvetlenie/'] {
        background-image: url(/user/documents/scripts/menu-icons/svetelne_zdroje.jpg)
    }

    .navigation-in > ul > li > a[href='/rozvadzace-rozvodnice-skrine/'] {
        background-image: url(/user/documents/scripts/menu-icons/elektromerove_rozvadzace.jpg)
    }

    .navigation-in > ul > li > a[href='/bleskozvod--hromozvod/'] {
        background-image: url(/user/documents/scripts/menu-icons/gulatina.jpg)
    }

    .navigation-in > ul > li > a[href='/vypinace-zasuvky-ramceky/'] {
        background-image: url(/user/documents/scripts/menu-icons/zapustne_rohove.jpg)
    }

    .navigation-in > ul > li > a[href='/ostatne/'] {
        background-image:url(/user/documents/scripts/menu-icons/spotrebice.jpg)
    }

    .navigation-in ul.menu-level-2 li a {
        padding-left:60px
    }

    .login-widget .popup-widget-inner {
        flex:1
    }

    .custom-login-widget {
        padding: 0 20px;
        flex-basis:160px
    }

    .custom-login-widget h3 {
        margin:5px 0
    }

    .custom-login-advantage span:before {
        font-size:16px
    }

    .custom-login-register {
        padding-top: 5px;
        text-align:center
    }

    .container.breadcrumbs-wrapper {
        background-color: #f2f4f8;
        margin-top:-15px
    }

    .breadcrumbs {
        display: block;
        background-color: #f2f4f8;
        padding-top: 10px;
        padding-bottom:10px
    }

    .navigation-home-icon-wrapper:before {
        content:none
    }

    .navigation-home-icon > span {
        position: static;
        width: auto;
        height: auto;
        margin: 0; /* [oprava] tu boli v povodnom pateliotis.css binarne smeti (0x00) namiesto deklaracie - prehliadac ju zahadzoval */
        clip: unset;
        color:#000
    }

    .navigation-home-icon-wrapper #navigation-first a {
        padding-left:0
    }

    .breadcrumbs a {
        color:#000
    }

    .breadcrumbs > span:after {
        content: "\E910";
        font-family: shoptet;
        font-size: 10px;
        color:#000
    }

    .breadcrumbs > span:last-of-type:after {
        content:none
    }

    .custom-more-subcategories {
        text-align: center;
        margin-bottom:20px
    }

    a.custom-more-subcategories:hover {
        text-decoration:none
    }

    .custom-more-subcategories:after {
        content: "\E90E";
        font-family: shoptet;
        margin-left: 8px;
        font-size: 14px;
        position: relative;
        top:2px
    }

    .type-category #content > h4 {
        display:none
    }

    .type-category #content > #productsTop {
        display:none
    }

    /*
    .filter-sections {
        background-color:#fff
    }
    */

    .p-image-wrapper .flags-extra .flag {
        width: 75px;
        height: 75px;
        border-radius:50%
    }

    .p-image-wrapper .flags-extra {
        z-index:1
    }

    body.ordering-process {
        background-color:#fff
    }

    .ordering-process a.next-step-back {
        color:#fff
    }

    .ordering-process.in-kosik .cart-total-weight {
        width:50%
    }

    .ordering-process.in-kosik .delivery-time {
        width:50%
    }
}

#signature > a.title {
    display:none
}

.dp-home-adv-wrap {
    padding-top: 30px;
    padding-bottom:0
}

.type-product .dp-home-adv-wrap {
    padding-top: 0;
    margin-bottom:15px
}

.dp-home-adv-wrap > .dp-adv-container {
    display: flex;
    flex-direction: row;
    justify-content:space-between
}

.dp-home-adv {
    display: flex;
    flex-direction: row;
    flex-basis:30%
}

.dp-home-adv-icon img {
    max-width: 50px;
    width: 50px;
    align-self:center
}

.dp-home-adv-content {
    padding-left: 20px;
    align-self:center
}

.dp-home-adv-h {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    font-family:Poppins
}

.dp-home-adv-icon {
    display:flex
}

@media (max-width: 768px) {
    .dp-home-adv-wrap > .dp-adv-container {
        flex-direction:column
    }

    .dp-home-adv-wrap {
        padding-top: 5px;
        padding-bottom:10px
    }
}

.link-icon.watchdog::before {
    font-family: dp;
    content: '\0041'
}

.link-icon.watchdog > span {
    font-size:0
}

.link-icon.watchdog > span:after {
    content: "Strážny pes";
    font-size:14px
}

/*
.filter-section-button {
    display:none
}

#category-filter-hover {
    display: block;
    max-height: none;
    max-width: none;
    position: relative;
    transform:scaleY(1) scaleX(1)
}

#filters .param-filter-top form {
    max-height: none;
    transform:scale(1)
}

.filter-section {
    padding-top: 0;
    padding-bottom:0
}

.filter-section h4 {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer
}

.filter-section h4::after, .filter-section.active h4::after {
    display: inline-block;
    vertical-align: middle;
    font-family: shoptet;
    line-height:0
}

.filter-section h4::after {
    content: '\e90e'
}

.filter-section form {
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition:transform 0s linear
}

.filter-section.active h4::after {
    content: '\e911'
}

.filter-section.active form {
    max-height: none;
    transform: scaleY(1);
    margin-bottom: 10px;
    transition: transform .1s linear
}
*/


/* ==========================================================================
   5/9  inline <style> v <head> - OPH widget
   ========================================================================== */

#OPHWidgetWrapp { bottom: 24px !important; }


/* ==========================================================================
   6/9  inline <style> v <head> - return-to-top, top-category-addon, luigi
   ========================================================================== */

#return-to-top { background: #ff1ab3; }
.top-category-addon .h4.homepage-group-title{ display: block; }
@media (max-width: 768px) {.luigi-ac-hero .luigi-ac-main .luigi-ac-rest-main .luigi-ac-image {height:65px;max-height:65px;}}


/* ==========================================================================
   7/9  inline <style> pred </body> - :root premenne vyhody/nevyhody
   ========================================================================== */

:root {
--tucnost-nadpisu: bold;
--barva_nadpisu: #000;
--velikost_nadpisu: 30px;
--velikost-ikonky: 20px;
--barva_ikonka_vyhody: #009901;
--barva_ikonka_nevyhody: #FF0000;
--velikost-textu: 14px;
--barva_text_vyhody: #000;
--barva_text_nevyhody: #000;
}


/* ==========================================================================
   8/9  inline <style> pred </body> - skrytie top-category-addon
   ========================================================================== */

.top-category-addon{display:none;}


/* ==========================================================================
   9/9  KOMPATIBILITNA VRSTVA - Shoptet update "forms_redesign"
   --------------------------------------------------------------------------
   Mostiky pre novu strukturu formularov. Vsetko je pisane tak, aby fungovalo
   so ZAPNUTYM aj VYPNUTYM updatom - po plosnom nasadeni sa staru vetvu da
   vyhodit. Jednotlivé opravy povodnych pravidiel su priamo v sekciach vyssie,
   oznacene komentarom [forms_redesign].
   ========================================================================== */

/* Novy vnutorny obal .form-control-wrapper posunul validacny wrapper o uroven
   nizsie. Ak by si v buducnosti pridaval pravidlo na chybove hlasky, pouzi
   tento tvar - trafi obe verzie: */
.form-group.js-validated-element-wrapper > .msg,
.form-group .form-control-wrapper.js-validated-element-wrapper > .msg {
  /* miesto pre vlastne styly chybovych hlasok */
}

/* Login popup: po pridani viditelnych <label> narastol formular na vysku.
   Drzime rovnaky vzhlad ako predtym - labely su kompaktne. */
body.ums_forms_redesign--on .login-widget .login-form .form-group {
  margin-bottom: 10px;
}
body.ums_forms_redesign--on .login-widget .login-form label {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 1.2;
}
body.ums_forms_redesign--on .login-widget .login-form .submit-wrapper {
  margin-bottom: 6px;
}

/* Newsletter v paticke stratil .compact-form (input a tlacidlo boli v jednom
   riadku). Vraciame jednoriadkove rozlozenie. */
body.ums_forms_redesign--on #formNewsletterWidget .form-group.smart-label-wrapper {
  margin-bottom: 8px;
}
body.ums_forms_redesign--on #formNewsletterWidget .btn-primary {
  /* Pred updatom to bola mala oranzova ikona so sipkou (.btn-arrow-right so
     skrytym textom), teraz je to plnosirkove tlacidlo s popisom "Prihlasit sa".
     Plna sirka je pre mobil lepsia, preto ju drzime; ak chces spat maly
     stvorec, nastav width:auto a doplni sa ti len text. */
  width: 100%;
}

/* Kupon v kosiku naopak .compact-form dostal - poistka, aby sa input
   a tlacidlo nerozpadli pod seba. */
body.ums_forms_redesign--on .discount-coupon form.input-group.compact-form {
  display: flex;
  flex-wrap: nowrap;
}

/* --------------------------------------------------------------------------
   MOBILNE VYHLADAVANIE - tlacidlo "Hladat" padalo pod input
   --------------------------------------------------------------------------
   Markup formulara sa updatom NEZMENIL (overene diffom - pribudlo len
   novalidate). Pricinou je vlastne pravidlo vyssie v tomto subore:

       @media (max-width:767px) {
         #header .search, #header .search-form { display: block !important; }
       }

   .compact-form je presne trieda, ktoru Shoptet v tomto update presuval
   (odobral newsletteru, pridal kuponu) - teda ju preimplementoval na flex.
   Nase display:block !important tu novu implementaciu prebije a input
   s tlacidlom sa stanu blokovymi surodencami.

   Riesenie: block nechavame na obale .search, ale samotny fieldset vratime
   do jedneho riadku. Bezpecne v oboch stavoch - v starej verzii bolo
   tlacidlo pozicovane absolutne, cize mimo toku a flex sa ho netykal.
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  #header .search-form.compact-form > fieldset {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  #header .search-form.compact-form > fieldset > .query-input,
  #header .search-form.compact-form > fieldset > .search-input {
    flex: 1 1 auto;
    min-width: 0;
  }
  #header .search-form.compact-form > fieldset > .btn {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}


/* --------------------------------------------------------------------------
   NADPISY BOXOV CHECKOUTU - h4 -> h2
   --------------------------------------------------------------------------
   Zo screenshotov: nadpis narastol z ~21 px na ~25 px a Shoptet mu cez styl
   pre h2 pridal VERZALKY (v HTML je text pisany normalne: "Osobne udaje",
   "Zvolte sposob dopravy"). Ikona vedla nadpisu je dimenzovana v em, takze
   sa zmensi spolu s pismom. Tyka sa oboch krokov:
     krok 1  h2.order-icon.order-information / .order-delivery / .order-payment
     krok 2  h2 (Osobne udaje), h2.header-billing, h2 (Dorucovacia adresa)
   Dakovacia stranka .id--15 ma vlastne pravidlo vyssie (26 px, bold,
   centrovane) - to ma vyssiu specificitu a zostava nedotknute.
   -------------------------------------------------------------------------- */
.co-box h2,
fieldset.co-box h2 {
  font-size: 20px;
  line-height: 1.3;
  text-transform: none;
}

/* --------------------------------------------------------------------------
   KROK 2 - tlacidlo "Prihlasit sa do mojho uctu"
   Pred updatom malo sirku podla obsahu, teraz ho .form-group--inline roztiahne
   na celu sirku. Vraciame povodne spravanie.
   -------------------------------------------------------------------------- */
.co-box .form-group--inline .login-button {
  display: inline-flex;
  width: auto;
}

/* --------------------------------------------------------------------------
   KROK 2 - novy riadok "* Povinne polia"
   Pridal ho update, predtym tam nebol, a je zarovnany doprava. Nechavame ho
   (je to uzitocna informacia), len stiahneme medzery. Ak ho chces uplne prec,
   zamen obsah pravidla za  display: none;
   -------------------------------------------------------------------------- */
.co-box .form-legend {
  margin: 0 0 8px;
  font-size: 12px;
}

/* --------------------------------------------------------------------------
   NEWSLETTER V PATICKE - novy popisny odstavec
   Update zacal vypisovat text "Vlozte svoj e-mail a my Vam budeme zasielat..."
   nad formularom. Nie je to chyba, je to obsah z nastaveni newslettera, ale
   predtym sa nezobrazoval. Necham ho vidiet len stiahnuty; na skrytie zamen
   obsah pravidla za  display: none;
   -------------------------------------------------------------------------- */
.custom-footer__newsletter .newsletter-header p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
}
