body {
    font-size: 17px;
}

textarea {
    font-size: 24px !important;
}

input[type=text], input[type=email], input[type=tel], select {
    height: 100px !important;
    font-size: 40px !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 {
    border-color: #787878 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 0 10px #787878 !important;
    -moz-box-shadow: inset 0 0 10px #787878 !important;
    box-shadow: inset 0 0 10px #787878 !important;
    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%;
}

.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;
    }
}
body {
    background-color: #f2f2f2;
    color: #000;
    font-size: 17px;
}
html {
    scroll-behavior: smooth;
}
.modal-video .modal-body .close {
    background-color: #000;
}

.scroll-to-top {
    background-color: rgba(0, 0, 0, 0.87);
}

.wrapper {
    background-color: #fff;
}

#header .header-call-out {
    position: absolute;
    right: 0;
    bottom: -60px;
    z-index: 15;
}

@media only screen and (max-width: 999px) {
    #header .header-call-out {
        bottom: -6vw;
        width: 34vw;
    }
}

.index-01 {
    margin-top: -1px;
    background-color: transparent;
}

@media only screen and (max-width: 999px) {
    .index-01 {
        margin-top: -1.1vw;
    }
}

.product-image.selected {
    display: none;
}

.product.selected .product-image {
    display: none;
}

.product.selected .product-image.selected {
    display: block;
}

.product [type=radio] {
    position: absolute;
    opacity: 0;
}

.button-submit-container {
    padding-top: 50px;
}

@media only screen and (max-width: 999px) {
    .button-submit-container {
        padding-top: 5vw;
    }
}

.success {
    background-color: #000;
}

.success .message {
    color: #fff;
}

@charset "utf-8";



.counter {
    float: left;
    width: 100%;
}

.kalanurun {
    float: left;
    width: 40%;
}

#quata {
    float: left;
    width: 50%;
    font-size: 52px;
    color: #dc7249;
    margin: 0;
    text-align: center;
    line-height: 62px;
    height: 74px;
    margin-left: 119px;
    border: 4px solid #010101;
}

#quata1 {
    float: left;
    width: 50%;
    font-size: 52px;
    background-color: #fff;
    color: #c5c5c5;
    margin: 0;
    font-weight: 900;
    text-align: center;
    line-height: 62px;
    height: 74px;
    margin-left: 119px;
    border: 4px solid #7fbed5;
}

#quata2 {
    float: left;
    width: 70%;
    font-size: 40px;
    background-color: #380c48;
    color: #c5c5c5;
    font-family: ProximaBold;
    margin: 0;
    font-weight: 900;
    text-align: center;
    line-height: 62px;
    margin-left: 15%;
    border-radius: 10px;
}

.sayac {
    float: left;
    width: 60%;
}

.sayac span {
    width: 100%;
    font-weight: 900;
    font-size: 15px;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}

.defaultCountdown {
    float: left;
    width: 100%;
}

#timer {
    float: left;
    width: 100%;
}

#vals {
    float: left;
    width: 83%;
    color: #FFF;
    padding: 0;
    background-color: #380c48;
    margin: 0;
    text-align: left;
    line-height: 62px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 18px;
    border-radius: 10px;
    margin-left: 12%;
}

#h {
    float: left;
    margin-right: 0px;
}

#m {
    float: left;
    margin-right: 0px;
    margin-left: 5px;
}

#s {
    float: left;
    margin-left: 5px;
}

#labels {
    float: left;
    width: 100%;
    padding-left: 103px;
    padding-top: 10px;
}

#hl {
    font-size: 15px;
    margin-right: 80px;
    color: #fff;
    float: left;
}

#ml {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    float: left;
}

#sl {
    font-size: 15px;
    margin-left: 69px;
    color: #fff;
    float: left;
}

.kalanurun span {
    font-size: 15px;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}




