/* general */
/* main page-body */
/* main page-footer */
/* puella products (flags, stars, footer, bigger-name-price, general)*/
/* puella reviews */
/* faq */
/* cart */
/* puella banners */
/* custom sets */
/* turn off div with top products on home page */
/* css for script card_design.js */
/* css for heureka badge */
/* css for certified shop badge */

:root {
  --gradient-border: linear-gradient(
    90deg,
    rgba(201, 2, 127, 1) 0%,
    rgba(201, 2, 127, 1) 50%,
    rgba(159, 86, 203, 1) 100%
  );
  --pink-background-gradient: linear-gradient(
    165deg,
    rgba(235, 3, 139, 1) 0%,
    rgba(159, 86, 203, 1) 100%
  );
  --white-background-gradient: linear-gradient(
    170deg,
    rgba(250, 250, 250, 1) 0%,
    rgba(241, 241, 241, 1) 100%
  );
}

/*------------------*/
/* start - general */
main header {
  padding: 0 30px;
  margin-top: 5px;
}
button[type='submit']:disabled {
  border-color: #b3b3b3;
  background-color: #b3b3b3;
}
.event-href {
  transition: all ease-in 250ms;
  font-weight: bold;
}
.event-href:hover {
  background-color: black;
  color: white;
}
input[type='checkbox'] + label::before,
input[type='radio'] + label::before {
  border-color: #555;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  padding-left: 40px !important;
}
.category-title {
  text-align: left;
  color: #eb038b;
}
.category-top ul.subcategories {
  display: none;
}
/* end - general */
/*------------------*/

/*------------------*/
/* start - main page-body*/
.id-1 {
  background-color: #141311;
}
.id-1 .welcome h1 {
  color: white;
}
.id-1 .welcome span {
  font-size: 1.2em;
}
.id-1 .product > .p {
  background: #000;
}
.id-1 .p-bottom .btn {
  background: #000 !important;
}
.id-1 .widget-parameter-wrapper {
  display: none;
}
.type-index .products-block > div .p > a img {
  margin-top: 1.2em;
}
.type-index .shp-tabs-row.responsive-nav {
  display: none;
}
.type-index .p-in-in a span {
  color: white;
}
.type-index .product > .p {
  border: 2px solid;
  border-image-source: var(--gradient-border);
  border-image-slice: 1;
  color: white;
  justify-content: space-between;
}

.type-index .product .btn.btn-primary .hvr-sweep-to-right {
  border-image-source: var(--gradient-border);
  border-image-slice: 1;
}
.type-index .p-tools .btn.btn-primary,
.products-block > div .p .p-bottom > div .p-tools .btn.btn-cart,
.products-block > div .p .p-bottom > div .p-tools .btn.btn-primary {
  border: 2px solid #ff0088;
  background-color: #141311;
  color: white;
}
.type-index .product .hvr-sweep-to-right:before {
  background: rgb(201, 2, 127);
  background: var(--gradient-border);
}
.type-index .hvr-sweep-to-right:before {
  background: #ff0088;
}
.type-index .p-tools .btn.btn-primary:hover,
.products-block > div .p .p-bottom > div .p-tools .btn.btn-cart {
  color: white;
}
.type-index .price.price-final {
  font-size: 1.5em;
}
.type-index .products-block .p .name {
  height: auto !important;
}
.type-index .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.type-index .content.wide {
  background-color: #141311;
}
.type-index .sidebar.sidebar-left {
  display: none;
}
.type-index .p-in-in a span {
  font-size: 1.6em;
}
.type-index .product > .p .p-in {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.type-index .product > .p .p-in .p-bottom {
  flex-grow: 1;
}

.type-index .product > .p .p-in .p-bottom {
  flex-grow: 1;
}

.type-index .product > .p .p-in .p-bottom > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
/* end - main page-body*/
/*------------------*/

/*------------------*/
/* start - main page-footer*/
/* set blog-hp div where are 5 icons above instagram widget in footer */
.blog-hp::before {
  display: none;
}
[class~='blog-hp'] [class~='news-item']:nth-child(-n + 5) {
  display: initial;
}
.id-1 .blog-hp .news-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.id-1 .blog-hp .news-item .text .description {
  display: none;
}
.id-1 .blog-hp .image {
  margin: 0 auto;
}
.id-1 .blog-hp {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.id-1 [class~='blog-hp']:before,
.id-1 .blog-hp .text > * {
  color: white;
}
.id-1 .blog-hp .text,
.id-1 .blog-hp .image {
  text-align: center;
  color: white;
}
.id-1 .blog-hp .image img {
  height: auto;
  width: 150px;
  max-width: 100%;
  padding: 0.5em;
}
@media (min-width: 768px) {
  .id-1 .blog-hp {
    flex-direction: row;
    flex-wrap: wrap;
  }
  [class~='blog-hp'] [class~='news-item'] {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .blog-hp > .news-item .image {
    width: auto;
  }
}
#footer {
  background-color: black;
  border: 0;
  margin: 0;
}
#footer .footer-newsletter {
  display: none !important;
}
.type-index .footer-bottom {
  border-image-source: var(--gradient-border);
  border-image-slice: 1;
}
#footer * {
  color: white;
}
@media (max-width: 767px) {
  #footer span.linkedin {
    justify-content: center;
  }
}
#signature a {
  color: white;
}

