﻿/*WORKSANS FONTFAMILY*/
@font-face {
    font-family: 'WorkSans-Black';
    src: url('fonts/WorkSans-Black.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-Bold';
    src: url('fonts/WorkSans-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-ExtraBold';
    src: url('fonts/WorkSans-ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-ExtraLight';
    src: url('fonts/WorkSans-ExtraLight.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-Hairline';
    src: url('fonts/WorkSans-Hairline.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-Light';
    src: url('fonts/WorkSans-Light.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-Medium';
    src: url('fonts/WorkSans-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-Regular';
    src: url('fonts/WorkSans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'worksans-roman-vf';
    src: url('fonts/worksans-roman-vf.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('fonts/WorkSans-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-Thin';
    src: url('fonts/WorkSans-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'Anothershabby_pro_regular_v3_trial';
    src: url('fonts/Anothershabby_pro_regular_v3_trial.ttf') format('truetype');
}

@font-face {
    font-family: 'Anothershabby_pro_bold_v2_trial';
    src: url('fonts/Anothershabby_pro_bold_v2_trial.ttf') format('truetype');
}
/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

focus {
    display: none;
}

body {
    line-height: 1;
    font-family: 'Work Sans';
    overflow-x: hidden;
}

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;
}

.limitLarge {
    width: 85%;
    margin: auto;
}

/*.navLim.limitLarge {
    max-width: 1920px;
    margin: 0px;
}*/

.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}

.limitMedium {
    width: 70%;
    margin: auto;
}

.limitSmall {
    width: 55%;
    margin: auto;
}

html {
    font-size: 16px;
}
/*.wrapper *{
    margin:0;
    padding:0;
}
.wrapper {
    width: 1000px;
    margin: 40px auto;
}
.bx-wrapper{
    left:0;
    box-shadow:none;
    border:none;
}
#slider-area .li{
    height:100px;
    -webkit-background-size:cover;
    background-size:cover;
    background-position:center center;
}*/

#sepetNumber, #sepetNumber2 {
    position: absolute;
    border: 1px solid #d5440e;
    color: black;
    font-size: 8px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    background-color: white;
    margin: 0 auto;
    margin-left: 6px;
    margin-top: -7px;
    padding: 1px;
    padding-right: 2px;
    padding-top: 2px;
    text-align: center;
}

.dispGridAlert {
    display: grid !important;
}

#alertPanel, #alertQuestPanel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: grid;
    justify-items: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(3px);
    display: none;
}

#alertBox, #alertQuestBox {
    min-width: 300px;
    min-height: 120px;
    padding: 18px;
    background: #d5440e;
    display: grid;
    grid-template-rows: max-content auto max-content;
    grid-gap: 20px;
    font-family: 'WorkSans-Regular';
    font-size: 15px;
    color: white;
    border: 2px solid #2b2f88;
    text-align: center;
}

#alertTitle, #alertQuestTitle {
    font-weight: bold;
}

#alertDesc, #alertQuestDesc {
}

.alertQuestButtons {
    display: flex;
    justify-content: center;
    gap: inherit;
}

#alertButton, #alertQuestButtonNo, #alertQuestButtonYes {
    width: max-content;
    /* justify-self: end; */
    place-self: center;
    background-color: #2b2f88;
    color: white;
    padding: 9px;
    font-family: 'WorkSans-Regular';
    cursor: pointer;
}

    #alertButton:hover, #alertQuestButton:hover, #alertQuestButton2:hover {
        background-color: white;
        color: #2b2f88;
        cursor: pointer;
    }

#preloaderForm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1002;
    height: 100%;
}


#successForm {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url('images/check.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: -40px 0 0 -40px;
}

#addedToCart {
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
}

#addedToCartAlert {
    min-width: 300px;
    min-height: 120px;
    background: #2b2f88;
    display: grid;
    justify-content: center;
    align-content: center;
    color: white;
    font-family: WorkSans-Regular;
    font-size: 15px;
    border: 2px solid #d5440e;
    padding: 0px 10px;
}
/*HOME1

SLIDER*/
.slick-dots li button:hover, .slick-dots li button:focus {
}

.area1First {
    /*background-image: url('../../../../Content/images/slidee.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    height: 341px;
    display: flex;
    align-items: center;
}

.area1Second {
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    height: 590px;
    display: flex;
    align-items: center;
}
/*.area1Second {
    background-image: url('../../../../Content/images/slide3.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    height: 340px;
}

.area1Third {
    background-image: url('../../../../Content/images/slide4.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    height: 340px;
}

.area1Fourth {
    background-image: url('../../../../Content/images/slide2.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    height: 340px;
}*/
.rectangleArea .slick-track {
    width: 900px !important;
}

.ad {
    width: 227px;
    display: block;
    line-height: 27px;
    font-family: WorkSans-Regular;
    font-size: 0.9em;
}

.slidetext {
    /* padding-top: 9.7%; */
    /* padding-left: 15%; */
    width: 29vw;
    /* height: 100%; */
    /* display: flex; */
    padding-left: 16%;
}

    /*.slidetext > h1 {
        color: white;
        font-family: WorkSans-Regular;
        font-size: 1.56em;
    }*/
    .slidetext > h1 {
        color: white;
        font-family: WorkSans-Regular;
        font-size: 2.7em;
        line-height: 33px;
        text-align: right;
    }

    /*.slidetext > h4 {
        color: white;
        font-family: WorkSans-Light;
        font-size: 0.62em;
        padding-top: 2%;
        line-height: 15px;
    }*/
    .slidetext > p {
        color: white;
        font-family: WorkSans-Light;
        font-size: 1.4em;
        padding-top: 1.5%;
        line-height: 18px;
        /* max-width: 348px; */
        text-align: right;
        /* padding-left: 11%; */
    }

.area1 > div > h1 {
    color: white;
    font-family: WorkSans-Regular;
    font-size: 1.56em;
}

.area1 > div > h4 {
    color: white;
    font-family: WorkSans-Light;
    font-size: 0.62em;
    padding-top: 20px;
    line-height: 15px;
}

.area2 h1 {
    color: white;
    font-family: WorkSans-Medium;
    font-size: 2em;
    text-align: right;
}

.area2 h3 {
    color: white;
    font-family: WorkSans-Light;
    font-size: 1em;
    text-align: right;
    letter-spacing: 1px;
    margin-top: 20px;
    line-height: 17px;
}


/*.area1 > div {
    position: absolute;
    bottom: 36%;
    padding-right: 10%;
    padding-left: 5%;
}*/

/*HOME2*/
.home2 {
    text-align: center;
    background-color: white;
}

    .home2 > div > h1 {
        font-size: 1.68em;
        font-family: WorkSans-Regular;
        margin-top: 10px;
    }

    .home2 > div > P {
        padding-top: 20px;
        font-size: 0.98em;
        font-family: WorkSans-Light;
        line-height: 20px;
        margin-left: 70px;
        letter-spacing: 0.7px;
        margin-right: 70px;
    }

    .home2 > div > img {
        max-width: 55%;
    }

    .home2 > div {
        margin-top: 45px;
    }


/*HOME3*/
.home3 {
    text-align: center;
    font-family: WorkSans-Regular;
}

.home3area2 {
    display: grid;
    width: 90%;
    grid-template-columns: auto auto auto;
    grid-gap: 15px;
    justify-items: center;
    /* align-items: center; */
    margin: 0 auto;
}

.hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: red;
}

.divRight {
    justify-self: right;
}

.areasHome {
    /* display: inline-block; */
    vertical-align: top;
    /* width: 25%; */
    display: grid;
    grid-gap: 20px;
}

    .areasHome > img {
        max-width: 95%;
        margin-top: 30px;
        float: left;
        /* display: block; */
    }

    .areasHome > div > h2 {
        font-family: WorkSans-Regular;
        font-size: 2em;
        color: #cc0000;
        text-align: left;
        display: block;
    }

    .areasHome > div > p {
        font-family: WorkSans-Light;
        font-size: 1.3em;
        text-align: left;
        padding-top: 16px;
        line-height: 16px;
        width: 85%;
    }

    .areasHome > div {
        /* padding: 10px; */
        /* padding-top: 10px; */
        /* width: max-content; */
        /* padding-bottom: 10px; */
        /* display: block; */
        width: 100%;
    }

.home3 > div > h2 {
    margin-bottom: 15px;
    font-family: worksans-bold;
    font-size: 20px;
}

.urunuyari {
    font-family: WorkSans-Regular;
    font-size: 13px;
    padding-top: 15px;
    line-height: 17px;
}
/*HOME4*/
#image2 {
    background: url('images/kids.png') no-repeat center;
    background-size: cover;
    height: 800.000px;
}

#image3 {
    background: url('images/laci.png') no-repeat center;
    background-size: contain;
}

.home4area {
    padding-top: 9%;
}

    .home4area > h5 {
        color: white;
        font-family: WorkSans-Bold;
        font-size: 2.2em !important;
        line-height: 20px;
        padding-top: 9%;
        padding-left: 15%;
        text-align: left;
    }

    .home4area > h2 {
        color: white;
        font-family: WorkSans-Light;
        font-size: 2.0em !important;
        line-height: 10px;
        padding-left: 15%;
        text-align: left;
    }

    .home4area > h3 {
        color: white;
        font-family: WorkSans-Medium;
        font-size: 1em !important;
        line-height: 25px;
        text-align: left;
        padding-top: 2%;
        padding-left: 15%;
    }

    .home4area > h4 {
        color: white;
        font-family: WorkSans-Medium;
        font-size: 0.8em;
        line-height: 10px;
        text-align: left;
        padding-left: 15%;
    }

/*HOME5*/
.home5 {
    text-align: center;
    margin-bottom: 60px;
    margin-top: -24px;
}

    .home5 a {
        text-decoration: none;
    }

.home5areas {
    width: 67% !important;
    margin: auto !important;
    display: flex;
}

.home5area2 {
    /*display: inline-block;
    vertical-align: top;*/
    width: 67% !important;
    margin-right: 1% !important;
    text-decoration: none;
}

    .home5area2 > h1 {
        font-family: WorkSans-Thin;
        color: #cc0000;
        font-size: 3.93em;
        padding-bottom: 10px;
        text-align: left;
        text-decoration: none;
    }

    .home5area2 > h2 {
        font-family: WorkSans-Regular;
        color: #cc0000;
        font-size: 3.93em;
        padding-bottom: 40px;
        text-align: left;
        text-decoration: none;
    }

.galleryHome > h2 {
    font-family: WorkSans-Regular;
    color: #cc0000;
    font-size: 3.93em;
    padding-bottom: 40px;
    text-align: left;
    text-decoration: none;
}

.home5area2 > p {
    color: black;
    font-family: WorkSans-Regular;
    font-size: 1.00em;
    line-height: 25px;
    text-align: left;
    text-decoration: none;
}

.home5area2 > img {
    max-width: 100% !important;
}

/*HOME6*/
.home6 {
    text-align: center;
    margin-bottom: 70px;
}

.home6Area > div {
    display: inline-block;
    vertical-align: top;
}

    .home6Area > div > a {
        width: 123px;
        height: 123px;
        text-align: center;
    }

        .home6Area > div > a > p {
            text-align: center;
            padding-top: 37px;
            line-height: 18px;
        }

.home6Area * {
    max-width: 130px;
    padding: 13px;
}

/*.home6Area h4 {
    text-align: left;
    position: absolute;
    padding-top: 65px;
    padding-left: 40px;
    color: #fff;
    line-height: 20px;
    font-family: WorkSans-Regular;
}*/
.circle1 {
    border: 1px #e58f78 !important;
    background-color: #e58f78;
    /*padding: 41px;
    padding-top: 59px;
    padding-bottom: 54px;*/
    border-radius: 145px;
    font-size: 12pt;
    text-decoration: none;
    color: white;
    display: inline-block !important;
    text-align: left;
    cursor: pointer;
    font-family: WorkSans-Regular;
}

    .circle1:hover {
        background: #f2c7bb;
        transition: 0.5s;
    }

.circle2 {
    border: 1px #acbe99 !important;
    background-color: #acbe99;
    /*padding: 27px;
    padding-top: 48px;
    padding-bottom: 48px;*/
    border-radius: 140px;
    font-size: 12pt;
    text-decoration: none;
    color: white;
    display: inline-block !important;
    text-align: left;
    cursor: pointer;
    font-family: WorkSans-Regular;
}

    .circle2:hover {
        background: #e0e7d8;
        transition: 0.5s;
    }

.circle3 {
    border: 1px #f3a7af !important;
    background-color: #f3a7af;
    /*padding: 52px;
    padding-top: 55px;
    padding-bottom: 59px;*/
    border-radius: 140px;
    font-size: 12pt;
    text-decoration: none;
    color: white;
    display: inline-block !important;
    text-align: left;
    cursor: pointer;
    font-family: WorkSans-Regular;
}

    .circle3:hover {
        background: #fad9dd;
        transition: 0.5s;
    }

.circle4 {
    border: 1px #867988 !important;
    background-color: #867988;
    /*padding: 33px;
    padding-top: 48px;
    padding-bottom: 48px;*/
    border-radius: 140px;
    font-size: 12pt;
    text-decoration: none;
    color: white;
    display: inline-block !important;
    text-align: left;
    cursor: pointer;
    font-family: WorkSans-Regular;
}

    .circle4:hover {
        background: #cbc5cc;
        transition: 0.5s;
    }

.circle5 {
    border: 1px #e8bd8e !important;
    background-color: #e8bd8e;
    /*padding: 38px;
    padding-top: 48px;
    padding-bottom: 48px;*/
    border-radius: 140px;
    font-size: 12pt;
    text-decoration: none;
    color: white;
    display: inline-block !important;
    text-align: left;
    cursor: pointer;
    font-family: WorkSans-Regular;
}

    .circle5:hover {
        background: #f6e6d4;
        transition: 0.5s;
    }

.circle6 {
    border: 1px #b8bfcb !important;
    background-color: #b8bfcb;
    /*padding: 35px;
    padding-top: 48px;
    padding-bottom: 48px;*/
    border-radius: 140px;
    font-size: 12pt;
    text-decoration: none;
    color: white;
    display: inline-block !important;
    text-align: left;
    cursor: pointer;
    font-family: WorkSans-Regular;
}

    .circle6:hover {
        background: #dbdfe5;
        transition: 0.5s;
    }

/*.circle7 {
    border: 1px #b8bfcb !important;
    background-color: #b8bfcb;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 50px;
    font-size: 12pt;
    text-decoration: none;
    color: white;
    display: inline-block !important;
    text-align: left;
    cursor: pointer;
    font-family: WorkSans-Regular;
}*/

.circle7:hover {
    background: #dbdfe5;
    transition: 0.5s;
}

.shortText {
    text-align: left;
    position: absolute;
    padding-top: 88px !important;
    padding-left: 25px !important;
    font-family: WorkSans-Regular;
}

.shortText2 {
    text-align: left;
    position: absolute;
    padding-top: 88px !important;
    padding-left: 38px !important;
    font-family: WorkSans-Regular;
}

/*GALLERY*/

.galleryHome {
    background-color: #e9eaf3;
    /*height:700px;*/
}

    .galleryHome > div > h2 {
        margin-bottom: 15px;
        font-family: worksans-bold;
        font-size: 20px;
        text-align: center;
        padding-top: 37px;
    }

div.gallery {
    /*border: 1px solid #ccc;
   padding:50px;*/
}

    div.gallery:hover {
        /*border: 1px solid #777;*/
    }

    div.gallery img {
        width: 200px;
        /* width: 100%; */
        height: 200px;
        /* height: 100%; */
        object-fit: cover;
    }

        div.gallery img:hover {
            filter: grayscale(100%);
            transform: scale(1.1);
            transition: 0.5s;
        }

.photoGallery {
    display: grid;
    text-align: center;
    grid-template-columns: auto auto auto auto;
    max-width: min-content;
}


/** {
    box-sizing: border-box;
}*/

.responsiveGallery {
    /*width: 21%;*/
    display: inline-block;
    text-align: center;
    padding: 11px;
}



/*HUMAN RESOURCES*/
.empform > h2 {
    font-size: 20px !important;
    padding-bottom: 25px;
    font-weight: bold;
}

.HRInputLabel {
    font-family: WorkSans-Regular;
    font-size: 15px;
}

@media only screen and (max-width: 1025px) {
    .responsiveGallery {
        width: 35%;
    }
}


