body {
    margin:0 auto;
    font-family:"Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     max-width: 667px;
    padding-bottom: 112px;
}

*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
a{text-decoration:none !important;}
.img img {width:100%}
ul {margin:0; padding:0; list-style:none}
:focus {
outline: 0;
}
input[type="button"],input[type="submit"],a,.transition,li { -webkit-transition: background-color 0.3s linear,color 0.3s linear,opacity 0.3s linear ;-moz-transition: background-color  0.3s linear,color 0.3s linear,opacity 0.3s linear ; -ms-transition: background-color  0.3s linear,color 0.3s linear,opacity 0.3s linear ;-o-transition: background-color  0.3s linear,color 0.3s linear,opacity 0.3s linear ; transition: background-color  0.3s linear,color 0.3s linear,opacity 0.3s linear ;}
.row {
    --bs-gutter-x: 1.0rem;
}
html {
    scroll-behavior: smooth;
  }

#loading {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    text-align: center;
    /*background-image: url("../img/loading.gif");*/
    background-image: url("../img/loading-default.gif");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 !important;
    padding: 0 !important;
    background-size: 220px;
}
.logo {
    padding: 30px 30px 0 ;
}

.logo img {
    width:100%;
    border-radius: 12px;
}

header .social{
    font-size: 20px;
}
header .social a{
    color: #333;
}
header .social a img{
    position: relative;
    top: -2px;
}

.mt-10 {
    margin-top: 10px
}
.mt-20 {
    margin-top: 20px
}
.mt-30 {
    margin-top: 30px
}
.mb-10 {
    margin-bottom: 10px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-30 {
    margin-bottom: 30px
}


.search select , .search input {
    height: 38px;
    width: 100%;
    max-width: 250px;
    display: inline-block;
    border-color: #CED4D6;
    color: #5C5C5C;
}
/*
.select2-container {
    width: 250px !important;
}
.select2-container .select2-selection--single {
    height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}
*/

/* Seçili alan */
.select2-container .select2-selection--single {
    height: 38px;          /* burayı arttır */
    display: flex;
    align-items: center;
}

/* İçteki yazı */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;     /* height ile aynı */
}

/* Ok ikonu */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}


.list-card {
    padding: 0;
}
.list-card .card {
    height:0;
    width:100%;
    padding-bottom:100%;
    background-color:red;
    background-size: 110%;
    background-position: center;
    position: relative;
    text-align: center;
}

.list-card .card-2 {
    padding-bottom:150%;
    background-size: 170%;
}

.list-card .card .caption {
    background-color:rgba(0, 0, 0, 0.4);
    color:white;
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: grid;
	font-size: 12px;
	flex-direction: row;
	align-items: center;
}

.img img{
    width: 100%;
}

.product-card {
    position:relative
}

.product-card .card {
    border: none;
    border-radius: 0;
}

.product-card .card ul {
    list-style-type: none;
    padding: 0 10px;
}

.product-card .card ul li {
    border-bottom: solid 1px #A7AFC0;
}

.product-card .card ul li {
    padding: 10px;
    color: #A0A7BA;
    position: relative;
    font-size: 20px;
}

.product-card .card ul h5 {
    font-weight: 600;
    margin:0;
    padding-right: 75px;
}
.product-card .card ul h6 {
    font-weight: 400;
    margin:0;
    font-size: 1.2rem;
}

.product-card .card ul p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    padding-right: 75px;
}

.product-card .card ul li .price {
    position: absolute;
    right: 34px;
    top: 7px;
    font-size: 18px;
    font-weight: 600;
}

.product-card .card ul li .price-sub {
    font-size: 18px;
    display: block;
    text-align: right;
}


.product-card .card ul li .addToCart {
    position: absolute;
    top: 6px;
    right: 3px;
    border: none;
    background-color: transparent;
    padding: 0;
    color: #777;
}



.product-card .card ul li.card-item {background-color:#FFF;}
.product-card .card ul li.special {
    background-color: #A0A7BA;
    color: white;
}
.product-card .card ul li.special i {
   color:#FFF
}


.product-card .card .card-header {
    padding: 10px;
    margin-bottom: 0;
    background-color: #C59965;
    border-bottom: none;
    color: white;
    border-radius: 0;
    font-size: 24px;
}

.fixed.card-header {position: fixed; z-index: 1; width: 100%; top: 0; }

.list-card-2 {
    padding: 0 10px 10px;
}

.list-card-2 .card {
    position: relative;
    height: 165px;
}

.list-card-2 .card .caption {
    padding: 10px;
    background-color:rgba(0, 0, 0, 0.4);
    color:white;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.list-card-2 .card h6{
   font-size: 12px;
}

.list-card-2 .card p{
    font-size: 10px;
    width: 60%;
    font-weight: 300;
 }

 .control-header {
    padding: 10px 10px 0;
 }
 .control-header .back-url{
    background-color: #CDD2DE;
    height: 105px;
    display: block;
    background-image: url('../img/back.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42%;
    border-radius: 10px;
 }
 .control-header .main-title{
    height: 105px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    background-position: center;
 }

 .control-header .main-title .caption {
    background-color:rgba(0, 0, 0, 0.4);
    color:white;
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	font-size: 28px;
    padding-top: 11%;
    font-weight: 700;

    border-radius: 10px;
}

.ui-menu .ui-menu-item {
    font-size: 13px;
}
.modal-backdrop {
    --bs-backdrop-opacity: 0.9;
}

.comment-url
{
    margin: 0 0 61px 0;
    padding: 0 20px;
    display: inline-block;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.product_image_tooltip {
    font-size:18px
}


/* Alt panel başlangıçta gizli */
.cart-panel {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
      height: 100vh;
  height: 100dvh; /* modern tarayıcılar bunu alır */

    overflow-y: auto;
    transition: bottom 0.4s ease-in-out;
     background-color: rgb(255, 255, 255,0.98) !important;
      z-index: 10000;
    border-top-left-radius: 0; /* full ekran için köşeleri kaldır */
    border-top-right-radius: 0;
    padding-bottom: 60px; /* alt sabit sepet çubuğu için boşluk */
     overscroll-behavior: contain;
}
/* Açık hali */
.cart-panel.active {
    bottom: 0; /* Alt butonun üstünde */
}

.cart-toggle {
    z-index: 10000;
}

#cartItems {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 14px;
}


.cart-bounce {
    animation: bounceScale 0.6s ease;
}

@keyframes bounceScale {
    0% { transform: scale(1); }
    30% { transform: scale(1.5); background-color: #dc3545; color: white; }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}


/******************************/

.marquee {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    padding: 0.5rem 0;
}

.marquee__inner {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    from {
    transform: translateX(0);
    }
    to {
    transform: translateX(-50%);
    }
}

/* Hover'da dursun */
.marquee:hover .marquee__inner {
    animation-play-state: paused;
}
/******************************/
