body {
    font-size: 17px;
    background: url('../griarka.png');
}

textarea {
    font-size: 24px !important;
}

input[type=text], input[type=email], input[type=tel], select {
    height: 65px !important;
    font-size: 24px !important;
}

@media only screen and (max-width: 999px) {
    select {
        text-indent: 0;
        line-height: 1 !important;
    }
}

@media only screen and (max-width: 767px) {
    input[type=text], input[type=email], input[type=tel], select {
        height: 45px !important;
        font-size: 19px !important;
    }

    textarea {
        font-size: 19px !important;
    }
}

@media only screen and (max-width: 375px) {
    input[type=text], input[type=email], input[type=tel], select {
        font-size: 17px !important;
    }

    textarea {
        font-size: 17px !important;
    }
}

input[type=text], input[type=email], input[type=tel], textarea, select {
   
    background: transparent;
    outline: none;
    background-color: #fff;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
    border-color: #3399ff !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 0 10px #3399ff !important;
    -moz-box-shadow: inset 0 0 10px #3399ff !important;
    box-shadow: inset 0 0 10px #3399ff !important;
    background: transparent;
    outline: none;
    background-color: #fff;
}

.select-container select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.select-container {
    position: relative;
}

.select-container::after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
    width: 0;
    z-index: 2;
}

@media only screen and (max-width: 999px) {
    .select-container::after {
        border-left-width: 10px;
        border-right-width: 10px;
        border-top-width: 10px;
        right: 15px !important;
    }
}

.strike {
    text-decoration: line-through;
}

.wrapper {
    max-width: 1000px;
    margin: auto;
    background-color: #fff;
    position: relative;
}

.wrapper a {
    display: inline-block;
}

.wrapper img, .wrapper input[type=image] {
    max-width: 100%;
}

.wrapper .container {
    width: 100% !important;
}

.fixed {
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 15px;
}

.scroll-to-top {
    position: fixed;
    font-size: 19px;
    bottom: 5vw;
    right: 5vw;
    width: 44px;
    height: 44px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.87);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 20;
}

.shadow-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(../images/shadow-top.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    z-index: 10;
}

@media only screen and (max-width: 999px) {
    .shadow-top:before {
        height: 4vw;
    }
}

.shadow-top.reverse:before {
    background-image: url(../images/shadow-bottom.html);
}

.shadow-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(../images/shadow-bottom.html);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    z-index: 10;
}

@media only screen and (max-width: 999px) {
    .shadow-bottom:after {
        height: 4vw;
    }
}

.shadow-bottom.reverse:after {
    background-image: url(../images/shadow-top.html);
}

.shadow-top, .shadow-bottom {
    position: relative;
}

.shadow-top {
    padding-top: 40px;
}

@media only screen and (max-width: 999px) {
    .shadow-top {
        padding-top: 4vw;
    }
}

.shadow-bottom {
    padding-bottom: 40px;
}

@media only screen and (max-width: 999px) {
    .shadow-bottom {
        padding-bottom: 4vw;
    }
}

.heading.shadow-top, .heading.shadow-bottom {
    padding-top: 0;
    padding-bottom: 0;
}

.product .button-select-product {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 0;
    cursor: pointer;
}

.product .button-select-product .selected {
    display: none;
}

.product.selected .button-select-product img {
    display: none;
}

.product.selected .button-select-product .selected {
    display: inline-block;
}

.checkout-form .form {
    position: relative;
}

.success {
    padding-top: 50px;
    padding-bottom: 50px;
}

.success p {
    text-align: left;
    line-height: 1;
}

.success .info {
    font-size: 18px;
}

.success .message {
    text-align: center;
    font-size: 56px;
    margin: 0;
    font-weight: 700;
    padding: 30px;
}

.success .message.alt {
    font-weight: 300;
    margin-top: 30px;
}

@media only screen and (max-width: 999px) {
    .success {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }

    .success .message {
        font-size: 6vw;
        line-height: 8vw;
        padding: 3vw;
    }

    .success .message.alt {
        margin-top: 0;
    }

    .success .info {
        font-size: 6vw;
    }
}

