@import 'normalize.css';

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font: 400 18px/1.4 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
    -webkit-font-smoothing: antialiased;
}

.ry-wrap {
    background-color: #f5f5f5;
}

.ry-header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 10;
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    box-shadow: 0 4px 17px rgba(0,0,0,.5);
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
    color: #fff;
    transform: translateX(-50%);
}

.ry-header-visible .ry-header {
    visibility: visible;
    opacity: 1
}

.ry-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 14.3%;
    background: url(../images/sticky.png) no-repeat 0 0/cover;
}

.ry-header a:first-child {
    position: absolute;
    display: block;
    width: 67.4%;
    height: 65%;
    top: 16%;
    left: 2.8%;
    text-indent: -9999px;
    overflow: hidden;
}

.ry-header a:last-child {
    position: absolute;
    display: block;
    width: 25%;
    height: 65%;
    top: 16%;
    left: 71.8%;
    text-indent: -9999px;
    overflow: hidden;
}


.ry-main {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    background-color: #fff;
}

/*
 * Buttons
 */
.ry-btn {
    display: inline-block;
    padding: .8em 2em;
    border-radius: 2em;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    background-color: #108931;
    color: #fff;
}

.ry-btn-bsa,
.ry-btn-order {
    display: block;
    position: relative;
    width: 100%;
    padding: .9em 0;
    border: none;
    outline: 0;
    border-radius: 4px;
    font-size: 26px;
    font-weight: 700;
    background: #D00808;
    color: #fff;
    cursor: pointer;
}

.ry-btn-bsa:disabled,
.ry-btn-order:disabled {
    opacity: .5;
}

.ry-btn-bsa {
    background: #f39803;
}

.ry-btn-bsa::before,
.ry-btn-order::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    width: calc( 100% - 4px );
    height: 1px;
    background-color: rgba(255,255,255,.5);
}

@media only screen and (max-width: 575px) {
    
    .ry-btn-bsa,
    .ry-btn-order {
        font-size: 4.52vw;
    }

}

/*
 * ORDER FORM
 */
.ry-order-form {
    padding: 0 5%;
}

.ry-order-form .ry-title-bar {
    margin-top: 40px;
}

.ry-form-block,
.ry-checkbox,
.ry-form-submit {
    margin-bottom: 30px;
}

.ry-form-block > label {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: .5em;
}

.ry-form-block > .ry-sublabel {
    margin: -.4em 0 1em;
    font-weight: 600;
    color: #085a86;
}

.ry-checkbox {
    position: relative;
    padding-left: 2.5em;
    line-height: 1.45;
    font-weight: 300;
    cursor: pointer;
}

.ry-checkbox a {
    text-decoration: none;
    font-weight: 700;
    color: inherit;
}

.ry-checkbox::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 1.45em;
    height: 1.45em;
    border: 2px solid #008a2c;
}

.ry-checkbox::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 1.45em;
    height: 1.45em;
    background: url(../images/icon-tick.svg) center center / 60% no-repeat;
}

.ry-radio {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: normal;
    user-select: none;
    cursor: pointer;
}

.ry-radio:last-child {
    margin-bottom: 40px;
}

.ry-radio::before {
    position: relative;
    z-index: 2;
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    margin-top: 2.2em;
    background: url(../images/icon-radio.svg) center center / contain no-repeat;
}

.ry-radio.selected::before {
    background-image: url(../images/icon-radio-selected.svg);
}

.ry-radio > img {
    position: relative;
    z-index: 1;
    width: 30%;
    margin: 0 2% 0 1%;
}

.ry-radio-body {
    position: relative;
    z-index: 3;
    width: 56%;
    padding-top: 3%;
}

.ry-radio .ry-title {
    font-size: 0.75em;
    line-height: 1.3;
    font-weight: 500;
}

.ry-radio .ry-subline {
    margin-top: .2em;
    font-size: .5em;
    font-weight: 500;
    color: #C86868;
}

.ry-radio .ry-subline.ry-smaller {
    font-size: .5em;
}

/* Modern form stilleri */
.ry-form-block {
    margin-bottom: 25px;
    position: relative;
}

.ry-form-block label {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
    position: relative;
}