#quata {
    float: left;
    background-color: #fff;
    width: 25%;
    font-size: 2px;
    color: #c5c5c5;
    margin: 0;
    font-weight: 900;
    text-align: center;
    line-height: 62px;
    height: 74px;
    margin-left: 37%;
    border: 4px solid #7fbed5;
}



.counter {
    float: left;
    width: 100%;
}

.kalanurun {
    float: left;
    width: 40%;
}

#quata {
    float: left;
    width: 50%;
    font-size: 22px;
    color: #dc7249;
    margin: 0;
    text-align: center;
    line-height: 62px;
    height: 74px;
    margin-left: 119px;
    border: 4px solid #010101;
}

#quata1 {
    float: left;
    width: 50%;
    font-size: 22px;
    background-color: #fff;
    color: #c5c5c5;
    margin: 0;
    font-weight: 900;
    text-align: center;
    line-height: 62px;
    height: 74px;
    margin-left: 119px;
    border: 4px solid #7fbed5;
}

#quata2 {
    width: 87%;
    font-size: 8vw;
    line-height: 12vw;
    margin-left: 6%;
    border-radius: 10px;
}

.sayac {
    float: left;
    width: 60%;
}

.sayac span {
    font-size: 3vw;
    line-height: 4vw;
    margin-bottom: 2%;
}


#vals {
    width: 91%;
    font-size: 8vw;
    line-height: 12vw;
    padding-left: 4%;
    margin-left: 7%;
    text-align: center;
}

#h {
    width: 35%;
}

#m {
    margin-left: 0;
    width: 35%;
}

#s {
    margin-left: 0;
    width: 30%;
}

#labels {
    float: left;
    width: 100%;
    padding-left: 103px;
    padding-top: 10px;
}

#hl {
    font-size: 15px;
    margin-right: 80px;
    color: #fff;
    float: left;
}

#ml {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    float: left;
}

#sl {
    font-size: 15px;
    margin-left: 69px;
    color: #fff;
    float: left;
}





.product-counter_2 {position: absolute;line-height: 1;font-weight: 800;top: 32%;font-size: 70px;right: 8%;color: #000;border-radius: 5px;}
.product-counter_3 {

    position: absolute;
    line-height: 1;
    font-weight: 800;
    top: 113%;
    font-size: 70px;
    left: 10%;
    color: #fff;
    border-radius: 5px;
}
.product-counter_4 {position: absolute;line-height: 1;font-weight: 800;top: 63%;font-size: 52px;right: 49%;color: #fff;border-radius: 5px;}

.clock_2 {
    position: absolute;
    right:36%;
    top: 28%;
    line-height: 1;
    font-size: 40px;
    font-weight: 800;
    color:#fff;
}
.clock_2 .minute {
    margin-left: 2.5vw;
}

.clock_2 .second {
    margin-left: 2.5vw;
}
.clock_3{
    position: absolute;
    left: 34.2%;
    top: 113%;
    line-height: 1;
    font-size: 56px;
    font-weight: 800;
    color: #fff;
}
.clock_3 .minute {
    margin-left: 30%;
}

.clock_3 .second {
    margin-left: 25%;
}
.clock_4{
    position: absolute;
    right: 7.2%;
    top: 41%;
    line-height: 1;
    font-size: 70px;
    font-weight: 800;
    color:#fff;
}
.clock_4 .minute {
    margin-left: 4vw;
}

.clock_4 .second {
    margin-left: 4vw;
}
@media only screen and (max-width: 999px) {
    .clock_2 {
        font-size: 5.5vw !important;
        top: 6vw !important;
        color:#fff;
        right: 36%;
    }

    .clock_2 .minute {
        margin-left: 6vw !important;
    }

    .clock_2 .second {
        margin-left: 6vw !important;
    }
    .clock_3 {
        font-size: 6.5vw !important;
        top: 59.7vw !important;
        color: #fff;
        left: 34.2%!important;
    }

    .clock_3 .minute {
        margin-left: 5vw !important;
    }

    .clock_3 .second {
        margin-left: 5vw !important;
    }
    .clock_4 {
        font-size: 10.5vw !important;
        top: 29vw !important;
        color:#fff;
    }

    .clock_4 .minute {
        margin-left: 6vw !important;
    }

    .clock_4 .second {
        margin-left: 4vw !important;
    }


    .product-counter_2 {
        font-size: 9vw !important;
        top: 15vw;
        color: #000;
    }
    .product-counter_3 {
        font-size: 9vw !important;
        top: 59vw;
        color: #fff;
    }
    .product-counter_4 {
        font-size: 6vw !important;
        top: 60vw;
        color: #fff;
    }


}
.whatsapp-icon {
     position: fixed;
     bottom: 80px;
     right: 10px;
     width: 60px;
     height: 60px;
     background-color: #25D366;
     border-radius: 50%;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 1000;
     transition: background-color 0.3s ease;
 }
.whatsapp-icon img {
    width: 30px;
    height: 30px;
}
.whatsapp-icon:hover {
    background-color: #128C7E;
}
.wsk-float{
    position: fixed;
    bottom:40px;
    right: 30px;
    z-index: 9999999999999;

}
.container {
    margin: 0 auto;
    padding: 0 !important;
    background: #fff;
}
.wsk-float a, .wsk-float a img{
    display: block;

}
button.btn {
    background: #bb0c11;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px 75px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: #7fcb2e;
}
form {
    background: #fff;
}
form a {
    color: #000;
    font-weight: 500;
}
label.sozlesme {
    padding: 10px;
}
input#telefon {
    box-shadow: none !important;
}
.pulse-button {
    position: relative;
    width: 70px;
    height: 70px;
    border: none;
    box-shadow: 0 0 0 0 rgba(41, 167, 26, .7);
    border-radius: 50%;
    background-color: #29a71a;
    background-image:url(../wpicon.png);
    background-size:cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);

}
.pulse-button:hover
{
    -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);}}

