
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/*#eshop .jumbotron {*/
/*    padding-top: 3rem;*/
/*    padding-bottom: 0;*/
/*    margin-bottom: 0;*/
/*    background-color: #fff;*/
/*}*/

@media (min-width: 768px) {
    #eshop .jumbotron {
        /*padding-top: 3rem;*/
    }
}


#eshop .alert {
    border-radius: 0;
}

#eshop .alert.alert-success {
    background: #56B759 !important;
    border: 1px solid #449346 !important;
    color: #FFF;
}

.bg-gold {
    background-color: #f6e4d4;
}

#eshop .alert-dismissible .close {
    color: #000;
    padding: 0.65rem 1.25rem;
    text-shadow: none;
}


#eshop .jumbotron p:last-child {
    margin-bottom: 0;
}

#eshop .jumbotron h1 {
    font-weight: 300;
}

#eshop .jumbotron .container {
    max-width: 40rem;
}

#eshop .jumbotron .container {
    max-width: 40rem;
}

#eshop .products .card > img {
    padding: 2rem;
    width: auto;
    object-fit: contain;
}

img.img-gopay {
    height: 20px;
}

.btn-gopay {
    margin-top: 15px;
}

.btn-gopay img.img-gopay {
    height: 40px;
}

section#cart-section {
    margin-top: 0;
    padding: 1rem 0;
}

section#cart-section .cart-steps {
    /*margin-top: 30px;*/
}

section#cart-section .cart-steps ul li a{
    line-height: 1;
    padding: 15px;
}

section#cart-section .cart-items {
    margin-top: 15px;
}



section#cart-section .input-group-sm .btn {
    border-radius: 0;
}

section#cart-section .wrapper {
    z-index: 1;
    position: relative;
    display: block;
    font-family: "Ubuntu", sans-serif;
}

section#cart-section h3 {
    position: relative;
    padding: 30px 0;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
}

section#cart-section a.title {
    padding: 15px;
    position: relative;
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #0a6ebd;
}

section#cart-section .panel{
    text-align: left;
}

ul.nav > li > a.cart {
    padding-left: 15px;
    padding-right: 15px;
}



#cart-section .cart-steps ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#cart-section .cart-steps ul > li {
    display: flex;
    flex-direction: column;
    border: 1px solid #CFA772;
    justify-content: center;
    color: #000;
    min-height: 50px;
}


#cart-section .cart-steps ul > li.active {
    background-color: #CFA772;
}

#cart-section .cart-steps ul > li a:hover {
    color: #000;
}


#cart-section .cart-steps ul > li p {
    margin-bottom: 0;
    /*font-weight: 700;*/
}

#cart-section .cart-steps ul > li.active p {
    font-weight: 700;
}


#cart-section .vop {
    color: #CFA772;
    font-weight: 700;
    text-decoration: underline;
    position: relative;
    display: inline-block;
}
#cart-section .panel {
    /*border: 1px solid #CFA772;*/
    /*padding: 1rem;*/
}

#cart-section form span.text-danger {
    display: block;
}

#cart-section .panel-main > .panel-heading {
    border: 1px solid #CFA772;
    background-color: #CFA772;
    padding: 0.5rem 2rem;
    font-weight: 700;
}


#cart-section .panel .panel-heading {
    border: 1px solid #CFA772;
    background-color: #CFA772;
    padding: 0.5rem 2rem;
    font-weight: 700;
}


#cart-section .panel .panel-body {
    border: 1px solid #CFA772;
    padding: 1rem;
}

#cart-section form input[type="radio"] {
    margin-right: 1rem;
}

#cart-section .radio-inline {
    margin-bottom: 0;
}
#cart-section form input[type="radio"] {
    margin-right: 1rem;
}




/************************/
/******** PRODUCTS ******/
/************************/


/*** HEADER  PRODUCTS****/
header#products {
    display: table;
    position: relative;
    margin-top: 10px;
    height: 100%;
    min-height: 200px;
    max-height: 30vh;

    width: 100%;
    background: url("../images/header-bg.png") fixed;
    background-size: cover;
    padding: 15px;
    color: #FFF;
}

header#products .header-content {
    text-align: center;
    display: table-cell;
    vertical-align: middle;

}

header#products .header-content h2.btn {
    pointer-events: none;
    background-color: transparent;
    color: #FFF;
    border-radius: 0;
    font-size: 1.5em;
    border: 2px solid #FFF;
    margin: 10px 30px;
    width: 100%;
    max-width: 230px;
}

header#products h2 {
    margin-bottom: 30px;
    font-size: 3em;
    font-weight: 400;
}

section#products-section {
    margin-top: 30px;
}

section#products-section .wrapper {

    position: relative;
    display: block;
    margin-bottom: 30px;
    font-family: "Ubuntu", sans-serif;
}


section#products-section .jumbotron p {
    font-size: 16px;
    text-align: justify;
}

section#products-section > .container > h3 {
    position: relative;
    padding: 30px 0;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
}

section#products-section .voucher-wrapper {
    display: flex;
    flex-flow: row;
    /*border: 1px solid #ddd;*/
    border: 5px solid #CFA772;

}

section#products-section .voucher {
    display: flex;
    flex-flow: column;
}


section#products-section .voucher > .voucher-price {
    font-size: 2.5rem;
    align-content: center;
    justify-content: center;
    position: absolute;
    font-weight: bold;
    color: #9d0a0e;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}


section#products-section .voucher-service {
    display: flex;
    flex-flow: column;

    width: 100%;
}

section#products-section .voucher-service .voucher-service-image {
    display: flex;
    flex-direction: column;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    overflow: hidden;
    width: 100%;
    height: 250px;

}

section#products-section .voucher-service img {
    display: flex;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


section#products-section .voucher-service .voucher-service-price {
    font-size: 2.5rem;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    font-weight: bold;
    color: #9d0a0e;
    /*transform: translate(-50%, -50%);*/
}


section#products-section .product-voucher {
    background: url("/img/bali-voucher.png") no-repeat center;
    width: auto;
    height: 640px;
}


section#products-section .voucher .btn-add-to-cart {
    background-color: #9d0a0e;
    border: 0;
    border-radius: 0;
    width: 200px;
    height: 50px;

}


#productModal {

}

#productModal img {
    max-height: 200px;
}

@media (max-width: 768px) {

    section#cart-section {
        margin-top: 40px;
    }

    section#cart-section .cart-steps li {
        width: 24%;
        float:left;
    }

    section#cart-section .cart-steps li a {
        text-align: center;
        font-size: 12px;
        padding: 15px;

    }

}
