.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.visaMaster{background-image:url(../images/visaMaster.png);}
.apple{background-image:url(../images/apple.png);}
.knet{background-image:url(../images/knet.png);}
.google{background-image:url(../images/googlePay2.png);}
.saudiVM{background-image:url(../images/Visa-Master-saudi.png);}
.uaeVM{background-image:url(../images/Visa-Master-uae.png);}
.qatarVM{background-image:url(../images/Visa-Master-qatar.png);}
.omanVM{background-image:url(../images/Visa-Master-oman.png);}
.bahrainVM{background-image:url(../images/Visa-Master-bahrain.png);}

.cc-selector input:active +.drinkcard-cc{opacity: .5;}
.cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    box-shadow: 0 2px 10px #f26522a1, 2px 0 10px #f26522a1;
}
.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:100px;
    height:70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
    margin: 5px 2%;
    border-radius: 5px;
}

.drinkcard-special{
    width:95px;
    margin: 5px 0;
}

.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
@media only screen and (max-width: 711px) {
    .drinkcard-cc{
        width:95px;
        height:67px;
    }
    .drinkcard-special{
        margin: 5px 0;
        width:95px;
    }
}

@media only screen and (max-width: 604px) {
    .col-custom{
        width: 100%;
    }
    .drinkcard-cc{
        margin: 5px 2%;
        width:80px;
        height:56px;
    }
    .drinkcard-special{
        margin: 5px 0;
    }
}

@media only screen and (max-width: 587px) {
    .drinkcard-cc{
        margin: 5px 2%;
        width: 79px;
        height: 55px;
    }
    .drinkcard-special{
        margin: 5px 0;
    }
}

@media only screen and (max-width: 512px) {
    .drinkcard-cc{
        margin: 5px 1%;
        width: 75px;
        height: 53px;
    }
    .drinkcard-special{
        margin: 5px 0;
    }
}

@media only screen and (max-width: 493px) {
    .drinkcard-cc{
        margin: 5px 0;
        width: 60px;
        height: 42px;
    }
    .drinkcard-special{
        width: 51px;
        height: 36px;
    }
}

@media only screen and (max-width: 371px) {
    .drinkcard-cc{
        margin: 5px 0;
        width: 60px;
        height: 42px;
    }
    .drinkcard-special{
        width: 48px;
        height: 34px;
    }
}

@media only screen and (max-width: 355px) {
    .drinkcard-cc{
        margin: 5px 0;
        width: 51px;
        height: 36px;
    }
    .drinkcard-special{
        width: 41px;
        height: 31px;
    }
}
