body,html
{
    margin: 0; width: 100%;
    height: 100%;
    font-family:     "Poppins", sans-serif;
    font-size: 16px;
    color: #242424;
    background: #FFF;
    letter-spacing: 1px;
}
/*font-family: 'DIN Web Pro',Helvetica,Arial,sans-serif;*/
textarea {
    resize: none;
}
a:hover {
    text-decoration: none !important;
}
.modal-content {
    box-shadow: none !important; border: none !important;
}
.cursor
{
    cursor: pointer;
}
img{
    max-width: 100%;
}
p {
    color: #555;
    font-size: 15px;
    line-height: 1.9em;
}

ul { margin: 0; padding: 0; }
ul:not(.browser-default) > li {
    list-style-type: none;
}
.form-control {
    height: calc(1.5em + 1.2rem + 2px);
}
.form-control::-webkit-input-placeholder{color:#bbb;opacity:1}.form-control::-moz-placeholder{color:#bbb;opacity:1}.form-control:-ms-input-placeholder{color:#bbb;opacity:1}.form-control::-ms-input-placeholder{color:#bbb;opacity:1}.form-control::placeholder{color:#bbb;opacity:1}
.text-red {
    color: #c10a28 !important;
}
.text-yellow {
    color: #ffce46 !important;
}
.text-underline {
    text-decoration: underline!important;
}
.text-italic {
    font-style: italic;
}
input:focus {
    box-shadow: none !important;
}
.btn.btn-lg {
    padding: .6rem 2.5rem !important;
}
.btn-secondary {
    background-color:#bbb;border-color:#bbb; border-radius: 25px;
}
.btn-secondary:hover {
    background-color:#aaa;border-color:#aaa
}
.btn.btn-pink {
    position: relative;
    padding: 10px 22px;
    color: #fff;
    background-color: #c04c6e;
    border: none;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.btn.btn-pink::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 25px;
    background-color: #bf2653;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
.btn.btn-pink:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn.btn-pink:hover {
    color: #FFF;
    z-index: 2;
}
.btn .text {
    position: relative;
    z-index: 1;
}
.btn.btn-secondary {
    padding: 10px 18px;
}
.btn-pink-transparent {
    position: relative;
    padding: 10px 22px;
    color: #bf2653;
    border-radius: 25px;
    border: 1px solid #bf2653;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.btn-pink-transparent:hover {
    color: #fff;
    position: relative;
    border-radius: 20px;
    border: 1px solid #bf2653;
    background-color: #bf2653;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.btn.openCartBtn {
    font-size: .9rem;
    padding: .375rem .85rem !important;
}
.bg-light-blue {
    background-color: #f5fafe;
}
.bg-pink {
    background-color: #b3375b;
}
.bg-blue {
    background-color: #031c32;
}
.inner-bg {
    position: relative;
    background-image: url("../images/inner-bg.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
}


/*MENU*/

.mainNavList {
    display: block; float: right;
}
.mainNavList > li {
    float: left;
    position: relative;
    z-index: 9;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
.mainNavList > li > a {
    display: block; cursor: pointer; float: left; width: 100%;
    padding: 10px 18px 10px 30px; margin-top: 5px; position: relative;
    color: #fff; font-size: 14px;
    text-decoration: none;
}
a.openSub:after {
    content: "\f0d7"; position: absolute;
    right: 4px;
    font-family: 'FontAwesome';
}

.mainNavList > li:hover ul {
    display: block;
}
.mainNavList > li > ul {
    width: 200px; display: none; z-index: 10;
    position: absolute; background: #FFFFFF;
    box-shadow: 4px 3px 12px rgba(0, 0, 0, 0.15);
    top: 100%; left: 0; float: left;
}
.mainNavList > li > ul > li {
    float: left; width: 100%; display: block;
}
.mainNavList > li > ul > li > a {
    display: block; cursor: pointer; float: left; width: 100%;
    padding: 10px 20px;
    color: #222;
    font-size: 13px;
    text-decoration: none;
}
.mainNavList > li > ul > li > a:hover {
    background-color: #feeef3; 
}


@media screen and (max-width: 767px){
    .navBar {
        display: none;
    }
    .mainNavList > li:hover ul {
        display: none;
    }
    .mainNavList > li {
        display: block; width: 100%;
    }
    .mainNavList > li > ul {
        position: relative; width: 100%; display: none; float: left;
        background: #F1F1F1; box-shadow: none;
    }
    .carousel-caption {
        top: 45% !important;
    }
    .carousel-caption h2 {
        font-size: 1.3rem !important;
    }
    .cart-bg {
        padding: 7px 22px 4px 8px !important;
        border: 1px solid #ffdb53 !important;
    }
    .cart-bg.delivery {
        margin-right: 10px;
        padding-right: 12px !important;
        background-color: #f71c40;
        border: 1px solid #f71c40 !important;
        padding-left: 13px !important;
    }
    .headerMenu > li > a > i.fa-shopping-basket {
        font-size: 17px !important;
    }
    .headerMenu > li > a b {
        width: 16px !important;
        height: 16px !important;
        font-size: 10px !important;
        line-height: 17px !important;
    }
    #voucherSliderModal .carousel-indicators {
        bottom: -7px;
    }
    #voucherSliderModal .carousel-indicators li{
        width: 8px !important; height: 8px !important;
    }
    #voucherSliderModal .modal-dialog {
        max-width: 600px !important;
    }
}

@media (max-width: 430px) {
    .logo img {
        max-width: 70%;
    }
    .headerMenu > li > a {
        font-size: 11px !important;
    }
    .carousel-caption {
        top: 40% !important;
    }
    .carousel-caption .btn.btn-pink {
        padding: 7px 10px !important;
        font-size: 0.7rem !important;
    }
    .btn.btn-lg {
        font-size: 1rem;
        padding: .5rem 1rem !important;
    }
    h1.heading {
        font-size: 1.5rem;
    }
    #voucherSliderModal .modal-dialog {
        margin: 4rem 1rem !important;
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    .logo img {
        max-width: 45%;
    }
    .headerMenu > li > a {
        font-size: 11px !important;
    }
    #voucherSliderModal .modal-dialog {
        margin-top: 4rem !important;
    }
}

