

body {  
    font-family: 'Open Sans', sans-serif;
    background: #A0385C;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h2 {
    color: #CEBB8F;
    position: relative;
}
h2:after {
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 50px;
    background: #ffffff;
}

.text-center h2:after {
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 50%;
    height: 3px;
    width: 50px;
    margin-left: -25px;
    background: #feed01;
}
h3 {
    padding-top: 3rem;
    color: white;
    font-weight: 800;
}
p {
    color: #bfbfbf;
}

.popover {
    color: #0f0f2b;
}
.popover p {
    color: #0f0f2b;
}


.wrap {
    z-index: 1;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background: rgb(160,56,92);
    background-image: url("../img/bg.png");
    background-size: cover;
    background-position: top center;
    overflow:hidden;
}

@keyframes stripe {
    /*starting point and angle (same angle as choosen into .levitation)*/
    from {
      transform: translateY(0px) rotate(-15deg);
    }
    /* ending point and angle */
    to {
      transform: translateY(-100px) rotate(15deg);
    }
  }

  @keyframes stripe2 {
    /*starting point and angle (same angle as choosen into .levitation)*/
    from {
      transform: translateY(0px) rotate(10deg);
    }
    /* ending point and angle */
    to {
      transform: translateY(50px)  rotate(20deg);
    }
  }

  @keyframes stripe3 {
    /*starting point and angle (same angle as choosen into .levitation)*/
    from {
      transform: translateY(0px)  translateX(90px) rotate(-9deg);
    }
    /* ending point and angle */
    to {
      transform: translateY(20px) translateX(0px) rotate(0deg);
    }
  }

  .bounce2 {
    animation: bounce2 5s linear infinite;
  }
  @keyframes bounce2 {
      0% {transform: translateY(7px) translateX(5px) rotate(-1deg);}
      50% {transform: translateY(-10px) translateX(-5px) rotate(1deg);}
      100% {transform: translateY(7px) translateX(5px) rotate(-1deg);}
  }
  

.stripe {
    position: absolute;
    left: -920px;
    top: 286px;
    rotate: -40deg;
    background-image: url(../img/stripe-1.png);
    background-size: cover;
    background-position: top left;
    width: 1334px;
    height: 81px;
    z-index: -1;
    animation: stripe 15s infinite alternate-reverse;

}

.stripe-2 {
    position: absolute;
    left: -920px;
    top: 286px;
    rotate: 231deg;
    background-image: url(../img/stripe-2.png);
    background-size: cover;
    background-position: top left;
    width: 1936px;
    height: 81px;
    opacity: 0.3;
    animation: stripe2 11s infinite alternate-reverse;
}

.navbar-collapse.collapsing,
.navbar-collapse.show {
    position: relative;
    background:#A0385C;
    z-index: 1;
    padding: 30px;
    
}
.navbar-collapse.collapsing:before,
.navbar-collapse.show:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 50px;
    width: 0;
    border-bottom: 20px solid #2d307d;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
.navbar-toggler {
    padding: 10px 15px;
    line-height: 2;
}
.navbar-toggler-icon {
    margin-top: -4px;
}
.navbar-cart-button {
    position: fixed;
    right: 0;
    top: 0;
    color: white;
    background: rgba(0,0,0,.7);
    padding: 10px 21px;
    text-decoration: none;
    font-weight: 800;
    border-radius: 0 0 4px 4px;
    z-index: 900;
}
.navbar-cart-button:hover {
    background: rgba(151, 18, 65, 0.8);
    color: white;
}
.navbar-cart-button .badge {
    background: #971241;
    color:#971241;
}
.navbar-cart-button .badge.empty {
    display:none;
}
.nav-item {
    position: relative;
    padding: 0 17px;
}
.nav-link {
    font-size: 20px;
    color: #fff;
}

.nav-item:last-child:before {
    content: " ";
    position:absolute;
    left: 0;
    top: 0;
    height: 100%;
    width:100%;
    transform: skew(-0deg);
  border-radius: 5px;
  background-color: #eac887;
  z-index: -1;

    
}
.nav-item:hover:before {
    content: " ";
    position:absolute;
    left: 0;
    top: 0;
    height: 100%;
    width:100%;
    transform: skew(-0deg);
  border-radius: 5px;
  background-color: #971241;
  z-index: -1;

    
}
.nav-item:last-child {
    font-weight: bold;
    text-transform: uppercase;
}
.nav-item:last-child .nav-link {
    color: #fff;
}
.nav-item:last-child .nav-link:hover,
.nav-link:hover {
    text-decoration: none;
    color: white;
}


.nav-item:last-child:hover:before {
    background: #971241;
}

