.sepetim {
	  background-color: #f5f5f5;
	  display: flex;
	  margin-top: 30px;
  }
     .site-wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: whitesmoke;
}   
        .delete-button {
            color: #ff5722;
            border: none;
            background: none;
            font-size: 16px;
            cursor: pointer;
            display: flex;
            align-items: center;
        }
        
        .delete-button i {
            margin-left: 5px;
        }
        
        .solsepet {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            display: flex;
            gap: 20px;
			float:left;
			width: 78%;
        }
        
        .main-content {
            flex: 1;
        }
        
        .sidebar {
            width: 22%;
            background-color: white;
            border-radius: 5px;
            padding: 0px;
            /*! box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
			float:left;
			margin-top: 20px;
            height: 200px;
        }
        
        .coupon-section {
            background-color: white;
            border-radius: 5px;
            padding: 15px;
            margin-bottom: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }
        
        .coupon-title {
            display: flex;
            align-items: center;
            color: #ff5722;
            font-weight: bold;
        }
        
        .coupon-title i {
            margin-right: 5px;
            font-size: 20px;
        }
        
        .coupon-add {
            color: #ff5722;
            display: flex;
            align-items: center;
            cursor: pointer;
        }
        
        .coupon-add i {
            margin-left: 5px;
        }
        
        .product-card {
            background-color: white;
            border-radius: 5px;
            margin-bottom: 20px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }
        
        .seller-info {
            padding: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #f0f0f0;
        }
        
        .seller-name {
            font-weight: bold;
            color: #333;
            display: flex;
            align-items: center;
        }
        
        .seller-name i {
            margin-left: 5px;
            color: #888;
        }
        
        .shipping-info {
            background-color: #f9f9f9;
            padding: 12px 15px;
            display: flex;
            align-items: center;
            color: #666;
        }
        
        .shipping-info i {
            margin-right: 10px;
            color: #333;
        }
        
        .free-shipping-notice {
            background-color: #f9f9f9;
            padding: 12px 15px;
            display: flex;
            justify-content: flex-end;
            color: #666;
            font-size: 12px;
        }
        
        .free-shipping-notice span {
            font-weight: bold;
            margin-left: 5px;
            margin-right: 5px;
        }
        
        .product-item {
            display: flex;
            padding: 15px;
            border-bottom: 1px solid #f0f0f0;
        }
        
        .product-checkbox {
            margin-right: 15px;
            padding-top: 40px;
        }
        
        .product-image {
            width: 100px;
            height: 100px;
            background-color: #f0f0f0;
            margin-right: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            background: #FFFFFF;
            border: 1px solid #DADADA;
            border-radius: 8px;
            padding: 0.8rem;
            width: 104px;
            height: 104px;
            position: relative;
        }
        
        .product-image img {
            max-width: 100%;
            max-height: 100%;
        }
        
        .product-details {
            flex: 1;
        }
        
        .product-title {
            font-weight: 600;
            margin-bottom: 10px;
            color: #333;
        }
        
        .product-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 10px;
        }
        
        .quantity-control {
            display: flex;
            align-items: center;
            /*! border: 1px solid #ddd; */
            border-radius: 25px;
            overflow: hidden;
        }
        
        .quantity-btn {
            width: 30px;
            height: 30px;
            background-color: white;
            border: none;
            color: #ff5722;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .quantity-input {
            width: 40px;
            height: 30px;
            border: none;
            text-align: center;
            font-size: 16px;
            color: #333;
        }
        
        .product-price {
            font-weight: 600;
            font-size: 18px;
            color: #333;
            text-align: center;
        }
        
        .discount-price {
            color: #4CAF50;
            font-size: 13px;
            margin-left: -9%;
            text-align: center;
            margin-bottom: 0px !important;
        }
        
        .checkout-section {
            background-color: white;
            border-radius: 5px;
            padding: 20px;
            margin-bottom: 20px;
            /*! box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
        }
        
        .selected-items {
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }
        
        .selected-items span {
            color: #e95304;
        }
        
        .total-price {
            font-size: 28px;
            font-weight: 600;
            color: #333;
            text-align: left;
            margin-bottom: 20px;
        }
        
        .price-tl {
            font-size: 24px;
        }
        
        .savings {
            color: #4CAF50;
            text-align: left;
            margin-bottom: 20px;
        }
        
        .checkout-button {
            background-color: #ff5722;
            color: white;
            border: none;
            border-radius: 5px;
            padding: 15px;
            width: 100%;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .premium-section {
            background-color: #fff1f7;
            border-radius: 5px;
            padding: 15px;
            margin-bottom: 20px;
        }
        
        .premium-title {
            color: #e91e63;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .premium-description {
            color: #333;
            margin-bottom: 10px;
        }
        
        .premium-savings {
            color: #333;
            font-weight: bold;
            margin-bottom: 15px;
        }
        
        .premium-button {
            background-color: white;
            color: #e91e63;
            border: 1px solid #e91e63;
            border-radius: 5px;
            padding: 10px;
            width: 100%;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            text-align: center;
        }
        
        .price-summary {
            margin-top: 20px;
        }
        
        .price-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }
        
        .price-label {
            color: #666;
        }
        
        .price-value {
            font-weight: 500;
            color: #333;
        }
        
        .savings-section {
            margin-top: 20px;
            background-color: #f0f8ed;
            padding: 15px;
            border-radius: 5px;
        }
        
        .savings-title {
            color: #4CAF50;
            font-weight: bold;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }
        
        .savings-title i {
            font-size: 20px;
            cursor: pointer;
        }
        
        .savings-item {
            display: flex;
            justify-content: space-between;
            color: #4CAF50;
            margin-bottom: 5px;
        }
        
         
        .payment-container {
            /*! background-color: white; */
            /*! border-radius: 8px; */
            /*! box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
            /*! padding: 20px; */
            /*! max-width: 600px; */
        }
        
        .payment-title {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }
        
        .orange-triangle {
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 12px solid #ff6600;
            transform: rotate(180deg);
            margin-left: 5px;
        }
        
        .payment-option {
            display: flex;
            padding: 15px 0;
            border-bottom: 1px solid #eee;
        }
        
        .payment-option:last-child {
            border-bottom: none;
        }
        
        .custom-radio {
            position: relative;
            display: inline-block;
            width: 22px;
            height: 22px;
            margin-right: 10px;
            margin-top: 3px;
        }
        
        .custom-radio input {
            opacity: 0;
            position: absolute;
        }
        
        .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 22px;
            width: 22px;
            background-color: #fff;
            border: 2px solid #ddd;
            border-radius: 50%;
        }
        
        .custom-radio input:checked ~ .checkmark {
            border-color: #ff5722;
        }
        
        .custom-radio input:checked ~ .checkmark:after {
            content: "";
            position: absolute;
            display: block;
            top: 2px;
            left: 2px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #ff5722;
        }
        
        .option-content {
            display: flex;
            flex-direction: column;
        }
        
        .option-title {
            font-weight: 600;
            color: #333;
            margin-bottom: 0px;
            font-size: 15px;
        }
        
        .option-description {
            color: #777;
            font-size: 13px;
        }
        .orange-text {
            color: #ff5722;
        }
        
        .checkbox-custom {
            width: 24px;
            height: 24px;
            /*! background-color: #ff5722; */
            /*! border-radius: 4px; */
            /*! display: flex; */
            /*! justify-content: center; */
            /*! align-items: center; */
            /*! color: white; */
        }
        
        .checkbox-icon {
            font-size: 14px;
        }
         .yenikon {
            margin-top: 3px;
  margin-left: 5px;
        }
		
		
		.bossepet {
   display:flex;
   justify-content:center;
   align-items:center;
   flex-direction:column;
   min-height:300px;
   font-size:14px;
   width: 100%;
   padding-bottom: 100px;
   padding-top: 20px;
   text-align: center;
   }
   .bossepet img{
   width: 200px;
   margin-bottom: 10px;
   margin: auto;
   }
   .bossepet .btn {
   font-size: 16px;
   margin-top: 15px;
   font-weight: 500;
   border-radius: 5px;
   background: rgb(250, 102, 0);
   border: none;
   padding: 10px;
   padding-right: 30px;
   padding-left: 30px;
   }
     
        .coupon-input-container {
            margin-top: 0px;
            border-top: 1px solid #e0e0e0;
            margin-bottom: 10px;
            position: relative;
            top: -12px;
            z-index: 9;
            background: white;
            padding: 10px;
            display:none;
        }
        .coupon-input-form {
            display: flex;
            gap: 10px;
        }
        .coupon-input {
            flex-grow: 1;
            padding: 8px;
            border: 1px solid #eb5403;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 400;
        }
        .coupon-submit {
            background-color: #eb5403;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 4px;
            cursor: pointer;
        }
        .coupon-submit:hover {
            background-color: #004080;
        }
		
		.product-title span {
            font-size: 12px;
  font-weight: 400;
        }
		
		
		
		.cart-product-quantity-changer {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: fit-content;
  border: 1px solid #e8e8e8;
}