.ry-form-block label::after {
    content: ' *';
    color: #dc3545;
    font-weight: 700;
}



input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
select,
textarea {
    width: 100%;
    height: 60px;
    padding: 0 1em;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    background-color: #fff;
    color: #333;
    transition: all 0.3s ease;
    outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    border-color: #108931;
    box-shadow: 0 0 0 3px rgba(16, 137, 49, 0.1);
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
    color: #9ca3af;
    font-weight: 400;
}



select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select option {
    padding: 12px;
    font-size: 16px;
    background-color: #fff;
    color: #333;
}

textarea {
    height: 140px;
    padding-top: 1em;
    padding-bottom: 1em;
    resize: vertical;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
    color: #D5DDD7;
}

@media only screen and (max-width: 575px) {

    .ry-order-form .ry-title-bar {
        margin-top: 6.95vw;
        margin-bottom: 5.25vw;
    }

    .ry-form-block,
    .ry-checkbox,
    .ry-form-submit {
        margin-bottom: 5.25vw;
    }

    .ry-checkbox {
        font-size: 3.1vw;
    }

    .ry-form-block > label {
        font-size: 3.8vw;
    }

    .ry-form-block > .ry-sublabel {
        font-size: 3.1vw;
    }
    
    .ry-radio {
        margin-bottom: 1.75vw;
        font-size: 4.5vw;
    }

    .ry-radio:last-child {
        margin-bottom: 7vw;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="number"],
    select,
    textarea {
        height: 50px;
    }

    textarea {
        height: 100px;
    }

}


/*
 * COUNTDOWN
 */
.ry-countdown {
    display: flex;
    flex-flow: column nowrap;
    font-size: 20px;
    background: #0082c61f;
}

.ry-countdown .ry-title {
    margin: 0;
    text-align: center;
    font-size: 1em;
    padding: .5em 0;
    color: #054b6f;
}

.ry-countdown .ry-time {
    display: flex;
    flex-grow: 1;
    width: 84%;
    height: 46%;
    margin: 0 auto;
    padding-bottom: .18em;
    font-size: 1.8em;
    justify-content: space-around;
}

.ry-countdown .ry-time .ry-col {
    display: flex;
    flex-flow: column nowrap;
    width: 28%;
    color: #054b6f;
}

.ry-countdown .ry-time .ry-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60%;
    padding: .35em 0;
    border-radius: 2px;
    line-height: 1;
    font-weight: 600;
    background-color: #fff;
}

.ry-countdown .ry-time .ry-subline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-size: .5em;
    font-weight: 300;
    color: #3E403E;
}

@media only screen and (max-width: 575px) {

    .ry-countdown {
        font-size: 3.2vw;
    }

}

/*
 * Top Bar
 */
.ry-top-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: .91666em;
    background-color: #ffe8b6;
}

.ry-top-bar img {
    width: 2em;
}

@media only screen and (max-width: 575px) {

    .ry-top-bar {
        font-size: 2.95vw;
        letter-spacing: -.03em;
    }

}

/*
 * Eczane
 */
.ry-eczane {
    display: flex;
    align-items: center;
    line-height: 1.3;
    text-align: center;
}
.ry-eczane img {
    width: 2.75em;
    height: auto;
    margin-right: .6em;
}

.ry-eczane img + span {
    text-align: left;
}

/*
 * Title Bar
 */
.ry-title-bar {
    margin: 80px 0 40px;
    padding: 0 10%;
    line-height: 1.25;
    letter-spacing: -.02em;
    font-weight: 400;
    text-align: center;
}

h1.ry-title-bar {
    font-size: 50px;
}

h2.ry-title-bar {
    font-size: 36px;
}

h3.ry-title-bar {
    font-size: 28px;
}

h4.ry-title-bar {
    font-size: 22px;
}

h5.ry-title-bar {
    font-size: 18px;
}

@media only screen and (max-width: 575px) {

    .ry-title-bar {
        margin: 7.18vw 0 6.95vw;
    }
    
    h1.ry-title-bar {
        font-size: 8.6vw;
    }

    h2.ry-title-bar {
        font-size: 6.2vw;
    }

    h3.ry-title-bar {
        font-size: 4.9vw;
    }

    h4.ry-title-bar {
        font-size: 3.8vw;
    }

    h5.ry-title-bar {
        font-size: 3.1vw;
    }

}