/* set  transition,payment and google Widget images in footer */
.add-footer__item {
  padding-bottom: 19px;
}
.additional-footer img {
  max-width: 320px;
}
@media (min-width: 769px) {
  .additional-footer .add-footer__item:nth-child(1) h4,
  .additional-footer .add-footer__item:nth-child(2) h4 {
    margin-bottom: 37px !important;
  }
}
/* end - main page-footer*/
/*------------------*/

/*------------------*/
/* start - puella products */
/*products flags*/
.id-1 .homepage-products-2 .flags.flags-extra {
  left: unset;
  right: 0;
  width: auto;
}
.id-1 .flag-custom3 {
  display: inline-block;
}
.flags {
  width: 100%;
  left: 0px;
  top: 0px;
}
.flag:before {
  display: none;
}
.p:hover .flag {
  filter: alpha(opacity=1) !important;
  opacity: 1 !important;
}
.flag.flag-custom3 {
  width: 100%;
  display: inline-block;
  max-width: initial;
  background: rgb(201, 2, 127);
  background: var(--gradient-border);
  font-size: 1.15em;
  font-weight: bold;
}
.type-index .flags-default .flag::before,
.flags-default .flag:after {
  display: none;
}
/* products bigger-name-price */
[data-testid='productCardPrice'] strong {
  font-size: 20px;
}
[data-testid='productCardName'] {
  font-size: 19px;
  font-weight: 600;
}
/*products stars (bigger stars for product review)*/
.stars {
  height: 15px;
  width: 140px !important;
}
.stars a {
  width: 25px;
}
.stars a:before {
  font-size: x-large;
}
.stars-label {
  font-size: large;
  color: black;
}
.stars .star.star-on:before {
  color: orange !important;
}
.p-detail .stars-wrapper {
  width: fit-content;
  padding: 15px;
  border-radius: 20px;
  background-color: snow;
  box-shadow: 2px 2px 5px gray;
}
/*products footer (footer for single products, mobiles responsibility)*/
.sec-col {
  background: rgb(250, 250, 250);
  /* background: -moz-linear-gradient(var(--white-background-gradient));
  background: -webkit-linear-gradient(var(--white-background-gradient));
  background: linear-gradient(170deg, var(--white-background-gradient)); */
}
@media (max-width: 768px) {
  .half-sect {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .sectors-small:first-child {
    margin-right: 0;
    min-width: 100%;
  }
}
/* general - no display chat and print in single product */
.link-icon.chat,
.link-icon.print {
  display: none;
}
/* general - no display border around td element in single product layout */
tr.variant-list td,
div.detail-parameters-wrapper table.detail-parameters td {
  border: none !important;
}
div.p-variants-block table.detail-parameters td {
  border: none !important;
}
/*------------------*/
/* end - puella products */

/*------------------*/
/* start - puella reviews */
.vote-rating,
.vote-admin-response {
  color: #000;
}
.vote-pic img {
  display: none;
}
.vote-initials {
  background: #eb038b !important;
  border: none;
  border-radius: 20%;
}
.hodnoceni {
  padding: 40px;
  border-radius: 20px;
  margin-top: 0;
  background: rgb(250, 250, 250);
  background: -moz-linear-gradient(var(--white-background-gradient));
  background: -webkit-linear-gradient(var(--white-background-gradient));
  background: linear-gradient(var(--white-background-gradient));
}
.hodnoceni.svk:before {
  content: 'Čo o nás hovoria zákazníci';
}
.hodnoceni:before {
  background: none;
}
.hodnoceni .votes-wrap {
  border: none;
  background: none;
}
@media (max-width: 767px) {
  .hodnoceni {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .hodnoceni {
    max-width: 707px !important;
  }
}
@media (min-width: 992px) {
  .hodnoceni {
    max-width: 932px !important;
  }
}
@media (min-width: 1200px) {
  .hodnoceni {
    max-width: 1378px !important;
  }
}
/* end - reviews */
/*------------------*/

/*------------------*/
/* start - faq */
#h-other-title {
  margin-bottom: 15px;
  font-size: 16px;
  padding-top: 20px;
}
#h-content .news-item .title {
  font-size: 18px !important;
}
.ci-wrapper {
  max-width: 1378px;
  margin: 0 auto;
}
#h-other .news-item .title {
  font-size: 18px;
  line-height: initial !important;
}
#h-other .news-item {
  background: #fbfbfb;
  padding: 10px 20px 0px;
  border-radius: 5px;
  box-shadow: 0 4px 6px #00000021;
  margin: 0 8px 15px;
}
#h-other .news-item .text {
  display: flex;
  justify-content: center;
  margin: 0;
}
#h-other-chld {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#h-other {
  display: inline-block;
}
#h-back {
  background: #e9e9e9;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 4px 6px #00000030;
  margin: 0 8px 15px;
  font-size: 18px;
  display: block;
}
#h-back:hover {
  text-decoration: underline;
}
.h-back {
  padding: 12px;
  font-size: 12px;
  text-decoration: underline;
  color: #f70e9c;
}
.h-back:hover {
  text-decoration: underline;
  color: #cd007d;
}
@media (max-width: 767px) {
  #h-other-chld {
    flex-direction: column;
  }
}
/* end - faq */
/*------------------*/

