#ex1 {
    display: none;
}
#bagisPopupDefault {
    display: none;
}
.sepet h2 a.tikla {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999999;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
.display {
    display: block;
}
.modal {
    max-width: 100% !important;
    width: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    padding-top: 30px !important;
}
.blocker {
    padding: 0 !important;
    z-index: 999 !important;
}
.jquery-modal::before {
    height: auto !important;
}
.modal a.close-modal {
    display: none !important;
}
.basgislarWrap * {
    box-sizing: border-box;
}
.sepetToogleRotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 10px;
}
.sepetTogle {
    width: 45px !important;
}
.bagisPopup {
    margin: 0 auto;
    width: 792px;
    height: auto;
    border-radius: 5px;
    background: #fff;
    margin-top: 20px;
}
.bagisPopup .top {
    height: 50px;
    width: 100%;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    padding: 0 13px 0 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.bagisPopup .top:hover {
    background: var(--theme-color);
}
.bagisPopup .top .sayi {
    width: 43px;
    height: 39px;
    border: 2px solid #fff;
    border-radius: 5px;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #fff;
}
.bagisPopup .top .baslik {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #fff;
    width: 100%;
    cursor: pointer;
}
.bagisPopup .top .cikis {
    color: #fff;
    font-size: 25px;
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    width: 43px;
    height: 39px;
    text-align: center;
    margin-right: -5px;
}
.bagisPopup .top .cikis:hover {
    color: var(--theme-color);
    background: #fff;
    transition: 0.3s;
}
.bagisPopup .content {
    padding: 27px 22px 27px 28px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bagisPopup .content .formGrup {
    width: 350px;
    display: flex;
    flex-direction: column;
    padding-bottom: 21px;
    position: relative;
}
.bagisPopup .content .formGrup label {
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #000;
    padding-left: 7px;
}
.bagisPopup .content .formGrup label span {
    color: #727272;
    font-size: 15px;
}
.bagisPopup .content .formGrup input {
    height: 40px;
    border-radius: 5px;
    background: #fff;
    border: 0.5px solid var(--theme-color);
    outline: none;
    padding: 0 5px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
    width: 100%;
}
.bagisPopup .content .formGrup select {
    height: 40px;
    border-radius: 5px;
    background: #fff;
    border: 0.5px solid var(--theme-color);
    outline: none;
    padding: 0 10px;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #000;
    width: 100%;
}
.bagisPopup .content .formGrup .formGrupWrap {
    width: 100%;
    position: relative;
    display: flex;
    border: 0.5px solid var(--theme-color);
    border-radius: 5px;
    padding-bottom: 0.5px;
    padding-left: 0.5px;
    background-color: #fff;
}
.bagisPopup .content .formGrup .formGrupWrap select {
    width: 30%;
    height: 40px;
    border: none;
    outline: none;
    border-right: 0.5px solid var(--theme-color);
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #000;
    padding: 0 !important;
}
.bagisPopup .content .formGrup .formGrupWrap input {
    border: none;
}
.bagisPopup .content .coklu {
    flex-direction: row;
}
.bagisPopup .content .coklu .one,
.bagisPopup .content .coklu .two {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.bagisPopup .content .coklu .one {
    padding-right: 15px;
}
.bagisPopup .content .coklu .one select {
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #000;
}
.bagisPopup .content .coklu .two {
    padding-left: 15px;
}
.bagisPopup .content .coklu .two .wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 0.5px solid var(--theme-color);
    padding-top: 0.5px;
    padding-bottom: 0.5px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.bagisPopup .content .coklu .two .wrap input {
    text-align: center;
}
.bagisPopup .content .coklu .two .wrap button {
    height: 40px;
    cursor: pointer;
    background: transparent;
    border-right: 0.5px solid #c1c1c1;
    font-weight: 400;
    font-size: 25px;
    color: #000;
    outline: none;
}
.bagisPopup .content .coklu .two .wrap button:last-child {
    border-right: none;
    border-left: 0.5px solid #c1c1c1 !important;
}
.bagisPopup .content .coklu .two * {
    width: 31%;
    padding: 0 auto !important;
    border: none;
}
.bagisPopup .content a.yeniEkle {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 0.5px dashed var(--theme-color);
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.1em;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.bagisPopup .content a.yeniEkle:hover {
    -webkit-box-shadow: 0 0 4px 0 var(--theme-color);
    -moz-box-shadow: 0 0 4px 0 var(--theme-color);
    box-shadow: 0 0 4px 0 var(--theme-color);
}
.bagisPopup .content a.yeniEkle i {
    padding-right: 15px;
}
.bagisPopup .bottom {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
    background: #fff;
    border: 0.5px solid #cacaca;
}
.bagisPopup .bottom .fiyat {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 21px;
    color: var(--theme-color);
}
.bagisPopup .bottom .sepeteEkle {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-color);
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}
.basgislarWrap {
    width: 1323px;
    margin: 1% auto 0;
    padding-top: 0;
    display: flex;
}
.basgislarWrap .bagislarLeft {
    width: 952px;
    border: 5px solid #efefef;
    padding: 15px 15px 0;
}
.basgislarWrap .bagislarLeft .boxs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.basgislarWrap .bagislarLeft .boxs .box {
    width: 280px;
    margin-bottom: 41px;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.06));
    position: relative;
}
.basgislarWrap .bagislarLeft .boxs .box .info {
    border: 0.5px solid #c5c5c4;
    background: #f8f8f6;
    border-radius: 0 0 10px 10px;
    padding-top: 18px;
}
.basgislarWrap .bagislarLeft .boxs .box .info h2,h6 {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    padding-left: 9px;
    margin-bottom: 0;
}
.basgislarWrap .bagislarLeft .boxs .box .info p {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    line-height: 22px;
    padding: 18px 24px 0 10px;
}
.basgislarWrap .bagislarLeft .boxs .box .info .bottom {
    padding: 0 9px 16px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
}
.basgislarWrap .bagislarLeft .boxs .box .info .bottom .fiyat {
    width: 125px;
    height: 50px;
    border-radius: 5px;
    border: 0.5px solid #b6b6b6;
    overflow: hidden;
    display: flex;
}
.basgislarWrap .bagislarLeft .boxs .box .info .bottom .fiyat span {
    font-weight: 700;
    font-size: 16px;
    color: var(--theme-color);
}
.basgislarWrap .bagislarLeft .boxs .box .info .bottom .fiyat span.sayi {
    background: #fff;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.basgislarWrap .bagislarLeft .boxs .box .info .bottom .fiyat span.tl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    height: 100%;
    border-left: 0.5px solid #bdbdbd;
    width: 40%;
}
.basgislarWrap .bagislarLeft .boxs .box .info .bottom .siparisver {
    width: 125px;
    height: 50px;
    background: var(--theme-color);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    border: 2px solid var(--theme-color);
}

.basgislarWrap .bagislarLeft .boxs .box .info .bottom .fullWidth {
    width: 100%;
    margin-left: 0;
}

.basgislarWrap .bagislarLeft .boxs .box .info .bottom .siparisver:hover {
    background: #fff;
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
    transition: 0.3s;
}
.basgislarWrap .bagislarLeft .boxs .box .info .bottom .siparisver:active {
    -webkit-box-shadow: 0 0 18px 0 var(--theme-color);
    -moz-box-shadow: 0 0 18px 0 var(--theme-color);
    box-shadow: 0 0 18px 0 var(--theme-color);
}
.basgislarWrap .bagislarLeft .boxs .box .info .bottom .siparisver i {
    padding-right: 4px;
}
.basgislarWrap .bagislarRight {
    margin-left: 13px;
    width: 351px;
    padding-left: 4px;
    margin-top: 13px;
}
.story-css {
    text-align: center;
    padding: 5px;
}
.basgislarWrap .bagislarRight .siparisInfo {
    padding: 11px 11px 18px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #7b8591;
    width: 340px;
    background: #fff;
    border: 0.5px solid #ababab;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.basgislarWrap .bagislarRight .siparisInfo i {
    color: var(--theme-color);
    padding-right: 15px;
}
.sepet {
    margin-top: 20px;
    width: 340px;
    border-radius: 5px;
    background: #fdfdfd;
    border: 0.3px solid #b4b4b4;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}
.sepet h2 {
    font-weight: 700;
    font-size: 15px;
    line-height: 51px;
    text-align: center;
    background: var(--theme-color);
    color: #fff !important;
    margin-bottom: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.sepet h2 div.adet {
    position: absolute;
    right: 20px;
    top: 5px;
    display: none;
}
.sepet h2 div.adet div {
    position: absolute;
    top: 0;
    right: -15px;
    background: #ed1414;
    border: 0.5px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 14px !important;
    line-height: 25px !important;
}
.sepet h2 a {
    display: none;
}
.sepet .sepetWrap {
    min-height: 150px;
}
.sepet .sepetWrap .sepetBos {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #797979;
}
.sepet .sepetWrap .sepetItems {
    padding: 0 11px 0 9px;
}
.sepet .sepetWrap .sepetItems .sepetItem {
    margin-bottom: 14px;
    position: relative;
    height: auto;
    align-items: center;
    overflow: hidden;
}
.sepet .sepetWrap .sepetItem .itemSil {
    width: 20px;
    float: left;
    margin-right: 15px;
    line-height: 50px;
}
.sepet .sepetWrap .sepetItems .sepetItem i {
    color: #707070;
    font-size: 20px;
}
.sepet .sepetWrap .sepetItems .sepetItem .info {
    height: auto;
    float: left;
    width: 200px;
}
.sepet .sepetWrap .sepetItems .sepetItem .info .urun {
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    color: #000;
}
.sepet .sepetWrap .sepetItems .sepetItem .info .musteri {
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    color: #707070;
    margin-top: 8px;
}
.sepet .sepetWrap .sepetItems .sepetItem .info .not {
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    word-wrap:break-word;
    color: #707070;
}
.sepet .sepetWrap .sepetItems .sepetItem .sepetFiyat {
    font-weight: 400;
    text-align: right;
    color: #444;
    float: right;
}
.sepet .sepetWrap .sepetItems .sepetItem .sepetFiyat .sptfiyat {
    font-size: 14px;
}
.sepet .sepetWrap .sepetItems .sepetItem .sepetFiyat .sptadet {
    font-size: 13px;
    margin-top: 8px;
}
.sepet .sepetWrap .sepetItems .cizgi {
    width: 90%;
    margin: 10px auto;
    height: 1px;
    background: #ccc;
}
.sepet .sepetBottom {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.sepet .sepetBottom .toplam {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50px;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    color: var(--theme-color);
}
.sepet .sepetBottom .fiyat {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50px;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    color: var(--theme-color);
}
.basgislarWrap .bagislarRight .iletisimBilgileri {
    margin-top: 38px;
    width: 340px;
    border-radius: 5px;
    background: #fdfdfd;
    border: 0.3px solid #b4b4b4;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.basgislarWrap .bagislarRight .iletisimBilgileri h1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #707070 !important;
    margin-bottom: 0;
    padding: 16px 0 14px;
}
.basgislarWrap .bagislarRight .iletisimBilgileri form {
    padding: 0 12px 0 9px;
}
.basgislarWrap .bagislarRight .iletisimBilgileri form .formItem {
    display: flex;
    flex-direction: column;
    padding-bottom: 23px;
}
.basgislarWrap .bagislarRight .iletisimBilgileri form .formItem label {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #707070;
    padding-left: 7px;
}
.basgislarWrap .bagislarRight .iletisimBilgileri form .formItem input {
    height: 40px;
    border-radius: 5px;
    background: #fff;
    border: 0.5px solid #707070;
    outline: none;
    padding: 5px 10px;
}
.basgislarWrap .bagislarRight .iletisimBilgileri form .tel .formItemWrap {
    display: flex;
    flex-direction: row;
    border: 0.5px solid #707070;
    padding-top: 1px;
    border-radius: 5px;
}
.basgislarWrap .bagislarRight .iletisimBilgileri form .tel select {
    width: 80px;
    border: none;
    outline: none;
    border-right: 0.5px solid #707070;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #707070;
}
.basgislarWrap .bagislarRight .iletisimBilgileri form .tel input {
    width: 243.41px;
    border: none;
}
.basgislarWrap .bagislarRight .siparisTamamla {
    margin-top: 32px;
    padding: 0 21px 0 5px;
}
.sozlesmeler .checkboxWrap {
    position: relative;
    width: 37px;
    height: 25px;
}
.sozlesmeler .wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    height: auto;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #000;
}
.sozlesmeler .wrap .yazi {
    position: absolute;
    left: 34px;
}
.sozlesmeler .wrap .yazi a {
    color: #000;
    font-weight: 700;
}
.sozlesmeler .wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.sozlesmeler .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #707070;
}
.sozlesmeler .wrap:hover input ~ .checkmark {
    background-color: #ccc;
}
.sozlesmeler .wrap input:checked ~ .checkmark {
    background-color: transparent;
}

.sozlesmeler .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sozlesmeler .wrap input:checked ~ .checkmark:after {
    display: block;
}

.sozlesmeler .wrap .checkmarkDisabled{
    background-color: #e2e1e1!important;
}

.sozlesmeler .wrap .checkmarkDisabled:after {
    display: block!important;
}


.sozlesmeler .wrap .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #707070;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.basgislarWrap .bagislarRight .siparisTamamla .info {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #707070;
}
.basgislarWrap .bagislarRight .siparisTamamla .image {
    width: 321px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}
.basgislarWrap .bagislarRight .siparisTamamla button,
.basgislarWrap .bagislarRight .siparisTamamla .geriDon {
    display: block;
    width: 340px;
    height: 50px;
    background: var(--theme-color);
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-align: center;
    margin-top: 23px;
    cursor: pointer;
    outline: none;
}
.basgislarWrap .bagislarRight .siparisTamamla button:hover {
    background: #fff;
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
    transition: 0.3s;
}
.basgislarWrap .bagislarRight .siparisTamamla button:active {
    -webkit-box-shadow: 0 0 18px 0 var(--theme-color);
    -moz-box-shadow: 0 0 18px 0 var(--theme-color);
    box-shadow: 0 0 18px 0 var(--theme-color);
    transition: 0.5s;
}
.basgislarWrap .bagislarRight .siparisTamamla .geriDon {
    display: none;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    border: 1px solid #707070;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #707070;
    width: 100% !important;
}
.basgislarWrap .bagislarRight .siparisTamamla .geriDon i {
    padding-right: 10px;
}
.bagis {
    background: #f8f8f6;
    width: 100%;
    padding: 0 0;
}
.bagis .bagisConteiner {
    /*width:1295px;*/
    margin: 0 auto;
    display: table;
}
.bagis .bagisConteiner img {
    /*border-radius:5px*/
}

.bagisMobil {
    background: #fafafa;
    display: none;
    padding: 10px;
    padding-top: 20px;
    order: 2;
    width: 100%;
}
.bagisMobil img {
    width: 100%;
}
.bagisMobil h1 {
    font-weight: 700;
    font-size: 23px !important;
    text-align: left;
    color: #000 !important;
    padding-top: 10px;
}
.bagisMobil p {
    text-align: center;
}
.bagisMobil .bottom {
    padding: 15px 9px 16px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
}
.bagisMobil .bottom .fiyat {
    width: 40%;
    height: 50px;
    border-radius: 5px;
    border: 0.5px solid #b6b6b6;
    overflow: hidden;
    display: flex;
}
.bagisMobil .bottom .fiyat span {
    font-weight: 700;
    font-size: 20px;
    color: var(--theme-color);
}
.bagisMobil .bottom .fiyat span.sayi {
    background: #fff;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bagisMobil .bottom .fiyat span.tl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    height: 100%;
    border-left: 0.5px solid #bdbdbd;
    width: 40%;
}
.bagisMobil .bottom .siparisver {
    width: 40%;
    height: 50px;
    background: var(--theme-color);
    border-radius: 5px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.bagisMobil .bottom .siparisver i {
    padding-right: 4px;
}
.bagisDetay {
    width: 869px;
}
.bagisDetay h1 {
    font-weight: 700;
    font-size: 30px !important;
    text-align: center;
    color: var(--theme-color);
    margin-bottom: 41px !important;
}
.bagisDetay p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    color: #7b8591;
}
.headerAltCizgi {
    width: 100%;
    height: 1px;
    border: 0.5px solid #b8b8b8;
}
.bagisSonuc {
    padding-top: 30px;
    width: 1316px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bagisSonuc .baslik {
    width: 750px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bagisSonuc .baslik i {
    font-size: 112px;
    margin-right: 30px;
}
.bagisSonuc .baslik .hata {
    color: red;
}
.bagisSonuc .baslik .basarili {
    color: #009e60;
}
.bagisSonuc .baslik .content .one {
    font-weight: 400;
    font-size: 40px;
    text-align: left;
    color: #444;
}
.bagisSonuc .baslik .content .two {
    font-weight: 400;
    font-size: 30px;
    text-align: left;
    color: #707070;
}
.bagisSonuc .sonucBoxWrap {
    margin-top: 54px;
    width: 100%;
    height: auto;
    background: #eff2f2;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    padding: 0 48px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.bagisSonuc .sonucBoxWrap .bagisNo {
    width: 450px;
    height: 50px;
    border-radius: 5px;
    background: red;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: -25px;
}
.bagisSonuc .sonucBoxWrap .tables {
    margin-top: 20px;
    border: 1px solid #707070;
    border-radius: 1em;
    overflow: hidden;
}
.bagisSonuc .sonucBoxWrap .rwd-table {
    min-width: 100%;
    background: #f8f8f6;
    border: 1px solid red !important;
    border-radius: 1em;
    overflow: hidden;
}
.bagisSonuc .sonucBoxWrap .rwd-table tr {
    border-bottom: 1px solid #707070 !important;
}
.bagisSonuc .sonucBoxWrap .rwd-table .b {
    font-weight: 700;
    font-size: 20px !important;
    text-align: center;
    color: #444;
    background: #f8f8f6 !important;
}

.bagisSonuc .sonucBoxWrap .rwd-table td {
    font-weight: 400;
    font-size: 20px;
    color: #444;
    background: #f8f8f6 !important;
    text-align: center;
    border-right: 1px solid #707070;
    display: block;
}
.bagisSonuc .sonucBoxWrap .rwd-table td:first-child {
    padding-top: 0.5em;
}
.bagisSonuc .sonucBoxWrap .rwd-table td:last-child {
    padding-bottom: 0.5em;
}


@media (min-width: 768px) {
    .sticky {
        position: fixed;
        top: 0;
    }
    .bagisSonuc .sonucBoxWrap .rwd-table th {
        text-align: center;
        border-right: 1px solid #707070;
    }
    .bagisSonuc .sonucBoxWrap .rwd-table th,
    .bagisSonuc .sonucBoxWrap .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }
    .bagisSonuc .sonucBoxWrap .rwd-table tr .teksatir {
        padding-left: 20px;
        text-align: left;
    }
}

.bagisSonuc .sonucBoxWrap .bottom {
    padding-top: 49px;
    display: flex;
    justify-content: space-between;
}
.bagisSonuc .sonucBoxWrap .bottom .one {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #444;
}
.bagisSonuc .sonucBoxWrap .bottom .two {
    font-weight: 400;
    font-size: 30px;
    line-height: 22px;
    text-align: right;
    color: red;
}
.bagisSonuc .butonlar {
    width: 100%;
    padding-top: 27px;
    display: flex;
    justify-content: flex-end;
}
.bagisSonuc .butonlar a {
    width: 250px;
    height: 50px;
    border-radius: 5px;
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
.bagisSonuc .yazi {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #444;
    padding-top: 29px;
    padding-bottom: 29px;
}
.sticky {
    position: fixed !important;
    top: 0;
}
.popupicon {
    overflow: hidden;
    display: inline-block;
    width: 120px;
    font-size: 15px;
    color: #fff;
}
.popupicnimg {
    width: 40px;
    margin-right: 10px;
    border-radius: 75px;
}

@media (max-width: 768px) {
    .sticky {
        position: fixed;
        top: 0;
    }
    .bagisSonuc {
        width: 100% !important;
    }
    .bagisSonuc .baslik {
        width: 100% !important;
        flex-direction: column;
    }
    .bagisSonuc .baslik i {
        font-size: 70px !important;
    }
    .bagisSonuc .baslik .content .one {
        font-size: 30px !important;
        text-align: center !important;
    }
    .bagisSonuc .sonucBoxWrap .bottom {
        flex-direction: column !important;
        justify-content: center !important;
    }
    .bagisSonuc .sonucBoxWrap .bottom .one {
        font-size: 18px !important;
        text-align: center !important;
    }
    .bagisSonuc .sonucBoxWrap .bottom .two {
        font-size: 18px !important;
        text-align: center !important;
    }
    .bagisSonuc .yazi {
        font-size: 18px !important;
        text-align: center !important;
    }
    .bagisDetay {
        padding-top: 20px;
        width: 100%;
    }
    .bagisDetay img {
        width: 90%;
        margin: 0 auto;
    }
    .display {
        display: none;
    }
    .bagisPopup {
        width: 100%;
    }
    .bagisPopup .formGrup {
        width: 100% !important;
    }
    .basgislarWrap {
        width: 100% !important;
        flex-direction: column;
        padding-top: 0 !important;
    }
    .basgislarWrap .bagisMobil {
        display: block;
    }
    .bagislarLeft {
        order: 3;
        width: 100% !important;
        margin-top: 0;
    }
    .bagislarLeft .boxs .box {
        width: 100% !important;
    }
    .bagislarLeft .boxs .box img {
        width: 100%;
    }
    .bagislarRight {
        padding-top: 10px !important;
        width: 100% !important;
        order: 1;
        padding-left: 0 !important;
        margin-left: 0 !important;
        position: relative;
        padding-bottom: 10px !important;
    }
    .bagislarRight .siparisInfo {
        display: none !important;
    }
    .sepet {
        width: 90% !important;
        margin: 55px auto 0;
    }
    .bagislarRight .iletisimBilgileri {
        width: 90% !important;
        margin: 0 auto;
    }
    .bagislarRight .siparisTamamla {
        width: 90% !important;
        margin: 0 auto;
        padding: 0 !important;
    }
    .bagislarRight .siparisTamamla button {
        width: 100% !important;
    }
    .bagislarRight .siparisTamamla .geriDon {
        display: flex !important;
    }
    .bagisPopup .content .formGrup .formGrupWrap select {
        font-size: 16px;
    }
    .bagisSonuc .sonucBoxWrap {
        padding: 0 5px !important;
    }
    .rwd-table tr,
    td,
    th {
        font-size: 15px !important;
    }
    .bagisPopup .top .baslik {
        font-size: 15px;
    }
    .popupicnimg {
        width: 20px;
    }
    .bagisPopup .content {
        padding: 5px;
    }
    .bagisPopup .content .formGrup {
        padding-bottom: 5px;
    }
    .bagisSonuc .baslik i {
        margin-right: 0;
    }
    .bagisSonuc .baslik .content .two {
        font-size: 18px;
    }
    .bagisSonuc .sonucBoxWrap .tables {
        border: 2px solid #707070;
    }
    .bagisSonuc .sonucBoxWrap .rwd-table th {
        text-align: center;
        border-right: 1px solid #707070;
        display: none;
    }
    .bagisSonuc .sonucBoxWrap .rwd-table tr {
        border-bottom: 2px solid!important;
    }
    .bagisSonuc .sonucBoxWrap .rwd-table td {
        text-align: left;
        padding-left: 20px;
        border-bottom: 0.1em solid #707070;
    }
    .bagisSonuc .sonucBoxWrap .rwd-table td[data-th]:before {
        display: inline-block;
    }
    .bagisSonuc .sonucBoxWrap .rwd-table td[data-th]:before {
        content: attr(data-th) ": ";
        font-weight: 700;
        width: 8.7em;
    }
    .bagisSonuc .sonucBoxWrap .rwd-table td:last-child {
        padding-right: unset;
        border-bottom: 0px solid;
    }
    .bagisSonuc .sonucBoxWrap .rwd-table tr:last-child .teksatir{
        border-bottom: unset;
    }
    .bagisSonuc .sonucBoxWrap .rwd-table .teksatir span.b {
        width: 8.7em;
        display: inline-block;
        font-size: 15px!important;
        font-weight: 700 !important;
        text-align: left!important;
    }
    .bagisSonuc .sonucBoxWrap .rwd-table tr:last-child{
        border-bottom: unset!important;
    }
    .bagisSonuc .butonlar {
        display: block;
    }
    .alert-warning {
        border-left: 10px solid #f9c429;
    }
    .bagisSonuc .sonucBoxWrap .bagisNo{
        width: unset;
        height: unset;
    }
}
.popupadet {
    padding: 0 !important;
}
.phonevalid {
    color: green;
    display: none;
}
.phoneinvalid {
    color: red;
    display: none;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.pupupicerik {
    background-color: #fffcf5;
}
.sepetSticker {
    position: sticky !important;
    top: 25px;
}
.basgislarMagaza {
    margin-top: 0 !important;
}
#kartbilgileri {
    padding-top: 0!important;
}