@media only screen and (max-width: 375px) {
    .success .message {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .modal-video .modal-dialog {
        width: 715px;
    }
}

.modal-video .modal-body {
    position: relative;
    padding: 0;
}

.modal-video .modal-body iframe {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
    height: 400px;
}

.modal-video .modal-body .close {
    position: absolute;
    top: 0;
    right: -40px;
    display: inline-block;
    text-align: center;
    width: 40px;
    line-height: 40px;
    height: 40px;
    background-color: #ff3333;
    color: #fff;
    opacity: 1;
    z-index: 10;
    text-shadow: none;
}

@media only screen and (max-width: 767px) {
    .modal-video .modal-body .close {
        top: 0;
        right: 0;
    }
}

.error_label {
    font-size: 23px;
    color: tomato;
    display: none;
    margin-top: 11px;
    font-weight: bold;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

input[type="radio"] {
    display: none;
    -moz-appearance: none;
    box-shadow: none !important;
}

input:focus, button:focus, textarea:focus, select:focus {
    outline: none;
}

[type="submit"] {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    -moz-appearance: none;
    box-shadow: none !important;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

.container {
    margin: 0 auto;
    padding: 0 !important;
}

@media (min-width: 768px) {
    .container {
        width: 768px !important;
    }

    .rightBar {
        width: 145px !important;
        left: 67px;
        height: 490px !important;
    }
}

.container .row {
    margin: 0 !important;
}

[class*="col-"] {
    padding: 0px 5px 5px 5px !important;
}

[class*="col-"] img {
    /*display: block;*/
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

.form_wrap {
    padding: 30px 0;
}

.form_wrap > img.back {
    position: absolute;
    z-index: -5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.grid1 {
    padding: 0 10px;
    display: grid;
    grid-template-columns: 25px calc(100% - 25px);
    align-items: center;
}

.grid1 .self {
}

.grid1 .self.number {
    text-align: center;
    font-size: 2.8em;
    filter: blur(2.5px);
    color: #d6dee1;
}

.grid1 .self.form_item {
    padding: 10px;
}

.grid1 .self.form_item input,
.grid1 .self.form_item textarea,
.grid1 .self.form_item select {
    background: url(img/x/form_item_back.html) repeat;
    background-size: auto 100%;
    padding: 0 10px;
    display: block;
    width: 100%;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0 #ddd !important;
}

.grid1 .self.form_item input {
    height: 50px;
}

.grid1 .self.form_item select {
    height: 50px;
    color: #757575;
}

.grid1 .self.form_item textarea {
    height: 170px;
    padding: 10px 10px;
}

.form1_submit_button {
    background: none;
    border: 0 !important;
    margin-bottom: -3px !important;
}

label {
    margin: 0;
    outline: none
}

.color {
    display: none;
}

.form-group {
    margin-bottom: 15px !important;
    width: 98%;
    margin: 0 auto;
}

im.calc_price, im.price, span.deneme2 {
    direction: rtl;
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    display: block;
}

span.deneme2 {
    color: red;
    font-size: 17px;
}


.product-image.selected {
    display: none;
}

.product.selected .product-image {
    display: none;
}

.product.selected .product-image.selected {
    display: block;
}


.button-submit-container {
    padding-top: 50px;
}

@media only screen and (max-width: 999px) {
    .button-submit-container {
        padding-top: 5vw;
    }
}

.form_btn {
    width: 100%;
    height: 55px;
    margin: 0px 0px 10px 0px;
    font-size: 25px;
    background: blue;
    color: #fff;
    font-weight: bold;
    border: 0px;
    border-radius:50px;
}

.form_btn:hover{
    background: darkblue;
}

.dn{
    display:none;
}

.di{
    display:inline;
}

ul.footer_menu{
    display: inline-flex;
    list-style-type:none;
}

ul.footer_menu li{
    margin:5px;
}

.ortala{
    text-align:center !important;
}

.tel_dikkat {
    background: url(../phone-warning.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: right !important;
    border: 2px solid #501919 !important;
    transition:1s !important;
}

.tel_ok {
    background: url(../phone-ok.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: right !important;
    border: 2px solid #501919 !important;
    transition:1s !important;
}