.nav-item:last-child .nav-link:hover {
    text-decoration: none;
    color: #0f0f2b;
}
.navbar-brand img {
    max-height: 150px;
}

.fast-contact {
    color: #ADB3B9;
    font-size: 17px;
    line-height: 2rem;


}
.fast-contact p{
    position: relative;
}
.fast-contact a{
	text-decoration: none;
	color: #bfbfbf;
}
.fast-contact a:hover{
	text-decoration: underline;
	color: #fff;
}
.fast-contact i { color:#e6007e }

@media (min-width: 992px) { 
    .fast-contact i {position: absolute; left: 0; color:#e6007e }
}
.modal-body h4 {
    color:#e6007e;
}
.headline {
    rotate: -10deg;
}
.headline h1 {
    position:relative;
    display: inline-block;
    color:#2d307d;
    font-size: 48px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
}
.headline h1:after {
    content: " ";
    position: absolute;
    right: -80px;
    top: -20px;
    background-image: url(../img/stripe-3.png);
    background-size: cover;
    background-position: top left;
    width: 1589px;
    height: 107px;
    z-index: -1;

}

.headline h2 {
    color:#fff;
    font-size: 28px;
    margin-top:20px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    
}
.headline h2:after {
    display: none;
    
}

.imageshow {
    position: relative;
    margin-top: -20px;
    min-height:100px;
}
.imageshow:after {
    content: " ";
    position: absolute;
    right: -979px;
    top: 88px;
    background-image: url(../img/stripe-5.png);
    background-size: cover;
    background-position: top left;
    width: 1206px;
    height: 122px;
    z-index: -1;
    opacity: 0.2;
    animation: stripe3 7s infinite alternate-reverse;

}


 /*podkres video bloku .video-container {
    background: repeating-linear-gradient(
  45deg,
  transparent,
  transparent 20px,
  #586acc 20px,
  #586acc 40px
);
}*/
.gift-card-container {
    background: repeating-linear-gradient(
  45deg,
  transparent,
  transparent 20px,
  #e6007e 20px,
  #e6007e 40px
);
    border-radius: 6px;
    padding: 50px;
}
.gift-card {
    background: #600a28;
    padding: 30px 25px;
}
.gift-card h2 {
    font-weight: 700;
}

.gift-card h2:after {
    display: none;
}

.boy {
    position: relative;
    right: -59px;
    bottom: -51px;
}

.cart-container.empty .is_not_empty {display: none;}
.cart-container.empty .is_empty {display: block;}
.cart-container .is_not_empty {display: block;}
.cart-container .is_empty {display: none;}

.bi.bi-arrow-right {padding-left: 15px;}

.bt-1 {
    border-top: 1px solid #e1e8ee;
    padding-top: 8px;
    margin-top: 9px;
}

.c-item {
    background:rgba(0, 0, 0, 0.05);
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    margin: 5px 0;
}
.c-total {
    font-weight: bold;
}

.c-total .total-cart-full {
    font-size: 21px;
    color:#e6007e;
    
}
.header h2 {
    margin-bottom: 2rem;
}
.header p {
    font-size: 18px;
}
.header a {
    color:#fff;
}
.pricelist {
    padding: 50px;
    background:rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.pricelist h2 {
    color: white;
    font-weight: bold;
}
.pricelist h2:after {
    display: none;
}
.pricelist table td {
    color: #CEBB8F;
    font-weight: bold;
    font-size: 24px;
}
.pricelist .table>:not(caption)>*>* {
    border-color: #ffffff;
}
.articles-content .article-item {
    display: block;
    border-radius: 6px;
    margin-left: 10px;
    text-decoration: none;
    color:white;
}
.articles-content .article-item:hover {
    text-decoration: underline;
}
.articles-content .article-item:hover p small {
    text-decoration: none;
}
.articles-content .article-item h3 {
    color:#fff;
    font-size: 17px;
    font-weight: bold;
    padding: 25px 0 0;
}
.articles-content .article-item img {
    border-radius: 4px;
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.articles-content big {
    font-size: 20px;
    color:#fff;
}
.articles-content big b{
    
    font-size: 30px;
    color:#feed01;
}

.article-row {
    margin-bottom: 80px;
    border-radius: 4px;
}

.article-row .article-description {
    display: block;
    background-color: rgba(0, 0, 0, 0.2);

}
.article-row  a.article-description {
    text-decoration: none;
}
.article-row .article-description:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.article-row .article-description h3 {
    font-size: 23px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.article-row .article-description:hover h3 {
    text-decoration: underline;
}
.article-row .article-description p {
    padding: 0;
    margin: 0;
}
.article-row img {
    border-radius: 4px;
}
  

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #feed01;
    color: var(--brand);
}

footer {
    background: rgba(0,0,0,0.1);
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #bfbfbf;
}

footer h4 {
    color: #ffffff;
    font-weight: 400;
    font-size: 2rem;
}

footer ul {
    list-style: none;
	padding-left: 0;
	margin-left: 0;    
}
footer ul li {
	padding-left: 0;
	margin-left: 0;
    margin-bottom: 8px;
}

footer ul li a {
	color: #ADB3B9;
	text-decoration: none;
}

footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.mapa {
    position: relative;
}
.mapa:after {
    content: " ";
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0c0c25c5;
    z-index: 200;
}
.product-card {
    background-color: rgba(0, 0, 0, 0.2);
}
.card-img-top {
    border-radius: 6px;
}
.card-title {
    color: white;
    padding: 20px 0 10px;
    font-size: 19px;
}
.card-text {
    color: #feed01;
    font-size: 21px;
    font-weight: bold;
}
.add-to-cart {
    position: relative;
    margin: 10px;

    background-color: #e6007e;
    color: white;
}
.add-to-cart:hover {
    margin: 10px;
    background-color: #9e135f;
    color: white;
}

.add-to-cart .clicked {
    display: none;
}
.add-to-cart.clicked .clicked {
    display: block;
}

.add-to-cart .not_clicked {
    display: block;
}
.add-to-cart.clicked .not_clicked {
    display: none;
}

.product-variant {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(255,255,255,.2);
    color: white;
}
.product-variant:hover,
.product-variant.choiced {
    background:#feed01;
    color: #0f0f2b;
    cursor: pointer;
}

input.item-count {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 32px;
    font-size: 14px;
    color: #43484D;
    font-weight: 300;
    background: transparent;
}

button[class*=minus-item],
button[class*=plus-item] {
    width: 25px;
    height: 25px;
    background-color: #E1E8EE;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.plus-item img {
    margin-top: -3px;
}
.minus-item img {
    margin-bottom: 3px;
}
.delete-item {
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 17px;
    background: url(../img/delete-icn.svg) no-repeat center;
}

.section-header h1 {
    position:relative;
    display: inline-block;
    color:#feed01;
    font-size: 42px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;

}
.section-header p {
    color:#fff;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;

}

.white-content {
    background:rgba(0, 0, 0, 0.35);
    border-radius: 6px;
}
.white-content p {
    color: #bfbfbf;
    padding: 1rem 0 1.5rem;
    line-height: 1.8rem;
}
.white-content p a {
    color: #fff;
    text-decoration: underline;
}
.white-content p a:hover {
    color: #feed01;
}
.white-content h2 {
    color: white;
    padding: 2rem 0 1.5rem;
    font-weight: bold;

}
.white-content h2:after {
    display: none;
}
.white-content h3 {
    color: white;
    padding: 2rem 0 1.5rem;
}



input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

form h1,
form h2,
form h3 {
    color: #092032;
    padding-top: 0;
    padding-bottom: 1rem;
}
form p {
    color: rgb(81, 97, 113);
}
.form-label {
    color: rgb(81, 97, 113);
    font-weight: bold;
    margin-top: 1rem;
}

.form-check-label {
    font-weight: normal;
    font-size: 14px;
}
.btn-close {
    position: absolute;
        right: 10px;
        top: 10px;
        }
    
#div_id_objednane_polozky {
    display: none;
}    

.product-card {
    position: relative;
}
.product-card img {
    display:initial!important;
    max-height: 250px;
    max-width: 100%;
    width: auto!important;
    
}
.product-card img:hover {
	cursor: -moz-zoom-in; 
	cursor: -webkit-zoom-in; 
	cursor: zoom-in;
}
.product-card .owl-item {padding-left: -1rem;}
.product-card .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -21px;
    }

.product-card .owl-nav button.owl-prev {    
    display: block;
    position: absolute;
    padding-top:5px!important;
    padding-bottom: 7px!important;
    left: -21px;
}    
 
.product-card .owl-nav button.owl-next {    
    display: block;
    position: absolute;
    padding-top:5px!important;
    padding-bottom: 7px!important;
    right: -21px;
}

.product-card .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--brand);
    color: #FFF;
    text-decoration: none;
    border-radius: 0;
}


.carousel__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: white;
    border-radius: 4px 4px 0 0;
    width:100%;
  
  }
  .carousel__button:hover {
    background: #e6007e;
    color: white;
    border-radius: 0;
  }
  .carousel__button.is-next {
      right: 0;
  }
  .carousel__button.is-prev {
      left: 0;
  }

.alert-modal-style h1,
.alert-modal-style h2,
.alert-modal-style h3,
.alert-modal-style h4,
.alert-modal-style h5 {
    color: black;
}

.alert-modal-style p {
    color: #0f0f2b;
}