@media only screen and (max-width: 780px) {
    .responsiveGallery {
        width: 49.99999%;
        margin: 6px 0;
    }

    .responsiveGallery {
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    .responsiveGallery {
        width: auto;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.galbut {
    padding-bottom: 25px;
    padding-top: 30px;
    width: max-content;
    margin: 0 auto;
}

.galerybutton {
    color: white;
    background-color: black;
    text-decoration: none;
    padding: 13px 70px 13px 70px;
    font-family: WorkSans-Medium;
    font-size: 14px;
    /* width: 322px; */
}

    .galerybutton:hover {
        transition: 0.1s;
        color: black;
        background-color: gray;
    }




/*HOME7*/
.home7 {
    text-align: center;
    font-family: WorkSans-Regular;
    margin-bottom: 50px;
    margin-top: 25px;
}

    .home7 > div > h2 {
        margin-bottom: 15px;
        font-family: worksans-bold;
        font-size: 20px;
    }

.slick-prev:before, .slick-next:before {
    color: black !important;
}

.home7area2 {
    width: 770px;
    margin: auto;
}

.rectangle {
    height: 350px;
    /*width: 270px !important;*/
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 10px;
}

.rectangle2 *:focus {
    border: none;
    outline: 0;
}
/*.rectangle .newsImage {
        width: 119%;
        margin: 0 auto;
    }

.newsImage {
    text-align: center;
}*/
.newsImage {
    height: 165px;
    overflow: hidden;
}
.newsImage > img {
    max-width: 100% !important;
}

.newsText {
    margin: 10px;
    /*width: 200px;*/
    text-align: left;
}

    .newsText > h4 {
        font-family: WorkSans-Medium;
        font-size: 1.5em;
        color: #1e268a;
        text-align: left;
        padding-top: 20px;
        padding: 5px;
        line-height: 20px;
        font-weight: 300;
        text-decoration: none;
    }




    .newsText > p {
        font-family: WorkSans-Light;
        font-size: 1.2em;
        color: #000;
        text-align: left;
        padding-top: 20px;
        padding: 5px;
        line-height: 13px;
        font-weight: 200;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-decoration: none;
    }


.newsbutton {
    border: none;
    font-weight: bold;
    color: black;
    text-decoration: none;
    font-size: 0.56em;
    /*    cursor: pointer;*/
    font-family: WorkSans-Regular;
    /* width: 120px !important; */
    /* display: grid; */
    /* justify-items: left; */
    max-width: 400px;
}

/*.newsbutton > div:first-child{
        position:rela
    }*/

.linevideo {
    margin-bottom: 15px;
    font-family: worksans-bold;
    font-size: 18px;
}

.slider1:focus {
    border: none;
    outline: 0;
}

.responsive:focus {
    border: none;
    outline: 0;
}

.slick-track:focus {
    border: none;
    outline: 0;
}




.slider1 ul:focus,
.slider1 .slick-active {
    border: none;
    outline: 0;
}

    .slider1 ul:focus,
    .slider1 .slick-active a {
        border: none;
        outline: 0;
    }
/*CORPORATE PAGE*/
.corpFirst {
    background-color: #000338;
    height: 25px;
    margin-top: 25px;
}

    .corpFirst h1 {
        padding-top: 9px;
        font-size: 0.6em;
        color: white;
        font-family: WorkSans-Regular;
    }

.corpFirst2 {
    /*    background: url('images/color_bar.png') center;*/
    background-image: linear-gradient(to right, #e5472c, #403973, #29377d);
    background-size: cover;
    height: 46px;
}

    .corpFirst2 > h1 {
        font-size: 13px;
        font-family: WorkSans-Regular;
        color: white;
        padding-top: 17px;
    }

.corp2 > div > img {
    margin-top: 30px;
    max-width: 100%;
}

/*.corp2 > div > h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 50px;
    font-family: Anothershabby_pro_regular_v3_trial;
    color: #bfbfbf;
}*/

.corp3Area {
    display: inline-flex;
    margin-bottom: 30px;
}

.corp3Area1 {
    width: 50%;
    margin: 27px;
}

    .corp3Area1 > h1 {
        font-family: Anothershabby_pro_regular_v3_trial;
        font-size: 1.3em;
        color: #bfbfbf;
        margin-bottom: 20px;
    }

    .corp3Area1 > p {
        font-family: WorkSans-Light;
        font-size: 0.7em;
        line-height: 18px;
    }

    .corp3Area1 > p {
        font-family: WorkSans-Light;
        font-size: 0.7em;
        line-height: 18px;
        margin-bottom: 10px;
    }

.corp3Area2 {
    width: 50%;
    margin: 27px;
}



    .corp3Area2 > p {
        font-family: WorkSans-Light;
        font-size: 0.7em;
        line-height: 18px;
        margin-bottom: 10px;
    }

.corp3 > div > div > h2 {
    font-family: WorkSans-Medium !important;
    font-size: 0.8em !important;
    margin-top: 20px;
}

.corp4Area {
    display: inline-flex;
}

.corp4Area2 {
    width: 45%;
    font-family: WorkSans-Light;
    font-size: 0.7em;
    line-height: 18px;
}

    .corp4Area2 > div > h3 {
        font-family: WorkSans-Medium !important;
        font-size: 1em !important;
    }

.corp3Area1 > h2 {
    font-family: WorkSans-Medium !important;
    font-size: 0.8em !important;
    font-weight: 500;
    margin-bottom: 10px;
}

.corp3 {
    margin-top: 30px;
}

/*PRODUCTS*/
.totalProdCount {
    justify-self: left;
}

.productsdropdown {
    position: relative;
    display: inline-block;
    /*margin: 0 auto;*/
    justify-self: right;
}

    .productsdropdown a {
        padding: 10px 0px;
        width: 100%;
        text-decoration: none;
        color: black;
    }

        .productsdropdown a:hover {
            background-color: #8080802b;
        }

.dispGrid {
    display: grid !important;
}

#urunsirala {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.productsdropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    /* display: grid;*/
    grid-template-columns: auto;
    grid-gap: 5px;
    margin: 0 auto;
    justify-items: start;
    padding: 10px 10px;
    padding-right: 5px;
    text-align: left;
}

.productsdropdown:hover .productsdropdown-content {
    /*display: block;*/
}

.ProdSecond > div > img {
    margin-top: 30px;
    max-width: 100%;
}

/*table {
    border-collapse: collapse;
    margin-bottom: 40px;
}*/
/*table, tr, th{
    font-weight:bold;
}*/
/*table, th, td {
    border: 1px solid black;
    padding: 20px;
    font-size: 15px;
    font-family: WorkSans-Light;
    text-align: center;
}*/

.ProdFirst2 > div > h1 {
    font-size: 22px;
    font-family: WorkSans-Medium;
    color: red;
    padding-bottom: 20px;
    margin-top: -3px;
}

.ProdFirst2 > div > p {
    font-size: 13px;
    font-family: WorkSans-Light;
    line-height: 20px;
}

.ProdFirst2 > div > div {
    text-align: left;
}

    .ProdFirst2 > div > div > img {
        max-width: 60%;
        margin-top: 25px;
        margin-bottom: 25px;
    }

.ProdButton {
    text-decoration: none;
    float: left;
    border: none;
    background: none;
    font-family: WorkSans-Regular;
    padding-bottom: 15px;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
}

    .ProdButton:focus {
        border: none;
        outline: 0;
    }

.ProdFirst {
    margin-top: 50px;
    text-align: left;
}

    .ProdFirst > div > div {
        display: grid;
        float: left;
    }

        .ProdFirst > div > div > h1 {
            color: #2c3286;
            font-family: WorkSans-Regular;
            padding-bottom: 15px;
        }

.ProdFirst2 {
    margin-left: 80px;
}

.aculan {
    display: block !important;
}


/*TOMATOPAGE*/
.tomato > div > div > h2 {
    color: #cc0000;
    font-family: WorkSans-Regular;
    font-size: 3em;
    margin-bottom: 30px;
    margin-top: 60px;
}

.tomato > div > div > p {
    font-size: 0.8em;
    font-family: WorkSans-Regular;
    text-align: left;
    margin-bottom: 30px;
    line-height: 20px;
}

.tomato > div {
    display: inline-flex;
}

.tomato1 {
    width: 170%;
}

.tomato2 {
    display: inline-block;
}

#tomato, #colorball {
    max-width: 80%;
    margin: 50px;
}

.ContactFormContainer input[type=text], select {
    width: 100%;
}

input[type=file] {
    padding-top: 10px;
    /*padding-bottom:15px*/
}

.HRInputElement {
    padding-bottom: 20px;
}
/*CONTACTPAGE*/
input[type=text], input[type=password], select {
    width: 95%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: WorkSans-Regular;
}

textarea#ContactFormMessageInput {
    width: 87%;
    padding: 8px 15px;
    margin: 10px 0px;
    border: 1px solid #ccc;
}

.ContactTextArea {
    width: 505px;
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.toptop .boldtitle {
    font-size: 16px;
}

.toptop .alttitle {
    font-size: 14px;
}

.toptop {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
/*textarea {
    width: 530px;
    padding: 12px 20px;
}*/
input[type=submit] {
    width: 45%;
    color: white;
    background-color: black;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: WorkSans-Bold;
}

    input[type=submit]:hover {
        background-color: #808080;
        color: #000338;
    }
/*
.satisimg img {
    height: 230px !important;
}*/

.contact {
    border-radius: 5px;
    /* padding: 20px; */
    padding-top: 20px;
    font-family: WorkSans-Regular;
    padding-bottom: 20px;
}

    .contact * {
        font-family: WorkSans-Regular;
    }

.ContactTextBox * {
    width: 550px;
}

.contact2 {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 50px;
    /* justify-content: center; */
}

.contact * {
    font-family: WorkSans-Regular;
}

.firstContact {
    margin-top: 20px;
    display: grid;
}

.address h1 {
    font-size: 1em;
    font-family: WorkSans-Regular;
    font-weight: bold;
}

form > label {
    font-family: WorkSans-Regular;
    font-weight: bold;
    font-size: 0.8em;
}

.contact {
    width: fit-content;
    float: right;
}

    .contact h1 {
        font-family: WorkSans-Regular;
        font-weight: bold;
        font-size: 1.2em;
    }

.address h2 {
    font-family: WorkSans-Regular;
    font-size: 1.2em;
    line-height: 16px;
    margin-top: 20px;
}

.address h3 {
    font-family: WorkSans-Bold;
    font-size: 0.9em;
    line-height: 20px;
    margin-top: 20px;
}

.address h4 {
    font-size: 1.2em;
}

.address {
    /* width: 50%; */
    margin-top: 20px;
}

.adres2 {
    display: grid;
}
/*NEWS*/
.slick-track {
    /* width: 100vw !important;*/
    width: max-content !important;
}

.rectangleArea {
    margin: auto !important;
    width: 69% !important;
    /*display: flex*/
    text-align: center;
}


.rectangle2 {
    height: 350px;
    /*width: 255px !important;*/
    background-color: transparent;
    border: 1px solid lightgray;
    margin: 10px;
}

    .rectangle2 img {
        /*width: 270px;
            height: 201.85px;
            object-fit: cover;*/
        width: 100%;
    }

.NewSection2 > div {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

/*NEWSPAGES*/
.NewSection2 {
    text-align: center;
}

.news1 img {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.news3 {
    display: inline-flex;
}

    .news3 h2 {
        margin-top: 30px;
        font-family: WorkSans-Regular;
        font-weight: bold;
        font-size: 1.1em;
        color: #000338;
    }

    .news3 p {
        font-family: WorkSans-Regular;
        font-size: 0.8em;
        line-height: 20px;
        margin-top: 20px;
        width: 90%;
    }

    .news3 img {
        width: 90%;
        margin-left: 20px;
        margin-top: 30px;
    }

.news2 {
    margin-bottom: 30px;
}

.news3area1 {
    width: 50%;
}

.news3area2 {
    width: 50%;
}

/*#tarih-bolumu {
    font-size: 18px;
    color: #000;
}*/
.news2div {
    text-align: right;
}

.barArea {
    display: inline-flex;
    font-size: 12px;
    font-family: WorkSans-Regular;
    color: black;
}

.icons * {
    text-align: right;
    width: 20%;
}



.slider720 {
    display: none;
}

.home720 {
    display: none;
}

/*İNSAN KAYNAKLARI*/
.empform > form > h2 {
    font-family: WorkSans-Light;
    font-size: 12px;
    line-height: 13px;
    color: #000;
    padding-top: 9px;
}

.empform > h2 {
    font-family: WorkSans-Regular;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.ik {
    margin-top: 50px;
    margin-bottom: 110px;
}

.submitik {
    float: right;
}
/*.empform .input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: WorkSans-Bold;
}

.empform .input[type=submit] {
    width: 30%;
    color: white;
    background-color: black;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: WorkSans-Bold;
}

input[type=submit]:hover {
    background-color: #808080;
    color: #000338;
}*/
.empform2 {
    font-family: WorkSans-Regular !important;
    color: #000;
}

/*GALLERY PAGE*/
.galleryPage {
    margin: 10px;
    text-align: center;
}

    .galleryPage img {
        transition: 1s;
        padding: 15px;
        width: 200px;
        height: 200px;
        object-fit: cover;
    }
        /*.galimg {
    transition: 1s;
    padding: 15px;
    width: 200px;
    height: 200px;
    object-fit: cover;
}*/
        .galleryPage img:hover {
            filter: grayscale(100%);
            transform: scale(1.1)
        }

.gal {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 65px;
}

    .gal * {
        color: white;
    }

.lb-nav a.lb-next {
    width: 7%;
    right: 0;
    float: right;
    background: url('images/next.png') left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url('images/prev.png') left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}

/*SLİDERDETAIL*/

.laci {
    background: url('images/laciLine.png') center;
    background-size: cover;
    height: 44px;
}

.Sliderdetail > div > h4 {
    font-family: WorkSans-Bold;
    font-size: 1.5em;
    color: black;
    margin-top: 35px;
}

.Sliderdetail > div > p {
    font-family: WorkSans-Regular;
    font-size: 0.8em;
    color: black;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 35px;
}

.photoGallery {
    width: 100%;
    margin: 0 auto;
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #cc0000;
}

.online {
    border: 2px solid #c1bfbf;
    border-radius: 10px;
    /*    width: 270px !important;*/
    height: 441px;
    margin: 15px;
    padding-bottom: 10px;
}

.onlinesatis .online {
    padding-bottom: 20px;
}

.title {
    position: relative;
    top: -7px;
    text-align: center;
}

    .title span {
        padding: 7px;
        border-radius: 20px;
        background-color: #d5440e;
        color: white;
        font-size: 11px;
        font-family: WorkSans-Medium;
    }

.bosdiv {
    position: relative;
    top: -7px;
    text-align: center;
}

    .bosdiv span {
        padding: 7px;
        border-radius: 20px;
        color: white;
        font-size: 11px;
        font-family: WorkSans-Medium;
    }

.geciciolarak {
    color: #d5440e;
    font-family: WorkSans-Regular;
}

.sepeteekle {
    padding: 13px;
    border-radius: 11px;
    width: 87%;
    margin: auto;
    background-color: #d5440e;
    color: white;
    font-size: 15px;
    font-family: WorkSans-Medium;
    display: grid;
    grid-template-columns: 25% 55% 20%;
}

    .sepeteekle:hover {
        background-color: #2b883a;
        transition: 0.2s;
        cursor: pointer;
    }

.domats {
    margin-top: 16px !important;
}

.sepetiartir {
    padding: 1px;
    border-radius: 11px;
    width: 97%;
    margin: auto;
    background-color: #d5440e;
    color: white;
    font-size: 15px;
    font-family: WorkSans-Medium;
    display: grid;
    grid-template-columns: 18% 64% 18%;
    align-items: center;
    justify-items: center;
}

.sideartir {
    grid-template-columns: 25% 50% 25%;
}

.yeniu {
    color: #2b883a !important;
}

.yeniurun span {
    background-color: #2b883a;
}

.urunbuton {
    padding-top: 0px;
    text-align: center;
}

.price {
    padding-top: 10px;
}

    .price span {
        color: #d5440e;
        font-family: WorkSans-SemiBold;
        font-size: 25px;
    }

.oldprice {
    color: #2b2f88 !important;
    font-family: WorkSans-Regular !important;
    font-size: 15px !important;
    text-decoration: line-through !important;
}

.logout a {
    color: black !important;
    text-decoration: none !important;
    font-family: WorkSans-bold;
}

.boldtitle {
    font-family: WorkSans-SemiBold;
    color: black;
    font-size: 17px;
    line-height: 20px;
    display: block;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.alttitle {
    font-family: WorkSans-Medium;
    color: black;
    font-size: 15px;
}

.productslidetext {
    width: auto;
    margin: auto;
    padding-left: 5px;
}

.satisalan {
    max-width: 1210px;
    width: 80vw;
    margin: 0 auto;
}

.onlineline {
    color: black;
    font-family: WorkSans-Medium;
    font-size: 18px;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow {
    background-image: url('images/slider_arrow_left.png');
    left: -55px;
    width: 60px;
    height: 60px;
    border: none;
    background-color: transparent !important;
}

.next-arrow {
    background-image: url(images/slider_arrow_right.png);
    right: -56px;
    width: 60px;
    height: 60px;
    border: none;
    background-color: transparent !important;
}

.next-arrow, .prev-arrow:hover {
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
}

.sepeteekle i {
    color: white;
}

.tukendi {
    color: #d5440e;
    font-family: WorkSans-SemiBold;
    font-size: 15px;
    margin-top: 32px;
    display: block;
}

.trash {
    padding-top: 10px;
    border-radius: 11px;
    background-color: white;
    color: black;
    height: 27px;
    width: auto;
}

    .trash:hover {
        cursor: pointer;
        transition: 0.2s;
        background-color: #dbdfe5;
    }

.plus {
    padding-top: 10px;
    border-radius: 11px;
    background-color: white;
    color: black;
    height: 27px;
    width: auto;
}

    .plus:hover {
        cursor: pointer;
        transition: 0.2s;
        background-color: #dbdfe5;
    }

.productpage > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.productpage {
    width: 80%;
    margin: auto;
    margin-top: 21px;
}

.productframe img {
    width: 90%;
    margin: 0 auto;
    /* width: 13vw;
    height: 13vw;*/
    margin: 0 auto;
    object-fit: cover;
}

.dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 0;
    top: 65px;
    /* left: 0; */
    display: none;
    background-color: white;
}

    .dropdown > li {
        clear: both;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
        border-style: none;
        padding-left: 5px !important;
    }

    .dropdownLi:hover ul, .dropdown:hover {
        visibility: visible;
        opacity: 1;
        display: block;
        min-width: 60px;
        text-align: left;
        padding-top: 20px;
        box-shadow: 0px 3px 5px -1px #ccc;
    }

.urunsline {
    display: grid;
    /*grid-template-columns: 15% 59% 26%;*/
    grid-template-columns: auto auto;
    width: 70%;
    margin: auto;
    font-size: 18px;
    font-family: WorkSans-Regular;
    padding-top: 15px;
    align-items: center;
}

.producthr {
    max-width: 70%;
    width: 90vw;
}
/*PRODUCT DETAIL*/
.detail1 {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 50%;
    column-gap: 48px;
    margin: auto;
    align-items: center;
    justify-content: center;
}

    .detail1 .detailimage {
        padding: 20px;
        margin: 0 auto;
    }

.detailimage img {
    width: 100%;
    object-fit: cover;
    width: 20vw;
    height: 20vw;
}

.detailsepet {
    max-width: 230px;
    padding-top: 18px;
}

.detailartir {
    color: black;
    text-align: center;
    background-color: white;
}

    .detailartir i {
        border: 1px solid #d5440e;
    }

.titledetail {
    font-size: 12px;
    font-family: WorkSans-Medium;
    color: #d5440e;
    line-height: 20px;
}

.firstdetail {
    font-size: 23px;
    font-family: WorkSans-SemiBold;
    line-height: 27px;
}

.miniinfo span {
    font-size: 15px;
    font-family: WorkSans-Regular;
    line-height: 25px;
}

.kdv {
    font-size: 15px !important;
    font-family: WorkSans-Regular !important;
    line-height: 20px !important;
    color: black !important;
}

.sepeteekle {
    padding-top: 16px;
}

.detailkargo {
    display: grid;
    padding-top: 14px;
    grid-template-columns: 5% 95%;
    font-family: WorkSans-Regular;
    font-size: 13px !important;
}

.bitenfiyat {
    color: #ebb1a5 !important;
}

.gelincehaber {
    padding: 13px;
    border-radius: 11px;
    width: 87%;
    margin: auto;
    background-color: #2b2f88;
    color: white;
    font-size: 15px;
    font-family: WorkSans-Medium;
    display: grid;
    grid-template-columns: 19% 81%;
}

.tab {
    overflow: hidden;
    /*    border: 1px solid #ccc;*/
}

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 15px;
        font-family: WorkSans-Regular;
    }

/*   .tab button:hover {
            background-color: #ddd;
        }

        .tab button.active {
            background-color: #ccc;
        }*/

.tabcontent {
    display: none;
    padding: 6px 12px;
    /*    border: 1px solid #ccc;*/
    border-top: none;
}

.tabcontentmember {
    padding-left: 20px;
}

table {
    border-collapse: collapse;
    margin-bottom: 40px;
}
/*table, tr, th{
    font-weight:bold;
}*/
table, th, td {
    border: 1px solid black;
    padding: 20px;
    font-size: 15px !important;
    font-family: WorkSans-Regular !important;
    line-height: 20px !important;
    text-align: center;
}

.detail2 {
    width: 70%;
    margin: auto;
}

.tabcontent p {
    font-size: 15px;
    font-family: WorkSans-Regular;
    line-height: 20px;
}

.tablee {
    font-size: 13px;
    font-family: WorkSans-Regular;
}

    .tablee th {
        padding: 15px;
    }

    .tablee td {
        padding: 15px;
    }

.productdetail {
    margin-bottom: 25px;
}

.urunukaldir i {
    color: #ff0505;
    font-size: 15px;
}

.urunukaldir2 i {
    color: #ff0505;
    font-size: 15px;
}

.urunukaldir * {
    cursor: pointer;
}

.basketclass {
    border: 2px solid #c1bfbf;
    display: grid;
    grid-template-columns: 3% 23% 56% 18%;
    width: 650px;
    min-height: 150px;
    padding: 10px 0px;
    border-radius: 15px;
    text-decoration: none;
    margin-bottom: 16px;
    align-content: center;
}

#ProblemAlert {
    font-family: 'WorkSans-Medium';
    font-size: 13px;
    color: red;
    text-align: center;
    text-decoration: underline;
    display: none;
}

.sidebas {
    padding-top: 6px !important;
    border-radius: 8px !important;
    background-color: white !important;
    color: black !important;
    height: 19px !important;
    width: 30px !important;
    font-size: 11px !important;
}

.baskettrash {
    /*    padding-top: 6px !important;
    border-radius: 8px !important;
    background-color: white !important;
    color: black !important;
    height: 19px !important;
    width: auto !important;
    font-size: 11px !important;*/
    padding-top: 12px !important;
    border-radius: 8px !important;
    background-color: white !important;
    color: black !important;
    height: 25px !important;
    width: 43px !important;
    font-size: 11px !important;
}

.basketphoto {
    text-align: center;
    display: grid;
    grid-gap: 0px;
    grid-template-rows: auto max-content;
}

    .basketphoto > div:nth-child(1) {
        margin: 14px;
    }

    .basketphoto > div img {
        text-align: center;
        object-fit: cover;
        /*height: 100%;*/
        width: 100%;
        min-height: 125px;
    }

.basketartir {
    background-color: #d5440e;
    font-size: 15px;
    color: white;
    font-family: WorkSans-Medium;
    text-decoration: none;
    margin-top: 18px;
}

    .basketartir * {
        text-decoration: none !important;
        border: none;
        background-color: none !important;
        background-color: transparent;
        /* width: 78px; */
        color: white;
        box-sizing: content-box;
        /* padding: 8px; */
    }

.check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkboxDiv {
    display: flex;
    align-items: center;
    margin-left: 10px;
    width: 20px;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    /* background-color: #eee; */
    border: 2px solid black;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.check:hover input ~ .checkmark {
    background-color: white;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #2b2f88;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*
.price span {
    color: #d5440e;
    font-family: WorkSans-SemiBold;
    font-size: 25px;
}
*/
.oldprice {
    color: #2b2f88 !important;
    font-family: WorkSans-Regular !important;
    font-size: 15px !important;
    text-decoration: line-through !important;
}

.basketspan1 {
    color: #d5440e;
    font-family: WorkSans-Medium;
    font-size: 12px;
}

.basketspan2 {
    font-family: WorkSans-SemiBold;
    color: black;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kdv2 {
    font-size: 13px !important;
}

.basketspan3 {
    font-family: WorkSans-Medium;
    color: black;
    font-size: 13px;
    line-height: 20px;
}

.urunukaldir a {
    font-family: WorkSans-Medium;
    color: black;
    font-size: 12px;
    text-decoration: none;
}

.urunukaldir2 a {
    font-family: WorkSans-Medium;
    color: black;
    font-size: 12px;
    text-decoration: none;
}

.sepettext {
    padding-left: 15px;
    width: 95%;
    margin: auto;
    cursor: pointer;
    padding-top: 10px;
}


.sideclass, .basketclass {
    cursor: pointer;
}

.basket {
    display: grid;
    grid-template-columns: 63% 37%;
    margin: auto;
    width: 51%;
    justify-items: center;
    padding-top: 60px;
}

.basketsum {
    display: grid;
    grid-template-columns: 72% 28%;
    width: 85%;
    margin: auto;
    align-items: center;
}

.urunukaldir {
    padding-top: 4px;
}


.toplamtext {
    display: grid;
    grid-template-rows: auto auto auto auto;
    align-items: center;
    grid-gap: 5px;
}

#paymentSubtotalOld, #basketOldSubTotal, #basketOldKargo, #basketOldVatFee, #paymentKargoOld, #paymentVatFeeOld {
    font-size: 80%;
    text-decoration: line-through;
    margin-right: 5px;
    font-family: 'WorkSans-Light';
    color: gray;
}



.toplamsonuc {
    display: grid;
    grid-template-rows: auto auto auto auto;
    justify-content: right;
    align-items: center;
    grid-gap: 5px;
}

.sepetozet > div {
    min-height: 270px;
    width: 270px;
    border: 2px solid #c1bfbf;
    border-radius: 15px;
    grid-row-gap: 15px;
}

.toplamtext,
.toplamsonuc {
    padding-top: 12px;
}

    .toplamtext span {
        font-family: WorkSans-Medium;
        color: black;
        font-size: 15px;
        line-height: 23px;
        text-align: left;
    }

    .toplamsonuc > span {
        font-family: WorkSans-SemiBold;
        color: black;
        font-size: 15px;
        line-height: 23px;
        text-align: right;
        display: flex;
        justify-content: right;
        justify-self: right;
    }

.sepetozetspan {
    font-family: WorkSans-SemiBold;
    color: #d5440e;
    font-size: 20px;
    width: 85%;
    margin: auto;
    padding-top: 12px;
    padding-bottom: 8px;
}

.total2 {
    font-family: WorkSans-SemiBold;
    color: #d5440e;
    font-size: 20px;
    text-align: right;
    justify-content: right;
    text-align: right;
    direction: rtl;
}

.total1 {
    font-family: WorkSans-SemiBold;
    color: black;
    font-size: 15px;
}

.acceptSozlesme {
    display: none;
    width: 83%;
    margin: auto;
}

.acceptSozlesmeText {
    font-size: 12px;
    font-family: WorkSans-Regular;
    line-height: 18px;
}
/*#sonsepet > div {
    height: 326px !important;
}*/
.tamambuton {
    text-align: center;
    /*padding-top: 35px;*/
    padding-top: 17px;
    padding-bottom: 17px;
}

    .tamambuton button, .tamambuton a {
        font-family: WorkSans-Medium;
        color: white;
        font-size: 16px;
        background-color: #d5440e;
        padding: 14px;
        border-radius: 10px;
        text-decoration: none;
        /* width: 98%; */
        padding-right: 30px;
        padding-left: 30px;
        display: block;
        width: fit-content;
        margin: 0 auto;
        border: 2px solid #d5440e;
    }

        .tamambuton button:hover {
            transition: 0.2s;
            cursor: pointer;
            background-color: white;
            color: #d5440e;
            border: 2px solid #d5440e;
        }

.hideRadio {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    visibility: hidden !important;
}

.basketonline {
    border: 2px solid #c1bfbf;
    border-radius: 10px;
    height: 400px;
    margin: 15px;
}



.shoppingicon {
    padding: 13px;
    background-color: #d5440e;
    color: white;
    font-size: 16px;
    border-radius: 25px;
}

    .shoppingicon:hover {
        cursor: pointer;
    }

.kacmaztext {
    padding-left: 15px;
    line-height: 21px;
    width: auto !important;
}

.kacmaz {
    padding-top: 50px;
    padding-bottom: 100px;
}

.microalttitle {
    font-family: WorkSans-Light !important;
    font-size: 13px !important;
}

.letsshop {
    text-align: right;
    width: 95%;
}

.order {
    text-align: center;
}

.checkarea {
    padding-top: 20px;
}

.siparistamam {
    padding-top: 20px;
    width: 60%;
    margin: auto;
}

    .siparistamam span {
        font-family: WorkSans-SemiBold !important;
        font-size: 25px !important;
    }

    .siparistamam p {
        font-family: WorkSans-Regular !important;
        font-size: 14px !important;
        padding-top: 15px;
        line-height: 19px;
    }

.divHide {
    display: none !important;
}

.checkie {
    font-size: 50px;
    color: #d5440e;
    padding: 20px;
    border-radius: 100px;
    border: 3px solid #d5440e;
}

.siparisarea span {
    font-family: WorkSans-SemiBold !important;
    font-size: 20px !important;
}

.siparis {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    width: 60%;
    margin: auto;
}

.siparisarea p {
    font-family: WorkSans-Medium !important;
    font-size: 15px !important;
}

.odemebasarri {
    color: #d5440e;
}

.fa-copy {
    color: #d5440e;
}

.banktext span {
    font-family: WorkSans-SemiBold !important;
    font-size: 15px !important;
}

.banktext p {
    font-family: WorkSans-Regular !important;
    font-size: 15px !important;
}

.banktext {
    display: grid;
    grid-template-columns: 32% 68%;
    line-height: 20px;
    grid-column-gap: 17px;
}

.bankarea h2 {
    font-family: WorkSans-SemiBold !important;
    font-size: 20px !important;
}

.bankarea {
    display: grid;
    width: 60%;
    margin: auto;
    grid-template-columns: 50% 50%;
    align-items: center;
    margin-top: 50px;
    grid-column-gap: 60px;
}

.dikkat {
    border: 3px solid #2b2f88;
    padding: 10px;
    border-radius: 10px;
}

    .dikkat span {
        font-family: WorkSans-Bold !important;
        font-size: 19px !important;
        color: #d5440e;
    }

    .dikkat p {
        font-family: WorkSans-Regular !important;
        font-size: 15px !important;
        line-height: 20px;
    }

.banktexts {
    padding-top: 20px;
}

.banklogo {
    padding-top: 20px;
}

.siparis {
    padding-top: 25px;
}

.butoncopy {
    border: none;
    background: transparent;
}

    .butoncopy:hover {
        cursor: pointer;
    }

.orderarea > div > div {
    /*height: 156px;*/
    border: 2px solid #c1bfbf;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 6% 22% 41% 31%;
    grid-template-columns: 6% 22% auto max-content;
    align-items: center;
    align-content: center;
    margin-top: 10px;
}

.orderUrun {
    cursor: pointer;
}

    .orderUrun div:nth-child(2) {
        padding: 10px;
    }

#sepetdetay2 img {
    width: 140px;
    width: 90%;
    object-fit: cover;
}

.shopbasla {
    font-family: WorkSans-Medium;
    color: white;
    font-size: 16px;
    background-color: #d5440e;
    padding: 14px;
    border-radius: 10px;
    text-decoration: none;
    /* width: 98%; */
    padding-right: 30px;
    padding-left: 30px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: 2px solid #d5440e;
}

.cizili {
    font-family: WorkSans-Regular !important;
    font-size: 15px !important;
    text-decoration: line-through;
    color: #2b2f88;
}

.esasfiyat {
    font-family: WorkSans-SemiBold !important;
    font-size: 20px !important;
    color: #d5440e;
}

.ordernumber {
    font-family: WorkSans-SemiBold !important;
    font-size: 20px !important;
    color: #2b2f88;
    padding-left: 12px;
}

.ordertext {
    line-height: 20px;
}

    .ordertext span {
        font-family: WorkSans-Medium !important;
        font-size: 12px !important;
        color: #d5440e;
    }

    .ordertext p {
        font-family: WorkSans-SemiBold !important;
        font-size: 15px !important;
    }

.orderkutu {
    font-family: WorkSans-Medium !important;
    font-size: 12px !important;
    color: black !important;
}

.orderprice {
    text-align: right;
    padding-right: 54px;
}

.orderarea {
    width: 60%;
    margin: auto;
    height: 160px;
    margin-top: 50px;
}

.sepetdetay {
    font-family: WorkSans-SemiBold !important;
    font-size: 20px !important;
}

#sepetdetay2 {
    margin-top: 25px;
}

.adress {
    line-height: 27px;
}

    .adress span {
        font-family: WorkSans-Bold !important;
        font-size: 18px !important;
        /*   padding-top: 15px;*/
    }

    .adress p {
        font-family: WorkSans-Regular !important;
        font-size: 16px !important;
    }

.teslimatdetaysera > div {
    display: grid;
    width: 60%;
    margin: auto;
    grid-template-columns: 50% 50%;
    margin-top: 20px;
    justify-items: center;
}

.teslimatbaslik {
    width: 60%;
    margin: auto;
    margin-top: 70px;
}

    .teslimatbaslik h2 {
        font-family: WorkSans-SemiBold !important;
        font-size: 20px !important;
    }

.rezervasyonarea span {
    font-family: WorkSans-SemiBold !important;
    font-size: 15px;
    color: #d5440e;
    padding-top: 25px;
}

.rezervasyonarea p {
    font-family: WorkSans-Regular !important;
    font-size: 15px !important;
    line-height: 23px;
}

.reztarih {
    font-family: WorkSans-SemiBold !important;
    font-size: 25px !important;
    color: black !important;
    padding-top: 25px;
}

.orderpage {
    margin-bottom: 50px;
}

.teslimatinfo {
    display: grid;
    width: 60%;
    margin: auto;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 38px;
    margin-top: 30px;
}

    .teslimatinfo > div {
        width: 265px;
        height: 265px;
        border: 2px solid #c1bfbf;
        border-radius: 10px;
        padding: 25px;
    }

    .teslimatinfo h5 {
        font-family: WorkSans-SemiBold !important;
        font-size: 15px !important;
        color: #d5440e !important;
    }

    .teslimatinfo h7 {
        font-family: WorkSans-Medium !important;
        font-size: 12px !important;
        color: black !important;
        line-height: 20px;
    }

    .teslimatinfo span {
        font-family: WorkSans-SemiBold !important;
        font-size: 15px !important;
        color: black !important;
    }
/*   ----------------------------*/
.adreslo, .tello {
    font-family: WorkSans-Medium !important;
    font-size: 15px !important;
    color: black !important;
    line-height: 25px;
}

#spans {
    padding-top: 50px;
}

.trash2 {
    color: #ff0000;
}

.pen {
    color: #2b2f88;
}

.yeniekle > div {
    display: grid;
    text-align: center;
    width: 265px;
    align-items: center;
    height: 265px;
    border: 2px solid #c1bfbf;
    border-radius: 10px;
    padding: 25px;
}

.fa-plus-circle {
    font-size: 50px;
    color: #d5440e;
}

.pens {
    font-size: 20px;
    text-align: right;
}

    .pens a {
        cursor: pointer;
    }


.adresdetay {
    /* max-width: 265px; */
    /* width: 100% !important; */
    height: 295px !important;
    /* height: 100%; */
    border: 2px solid #c1bfbf;
    /* margin-right: 15px; */
    border-radius: 10px;
    padding: 10px;
    max-width: 295px;
}

    .adresdetay h5 {
        font-family: WorkSans-SemiBold !important;
        font-size: 15px !important;
        color: #d5440e !important;
    }

#spans span {
    font-family: WorkSans-SemiBold !important;
    font-size: 15px !important;
    color: black !important;
}

.adresalan > div {
    border: 2px solid #c1bfbf;
    border-radius: 10px;
    padding: 15px;
    width: 50vw !important;
    max-width: calc(100% - 30px);
    margin-top: 30px;
    /* margin: auto; */
}

.grecaptcha-badge {
    visibility: hidden;
}

.memberpage {
    display: grid;
    grid-template-columns: 15% 5% 70%;
    grid-template-columns: max-content 20px auto;
    grid-gap: 30px;
    width: 74%;
    /* justify-items: center; */
    margin: auto;
    padding-top: 40px;
}

.vl {
    border-left: 1px solid #c1bfbf;
    height: 500px;
}

.merhabamember span {
    font-family: WorkSans-Regular;
    font-size: 15px;
    color: black;
}

.merhabamember p {
    font-family: WorkSans-SemiBold;
    font-size: 20px;
    color: #2b2f88;
}

.butonmember div {
    font-family: WorkSans-Medium;
    font-size: 15px;
    /*   color: black;*/
}

    .butonmember div:hover {
        cursor: pointer;
    }

.sifreform, .hesapform label {
    font-family: WorkSans-Medium !important;
    font-size: 12px !important;
}

.hesapform input[type=text], select {
    width: 360px;
    height: 36px;
    padding: 12px 9px;
    border-radius: inherit;
    font-family: WorkSans-Regular;
}

.sifreform input, select {
    width: 360px;
    height: 36px;
    padding: 12px 9px;
    border-radius: inherit;
    font-family: WorkSans-Regular;
}

.hesapform {
    padding-bottom: 30px;
}

.sifreform {
    padding-top: 20px;
}

.adresalan {
    margin-top: 30px;
}

.mob .adresalan {
    margin-top: 0px !important;
}

    .mob .adresalan > div {
        margin-top: 0px !important;
    }


.orderback {
    color: black;
    text-decoration: none;
    cursor: pointer;
    padding-top: 13px;
}

.lelele {
    text-align: right;
}

.gecmiss2 > .orderback > div {
    display: grid;
    grid-template-columns: 23% 31% 26% 20%;
    padding: 15px;
    border: 1px solid #c1bfbf;
    border-radius: 15px;
    width: 650px;
    height: 100px;
}

.gecmiss2 {
    display: grid;
    grid-template-columns: auto;
    justify-items: center;
    width: 85%;
    padding-top: 30px;
}


.memberMenu {
    max-width: 210px;
    width: 80vw;
    margin: 0 auto;
    justify-self: center;
    justify-items: center;
    justify-content: center;
    display: flex;
}

.sn {
    font-family: WorkSans-SemiBold !important;
    font-size: 15px !important;
}

.sd {
    font-family: WorkSans-Medium !important;
    font-size: 15px !important;
}

.sn {
    font-family: WorkSans-SemiBold !important;
    font-size: 15px !important;
}

.st {
    font-family: WorkSans-SemiBold !important;
    font-size: 15px !important;
}

.sk {
    font-family: WorkSans-SemiBold !important;
    font-size: 15px !important;
    color: #d5440e;
}

.sv {
    font-family: WorkSans-Medium !important;
    font-size: 12px !important;
}

.gecmiss2 > .orderback > div {
    align-items: center;
    line-height: 22px;
}

.gecmiss1 {
    display: grid;
    width: 85%;
    grid-template-columns: auto auto;
    align-items: center;
}

    .gecmiss1 p {
        font-family: WorkSans-Regular !important;
        font-size: 15px !important;
    }

.siparisyok {
    width: 85%;
    padding-top: 30px;
}

#Hesap span {
    font-family: WorkSans-Regular !important;
    font-size: 15px !important;
}

.memberdropdown {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    color: black;
}

.dropdownmember {
    float: left;
}

.memberlink, .dropbtn {
    display: inline-block;
    color: black;
    font-family: WorkSans-Medium !important;
    font-size: 15px !important;
    text-align: center;
    padding: 14px 16px;
    border: 1px solid #c1bfbf !important;
    text-decoration: none;
    background-color: transparent;
}


.dropdownmember {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdownmember:hover .dropdown-content {
    display: block;
}

.dropbtn i {
    font-size: 15px;
}

#Siparis h2 {
    font-size: 25px;
    /*  background: -webkit-radial-gradient(#e74620, #8f3b51, #2b2f88);*/
    background: linear-gradient(#e74620, #8f3b51, #2b2f88);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-family: WorkSans-SemiBold;
}

#Hesap span {
    font-family: WorkSans-SemiBold !important;
    font-size: 15px !important;
}

.hesapform {
    padding-top: 40px;
}

.savebutton {
    background-color: #d5440e !important;
    color: white !important;
    font-family: WorkSans-Bold !important;
    font-size: 15px !important;
    border-radius: 11px !important;
    width: 100px !important;
    border: 2px solid #d5440e !important;
    height: 44px !important;
}

    .savebutton:hover {
        background-color: white !important;
        color: #d5440e !important;
        border: 2px solid #d5440e;
        /*     padding: 14px 20px;*/
        font-size: 15px !important;
        /*     margin: 8px 0;*/
        font-family: WorkSans-Bold !important;
    }

.aralik {
    font-family: WorkSans-Medium !important;
    font-size: 12px !important;
}

.siparisyokbuton a {
    font-family: WorkSans-Medium;
    font-size: 15px !important;
    background-color: #d5440e;
    color: white;
    padding-left: 20px;
    padding-left: 20px;
    padding: 15px;
    border-radius: 11px;
    text-decoration: none;
}

.siparisyokbuton {
    padding-top: 50px;
    padding-bottom: 50px;
}

.siparisyok > div {
    text-align: center;
}

.siparisyok span {
    font-family: WorkSans-SemiBold;
    font-size: 20px !important;
}

.siparisyok p {
    font-family: WorkSans-Regular;
    font-size: 15px !important;
    padding-top: 15px;
}

.memberpage {
    padding-bottom: 50px;
}

/*.tabcontent1, tabcontent2, tabcontent3, tabcontent4 {
    color: white;
    display: none;
    padding: 100px 20px;
    height: 100%;
}
.tablink1, tablink2, tablink3, tablink4 {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
}
*/

.seccheckmark {
    font-family: WorkSans-SemiBold;
    font-size: 15px !important;
    color: #2b2f88;
}

.ustalan {
    display: grid;
    grid-template-columns: 30% 60% 10%;
    align-items: center;
}

.yeniekle span {
    font-family: WorkSans-SemiBold;
    font-size: 15px !important;
}

.fatura span {
    color: black !important;
}


.teslimatsecenek {
    padding-top: 25px;
}

.rdbuton {
}

.kargo {
    display: grid;
    grid-template-columns: 5% 25% 55% 15%;
    align-items: center;
    width: 650px;
    height: 130px;
    border-radius: 11px;
    border: 1px solid #c1bfbf;
    justify-items: center;
    margin-top: 10px;
}

.teslimatsecenek i {
    font-size: 20px !important;
    color: #2b2f88;
}

.tesbas {
    display: grid;
    grid-template-columns: 5% 94%;
    align-items: baseline;
    width: 94%;
}

.adreseteslimat {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-gap: 15px;
}

.paymentPanel {
    display: grid;
    grid-template-columns: 60% max-content;
    grid-gap: 68px;
}


.paymentpage {
    width: 60%;
    margin: auto;
}

.ileteslimat {
    font-family: WorkSans-SemiBold;
    font-size: 15px !important;
    line-height: 16px;
}

.kirmizikutu {
    font-family: WorkSans-SemiBold;
    font-size: 12px !important;
    color: #d5440e;
    line-height: 16px;
}

.kutu {
    font-family: WorkSans-Medium;
    font-size: 12px !important;
    line-height: 16px;
}

.kargokilo {
    font-family: WorkSans-Medium;
    font-size: 12px !important;
    line-height: 16px;
}

.kargopara {
    font-family: WorkSans-SemiBold;
    font-size: 15px !important;
    color: #d5440e;
    line-height: 16px;
}

.kargotablo {
    font-family: WorkSans-Medium;
    font-size: 12px !important;
    color: #d5440e;
}

.kargo p {
    font-family: WorkSans-Regular;
    font-size: 12px !important;
    line-height: 16px;
}

.kargotablo i {
    font-size: 12px !important;
    color: #d5440e;
}

.tesbas span {
    font-family: WorkSans-SemiBold;
    font-size: 20px !important;
    color: #d5440e;
}

.seradanalin {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-column-gap: 20px;
}

.tesbas i {
    font-size: 17px !important;
    color: #d5440e;
    margin-top: 27px;
}

:root {
    --days: 7;
    --height-day: 80px;
    --lightgrey-100: #e2e8f0;
    --lightgrey-200: #cbd5e0;
    --darkpurple: #3c366b;
    --orange: #f6ad55;
}


#app {
    background-color: #fff;
    padding: 40px 30px;
    /* border-radius: 30px; */
    width: 250px;
    height: 201px;
    /* box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2); */
}

    #app h4 {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 30px;
        color: var(--darkpurple);
        font-family: 15px;
    }