@media only screen and (min-width: 1900px) {
    .wsk-float{display:none;}
}
.telefon-es { width: 100%; padding: 10px; border-radius: 5px; border: 1px solid #ccc; box-sizing: border-box; font-family: Arial, sans-serif; font-size: 14px; margin-bottom: 10px;}input[type="text"], textarea, select { width: 100%; padding: 10px; border-radius: 5px; border: 1px solid #ccc; box-sizing: border-box; font-family: Arial, sans-serif; font-size: 14px; margin-bottom: 0px;}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select, textarea, input[type="text"], button[type="button"] {
    -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 (max-width: 768px) {
    input[type="text"], textarea, select {
        width: 100%;
        padding: 20px 10px;
        font-size: 40px !important;
    }
    input[type=text], input[type=email], input[type=tel], select {
        height: 65px !important;
        font-size: 20px !important;
    }
    input[type="radio"], input[type="checkbox"] {
        margin: 4px 0 0;
        width: 20px;
        height: 20px;
    }
    label.sozlesme {
        padding: 20px;
        font-size: 16px;
    }
    button.btn {
        padding: 24px 75px;
        margin-bottom: 20px;
        width: -webkit-fill-available;
        margin: 0px 20px;
        font-size: 21px;
        margin-bottom: 20px;
    }
}


.container .row {
    margin: 0 !important;
}

[class*="col-"] {
    padding: 0 !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%;
}

.product-counter_3 {
    top: 25.3% !important;
    left: 75%;
    color: #000;
}

@media (max-width: 768px) {
    .product-counter_3 {
        top: 25% !important;
    }
}


body {
    background: #d2d2d2
}

.row {
    background: #fafafa;
    box-shadow: 0 0 10px #ebebeb;
}

.validate_error {
    margin-top: 10px !important;
    color: #b5220a;
    font-weight: bold;
    display: none;
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 20px;
    right: 15px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 35px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
textarea.input-lg, select[multiple].input-lg {
    font-size: 20px !important;
}