@charset "UTF-8";
.upsale-product form input[type=checkbox] {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: auto;
  clip: auto;
  border: initial;
}

.upsale-product .fvDoplnek-alignCenter {
  align-items: center;
}

.product-description {
  margin-bottom: 0;
}

.upsale-product.has-variants .header .header {
  padding-left: 0;
}

.upsale-product .header.fvstudio-link {
  cursor: pointer;
}

.upsale-product .header.fvstudio-link .name {
  text-decoration: underline;
}

.upsale-product .header.fvstudio-link .name:hover {
  text-decoration: none;
}

.upsale-product .fvDoplnek-variant .assign_product_message_wrapper {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .upsale-product form input[type=checkbox] {
    min-width: 16px;
  }
}
.upsale-product form input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  display: initial;
  cursor: pointer;
}

.upsale-product .header .price {
  color: #75b32b !important;
}

.fvDoplnek .upsell-product-tooltip {
  margin-left: 1em;
  position: relative;
}

.header {
  font-size: 15px;
  padding-left: 14px;
}

.header .name {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
  left: -15px;
}

.header .price {
  padding-left: 1em;
}

.header .common_price {
  padding-left: 1em;
  text-decoration: line-through;
}

.upsale-tips .product-content input[type=checkbox] {
  display: none !important;
}
.upsale-tips .product-content span.price {
  display: none;
}
.upsale-tips .product-content .header {
  position: relative;
  top: 8px;
  padding-left: 0;
  padding-right: 0px;
}

@media (max-width: 767px) {
  .upsale-product form input[type=checkbox] {
    vertical-align: middle;
  }
  .header {
    padding-left: 14px;
  }
}
.upsale-product form p {
  padding-left: 22px !important;
}

.upsale-product .product-content .product-description {
  margin-bottom: 0 !important;
  width: 100%;
  padding-left: 36px !important;
  color: #7c7e8f;
  margin-top: 5px;
  max-width: 500px;
}

.upsale-wrap,
.upsale-tips {
  background: white;
  padding: 20px;
  margin-top: 20px;
}

.upsale-product {
  border: 1px solid #dadada;
  padding: 8px;
  border-radius: 10px;
}
.upsale-product:hover {
  border-color: black;
}

.upsale-tips .product-content .header {
  border: 1px solid #dadada;
  border-radius: 20px;
  padding: 10px 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .upsale-product form p {
    padding-left: 25px !important;
  }
  .upsale-tips form.inline {
    display: flex;
    flex-direction: column;
  }
  .upsale-tips form.inline img {
    width: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .upsale-tips .upsale-product {
    width: 48%;
  }
}
@font-face {
  font-family: "Sofia Pro";
  src: url("https://www.vinomarada.cz/user/documents/fonts/SofiaProLight.eot");
  src: url("https://www.vinomarada.cz/user/documents/fonts/SofiaProLight.eot?#iefix") format("embedded-opentype"), url("https://www.vinomarada.cz/user/documents/fonts/SofiaProLight.woff2") format("woff2"), url("https://www.vinomarada.cz/user/documents/fonts/SofiaProLight.woff") format("woff"), url("https://www.vinomarada.cz/user/documents/fonts/SofiaProLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("https://www.vinomarada.cz/user/documents/fonts/icomoon.eot?7sknqx");
  src: url("https://www.vinomarada.cz/user/documents/fonts/icomoon.eot?7sknqx#iefix") format("embedded-opentype"), url("https://www.vinomarada.cz/user/documents/fonts/icomoon.ttf?7sknqx") format("truetype"), url("https://www.vinomarada.cz/user/documents/fonts/icomoon.woff?7sknqx") format("woff"), url("https://www.vinomarada.cz/user/documents/fonts/icomoon.svg?7sknqx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
  color: #9f4249;
}

.icon-fb:before {
  content: "\e901";
  color: #fff;
}

.icon-ig:before {
  content: "\e902";
  color: #fff;
}

footer#footer > h2 {
  display: none;
}
footer#footer {
  background: transparent;
  color: black;
}
footer#footer .custom-footer > div h4,
footer#footer .h4,
footer#footer h4 {
  color: black !important;
  font-size: 20px;
  font-weight: 600;
  font-family: "span", serif !important;
  margin-top: 0;
  margin-bottom: 20px;
}
footer#footer ul a {
  color: black;
}
footer#footer .contact-box-inner {
  display: flex;
}
footer#footer .custom-footer__banner7 .image {
  margin-right: 15px;
}
footer#footer .custom-footer__banner7 .image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
footer#footer a.social-icon.facebook::before {
  content: "\e900";
}
footer#footer .contact-box ul li a::before {
  position: absolute;
  left: -34px;
  top: 50%;
  font-size: 18px;
  font-family: ikony;
  line-height: 16px !important;
  margin-top: -8px;
  font-weight: 400;
}
footer#footer a.social-icon::before {
  font-family: shoptet;
}
footer#footer .socials {
  display: flex;
  margin-top: 30px;
}
footer#footer .social-icon-list {
  position: relative;
  top: -8px;
}
footer#footer a.social-icon.instagram::before {
  content: "\e909";
  font-size: 26px;
}
footer#footer a.social-icon:hover {
  border-color: transparent;
  background-color: transparent;
  color: black;
}
footer#footer .contact-box ul li > span.mail a::after {
  content: "Odpovíme do 24 hodin";
}
footer#footer .contact-box ul li > span.tel a::after,
footer#footer .navigation-buttons .tel::after {
  content: "Po – Pá: 8:00 – 16:00";
}
footer#footer .contact-box ul li > span a::after {
  display: inline-block;
  width: 100%;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #868889;
  position: relative;
  top: -6px;
}
footer#footer .contact-box ul li {
  margin-bottom: 5px !important;
}

