/* General site styles extracted from css/style.css */

.poradna-pes {
    position: absolute;
    top: -8.3em;
    width: 11em;
    right: -45.5em;
}

.subtitle-ind {
    color: orange;
    font-size: 1.5em;
    margin-top: 0em !important;
}

 .modal {
     z-index: 899999999 !important;
     top: 5em !important;
 }
 
 .sipka-poradna:hover {
     opacity: 1 !important;
 }
 
.sestavit-top:hover {
    color: white !important;
}

.nav-on-top {
    background-color: #3d182c !important;
}
 
 .strava-doplnky img:hover {
     content: url('../../../img/strava-doplnky-hover.svg');
     cursor: pointer;
 }
 
 .zdravi-pece img:hover {
     content: url('../../../img/zdravi-pece-hover.svg');
     cursor: pointer;
 }
 
 .vychova-vycvik img:hover {
     content: url('../../../img/vychova-vycvik-hover.svg');
     cursor: pointer;
 }
 
 .vybaveni img:hover {
     content: url('../../../img/vybaveni-hover.svg');
     cursor: pointer;
 }
 
 .ostatni img:hover {
     content: url('../../../img/ostatni-hover.svg');
     cursor: pointer;
 }
 
 .loader,
 .loader:after {
     border-radius: 50%;
     width: 10em;
     height: 10em;
 }
 
 .loader {
     margin: 60px auto;
     font-size: 10px;
     position: absolute;
     top: 30%;
     left: 50%;
     text-indent: -9999em;
     border-top: 1.1em solid rgba(255, 255, 255, 0.2);
     border-right: 1.1em solid rgba(255, 255, 255, 0.2);
     border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
     border-left: 1.1em solid #f99e22;
     -webkit-transform: translateZ(0);
     -ms-transform: translateZ(0);
     transform: translateZ(0);
     -webkit-animation: load8 1.1s infinite linear;
     animation: load8 1.1s infinite linear;
 }
 
 @-webkit-keyframes load8 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
     }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }
 
 @keyframes load8 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
     }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }
 
 #loadingDiv {
     position: fixed;
     ;
     top: 0;
     z-index: 100000;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #3d182c;
 }
 
 .slozeni-icons {
     max-width: 1.6em;
     position: absolute;
     left: 2.5em;
     top: 1.2em;
 }
 
 .pb-xl-5 {
     padding-bottom: 3em;
 }
 
 .mb-xl-5 {
     margin-bottom: 3em;
 }
 
 .upload-icon-effect {
     width: 2.5em;
     /* position: absolute; */
     /* left: 6em; */
     /* top: 3.8em; */
     /* opacity: 0.3; */
     /* margin-left: 0.6em; */
     opacity: 0.3;
     margin-top: 3.7em;
 }
 
 @media (min-width: 900px) {
     .modal-sm {
         max-width: 500px !important;
     }
 }
 
 .btn-sestavit {
     box-shadow: 0 10px 30px 0 rgba(120, 105, 75, 0.2) !important;
     border: solid 2px #f1b745 !important;
     background-color: #f1b745 !important;
     color: #3d182c !important;
 }
 
 .btn-sestavit:hover {
     background-color: #ffb147 !important;
     border-color: #ffb147 !important;
     color: white !important;
     opacity: 0.9 !important;
 }
 
 .btn-sestavit {
     padding: 14px 26px 14px 25px;
     border-radius: 25px;
     box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
     border: solid 0px #ffbe3e;
     background-color: #ffbe3e;
     color: #3d182c !important;
     font-weight: 900;
 }
 
 .btn-orange {
     padding: 14px 26px 14px 25px;
     border-radius: 25px;
     border: solid 0px #ffbe3e;
     background-color: #ffbe3e;
     color: #3d182c !important;
     font-weight: 900;
 }
 
 .btn-orange:hover {
     border: solid 1px #ffbe3e;
     background-color: #ffbe3e;
     color: #3d182c !important;
 }
 
 .product-img:hover {
     opacity: 0.7;
 }
 
 .bb-blog-1 {
     border-bottom: 1px solid #f2f2f2;
 }
 
 .bb-blog-1:last-child {
     border-bottom: 0px !important;
 }
 
 .price-cart {
     font-size: 1.1em !important;
 }
 
 button:focus {
     outline: none;
 }
 
 .ig-name {
     font-size: 1.2em;
     letter-spacing: 1px;
 }
 
 .pridat-dotaz {
     background: white;
     border-radius: 8px;
     box-shadow: 0 5px 10px 0 rgba(41, 37, 40, 0.15);
 }
 
 .product {
     min-height: 100%;
 }
 
 .shadow-input {
     border-radius: 8px;
     border: solid 1px #d3d3d3;
     background-image: linear-gradient(to top, #f2f2f2, #ffffff);
 }
 
 .product-name:hover {
     color: #f99e22 !important;
     text-decoration: none;
 }
 
 .btn-danger {
     border-radius: 10em;
 }
 
 button:focus {
     box-shadow: 0 0 0 0rem rgba(0, 123, 255, .5) !important;
     outline: 0px auto -webkit-focus-ring-color;
 }
 
 .btn-primary:not(:disabled):not(.disabled).active,
 .btn-primary:not(:disabled):not(.disabled):active,
 .show>.btn-primary.dropdown-toggle {
     color: #fff;
     background-color: #3d182c;
     border-color: #f99e22;
 }
 
 .item {
     z-index: 9999 !important;
 }
 
 .dokosiku {
     z-index: 99999 !important;
     display: block;
 }
 
 a:hover {
     color: #f99e22 !important;
     text-decoration: none;
 }
 
 input[type="range"]:focus {
     outline: 0px !important;
 }
 
 .social-icon:hover {
     opacity: 0.8;
 }
 
 .dropdown-img {
     max-width: 1.5em !important;
     margin-left: 0.2em;
 }
 
 .balik-3 {
     position: absolute;
 }
 
 .small-heading {
     font-family: "Proxima Soft" !important;
     font-size: 1.1em;
     font-weight: bold;
     font-stretch: normal;
     font-style: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: center;
     color: #3d182c;
 }
 
 h5 {
     font-family: "Proxima Soft" !important;
     font-size: 1.1em;
     font-weight: bold;
     font-stretch: normal;
     font-style: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: center;
     color: #3d182c;
 }
 
 .price-before {
     font-family: "Proxima Soft" !important;
     font-size: 1.1em;
     font-weight: bold;
     font-stretch: normal;
     font-style: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: center;
     color: #3d182c;
 }
 
 h4 {
     font-family: "Proxima Soft" !important;
     font-size: 1.1em;
     font-weight: bold;
     font-stretch: normal;
     font-style: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: center;
     color: #3d182c;
 }
 
 .veterinar-name {
     font-family: "Proxima Soft" !important;
     font-size: 1.1em;
     font-weight: bold;
     font-stretch: normal;
     font-style: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: center;
     color: #3d182c;
 }
 
 .par-dark {
     opacity: 0.7;
     color: #292528;
 }
 
 .text-ff {
     color: #ffffff;
     opacity: 0.5;
 }
 
 .logo {
     width: 84.8px;
     height: 70px;
     max-width: 3.4em !important;
     object-fit: contain;
     margin-right: 1em;
 }
 
 .bg-grey {
     background-color: #eff2f3 !important;
 }
 
 .bg-primary {
     background-color: #3d182c!important;
 }
 
 nav .small li {
     margin-left: 0.5em;
     text-transform: inherit !important;
     text-align: center;
 }
 
 .top-nav-icon {
     display: inline;
     margin-right: 0.5em;
 }
 
 nav li {
     text-transform: uppercase;
     margin-left: 1.3em;
 }
 
 .nav-link {
     font-family: "Proxima Soft" !important;
     font-size: 15px;
     font-weight: bold;
     font-stretch: normal;
     font-style: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: center !important;
     color: #ffffff !important;
     border-bottom: 3px solid transparent;
 }
 
 .big-links .nav-link:hover {
     border-bottom: 2.5px solid #ee9623;
 }
 
 .menu-active-page {
     border-bottom: 2.5px solid #ee9623;
     color: #ee9623 !important;
 }
 
 .small-links .nav-link {
     font-weight: normal;
 }
 
 .small-links .nav-link:hover {
     color: #ee9623 !important;
 }
 
 .b-rad-1 {
     border-radius: 1em;
 }
 
 .blog-main-img {
     border-bottom-left-radius: 8px !important;
     border-top-left-radius: 8px !important;
 }
 
 .blog-imgs {
     border-radius: 8px !important;
 }
 
 .close {
     text-shadow: 0 0px 0 #fff;
     opacity: 1;
     color: #f99e22;
 }
 
 .text-orange {
     color: #f99e22 !important;
 }
 
 .pointer-cust {
     cursor: pointer;
 }
 
 .close:hover {
     opacity: ;
 }
 
 .modal-footer {
     border-top: 0px solid #e9ecef;
 }
 
 .modal-header {
     border-bottom: 0px solid #e9ecef;
 }
 
 .btn-smaller {
     font-size: 1em;
 }
 
 .thrid-headline {
     color: #3d182c;
     letter-spacing: -1.2px;
     font-size: 1.5em;
     font-family: "Katahdin Round Regular" !important;
 }
 
 .bootstrap-select .dropdown-toggle:focus,
 .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
     outline: 0px thin dotted #333!important;
     outline: 0px auto -webkit-focus-ring-color!important;
     outline-offset: -2px;
 }
 
 .bs-nan {
     box-shadow: none !important;
 }
 
 .owl-nav {
     position: absolute;
     top: -7.1em;
     right: 8em;
 }
 
 .odrazka {
     max-width: 3em;
     display: inline;
 }
 
 .btn-primary:hover {
     color: #3d182c !important;
     border: 2px solid #ffbe3e !important;
     background-color: #ffbe3e !important;
 }
 
 .navbar-light .navbar-toggler-icon {
     background-image: url(../../../img/menu.svg) !important;
 }
 
 .sec-headline {
     font-weight: 600;
     color: #3d182c;
     font-size: 2.1em;
     letter-spacing: -1.6px;
     font-family: "Katahdin Round Regular" !important;
 }
 
 .navbar-light .navbar-toggler {
     color: transparent !important;
     border-color: transparent !important;
 }
 
 .mt-xl-5 {
     margin-top: 1.65em !important;
 }
 
 .pb-xl-5 {
     padding-bottom: 1.65em !important;
 }
 
 .bb-1 {
     border-bottom: 1px solid #f2f2f2;
 }
 
 .bb-desk-1 {
     border-bottom: 1px solid #f2f2f2;
     padding-top: 0.5em;
 }
 
 .br-1 {
     border-right: 1px solid #f2f2f2;
 }
 
 .owl-nav button:hover {
     background: #ffbe3e
 }
 
 .owl-nav button {
     width: 46px;
     height: 46px;
     border: solid 2px #ffbe3e;
     border-radius: 10em;
     background-color: #ffffff;
 }
 
 .support-message {
     background: #f99e222e;
     margin-top: 0.5em;
     color: #3d182c;
     border-radius: 8px !important;
     border: 1px solid #e7e7e7;
     padding: 1em;
     line-height: 15px;
 }
 
 .par-ref {
     line-height: 1.27;
     font-size: 0.95em;
 }
 
 .ref-date {
     color: #292528;
     opacity: 0.5;
     font-size: 0.8em;
 }
 
 .pes-2 {
     background: url(../../../img/dog-1.svg) no-repeat;
 }
 
 .pes-1 {
     background: url(../../../img/dog-2.svg) no-repeat;
 }
 
 .google-rate {
     font-size: 2em;
 }
 
 .owl-dots {
     display: none !important;
 }
 
 #sync4 .owl-nav {
     display: none !important;
 }
 
 .recenze {
     border-radius: 8px;
     background: #eff2f3 !important;
     text-align: left;
     padding: 1em;
     min-height: 13em;
 }
 
 .g-name {
     padding: 1em;
     background-color: #00897b;
     color: white;
     border-radius: 10em;
     margin-right: 1em;
     padding-left: 2em;
 }
 
 .g-name b {
     position: absolute;
     margin-left: -0.75em;
 }
 
 .g-name small {
     line-height: 1.27;
     letter-spacing: normal;
     text-align: left;
     color: #292528;
 }
 
 .star-rate {
     color: #fbbc05 !important;
 }
 
 .fa-star {
     color: grey;
 }
 
 #sync1 .item {
     border-radius: 8px;
     box-shadow: 0 5px 10px 0 #eaeaea;
     border: solid 1px #f2f2f2;
     background-color: #ffffff;
     margin-left: 1em;
 }
 
 .item .btn-primary {
     width: 90%;
     text-align: center;
 }
 
 .kategorie {
     position: absolute;
     color: #3c3c3c;
     z-index: 1000;
     background-color: #eff2f3;
     padding: 0.7em;
     font-weight: 900;
     font-size: 0.9em;
     padding-top: 3px;
     padding-bottom: 3px;
     right: 2em;
     font-family: 'PROXIMANOVASOFT-BOLD';
     border-radius: 0.5em;
 }
 
 .upload-icon-effect-poradna {
     width: 2.5em;
     /* position: absolute; */
     /* left: 5.6em; */
     /* top: 3.7em; */
     margin-top: 3.7em;
     opacity: 0.3;
 }
 
 .boldak-orange {
     color: #f99f23 !important;
 }
 
 #sync2 .item {
     border-radius: 8px;
     margin-right: 1em;
     padding: 1em;
     box-shadow: 0 5px 10px 0 #eaeaea;
     border: solid 1px #f2f2f2;
     background-color: #ffffff;
     min-height: 30em !important;
     margin-bottom: 1em;
 }
 
 #sync2 .item h3 {
     text-align: left;
     font-family: "Proxima Soft" !important;
     font-size: 1.1em;
     font-weight: bold;
 }
 
 #sync6 .item {
     border-radius: 8px;
     margin-right: 1em;
     padding: 1em;
     box-shadow: 0 5px 10px 0 #eaeaea;
     border: solid 1px #f2f2f2;
     background-color: #ffffff;
     min-height: 30em !important;
     margin-bottom: 1em;
 }
 
 #sync6 .item h3 {
     text-align: left;
     font-family: "Proxima Soft" !important;
     font-size: 1.1em;
     font-weight: bold;
 }
 
 #sync2 .current .item {}
 
 .owl-theme .owl-nav {
     /*default owl-theme theme reset .disabled:hover links */
 }
 
 .owl-theme .owl-nav [class*='owl-'] {
     transition: all .3s ease;
 }
 
 .owl-theme .owl-nav [class*='owl-'].disabled:hover {
     background-color: #D6D6D6;
 }
 
 #sync1.owl-theme {
     position: relative;
 }
 
 #sync1.owl-theme .owl-next,
 #sync1.owl-theme .owl-prev {
     width: 22px;
     height: 40px;
     margin-top: -20px;
     position: absolute;
     top: 50%;
 }
 
 #sync1.owl-theme .owl-prev {
     left: 10px;
 }
 
 #sync1.owl-theme .owl-next {
     right: 10px;
 }
 
 #sync5.owl-theme {
     position: relative;
 }
 
 #sync5.owl-theme .owl-next,
 #sync5.owl-theme .owl-prev {
     width: 22px;
     height: 40px;
     margin-top: -20px;
     position: absolute;
     top: 50%;
 }
 
 #sync5.owl-theme .owl-prev {
     left: 10px;
 }
 
 #sync5.owl-theme .owl-next {
     right: 10px;
 }
 
 .blog-list li:before {
     content: url(../../../img/odrazka-ul.svg);
     width: 0.6em;
     position: absolute;
     height: 0.3em;
     left: 2em;
 }
 
 .text-grey {
     color: #808080ba;
 }
 
 .cenovka-before:before {
     content: url(../../../img/cenovka.svg);
     width: 1.7em;
     margin-top: -0.5em;
     position: absolute;
 }
 
 .pack-before:before {
     content: url(../../../img/pytel-svg.svg);
     width: 1.8em;
     position: absolute;
 }
 
 #accordion li:before {
     margin-top: 0.4em;
 }
 
 .blog-list {
     list-style: none;
 }
 
 .sizer-compar {
     padding-top: 3rem;
 }
 
 .poradna-component {
     border-radius: 8px;
     box-shadow: 0 5px 10px 0 #eaeaea;
     border: solid 1px #f2f2f2;
     padding-left: 2.3em !important;
     padding-top: 2.3em !important;
     margin-top: 2.8em;
     background-color: #ffffff;
     min-height: 15.5em;
 }
 
 .poradna-component a {
     margin-left: 0 !important;
 }
 
 .poradna-component img {
     top: 11.69em !important;
 }
 
 .srovnavac {
     height: 10em;
     margin: auto;
     max-width: 80%;
     border-radius: 0.5em;
     background-color: white;
     margin-top: -5em;
 }
 
 .srovnavac-nadpis {
     font-size: 2.1em;
 }
 
 .doprava {
     opacity: 0.7;
     font-family: "Proxima Soft" !important;
     font-size: 0.9em;
     color: #292528;
 }
 
 .w-100 {
     width: 100% !important;
 }
 
 .price {
     font-size: 1.4em !important;
     color: #292528;
 }
 
 .price-2 {
     font-size: 1.2em !important;
 }
 
 .price-small {
     opacity: 0.7;
     font-size: 0.9em;
     color: #292528;
 }
 
 .custom-control-label::before {
     border-radius: 4px;
     border: solid 1px #d3d3d3;
     background-color: #f2f2f2;
 }
 
 .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
     background-color: #ffa500;
 }
 
 .thrid-headline-small {
     font-size: 1em !important;
 }
 
 .cross {
     color: #c4c4c4;
     font-size: 1.9em;
 }
 
 .cross:hover {
     color: #ffa500;
     font-size: 1.9em;
     text-decoration: none;
 }
 
 input[type=text],
 input[type=number],
 input[type=email],
 input[type=tel],
 input[type=date],
 input[type=password] {
     border-radius: 8px !important;
     border: solid 1px #d3d3d3 !important;
     background-image: linear-gradient(to top, #f2f2f2, #ffffff) !important;
     font-size: 1em !important;
     height: 3em !important;
     color: black !important;
 }
 
 .label-form {
     opacity: 0.5;
     font-size: 0.9em;
     color: #292528;
     text-transform: uppercase;
 }
 
 .mb-50em {
     margin-bottom: -50em !important;
 }
 
 .h-50em {
     min-height: 50em !important;
 }
 
 .sub-page-hedline {
     font-family: 'Katahdin Round Regular';
 }
 
 .circle-btn-pagination {
     margin-right: 0.5em;
     padding: 0.5em;
     border: solid 2px #ffbe3e;
     background-color: #f4f5fa;
     border-radius: 10em;
     padding-left: 0.9em;
     padding-right: 0.6em;
     max-width: 2.6em;
     min-width: 2.6em;
 }
 
 .circle-btn-pagination-active {
     background: #ffbe3e;
 }
 
 .circle-btn-pagination a {
     font-size: 16px;
     font-weight: 800;
     font-style: normal;
     font-stretch: normal;
     letter-spacing: normal;
     color: #2b0d62;
 }
 
 .br-rad {
     border-radius: 8px !important;
 }
 
 .blog-list li {
     margin-bottom: 0.3em;
     margin-top: 0.3em;
 }
 
 .blog-list li span {
     color: #292528 !important;
     opacity: 0.7;
 }
 
 .light-text-opa {
     color: #292528 !important;
     opacity: 0.7;
 }
 
 .profile-menu a {
     color: #292528;
     font-weight: 500;
     margin-left: 1.5em;
 }
 
 .profile-menu .menu-active {
     font-weight: 600 !important;
 }
 
 .profile-menu {
     padding-top: 1.5em;
     padding-bottom: 1.5em;
     border-bottom: 1px solid #eff2f3;
 }
 
 .card {
     border-radius: 8px !important;
     margin-bottom: 0.5em;
     text-align: left;
     box-shadow: 0 5px 9px 0 rgba(41, 37, 40, 0.15);
     background-color: #ffffff;
 }
 
 .card-header {
     border-radius: 8px;
     background-color: #ffffff;
     padding-top: 1.5em;
     padding-bottom: 1.5em;
     cursor: pointer;
 }
 
 #accordion input {
     background-color: #f2f2f2 !important;
     background-image: none;
     border: 0px;
 }
 
 #accordion select {
     background-color: #f2f2f2 !important;
     background-image: none;
     border: 0px;
 }
 
 #accordion label {
     font-weight: 600;
 }
 
 .objednavka {
     box-shadow: 0 5px 10px 0 rgba(41, 37, 40, 0.15);
     border: solid 1px #f2f2f2;
     background-color: #ffffff;
 }
 
 .product {
     border-radius: 8px;
     box-shadow: 0 5px 10px 0 #eaeaea;
     border: solid 1px #f2f2f2;
     background-color: #ffffff;
 }
 
 .popis-produktu {
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     padding-left: 1em;
     padding-right: 1em;
     text-overflow: ellipsis;
     text-align: center !important;
     color: #8e8e8e;
     font-size: 0.9em !important;
 }
 
 .sestaveno-dark {
     background-image: url("../../../img/sestaveno-dark.svg");
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
     padding: 1.2em;
 }
 
 .orange-text:hover {
     color: #f99e22 !important;
     cursor: pointer;
 }
 
 .js .inputfile {
     width: 0.1px;
     height: 0.1px;
     opacity: 0;
     overflow: hidden;
     position: absolute;
     z-index: -1;
 }
 
 .inputfile+label {
     max-width: 80%;
     font-size: 1.25rem;
     /* 20px */
     font-weight: 700;
     text-overflow: ellipsis;
     white-space: nowrap;
     cursor: pointer;
     display: inline-block;
     overflow: hidden;
     padding: 0.625rem 1.25rem;
     /* 10px 20px */
 }
 
 .no-js .inputfile+label {
     display: none;
 }
 
 .inputfile:focus+label,
 .inputfile.has-focus+label {
     outline: 1px dotted #000;
     outline: -webkit-focus-ring-color auto 5px;
 }
 
 .inputfile+label * {
     /* pointer-events: none; */
     /* in case of FastClick lib use */
 }
 
 .inputfile+label svg {
     width: 1em;
     height: 1em;
     vertical-align: middle;
     fill: currentColor;
     margin-top: -0.25em;
     /* 4px */
     margin-right: 0.25em;
     /* 4px */
 }
 /* style 2 */
 
 .inputfile-2:focus+label,
 .inputfile-2.has-focus+label,
 .inputfile-2+label:hover {
     color: #722040;
 }
 
 .animated-test {
     position: relative;
     margin: 0 auto;
     text-align: center;
     font-size: 1.5em;
     color: #292528;
     opacity: 0.75;
     font-weight: 700;
     animation: pulse 2.5s linear infinite;
 }
 
 @keyframes pulse {
     0% {
         transform: scale(1, 1);
         opacity: 0.8;
     }
     50% {
         transform: scale(1.05, 1);
         opacity: 1;
     }
     100% {
         transform: scale(1, 1);
         opacity: 0.8;
     }
 }
 
 .odpoved-client {
     margin-top: 0;
     margin-bottom: 1rem;
     padding: 2em;
     border-radius: 8px;
     background: #eff2f3;
     max-width: fit-content;
 }
 
 .bg-orange {
     max-width: inherit;
     background: #ffbe3e;
 }
 
 .img-poradna {
     max-width: 30%;
     border-radius: 8px;
 }
 
 .db-1 {
     /*border-bottom: 1px dotted #eae7e9;*/
     text-decoration: underline;
 }
 
 #website {
     display: none;
 }
 
 .header-top {
     box-shadow: none !important;
     background-color: transparent !important;
 }
 
 .product-name-slide {
     font-family: 'PROXIMANOVASOFT-BOLD' !important;
     font-weight: bold;
     font-size: 1.15em !important;
     line-height: 10px;
 }
 
 .bdb-1 {
     border-bottom: 1px solid #60324e73;
 }
 
 .bdt-1 {
     border-top: 1px solid #60324e73;
 }
 
 .bdl-1 {
     border-left: 1px solid #60324e73;
 }
 
 .bdr-1 {
     border-right: 1px solid #60324e73;
 }
 
 .bdr-1:nth-child(3n) {
     border-right: 0px solid #60324e73;
 }
 
 .bdb-1:nth-last-child(-n+4) {
     border-bottom: 0px solid #60324e73;
 }
 