/* WEEKDAYS */

.weekdays {
    display: flex;
    margin-bottom: 20px;
}

    .weekdays li {
        color: var(--lightgrey-200);
        width: var(--height-day);
        text-align: center;
    }

/* DATES */

.dates {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(var(--height-day) * var(--days));
}

    .dates li {
        flex: 1 1 var(--height-day);
        margin-bottom: 10px;
        text-align: center;
        padding: 10px 0;
        font-weight: bolder;
        color: var(--darkpurple);
    }

    .dates .limits {
        color: var(--lightgrey-100);
    }

.adim1 span {
    font-family: WorkSans-SemiBold;
    font-size: 20px !important;
    color: #d5440e;
}

.adim1 p {
    font-family: WorkSans-Regular;
    font-size: 15px !important;
    line-height: 20px;
}

.adim2 span {
    font-family: WorkSans-SemiBold;
    font-size: 20px !important;
    color: #d5440e;
}

.adim2 p {
    font-family: WorkSans-Regular;
    font-size: 15px !important;
    line-height: 20px;
}

.adim3 span {
    font-family: WorkSans-SemiBold;
    font-size: 20px !important;
    color: #d5440e;
}

.adim3 p {
    font-family: WorkSans-Regular;
    font-size: 15px !important;
    line-height: 20px;
}

