body {
    background-color: #000;
}
#fh5co-home {
    background-color: transparent;
}
#fh5co-home h1 {
    width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 50px;
}
.sectionWrapper {
    background-color: transparent;
}
.img-responsive-checkout {
    height: 100px;
    width: 100px;
}
.kolicinaCheckout {
    padding-left: 10px;
    padding-right: 10px;
}
.succMsgBlock {
    display: block;
}
.succMsgNone {
    display: none;
}
.paymentBtn {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    background-color: transparent;
    border: 2px solid black;
    padding: 5px;
    color: black;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.2s;
}
.paymentBtn:hover {
    color: white;
    background-color: green;
    border-color: green;
    transition: 0.3s;
}
.checkoutTable {
    background-color: white;
    color: black !important;
    padding: 20px;
}
.checkoutTableinner {
    background-color: white;
    padding: 30px;
    border: 3px solid #eee;
}
.checkoutData {
    background-color: white;
    padding: 20px;
}
.checkoutDatainner {
    background-color: white;
    padding: 30px;
    border: 3px solid #eee;
}
.checkoutData2 {
    background-color: white;
    padding: 20px;
}
.checkoutData2inner {
    background-color: white;
    padding: 30px;
    border: 3px solid #eee;
}
.checkoutData h2,
.checkoutData h3,
.checkoutTable h2 {
    color: #000;
    width: 80%;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    margin-left: 10%;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 23px;
}
.checkoutData input,
.checkoutData select,
.checkoutData textarea {
    width: 80%;
    margin-left: 10%;
    padding: 2px;
    padding-left: 5px;
    border-color: black;
    border-width: 2px;
}
.checkoutData textarea {
    min-height: 150px;
}
.checkoutData label {
    width: 80%;
    margin-left: 10%;
    text-align: left;
    color: black;
    line-height: 22px;
    margin-top: 15px;
}
.checkoutInput {
    color: black !important;
}
.payment-icon {
    height: 119px;
    width: 220px;
}
.imageMaestro {
    background-image: url(../img-cards/maestro.png);
    background-repeat: no-repeat;
}
.imageMasterCard {
    background-image: url(../img-cards/mastercard.png);
    background-repeat: no-repeat;
}
.imageVisa {
    background-image: url(../img-cards/visa.png);
    background-repeat: no-repeat;
}
.imageDiners {
    background-image: url(../img-cards/diners.jpg);
    background-repeat: no-repeat;
}
.imageDiscover {
    background-image: url(../img-cards/discover.jpg);
    background-repeat: no-repeat;
}
.imageAmerican {
    background-image: url(../img-cards/american.jpg);
    background-repeat: no-repeat;
}
.logoCorvus {
    height: 150px;
    width: 250px;
}
.imageCorvusPay {
    background-image: url(../img-cards/corvpay-small.png);
    background-repeat: no-repeat;
}
.imageSecureCode {
    background-image: url(../img-cards/mastercard_securecode.gif);
    background-repeat: no-repeat;
}
.imageVerifiedVisa {
    background-image: url(../img-cards/verified_by_visa.jpg);
    background-repeat: no-repeat;
}
.imagesSigurnaKupnja {
    background-image: url(../img-cards/logo_sigurna_kupnja.png);
    background-repeat: no-repeat;
}
.imagesAxJamstvo {
    background-image: url(../img-cards/ax_jamstvo.gif);
    background-repeat: no-repeat;
}
#errFormMsg {
    color: white;
    width: 80%;
    margin-left: 10%;
    background-color: red;
    padding-left: 5px;
}
#pokriveniOtoci,
#dostavaCheckoutHR,
#nacinPlacanjaHR,
#dostavaCheckoutOstalo,
#carinaCheckout,
#nacinPlacanjaOstalo {
    width: 80%;
    margin-left: 10%;
    color: black;
    margin-top: 20px;
}
#nacinPlacanjaHR label,
#nacinPlacanjaOstalo label {
    width: 100%;
    margin-left: 0;
}
#radioKartica,
#radioPouzece {
    width: 30px;
}
th {
    width: 12%;
    text-align: center;
}
td {
    text-align: center;
    word-spacing: 99999px;
    line-height: 22px;
    padding-top: 20px;
}
tfoot td {
    word-spacing: normal;
}
.backerCheck {
    width: 33%;
    margin: 30px;
    margin-left: 9%;
}
.xcomponent-outlet {
    width: 100% !important;
}
.payWithCard {
    width: 200px;
    text-align: center;
    background-color: black;
    height: 32px;
    border-radius: 20px;
    padding-top: 6px;
    font-size: 14px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.payWithCard:hover {
    opacity: 0.8;
    cursor: pointer;
}
#corvusDisclaimer {
    color: black;
    margin-top: 20px;
}
#corvusDisclaimer img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 5px;
}
@media screen and (max-width: 991px) {
    .checkoutDatainner,
    .checkoutTableinner,
    .checkoutData2inner {
        padding: 0;
    }
    .checkoutData,
    .checkoutTable,
    .checkoutData2 {
        padding: 8px;
    }
}
@media screen and (max-width: 767px) {
    table {
        width: 100%;
    }
    table td br {
        display: block !important;
    }
    table td img {
        border: 5px solid white;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .tr {
        width: 20%;
    }
    td {
        background-color: white;
        color: #000;
        margin-bottom: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        vertical-align: middle;
        word-spacing: normal;
    }
    .tr td {
        width: 100%;
    }
    thead {
        display: none;
    }
    tbody td {
        display: block;
        width: 100%;
        margin-left: 0%;
        position: relative;
        clear: both;
        text-align: center;
    }
    tbody tr td:first-child {
        background: transparent;
        color: #fff;
    }
    table#cart tfoot td {
        display: block;
    }
    table#cart tfoot td .btn {
        display: block;
    }
}