#cookie-law-info-bar {
    z-index: 999999;
}

.product-name:hover,
.product-name a {
    color: #3d182c !important;
     text-decoration: none;
 }
 
 .product-name a,
 .product-name {
     font-weight: 600;
     color: #3d182c;
 }
 
 .info-list {
     list-style: none;
     padding-left: 1.4em;
 }
 
 .info-list .clock-green:before {
     content: '';
     -webkit-mask: url(../../../img/clock.svg) no-repeat 50% 50%;
     mask: url(../../../img/clock.svg) no-repeat 50% 50%;
     -webkit-mask-size: cover;
     mask-size: cover;
     background-color: #00451e !important;
     height: 15px;
     display: inline-block;
     margin-left: -1.3em;
     width: 1.3em;
     margin-right: 0.4em;
     width: 15px;
 }
 
 .info-list .info-green:before {
     content: '';
     -webkit-mask: url(../../../img/info.svg) no-repeat 50% 50%;
     mask: url(../../../img/info.svg) no-repeat 50% 50%;
     -webkit-mask-size: cover;
     mask-size: cover;
     /* width: 48px; */
     background-color: #00451e !important;
     height: 15px;
     display: inline-block;
     margin-left: -1.3em;
     width: 1.3em;
     margin-right: 0.4em;
     width: 15px;
 }
 
 .info-list .clock-blue:before {
     content: '';
     -webkit-mask: url(../../../img/clock.svg) no-repeat 50% 50%;
     mask: url(../../../img/clock.svg) no-repeat 50% 50%;
     -webkit-mask-size: cover;
     mask-size: cover;
     background-color: #161230 !important;
     height: 15px;
     display: inline-block;
     margin-left: -1.3em;
     width: 1.3em;
     margin-right: 0.4em;
     width: 15px;
 }
 
 .info-list .info-blue:before {
     content: '';
     -webkit-mask: url(../../../img/info.svg) no-repeat 50% 50%;
     mask: url(../../../img/info.svg) no-repeat 50% 50%;
     -webkit-mask-size: cover;
     mask-size: cover;
     /* width: 48px; */
     background-color: #161230 !important;
     height: 15px;
     display: inline-block;
     margin-left: -1.3em;
     width: 1.3em;
     margin-right: 0.4em;
     width: 15px;
 }
 
 .info-list .clock-purple:before {
     content: '';
     -webkit-mask: url(../../../img/clock.svg) no-repeat 50% 50%;
     mask: url(../../../img/clock.svg) no-repeat 50% 50%;
     -webkit-mask-size: cover;
     mask-size: cover;
     background-color: #3d182c !important;
     height: 15px;
     display: inline-block;
     margin-left: -1.3em;
     width: 1.3em;
     margin-right: 0.4em;
     width: 15px;
 }
 