.checkbook span {
    font-family: WorkSans-Regular;
    font-size: 15px !important;
    color: black !important;
}

.altdiv {
    display: grid;
    grid-template-columns: 50% 50%;
}

/*.odemebasarri{
    padding-top:15px;
}*/
.odemeyap {
    font-family: WorkSans-Bold;
    font-size: 15px;
    color: #2b2f88;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #2b2f88;
}

    .odemeyap:hover {
        color: white;
        background-color: #2b2f88;
        transition: 0.2s;
    }

.iptalet {
    font-family: WorkSans-Bold;
    font-size: 15px;
    color: #d5440e;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #d5440e;
}

    .iptalet:hover {
        color: white;
        background-color: #d5440e;
        transition: 0.2s;
    }

.serailkalan {
    text-align: center;
    font-family: WorkSans-Regular;
    font-size: 15px !important;
    line-height: 20px;
    padding-top: 31px;
}

.anasign {
    width: 550px;
    height: 600px;
    margin: auto;
    box-shadow: 1px 1px 1px 1px #000;
    border-radius: 25px 25px 0px 0px;
    background: white;
}

.savealan {
    text-align: center;
}

.sifrealan {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    padding-top: 20px;
}

.signingrup1, .signingrup2, .signingrup3 {
    text-align: center;
}

    .signingrup3 input, select {
        width: 360px;
        height: 35px;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 0px;
        box-sizing: border-box;
        font-family: WorkSans-Regular;
    }

    .signingrup2 input, select {
        width: 360px;
        height: 35px;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 0px;
        box-sizing: border-box;
        font-family: WorkSans-Regular;
    }

    .signingrup1 input, select {
        width: 360px;
        height: 35px;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 0px;
        box-sizing: border-box;
        font-family: WorkSans-Regular;
    }

.signinicerik {
    text-align: center !important;
}

.labels {
    text-align: left;
    font-size: 12px;
    font-family: WorkSans-Medium;
}

.sifreunut span {
    font-size: 15px;
    font-family: WorkSans-Medium;
}

.sglabel {
    width: 360px;
    text-align: left;
    margin: auto;
}

.ikinci {
    width: 360px;
    margin: auto;
    padding-top: 35px;
}

.checkalan {
    text-align: left;
}

.sifreunut {
    text-align: right;
    font-size: 15px;
    font-family: WorkSans-Medium;
    color: #2b2f88;
    cursor: pointer;
}

.checkalan span {
    font-size: 15px !important;
    font-family: WorkSans-Medium !important;
    color: black !important;
}

.girisyaparea {
    width: 360px !important;
    height: 40px !important;
    background-color: #d5440e !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 11px !important;
    border: 2px solid #d5440e !important;
    font-family: WorkSans-Bold;
}

.kaydolarea {
    width: 360px !important;
    height: 40px !important;
    color: #d5440e !important;
    background-color: white !important;
    border: 2px solid #d5440e !important;
    /* padding: 10px 20px !important; */
    border-radius: 11px !important;
    font-family: WorkSans-Bold;
    margin: 8px 0;
    appearance: push-button;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: -internal-light-dark(black, white);
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
}

.girisyaparea:hover {
    color: #d5440e !important;
    background-color: white !important;
    border: 2px solid #d5440e !important;
    transition: 0.2s;
    cursor: pointer;
}

.kaydolarea:hover {
    color: white !important;
    background-color: #d5440e !important;
    border: 2px solid #d5440e !important;
    transition: 0.2s;
    cursor: pointer;
}

.recapctha p {
    font-size: 12px !important;
    font-family: WorkSans-Medium !important;
    line-height: 20px;
}

.recapctha span {
    font-size: 12px !important;
    font-family: WorkSans-Medium !important;
    color: #0aa6c2;
}

.savealan span {
    font-size: 12px !important;
    font-family: WorkSans-Medium !important;
}

.signintitle {
    border-radius: 25px 25px 0px 0px;
    background: rgb(232,70,32);
    height: 80px;
    text-align: center;
    background: linear-gradient(135deg, rgba(232,70,32,1) 0%, rgba(132,58,87,1) 50%, rgba(44,47,136,1) 100%);
    display: grid;
    grid-template-columns: 9fr 1fr;
    align-items: center;
}

    .signintitle h1 {
        padding-top: 5px;
        padding-left: 10%;
        font-size: 25px !important;
        color: white;
        font-family: WorkSans-SemiBold !important;
    }

