html * {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
   /*todo*/
}
/*ZAPATÍ NA SPODU*/
.header {
   background-color: black;
    border-bottom: 1px solid #707070;
}
img {
   max-width: 100%;
}
header > * {
    font-family: 'Open Sans', sans-serif;
}
.brand {
    min-height: 100px;
}
.brand a {
   text-decoration: none;
    display: flex;
}
.brand .text-part {
    display: inline-block;
}
.brand .text-part {
   margin: 40px 0 40px 0px;
}
.brand .logo-text {
    font-size: 1.5rem;
    color: #2c2c2c;
}
.brand .logo-text .coloured {
   color: #1768ac;
}
.brand .logo-description {
   color: #404040;
    font-weight: 100;
    font-size: 20px;
}
header .cta-btn, .btn {
    text-decoration: none;
    text-transform: uppercase;
}
header .cta {
   display: flex;
    height: 100%;
}
header .cta-btn i, .btn i {
   margin-right: 10px;
}
header .cta-btn, .btn {
    margin: auto 0 auto auto;
    display: inline-block;
    background-color: #c01419;
    color: white;
    padding: 15px 30px;
    display: inline-block;
    border: none;
}
header .cta-btn:hover, .btn:hover {
    background-color: #981015;
    cursor: pointer;
}
/*NAV*/
.navigation {
}
.navigation .nav-switch {
    color: white;
    font-size: 20px;
    padding: 15px;
}
@media screen and (max-width: 650px) {
    header .navigation .nav-switch {
        display: block;
   }
    .nav {
        display: none;
   }
    .nav.no-hidden {
        display: block;
   }
    header .nav nav ul li {
        display: block;
        text-align: center;
   }
    header .nav nav ul li a {
        display: block;
   }
}
header .nav-switch {
    display: none;
}
header .navigation a {
    color: white;
    text-transform: uppercase;
    font-size: 0.8rem;
    text-decoration: none;
    padding: 0.8rem 0.6rem;
    display: inline-block;
    font-weight: bold;
}
header .navigation li {
    display: inline-block;
}
header .navigation li:hover a {
    color: #c01419;
}
header .navigation li.active a {
    color: #c01419;
    font-weight: bold;
}
header .navigation li.active {
}
@media screen and (max-width: 1000px) {
    header .brand .logo-text {
       font-size: 30px;
   }
    header .cta span.desktop-only {
       display: none;
   }
    .header > .container > .d-flex {
        flex-direction: column;
   }
    .header > .container .navigation {
        margin-bottom: 1rem;
        text-align: center;
   }
}
@media screen and (min-width: 768px) {
    header .navigation .responsive-only {
       display: none;
   }
}
@media screen and (max-width: 768px) {
    header div.desktop-only {
       display: none;
   }
}
@media screen and (max-width: 452px) {
    header .brand .logo-text {
       font-size: 20px;
   }
    header .brand .logo-description {
       font-size: 15px;
   }
}
@media screen and (max-width: 340px) {
    header .brand img {
       max-width: 40px;
        height: auto;
   }
    .brand a {
       align-items: flex-start;
   }
}
/*BODY*/
body {
   /*background: url('../images/bg.png');
   */
   /*background-color: #D9DBE2;
   */
}
section .container {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 30px;
}
section h1 {
    text-transform: uppercase;
    padding: 30px;
    padding-top: 0;
    text-align: center;
    color: #c01419;
    margin-top: 15px;
    font-size: 2rem;
}
/*FOOTER*/
footer a {
    color: white;
    text-decoration: none;
}
footer {
    background-color: black;
    padding-top: 2rem;
    padding-bottom: 30px;
    color: white;
    border-top: 1px solid #707070;
}
footer h1 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding-bottom: 15px;
    color: #c01419;
}
footer ul li {
    list-style-type: none;
}
footer ul li a {
    text-decoration: none;
    padding: 5px;
    display: inline-block;
}
footer .copyright {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 2rem;
    padding-top: 25px;
    color: white;
}
@media screen and (max-width: 576px) {
    footer .copyright .col-sm-6 {
        text-align: center;
        padding-top: 15px;
   }
    footer h1 {
        margin-top: 30px;
   }
}
footer .author {
    text-align: right;
}
footer .contact .address {
    padding: 5px 0;
}
/*calendar*/
.calendar {
    margin: auto;
    width: 100%;
}
.calendar .right {
    margin-right: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.calendar .left {
    margin-left: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.calendar .day a {
    height: 35px;
    text-decoration: none;
    border: 1px solid gray;
    vertical-align: bottom;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 5px;
}
.calendar table {
    width: 100%;
}
.calendar.viewOnly .day a {
 cursor: default;
}
.calendar .day.selectedRange  a {
    background-color: orange !important;
    color: white;
}
.calendar .day.selectedRange {
    background-color: orange;
    border: none;
}
.calendar .day a.avaible {
    background-color: #5f7e53;
    color: white;
}
.calendar .day.empty a {
    border: 1px solid #c1c1c1;
}
.calendar .disabled {
    background-color: #c14635;
    color: white;
}
.calendar table .day .selected {
    background-color: #145890;
}
.reservation .btn {
    padding: 10px;
    margin: 2px;
    display: inline-block;
}
.reservation .popup .btn {
    display: inline-block;
}
.more {
    margin-top: 15px;
}
.popup {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9999;
    padding: 50px 0;
    width: 100%;
    background-color: white;
    text-align: center;
    box-shadow: 0 0 5px black;
}
.popup .btn-close {
    background-color: #c14635;
    color: white;
    padding: 5px 15px;
    margin: auto;
    margin-top: 25px;
    display: inline-block;
}
.popup .btn-close a {
    color: white;
    text-decoration: none;
}
.popup .heading {
    font-size: 30px;
    margin-bottom: 15px;
}
.alert p {
    padding: 0;
    margin: 0;
}
.alert {
    padding: 15px;
}
section .alert {
    margin-bottom: 1em;
}
.alert.alert-danger {
    background-color: #c14635;
    color: white;
}
.alert.alert-success {
    background-color: #7bc169;
    color: white;
}
.alert.alert-primary {
    background-color: #145890;
    color: white;
}
.alert.alert-warning {
    background-color: #f0ad4e;
    color: white;
}
.reservation-table {
    width: 100%;
    border-collapse: collapse;
}
.reservation-table thead tr th {
    border-bottom: 2px solid #707070;
    padding: 5px;
}
.reservation-table tbody tr td {
    border-bottom: 1px solid #707070;
    padding: 5px;
}
.total {
    text-align: right;
    border-top: 2px solid #707070;
    padding: 10px 5px;
}
.reservation-table .cross {
    color: #c14635;
}
.pricing {
    margin-top: 10px;
    background-color: #efefef;
    padding: 20px;
}
.pricing > div {
    padding: 2px;
}
/*FORMS*/
form input {

}
form .checkbox input[type=checkbox] {
    margin-right: 7px;
}
form input[type=text],form input[type=email], form textarea {
    width: 100%;
    padding: 10px 12px;
    background-color: #494949;
    border: none;
    outline: none;
    color: white;
}
form input[type=submit] {
    margin-top: 20px;
}
form label {
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
}
form .help-block {
    color: #c14635;
}
label.required:before {
    content: '*';
    font-size: 15px;
    color: #c14635;
}
.alert.info {
    background-color: #145890;
    color: white;
    padding: 15px;
    border-left: 7px solid #145890;
    text-align: center;
}
.reservation-new {
    display: flex;
}
.reservation-new > a {
    display: block;
    flex: 1;
    background-color: #1768ac;
    padding-top: 280px;
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 40px;
    padding-right: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 100% 0;
    color: white;
}
.reservation-new > a:hover {
    background-color: #145890;
}
.reservation-new > .list {
    margin-right: 15px;
    background-image: url("../images/more.svg");
    background-size: 45%;
}
.reservation-new > .finish {
    margin-left: 15px;
    background-image: url("../images/shopping-cart.svg");
}
@media screen and (max-width: 560px) {
    .reservation-new {
        display: block;
   }
    .reservation-new .list, .reservation-new .finish {
        margin: 15px 0 0 0;
   }
}
section ul li {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    line-height: 1.4rem;
}
section p {
    margin-bottom: 1rem;
}
section h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    text-transform: uppercase;
    color: #c01419;
}
section ul, section ol {
    padding-left: 30px;
}
section a {
    color: #c01419;
}
.product .description {
    padding-top: 30px;
    overflow-x: scroll;
}
.products .unit {
    color: #888;
    margin-right: 2rem;
}
.products .price {
    font-size: 1.2rem;
}
.products a.btn {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 1rem;
}
.products .description {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-bottom: 2rem;
    max-width: 98%;
}
/* .products .description:after {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '...';
}
*/
.products h2 {
    text-transform: uppercase;
    margin-bottom: 2rem;
    margin-top: 30px;
}
.products h3 a{
    font-weight: bold;
    text-decoration: none;
}
.products .row {
    padding-top: 15px !important;
   /* height: 200px;
   */
}
.products h3 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.products .col-sm-3 {
    text-align: center;
    margin-bottom: 10px;
}
.products .col-sm-6 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.text-right {
    text-align: right;
}
@media screen and (min-width: 768px) {
    .text-sm-right {
        text-align: right !important;
    }
}

.box-doporucujeme a {
    text-decoration: none;
    color: inherit;
}
.box-doporucujeme {
    border-left: 3px solid #efefef;
    padding-left: 15px;
}
.box-doporucujeme h2 {
    margin: 15px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}
.box-doporucujeme .price {
    padding-top: 5px;
}
.box-doporucujeme .price .unit {
    font-size: 13px;
    color: gray;
}
.box-doporucujeme a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.box-doporucujeme a {
    display: block;
}
.box-doporucujeme a:not(:last-child) {
    border-bottom: 1px solid #efefef;
}
.cal-desc {
    text-align: center;
}
.img-logo {
    max-height: 100px;
    margin: 30px 0;
}
.hero {
    background-image: url('../images/hp.jpg');
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: white;
}
.hero h1 {
    font-family: sans-serif;
    text-align: left;
    font-weight: bold;
    padding: 0;
    padding-bottom: 1rem;
    font-size: 2.3rem;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.485);
}
.hero p {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
    padding: 0;
    font-size: 1.3rem;
    padding-bottom: 1rem;
    font-weight: bold;
}
.hero .container {
    background-color: transparent;
}
.blog a {
    text-decoration: none;
}
.blog h2 {
    margin-top: 0 !important;
    text-decoration: none;
}
.h-100 {
    height: 100%;
}
.blog .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}
.blog .item {
    margin-bottom: 2rem;
}
.img-header h1 {
    color:white;
    padding: 7rem 0;
    font-size: 2rem;
    font-weight: bold;
    ;
}
.img-header {
    background-size: cover;
    background-position: center;
}
.table {
    border-collapse: collapse;
}
.table th {
    padding: 10px;
}
.table, .table td, .table th {
    border: 1px solid #eee;
}
.table td {
    padding: 5px 10px;
}
.text-center {
    text-align: center;
}
.bricks {
    margin-bottom: 3rem;
}
.bricks h2 {
    margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
    .bricks .brick {
        margin-bottom: 3rem;
   }
    .respo-t {
        margin-top: 2rem;
   }
}
.bricks .brick h3 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: #145890;
}
.bricks .brick p {
    color:rgb(51, 51, 51);
    letter-spacing: 1px;
    text-align: center;
    padding: 0 3rem;
}
.bricks .brick .col-sm-6 {
    padding: 0;
}
a.btn-outline {
    color: #145890;
    border: 1px solid #145890;
    padding: 1rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1rem;
    display: inline-block;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
a.btn-outline:hover {
    background-color: #145890;
    color: white;
}
a.btn-outline .micon {
    margin-left:1rem;
}
.bg-primary.heading h2 {
    color:white;
}
.bg-primary {
    background-color: #145890;
}
.columns {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.columns .column {
    margin-bottom: 3rem;
}
.columns .column h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.bg-primary .container {
    background-color: inherit;
}
.bg-primary h3 {
    color: white;
}
.whys h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.whys .why {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.whys .why span {
    font-size: 2.7rem;
    font-weight: 900;
    color: white;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.whys .why h3 {
    font-weight: normal;
    font-size: 1.2rem;
}
.whys .why span::after {
    content: "";
    display: block;
    width: 45px;
    margin-top: 5px;
    margin-bottom: 15px;
    border-bottom: 5px solid white;
}
.heading {
    text-transform: uppercase;
}

.categoryBox {
    border: 1px solid #efefef;
    display: block;
    text-decoration: none;
}
.categoryBox-heading {
    font-size: 1rem;
    text-align: center;

}
.layout-backlink {
    color: #d2d2d2;
    font-size: 0.8rem;
    text-decoration: none;
}
.ms-3 {margin-left: 0.7rem;}

.availabilityForm {
    background-color: #efefef;
}
.availabilityForm .title {
    font-weight: bold;
    padding: 24px;
    flex: 1;
    font-size: 1.1em;
}
.availabilityForm .from, .availabilityForm .to {
    margin: 16px;
}
.availabilityForm .send {
    margin: 16px;
}
.availabilityForm > div {
    display: flex;
    align-items: center;
}


.availabilityForm input[type=submit] {
    margin-top: 0 !important;
}
.availabilityForm .d-flex {
    display: flex;
    align-items: center;
}
.availabilityForm input[type=text] {
    padding: 14px;
}
.availabilityForm .btn i {
    margin-right: 0;
}
.btn-danger {
    background-color: #c14635;
}
.btn-danger:hover {
    background-color: #c14635;
}

@media screen and (max-width: 560px) {
    .availabilityForm > div {
        flex-direction: column;
    }
    .availabilityForm .title {
        padding: 16px 0;
        
    }
    .availabilityForm input[type=text] {
        padding: 10px;
    }
    .availabilityForm .label {
        
        padding-left: 8px;
    }
    .availabilityForm .d-flex {
        width: 100%;
        padding-left: 24px;
        padding-right: 11px;
    }
    .availabilityForm .from, .availabilityForm .to {
        margin: 4px;
        margin-right: 8px;
        margin-left: 18px;
        width: 100%;
    }
    .availabilityForm .send {
        padding: 0 16px;
        width: 100%;
    }
    .availabilityForm input[type=submit], .availabilityForm button{
        width: 100%;
    }


}
.addToCartOption hr {
    margin-top: 1em;
}
.addToCartOption .label {
    padding-top: 1em;
    padding-bottom: 1em;
}
.categories-side .products {
    margin-top: 2rem;
}
.categories-side .categories {
    background-color: #efefef;
}
.categories-side .categories ul {
    list-style: none;
    padding: 0;
}
.categories-side .categories ul li {
    padding: 0;
    border-top: 1px solid #ccc;
}
.categories-side .categories ul li  a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 1em 1em;
    color: #160e2a;
}

.categories-side .categories ul li.active  a {
background-color: #145890;
color: white
}

    
 .categories-side .title {
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
    color: black;
    text-align: center;
}
.categories-side .products h2 {
    padding-top: 1em;
    padding-bottom: 1em;
}
.displayAll a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    
    color: #c14635;
}

.divider-bottom:not(:last-child) {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 1.5em;
    margin-bottom: 1em;
    }
    .btn.btn-danger {
        color: white;
    }

.product-recommendation-item {
    
    border: 1px solid #efefef;
    padding: 1em;
    text-align: center;
    display: inline-block;
    margin-right: 1em;;
    margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
    
    .product-recommendation-item {
        margin-right: 0;
        
    }
}

.product-recommendation-item h3 {
    margin-top: 1em;
    margin-bottom: 1em;
}
.product-recommendation-item a.btn {
    margin-top: 1em;
}

@keyframes myAnimation{
    0%{
      opacity: 1;
      transform: rotateX(90deg);
    }
    50%{
      opacity: 0.5;
      transform: rotateX(0deg);
    }
    100%{
      display: none;
      opacity: 0;
      transform: rotateX(90deg);
    }
  }

.disapear-5 {
    animation-name: myAnimation;
    animation-duration: 2000ms;
    animation-fill-mode: forwards;
}

/* Tooltips */
[data-tooltip]:before {
    /* needed - do not touch */
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    
    /* customizable */
    transition: all 0.07s ease;
    padding: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    border-radius: 7px;
    border: none;
    
}

[data-tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    
    /* customizable */
    background: rgba(0, 0, 0, 0.7);
    margin-top: -35px;
    margin-left: 0px;    
}

[data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}
.times {
    overflow-x: auto;
}
.times div {
    border: 1px solid #54b62c;
    padding: 7px;
    text-align: center;
    color: #54b62c;
    margin-bottom: 3px;
    display: inline-block;
}
.times div:hover {
    background-color: #54b62c;
    color: white;
    cursor: pointer;
}
.times div.active {
    background-color: #54b62c;
    color: white;
}
.times {
    margin-top: 15px;
    margin-bottom: 15px;
}
.selected-time-box {
    display: flex; justify-content: between; background-color: #efefef; align-items: center;
    padding: 15px;
    margin-bottom: 15px;
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 560px) {
    .selected-time-box {
        flex-direction: column;
    }
    .selected-time-box .btn {
        margin-top: 30px;
    }

    .mobile-only {
        display: block;
    }
}


.product-services .service {
    display: flex;
    width: 100%;
    background-color: rgb(73, 73, 73);
    padding: 15px;
    margin-bottom: 15px;
    align-items: center;
}
.product-services  .service-info {
    flex: 1;
}
.product-services .service-pricing {
    display: flex;
    align-items: center;
}
.product-services .service-pricing .price {
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 10px;
}
.product-services .service-img img {
    width: 50px;
    margin-right: 15px;
}


.npicker {
    display: flex;
    margin-left: 10px;
    align-items: center;
}
.npicker .npicker-input {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
    
}
.npicker input::-webkit-outer-spin-button,
.npicker  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    margin: 0;
}
.npicker-input.service-count-input {
    background-color: rgb(40, 40, 40);
    color: white;
    font-weight: bold;
}

.npicker .npicker-minus, .npicker .npicker-plus {
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 1.2em;
    background-color: rgb(40, 40, 40);
    justify-content: center;
    align-items: center;
    cursor: pointer;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
}
.days-picker-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
.days-picker-wrapper .npicker {
    border: 1px solid #ccc;
    border-radius: 7px;


}
.days-picker-wrapper .npicker .npicker-input {
    font-size: 1.2em;
    width: 2em;
    height: 2em;
}
.days-picker-wrapper .npicker .npicker-minus, .days-picker-wrapper .npicker .npicker-plus {
    font-size: 1.4em;
    width: 2em;
    height: 2em;
}
.days-picker-wrapper .npicker .npicker-minus:hover, .days-picker-wrapper .npicker .npicker-plus:hover {
    background-color: #f6f6f6;
}
.days-picker-wrapper .npicker .npicker-minus {
    background-color: #f6f6f6;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.days-picker-wrapper .npicker .npicker-plus {
    background-color: #f6f6f6;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.btn.btn-cta.disabled {
    background-color: #ccc;
    color: white;
    cursor: not-allowed;
}
.btn.btn-cta.bigger {
    font-size: 1em;
    padding: 0.7em 1.2em;
}

.soft-warning {
    background-color: #ffdcdc;
    color: #c14635;
    font-size: 0.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    padding: 15px;
}
.calendar-wrapper.loading {
    opacity: 0.5;
    pointer-events: none;
    background-image: url("/FrontModule/images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.popup-wrapper.loading {
    opacity: 0.5;
    pointer-events: none;
    background-image: url("/FrontModule/images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}
#cart-wrapper.loading {
    opacity: 0.5;
    pointer-events: none;
    background-image: url("/FrontModule/images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.componentLoading::before {
    background-image: url("/FrontModule/images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;

    z-index: 999;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.5;
}

  /* disabled input */
  input[type=submit]:disabled {
    background-color: rgb(188, 188, 188) !important;
    cursor: not-allowed;
  }
  input[type=text]:disabled {
    background-color: white;
    cursor: not-allowed;
  }

.mutedClick {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.rdrDay.rdrDayDisabled:not(.rdrDayInPast) {
    background-color: rgb(255, 154, 154) !important;
}
.rdrDay.rdrDayDisabled:not(.rdrDayInPast) span {
    color: black !important;
}
.rdrDay.rdrDayDisabled:not(.rdrDayInPast) .rdrDayNumber span {
    color: black !important;
}

.btn.btn-primary.disabled {
    background-color: #ccc;
    color: white;
    cursor: not-allowed;
}

.partly-disabled {
    width: 100%;
    background: linear-gradient(to bottom right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgb(255, 154, 154) 50%, rgb(255, 154, 154) 100%);
}
.partly-disabled span {
    color: black !important;
}
#gtx-trans { display:none ! important}

/* Pagination */
[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
[data-pagination] {
  font-size: 8pt;
  line-height: 1;
  font-weight: 400;
  font-family: 'Open Sans', 'Source Sans Pro', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: center;
  transition: font-size .2s ease-in-out;
  margin-top: 2em;
}
[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: .5em;
}
[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
}
[data-pagination] > a {
  font-size: 140%;
}
[data-pagination] a {
  color: #777;
  font-size: 100%;
  padding: .5em;
  text-decoration: none;
}
[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #145890;
}
[data-pagination] li.current {
  background: rgba(0,0,0,.1)
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: .5;
  pointer-events: none;
}
@media (min-width: 350px) {
  [data-pagination] {
    font-size: 10pt;
  }
}
@media (min-width: 500px) {
  [data-pagination] {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  [data-pagination] {
    font-size: 14pt;
  }
}
@media (min-width: 900px) {
  [data-pagination] {
    font-size: 16pt;
  }
}
/* Pagination end */

@media screen and (min-width: 767px) {
    .text-md-center {
        text-align: center !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }

}
.mb-5 {
    margin-bottom: 1.5rem !important;
}

.slick-arrow.slick-prev {
    left: 25px;
    z-index: 1;
}
.slick-arrow.slick-next {
    right: 25px;
}

.slider .slide {
    position: relative;
    width: 100%;
    height: 100%;

    overflow: hidden;
}

.slider .slide .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 1;
}
.slider .slider .slide-content-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: white;

}
.slider .slide-cta {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;

    text-decoration: none;
    display: block;
    text-transform: uppercase;

    /* display on bottom*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* transition from alpha black to transparent */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 1.7rem;

}
.slider .slide-cta i {
    display:block;
    font-size: 2rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.slider #rpicker  {
    color: #160e2a !important;
}
.slider .availabilityForm {
    background-color: #efefef;
    padding: 15px;
    margin-bottom: 15px;
}
.choose-car h1 {
    color: white;
    font-weight: bold;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.7rem;
}

.stroke-primary {
    color: #160e2a;
    stroke: #160e2a;
}
.product-info {
    padding: 15px;
    background-color: #323232;
    margin-bottom: 15px;
    white-space: normal;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-info .icon {
    font-size: 2rem;
    margin-bottom: 15px;
}
.product-info .label {
    font-size: 0.7rem;
    text-align: center;
}
.color-primary {
    color: #c01419;
}
.fill-primary {
    color: #c01419;
    fill: #c01419;
}
.strike-primary {
    stroke: #c01419;
}
.our-reviews i {
    color: #ffde21;
}
.our-reviews .stars {
    font-size: 0.7rem;
}
.our-reviews {
    background-color: black;
    padding: 0.7rem;
    color: white;
    text-decoration: none;
    font-size: 0.9rem;

    /*position: fixed;*/
    /*left: 40px;*/
    bottom: 40px;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3019607843);
    display: flex;
    align-items: center;
}
.products .row.divider-bottom {
    border: 1px solid #2d2d2d;
    background-color: #0d0d0d !important;
    color: white;
}
.products .product-info {
    border: 1px solid #494949;
}
body, body section .container {
    background: #000000;
    color: rgba(255, 255, 255, 0.8);
}

.rdrCalendarWrapper {
    background-color: #0d0d0d !important;
}
.rdrDateDisplayWrapper {
    background-color: #0d0d0d !important;
}
.rdrDateInput {
    background-color: #494949 !important;
}
.rdrDayDisabled {
    background-color: transparent !important;
}
.rdrDayNumber div span {
    color: #d5dce0;
}
.rdrMonthAndYearPickers {
    color: white;
}
.rdrNextPrevButton {
    background-color: #494949 !important;
}
.rdrNextPrevButton.rdrNextButton i {
    border-color: transparent transparent transparent white !important;
}
.rdrNextPrevButton.rdrPprevButton i {
    border-color: transparent white transparent transparent !important;
}
.btn.btn-primary.disabled {
    background-color: #333;
}
.rdrDay.rdrDayDisabled:not(.rdrDayInPast) .rdrDayNumber span {
    color: white !important;;
}
.pricing-table {
    border: 2px solid #494949;
    margin-top: 1rem;
    padding: 0.5rem;
    background-color: #323232;
    font-size: 1.1rem;
    line-height: 2.5rem;
    position: relative;
    color: #c9c9c9;
}
.pricing-table h4 {
    color: white;
    text-transform: uppercase;
}
.pricing-table .pricing-row {
    display: flex;
    justify-content: space-between;
}
.pricing-table .original-price {
    text-decoration: line-through;
    color: #ababab;
}
.discount-circle {
    background-color: #c01419;
    color: white;
    border-radius: 5px;
    padding: 0.5rem;
    margin-right: 0.5rem;
    text-align: center;
    line-height: 1.1rem;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: -13px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.9rem;
}
.service-original-price {
    text-decoration: line-through;
    color: #ababab;
    font-weight: bold;
    font-size: 1.1rem;
}
.discount-circle-service {
    background-color: #c01419;
    color: white;
    border-radius: 5px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-right: 0.5rem;
    text-align: center;
    line-height: 1.1rem;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: -25px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.9rem;
}

@media screen and (max-width: 568px) {
    .product-icons {
        display: none !important;

    }
}
