html * {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
   /*todo*/
}
/*ZAPATÍ NA SPODU*/
header img {
    margin-top: -20px;
}
.header {
   background-color: #26232a;
}
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: #fc6428;
}
.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: #fc6428;
    color: white;
    padding: 15px 30px;
    display: inline-block;
    border: none;
}
header .cta-btn:hover, .btn:hover {
    background-color: #fc6428;
    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: rgb(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 0.8rem;
    display: inline-block;
}
header .navigation li {
    display: inline-block;
}
header .navigation li:hover a {
    color: white;
}
header .navigation li.active a {
    color: white;
}
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 {
    margin-top: 20px 
}
section .container {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 30px;
}
section h1 {
    text-transform: uppercase;
    padding: 30px;
    text-align: center;
}
/*FOOTER*/
footer a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
footer {
    background-color: #26232a;
    padding-top: 2rem;
    padding-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}
footer h1 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding-bottom: 15px;
    color: white;
}
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 rgb(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;
}

/*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: #fc6428;
}
.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;
}
.alert.alert-danger {
    background-color: #c14635;
    color: white;
}
.alert.alert-success {
    background-color: #7bc169;
    color: white;
}
.alert.alert-primary {
    background-color: #fc6428;
    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;
    background-color: #f7f7f7;
}
.reservation-table .cross {
    color: #c14635;
}
.pricing {
    margin-top: 10px;
    background-color: #efefef;
    padding: 20px;
}
.pricing > div {
    padding: 2px;
}
/*FORMS*/
form .checkbox input[type=checkbox] {
    margin-right: 7px;
}
form input[type=text],form input[type=email], form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #c0c0c0;
    outline: none;
}
form input[type=submit] {
    margin-top: 20px;
}
form label {
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    color: black;
    font-size: 0.9rem;
}
form .help-block {
    color: #c14635;
}
label.required:before {
    content: '*';
    font-size: 15px;
    color: #c14635;
}
.alert.info {
    background-color: #fc6428;
    color: white;
    padding: 15px;
    border-left: 7px solid #fc6428;
    text-align: center;
}
.reservation-new {
    display: flex;
}
.reservation-new > a {
    display: block;
    flex: 1;
    background-color: #fc6428;
    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: #fc6428;
}
.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;
    color: #0c375a;
}
section ul, section ol {
    padding-left: 30px;
}
section a {
    color: #fc6428;
}
.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{
    text-transform: uppercase;
    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;
}
.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: #fc6428;
}
.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: #fc6428;
    border: 1px solid #fc6428;
    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: #fc6428;
    color: white;
}
a.btn-outline .micon {
    margin-left:1rem;
}
.bg-primary.heading h2 {
    color:white;
}
.bg-primary {
    background-color: #fc6428;
}
.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: rgb(90, 90, 90);
    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: black;
}

.categories-side .categories ul li.active  a {
background-color: #fc6428;
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(247, 247, 247);
    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;
    margin-left: 10px;
}
.product-services .service-img img {
    width: 50px;
    margin-right: 15px;
}

@media screen and (max-width: 760px) {
    .product-services .service { 
        flex-direction: column;
        padding: 15px;
        align-items: flex-start;
    }
    .product-services .service-pricing  .price {
        margin-bottom: 20px;
    }
    .product-services .service-pricing {
        flex-direction: column;
        padding: 15px 0; 
        width: 100%;
    }
}


.npicker {
    display: flex;
    margin-left: 10px;
}
.npicker .npicker-input {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    
}
.npicker input::-webkit-outer-spin-button,
.npicker  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    margin: 0;
}

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


/* cookiebot color override */
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #fc6428 !important;
    color: #fc6428 !important;
  }
  
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #fc6428 !important;
    border-color: #fc6428 !important;
  }
  
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    border-color: #fc6428 !important;
  }
  
  #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-color: #fc6428 !important;
  }
  
  #CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #fc6428 !important;
  }
  
  #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #fc6428 !important;
  }
  
  #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: #fc6428 !important;
  }
  
  #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #fc6428 !important;
  }
  
  #CookiebotWidget .CookiebotWidget-consent-details button {
    color: #fc6428 !important;
  }
  
  #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    border-color: #fc6428 !important;
  }
  
  #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #fc6428 !important;
    border-color: #fc6428 !important;
  }
  
  /* end cookiebot override */

  /* 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;
  }

#frm-applyDiscountCodeForm .row {
    align-items: flex-end;
}
#frm-applyDiscountCodeForm .row > .col-12:first-child {
    flex: 1;
    text-align: left;
}
#frm-applyDiscountCodeForm .row > .col-12:first-child input {
    height: 45px;
}
#frm-applyDiscountCodeForm .row > .col-12.has-error {
    margin-bottom: -22px;
}
#frm-applyDiscountCodeForm .row > .col-12:last-child {
    flex: 0;
}
#gtx-trans { display:none ! important}

@media screen and (max-width: 560px) {
    .availabilityForm {
        padding-bottom: 1em;
    }
}
/* 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: #fc6428;
}
[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 */