#navToggle {
    cursor: pointer; display: block; float: left;
    border-radius: 5px;
    background: #b3375b; padding: 7px 15px; margin-left: 15px;
}
#navToggle i
{
    font-size: 20px; color: #FFFFFF;
}

/*Top Header*/
.topHeader {
    background-color: #b3375b;
}
.topHeader ul {
    display: block; float: left;
}
.topHeader ul li {
    display: block; float: left;
}
.topHeader ul li a {
    display: block; font-size: 13px; color: #fff; cursor: pointer;
}
.topHeader .col ul li a {
    padding: 13px 20px 12px 0;
}
.topHeader .col.d-flex ul li a {
    padding: 7px 0 7px 20px;
}

/*headerMenu*/
.pageHeader {
    background: #031c32;
}
.pageHeader.fixed {
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
}
.pageHeader.fixed img {
    width: 100px;
}
@media (max-width: 768px) {
    .pageHeader.fixed img {
        width: 80px;
    }
}
.pageHeader::after {
    content: "";
    position: absolute;
    background: url('../images/pattern.png');
    background-repeat: repeat-x !important;
    width: 100%;
    height: 12px;
    left: 0;
    z-index: 2;
    width: 100%;
}
.headerMenu {
    display: block; float: left;
}
.headerMenu > li {
    display: block; float: left; position: relative;
}
.headerMenu > li > a {
    display: block; padding: 10px 10px; position: relative;
    float: left; color: #fff; font-size: 14px; line-height: 25px;
}
.headerMenu > li > a > i {
    display: block; float: left; line-height: 25px;
    font-size: 14px;
}
.headerMenu > li > a > i.fa-shopping-basket {
    font-size: 18px;
    color: #ffdb53;
}
.headerMenu > li > a.cart-bg {
    padding: 8px 30px 7px 15px;
    border: 2px solid #ffdb53;
    border-radius: 5px;
    /* background: #f61b3f; */
}
.headerMenu > li > a.cart-bg.delivery {
    padding: 10px 10px;
    border: none;
}