.ry-title-bar.ry-fill {
    padding: .5em 0;
    font-weight: 300;
    background-color: #0082c6;
    color: #fff;
}

.ry-tb-2,
.ry-tb-3 {
    padding: 0 5%;
}

.ry-title-bar > b {
    font-weight: 600;
}

.ry-title-bar > strong {
    font-weight: 700;
}

.ry-title-bar span {
    color: #1A8835;
}

.ry-tb-1 span {
    color: #0083c7;
}

/*
 * Paragraph
 */
.ry-para {
    margin: 10px 0 30px;
    padding: 0 10%;
    letter-spacing: -.02em;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
}

.ry-para + .ry-title-bar {
    margin-top: 60px;
}

@media only screen and (max-width: 575px) {
    
    .ry-para {
        margin: 1.73vw 0 5.21vw;
        font-size: 3.7vw;
    }

    .ry-para + .ry-title-bar {
        margin-top: 10.4vw;
    }

}

/*
 * Image
 */
.ry-image {
    margin: 80px 0 40px;
}

.ry-image > img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.ry-image .ry-caption {
    display: block;
    padding: 0 10%;
    line-height: 1.25;
    letter-spacing: -.02em;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #0082c6;
}

@media only screen and (max-width: 575px) {

    .ry-image {
        margin: 7.18vw 0 6.95vw;
    }

    .ry-image .ry-caption {
        font-size: 3.8vw;
    }

}

/*
 * Section Btn
 */
.ry-has-btn {
    position: relative;
}

.ry-has-btn.ry-btn-pad {
    /* buton varsa ve tepeden padding vermek istiyorsak */
    padding-top: 40px;
}

.ry-has-btn > .ry-btn {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 85%;
    font-size: 26px;
}

@media only screen and (max-width: 575px) {
    
    .ry-has-btn.ry-btn-pad {
        padding-top: 6.95vw;
    }

    .ry-has-btn > .ry-btn {
        font-size: 4.5vw;
    }

}

/*
 * Parallax
 */
.ry-px {
    position: relative;
    overflow: hidden;
}

.ry-px-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ry-px-bg img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 120%;
    height: 120%;
    max-width: none;
    margin: -10% 0 0 -10%;
    object-fit: cover;
    user-select: none;
    backface-visibility: hidden;
}

.ry-px-bg::before {
    content: "";
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007a;
}

.ry-px-text {
    position: relative;
    z-index: 2;
    padding: 140px 0;
    color: #fff;
}

@media only screen and (max-width: 575px) {
    
    .ry-px-text {
        padding: 24.35% 0;
    }

}

.ry-px-text > .ry-title-bar:first-child {
    margin-top: 0;
}

.ry-px-text > .ry-title-bar:last-child {
    margin-bottom: 0;
}

.ry-px .ry-title-bar {
    font-weight: 300;
}

.ry-px .ry-image {
    position: relative;
    z-index: 2;
    margin: 0;
}

.ry-px .ry-image img {
    position: relative;
    z-index: 2;
}

.ry-px .ry-image::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #fff;
}

/*
 * Element 1
 */
.ry-el-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    padding: 30px 4%;
}

.ry-el-1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 92%;
    height: 1px;
    border-bottom: 2px dashed #D3DED6;
}

.ry-el-1 .ry-text {
    width: 50%;
    line-height: 1.2;
    font-size: 20px;
}

.ry-el-1 .ry-right {
    width: 49%;
}

@media only screen and (max-width: 575px) {
    
    .ry-el-1 {
        padding-top: 5.25vw;
        padding-bottom: 5.25vw;
        margin-bottom: 5.25vw;
    }

    .ry-el-1 .ry-text {
        font-size: 3.2vw;
    }

}

/*
 * Element 2
 */
.ry-el-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 4%;
}

.ry-el-2 .ry-logo {
    width: 28%;
}

.ry-el-2 .ry-logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.ry-el-2 .ry-right {
    width: 61%;
}

.ry-el-2 .ry-eczane {
    margin-bottom: 1em;
}