body.activeSidebar > *:not(#mySidebar):not(#alertPanel):not(#alertQuestPanel):not(#kargoside) {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
    pointer-events: none;
}

body.activeAddressBar > *:not(#sideadresekle) {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
    pointer-events: none;
}


body.activeAddressDuzenleBar > *:not(#sideadresduzenle) {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
    pointer-events: none;
}

.bodyContainer {
    overflow-x: hidden;
    background:white;
}

    .bodyContainer.activePsignin, .bodyContainer.activePsignup, .bodyContainer.activePforgot {
        -webkit-filter: brightness(0.5);
        -moz-filter: brightness(0.5);
        filter: brightness(0.5);
    }
   /* .bodyContainer.activePsignin > *:not(.signin) {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        filter: blur(3px);
        pointer-events: none;
    }

    .bodyContainer.activePsignup > *:not(.signup) {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        filter: blur(3px);
        pointer-events: none;
    }

    .bodyContainer.activePforgot > *:not(.forgotpassword) {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        filter: blur(3px);
        pointer-events: none;
    }*/

.signin, .signup, .forgotpassword {
    border-radius: 25px 25px 0px 0px;
    /* padding-bottom: 100px; */
    position: fixed;
    background: white;
    left: calc((100% - 550px) / 2);
    /* right: 30%; */
    top: calc((100% - 600px) / 2);
    opacity: 0;
    z-index: -3000;
    transition: opacity 1s;
}
/*.fullbackground {
    background-color:orangered;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/
/* .signin:after */ {
    /*    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    filter: blur(10px);*/
}


.signinOld {
    padding-bottom: 100px;
}

.detail2 table, td, th {
    border: 1px solid black !important;
}

.urunukaldir2 {
    display: none;
}

.paymentpage {
    padding-top: 40px;
    padding-bottom: 52px;
}

.shipmentTables {
    display: none;
}

.adreseteslimat {
    padding-top: 30px;
}

.tabarea {
    border-bottom: 2px solid #c1bfbf;
    width: 60%;
}

.tabcontent1 {
    border-bottom: 2px solid #c1bfbf;
    width: 60%;
}

.tabs button, .tabarea button {
    background-color: white;
    border: none;
    font-family: WorkSans-Medium;
    font-size: 20px;
    color: black;
    border-radius: 15px 15px 0px 0px;
    padding-top: 8px;
    width: fit-content;
    margin-top: 10px;
}

    .tabs button:hover {
        background-color: #d5440e;
        color: white;
        cursor: pointer;
    }

.paymentTabHover {
    background-color: #d5440e !important;
    color: white !important;
    cursor: pointer !important;
}

.paymentState {
    color: #d5440e !important;
}

.paymentStateIcon {
    background: #2b2f88 !important;
    color: white !important;
}

.tabarea span {
    color: #2b2f88;
    border-radius: 99% !important;
    border: 1px solid #2b2f88;
    font-family: WorkSans-Medium;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    width: 1.2em;
}

focus * {
    display: none !important;
}

/*.tabarea button:hover span {
    color: white;
    border: 1px solid white;
}*/
.odemeYontemi {
    color: #d5440e !important;
    cursor: default !important;
}

    .odemeYontemi:hover {
        background: white !important;
        color: #d5440e !important;
        cursor: default !important;
    }

        .odemeYontemi:hover .odemeYontemiIcon {
            color: #2b2f88 !important;
            cursor: default !important;
        }

.paymentTabIconHover {
    color: white !important;
    border: 1px solid white !important;
}

.paymentTabIconHover2 {
    color: white !important;
}

.fa-credit-card {
    color: #2b2f88 !important;
}

#Teslimat i {
    color: #c1bfbf;
    font-size: 20px;
}

.tabs button:hover i {
    color: white !important;
}

.credit button {
    border-bottom: 2px solid #c1bfbf !important;
}

.orangeBorder {
    border-color: #d5440e !important;
}
/*KART ALANI*/

.heading {
    font-size: 40px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding-left: 20px
}

.card {
    border-radius: 10px !important;
    margin-top: 60px;
    margin-bottom: 60px
}

.form-card {
    margin-left: 20px;
    margin-right: 20px
}

    .form-card input,
    .form-card textarea {
        width: 360px;
        height: 35px;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 0px;
        box-sizing: border-box;
        font-family: WorkSans-Regular;
    }

        .form-card input:focus,
        .form-card textarea:focus {
            -moz-box-shadow: 0px 0px 0px 1.5px skyblue !important;
            -webkit-box-shadow: 0px 0px 0px 1.5px skyblue !important;
            box-shadow: 0px 0px 0px 1.5px skyblue !important;
            font-weight: bold;
            border: 1px solid #304FFE;
            outline-width: 0
        }

.input-group label {
    position: absolute;
    font-family: WorkSans-Medium;
    font-size: 12px;
    color: black;
}

.odemetabsdetail input:focus + label {
    color: #304FFE
}

.odemetabsdetail input[type=text], select {
    width: 360px;
    height: 35px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
    font-family: WorkSans-Regular;
}

.cvc input {
    width: 166px !important;
    height: 35px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
    font-family: WorkSans-Regular;
}

.cvcalan {
    display: grid;
    /* width: 100%; */
    grid-template-columns: 50% 50%;
}

.odemetabsdetail {
    display: grid;
    grid-template-columns: 63% 47%;
    width: max-content;
}

#tablink5 span {
    font-family: WorkSans-SemiBold;
    font-size: 15px !important;
    line-height: 16px;
}

#tablink5 p {
    font-family: WorkSans-Regular;
    font-size: 12px !important;
    line-height: 16px;
}

#tablink6 span {
    font-family: WorkSans-SemiBold;
    font-size: 15px !important;
    line-height: 16px;
}

#tablink6 p {
    font-family: WorkSans-Regular;
    font-size: 12px !important;
    line-height: 16px;
}

#tablink5 {
    display: grid;
    grid-template-columns: 20% 50% 30%;
    align-items: center;
    height: 85px;
    width: 650px;
    border: 2px solid #c1bfbf;
    border-radius: 11px;
    margin-top: 12px;
}

#tablink6 {
    display: grid;
    grid-template-columns: 20% 50% 30%;
    align-items: center;
    height: 85px;
    width: 650px;
    border: 2px solid #c1bfbf;
    border-radius: 11px;
    margin-top: 12px;
}

.odemetabsdetail {
    padding-top: 20px;
}

.sozlesmeler {
    margin-top: 12px;
}

    .sozlesmeler span {
        font-size: 15px;
        font-family: WorkSans-Medium;
    }

.sozlesme {
    height: 85px;
    width: 650px;
    border: 2px solid #c1bfbf;
    border-radius: 11px;
    margin-top: 12px;
    overflow-y: scroll;
}

    .sozlesme h1 {
        font-size: 12px;
        font-family: WorkSans-bold;
        /*        line-height: 20px;*/
        text-align: center;
    }

    .sozlesme p {
        padding: 10px;
        font-size: 12px;
        font-family: WorkSans-Regular;
        line-height: 18px;
    }

.sozlesmeler h4 {
    font-size: 20px;
    font-family: WorkSans-SemiBold;
}

.sozlesme::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.sozlesme::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.sozlesme::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #cc0000;
}

.onayla {
    display: flex;
    width: 85%;
    margin: auto;
}

    .onayla p {
        font-size: 12px;
        font-family: WorkSans-SemiBold;
        line-height: 15px;
    }

.odemediv {
    display: grid;
    grid-template-columns: 65% 35%;
}

.havale span {
    font-size: 12px;
    font-family: WorkSans-Medium;
    line-height: 15px;
}

.paymentpage {
    margin-bottom: 50px;
}

.havale {
    width: 95%;
    padding-top: 15px;
}

.sepetsonuc > div {
    height: 325px;
    width: 270px;
}

*:focus {
    outline: none;
}


.dropdownLi:hover ul, .dropdown:hover {
    z-index: 3000;
}

.dillist a {
    text-decoration: none;
    color: black;
    font-size: 11px;
    font-family: WorkSans-Bold;
}

#langSpan {
    font-size: 11px;
    font-family: WorkSans-Bold;
}

.adresdropbtn {
    background-color: #d5440e;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 90%;
    margin: auto;
    font-family: 'WorkSans-Regular';
}

    .adresdropbtn:hover, .adresdropbtn:focus {
        background-color: #2b2f88;
    }

#myInput {
    box-sizing: border-box;
    background-image: url('../Error/Page404.html');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

    #myInput:focus {
        outline: 3px solid #ddd;
    }

.Adresdropdown {
    padding-top: 30px;
    text-align: center;
    font-family: 'WorkSans-Regular';
}



.Adresdropdown-content a {
    color: black;
    padding: 8px 5px;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.Adresdropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.acikadres {
    padding-top: 30px;
    text-align: center;
}

.adresTextbox {
    text-align: center;
}

.nameTextbox > div {
    padding-top: 10px;
}

.baslikadres {
    font-family: WorkSans-Regular;
    font-size: 16px;
}

.adresTextbox input[type=text], select {
    text-align: center;
    width: 90% !important;
}

.baslikname {
    font-family: WorkSans-Regular;
    font-size: 16px;
}

.nameTextbox input[type=text], select {
    text-align: center;
    width: 90% !important;
}

.baslikphone {
    font-family: WorkSans-Regular;
    font-size: 16px;
}

.phoneTextbox input[type=text], select {
    text-align: center;
    width: 90% !important;
}

.acikadres textarea {
    margin: 0px;
    width: 88%;
    height: 95px;
    font-size: 16px;
    font-family: WorkSans-Regular;
}

#myAdresDropdown input[type=text], select {
    width: 100% !important;
}

.Adresdropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    /* overflow: auto; */
    border: 1px solid #ddd;
    z-index: 1;
    width: 100%;
    max-height: 460px;
    overflow-x: auto;
}

.show {
    display: block;
    /*width: 90%;*/
    /* text-align: center; */
    width: 83%;
    margin-left: 5%;
}

.adresalann {
    text-align: center;
}

.butonadres input[type=submit] {
    background-color: #2b2f88;
    width: 75%;
}

    .butonadres input[type=submit]:hover {
        background-color: white;
        border: 1px solid #2b2f88;
    }

#pass {
    -webkit-text-security: disc;
    -moz-text-security: circle;
    text-security: circle;
}

    #pass input[type=number]::-webkit-inner-spin-button,
    #pass input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.validation-summary-errors > ul > li {
    color: #d5440e;
    font-family: WorkSans-Bold;
    font-size: 15px;
}

.validation-summary-errors {
    text-align: center;
}

    .validation-summary-errors > ul {
        padding-top: 10px;
    }

.forgot {
    height: 300px;
}

.sifirla {
    height: 300px;
}

#delivery {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #delivery td, #delivery th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #delivery tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #delivery tr:hover {
        background-color: #ddd;
    }

    #delivery th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #d5440e;
        color: white;
    }

.kargoside {
    /*  position: fixed;
    padding: 30px;
    top: 80px;
    right: -546px;
    background-color: white;
    width: 470px;
    height: 100%;
    transition: .3s;
    z-index: 4000;
    box-shadow: 0 1px 1px 3px rgba(0, 0, 0, 0.12);*/
    height: 100%;
    width: 0;
    position: fixed; /* diğer divleri ezmesin kendi çapında takılsın diye <*/
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
}

    .kargoside > div {
        width: 80%;
        margin: auto;
    }

.kargotablo {
    cursor: pointer;
}

.active {
    right: 0;
}

.passive {
    display: none;
}

.kargotablo.toggle span {
    background-color: transparent;
}

.kargoalan {
    padding-top: 50px
}

.cross3 {
    cursor: pointer;
}

.adim3 {
    padding-top: 20px;
}


.calendar {
    width: 350px;
    font-size: 14px;
    margin: 50px auto 0;
    font-family: 'WorkSans-SemiBold';
}

.calendar__month {
    font-size: 20px;
    font-weight: 800;
    padding: 10px 0;
    /*    width: 100%;
    position: relative;*/
    text-align: left;
    float: left;
}

.calendar__body {
    font-size: 14px;
}

.cal-month__previous,
.cal-month__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
}

    .cal-month__previous:hover,
    .cal-month__next:hover {
        background-color: #42A5F5;
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75);
        border-radius: 50%;
        font-weight: 800;
        color: #111;
    }

.cal-month__next {
    right: 0;
}

.cal-month__current {
    text-align: center;
    color: black;
}

.cal-head__day,
.cal-body__day {
    display: inline-block;
    width: 35px;
    height: 35px;
    float: left;
}

.cal-body__week,
.calendar__head {
    display: block;
    height: 35px;
    width: 260px;
}

.calendar__head {
    line-height: 50px;
    position: relative;
}

    .calendar__head:after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #90CAF9;
    }

.cal-body__day {
    color: #777;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.cal-day__month--current {
    color: #e1e1e1;
}

.cal-day__day--today {
    font-weight: 800;
    color: black;
}

.cal-day__day--selected {
    background-color: #d5440e;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    color: white !important;
}

.nonClickableCal {
    color: red !important;
}

.clickableCal {
    color: black;
}

.online a {
    text-decoration: none;
}

.artirma {
    width: 30px !important;
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    text-align: center;
}

.imgcenter {
    text-align: center;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.detayalan {
    background-color: transparent;
    color: black;
}

.ae {
    width: 45px !important;
}

.num {
    color: black !important;
}

.ayveyil {
    display: flex;
    grid-column-gap: 25px;
}
/*
.sideadresekle {
    position: absolute;
    top: 80px;
    right: -470px;
    background-color: white;
    width: 470px;
    height: max-content;
    padding-bottom: 20px;
    transition: .3s;
    z-index: 4000;
    box-shadow: 0 1px 1px 3px rgba(0, 0, 0, 0.12);
}

.sideartir {
    margin-top: 0px !important;
}

.sidebarBtn {
    cursor: pointer;
}

.active {
    right: 0;
}

.passive {
    display: none;
}

.sidebarBtn.toggle span {
    background-color: transparent;
}

.sidespan span {
    font-size: 25px;
    background: linear-gradient(#e74620, #8f3b51, #2b2f88);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-family: WorkSans-SemiBold;
}

.sidespan i {
    font-size: 25px;
}

.sidespan {
    grid-template-columns: 95% 5%;
    display: grid;
}
*/
#adresEkle, #adresEdit {
    color: white;
    padding: 17px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    font-family: WorkSans-Bold;
    background-color: #2b2f88;
    /* width: 90%; */
    display: block;
    font-size: 16px;
}

.newadres:hover {
    cursor: pointer;
}

.butonadres {
    width: 90%;
    justify-self: center;
}

.teytey {
    padding-top: 6px !important;
    border-radius: 8px !important;
    background-color: white !important;
    color: black !important;
    height: 19px !important;
    width: 30px !important;
    font-size: 11px !important;
}

/*LOADING BAR*/
.loadingFullScreen {
    position: fixed;
    top: 0%;
    width: 100vw;
    height: 100vh;
    left: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(50,50,50,0.6);
    display: none;
}

.loadingSideBar {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100% !important;
    left: 0%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(50,50,50,0.6);
    padding: 0px !important;
    display: none !important;
}

.lds-ellipsis {
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: white;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

#haberver {
    height: calc(100% - 60px);
    width: 0;
    position: fixed;
    /* position: absolute; */
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.3s;
    /* padding-top: 60px; */
    margin-top: 60px;
}

.haberver > div {
    padding-top: 20px;
    width: 95%;
    margin: auto;
}

.emailalan {
    padding-top: 50px;
}

.habertikla {
    width: 95%;
    font-family: WorkSans-SemiBold;
    padding: 11px;
    border-radius: 6px;
    background-color: #2b2f88;
    color: white;
}

    .habertikla:hover {
        cursor: pointer;
    }

.gelincehaber:hover {
    cursor: pointer;
}

#resetPasswordForm {
    width: 60%;
    max-width: 530px;
    margin: 0 auto;
    padding: 50px 0px;
}

    #resetPasswordForm .form-group input {
        width: 100%;
    }

.basketKargoBedava {
    display: flex;
    grid-column-gap: 110px;
    border:2px solid black;
    border-radius:5px;
    padding:5px;
}

.butonbedava a {
    text-decoration: none;
    color: #d5440e;
}
.bedava{
    color:black;
}
.bedava i{
    color: #d5440e;
}
#subscribeMail {
    z-index: 2000;
}


.teslimatdetayseradan {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
}

    .teslimatdetayseradan > div {
        cursor: pointer;
    }

.cal-month__previous, .cal-month__next {
    display: none;
}