.headerMenu > li > a span {
    display: block; float: left; padding: 0 5px;
}
.headerMenu > li > a b {
    width: 17px;
    height: 17px;
    position: absolute;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    background: #ffdb53;
    color: #FF0000;
    border-radius: 100%;
    top: 5px;
}
.headerMenu li ul {
    display: none;
    position: absolute;
    top: 100%; z-index: 2; background: #FFFFFF;
    width: 200px; right: 0;
}
.headerMenu > li:hover ul {
    display: block;
}
.headerMenu li ul li {
    display: block;
}
.headerMenu li ul li a {
    display: block; padding: 10px 15px; cursor: pointer;
    color: #000000;
}
.headerMenu li ul li a:hover {
    background: #EDEDED;
}


/*SLIDER*/
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .carousel-item > img {
    -webkit-animation: zoom 30s;
    animation: zoom 30s;
}
.carousel-indicators li {
    cursor: pointer;
}
.carousel-caption {
    top: 50%;
    z-index: 8;
    transform: translateY(-50%);
    bottom: initial;
}
.carousel-bg {
    padding: 15px;
    background-color: #b3375b;
    border-radius: 25px;
}
.mainNavList .btn-pink {
    padding: 10px;
    margin: 3px 5px;
}

/* Facilities */
.facilities .card {
    border: none;
    border-radius: 0;
    transition: all 0.5s;
  }
  .facilities .card .facilities-text i {
    font-size: 28px;
    color: #c8466c;
    margin-bottom: 15px;
  }
  @media (max-width: 768px) {
    .facilities .card {
      border-right: 1px solid #EEE !important;
      border-bottom: 1px solid #EEE !important;
    }
    .facilities .card .facilities-text {
        border: none !important;
    }
    .facilities-text h6 {
        font-size: 0.7rem;
    }
}

/*Menu Cats*/
.menu-cats {
    display: inline-block;
    position: relative;
    border: 3px solid #DDD;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    transition: .2s;
}
.menu-cats:hover {
    box-shadow: 15px 15px 30px rgba(0,0,0,0.2);
}
.menu-cats img, .menu-cats .caption {
    transition: 1s;
}
.menu-cats:hover img {
    transform: scale(1.06);
    box-shadow: 4px 4px 27px rgba(0, 0, 0, 0.2);
}
.menu-cats:hover .caption {
    transform: scale(1.06);
}

.menu-cats .caption {
    padding-bottom: 50px;
}
/*.menu-cats .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    z-index: 1;
}*/
.caption h3.text-italic {
    color: #031c32; font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0;
}
.menu-cats p {
    color: #fff;
    font-size: 16px;
}


/*About*/
h1.heading {
    color: #333;
    font-weight: 700;
}
.images-column {
    position: relative;
    text-align: center;
    padding-right: 20px;
}
.images-column .image-two {
    position: absolute;
    right: 145px;
    top: 130px;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.2);
}


