﻿.top {
    /*min-width: 815px;*/
    /*max-height: 300px;*/
    height:60%;
    width:60%;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-size: contain;
    padding: 15px;
    margin-top: 10px;
}

.center {
    text-align: center;
}

::-webkit-input-placeholder {
    height: 21px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #242424;
    opacity: 1;
}

.right-small-field {
    padding-left: 1%;
    padding-right: 8%;
}

.left-small-field {
    padding-right: 1%;
    padding-left: 8%;
}

.big {
    clear: both;
}

h2 {
    text-align: center;
    font-weight: bold;
}

.btn {
    width: 106px;
    height: 52px;
    border-radius: 40px;
    background-color: #75d9dd;
    clear: both;
    margin: auto;
    margin-top: 20px;
    font-size: 20px;
    color: #292929;
    line-height: 38px;
}

.btnDiv {
    margin: auto;
    text-align: center;
    margin-top:50px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.circle {
    border-radius: 50%;
    width: 2.4rem;
    height: 2.4rem;
    background: #75d9dd;
}

.light {
    opacity: .18;
}

.bold {
    font-weight: bold;
    text-align: center;
}
.cart {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.left {
    text-align: left;
    margin:20px;
}

.same-line {
    margin:4px;
    vertical-align: middle;
    display: inline-block;
}

.heb {
    direction: rtl;
}

.two {
    min-width: 90%;
    min-height: 52px;
    border-radius: 40px;
    border: solid 1px #939393;
    /*display: flex;*/
    margin-right: 15px;
    margin-left: 15px;
    overflow:hidden;
}

.labels {
    height: 100%;
}

.red {
    color: red;
    display: none;
}

    select {
        border: 0;
        width: 100%;
        height: 52px;
        border-radius: 40px;
        background-color: rgba(117, 217, 221,.18);
        float: left;
        margin-top: 20px;
    }

    .required {
        color: red;
        display: none;
        font-size: 12px;
    }

    .block {
        display: block;
    }
.middleText {
    padding-top: 46px;
    font-size: 16px;
    text-align: right;
}
.bottom-text {
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}
.margin20{
    margin:20px;
}
.like-input {
    border: 0;
    width: 100%;
    height: 52px;
    border-radius: 40px;
    background-color: rgba(117, 217, 221,.18);
    margin-top: 20px;
    padding: 6px 18px;
    color: blue;
}
.like-input-title {
    border: 6px double white;
    width: 100%;
    height: 52px;
    border-radius: 40px;
    background-color: #337ab7;
    margin-top: 20px;
    padding: 6px 18px;
    color: white;
    font-size: larger;
}
.small {
    font-size: 12px;
}
.red-text{
    color:red;
    float:right;
    clear:both;
}
.green-text{
    color:green;
    float:right;
}
