.hide {
    display: none;
}

@font-face {
    font-family: "SultanMada";
    src: url("/fonts/Sultan-Fonts-SF-Mada-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

.font-sultan {
    font-family: "SultanMada", sans-serif;
    font-weight: bold;
}

.customcard {
    background-position: bottom;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 360px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    border: 1px solid #f1f1f1;
}

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

    .custom-selector-2 input:checked + .customcard, .custom-selector input:checked + .customcard {
        border: 5px solid #887852;
    }

    .custom-selector-2 input:active + .customcard, .custom-selector input:active + .customcard {
        opacity: .9;
    }

.customcard: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);*/
    border: 5px solid #887852;
}

.circle {
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: #887852;
    font-weight: bold;
    margin-bottom: 20px;
    vertical-align: middle;
    display: inline-block;
}

canvas {
    width: 100%;
    border: 1px solid #f1f1f1;
}