.ry-el-2 .ry-btn {
    width: 100%;
}

@media only screen and (max-width: 575px) {

    .ry-el-2 {
        margin-bottom: 5.25vw;
    }
    
    .ry-el-2 .ry-right {
        width: 65%;
        font-size: 3.1vw;
    }
    
}

/*
 * Element 3
 */
.ry-el-3 {
    margin-bottom: 70px;
}

.ry-el-3 .ry-eczane {
    width: 61%;
    margin: 0 auto;
}

@media only screen and (max-width: 575px) {
    
    .ry-el-3 {
        margin-bottom: 12.17vw;
    }

    .ry-el-3 .ry-eczane {
        width: 65%;
        font-size: 3.1vw;
    }

}

/*
 * Element 4
 */
.ry-el-4 {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.ry-el-4 > * {
    position: relative;
    z-index: 4;
}

.ry-el-4::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 100%;
    left: 50%;
    width: 150%;
    height: 70%;
    border-radius: 80%;
    background-color: #fff;
    transform: translate3d(-50%, 50%, 0) rotate(-5deg);
}

.ry-el-4::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(top, rgba(253,243,216,1) 0%, rgba(251,235,196,0.29) 54%, rgba(250,227,176,0.18) 100%);
    background: -webkit-linear-gradient(top, rgba(253,243,216,1) 0%,rgba(251,235,196,0.29) 54%,rgba(250,227,176,0.18) 100%);
    background: linear-gradient(to bottom, rgba(253,243,216,1) 0%,rgba(251,235,196,0.29) 54%,rgba(250,227,176,0.18) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf3d8', endColorstr='#2efae3b0',GradientType=0 );
}

.ry-el-4 .ry-para {
    margin-bottom: 60px;
    font-size: 22px;
}

@media only screen and (max-width: 575px) {
    
    .ry-el-4 .ry-para {
        margin-bottom: 10.4vw;
        font-size: 3.8vw;
    }

}

/*
 * Element 5
 */
.ry-el-5 {
    position: relative;
    margin: 0;
}

.ry-el-5::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.ry-el-5 + .ry-title-bar {
    margin-top: 0;
}

/*
 * Element 6
 */
.ry-el-6 {
    margin-top: 80px;
}

.ry-el-6 h2.ry-t3 {
    margin-top: 0;
    font-size: 48px;
}

.ry-el-6 .ry-image {
    margin-top: -60px;
}

@media only screen and (max-width: 575px) {
    
    .ry-el-6 {
        margin-top: 13.9vw;
    }

    .ry-el-6 h2.ry-t3 {
        font-size: 8.35vw;
    }

    .ry-el-6 .ry-image {
        margin-top: -10.4vw;
    }

}

/*
 * Element 7
 */
.ry-el-7 .ry-image {
    margin-top: 0;
}

/*
 * Element 8
 */
.ry-el-8 {
    padding: 0 5%;
}

.ry-el-8 .ry-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2% 5%;
    border: 2px solid #0082c6;
}

.ry-el-8 .ry-logo {
    width: 26%;
}

.ry-el-8 .ry-logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.ry-el-8 .ry-right {
    width: 62%;
}

.ry-el-8 .ry-countdown {
    background-color: transparent;
}

.ry-el-8 .ry-countdown .ry-title {
    font-size: .9em;
}

.ry-el-8 .ry-countdown .ry-time {
    width: 75%;
}

.ry-el-8 .ry-countdown .ry-time .ry-num {
    background-color: #0082c6;
    color: #fff;
}

/*
 * Element 9
 */
.ry-el-9 .ry-image {
    margin-top: 30px;
    padding: 0 10%;
}

@media only screen and (max-width: 575px) {
    
    .ry-el-9 .ry-image {
        margin-top: 5.2vw;
    }

}

/*
 * Comments
 */
.ry-com {
    background-color: #0082c61c;
}

.ry-com-head {
    padding: 60px 0 10px;
    text-align: center;
}

.ry-com-head .ry-stars {
    width: 28%;
}

.ry-com-head .ry-title-bar {
    margin: 10px 0 30px;
}