/*------------------*/
/* start - cart */
/* zvyraznenie policka zlavoveho kuponu v kosiku */
/* .discount-coupon {
  display: none;
} */
form[data-testid='formDiscountCoupon'] input,
form[data-testid='formDiscountCoupon'] button {
  border: 1px solid black !important;
  border-radius: 0px;
}

@media (max-width: 768px) {
  form[data-testid='formDiscountCoupon'] button {
    border-top: 0px !important;
  }
}

/* vypnutie navbar pre kosik step 1,2,3 */
.in-kosik #header,
.in-krok-1 #header,
.in-krok-2 #header,
.in-kosar #header,
.in-lepes-1 #header,
.in-lepes-2 #header,
.in-warenkorb #header,
.in-schritt-1 #header,
.in-schritt-2 #header,
.in-koszyk #header,
.in-zamowienie-platnosci-i-wysylki #header,
.in-zamowienie-informacje-o-tobie #header,
.in-cart #header,
.in-step-1 #header,
.in-step-2 #header,
.in-cos-de-cumparaturi #header,
.in-comanda-plata-si-transport #header,
.in-comanda-informatii-despre-dvs #header {
  display: none;
}

@media screen and (max-width: 768px) {
  .in-kosik .sidebar-left,
  .in-krok-1 .sidebar-left,
  .in-krok-2 .sidebar-left,
  .in-kosar .sidebar-left,
  .in-lepes-1 .sidebar-left,
  .in-lepes-2 .sidebar-left,
  .in-warenkorb .sidebar-left,
  .in-schritt-1 .sidebar-left,
  .in-schritt-2 .sidebar-left,
  .in-koszyk .sidebar-left,
  .in-zamowienie-platnosci-i-wysylki .sidebar-left,
  .in-zamowienie-informacje-o-tobie .sidebar-left,
  .in-cart .sidebar-left,
  .in-step-1 .sidebar-left,
  .in-step-2 .sidebar-left,
  .in-cos-de-cumparaturi .sidebar-left,
  .in-comanda-plata-si-transport .sidebar-left,
  .in-comanda-informatii-despre-dvs .sidebar-left {
    margin: 0 auto;
  }
}

