﻿body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}
.responsive-table {

    margin-bottom: 1.5em;
}

    .responsive-table thead {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

        .responsive-table thead th {
            background-color: #d8860c;
            border: 1px solid #ff9900;
            font-weight: normal;
            text-align: center;
            color: black;
        }

            .responsive-table thead th:first-of-type {
                text-align: left;
            }

    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table th,
    .responsive-table td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }

    .responsive-table th,
    .responsive-table td {
        padding: .5em;
        vertical-align: middle;
    }

    .responsive-table caption {
        margin-bottom: 1em;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
    }

    .responsive-table tfoot {
        font-size: .8em;
        font-style: italic;
    }

    .responsive-table tbody tr {
        margin-bottom: 1em;
        border: 2px solid #ff9900;
    }

        .responsive-table tbody tr:last-of-type {
            margin-bottom: 0;
        }

    .responsive-table tbody th[scope="row"] {
        background-color: #d8860c;
        color: white;
    }

    .responsive-table tbody td[data-type=currency] {
        text-align: right;
    }

    .responsive-table tbody td[data-title]:before {
        content: attr(data-title);
        float: left;
        font-size: .8em;
        color: rgba(94, 93, 82, 0.75);
    }

    .responsive-table tbody td {
        text-align: right;
        border-bottom: 1px solid #d8860c;
    }


@media (min-width: 52em) {
    .responsive-table {
        font-size: .9em;
    }

        .responsive-table thead {
            position: relative;
            clip: auto;
            height: auto;
            width: auto;
            overflow: auto;
        }

        .responsive-table tr {
            display: table-row;
        }

        .responsive-table th,
        .responsive-table td {
            display: table-cell;
            padding: .5em;
        }

        .responsive-table caption {
            font-size: 1.5em;
        }

        .responsive-table tbody {
            display: table-row-group;
        }

            .responsive-table tbody tr {
                display: table-row;
                border-width: 1px;
            }

                .responsive-table tbody tr:nth-of-type(even) {
                    background-color: rgba(94, 93, 82, 0.1);
                }

            .responsive-table tbody th[scope="row"] {
                background-color: transparent;
                color: #5e5d52;
                text-align: left;
            }

            .responsive-table tbody td {
                text-align: center;
            }

                .responsive-table tbody td[data-title]:before {
                    content: none;
                }
}

@media (min-width: 62em) {
    .responsive-table {
        font-size: 1em;
    }

        .responsive-table th,
        .responsive-table td {
            padding: .75em .5em;
        }

        .responsive-table tfoot {
            font-size: .9em;
        }
}

@media (min-width: 75em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em;
    }
}




#button-cart {
    background-color: #eec219;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 30px 350px;
    cursor: pointer;
    display: inline-block;
    padding: 0.46em 1.6em;
    border: 0.1em solid #000000;
    margin: 0 0.2em 0.2em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
    transition: all 0.15s;
    border-color: #FFFFFF;
}

    #button-cart:hover {
        text-shadow: 0 0 2em rgba(255,255,255,1);
        color: #000000;
    }

@media all and (max-width:30em) {
      #button-cart {
        display: block;
        margin: 0.4em auto;
    }
}



.style21 {
    color: #FF6600;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
}


.input--style-5 {
    background: #e5e5e5;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 22px;
    font-size: 16px;
    color: #555;
}

input {
    outline: none;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-family: inherit;
}


#Footer #Name, #Footer #Mail {
    padding: 0 2.5%;
    width: 25%;
    height: 45px;
    line-height: 45px;
    border: none;
    outline: none;
}

#Footer #Send {
    padding: 0 2.5%;
    width: 15%;
    height: 45px;
    line-height: 45px;
    border: none;
    outline: none;
    background: rgba(246,202,35,1);
    color: #FFF;
}

[name=alan] {
    height: 20px;
}

select {
    cursor: pointer;
    padding: 3px;
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    background: rgba(255, 255, 255, 0.9);
    background: -moz-linear-gradient(90deg, #fff, #eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff));
    border: 1px solid #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    padding: 5px;
}



input[type=text], textarea, input[type=password] {
    background: rgba(255, 255, 255, 0.9);
    background: -moz-linear-gradient(90deg, #fff, #eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff));
    border: 1px solid #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    padding: 5px;
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
}

form p:last-child {
    margin-bottom: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

input[type=radio] {
    zoom: 1.5;
    vertical-align: top
}

#form1 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

@media (max-width: 800px) {
    input[type=text], textarea, input[type=password] {
        margin: 10px 0;
    }

    #form1 {
        flex-direction: column;
        align-items: stretch;
    }
}

.kvkk {
    padding: 10px;
}
.cal-is-al {
    padding: 10px;
    margin: auto;
    margin-block: 50px;
    border: 5px solid #ff9900;
}

.hover_bkgr_fricc {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    .hover_bkgr_fricc .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .hover_bkgr_fricc > div {
        background-color: #fff;
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        height: auto;
        max-width: 551px;
        min-height: 100px;
        vertical-align: middle;
        width: 60%;
        position: relative;
        border-radius: 8px;
        padding: 15px 5%;
    }

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

    .popupCloseButton:hover {
        background-color: #ccc;
    }

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */   