/*Order online*/
.order-online-main {
    position: relative;
    background-image: url("../images/order-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}
.order-online-main h5 {
    font-size: 1.10rem;
    line-height:1.9em;
}


/*Features*/
.features::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #dedede;
}
.features:last-child::before {
    display: none;
}
.features .inner-box {
    text-align: center;
}
.features .inner-box .icon-box {
    position: relative;
    margin-bottom: 15px;
}
.features .inner-box h6 {
    line-height: 1.4em;
    color: #242424;
    font-size: 18px;
    font-weight: 700;
}
.features .inner-box .text {
    line-height: 1.4em;
    margin-top: 10px;
    color: #797979;
    font-size: 15px;
}

/*Inner pages*/
.pageTitle {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.categoryBadge {
    display: inline-block;
    padding: 6px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 25px;
    background: #fde5ec;
    color: #000;
    font-size: 0.85rem;
    font-weight: 400;
    border: 1px solid #c04c6e;
    transition: .5s;
}
.categoryBadge:hover, .categoryBadge.active{
    background: #c04c6e;
    color: #fff;
    border: 1px solid #c04c6e;
}
.inner-top {
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url(../images/order-bg-2.jpg);
    padding: 90px 0;
}
.product-block {
    position: relative;
    margin-bottom: 60px;
}
.product-block .inner-box {
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.product-block .inner-box:hover {
    -webkit-box-shadow: 0px 33px 70px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 33px 70px 0px rgba(0, 0, 0, 0.19);
}
.product-block .inner-box .image-box {
    padding: 10px;
 
     margin: 0;
     position: relative;
	
 
}

figure .image-box {
     
	 width: 100%; 
	 height:100% !important;
	bottom: 0 !important;
      
	
 
}
.image-box span {
    position: absolute;
    left: 15px;
    bottom: 10px;
    opacity: .45;
    font-size: 13px;
    color: #f9b129;
	
	
  
  
}
.image-box img {
    width: 100%; 
	 
	margin: auto!important;
	 
	vertical-align: middle;
	 
}
.product-block .inner-box .lower-content {
    position: relative;
    text-align: left;
}
.product-block .inner-box .lower-content h6 {
    color: #454545 !important;
    padding: 0 10px; font-size: 14px; font-weight: bold;
    margin-bottom: 0px;
    display: block;
    overflow: hidden; line-height: 20px;
}
.inner-box{
	 
	  height: 350px !important;
}
  .inner-box a
{
	position: absolute !important;
  bottom: 0;
}

.lower-content p.text {
    font-size: 13px;
    color: #888;
    line-height: 20px;
    padding: 2px 10px 5px 10px;
    margin-bottom: 0;
    overflow: hidden;
}
.product-block .inner-box .lower-content .price {
    color: #b3375b !important; display: block;
    padding: 0 10px 10px 10px; font-weight: bold;
    margin: 0;
}
.product-block .inner-box .lower-box {
    position: absolute; width: 100100%; text-align: center;
    left: 0px;
    right: 0px;
    opacity: 0;
    bottom: 0px;
    padding: 10px 0;
    border-radius: 0px 0px 5px 5px;
    background-color: #ffffff;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.product-block .inner-box:hover .lower-box {
    opacity: 1;
    bottom: -51px;
}
.product-single {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
}
.product-single-details {
    margin-left: 30px;
    line-height: 1.5em;
}
.product-single-details h3 {
     color: #242424; font-size: 20px;
    margin-bottom: 10px;
}
.product-single-details .text {
    color: #797979;
}
.product-single-details h5.price {
    color: #e93030;
    margin-top: 10px;
}
.form-group label {
    color: #242424;
    font-size: 15px;
    margin-bottom: .2rem;
}
.latest-addition {
    border-radius: 15px;
    background-color: #fff;
    padding: 35px;
}
.cart-main {
    position: relative;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-radius: 10px;
}
/*.toppings {
    font-size: 14px;
    max-height: 130px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}*/
#toppings .custom-control, #toppings .form-check { display:none;}
#toppings {
    font-size: 14px;
}
.showMoreLess {
    color: #f2a005;
    font-weight: 500;
    /* text-decoration: underline; */
    cursor: pointer;
}


.gallery img {
    border-radius: 15px;
}

.contactDetails {
    padding: 35px;
}
.contactDetails i {
    color: #dc3545;
}
.contactDetails p, .contactDetails a {
    color: #242424;
}
.datenschutz h5, .datenschutz h6 {
    color: #555;
}
.styled-list-one {
    position: relative;
}
.styled-list-one li {
    color: #555;
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}
.styled-list-one li::before {
    color: #f5ad25;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 900;
    left: 0;
    line-height: 24px;
    position: absolute;
    top: 0;
    width: 20px;
}

/*Footer*/
.footer {
    background-color: #031c32;
    color: #a8a8a8;
}
.footer h5 {
    color: #b3375b;
    font-weight: 600;
    padding-bottom: 15px;
}

.footer-nav li {
    color: #eee;
    font-size: 13px;
    padding-bottom: 6px;
}
.footer ul li a {
    color: #eee;
}
.footer ul li a:hover {
    color: #b3375b;
    text-decoration: none;
}
ul.foot-social li {
    padding: 5px 0;
    float: left;
}
ul.foot-social li a {
    font-size: 1.3rem;
    padding: 0 20px 0 0;
    color: #FFF;
}
.footer .copyright {
    border-top: 1px solid #555;
}


.cookiePopUp {
    position: fixed;
    z-index: 9999;
    text-align: center;
    display: none;
    right: 5%;
    bottom: 15px;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
    background: #f9b129;
    font-size: 14px;
    color: #fff;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
}


@media (min-width: 768px) and (max-width: 992px) {
    .mainNavList > li > a {
        font-size: 12px;
        padding: 10px 15px;
    }
    .mainNavList .btn-pink {
        margin: 3px 5px;
    }
    .headerMenu > li > a {
        font-size: 12px;
        padding: 10px;
    }
    .headerMenu > li > a > i {
        font-size: 14px;
    }
    .carousel-caption {
        top: 50%;
    }
    #voucherSliderModal .modal-dialog {
        max-width: 650px !important;
    }
}
@media (max-width: 992px) {
    .d-xs-none {
        display: none !important;
    }
    .topHeader ul li a {
        font-size: 12px;
    }
    .navBar {
        display: none;
    }
    .mainNavList > li:hover ul {
        display: none;
    }
    .mainNavList > li {
        display: block; width: 100%;
    }
    .mainNavList > li > ul {
        position: relative; width: 100%; display: none; float: left;
        background: #F1F1F1; box-shadow: none;
    }
    .product-block .inner-box .lower-box {
        position: relative;
        opacity: 1;
        padding: 0 0 20px 10px;
        text-align: left;
    }
    .product-block .inner-box:hover .lower-box {
        bottom: 0;
    }
    .caption h3.text-italic {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .features::before {
        opacity: 0;
    }

    /*MENUCARD*/
    .mc-pageHeader img {
        width: 100px;
    }
    .mc-main p {
        font-size: 0.75rem;
        font-weight: 400;
        color: #999;
    }
    .mc-main h1 {
        font-size: 3rem;
    }
    .i-name {
        font-size: 0.9rem !important;
        font-weight: 600;
    }
    .i-price {
        font-size: 0.7rem !important;
    }
    .mc-nav .navbar-expand-sm {
        justify-content: flex-start !important;
    }

    .footer h5 {
        padding-bottom: 0px;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    ul.mainNavList i {
        display: none;
    }
}



.wpwl-container
{
    x-border: 1px solid red;
}
.wpwl-form
{
    background: #FFFFFF;
    width: 100% !important;
    max-width: none;
    box-shadow: none; margin: 0;
    border-radius: 0;
    border: none;
}
.wpwl-label
{
    display: block;
    padding: 10px 0;
}
.wpwl-label-brand
{
    padding-right: 20px;
}
.wpwl-control
{
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpwl-hint{
    color: red !important;
}

.modal-sm{max-width:400px}
.loginModal {
    border-radius: 10px;
    overflow : hidden;
}
.loginHeader {
    display: block; text-align: center;
    font-size: 1.7rem; margin-bottom: 30px;
}
.loginBody {
    padding: 20px;
}
.loginBody label {
    font-weight: bold;
}
.loginBody button,
.loginBody button:hover,
.loginBody button:active,
.loginBody button:focus
{
    background: #db36a4;
    color: #FFFFFF;
    box-shadow: 0 0 20px #eee;
}
.loginCloseWrap {
    background: #EDEDED; cursor: pointer;
    font-size: 1.2rem; color: #EE0000;
}

.addressBoxInner {
    position: relative;
    border: 3px dotted #999999;
    background: #FAFAFA;
    border-radius: 10px; cursor: pointer;
    height: 100px; padding: 10px;
}
.addressBoxInnerEdit {
    position: absolute; z-index: 10;
    display: block;
    width: 30px; height: 30px; line-height: 30px !important; text-align: center;
    top: 0; right: 0; padding: 0 !important;
    border-radius: 100% 10px 100% 100%; cursor: pointer;
}
.addressBoxInnerEdit i {
    line-height: 30px; padding: 0;
}

.addressBoxInner.selected {
    border: 3px solid #4caf50;
}
.addressBoxInner i {
    display: block; padding: 10px 0;
}

.stripePaymentForm {
    width: 30vw;
    min-width: 500px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
}
.stripePaymentForm input {
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px;
    border: 1px solid #AAAAAA;
    height: 44px;
    font-size: 16px;
    width: 100%;
    background: white;
}

#cardElement {
    border-radius: 4px 4px 0 0 ;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}
#payment-request-button {
    margin-bottom: 32px;
}
/* Buttons and links */
#paymentSubmit {
    background: #5469d4;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}
#paymentSubmit:hover {
    filter: contrast(115%);
}
#paymentSubmit:disabled {
    opacity: 0.5;
    cursor: default;
}