/* padding top */
@media screen and (min-width: 769px) {
  .in-kosik #content-wrapper,
  .in-krok-1 #content-wrapper,
  .in-krok-2 #content-wrapper,
  .in-kosar #content-wrapper,
  .in-lepes-1 #content-wrapper,
  .in-lepes-2 #content-wrapper,
  .in-warenkorb #content-wrapper,
  .in-schritt-1 #content-wrapper,
  .in-schritt-2 #content-wrapper,
  .in-koszyk #content-wrapper,
  .in-zamowienie-platnosci-i-wysylki #content-wrapper,
  .in-zamowienie-informacje-o-tobie #content-wrapper,
  .in-cart #content-wrapper,
  .in-step-1 #content-wrapper,
  .in-step-2 #content-wrapper,
  .in-cos-de-cumparaturi #content-wrapper,
  .in-comanda-plata-si-transport #content-wrapper,
  .in-comanda-informatii-despre-dvs #content-wrapper {
    padding-top: 50px;
  }
}

/* set prefer transition and payment in cart   */
#order-shipping-methods .radio-wrapper.active,
#order-billing-methods .radio-wrapper.active {
  border: 4px solid #db22eb;
  font-size: 17px;
  font-weight: bold;
}

/* set off top bar from cart   */
body.ordering-process div.top-bar-main-container-pink-week {
  display: none;
}

/* set up white bg for country dropdown on EU shop   */
.ordering-process #deliveryCountryId {
  background-color: #fff !important;
}

/* show permanently X button in cart step1 */
@media (min-width: 992px) {
  .in-kosik tr.removeable .remove-item,
  .in-kosar tr.removeable .remove-item,
  .in-warenkorb tr.removeable .remove-item,
  .in-koszyk tr.removeable .remove-item,
  .in-cos-de-cumparaturi tr.removeable .remove-item,
  .in-cart tr.removeable .remove-item,
  .cart-window-visible tr.removeable .remove-item {
    opacity: 1;
  }
}

/* end - cart */
/*------------------*/