.info-list .info-purple:before {
    content: '';
    -webkit-mask: url(../../../img/info.svg) no-repeat 50% 50%;
    mask: url(../../../img/info.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
     /* width: 48px; */
     background-color: #3d182c !important;
     height: 15px;
     display: inline-block;
     margin-left: -1.3em;
     width: 1.3em;
     margin-right: 0.4em;
     width: 15px;
 }
 
.bg-green {
    background-color: #00451e;
}

.bg-purple {
    background-color: #502035;
}

.bg-blue {
    background-color: #161230;
}

.small-paragraph-mob {
    font-size: 1em;
}

.small-paragraph-mob-granule {
    font-size: 0.95em;
}

.breeding-header {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    width: 100% !important;
    font-size: 0.75em;
}

.breeding-orange-header {
    font-size: 1.3em;
}

.panel-title.thrid-headline.thrid-headline-small {
    padding: 1em;
    background: #e1e6e8;
    border-radius: 8px;
}

.panel.panel-default {
    margin: 0em !important;
    padding: 0;
}

.panel-title.thrid-headline.thrid-headline-small a {
    color: #3d182c;
    font-family: PROXIMANOVASOFT-BOLD;
    letter-spacing: 0.2px;
}

.accordion_one .panel .panel-heading a.collapsed {
    color: #3d182c;
    display: block;
    padding: 12px 30px;
    border-top: 0px;
}

.accordion_one .panel .panel-heading a {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #3d182c;
    border-bottom: 1px solid #f9f9f9;
}

.accordion-wrap .panel .panel-heading a {
    font-size: 14px;
}

.accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding-top: 0;
    padding: 25px 30px 30px 35px;
    background: #fff;
    color: #3d182c;
}

@media screen and (max-width: 950px) {
    .tlapicky-top-sortiment-row {
        width: 95%;
    }

    .ig-headline {
        font-size: 1.2em;
    }
}