@font-face {
    font-family: 'Libre Baskerville';
    src: url('../fonts/LibreBaskerville-Regular.woff2') format('woff2'),
    url('../fonts/LibreBaskerville-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.btn:focus {
    box-shadow: none;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-SemiBold.woff2') format('woff2'),
    url('../fonts/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald2';
    src: url('../fonts/Oswald-Regular.woff2') format('woff2'),
    url('../fonts/Oswald-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/*font-family: 'Lato', sans-serif;*/

a {
    text-decoration: none;
}

.font-oswald {
    font-family: 'Oswald' !important;
}

.font-oswald-2 {
    font-family: 'Oswald2' !important;
}

.font-baskervilla {
    font-family: 'Libre Baskerville,Times,serif';
}

.font-unset {
    font-family: unset !important;
}

.fs-13px {
    font-size: 13px;
}

.fs-55px {
    font-size: 55px;
}

::selection {
    color: white;
    background-color: black;
}
.outline-0{
    outline: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
}

.modal-close {
    border: 0;
    background-color: transparent;
}

.modal-close:focus {
    outline: none;
}

.w-90 {
    width: 90%;
}

.w-65 {
    width: 65%;
}

.w-fit {
    width: fit-content !important;
}

.h-unset {
    height: unset !important;
}

.text-black {
    color: black;
}

.text-black:hover {
    color: black;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.vh-50 {
    height: 50vh;
}

.form-check-input:checked {
    background-color: black;
    border-color: black;
    box-shadow: none;
}

.card-columns-2 {
    -webkit-columns: 450px;
    -moz-columns: 450px;
    columns: 450px;
    -webkit-column-gap: 1.8em;
    -moz-column-gap: 1.8em;
    column-gap: 1.8em;
}

.cancel-btn {
    border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    padding: 15px;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
}

.card {
    -webkit-column-break-inside: avoid-column;
    page-break-inside: avoid-column;
    break-inside: avoid-column;
    margin-bottom: 1.8em;
}

.custom-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 28px;
    padding-bottom: 25px;
    position: relative;
}

.custom-nav > .logo a {
    display: block;
    background: #8B8D8F;
    padding: 10px 30px;
}

.custom-nav > .menu {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.custom-nav > .menu > li > a {
    margin: 0 12px;
    color: black;
    text-transform: uppercase;
    display: block;
    position: relative;
    overflow: hidden;
}

.custom-nav > .menu > li > a.no-hover:before {
    opacity: 0;
    border-bottom: 0;
}

.custom-nav > .menu > li.cz:before {
    content: '';
    position: relative;
    width: 40px;
    height: 1px;
    background-color: #000;
    display: block;
    left: 0;
    top: 12px;
}

.custom-nav > .menu > li > a:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid black;
    animation: fadeOutRight;
    animation-duration: .8s;
    opacity: 0;
}

.custom-nav > .menu > li:hover > a:before {
    animation: fadeInLeft;
    animation-duration: .8s;
    opacity: 1;
}

.custom-nav > .menu > li > .submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    padding-top: 40px;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
    transform: scale(0);
    z-index: 99;
}

.custom-nav > .menu > li:hover > .submenu {
    transform: scale(1);
}

.custom-nav > .menu > li > .submenu > .submenu-inner {
    background-color: white;
}

.custom-nav > .menu > li > .submenu > .submenu-inner .submenu-inner-left {
    display: flex;
    padding: 20px;
    border: 1px solid #d0d0d0;
    background-color: white;
    height: 100%;
}

.custom-nav > .menu > li > .submenu > .submenu-inner ul li a {
    color: #6c757d;
    font-family: 'Libre Baskerville';
    font-size: 11px;
    text-transform: uppercase;
    line-height: 25px;
    transition: color .1s;
}

.custom-nav > .menu > li > .submenu > .submenu-inner ul li a:hover {
    color: black;
}

.home-card-group h1, h2 {
    font-family: 'Oswald', sans-serif;
}

.home-card-group .text-card h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
}

.home-card-group .text-card p {
    font-family: 'Libre Baskerville';
    color: #2a2a2a;
    font-size: 14px;
    letter-spacing: 1px;
}

.home-card-group .text-card em {
    font-family: 'Libre Baskerville,Times,serif';
    letter-spacing: 1px;
}

.teslimat-info {
    padding-top: 3rem;
    padding-bottom: 4rem;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

.teslimat-info h6 {
    font-family: 'Oswald2', sans-serif;
    font-size: 15px;
    color: black;
    margin-bottom: 20px;
}

.teslimat-info P {
    font-family: 'Libre Baskerville,Times,serif';
    letter-spacing: 1px;
    color: #55557B;
    font-size: 14px;
    max-width: 330px;
    margin: 0 auto;
}

footer .foot {
    padding: 4rem;

}

footer .foot h6 {
    font-family: 'Oswald2', sans-serif;
    font-size: 15px;
    color: black;
    margin-bottom: 30px;
}

footer .foot b {
    font-family: 'Libre Baskerville';
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bolder;
    color: black;
}

footer .foot ul li a {
    font-family: 'Libre Baskerville,Times,serif';
    letter-spacing: 1px;
    font-size: 14px;
    color: #55557B !important;
    display: block;
    position: relative;
    width: fit-content;
    margin-bottom: 2px;
    overflow: hidden;
}

footer .foot ul li a:after {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    left: 0;
    bottom: 0;
    animation: fadeOutRight;
    animation-duration: .8s;
    opacity: 0;
}

footer .foot ul li a:hover:after {
    animation: fadeInLeft;
    animation-duration: .8s;
    opacity: 1;
}

footer .foot ul li a.no-hover:after {
    opacity: 0;
    height: 0;
}

.custom-form-control {
    height: 50px;
    border-radius: 0;
    transition: all .3s;
    padding: 12px 10px;
}

.custom-form-control:focus {
    border: 1px solid black;
    box-shadow: none;
}

.custom-form-control::placeholder {
    font-family: 'Libre Baskerville,Times,serif';
    font-size: 14px;
    letter-spacing: 1px;
    color: #96A3C2;
}

.btn-custom-dark {
    background-color: #8b8d8f;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
}

.btn-custom-dark:hover {
    color: white;
}

.btn-custom-dark:focus {
    box-shadow: none;
}

footer .foot .social-media {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 20px;
}

footer .foot .social-media > li > a {
    margin: 0 5px;
    transition: opacity .3s;
}

footer .foot .social-media > li > a:hover {
    opacity: .5;
}

ul.menu-alt-kategori {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.menu-alt-kategori > li > a {
    color: #000;
    margin: 0 5px;
    font-size: 14px;
    font-family: 'Libre Baskerville,Times,serif';
    overflow: hidden;
    position: relative;
    display: block;
}

.menu-alt-kategori > li > a.active {
    font-style: italic;
}

.menu-alt-kategori > li > a.active:after {
    font-style: italic;
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    left: 0;
    bottom: 0;
    opacity: 1;
    animation: none;
}

.menu-alt-kategori > li > a.active:hover:after {
    height: 1px;
    opacity: 1;
    animation: none;
}

.menu-alt-kategori > li > a:after {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    left: 0;
    bottom: 0;
    animation: fadeOutRight;
    animation-duration: .7s;
    opacity: 0;
}

.menu-alt-kategori > li > a:hover:after {
    animation: fadeInLeft;
    animation-duration: .7s;
    opacity: 1;
}

.page-title {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 50px;
}

.urun-box {
    position: relative;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.urun-desc {
    position: absolute;
    bottom: 20px;
    background: #fff;
    padding: 25px;
    left: 0;
    margin: 0 20px;
    opacity: 0;
    transition: opacity .3s;
    width: calc(100% - 40px);
}

.urun-box:hover .urun-desc {
    opacity: 1;
}

.urun-title {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.urun-title h5 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #121212;
}

.urun-title .heart svg {
    position: absolute;
    right: 0;
    top: 2px;
    display: none;
}

.urun-title .heart svg:hover {
    cursor: pointer;
}

.urun-title .heart svg.active {
    display: block;
}

.urun-title .heart:after {
    content: 'Favorilere ekle';
    position: absolute;
    top: -38px;
    right: -45px;
    width: 120px;
    text-align: center;
    font-size: 14px;
    background-color: white;
    z-index: 1;
    padding: 5px;
    border: 1px solid #e0e0e0;
    opacity: 0;
    transform: scale(0);
}

.urun-title .heart:hover:after {
    opacity: 1;
    transform: scale(1)
}

.price h5 {
    color: #555;
    font-family: 'Oswald', sans-serif;
}

.urun-body .key-words > ul {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
}

.urun-body .key-words > ul > li {
    width: fit-content;
    display: block;
    padding-left: 5px;
}

.urun-body .key-words > ul > li > a {
    text-transform: uppercase;
    font-family: 'Oswald2', sans-serif;
    color: #9696B1;
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
    transition: color .3s;
}

.urun-body .key-words > ul > li > a:hover {
    color: black;
}

.urun-body .key-words > ul > li > a:after {
    content: '|';
    position: absolute;
    right: -10px;
    top: 0;
    color: #9696B1;
}

.urun-body .key-words > ul > li > a.active {
    color: black;
}

.urun-body .beden > ul {
    list-style: none;
    padding: 0;
    margin: 20px -5px;
    display: flex;
}

.urun-body .beden > ul > li {
    width: fit-content;
    display: block;
    padding-right: 10px;
    padding-left: 5px;
}

.urun-body .beden > ul > li > a {
    text-transform: uppercase;
    font-family: 'Oswald2', sans-serif;
    color: black;
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
    transition: color .3s;
}

.urun-body .beden > ul > li > a:hover {
    color: black;
}

.bottom-title {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    margin: 20px auto;
    text-align: center;
    position: relative;
    width: fit-content;
    display: flex;
    color: #000;
}

.bottom-title:hover {
    color: #000;
}

.bottom-title:after {
    content: '';
    position: absolute;
    right: 38px;
    top: 12px;
    width: 20px;
    border-bottom: 2px solid #555555;
}

.bottom-title p {
    margin-left: 30px;
    color: #555555;
    margin-bottom: 0;
}

.shop-go a {
    text-transform: uppercase;
    font-family: 'Oswald2', sans-serif;
    display: flex;
    align-items: center;
    color: black;
    font-size: 14px;
    transition: color .3s;
}

.shop-go a svg {
    transition: fill .3s;
}

.shop-go a:hover {
    color: #9696B1;
}

.shop-go a:hover svg {
    fill: #9696B1;
}

.custom-breadcrumb > ol > li > a {
    color: #000;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custom-breadcrumb > ol > li.active a {
    border-bottom: 2px solid black;
    padding-bottom: 1px;
}


.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gallery-thumbs .swiper-slide {
    height: 145px !important;
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
    width: 105px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.swiper-slide-thumb-active {
    border: 2px solid black
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

#detay_sol {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
}

.swthubs {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gtu2 {
    width: 100%;
    position: relative;
}

#swwp {
    width: 105px;
    position: absolute;
    right: -15px;
    top: -5px;
    bottom: -5px;
    overflow: hidden;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px !important;
    left: auto !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: unset !important;
}

.swiper-button-next svg {
    transform: rotate(-90deg);
    width: 15px;
}

.swiper-button-prev svg {
    transform: rotate(90deg);
    width: 15px;
}

.urun-detail {
    padding-left: 60px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #fff;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin-right: 10px;
}

.nav-pills .nav-link {
    border-radius: 0;
    color: #000;
    padding: 10px 10px 0 0;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.tab-pane p {
    font-family: 'Libre Baskerville,Times,serif';
    font-size: 14px;
}

.tab-pane b {
    font-family: 'Libre Baskerville';
    font-size: 12px;
}

.tab-pane h6 {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-size: 12px;
}

.item-trigger {
    display: flex;
    align-items: center;
}

.item-trigger small {
    font-size: 11px;
    margin-left: 5px;
    font-family: 'Libre Baskerville,Times,serif';
    letter-spacing: 1px;
}

.custom-switch-btn {
    display: flex;
    align-items: center;
    padding: 0;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    height: 90px;
}

.custom-switch-btn:focus {
    box-shadow: none;
}

.custom-collapse {
    position: relative;
    margin-top: 30px;
}

.custom-collapse .collapse {
    position: absolute;
    width: 100%;
    overflow-y: auto;
    bottom: 87px;
    left: 0;
    height: 180px;
    background-color: white;
    border: 1px solid #e1e1e1;
    transform: scale(0);
}

.custom-collapse > .collapse > .custom-switch-btn {
    border: 0;
    border-bottom: 1px solid #e1e1e1;
}

.custom-collapse .custom-switch-btn {
    font-family: 'Libre Baskerville,Times,serif';

}

.custom-collapse:hover .collapse {
    transform: scale(1);
}

.custom-collapse .collapse .card-body {
    margin-bottom: 0;
}

.custom-size-btn {
    padding: 10px;
    width: 45px;
    height: 45px;
    border: 1px solid #ececec;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
}

.custom-size-btn.active {
    border: 1px solid black;
}

.little-title {
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    color: black;
}

a.little-title:hover {
    color: black;
    cursor: pointer;
}

.urun-olcu p {
    font-family: 'Libre Baskerville,Times,serif';
    font-size: 13px;
    letter-spacing: 1px;
}

.btn-custom-large-dark {
    background-color: #8b8d8f;
    text-transform: uppercase;
    width: 100%;
    color: white;
    padding: 15px;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
}

.btn-custom-large-dark:hover {
    color: white;
}

.login-grey-box {
    background-color: #e4e4e4;
    padding: 40px;
    width: 100%;
}

.delete-btn {
    padding: 15px;
    border: 1px solid #a9a9a9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transition: border .3s;
}

.delete-btn:hover {
    border: 1px solid black;
}

.shopping-nav {
    padding-top: 28px;
}

.shopping-nav a {
    color: black;
    font-size: 15px;
    font-family: 'Oswald2', sans-serif;
}

.basket {
    margin-top: 50px;
}

.basket .table-h200 > tbody > tr > th {
    height: 200px;
}

.basket > ul {
    border: 1px solid grey;
    padding: 20px;
    display: flex;
    list-style: none;
}

.basket > ul > li {
    position: relative;
}

.basket > ul > li:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 0;
    color: darkgrey;
}

.basket > ul > li:nth-last-of-type(1):after {
    content: '';
}

.basket > ul > li > a {
    color: #6f6f6f;
    font-family: 'Libre Baskerville,Times,serif';
    letter-spacing: 1px;
    margin: 0 20px;
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.basket > ul > li > a.active {
    border-bottom: 1px solid black;
    font-weight: bold;
}

.basket > ul > li > a.disabled:hover {
    cursor: no-drop;
}

.kredi_kart_div {
    font-size: 12px;
    display: flex;
    align-items: center;
    float: left;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2px;
    box-sizing: border-box;
    color: #000000a1;
}

.jp-card-container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    width: 350px;
    max-width: 100%;
    height: 200px;
    margin: auto;
    z-index: 1;
    position: relative;
}

.jp-card {
    font-family: "Helvetica Neue";
    line-height: 1;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 315px;
    border-radius: 10px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear;
}

.jp-card .jp-card-front, .jp-card .jp-card-back {
    background: #8a8a8a !important;
}

.jp-card .jp-card-front, .jp-card .jp-card-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #DDD;
}

.jp-card .jp-card-front:before, .jp-card .jp-card-back:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}

.jp-card .jp-card-front .jp-card-logo {
    position: absolute;
    opacity: 0;
    right: 5%;
    top: 8%;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}

.jp-card-logo.jp-card-elo {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: lowercase;
    font-size: 21px;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: bold;
    padding-top: 13px;
}

.jp-card-logo.jp-card-visa {
    background: #fff;
    text-transform: uppercase;
    color: #1A1876;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}

.jp-card-logo.jp-card-mastercard {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 9px;
    line-height: 36px;
    z-index: 1;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}

.jp-card-logo.jp-card-maestro {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    z-index: 1;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}

.jp-card-logo.jp-card-amex {
    text-transform: uppercase;
    font-size: 4px;
    font-weight: bold;
    color: #fff;
    background-image: repeating-radial-gradient(circle at center, #FFF 1px, #999 2px);
    background-image: repeating-radial-gradient(circle at center, #FFF 1px, #999 2px);
    border: 1px solid #EEE;
}

.jp-card-logo.jp-card-discover {
    background: #f60;
    color: #111;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    padding-top: 9px;
    letter-spacing: .03em;
    border: 1px solid #EEE;
}

.jp-card-logo.jp-card-dankort {
    width: 60px;
    height: 36px;
    padding: 3px;
    border-radius: 8px;
    border: #000 1px solid;
    background-color: #fff;
}

.jp-card .jp-card-front .jp-card-lower {
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 30px;
}

.jp-card .jp-card-front .jp-card-shiny, .jp-card .jp-card-back .jp-card-shiny {
    width: 50px;
    height: 35px;
    border-radius: 5px;
    background: #CCC;
    position: relative;
}

.jp-card .jp-card-front .jp-card-shiny:before, .jp-card .jp-card-back .jp-card-shiny:before {
    content: " ";
    display: block;
    width: 70%;
    height: 60%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #d9d9d9;
    position: absolute;
    top: 20%;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-cvc {
    visibility: hidden;
    float: right;
    position: relative;
    bottom: 5px;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    font-size: 24px;
    clear: both;
    margin-bottom: 30px;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-name {
    text-transform: uppercase;
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    font-size: 20px;
    max-height: 45px;
    position: absolute;
    bottom: 0;
    width: 190px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: horizontal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry {
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    letter-spacing: 0em;
    position: relative;
    float: right;
    width: 25%;
}


.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}

.payment-title {
    width: 100%;
    text-align: center;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

.form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name" "number number" "expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
}

.lang {
    transform: scale(0);
    position: absolute;
    top: 100%;
    right: 12px;
}

.custom-nav > .menu > li:hover .lang {
    transform: scale(1);
}

.sepetbox {
    position: absolute;
    top: 100%;
    right: -24px;
    z-index: 10;
    width: 295px;
    color: #121212;
    transform: scale(0);
    transform-origin: top right;
    opacity: 0;
    transition: .3s;
}

.custom-nav > .menu > li:hover .sepetbox {
    transform: scale(1);
    opacity: 1;
}

.sepet-mt {
    position: relative;
    margin-top: .8rem;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #e1e1e1;
}

.sepet-mt:after, .sepet-mt:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 2.8rem;
    z-index: 1;
    border-right: 10px solid #0000;
    border-bottom: 9px solid #e8e8e8;
    border-left: 10px solid #0000;
}

.sepetbox-inner {
    padding: 1.8rem;
}

.spt-btn {
    color: #fff;
    font-weight: bold;
    height: 3rem;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #8b8d8f;
    border: 0;
    box-shadow: inset 0 0 0 1px #0000;
    transition: .8s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spt-btn:hover {
    color: #fff;
}

.arama-input {
    position: relative;
    width: auto;
    padding: 0;
    color: #000;
    font-weight: normal;
    font-size: 80px;
    line-height: 1.4em;
    white-space: pre;
    border: 0;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    visibility: visible;
    opacity: 1;
    transition: .4s;
    pointer-events: auto;
    will-change: width;
    -webkit-appearance: none;
}

.arama-input:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid black;
}

.arama-input::placeholder {
    color: black;
    font-family: 'Libre Baskerville,Times,serif';
    text-transform: uppercase;
}

.arama-input:focus::placeholder {
    color: transparent;
}

.sssbox {
    background-color: white;
    padding: 4rem 4rem 2.5rem 4rem;
    margin-top: .7rem;
    margin-bottom: .7rem;
}

.sssbox p {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Lato', Arial;
    color: #121212;
    margin-top: 35px;
    margin-bottom: 35px;
}

.nav-pills-custom .nav-link {
    background-color: transparent;
    width: fit-content;
    text-transform: uppercase;
    font-family: 'Oswald2';
    letter-spacing: 2px;
    color: #a6a6a6;
    font-size: 14px;
    margin-bottom: 15px;
    transition: .3s;
}

.nav-pills-custom .nav-link.active, .nav-pills-custom .show > .nav-link {
    background-color: transparent;
    width: fit-content;
    text-transform: uppercase;
    font-family: 'Oswald2';
}

.accordion-custom .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    color: #212529;
    background-color: #0000 !important;
    border: none;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Lato, Arial;
    letter-spacing: 1px;
    font-size: 13px;
}

.accordion-custom .accordion-button:focus {
    box-shadow: none;
}

.nav-mobile {
    display: none;
}


.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px 40px;
    grid-template-areas: "grid-1 grid-2 grid-2 grid-4" "grid-3 grid-2 grid-2 grid-5";
}

.grid-1 {
    grid-area: grid-1;
}

.grid-3 {
    grid-area: grid-3;
}

.grid-2 {
    grid-area: grid-2;
}

.grid-4 {
    grid-area: grid-4;
}

.grid-5 {
    grid-area: grid-5;
}

.gridx {
    opacity: 1;
    transition: opacity .3s;
}

.gridx:hover {
    opacity: .85;
}

.gridx span {
    color: #a60505;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Oswald2';
    letter-spacing: 2px;
    padding-top: 15px;
}

.gridx p {
    color: black;
    font-size: 18px;
    font-family: 'Libre Baskerville,Times,serif';
}

.gridx small {
    position: relative;
    display: block;
    width: fit-content;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Oswald2';
    color: black;
}

.gridx small:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: #a60505;
}

.blog-detay-head {
    width: 100%;
    height: 520px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.blog-detay-head:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    box-shadow: 0 0 200px 175px #8B8D8F;
}

.iletisim-box {
    padding: 20px 0;
    border-bottom: 1px solid #d5d5d5;
}

.profil-page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.profil-page img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.profile-ul.scroll {
    position: fixed;
    top: 100px;
}
.profile-ul.scroll-stop {
    position: absolute;
    top: unset;
    bottom: 0!important;
}
.profile-ul {
    list-style: none;
}

.profile-ul li a {
    display: block;
    position: relative;
    color: #2a2a2a;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 5px;
    width: fit-content;
    font-size: 12px;
    font-family: Libre Baskerville,Times,serif;
    letter-spacing: 1px;
}

.profile-ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0px;
    width: 1px;
    background-color: black;
    transition: height .3s;
}

.profile-ul li a:hover:before {
    height: 100%;
    transition: height .3s;
}

.list-group-item.active {
    z-index: 2;
    color: #2a2a2a;
    background-color: transparent;
    border-color: transparent;
}

.list-group-item.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: black;
    transition: height .3s;
}

.gtu2 {
    width: calc(100% - 100px);
    float: right;
    position: relative;
    left: 0;
    margin-left: unset!important;
}