/*------------------*/
/* start - puella banners */
.body-banners {
  margin: 20px 0;
  background: rgb(235, 3, 139);
  background: -moz-linear-gradient(var(--pink-background-gradient));
  background: -webkit-linear-gradient(var(--pink-background-gradient));
  background: linear-gradient(var(--pink-background-gradient));
}
.footer-banners {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 20px;
}
.banner-wrapper,
.footer-banner a {
  border-radius: 5px;
  overflow: hidden;
}
.card-banner-container > .banner-wrapper {
  border-radius: 20px;
}
.footer-banner {
  text-align: center;
  margin: 10px 0px;
}
.type-index .banner-wrapper > a > span {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
#sutaz-banner {
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
  display: none;
}
.index-content-wrapper .body-banners {
  display: none;
}
.category-perex .body-banners {
  display: none !important;
}
@media (min-width: 768px) {
  .next-to-carousel-banners {
    margin: 0 auto !important;
    flex-flow: row;
    padding: 0;
  }
  .footer-banners {
    margin: 0 auto !important;
    flex-flow: row;
    padding: 0;
  }
  .body-banners {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .carousel-inner {
    margin: 0 auto;
  }
  .next-to-carousel-banners {
    margin-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .carousel-inner {
    width: 1200px !important;
    margin: 0 auto;
  }
  .next-to-carousel-banners {
    margin-top: 0px !important;
  }
}
@media (min-width: 1400px) {
  .carousel-inner {
    width: 1400px !important;
    margin: 0 auto;
  }
}
/* skryva banner v detaile produktu */
.banner-off {
  display: none;
}
/* end - puella banners */
/*------------------*/

/* start - custom sets */
/*------------------*/
#cProd-message {
  padding: 0 6px;
  color: #ea0000;
  font-weight: bold;
}
#cProd-error {
  padding: 0 6px;
}
.dropdown {
  border-radius: 5px;
  border: none;
  margin: 4px;
  background: #333;
  color: #fff;
  text-shadow: 0 0 3px #0006;
  font-size: 18px;
  padding: 12px;
  max-width: 500px;
}
select.dropdown:focus {
  color: #fff;
  font-weight: 900;
}
.cProd-plus {
  border-radius: 5px;
  border: none;
  margin: 4px;
  color: #fff;
  text-shadow: 0 0 3px #0006;
  font-size: 18px;
  padding: 12px;
  background: rgb(235, 3, 139);
  background: -moz-linear-gradient(var(--pink-background-gradient));
  background: -webkit-linear-gradient(var(--pink-background-gradient));
  background: linear-gradient(var(--pink-background-gradient));
  font-weight: 700;
  max-width: 500px;
}
#custom-cProd,
#custom-vsProd {
  display: none;
  flex-direction: column;
  padding: 20px;
}
#cProd-title,
#vsProd-title {
  font-size: 22px;
  padding: 6px;
}
.my-btn {
  color: #fff;
  border-color: #000;
  background-color: #000;
  display: inline-block;
  padding: 13px 26px;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.my-btn:hover {
  border-color: #343434;
  color: #fff;
  background-color: #343434;
}

.surcharge-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.surcharge-list > th {
  visibility: hidden;
  font-size: large;
}

.surcharge-list select option {
  display: none;
  pointer-events: none;
}
/* end - custom sets */
/*------------------*/

/*------------------*/
/* start - turn off div with top products on home page */
.id-1 div.top-products-wrapper {
  display: none;
}
.homepage-texts-wrapper:has(.top-products-wrapper) .welcome-wrapper {
  max-width: 100%;
}
/* end - turn off div with top products on home page */
/*------------------*/

/*------------------*/
/* start - css for script card_design.js (script creates 5 buttons for categories 
on page all products */
.cardButtonDesignedContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.cardButtonDesigned {
  background: #f9f9f9;
  background: linear-gradient(
    0deg,
    rgb(237 237 237) 0%,
    rgba(245, 245, 245, 1) 50%,
    rgb(253 253 253) 100%
  );
  border: 1px solid #ededed;
  width: 220px;
  height: 50px;
  box-shadow: #00000029 0px 4px 6px;
  border-radius: 5px !important;
  font-family: 'Roboto Slab', sans-serif;
  margin: 10px 5px 20px 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cardButtonDesigned:hover {
  background: #f7f7f7;
}
.cardButtonDesignedImage {
  width: 38px;
  padding-right: 10px;
}
/* end - css for script card_design.js */
/*------------------*/

/*------------------*/
/* start - css for heureka badge */
#showHeurekaBadgeHere-11 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  width: auto;
}

#showHeurekaBadgeHere-11 a img {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px;
  width: 310px;
}

/* end - css for heureka badge */
/*------------------*/

/*------------------*/
/* start - css for certified shop badge */

.in-index .smdWrapperTag {
  position: fixed;
  bottom: 0;
  left: 20px;
  z-index: 9;
  display: block;
  transform: scale(1);
}
.smdWrapperTag {
  display: flex;
  justify-content: center;
  width: 310px;
  padding-top: 35px;
  z-index: 9;
  transform: scale(1.4);
}

/* end - css for certified shop badge */
/*------------------*/