.cart-product-quantity-changer-decreaser,
.cart-product-quantity-changer-increaser {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 28px;
  height: 28px;
  transition: all 0.2s ease;
}

.cart-product-quantity-changer-decreaser {
  color: #ff6b00;
}

.cart-product-quantity-changer-increaser {
  color: #ff6b00;
}

.cart-product-quantity-changer-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.cart-product-quantity-changer-quantity input {
  border: none;
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  padding: 5px 0;
  -moz-appearance: textfield;
}

.cart-product-quantity-changer-quantity input::-webkit-outer-spin-button,
.cart-product-quantity-changer-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Çöp kutusu simgesi stilleri */
.cart-product-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ff6b00;
  margin-left: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

/* Tam adet seçici container'ı */
.quantity-container {
  display: flex;
  align-items: center;
}

/* "maks" yazısı için stil */
.max-text {
  font-size: 12px;
  color: #888;
  margin-left: 2px;
}
.uruninfolabel {
  gap: 4px;
  margin-top: 0.4rem;
  overflow-x: auto;
  max-width: 200px;
  display: flex;
}
.uruninfolabel1 {
   display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;

   padding: 5px 10px;
   font-size: 10px;
   border-radius: 6px;
   max-width: 200px;
}

.sepetkargoikonnn {
  width: 20px;
  margin-right: 10px;
}
.main-content {
  max-width: calc(120rem - 24.4rem);
  width: 100%;
}

