﻿@charset "UTF-8";
[id*='txtSiparisNotu']::placeholder{
    color:red ;
    opacity: 1;
    text-transform: uppercase;
    font-weight: bold;
}
i, a > label {
    pointer-events: none !important;
}

.card.border-dashed:hover h2 {
    color: var(--themecolor);
}

.btn-order {
    text-align: center;
    min-width: 155px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    /*    white-space: nowrap;*/
    padding: 8px 0;
    font-size: 14px;
    line-height: 24px;
    background-color: var(--themecolor);
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-order:hover {
    color: #FFFFFF;
    background-color: #444444;
}

.btn-disabled {
    cursor: no-drop;
    background-color: crimson;
}


/* ----------------------------------------------------------------
Process Steps
-----------------------------------------------------------------*/

.border-shadow-2 {
    border-bottom: 2px solid #ececec;
}

.process-steps {
    margin: 0;
    padding-top: 25px;
    list-style: none;
}

/*.process-steps ul{
    border-bottom: 2px solid #dbdbdb;
}*/
.process-steps li.active {
    color: var(--themecolor);
    border-bottom: 2px solid var(--themecolor);
}

.process-steps li h5 {
    margin: 8px 0 0;
    font-size: 1rem;
}

.process-steps li.active h5 {
    font-weight: 500;
    color: var(--themecolor);
}

.process-steps li.active span {
    color: #FFF !important;
    background-color: var(--themecolor);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.i-rounded:hover, .i-circled:hover {
    background-color: #444444;
    cursor: default;
}

.process-steps li::before, .process-steps li::after {
    top: 38px;
}

/* ----------------------------------------------------------------
	Seriler ve Ölçüler Button
-----------------------------------------------------------------*/
.btn-serial-size {
    color: #ffff;
    background-color: #444;
    padding: 20px 20px;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px 10px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.btn-serial-size:hover,
.btn-serial-size.aktif {
    transform: scale(1.01);
    color: #FFFFFF;
    background-color: crimson;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}


/* ----------------------------------------------------------------
	Paketler
-----------------------------------------------------------------*/
.paket-panel {
    display: block;
    margin-bottom: 15px;
    padding: 4px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.paket-panel:hover, .panel-active {
    border: 1px solid crimson;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.paket-panel-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
    margin-right: auto;
}

.paket-panel-detay {
    padding: 15px;
}

.detay-title {
    font-weight: 600;
    font-size: 18px;
}

.paket-panel .paket-panel-detay ul li {
    list-style: none;

}

.paket-panel .paket-panel-detay ul li strong {
    font-weight: normal;
    font-size: 16px;
}

.panel-price {
    position: relative;
    float: right;
    top: -50px;
    left: 13px;
}

.panel-price1 {
    font-size: 20px;
    font-weight: 600;
    float: revert;
    width: 400px;
    height: 25px;
    padding: 0 25px;
}

/*.imgBtnPaketSec, .imgBtnPaketSec:hover {
    color: green;
    position: absolute;
    right: 32px;
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.paket-panel:hover .imgBtnPaketSec {
    transform: scale(1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.imgBtnPaketSec.active {
    color: crimson;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}*/

/* ----------------------------------------------------------------
	Kapaklar
-----------------------------------------------------------------*/
.pnl-kapaklar {
    max-height: 620px;
}

.order-kapak {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 2px solid #cecece;
    border-radius: 8px;
    padding: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.order-kapak:hover {
    box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, 0.20);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.kapak-active {
    border: 2px solid var(--themecolor);
    box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, 0.20);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*.kapak-image {
    rotation: 10deg;
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    object-fit: fill;
    transform: scale(1.3);
    transition: all .5s ease-in-out;
}*/
.kapak-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
}


.kapak-title {
    font-weight: 600;
    font-size: 18px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
}


.kapak-btn-grp {
    display: flex;
    flex-wrap: nowrap;
}

.kapak-btn {
    display: flex;
    flex: 1;
    background-color: white;
    color: #444;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}


.kapak-btn:hover {
    color: var(--themecolor);
}


.kapak-btn:not(.kapak-btn:last-child) {
    border-right: 1px solid grey;
}

.slider-modal-header {
    z-index: 2;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px 16px 0;
    border-bottom: none;
    text-transform: uppercase;
}

.slider-img {
    object-fit: contain;
    width: 100%;
    max-height: calc(100vh - 60px);
    height: auto;
}

.modal-title {
    text-shadow: 1px 1px 1px #f1f1f1, -1px -1px 1px #f1f1f1, 1px -1px 1px #f1f1f1, -1px 1px 1px #f1f1f1, 0px -1px 1px #f1f1f1, 1px 0px 1px #f1f1f1, 0px 1px 1px #f1f1f1, -1px 0px 1px #f1f1f1;
}

/* ----------------------------------------------------------------
	Kumaşlar
-----------------------------------------------------------------*/
.kumaslar, .plakalar {
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    justify-content: center;
}

.kumas {
    position: relative;
    border: 2px solid #bbbbbb;
    padding: 2px;
}

.kumas-title {
    color: #444444;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    position: absolute;
    bottom: 15px;
    right: 4px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    text-shadow: 2px 0 1px #ffffff,
    -2px 0 1px #ffffff,
    0 2px 1px #ffffff,
    0 -2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    -2px 2px 1px #ffffff,
    2px 2px 1px #ffffff;
}

.kumas-title[data-content*="MGZN"] {
    bottom: 10px;
    right: 4px;
    font-size: 16px;
    white-space: nowrap;
}

/*.kumas-title {
    color: #444444;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 8px;
    right: 10px;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 2px 0 1px #ffffff,
    -2px 0 1px #ffffff,
    0 2px 1px #ffffff,
    0 -2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    -2px 2px 1px #ffffff,
    2px 2px 1px #ffffff;
}*/


/*.kumas-active > .kumas-title,
.kapak-active > .ahsap-title {
    color: white;
    text-shadow: 2px 0 1px crimson,
    -2px 0 1px crimson,
    0 2px 1px crimson,
    0 -2px 1px crimson,
    2px -2px 1px crimson,
    -2px -2px 1px crimson,
    -2px 2px 1px crimson,
    2px 2px 1px crimson;
}*/
.img-thumbnail {
    border: 2px solid #dee2e6;
}

.big-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 202px;
    z-index: -999;
    border-radius: 4px;
   /*box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.20);*/
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.panel > .big-image{
    top: 250px;
}

.kumas:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.6);
    transition: all .3s;
}

.kumas-active {
    border-color: var(--themecolor);
    box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, 0.20);
    transition: all .3s;
}

.kumas:hover > .big-image {
    opacity: 1;
    transform: scale(3);
    z-index: 999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.panel{
    position: relative;
}

.panel:hover > .big-image {
    opacity: 1;
    transform: scale(3);
    z-index: 999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*.kumas:hover > .img-thumbnail,*/
/*.kumas-active > .img-thumbnail {*/
/*    text-decoration: none;*/
/*    border: 2px solid var(--themecolor);*/
/*    !*    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.3);*/
/*        -webkit-transition: all .2s ease-in-out;*/
/*        -o-transition: all .2s ease-in-out;*/
/*        transition: all .2s ease-in-out;*!*/
/*    box-shadow: 6px 6px 14px 0 rgb(0 0 0 / 20%), -8px -8px 18px 0 hsl(0deg 0% 100% / 55%);*/
/*    -webkit-transition: all .2s ease-in-out;*/
/*    -o-transition: all .2s ease-in-out;*/
/*    transition: all .2s ease-in-out;*/
/*}*/


/* ----------------------------------------------------------------
	Ahşap
-----------------------------------------------------------------*/

.ahsap-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ahsap-title {
    color: #444444;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 2px 0 1px #ffffff,
    -2px 0 1px #ffffff,
    0 2px 1px #ffffff,
    0 -2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    -2px 2px 1px #ffffff,
    2px 2px 1px #ffffff;
}


/* ----------------------------------------------------------------
	Cart
-----------------------------------------------------------------*/
.order-cart {
    background-color: #FFFFFF;
    border: 1px solid #c3c3c3;
    border-top: 2px solid var(--themecolor);
    box-shadow: 5px 5px 20px #00000080;
    transition: all .2s ease-in-out;
}


.cart-title {
    padding: 15px 15px 12px;
    border-bottom: 1px solid #EEE;

}

.cart-extra-title {
    background-color: #555;
    color: white;
    display: flex !important;
    text-align: center;
    justify-content: center;
    border-radius: 4px;
}

.cart-title h4 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cart-items {
    padding: 5px 15px;
}

.cart-item {
    line-height: 1;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #EEE;
}

.cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

/*.cart-item-desc span {
    font-size: 14px !important;
    width: auto !important;
    height: auto !important;
    color: #4c8ddf;
    font-weight: 600;
}*/


.desc-title {
    display: block !important;
    width: 100%;
}

.cart-item-quantity {
    display: grid;
    font-size: 12px;
    color: #444;
    line-height: 15px;
    justify-items: end;
}

.cart-qty-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-action {
    padding: 15px;
    border-top: 1px solid #EEE;
}

.checkout-price {
    font-size: 20px;
    color: var(--themecolor);
}

/* ----------------------------------------------------------------
	quantity
-----------------------------------------------------------------*/

.quantity {
    margin-right: 16px;
    flex-wrap: nowrap;
}

.extra-card-qty-price .quantity {
    margin-left: 20%;
}


.cart-qty {
    font-size: 16px;
    height: 22px;
    width: 40px;
    padding: 2px 0 0;
    border: 2px solid #444;
    border-width: 2px 0;
    background-color: #444;
    color: white;
    font-weight: 600;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

div[id*="extraPanel"]:hover .qty-inp {
    background-color: var(--themecolor);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.border-w {
    border-color: #fff;
}

.cart-minus,
.cart-plus {
    height: 22px;
    width: 28px;
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    background-color: #444;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.cart-minus {
    font-size: 15px;
    padding: 0 4px 0 8px;
    border-radius: 15px 0 0 15px;
    color: var(--bs-danger);
}

.cart-plus {
    font-size: 15px;
    padding: 0 8px 0 4px;
    border-radius: 0 15px 15px 0;
    color: var(--bs-success);
}

.cart-plus:hover {
    color: white;
    background-color: var(--bs-success);
}

.cart-minus:hover {
    color: white;
    background-color: var(--bs-danger);
}

.quantity .qty:focus,
.quantity .plus:focus,
.quantity .minus:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.qty-card {
    display: flex;
    align-items: center;
    justify-content: end;
}

.qty-btn {
    background-color: #444;
}

.plus {
    padding: 0 8px 0 3px;
    color: var(--bs-success);
    border-radius: 0 50% 50% 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.plus:hover {
    background-color: var(--bs-success);
    color: #444;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.minus {
    padding: 0 3px 0 8px;
    color: var(--bs-danger);
    border-radius: 50% 0 0 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.minus:hover {
    background-color: var(--bs-danger);
    color: #444;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.qty-inp {
    color: white;
    background-color: #444;
    border: 2px solid #444;
    width: 46px;
    height: 22px;
    text-align: center;
    font-weight: 600;
}

/* ----------------------------------------------------------------
	Extralar
-----------------------------------------------------------------*/
.card-extra {
    background-color: white;
    display: flex;
    position: relative;
    margin: 0;
    padding: .25rem;
    border: 2px solid #cecece;
    border-radius: 8px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.card-extra > .check {
    top: 1px;
    right: 3px;
}

.card-extra:hover {
    box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.extra-active {
    border: 2px solid var(--themecolor);
    box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.card-extra .card-body {
    min-height: 118px;
    padding: 4px 4px 4px 12px;
}

.card-extra .card-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: -2px;
    border: none;
    background-color: #fff;
    padding: 0;
}


.extra-title {
    border-bottom: 1px solid #EEE;
    margin: 8px 0;

}

.extra-title:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.extra-title h4 {
    padding: 0;
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.extra-title h5 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.extra-card-body {
    display: flex;
    height: 113px;
    justify-content: space-between;
    flex-direction: column;
}

.extra-card-body .body-top {
    margin: 6px 0 0 10px;
    padding: 0;
}

.extra-card-body .body-top .extra-card-title {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.extra-card-qty-price {
    position: absolute;
    right: 28px;
    bottom: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    flex: auto;
    align-items: center;
}

.extra-item-quantity {
    display: flex;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    justify-items: end;
    flex-direction: column;
    align-items: flex-end;
}


.offset-sm-2 {
    margin-left: 16.666667%;
    margin-right: 0;
}

.noborder {
    border: 0;
!important;
    margin: 0;
!important;
    padding: 0;
!important;
}

.no-padding {
    padding: 0;
!important;
}

/* PAKET KART */
.paket-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 2px solid #cecece;
    border-radius: 8px;
    padding: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.paket-card:hover {
    box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.paket-active {
    border: 2px solid var(--themecolor);
    box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.tab-nav li a {
    font-size: 14px;
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    font-weight: 600;
    text-transform: uppercase;
}

.tab-content {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.paket-card-body {
    position: relative;
    height: 100%;
    padding: 10px 20px;
}


.paket-card-body .card-title {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}

.paket-card-body ul {
    padding-bottom: 25px;
}

.paket-card-body ul li {
    display: flex;
    font-weight: 300;
    font-size: 18px;
    padding: 1px 0;
}

.paket-card-body .widget_links:not(.widget-li-noicon) li::before {
    content: "\e7a5";
    font-family: 'font-icons';
    display: inline-block;
    position: relative;
    top: -3px;
    left: 0;
    padding-right: 6px;
    font-size: 20px;
    font-weight: bold;
}

.paket-card-body .body-bottom {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.body-bottom strong {
    font-size: 20px;
    font-weight: 600;
}

.imgBtnPaketSec, .imgBtnPaketSec.active {
    z-index: 1;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.paket-olcu-body {
    height: 100%;
    min-height: 250px;
    min-width: 263px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: space-between;
    padding: 15px;
    justify-content: space-between;
}

.kapsayici-ust {
    display: flex;
    justify-content: flex-start;
}

.kapsayici-alt {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    /*gap: 30px;*/
}

.ust-kutu {
    background-color: #ffefc1;
    position: relative;
    display: flex;
    justify-content: center;
}

.alt-kutu {
    margin-left: 30px;
    background-color: #ffefc1;
    position: relative;
    display: flex;
    justify-content: center;
}

.ust-kutu-sol {
    border: 2px solid black;
    width: 8px;
}

.alt-kutu-sol {
    border: 2px solid black;
    width: 8px;
}

.ust-kutu-sag {
    border: 2px solid black;
    border-left-width: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alt-kutu-sag {
    border: 2px solid black;
    border-left-width: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ust-olcu {
    font-size: 12px;
    position: absolute;
    bottom: -18px;
    white-space: nowrap;
}

.alt-olcu {
    font-size: 12px;
    position: absolute;
    bottom: -18px;
    white-space: nowrap;
}

.orta {
    border: 2px solid black;
    width: 40%;
    height: 40%;
}

.ust-boy {
    position: absolute;
    transform: rotate(-90deg);
    right: -103px;
    bottom: 0;
    top: 1px;
    vertical-align: middle;
}

.alt-boy {
    position: absolute;
    font-size: 14px;
    margin-left: 3px;
    transform: rotate(-90deg);
    white-space: nowrap;
    top: 0;
    bottom: 0;
    right: -47px;
}

.alt-en {
    font-size: 14px;
    position: absolute;
    bottom: -22px;
}

/*.img-fluid {
    object-fit: cover;
    min-height: 100%;
    width: 100%;
    height: auto;
}*/
.paket-card[class~="paket-active"] .card-title {
    /* color: crimson;*/
}

.overflow-auto {
    max-height: 610px;
    overflow-y: scroll !important;
}

.slideImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cursor {
    cursor: pointer;
}

.order-slider .prev,
.order-slider .next {
    background-color: rgba(226, 225, 225, 0.50);
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(101, 101, 101, 0.50);
}


.sliders-column {

}

.sliders-column:after {
    content: " ";
    display: table;
    clear: both;

}

.sliders-column .column {
    float: left;
    width: 16.66%;
}

.column .demo {
    opacity: 0.6;
}


.column .active,
.column .demo:hover {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.iscfyt, .iscfyt i {
    color: var(--bs-danger) !important;
    text-decoration: line-through;
}

@keyframes flip {
    from {
        transform: perspective(1000px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(1000px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(1000px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(1000px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(1000px);
        animation-timing-function: ease-in;
    }
}

.search i {
    font-size: 22px;
    position: absolute;
    right: 12px;
    top: 3px;
    color: #AAA;
}

/* KUMAŞ SLIDER */
#custCarousel .carousel-inner img {
    width: 100%;
    height: 100%;
}

#custCarousel .carousel-indicators {
    margin: 0;
    width: 150px;
    position: initial;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-start;
    list-style: none;
}

#custCarousel > .carousel-indicators li {

}

#custCarousel > .list-inline li {
    flex: auto;
    display: contents;
    padding-left: 0;
    padding-right: 0;
}

#custCarousel > .carousel-indicators li img {
    display: block;
    opacity: 0.7
}

#custCarousel > .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel > .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgb(0 0 0 / 50%);
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    width: 50%;
    height: 100%;
    padding: 0;
    color: #686868;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .7;
    font-size: 50px;
    transition: opacity .15s ease;
}

.carousel-control-next {
    right: -43px;
    justify-content: end;
}

.carousel-control-prev {
    left: -43px;
    justify-content: start;
}

.custCarousel {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/* IMG MODAL */
.img-modal-header {
    display: flex;
    align-items: center;
    padding: 10px;
}

/*
.img-modal-header .close {
    line-height: 0;
    padding-top: 5px;
    font-size: 35px;
}
*/

.img-modal-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
}

@keyframes kapak-pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.kapak-pulse {
    animation-name: kapak-pulse;
}

/** BİLGİLER */
/*label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 2px;
    cursor: default;
}*/


.descs-card-title {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 5px;
    margin: 0 0 16px;
    border-bottom: 2px solid #dddddd;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: default;
}

.bilgiler-form-control {
    display: block;
    width: 100%;
    padding: 4px 8px;
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;

}

.bilgiler-form-control:focus {
    border-color: #AAA;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Turhost */
.invoice-card {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: all .2s ease-in-out;
    border: 2px solid #cecece;
    position: relative;
    cursor: pointer;
    color: #444444;
    font-size: 14px;
}

.invoice-card-title {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 5px;
    margin: 10px 0 16px;
    border-bottom: 2px solid #dddddd;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: default;
}

.invoice-card .default-invoice {
    position: absolute;
    left: -12px;
    top: -11px;
    background: var(--themecolor);
    font-size: 12px;
    color: #FFF;
    padding: 0 5px;
    line-height: 20px;
    font-weight: 500;
}

.invoice-card .default-invoice::before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -11px;
    width: 0;
    height: 0;
    transform: rotate(90deg);
    border-style: solid;
    border-width: 10px 12px 0 0;
    border-color: var(--themecolor) transparent transparent;
}

.paket-card .check i,
.order-kapak .check i,
.kumas .check i,
.card-extra .check i,
.invoice-card .check i {
    display: none;
}

.check {
    position: absolute;
    right: 7px;
    top: 7px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-edit-check {
    z-index: 1;
    position: absolute;
    right: 7px;
    top: 7px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 2px solid #cecece;
}

.s-label.active + .checkbox-style-3-label:before {
    content: "\e92b";
    font-family: 'lined-icons';
    background: var(--themecolor);
    color: #FFF;
}

.active.checkbox-style-3-label:before {
    content: "\e92b";
    font-family: 'lined-icons';
    background: var(--themecolor);
    color: #FFF;
    padding: 3px;
}


.kumas .check {
    transform: scale(0.7);
    right: -1px;
    top: -1px;
}

.card-extra .check {
    right: 4px;
    top: 3px;
}


.paket-card.paket-active .check,
.order-kapak.kapak-active .check,
.kumas.kumas-active .check,
.extra-active .check,
.invoice-card.active .check {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: 2px solid #cecece;
    background: var(--themecolor);
    color: #FFF;
    z-index: 2;
}

.paket-card.paket-active .check i,
.order-kapak.kapak-active .check i,
.kumas.kumas-active .check i,
.extra-active .check i,
.invoice-card.active .check i {
    display: block;
    color: #FFF;
    font-size: 19px;
}

.invoice-card .card-body {
    align-items: center;
    overflow: hidden;
    padding: 12px 22px;
    vertical-align: top;
    min-height: 150px;
}

.invoice-card .card-body .title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.invoice-card .invoice-badge {
    color: #EEEEEE;
    padding: 4px 8px;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 0.25rem;
}

.delete {
    padding: 0 .5rem;
    font-size: 0.875rem;
    font-weight: 600;
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 2;
}


.invoice-card .invoice-badge.crimson {
    background: crimson;
}

.animate__animated {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


.invoice-card:hover {
    box-shadow: 6px 6px 14px 5px rgba(0, 0, 0, 0.20);
    transition: all .3s;
}

.invoice-card.active {
    border: 2px solid var(--themecolor);
    box-shadow: 6px 6px 14px 5px rgba(0, 0, 0, 0.20);
    transition: all .3s;
}


.invoice-card .invoice-header {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

/* Modal */
.err-modal-body {
    line-height: 1.4;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

/* Onay */
table.siptek tbody tr td:first-child {
    min-width: 170px;
    width: 170px;
}

@media (max-width: 767.98px) {
    table.siptek tbody tr td:first-child {
        min-width: auto;
        width: auto;
    }

    .cart:not(.cart-totals) tbody td {
        width: 100%;
        border: 0;
        padding: 0 !important;
        text-align: center;
    }
}

.oy-nm-sp {
    letter-spacing: normal;
}


.cart:not(.cart-totals)
.cart_item .cart-product-subtotal {
    font-size: 16px;
}

.amount {
    white-space: nowrap;
}

table td span,
table td strong {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #555;
}

.approve label {
    display: flex;
    line-height: 1;
    font-size: 19px;
    align-items: center;
}

.approve .checkbox-style-3-label:before {
    content: '';
    background: #FFF;
    border: 2px solid #DDD;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
}

/*
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px 5px;
    line-height: 1.6;
    vertical-align: top;
}



table td strong {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #555;
}*/

/*



.cart-product-price,
.cart-product-quantity,
.cart-product-subtotal {
    text-align: end !important;
}

.cart-product-quantity .quantity.approve {
    display: flex;
    align-items: center;
    margin: 0;
    float: none;
    justify-content: flex-end;
}*/

.s-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.s-label.title {
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
}

.s-label.desc {
    letter-spacing: 1px;
}

.form-floating > .sm-form-control:focus ~ label,
.form-floating > .sm-form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    top: -9px;
    background-color: white;
    padding: 0 5px;
}

.form-floating > label {
    position: absolute;
    top: 4px;
    left: 13px;
    /* height: 100%; */
    padding: 0 5px;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    background-color: white;
}

.series.fancy-title::before, .series.fancy-title::after {
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 0;
    border-top: 5px double var(--themecolor);
}

/* width */
.kumaslar::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.kumaslar::-webkit-scrollbar-track {
    border-radius: 15px;
    background: rgba(211, 211, 211, 0.3);
}

/* Handle */
.kumaslar::-webkit-scrollbar-thumb {

    background: var(--themecolor);
    border-radius: 15px;
}

/* Handle on hover */
.kumaslar::-webkit-scrollbar-thumb:hover {
    background: var(--themecolor);
}

.tab-container {
    padding: 40px 0 0;
}

/* Image Hover */
.hover-reveal {
    position: fixed;
    width: 230px;
    height: 150px;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
    width: 100%;
    height: 100%;
    position: relative;
}

.hover-reveal__img {
    background-size: cover;
    background-position: 50% 50%;
}

.entry-meta i {
    width: 20px;
    height: 20px;
}

.cart-totals {
    display: table-cell;
}

/*
figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
*/


/* EXTRA IMG MODAL */

#myImg:hover {
    opacity: 0.7;
}


/* Caption of Modal Image */
#caption {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}

/* Add Animation */
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.btn-close.extra-modal {
    position: absolute;
    right: 7px;
    top: 7px;
    font-weight: bold;
}

.extra-overlay {
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 30px;
    color: rgba(255, 255, 255, 0);
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.akImgModal{
    border-radius: 5px;
    position: absolute;
    color: var(--themecolor);

    font-weight: 900;
    background-color: #555;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;   
}
.kumas > .akImgModal{
    cursor: pointer;
    font-size: 16px;
    width: 22px;
    height: 22px;
    left: 2px;
    bottom: 2px;
}

.order-kapak > .akImgModal{
    font-size: 24px;
    width: 27px;
    height: 27px;
    left: 5px;
    bottom: 5px;
}


figure:hover > .extra-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    transition: all 0.5s;
}

.extra-overlay.d-flex + img {
    cursor: pointer;
}


.title-footer > .alert {
    border-radius: 0 !important;
}

.process {
    opacity: 1;
    transition: all .5s !important;
}

.kumaslar .image {
    width: auto;
}

#CarouselSlider {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.tab-nav li.extra-tabs {
    -ms-flex: auto;
    flex: auto;
}

@media (max-width: 767.98px) {
    .cart:not(.cart-totals) .cart-product-thumbnail {
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
    }
}