* {
    outline: none;
}

.container {
    text-align: center;
    background: rgba(0, 0, 0, .3);
    color: whitesmoke;
    font-family: 'Kurale', serif;
    padding: 20px;
    position: relative;
    min-height: 500px;
}

.headerTitle {
    text-align: center;
    font-family: 'Kurale', serif;
    color: #F04A49;
    text-shadow: 0 2px 4px black;
}

.thank {
    width: 25%;
    position: absolute;
    top: 15%;
    left: 37.5%;
    background: rgb(127, 38, 38);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center; /*display: none;*/
    padding-bottom: 20px;
}

.formHead i {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 50%;
    cursor: pointer;
}

.thank p {
    font-size: 120%;
    margin-top: 20px;
    padding: 0 10px;
}

.circle {
    margin-top: -85px;
    border: 1px solid transparent !important;
    filter: drop-shadow(10px 10px 5px black);
}

.newOneToast {
    min-width: 300px;
    font-size: 100%;
    word-wrap: break-word;
    border: 1px solid #cbcbcb;
    background: rgb(127, 38, 38);
    border-radius: 20px;
    color: white;
    position: fixed;
    top: 50px;
    right: 50px;
    padding: 10px;
    text-align: center;
    max-width: 400px;
    font-weight: 600;
    display: none;
    z-index: 10000;
}

.border {
    border: 1px solid red;
}

.mainTable tbody tr td:first-child {
    font-weight: bold;
    text-align: left;
    color: rgb(226, 0, 25);
    text-shadow: 0 2px 4px black;
}

.mainTable tbody tr td:last-child {
    text-align: right;
    max-width: 350px !important;
}

.mainTable td {
    padding: 15px;
}

.uInfo {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 0 black;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.uInfo:hover {
    box-shadow: 10px 10px 10px 0 black;
}

.mainTable {
    width: 100%;
    height: 140px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.mainTable td {
    /*border-bottom: 1px #000000 solid;*/
}

.mainTable tr:last-child td {
    border-bottom: 1px solid transparent;
}

.mainTable thead tr td, .delHistory thead {
    font-weight: bolder;
    font-size: 150%;
    text-align: center;
    text-shadow: 0 2px 4px black;
}

@-webkit-keyframes trash {
    10% {
        -webkit-transform: rotate(10deg);
    }
    20% {
        -webkit-transform: rotate(-9deg);
    }
    30% {
        -webkit-transform: rotate(8deg);
    }
    40% {
        -webkit-transform: rotate(-7deg);
    }
    50% {
        -webkit-transform: rotate(6deg);
    }
    60% {
        -webkit-transform: rotate(-5deg);
    }
    70% {
        -webkit-transform: rotate(4deg);
    }
    80% {
        -webkit-transform: rotate(-3deg);
    }
    90% {
        -webkit-transform: rotate(2deg);
    }
    /*100% { -webkit-transform:  rotate(-1deg); }*/
}

.rotate {
    -webkit-animation-name: trash;
    -webkit-animation-duration: 5s;
    -webkit-transform-origin: 50% 32px;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
}

.right {
    float: right;
}

.left {
    float: left;
}

.inputItemChange {
    font-family: 'Kurale', serif;
    width: 80%;
    height: 25px;
    line-height: 21px !important;
    padding: 5px; /*text-align: center;*/
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.inputItemChange:hover {
    box-shadow: 0 0 5px 1px rgba(234, 234, 234, 1);
}

#address label {
    width: 80%;
    text-align: left;
    float: left;
    margin: 0 0 5px 20%;
    font-size: 80%;
}

.size {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.size:hover {
    white-space: normal;
}

.subscribe {
    margin: 0 10px;
    font-size: 50% !important;
    position: absolute !important;
    top: 20px;
    right: 25px;
    cursor: pointer;
}

.subscribe .text-danger {
    color: red !important;
}

.delHistory td {
    padding: 10px;
    text-align: left;
}

.delHistory {
    max-height: 100px !important;
    overflow: scroll;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    position: relative;
}

.delHistory tr td:first-child {
    color: red;
}

.toCart {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.textareaItem {
    height: 100px !important;
    resize: none;
}

.radios {
    color: white;
    padding: 15px;
}

.answer {
    padding: 10px;
    color: white;
}

#tables path, #tables text {
    cursor: pointer;
}



.tableInfo {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.tableInfo table {
    padding: 10px;
    font-family: 'Kurale', serif;
    color: white;
    width: 100%;
}

.tableInfo td {
    padding: 10px;
}

.tableInfo tr {
    border-radius: 10px;
    box-shadow: 2px 2px 2px 0 black;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.tableInfo tr:hover {
    box-shadow: 10px 10px 10px 0 black;
}

.tableInfo table tr td:last-child {
    text-align: center;
}

.tableInfo table tr td {
    padding: 10px;
}

.addCard {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.addCard:hover {
    color: #af1730;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}