input#teslimatNereye {
    margin: 0 auto;
    display: flex;
    margin-bottom: 10px;
}
/*RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE*/
/*RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE*/
/*RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE*/
/*RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE*/
/*RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE*/
/*RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE*/
/*RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE*/
/*RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE*/
@media screen and (min-width:2500px) {
    /*html {
            width: auto;
            margin: 0 auto !important;
        }*/
    .area1First {
        height: 635px !important;
    }
}

@media screen and (min-width:2250px) {
    .area1First {
        height: 567px;
    }

    .home3area2 {
        width: 54%;
    }
}

@media screen and (min-width:2100px) {
    .area1First {
        height: 519px;
    }
}

@media screen and (min-width:1995px) {
    .area1First {
        height: 492px;
    }

    .home3area2 {
        width: 60%;
    }

    .menu__list {
        padding-left: 17px !important;
    }
}

@media screen and (min-width:1921px) {
    html {
        width: auto;
        margin: 0 auto !important;
    }

    .area1First {
        height: 475px;
    }

    .slidetext {
        /* padding-top: 9%; */
        /* max-width: 26% */
    }

        .slidetext > p {
            font-size: 2.2em;
            padding-top: 1.5%;
            line-height: 30px;
            padding-left: 0px;
            max-width: none;
        }

        .slidetext > h1 {
            font-size: 3.9em;
            line-height: 33px;
        }

    .rectangleArea {
        width: 890px !important;
    }

    .photoGallery {
        width: 42%;
    }

    .home5areas {
        width: 52%;
    }

    .home5area2 > h1 {
        font-size: 5.2em;
    }

    .home5area2 > h2 {
        font-size: 5.2em;
    }

    .home5area2 > p {
        font-size: 2em;
        line-height: 42px;
    }

    .home4area > h5 {
        font-size: 4.2em !important;
    }

    .home4area > h2 {
        padding-top: 24px;
        font-size: 4em !important;
    }

    .home4area > h3 {
        font-size: 2em !important;
    }

    .home4area > h4 {
        padding-top: 16px;
        font-size: 1.8em !important;
    }

    .areasHome {
        /* width: 17%; */
    }

        .areasHome > div > h2 {
            font-size: 3em;
        }

        .areasHome > div > p {
            font-size: 2.3em;
            line-height: 31px;
        }

    /*

    .menu__list {
        padding-left: 87px;
    }
*/
    .home3area2 {
        width: 70%;
    }
}


@media screen and (min-width: 1801px) and (max-width: 1920px) {


    .area1First {
        height: 461px !important;
        background-size: cover !important;
    }

    .home3area2 {
        width: 70%;
    }

    .slidetext {
        /* padding-top: 8.5%; */
        /* padding-left: 17%; */
    }

        .slidetext > p {
            font-size: 1.9em;
            padding-top: 1.2%;
            line-height: 23px;
        }

        .slidetext > h1 {
            font-size: 3.5em;
            line-height: 35px;
        }

    .areasHome > div {
        /* padding: 27px; */
    }

        .areasHome > div > h2 {
            font-size: 2.2em;
        }

        .areasHome > div > p {
            font-size: 1.5em;
        }
}

@media screen and (min-width: 1701px) and (max-width: 1800px) {
    .area1First {
        height: 433px !important;
        background-size: cover !important;
    }

    .home3area2 {
        width: 70%;
    }

    .slidetext {
        /* padding-left: 17%; */
    }

        .slidetext > p {
            font-size: 1.9em;
            padding-top: 1.5%;
            line-height: 21px;
            /* width: 374px; */
            /* padding-left: 12%; */
        }

        .slidetext > h1 {
            font-size: 3.4em;
            line-height: 33px;
        }

    .areasHome > div {
        /* padding: 24px; */
    }

    .rectangleArea {
        width: 70% !important;
    }
}


@media screen and (min-width: 1600px) and (max-width: 1700px) {
    .area1First {
        height: 413px !important;
        background-size: cover !important;
    }

    .rectangleArea {
        width: 70% !important;
    }

    .slidetext {
        /* padding-top: 7.7%; */
    }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) {
    .area1First {
        height: 374px;
    }

    .slidetext {
        /* padding-top: 9%; */
    }

        .slidetext > p {
            font-size: 1.6em;
            padding-top: 1.5%;
            line-height: 21px;
            /* width: 374px; */
            /* padding-left: 11%; */
        }

        .slidetext > h1 {
            font-size: 3.4em;
            line-height: 33px;
        }

    .areasHome > div {
        padding: 8px;
    }

    .rectangleArea {
        width: 55% !important;
    }

    .productpage {
        width: 90%;
    }
}

@media screen and (min-width: 1415px) and (max-width: 1499px) {
    .slidetext > h1 {
        line-height: 26px;
    }

    .slidetext {
        /* padding-top: 6.3%; */
        /* padding-left: 15%; */
        /* max-width: 399px; */
    }
    /*
    .menu__list li:last-of-type {
        border-right: none;
        padding-left: 54px;
    }*/

    .productpage {
        width: 90%;
    }

    .detail1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1415px) {
    .menu__link {
        padding: 0px 9px;
    }

    .slidetext > h1 {
        line-height: 26px;
    }

    .slidetext {
        /* padding-top: 5.3%; */
        /* padding-left: 15%; */
        /* max-width: 399px; */
    }
    /*
    .menu__list li:last-of-type {
        border-right: none;
        padding-left: 107px;
    }*/
}

@media screen and (min-width: 1200px) and (max-width: 1380px) {
    /*.productframe img {
        height: auto;
    }*/

    .productpage {
        width: 90%;
    }

    .online {
        height: 415px;
    }

    .productslidetext {
        width: auto;
        padding: 4px;
    }

    /*   .menu__link {
        font-size: 13px;
        padding: 0px 8px;
    }
*/
    .navbar_erkby .menu__list {
        /* padding-left: 58px; */
        /* padding-top: 0px; */
    }

    #logoE {
        /* max-width: 50%; */
        /* padding-left: 50px; */
        /* border-radius: 6px; */
        /* margin-top: 26px; */
    }

    .menu__list {
        /* float: left; */
        /* margin-top: 47px; */
    }

    /*   .menu__list li:last-of-type {
            border-right: none !important;
            padding-left: 24px !important;
        }
*/
    .area1First {
        height: 308px !important;
    }

    .slidetext {
        /* padding-top: 6% !important; */
        /* padding-left: 17% !important; */
        /* width: 308px !important; */
    }

    .footer-distributed .footer-right {
        float: none;
    }

    .detail1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 1111px) and (max-width: 1199px) {
    .menu__list .menu__group2 {
        margin-top: 10px !important;
    }

    .footer-distributed .footer-right {
        float: none;
    }

    .productpage > div {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 78%;
    }

    .detail1 {
        padding-top: 50px;
        padding-bottom: 50px;
        width: 70%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1110px) {

    .area1First {
        height: 247px !important;
    }

    .slidetext {
        /* padding-top: 5% !important; */
        /* padding-left: 17% !important; */
        /* width: 261px !important; */
    }

        .slidetext > p {
            font-size: 1.1em !important;
            line-height: 17px !important;
        }

    .footer-distributed .footer-right {
        float: none;
    }

    .menu__list .menu__group2 {
        margin-top: 10px !important;
    }

    .detail1 {
        padding-top: 50px;
        padding-bottom: 50px;
        width: 70%;
    }
}

@media screen and (max-width:1200px) {
    .productpage > div {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 80%;
    }

    .productpage {
        width: 100%;
    }

    .detail1 {
        padding-top: 50px;
        padding-bottom: 50px;
        width: 70%;
    }
}


@media screen and (max-width: 1820px) {
    .basket {
        width: 60%;
    }

    .paymentpage {
        width: 60%;
        margin: auto;
    }

    .adreseteslimat {
        display: grid;
        grid-template-columns: 70% 30%;
    }
}

@media screen and (max-width: 1590px) {
    .basket {
        width: 80%;
    }

    .paymentpage {
        width: 84%;
        margin: auto;
    }

    .adreseteslimat {
        display: grid;
        grid-template-columns: 70% 30%;
    }

    .odemediv {
        display: grid;
        /* width: 100%; */
        grid-template-columns: 75% 25%;
    }

    .minsepetekle {
        grid-template-columns: 26% 72% 2%;
    }
}

@media screen and (max-width: 1380px) {
    .acikadres textarea {
        margin: 0px;
        width: 88%;
        height: 95px;
        font-size: 16px;
        font-family: WorkSans-Regular;
    }

    input[type=text], input[type=password], select {
        width: 95%;
        padding: 8px 15px;
        margin: 9px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-sizing: border-box;
        font-family: WorkSans-Regular;
    }

    .adresdropbtn {
        padding: 8px;
    }

    .Adresdropdown {
        padding-top: 15px;
    }

    #adresEkle, #adresEdit {
        color: white;
        padding: 12px 20px;
        margin: 8px 0;
        border: none;
        border-radius: 0px;
        cursor: pointer;
        font-family: WorkSans-Bold;
        background-color: #2b2f88;
        /* width: 90%; */
        display: block;
        font-size: 16px;
    }

    #sideadresekle {
        padding-top: 0px !important;
    }

    .sideadresekle > div {
        padding-top: 15px;
    }

    .acikadres {
        padding-top: 15px !important;
    }
    /*.basketclass {
        border: 2px solid #c1bfbf;
        display: grid;
        grid-template-columns: 3% 23% 53% 21%;
        width: 564px;
        height: 137px;
        border-radius: 15px;
        text-decoration: none;
        margin-bottom: 16px;
        align-items: center;
        padding: 10px 0px;
    }*/

    .sepetiartir {
        grid-template-columns: 25% 50% 25% !important;
    }

    .sepeteekle {
        grid-template-columns: 21% 63% 16% !important;
    }

    .bankarea {
        width: 75%;
    }

    .siparis {
        width: 75%;
    }

    .orderarea {
        width: 75%;
        clear: both;
    }

    .teslimatdetaysera > div {
        width: 75%;
    }

    .teslimatinfo {
        width: 75%;
    }

    .teslimatbaslik {
        width: 75%;
    }
}


@media screen and (max-width: 1300px) {
    .detail1{
        width:60%;
    }
    .detailimage img {
        width: 30vw;
        height: 30vw;
    }
    .area1First {
        height: 278px;
    }

    .slidetext {
        /* padding-top: 6%; */
        /* padding-left: 15%; */
        /* width: 252px; */
    }

        .slidetext > h1 {
            color: white;
            font-family: WorkSans-Regular;
            font-size: large;
            line-height: 22px;
            text-align: right;
        }

        .slidetext > p {
            font-size: small;
            line-height: 17px;
        }

    .footerLimit {
        width: 95%;
    }

    .iptalode {
        display: grid;
        grid-gap: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .basket {
        width: 80vw;
        min-width: 900px;
    }

    .paymentpage {
        width: 89%;
        margin: auto;
    }

    #tablink5, #tablink6, #tablink7 {
        width: auto;
        grid-template-columns: 20% auto;
    }
    .sozlesme{
        width:auto;
    }
    .gecmiss2 > .orderback > div{
        grid-template-columns: auto auto auto auto;
       width:100%; 
    }

    .orderback {
        width: 100%;
    }
    .memberpage{
        grid-template-columns: auto;
    }
    .memberMenu {
        max-width: none;
        width: 100%;
    }
    .merhabamember {
        display: grid;
        grid-template-columns: max-content 15px auto;
        align-items: center;
    }
    .butonmember {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        align-items: center;
    }
    .membertabs {
        display: grid;
        grid-template-columns: auto auto auto;
        width: 100%;
    }
    .verticalline{
        display:none;
    }
}

@media screen and (max-width: 1160px) {
    .basket {
        width: 80vw;
        min-width: 930px;
    }

    .kacmaztext {
        padding-top: 22px;
    }
}
@media screen and (max-width: 1044px) {
    .newsImage{
        height:140px;
    }
}

@media screen and (max-width: 1025px) {

    textarea#ContactFormMessageInput {
        width: 91%;
    }

    .detail1 {
        padding-top: 50px;
        padding-bottom: 50px;
        width: 70%;
    }

    .productpage > div {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 95%;
    }

    .NewsLimiter {
        width: 600px;
    }

    .corp3sec {
        width: 95%;
    }

    .ProdButton {
        text-align: center;
    }

    .ProdFirst > div > div {
        display: grid;
        float: none;
        text-align: center;
    }

    .ProdFirst2 {
        display: inline-flex;
    }

    input[type=submit] {
        width: 45%;
    }

    .slidetext {
        /* padding-top: 19%; */
        /* padding-left: 31%; */
    }

    .slide1 {
        display: none;
    }

    .corpFirst2 {
        /* margin-top: 30px; */
    }

    .laci {
        margin-top: 30px;
    }

    .area1 > div > h1 {
        font-size: 70%;
        line-height: 100%;
    }

    .area1 > div > h4 {
        font-size: 70%;
        line-height: 100%;
    }

    .home2 {
        width: 100% !important;
        text-align: center;
    }

        .home2 > div {
            width: 97% !important;
            text-align: center;
        }

    /*.areasHome {
        width: 100% !important;
        text-align: center;
    }

        .areasHome > div > h2 {
            width: 80%;
        }

        .areasHome > div > h3 {
            width: 80%;
        }

    .home3area2 {
        display: inline-flex;
    }*/

    .home4area > h1 {
        font-size: 80% !important;
        line-height: 100% !important;
    }

    .home4area > h2 {
        font-size: 80% !important;
        line-height: 100% !important;
    }

    .home4area > h3 {
        font-size: 80% !important;
        line-height: 100% !important;
    }

    .home4area > h4 {
        font-size: 80% !important;
        line-height: 100% !important;
    }

    .home5area2 {
        width: 100% !important;
        text-align: center;
    }

    .home5areas {
        width: 95% !important;
        margin: auto !important;
        display: flex !important;
    }


    .home5area2 > img {
        max-width: 70%;
    }

    .home6Area {
        width: 70%;
    }

        .home6Area > div {
            width: 100% !important;
            text-align: center;
        }

    .home7 {
        text-align: center;
    }

    .footer {
        width: 100%;
    }

    .foot {
        width: 100%;
    }

    /*.ProdFirst * {
            display: none;
        }*/

    .ProdFirst2 {
        margin-left: 0px;
    }

        .ProdFirst2 * {
            margin-top: 20px;
            /* width: 100%; */
            /* padding-left: 5px; */
            /* padding-right: 5px; */
        }

    .news3area1 {
        width: 100%;
    }

    .news3area2 {
        width: 100%;
    }

    .news {
        width: 99%;
    }

    .rectangle2 {
        width: 100%;
    }

    .rectangleArea {
        width: 100%;
    }

    .address {
        width: 100%;
    }

    .contact {
        width: 100%;
        padding-top: 40px;
        display: block;
    }

    .contact2 {
        width: 100%;
        display: block;
        grid-template-columns: auto;
    }

    .firstContact > div {
        max-width: 100%;
    }

    .ContactPage {
        max-width: 100% !important;
    }

    .map-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
        }

    .NewSection2 {
        max-width: 100%;
        text-align: center;
    }

    .firstContact {
        /* justify-content:center; */
        width: 85%;
    }


    .erkby_video > video {
        max-width: 70%;
    }

    .NewSection2 > div {
        max-width: 100%;
    }

    .corpFirst {
        margin-top: 30px;
    }

    .corp3 {
        width: 100%;
        display: inline-flex;
    }

    .corp4 {
        width: 100%;
        display: inline-flex;
    }

    .corp3Area1 {
        width: 100%;
    }

    .corp3Area2 {
        width: 95%;
        margin: auto;
    }

    .corp3Area {
        width: 95%;
        display: block;
    }

    .corp3sec > div {
        margin-left: 0px !important;
    }

    .corp4Area {
        /*width: 95%;*/
        display: block;
    }

    .corp4Area2 {
        width: 100%;
    }

    .erkby_video > video {
        max-width: 100%;
    }

    .urun2, .urun3 {
        display: block !important;
    }

    .table {
        width: 100%;
    }

    .tomato > div {
        display: block;
        width: 100%;
    }

    .tomato1 {
        width: 100%;
    }

    .tomato2 {
        width: 100%;
    }

    .urunlerDropdown .dropdown {
        /* margin-left: 103px; */
        /* margin-top: 62px; */
        /* position: initial; */
        /* margin: 10px; */
        /* padding: 0 !important; */
        /* box-shadow: none !important; */
        /* border-top: 1px solid gray; */
        /* border-bottom: 1px solid gray; */
        /* width: 68vw; */
    }
}