.ry-com-item {
    display: flex;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto 15px;
    padding: 1.2em .7em 1.5em;
    border-radius: 2px;
    font-size: 18px;
    background-color: #fff;
}

.ry-com-item:last-child {
    margin-bottom: 0;
}

.ry-com-item-body {
    flex-grow: 1;
    flex-basis: 0;
}

.ry-com .ry-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.7em;
    height: 3.7em;
    margin-right: 1.5em;
    border-radius: 100%;
    font-weight: 700;
    background-color: #90909057;
    color: #ffffff;
    user-select: none;
}

.ry-com-item .ry-stars {
    width: 6.3em;
    margin-bottom: .5em;
    margin-left: -.2em;
    vertical-align: top;
}

.ry-com .ry-commenter {
    display: flex;
    align-items: center;
    margin-bottom: .5em;
}

.ry-com .ry-name {
    font-weight: 700;
}

.ry-com .ry-time {
    margin-left: 1em;
    font-weight: 600;
    font-size: .9em;
    color: #afafaf;
}

.ry-com .ry-time::before {
    content: "(";
}

.ry-com .ry-time::after {
    content: ")";
}

.ry-com-text {
    margin-bottom: 1em;
    line-height: 1.3;
    padding-right: 1em;
}

.ry-com-verified {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #0a8a33;
}

.ry-com-verified::before {
    content: "";
    display: block;
    width: 1em;
    height: 1.33333em;
    margin-right: .5em;
    background: url(../images/icon-tick-circle.svg) center center / contain no-repeat;
}

.ry-com-subline {
    padding: 1.7em 5%;
    text-align: center;
    font-weight: 700;
    color: #0082c6;
}

@media only screen and (max-width: 575px) {
    
    .ry-com-head {
        padding: 10.4vw 0 1.75vw;
    }

    .ry-com-head .ry-title-bar {
        margin: 1.75vw 0 5.25vw;
    }

    .ry-com-item {
        margin-bottom: 2.6vw;
        font-size: 3.15vw;
    }

    .ry-com-subline {
        font-size: 3.1vw;
    }

}

/*
 * Footer
 */
.ry-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    padding: 1.4em 1.4em;
    border-top: 3px dashed #ddf3ff;
}

.ry-footer .ry-logo {
    width: 18%;
}

.ry-footer .ry-right {
    display: flex;
    align-items: flex-start;
    width: 62%;
    line-height: 1.4;
    font-size: 16px;
}

.ry-footer .ry-right::before {
    content: "";
    width: 3.2em;
    height: 1.28em;
    margin-right: .9em;
    font-size: 1.2em;
    background: url(../images/flags/tr.svg) center center / contain no-repeat;
}

@media only screen and (max-width: 575px) {

    .ry-footer {
        margin-top: 10.4vw;
    }
    
    .ry-footer .ry-right {
        width: 70%;
        font-size: 2.6vw;
    }

}

/*
 * BSA
 */
.ry-bsa {
    padding-bottom: 1px;
    background-color: #0082c61c;
}

.ry-bsa .ry-form-block,
.ry-bsa .ry-form-submit {
    padding: 0 5%;
}

.ry-order-form > .ry-bsa {
    margin-top: 60px;
}

.ry-bsa .ry-note {
    display: none;
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
}

.ry-bsa.ry-success .ry-form-block,
.ry-bsa.ry-success .ry-form-submit,
.ry-bsa.ry-success .ry-note {
    display: none;
}

.ry-bsa.ry-success .ry-note-success {
    display: block;
}

@media only screen and (max-width: 575px) {
    
    .ry-order-form .ry-bsa {
        margin-top: 10.4vw;
    }

}

/* Loading animasyonu */
.ry-loading {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-size: 18px;
    font-weight: 500;
}

.ry-loading::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #e1e5e9;
    border-radius: 50%;
    border-top-color: #108931;
    animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Adet seçimi stilleri */
.ry-quantity-select {
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 2px solid #e1e5e9;
}

.ry-quantity-select .ry-title-bar {
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #333;
}

.ry-quantity-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.ry-quantity-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.ry-quantity-option:hover {
    border-color: #108931;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 137, 49, 0.2);
}