@media (min-width: 576px) {
    #voucherSliderModal .modal-dialog {
        max-width: 800px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
    }
}
#voucherSliderModal .modal-header {
    padding: 0rem 1rem; border: none;
}
#voucherSliderModal .modal-header .close {
    padding: 0;
    margin: -0.9rem -1.5rem -1rem auto;
    background-color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #FFF;
    font-size: 1.3rem; font-weight: 500; color: #FFF; opacity: 1; z-index: 9;
}
#voucherSliderModal .modal-body {
    padding: 0rem;
}
#voucherSliderModal .carousel-inner .carousel-item > img {
    animation: none;
}
#voucherSliderModal .modal-content {
    border-radius: 1rem;
}
#voucherSliderModal .carousel-item {
    text-align: center;
}

/*.active*/
#voucherSliderModal .carousel-indicators li{
    border: 2px solid #c31432; width: 11px; height: 11px;
    border-radius: 50%;
    background: #fff;
}

#voucherSliderModal .carousel-indicators li.active {
    background: #c31432;
}

.pageLoader {
    position: fixed; display: table;
    top: 0; left: 0; height: 100%; width: 100%; z-index: 9999;
    background: rgba(0,0,0,0.1);
}
.pageLoaderInner {
    display: table-cell;
    vertical-align: middle; height: 100%;
    text-align: center; width: 100%;
}
.pageLoaderContent {
    display: inline-block; margin: 0 auto;
    width: auto; position: relative;
    background: #FFFFFF; border-radius: 20px;
}
.pageLoaderRing {
    animation: spin 1s infinite;
    border: 5px solid #c10a28; display: block;
    height: 80px; width: 80px; margin: 30px;
    border-radius: 100%;
    border-top-color: #f9b129;
    border-right-color: #f9b129;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


@media screen and (max-width: 767px)
{
	.image-box img {
    max-width: 300px !important;
	max-height:265px !important;
	margin: 0px 10% 0px 10%!important;
	 
	vertical-align: middle;
	 
}
}