@media screen and (max-width: 1000px) {
    /* .sepetozet {
        position: -webkit-sticky;
        bottom: 0 !important;
        position: fixed;
        background-color: white;
        z-index: 200;
    }*/

    /*  .sepetozet > div {
            width: 90vw;
            min-width: auto;
        }
*/
    .toplamtext span {
        font-size: 16px !important;
    }

    .toplamsonuc span {
        font-size: 16px !important;
    }

    .basketsum span {
        font-size: 17px !important;
    }

    .tamambuton button, .tamambuton a {
        font-size: 15px !important;
    }

    .paymentPanel {
        grid-gap: 20px;
    }

    .sepetozet {
        /* padding-top: 20px;*/
    }

        .sepetozet > div {
            /*height: 298px !important;*/
            width: 297px;
        }

    .basketclass {
        width: 525px;
    }

    .map-responsive iframe {
        width: 90%;
    }

    .altdiv {
        width: 88vw;
    }

    .toplamsonuc > span {
        font-family: WorkSans-SemiBold;
        color: black;
        font-size: 22px;
        line-height: 28px;
        text-align: right;
    }

    .toplamtext span {
        font-family: WorkSans-Medium;
        color: black;
        font-size: 22px;
        line-height: 28px;
        text-align: left;
    }

    .onayla input {
        font-size: 22px;
    }

    .adreseteslimat {
        display: grid;
        grid-template-columns: auto;
    }

    .odemediv {
        display: grid;
        grid-template-columns: auto;
    }

    .teshr {
        width: 100%;
        border: 1px solid #e0dfdf;
    }

    #tablink5 {
        width: auto;
    }

    #tablink6 {
        width: auto;
        padding: 10px;
        height: auto;
    }

    .havale {
        width: auto;
    }

    .seradanalin {
        grid-template-columns: auto;
    }

    .tabarea {
        border-bottom: 2px solid #c1bfbf;
        width: 100%;
    }

    .tabcontent1 {
        border-bottom: 2px solid #c1bfbf;
        width: 100%;
    }

    .onayla p {
        font-size: 17px;
        font-family: WorkSans-SemiBold;
        line-height: 15px;
    }

    .total1 {
        font-family: WorkSans-SemiBold;
        color: black;
        font-size: 22px;
    }

    .total2 {
        font-family: WorkSans-SemiBold;
        color: #d5440e;
        font-size: 22px;
        text-align: right;
    }

    #spans {
        padding-top: 20px;
    }

    .teslimatinfo {
        grid-column-gap: 10px;
        width: 85%;
        grid-row-gap: 10px;
    }

        .teslimatinfo > div {
            width: auto;
            height: auto;
        }

    .teslimatdetaysera > div {
        display: grid;
        width: 85%;
    }

    .mob {
        width: 88%;
    }

    .orderarea {
        width: 85%;
    }

    .siparis {
        width: 85%;
    }

    .bankarea {
        width: 85%;
    }

        .bankarea > div {
            width: 90%;
            margin: auto;
        }

    .teslimatbaslik {
        width: 85%;
    }

    .satisalan {
        max-width: 1210px;
        width: 100vw;
        margin: 0 auto;
    }

    .area1First {
        height: 245px;
    }



    .slidetext > h1 {
        color: white;
        font-family: WorkSans-Regular;
        font-size: large;
        line-height: 22px;
        text-align: right;
    }

    .slidetext > p {
        font-size: 90%;
        line-height: 17px;
    }

}

@media screen and (max-width: 900px) {
    /*

    .sepetozet {
        position: -webkit-sticky;
        bottom: 0 !important;
        position: fixed;
        background-color: white;
        z-index: 200;
    }

        .sepetozet > div {
            width: 90vw;
            min-width: auto;
        }
*/
    #welcomeSpan {
        display:none !important;
    }
    .basketclass {
        width: auto;
    }

    .basket {
        width: 90%;
        margin: auto;
        min-width: auto;
        grid-template-columns: auto;
    }

    .area1First {
        height: 200px;
    }

    .slidetext {
        /* padding-top: 7%; */
        /* padding-left: 12%; */
        /* width: 252px; */
    }

        .slidetext > h1 {
            color: white;
            font-family: WorkSans-Regular;
            font-size: medium;
            line-height: 22px;
            text-align: right;
        }

        .slidetext > p {
            font-size: smaller;
            line-height: 12px;
        }

    .detail1 {
        grid-template-columns: auto;
    }

    .detailimage img {
        width: 40vw;
        height: 40vw;
    }
}

@media screen and (max-width: 850px) {

    .photoGallery {
        display: grid;
        text-align: center;
        grid-template-columns: auto auto auto;
        max-width: min-content;
    }

    /*.productframe img {
        height: auto !important;
    }*/

    .productpage > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 95%;
    }

    .productslidetext {
        width: auto;
        margin: auto;
        padding: 5px;
        padding-top: 17px;
    }

    .online {
        height: auto;
        width: 91%;
    }

    .urunbuton {
        padding-top: 0px;
        text-align: center;
        padding-bottom: 10px;
    }

    .urunsline {
        /* grid-template-columns: 15% 51% 34%;*/
    }

    .memberpage {
        width: 86%;
    }

    .corpFirst2 h1 {
        width: 86%;
    }
}
/*769*/
/*769*/
/*769*/
/*769*/
/*769*/
/*769*/
/*769*/
@media screen and (max-width: 769px) {

    .cardoptions{
        justify-content:right;
    }
    textarea#ContactFormMessageInput {
        width: 95%;
    }

    .kargo {
        display: grid;
        grid-template-columns: 5% 21% 52% 22%;
        align-items: center;
        width: 626px;
    }

    .footer-distributed > div {
        display: grid;
        grid-template-columns: auto !important;
    }

    .sepetozet {
        border-radius: 15px;
        padding-top: 0px !important;
    }

    .mob > div {
        width: 96vw !important;
    }

    .paymentPanel {
        grid-template-columns: auto;
    }

    .sepetozet {
        position: -webkit-sticky;
        bottom: 0 !important;
        position: fixed;
        background-color: white;
        z-index: 200;
        position: relative;
        margin-top: 30px;
    }

        .sepetozet > div {
            /*height: 258px !important;*/
            width: 90vw !important;
            min-width: auto;
        }

    .memberpage {
        width: 86%;
        grid-template-columns: auto;
    }

    .corpFirst2 h1 {
        width: 86%;
    }

    .verticalline {
        display: none;
    }

    .memberMenu {
        margin: 0px;
        justify-self: left;
        justify-items: normal;
        justify-content: normal;
    }

    .adresalan > div {
        width: 78vw !important;
    }

    .tabcontentmember {
        padding-left: 0px;
    }

    .orderarea > div > div {
        grid-template-columns: 6% 29% 42% 23%;
    }

    .bankarea > div {
        width: 100% !important;
        margin: auto;
    }

    .dikkat {
        padding-top: 20px;
    }

    .bankarea {
        grid-template-columns: auto;
    }

    .siparistamam {
        width: 85%;
    }

    .teslimatinfo > div {
        width: 219px !important;
        height: 219px !important;
    }

    .teslimatinfo {
        grid-template-columns: auto auto;
    }

    .adress {
        width: 100%;
    }

    .teslimatdetaysera > div {
        width: 85%;
        grid-template-columns: auto;
    }



    .gal {
        width: 100%;
    }

    .galleryPage img {
        width: 250px;
        height: 250px;
    }

    div.gallery img {
        width: 250px;
        height: 250px;
    }

    .ProdButton {
        text-align: center;
    }

    .ProdFirst > div > div {
        display: grid;
        float: none;
        text-align: center;
    }

    .ProdFirst2 {
        display: inline-flex;
    }

    input[type=submit] {
        width: 45%;
    }

    .slider1 {
        display: none;
    }

    .slider720 {
        display: block;
    }

    .home720 {
        display: block;
    }

    .area2 h1 {
        font-size: large;
        line-height: 24px;
    }

    .area2 p {
        /* width: 200px; */
        color: white;
        text-align: right;
        font-size: small;
        line-height: 18px;
    }

    .slider720area {
        position: absolute;
        bottom: 170px;
        padding-left: 15px;
    }


    .slider720area2 {
        /* position: absolute; */
        /* bottom: 180px; */
        /* padding-left: 60px; */
        max-width: 40vw;
        padding-left: 2%;
    }

    .home4 {
        display: none;
    }

    .areasHome > img {
        margin: 0 auto;
    }

    .home4area {
    }

    .menu-icon {
        /* margin-left: 135px; */
    }

    .corpFirst2 {
        /* margin-top: 30px; */
    }

    .laci {
        margin-top: 30px;
    }

    .menu__list {
        margin-left: 20px;
    }


    .corp3 {
        width: 98%;
    }

    .corp3sec {
        width: 97% !important;
    }


    /*.corp3line {
        width: 98% !important;
    }*/

    .corp4 {
        width: 98%;
    }

    .corp3sec > div {
        margin-left: 26px;
    }

    .corp3Area1 {
        width: 100%;
    }

    .corp3Area1 {
        width: 100%;
    }

    .corp3Area {
        width: 95%;
        display: block;
    }

    .corp4Area {
        margin-left: 26px;
    }

    .corp4Area2 {
        width: 93%;
        margin: auto;
        margin-right: auto !important;
    }

    .area1 > div > h1 {
        font-size: 70%;
        line-height: 100%;
        position: absolute;
        left: 3%;
    }

    .area1 > div > h4 {
        font-size: 70%;
        line-height: 100%;
        position: absolute;
        left: 2%;
    }

    .news3 {
        max-width: 100%;
        margin: auto;
        display: block;
    }

    .home2 {
        width: 100% !important;
        text-align: center;
    }

        .home2 > div {
            width: 100% !important;
            text-align: center;
        }

    .areasHome {
        width: 100% !important;
        text-align: center;
        padding-top: 25px;
    }

        .areasHome > div > h2 {
            width: 80%;
        }

        .areasHome > div > h3 {
            width: 80%;
        }

        .areasHome > div {
            /* margin-left: 20%; */
            margin: 0 auto;
            width: 90%;
        }

    .home3area2 {
        display: block;
        text-align: center;
        padding: 10%;
        width: fit-content;
    }


    .home4area {
        padding-top: 32%;
    }

        .home4area > h1 {
            font-size: 85% !important;
            line-height: 100% !important;
        }

        .home4area > h2 {
            font-size: 85% !important;
            line-height: 100% !important;
        }

        .home4area > h3 {
            font-size: 85% !important;
            line-height: 100% !important;
        }

        .home4area > h4 {
            font-size: 85% !important;
            line-height: 100% !important;
        }


    .home5area2 {
        width: 100% !important;
        text-align: center;
    }

    .home5areas {
        width: 95% !important;
        display: block !important;
    }


    .home5area2 > img {
        max-width: 70%;
    }

    .home6Area {
        width: 70%;
    }

        .home6Area > div {
            width: 100% !important;
            text-align: center;
        }

    .imgcorp2 {
        width: 100% !important;
    }

    .footer {
        width: 100%;
    }

    .foot {
        width: 100%;
    }

    /*.ProdFirst * {
            display: none;
        }*/

    .ProdFirst2 {
        margin: 10px;
    }

        .ProdFirst2 * {
            margin-top: 20px;
            width: 85%;
            /* padding-left: 5px; */
            /* padding-right: 5px; */
        }

        .ProdFirst2 th {
            /* width: min-content; */
            /* padding-left: 5px; */
            /* padding-right: 5px; */
        }

        .ProdFirst2 table {
            width: min-content;
            margin: 0 auto;
            /* padding-left: 5px; */
            /* padding-right: 5px; */
        }

    .news3area1 {
        width: 100%;
        margin: auto;
    }

    .news3area2 {
        width: 100%;
        margin: auto;
    }

    .news {
        width: 99%;
    }

    .NewSection2 {
        max-width: 100%;
        text-align: center;
    }


    .address {
        width: 100%;
    }

    .contact {
        width: 100%;
    }

    .contact2 {
        width: 100%;
        display: block;
    }

    .ContactPage {
        max-width: 100% !important;
    }

    .contact > div {
        /* margin-left: 17px; */
    }

    .contact > form {
        margin-left: 17px;
    }

    .map-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
        }

    .corpFirst {
        margin-top: 30px;
    }

    input[type=text], input[type=password], select {
        width: 100%;
    }

    .ContactTextArea {
        width: calc(100% - 42px);
        /* padding: 10px; */
    }

    .erkby_video > video {
        max-width: 100%;
    }


    .table {
        width: 100%;
    }

    .tomato > div {
        display: block;
        width: 100%;
    }

    .tomato1 {
        width: 100%;
    }

    .tomato2 {
        width: 100%;
    }

    .news3area1 > h2 {
        margin-top: 40px;
        font-family: WorkSans-Regular;
        font-weight: bold;
        font-size: 1em;
        color: #000338;
        margin: auto;
        width: 90%;
        margin-bottom: 20px;
    }

    .news3area1 > h3 {
        font-family: WorkSans-Regular;
        font-size: 0.8em;
        line-height: 20px;
        margin-top: 20px;
        width: 90%;
        margin: auto;
    }

    .footer-links {
        color: #fff;
        margin-left: 0px;
        padding: 0;
        display: grid;
    }

        .footer-links > a {
            padding-bottom: 10px;
        }

    .footer-distributed .footer-company-name {
        margin-top: auto;
        clear: both;
    }

    table {
        width: 80%;
    }

    .footer-distributed > div {
        display: grid;
        grid-template-columns: auto;
        grid-template-columns: 90%;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .photoGallery {
        display: grid;
        text-align: center;
        grid-template-columns: auto auto;
        max-width: min-content;
    }

    .dilDropdown .dropdown {
        margin-left: 27px;
        margin-top: 250px;
        margin-left: 103px;
        margin-top: 62px;
        position: initial;
        margin: 10px;
        padding: 0 !important;
        box-shadow: none !important;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        width: 68vw;
    }
}

@media screen and (max-width: 720px) {
    .kargo {
        display: grid;
        grid-template-columns: 5% 21% 52% 22%;
        align-items: center;
        width: 600px;
    }

    .dilDropdown .dropdown {
        margin-left: 27px;
        margin-top: 250px;
        margin-left: 103px;
        margin-top: 62px;
        position: initial;
        margin: 10px;
        padding: 0 !important;
        box-shadow: none !important;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        width: 68vw;
    }

    .cvc input {
        width: 180px !important;
    }

    .altdiv {
        grid-template-columns: auto;
    }
    /*
    .kargo {
        grid-template-columns: auto;
        width: auto;
        height: 187px;
        justify-items: left;
    }
*/
    .sozlesme {
        width: auto;
    }

    .odemetabsdetail {
        grid-template-columns: auto;
    }

    .kargo > div {
        padding-left: 10px;
    }

    .area2 h1 {
        font-size: large;
        line-height: 24px;
    }

    .area2 p {
        /* width: 200px; */
        color: white;
        text-align: right;
        font-size: small;
        line-height: 18px;
    }

    .slider720area {
        position: absolute;
        bottom: 150px;
        padding-left: 25px;
    }

    .slider720area2 {
        /* position: absolute; */
        /* bottom: 170px; */
        /* padding-left: 55px !important; */
        /* width: 200px; */
    }
}