.ry-quantity-option.selected {
    border-color: #108931;
    background: #108931;
    color: white;
}

.ry-quantity-number {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 5px;
}

.ry-quantity-text {
    font-size: 0.8em;
    font-weight: 500;
}

.ry-total-info {
    padding: 15px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e1e5e9;
}

.ry-total-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: 600;
}

.ry-total-amount {
    color: #108931;
    font-size: 1.2em;
}

.ry-kargo-info {
    font-size: 0.9em;
    color: #666;
}

.ry-kargo-text {
    font-weight: 500;
}

/* Mobil responsive */
@media only screen and (max-width: 575px) {
    .ry-quantity-select {
        margin: 20px 0;
        padding: 15px;
    }
    
    .ry-quantity-options {
        gap: 8px;
    }
    
    .ry-quantity-option {
        width: 60px;
        height: 60px;
    }
    
    .ry-quantity-number {
        font-size: 1.2em;
    }
    
    .ry-quantity-text {
        font-size: 0.7em;
    }
    
    .ry-total-price {
        font-size: 1em;
    }
    
    .ry-total-amount {
        font-size: 1.1em;
    }
}

/* Popup overlay - arka plan bulanıklaştırma */
.ry-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    opacity: 0;
    animation: overlayFadeIn 0.3s ease-out forwards;
}

/* Başarılı ve hata mesajları */
.ry-success-message,
.ry-error-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 400px;
    width: 90%;
    z-index: 10000;
    animation: messageSlideIn 0.3s ease-out;
}

.ry-success-message {
    border: 3px solid #28a745;
}

.ry-error-message {
    border: 3px solid #dc3545;
}

.ry-success-icon,
.ry-error-icon {
    font-size: 3em;
    margin-bottom: 15px;
}

.ry-success-message h3,
.ry-error-message h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.ry-success-message p,
.ry-error-message p {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.ry-order-details {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    text-align: left;
}

.ry-order-details p {
    margin: 5px 0;
    color: #333;
}

.ry-success-note {
    font-size: 0.9em;
    color: #28a745;
    font-weight: 500;
}

.ry-close-success,
.ry-close-error {
    background: #108931;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.ry-close-success:hover,
.ry-close-error:hover {
    background: #0d6e28;
    transform: translateY(-2px);
}

@keyframes overlayFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes messageSlideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Mobil responsive */
@media only screen and (max-width: 575px) {
    .ry-success-message,
    .ry-error-message {
        padding: 20px;
        max-width: 90%;
    }
    
    .ry-success-icon,
    .ry-error-icon {
        font-size: 2.5em;
    }
    
    .ry-success-message h3,
    .ry-error-message h3 {
        font-size: 1.1em;
    }
    
    .ry-close-success,
    .ry-close-error {
        padding: 10px 25px;
        font-size: 0.9em;
    }
}

/* Ödeme Yöntemi Stilleri */
.ry-payment-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.ry-payment-option {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

.ry-payment-option:hover {
    border-color: #108931;
    background: #f0f8f0;
}

.ry-payment-option input[type="radio"] {
    margin-right: 12px;
    transform: scale(1.2);
    accent-color: #108931;
}

.ry-payment-option input[type="radio"]:checked + label {
    color: #108931;
    font-weight: 600;
}

.ry-payment-option label {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
    flex: 1;
}

@media only screen and (max-width: 575px) {
    .ry-payment-options {
        gap: 10px;
    }
    
    .ry-payment-option {
        padding: 12px;
    }
    
    .ry-payment-option label {
        font-size: 16px;
    }
}

/* Ürün badge stilleri */
.ry-radio-image-container {
    position: relative;
    display: inline-block;
}

.ry-product-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    color: white;
    text-align: center;
    min-width: 50px;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.ry-badge-en-cok-satan {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.ry-badge-populer {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.ry-badge-yeni {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
}

.ry-badge-indirim {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

.ry-badge-kampanya {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
}

.ry-badge-ozel {
    background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
}

.ry-badge-firsat {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
}

@media only screen and (max-width: 575px) {
    .ry-product-badge {
        font-size: 9px;
        padding: 3px 6px;
        min-width: 40px;
        top: 5px;
        right: 5px;
    }
}