.checkout-button:hover {
  background: #6c6c6c;
  color: #ececec;
}

.kupongit {
  padding: 4px 6px;
  font-size: 10px;
  background: #080808a8;
  color: white;
  border-radius: 6px;
  margin-left: 10px;
}

@media screen and (max-device-width: 480px) and (orientation: portrait){
	
.solsepet {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  gap: 20px;
  float: left;
  width: 100%;
  padding: 5px !important;
}

.seller-info {
  padding: 10px;
  display: block;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.product-item {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}
.product-image {
  width: 100px;
  height: 100px;
  background-color: #f0f0f0;
  margin: auto !important;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #FFFFFF;
    background-attachment: scroll;
  border: 1px solid #DADADA;
  border-radius: 8px;
  padding: 5px;
  width: 104px;
  height: 104px;
  position: relative;
  margin-bottom: 10px !important;
}

.price-area {
 display: block;
}


.sepetim {
  background-color: #f5f5f5;
  display: block;
  margin-top: auto;
}

.discount-price {
  color: #4CAF50;
  font-size: 12px !important;
  margin-left: 12px !important;
  text-align: center;
  margin-bottom: -12px !important;
}

.coupon-input {
  flex-grow: 1;
  padding: 8px;
  border: 1px solid #eb5403;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  width: 80%;
}

.sidebar {
  display:none !important;
}

.siparisalt {
  background-color:#fff;
  bottom:0;
  box-shadow:0 -2px 4px 0 rgba(0,0,0,.1);
  box-sizing:border-box;
  left:0;
  max-height:94px;
  position:fixed;
  right:0;
  width:auto;
  z-index:100;
  display:block !important;
}


.ikon-ok-asagi {
  margin-bottom: 62px;
  font-size: 26px !important;
  color: rgb(255, 96, 0);
}

.yaziortala {
  margin-bottom: 40px;
  margin-left: 20px;
}

.siparis-ozeti {
  background-color: #fff;
  bottom: 64px;
  /*! box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1); */
  box-sizing: border-box;
  left: 0;
  max-height: 94px;
  position: fixed;
  right: 0;
  width: auto;
  z-index: 100;
}

.siparis-ozeti__konteyner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.siparis-ozeti__fiyat-alani {
  align-items: center;
  display: flex;
  min-width: 40%;
}

.siparis-ozeti__ikon {
  color: #f27a1a;
  font-size: 20px;
  margin-left: -4px;
  margin-right: 4px;
  margin-top: -4px;
  transition: all .2s ease;
  cursor: pointer;
}

.siparis-ozeti__ikon.aktif {
  transform: rotate(180deg);
}

.siparis-ozeti__toplam-metin {
  color: #666;
  font-size: 14px;
  line-height: 0px;
}

.siparis-ozeti__fiyat-metin {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px !important;
}

.siparis-ozeti__promosyon-uygulandi.bedava-kargo {
  color: #0bc15c;
  margin-top: -5px;
  font-weight: 400;
}

.siparis-ozeti__buton {
  border-radius: 4px !important;
}

.siparis-ozeti__buton-konteyner {
  width: ;
  margin-bottom: 50px;
}

.siparis-ozeti__buton-metin {
  font-size: 1rem !important;
  line-height: 20px !important;
}

.ozet-detay-arka-plan {
  background-color: rgba(0,0,0,.3);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 89;
  display: none;
}

.ozet-detay {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  bottom: 0;
  box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
  left: 0;
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: fixed;
  right: 0;
  transition: all .2s cubic-bezier(.5,.46,.5,.49);
  width: auto;
  z-index: 90;
  transform: translateY(100%);
}

.ozet-detay.aktif {
  opacity: 1;
  pointer-events: inherit;
  transform: translateY(-150px);
}

.price-summary {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.savings {
  color: #4CAF50;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}
.dropdown-icon {
  margin-left: 10px;
  margin-top: 64px;
  display: block;
  float: right;
  top: -50px !important;
  position: relative;
  font-size: 28px !important;
  right: 15px !important;
}

.delivery-section, .delivery-info-section, .contract-section {
  background-color: #fff;
  padding: 20px;
    padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  padding-left: 10px !important;
}


.address-option {
  padding: 12px 15px;
    padding-left: 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding-left: 10px !important;
}

.selected-address {
  padding: 12px 15px;
    padding-left: 15px;
  cursor: pointer;
  display: block;
  justify-content: space-between;
  padding-left: 10px !important;
}


.custom-radio {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 20px;
  margin-top: 3px;
}
.option-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 0px;
  font-size: 14px;
}
.option-description {
  color: #777;
  font-size: 11px;
}

.sozlesme {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  background-color: #fff;
  bottom: 150px;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  left: 0;
  max-height: 94px;
  position: fixed;
  right: 0;
  width: auto;
  z-index: 9;
  padding: 0px;
    padding-top: 0px;
    padding-left: 0px;
  padding-top: 10px;
  padding-left: 15px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-bottom: 8px !important;
  border-bottom: 2px solid #e1e1e1;
}

}		
 .delivery-section, .delivery-info-section, .contract-section {
            background-color: #fff;
            padding: 20px;
            margin-bottom: 20px;
            border-radius: 4px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }
        
        
        .address-circle {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid #ff6600;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 0px;
            position: relative;
            margin-bottom: -3px;
            margin-left: -12px !important;
        }
        
        .address-circle::after {
            content: "";
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ff6600;
            position: absolute;
        }
        
        .address-option label {
            font-weight: 500;
            position: absolute;
            left: 3%;
        }
        
        .address-box {
            border: 1px solid #ddd;
            padding: 15px;
            border-radius: 4px;
            margin-bottom: 15px;
            width: calc(100% - 32px);
        }
        
        .address-type {
            font-weight: bold;
            margin-bottom: 10px;
            display: flex;
            justify-content: space-between;
        }
        
        .address-detail {
            color: #555;
            font-size: 14px;
        }
        
        .edit-link {
            color: #ff6600;
            text-decoration: none;
            font-size: 14px;
            font-weight: normal;
        }
        
        .info-icon {
            width: 20px;
            height: 20px;
            background-color: #f0f0f0;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            margin-right: 10px;
            color: #888;
        }
        
        .invoice-info {
            display: flex;
            align-items: center;
            margin-top: 15px;
            font-size: 14px;
            color: #666;
        }
        
        .form-row {
            margin-bottom: 15px;
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .form-group {
            flex: 1;
            min-width: 200px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 6px;
            font-size: 14px;
            color: #555;
        }
        
        .form-control {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
            box-sizing: border-box;
            text-align: left !important;
            padding-left: 10px !important;
        }
        
        .contract-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .contract-toggle {
            color: #ff6600;
            font-size: 18px;
            cursor: pointer;
        }
        
        .contract-content {
            font-size: 14px;
            line-height: 1.6;
            color: #444;
        }
        
        .contract-title {
            font-weight: bold;
            margin-bottom: 10px;
            font-size: 16px;
        }
        
        .contract-text {
            margin-bottom: 8px;
        }
        
        .price-section {
            background-color: #fff;
            padding: 20px;
            border-radius: 4px;
        }
        
        .total-header {
            font-size: 18px;
            color: #ff6600;
            margin-bottom: 15px;
            font-weight: bold;
        }
        
        .total-price {
            font-size: 30px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
        }
        
        .agree-container {
            display: flex;
            align-items: flex-start;
            margin: 20px 0;
        }
        
        .agree-container input[type="checkbox"] {
            margin-right: 10px;
            margin-top: 3px;
        }
        
        .agree-text {
            font-size: 14px;
            color: #555;
            line-height: 1.4;
        }

.delivery-section h2 {
	
	font-size:16px;
	
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 15px;
}		

 .address-select-container {
            position: relative;
            width: 100%;
            max-width: 100%;
            border: 1px solid #ddd;
            border-radius: 4px;
        }

        .selected-address {
            padding: 12px 15px;
            cursor: pointer;
            display: block;
            justify-content: space-between;
        }

        .address-type {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-bottom: 5px;
            font-weight: bold;
        }

        .edit-link {
            color: #FF6600;
            text-decoration: none;
            font-weight: normal;
            position: absolute;
            right: 34px;
            top: 26px;
        }

        .address-detail {
            color: #666;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .dropdown-icon {
            float: right;
            position: absolute;
            right: 14px;
            top: 17px;
            font-size: 30px !important;
        }

        .address-options {
            position: relative;
            width: 100%;
            background: white;
            border: 1px solid #ddd;
            border-top: none;
            border-radius: 0 0 4px 4px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            display: none;
            z-index: 1000;
            top: -30px;
            margin-top: 0px;
        }

        .address-option {
            padding: 12px 15px;
            cursor: pointer;
            border-bottom: 1px solid #eee;
        }

        .address-option:hover {
            background-color: #f9f9f9;
        }

        .address-option:last-child {
            border-bottom: none;
        }

        .show {
            display: block;
        }
		
		.kutu {
  margin-bottom: 15px;
  background: #0060df0a;
  height: 51px;
  border-radius: 5px;
  margin-top: 5px;
  display: block !important;
  width: 48% !important;
  float: left;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  letter-spacing: -0.5px;
  padding-left: 15px;
  color: #0060df;
}

.yazi {
position:absolute;

margin-left: 10px;
margin-top: -1.4px !important;
font-size: 15px;
}


  .accordion {
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            overflow: hidden;
        }
        
        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #fff;
            padding: 25px 20px;
            cursor: pointer;
            font-weight: 600;
            border-bottom: 1px solid #f4f4f4;
        }
        
        .accordion-header:hover {
            background-color: #f1f1f1;
        }
        
        .accordion-content {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }
        
        .accordion-content.active {
            max-height: 500px;
            padding: 20px;
            background: white !important;
        }
        
        .arrow {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-right: 2px solid #555;
            border-bottom: 2px solid #555;
            transform: rotate(45deg);
            transition: transform 0.3s;
        }
        
        .arrow.up {
            transform: rotate(-135deg);
        }
		.sozlesme {
           padding: 0px;
           position: relative;
		   margin-bottom: 16px;
          display: flex;
          align-items: center;
        }
		
		.checksozlesme {
          align-self: flex-start;
          width: 30px !important;
          background-color: rgb(255, 255, 255);
          border: 2px solid rgb(155, 155, 155);
          cursor: pointer;
          display: inline-block;
          position: relative;
          margin-right: 10px !important;
        }
		
		.checksozlesme2 {
          align-self: flex-start;
          width: 30px !important;
          background-color: rgb(255, 255, 255);
          border: 2px solid rgb(155, 155, 155);
          cursor: pointer;
          display: inline-block;
          position: relative;
          margin-right: 10px !important;
        }
		
		
		.sozlesmeyazi {
          font-weight:400;
        }
		.sozlesmeyazi span{
          font-weight:600;
          color: #ff5722;
        }
		
		.btn-primary{
          width: 100%;
          padding: 20px;
        }
		
		
/* Adres Seçimi Stil */
.address-container {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.selected-address {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f8f9fa;
}

.selected-address:hover {
    background-color: #f1f3f5;
}

.dropdown-icon {
    font-size: 18px;
    transition: transform 0.3s;
}

.address-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.address-options.show {
    display: block;
}

.address-option {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
}

.address-option:hover {
    background-color: #f1f3f5;
}

.address-option.active {
    background-color: #e6f7ff;
    border-left: 3px solid #1890ff;
}

.address-type {
    font-weight: bold;
    margin-bottom: 5px;
}

.address-detail {
    font-size: 0.9em;
    color: #666;
}

.address-actions {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
}

.address-option:hover .address-actions {
    display: flex;
}

.btn-edit, .btn-delete {
    border: none;
    background: none;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #44c6e8;
}

.btn-edit:hover {
    background-color: #e6f7ff;
    color: #1890ff;
}

.btn-delete:hover {
    background-color: #fff1f0;
    color: #ff4d4f;
}