@media screen and (max-width: 640px) {
    .gecmiss2 > .orderback > div {
        grid-template-columns: auto auto 0px auto;
    }
    .membertabs{
        grid-template-columns:auto;
    }
    .hesapform input[type=text] {
        width: 100% !important;
    }
    .butonmember {
        display: grid;
        grid-template-columns: max-content max-content max-content max-content max-content;
        grid-gap: 20px;
        align-items: center;
    }
    .kargo {
        display: grid;
        grid-template-columns: 5% 21% 52% 22%;
        align-items: center;
        width: 520px;
    }

    .signin, .signup, .forgotpassword {
        left: calc((100% - 400px) / 2);
    }

    .siparisarea {
        padding-top: 25px;
    }

    .teslimatinfo {
        grid-template-columns: auto;
    }

        .teslimatinfo > div {
            width: 77vw !important;
            /* height: 219px !important; */
            max-width: 95%;
        }

    .siparis {
        grid-template-columns: auto auto auto;
    }

    .NewsLimiter {
        width: 500px;
    }

    .basketclass {
        grid-template-columns: 7% 34% 35% 24%;
        /*height: 243px;*/
    }

    .urunukaldir {
        /* display: none;*/
    }

    .urunukaldir2 {
        display: block;
        padding-top: 10px;
    }

    .area1Second {
        height: 530px;
    }

    .area2 h1 {
        font-size: large;
        line-height: 24px;
    }

    .area2 p {
        /* width: 200px; */
        color: white;
        text-align: right;
        font-size: small;
        line-height: 18px;
    }

    .slider720area {
        position: absolute;
        bottom: 150px;
        padding-left: 25px;
    }

    .slider720area2 {
        /* position: absolute; */
        /* bottom: 160px; */
        /* padding-left: 55px !important; */
        /* width: 200px; */
    }

    .anasign {
        width: 400px;
    }

    .detail2 {
        width: 85%;
    }

    .detail1 {
        width: 85%;
        padding-top:20px;
    }

    /* .productframe img {
        height: auto;
    }*/
        .detail1 .detailimage {
            padding: 10px;
            margin: 0 auto;
        }
    .detailimage img {
        width: 50vw;
        height: 50vw;
    }
}
@media screen and (max-width: 600px) {
    .newsImage {
        height: 140px;
    }
}
@media screen and (max-width: 550px) {
    .kargo {
        display: grid;
        grid-template-columns: 5% 21% 52% 22%;
        align-items: center;
        width: 450px;
    }

    .sepetozet {
        border-radius: 15px;
    }

    .toplamtext span {
        font-size: 16px;
    }

    .toplamsonuc span {
        font-size: 16px;
    }

    .basketsum span {
        font-size: 17px;
    }

    .toplamtext, .toplamsonuc {
        padding-top: 0px;
    }

    .tamambuton button, .tamambuton a {
        font-size: 15px;
    }

    .sepetozet > div {
        /*height: 245px !important;*/
    }

    .footer-distributed > div {
        grid-template-columns: auto !important;
    }

    table {
        display: contents;
    }

    .sepeteekle {
        justify-items: center;
    }

    .sidebasket {
        width: 377px !important;
    }

    .butondevam {
        grid-template-columns: 29% 59% 12% !important;
    }

    .sidefinal {
        width: 377px !important;
    }

    .detailsepet {
        /* max-width: max-content; */
        padding-top: 18px;
        width: auto;
        max-width: none;
    }

    .sidebar {
        max-width: fit-content;
    }

    .photoGallery {
        display: grid;
        text-align: center;
        grid-template-columns: auto;
        max-width: min-content;
    }

    /*.productframe img {*/
    /*width: 86%;*/
    /*height: auto;
    }*/

    .NewsLimiter {
        width: 500px;
    }

    .area1Second {
        height: 460px;
    }

    .area2 h1 {
        font-size: large;
        line-height: 24px;
    }

    .area2 p {
        /* width: 200px; */
        color: white;
        text-align: right;
        font-size: small;
        line-height: 18px;
    }

    .slider720area {
        position: absolute;
        bottom: 150px;
        padding-left: 20px;
    }

    .slider720area2 {
        /* position: absolute; */
        /* bottom: 160px; */
        /* padding-left: 22px !important; */
        /* width: 200px; */
    }

    .productpage > div {
        display: grid;
        grid-template-columns: auto;
        width: 62%;
    }
    .teslimatinfo > div {
        width: auto !important;
        /* height: 219px !important; */
        max-width: 95%;
    }
    .ordertext p {
        padding: 10px 0px;
    }

    .siparis {
        grid-template-columns: auto auto;
    }
}
/*481*/
/*481*/
/*481*/
/*481*/
/*481*/
/*481*/
/*481*/
/*481*/
/*481*/
@media screen and (max-width: 481px) {

    textarea#ContactFormMessageInput {
        width: 312px;
    }

    th {
        padding: 6px !important;
    }

    .detail2 {
        width: 96%;
    }

    .tab {
        display: flex;
    }

    .kargo {
        display: grid;
        grid-template-columns: 5% 21% 52% 22%;
        align-items: center;
        width: 400px;
    }

    .productpage > div {
        display: grid;
        grid-template-columns: auto;
        width: 95%;
    }

    /*.productframe img {
        height: auto;
    }*/

    .NewsLimiter {
        width: 310px;
    }

    input[type=text], input[type=password], select {
        width: 345px;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-sizing: border-box;
        font-family: WorkSans-Regular;
    }

    .ContactTextArea {
        width: 305px;
        padding: 12px 20px;
    }

    .area1Second {
        height: 365px;
    }

    .area2 h1 {
        font-size: medium;
        line-height: 24px;
    }

    .area2 p {
        /* width: 180px; */
        color: white;
        text-align: right;
        font-size: 80%;
        line-height: 15px;
    }

    .slider720area {
        position: absolute;
        bottom: 120px;
        padding-left: 8px;
    }

    .slider720area2 {
        /* position: absolute; */
        /* bottom: 130px; */
        /* padding-left: 3px !important; */
        /* width: 180px; */
    }

    .corpFirst2 {
        /* margin-top: 30px; */
    }

    .laci {
        margin-top: 30px;
    }

    #logoE {
        width: 100%;
    }

    .menu__list {
        display: inline-grid;
        margin-top: 10px;
        margin-left: 15px;
    }

    #lang * {
        padding-left: 6px;
        display: inline-grid;
        margin-right: 30px;
        margin-top: 5px;
    }

    .imgcorp2 {
        width: 100% !important;
    }

    .corp3 {
        width: 100%;
    }

    .corp3sec {
        width: 97% !important;
    }

    .corp3line {
        width: 98% !important;
    }

    .corp4 {
        width: 95%;
    }

    .corp3Area1 {
        width: 100%;
    }

    .corp3Area1 {
        width: 100%;
    }

    .corp3Area {
        width: 90%;
        display: block;
    }


    .corp4Area2 {
        width: 100%;
    }

    .menu__group {
        display: inline-flex;
    }

    .menu__link {
        display: inline-flex;
    }

    #menu {
        display: inline-flex;
    }

    .erkby_video > video {
        max-width: 100%;
    }

    .area1 > div > h1 {
        font-size: 60%;
        line-height: 100%;
        padding-right: 50%;
        top: 80%;
    }

    .area1 > div > h4 {
        font-size: 20%;
        line-height: 100%;
        padding-right: 50%;
        padding-top: 40%;
    }

    .home2 {
        width: 100% !important;
        text-align: center;
    }

        .home2 > div {
            width: 97% !important;
            text-align: center;
        }

    #image3 {
        height: 380px !important;
    }

    .home4area {
        padding-top: 80px;
        /* padding-right: 50px; */
        margin-top: 0;
    }

        .home4area > h1 {
            font-size: 100% !important;
            line-height: 20% !important;
        }

        .home4area > h2 {
            font-size: 100% !important;
            line-height: 20% !important;
        }

        .home4area > h3 {
            font-size: 100% !important;
            line-height: 100% !important;
        }

        .home4area > h4 {
            font-size: 100%;
            line-height: 100%;
        }

    .areasHome > div {
        margin: 5%;
    }

    .areasHome {
        width: 100% !important;
        text-align: center;
    }

        .areasHome > div > h2 {
            width: 100%;
        }

        .areasHome > div > h3 {
            width: 100%;
        }

    .home3area2 {
        display: block;
        padding: 0px;
        margin: auto;
    }

    /*.home4area > h1 {
        font-size: 50% !important;
        line-height: 100% !important;
    }

    .home4area > h2 {
        font-size: 50% !important;
        line-height: 100% !important;
        width: 80% !important;
    }

    .home4area > h3 {
        font-size: 50% !important;
        line-height: 100% !important;
        width: 80% !important;
    }


    .home4area > h4 {
        font-size: 50%;
        line-height: 100%;
    }*/


    .home5area2 {
        width: 100% !important;
        text-align: center;
        font-size: 60%;
        padding-top: 60px;
    }

        .home5area2 > p {
            font-size: 1.3em;
        }

    .home5areas {
        width: 95% !important;
        display: block;
    }

    .home5area2 > img {
        max-width: 70%;
    }

    .home6Area {
        width: 100%;
    }

        .home6Area > div {
            width: 100% !important;
            text-align: center;
        }

    .footer {
        width: 100%;
    }

    .foot {
        width: 100%;
    }

    /*.ProdFirst * {
            display: none;
        }*/

    .ProdFirst2 {
        margin: 10px;
    }

        .ProdFirst2 * {
            margin-top: 20px;
            /* width: 100%; */
            /* padding-left: 5px; */
            /* padding-right: 5px; */
        }

        .ProdFirst2 th {
            padding: 8px;
            margin: 0px;
            /* padding-left: 5px; */
            /* padding-right: 5px; */
        }

        .ProdFirst2 td {
            padding: 6px;
            /* margin:0px; */
            /* padding-left: 5px; */
            /* padding-right: 5px; */
        }

    .news3area1 {
        width: 100%;
    }

    .news3area2 {
        width: 100%;
    }

    .news {
        width: 99%;
    }

    .NewSection2 {
        max-width: 100%;
        text-align: center;
    }

    .newsImage {
        width: 100%;
    }

    .address {
        width: 100%;
    }

    .contact {
        width: 100%;
    }

    .contact2 {
        width: 100%;
        display: block;
    }

    .ContactPage {
        max-width: 100% !important;
    }

    .contact > div {
        /* margin-left: 17px; */
    }

    .contact > form {
        margin-left: 17px;
    }

    .map-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
        }

    .corpFirst {
        margin-top: 30px;
    }

    .rectangle2 {
        /* width: 33% !important; */
        margin: auto;
        margin-bottom: 86px;
        height: auto;
    }

    .rectangleArea {
        width: 100%;
        display: inline-block !important;
    }

    .rectangleArea {
        width: 100%;
        margin: 0px;
    }

    .table {
        width: 100%;
    }

    .tomato {
        width: 95%;
        margin: auto;
    }

        .tomato > div {
            display: block;
            width: 100%;
        }

    .tomato1 {
        width: 100%;
    }

    .tomato2 {
        width: 100%;
    }

    .news3area1 > h2 {
        margin-top: 40px;
        font-family: WorkSans-Regular;
        font-weight: bold;
        font-size: 1em;
        color: #000338;
        margin: auto;
        width: 90%;
        margin-bottom: 20px;
    }

    .news3area1 > h3 {
        font-family: WorkSans-Regular;
        font-size: 0.8em;
        line-height: 20px;
        margin-top: 20px;
        width: 90%;
        margin: auto;
    }

    .ik {
        width: 85%;
    }

    /*input[type=submit] {
            padding: 14px 11px;
            margin-left:16px;
        }*/
}

@media screen and (max-width: 480px) {
    .newsImage {
        height: 200px;
    }
}
/*320*/
/*320*/
/*320*/
/*320*/
/*320*/
/*320*/
/*320*/
/*320*/
/*320*/
@media screen and (max-width: 430px) {
    .tabcontent1 {
        display: flex;
    }

    #tablink5 {
        display: grid;
        grid-template-columns: 20% 72% 8%;
    }

    #tablink6 {
        display: grid;
        grid-template-columns: 20% 72% 8%;
    }

    .tabs button, .tabarea button {
        font-size: 18px;
    }

    .kargo {
        display: grid;
        grid-template-columns: 5% 21% 52% 22%;
        align-items: center;
        width: 380px;
    }

    .signin, .signup, .forgotpassword {
        left: calc((100% - 95%) / 2);
        width: 95%;
    }

    .anasign {
        width: 100%;
    }

    .sglabel {
        width: 100%;
    }

    .ikinci {
        width: 95%;
    }

        .ikinci input {
            width: 100% !important;
        }

    .checkalan > input {
        width: max-content !important;
    }

    .sidebasket {
        width: 339px !important;
    }

    .sidefinal {
        width: 358px !important;
    }

    .sidespan {
        grid-template-columns: 92% 8%;
    }

    /*.basketphoto {
        align-self: center;
    }*/

    input [type=text], select {
        width: 300px;
    }

    .ContactTextArea {
        width: 258px;
        padding: 12px 20px;
    }

    .area1Second {
        height: 365px;
    }

    .area2 h1 {
        font-size: medium;
        line-height: 24px;
    }

    .area2 p {
        /* width: 180px; */
        color: white;
        text-align: right;
        font-size: 80%;
        line-height: 15px;
    }

    .slider720area {
        position: absolute;
        bottom: 120px;
        padding-left: 8px;
    }

    .slider720area2 {
        /* position: absolute; */
        /* bottom: 130px; */
        /* padding-left: 3px !important; */
        /* width: 180px; */
    }
}

@media screen and (max-width: 413px) {
    .basketclass {
        grid-template-columns: 7% 34% 40% 19%;
    }
}

@media screen and (max-width: 370px) {
    textarea#ContactFormMessageInput {
        width: 238px;
    }

    input[type=text], input[type=password], select {
        width: 270px;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-sizing: border-box;
        font-family: WorkSans-Regular;
    }

    .home6Area > div > a {
        width: 85px;
        height: 85px;
    }

        .home6Area > div > a > p {
            padding-top: 20px;
            padding-left: 2px;
            padding: 0px;
            display: flex;
            /* align-self: center; */
            /* align-content: center; */
            align-items: center;
            justify-content: center;
            height: 100%;
        }

    .ContactTextArea {
        width: 230px;
        padding: 12px 20px;
    }

    .area1Second {
        height: 280px;
    }

    .area2 h1 {
        font-size: small;
        line-height: 17px;
        width: 120px;
    }

    .area2 p {
        width: 120px;
        color: white;
        text-align: right;
        font-size: 70%;
        line-height: 11px;
    }

    .slider720area {
        position: absolute;
        bottom: 80px;
        padding-left: 8px;
    }

    .slider720area2 {
        position: absolute;
        bottom: 80px;
        padding-left: 8px !important;
        width: 180px;
    }

    .corpFirst2 {
        /* margin-top: 30px; */
    }

    .laci {
        margin-top: 30px;
    }

    #logoE {
        width: 100%;
    }

    .menu__list {
        display: inline-grid;
        margin-top: 10px;
        margin-left: 15px;
    }

    #lang * {
        padding-left: 6px;
        display: inline-grid;
        margin-right: 30px;
        margin-top: 5px;
    }

    .imgcorp2 {
        width: 100% !important;
    }

    .corp3 {
        width: 100%;
    }

    .corp3sec {
        width: 100% !important;
    }

    .corp3line {
        width: 98% !important;
    }

    .corp4 {
        width: 95%;
    }

    .corp3Area1 {
        width: 100%;
    }

    .corp3Area1 {
        width: 100%;
    }

    .corp3Area {
        width: 95%;
        display: block;
    }

    .corp4Area {
        width: 100%;
    }

    .corp4Area2 {
        width: 100%;
    }

    .area1 > div > h1 {
        font-size: 60%;
        line-height: 100%;
        padding-top: 20%;
        padding-right: 50%;
    }

    .area1 > div > h4 {
        font-size: 20%;
        line-height: 100%;
        padding-top: 20%;
        padding-right: 50%;
    }

    .menu__list {
        display: inline;
    }

    .home2 {
        width: 100% !important;
        text-align: center;
    }

        .home2 > div {
            width: 100% !important;
            text-align: center;
        }

    .erkby_video > video {
        max-width: 100%;
    }

    .areasHome {
        width: 100% !important;
        text-align: center;
    }

        .areasHome > div {
            /* margin-left: 15%; */
        }

    .home3area2 {
        display: block;
    }

    .home5area2 {
        width: 100% !important;
        text-align: center;
    }

    .home4area {
        padding-top: 100px;
    }

        .home4area > h1 {
            font-size: 80% !important;
            line-height: 100% !important;
        }

        .home4area > h2 {
            font-size: 80% !important;
            line-height: 100% !important;
        }

        .home4area > h3 {
            font-size: 80% !important;
            line-height: 100% !important;
        }

        .home4area > h4 {
            font-size: 80% !important;
            line-height: 100% !important;
        }

    .home5areas {
        width: 95%;
    }

    .home5area2 > img {
        max-width: 70%;
    }

    .home6Area {
        width: 100%;
        /* padding: 0px; */
    }

        .home6Area > div {
            width: 100% !important;
            text-align: center;
            padding: 0px;
            padding-top: 10px;
        }

    .footer {
        width: 100%;
    }

    .foot {
        width: 100%;
    }

    /*.ProdFirst * {
            display: none;
        }*/

    .ProdFirst2 {
        margin: 10px;
    }

        .ProdFirst2 * {
            margin-top: 20px;
            width: 100%;
            /* padding-left: 5px; */
            /* padding-right: 5px; */
        }

        .ProdFirst2 th {
            /* padding:0px; */
            /* margin:0px; */
            /* padding-left: 5px; */
            /* padding-right: 5px; */
        }

    .rectangle2 {
        /* width: 200px!important; */
        margin: 0px;
        margin-bottom: 86px;
    }

    .rectangleArea {
        width: 100%;
        display: inline-block !important;
    }

    .rectangleArea {
        width: 100%;
        margin: 0px;
    }

    .news3area1 {
        width: 100%;
    }

    .news3area2 {
        width: 100%;
    }

    .NewSection2 {
        max-width: 100%;
        text-align: center;
    }

    .address {
        width: 100%;
    }

    .contact {
        width: 100%;
    }

    .contact2 {
        width: 100%;
        display: block;
    }

    .ContactPage {
        max-width: 100% !important;
    }

    .contact > div {
        /* margin-left: 17px; */
    }

    .contact > form {
        margin-left: 17px;
    }

    .map-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

        .map-responsive iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
        }

    .corpFirst {
        margin-top: 30px;
    }

    .rectangleArea {
        width: 100%;
    }

    .table {
        width: 95%;
    }

    .tomato > div {
        display: block;
        width: 100%;
    }

    .tomato1 {
        width: 100%;
    }

    .tomato2 {
        width: 100%;
    }
}


@media screen and (max-width: 300px) {
    .footer-distributed .footer-icons {
        grid-template-columns: auto;
    }
}