.contact-box .text-wrap {
  /* width: 63%; */
  position: relative;
  left: 20px;
}

#footer .contact-box a,
#footer .password-helper a,
#footer .news-item-widget a,
#footer ul a {
  color: black;
}

.custom-footer__banner1 {
  border-top: 1px solid #dadada;
  width: 100% !important;
  padding-top: 20px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0px;
  margin-right: 0px;
}
.custom-footer__banner1 .method {
  display: flex;
  justify-content: space-between;
}
.custom-footer__banner1 .method img {
  max-height: 40px;
}

.method span {
  font-size: 17px;
  font-weight: 700;
  margin-right: 10px;
  color: black;
}

.custom-footer,
.footer-bottom {
  border-color: #dadada;
}

#signature a {
  color: #11111f;
}

.copyright,
#signature {
  color: #11111f;
}

.footer-bottom {
  padding-top: 15px;
  padding-bottom: 20px;
}

.custom-footer {
  padding-top: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .custom-footer__banner7.footer-contact {
    width: 30%;
  }
  .custom-footer__banner8.clickable {
    width: 20%;
  }
}
@media (max-width: 768px) {
  footer#footer .contact-box ul li a::before {
    position: absolute;
    left: 0px;
    top: 43%;
    font-size: 18px;
    font-family: ikony;
    line-height: 16px !important;
    margin-top: -8px;
    font-weight: 400;
  }
  .custom-footer > div {
    border-bottom: 1px solid #dadada;
  }
  .method {
    display: flex;
    flex-direction: column;
    padding: 0 20px 10px;
  }
}
.news-item .image + .text {
  position: static;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.news-item .text .description {
  display: unset;
}

.news-item .text .title {
  order: 0;
  margin-bottom: 10px;
}

.news-item:hover .text {
  background-color: #fff;
}

.news-item:hover .text .title {
  text-decoration: underline;
  color: rgba(17, 17, 31, 0.8784313725);
}

.benefitBanner.position--benefitProduct.container {
  margin-top: 0;
}

ul.subcategories.with-image.more-kat {
  padding: 0;
}

tr.hidden.delivery-in-detail {
  margin: 2px;
}

.buy-box > .top {
  position: relative;
  margin-bottom: 3px;
}

.kontakt-box-detail {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0px;
  padding-top: 20px;
  border-bottom: 1px solid #e8eaef;
}

.kontakt-box-detail .osoba {
  width: 298px;
  font-size: 14px;
  padding: 9px 0 9px 9px;
  background-size: 64px auto;
}

.kontakty-detail {
  width: calc(100% - 298px);
  padding: 9px 0;
}

.osoba {
  display: flex;
}
.osoba strong {
  display: block;
  font-size: 18px;
  color: #313e5f;
  font-family: Futura;
  line-height: 1.2;
  margin-bottom: 2px;
}

.kontakty-detail .contact-box ul li {
  width: 40%;
  margin: 0 !important;
}

.kontakty-detail .contact-box ul li a {
  font-size: 18px;
  color: #313e5f !important;
  line-height: 1.2;
  display: block;
}

.kontakty-detail .contact-box ul {
  margin-top: 0 !important;
}

.kontakty-detail .contact-box ul li > span.tel::before {
  content: url("/user/documents/upload/Images/telefon-detail2.svg");
  top: 3px;
}

.kontakty-detail .contact-box ul li > span.mail::before {
  content: url("/user/documents/upload/Images/email-detail.svg");
  top: 5px;
}

.kontakty-detail .contact-box ul li > span {
  padding-left: 28px;
}

.kontakty-detail .contact-box ul li > span.tel::after {
  color: #56627b;
  margin-top: 6px;
}

.info-box {
  padding-top: 12px;
}

.osoba .image {
  border-radius: 50%;
  padding-right: 10px;
}
.osoba .image img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.kontakty-detail ul {
  display: flex;
  justify-content: flex-end;
}
.kontakty-detail .contact-box ul a {
  font-size: 18px !important;
  text-decoration: none !important;
}

.kontakty-detail ul li a::before {
  top: 72%;
}

.benefitBanner__item {
  text-align: center;
  padding: 0 10px;
  margin-top: 8px;
}

.category__secondDescription {
  margin-top: 8px;
  display: none;
}

.availability-value {
  background: #f5f5f5;
  padding: 20px;
}

@media (min-width: 768px) {
  a.shipping-options {
    position: absolute;
    right: 20px;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .buy-box .bottom {
    background-color: #f5f5f5;
    padding: 0;
    position: relative;
    height: 150px;
    padding: 20px;
  }
  .p-detail .add-to-cart .quantity {
    margin-right: 0;
    position: absolute;
    right: 20px;
    bottom: 80px;
  }
  .kontakt-box-detail {
    flex-direction: column;
  }
  .kontakty-detail {
    width: 100%;
    padding: 9px 0;
  }
  .contact-box {
    padding: 0 0 0 0px;
  }
  .contact-box {
    min-height: unset;
  }
  .kontakty-detail {
    position: relative;
    top: -25px;
  }
}
.hodnoceni-hp {
  padding: 40px 0;
}

.hodnoceni-wrapper {
  padding-top: 40px;
}

.shp-tabs-wrapper {
  margin: 0 auto 40px auto;
}

@media (max-width: 767px) {
  .benefitBanner__content {
    text-align: left;
  }
  .benefitBanner__item {
    margin-left: 20%;
  }
}

/*# sourceMappingURL=main.css.map */
