.cta-border {
    border: 1px solid #dfdfdf;
    border-radius: 1rem;
}
.cta-simple {
    align-items: center;
    text-align: center;
    padding: 3.2rem 5.5rem;
}

.dashboard-content .btn-link {
    display: inline;
    padding: 0;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    vertical-align: top;
    white-space: normal
}

.dashboard-content p {
    line-height: 1.75
}

.dashboard-content p:first-child {
    margin-top: -0.2rem;
    margin-bottom: 2.4rem
}

.dashboard-content .feature-box {
    padding-top: 3.5rem;
    margin-bottom: 2rem;
    border: 2px solid #e7e7e7;
}

.dashboard-content .feature-box i {
    margin-bottom: 2.5rem;
    color: #d3d3d4;
    font-size: 6rem;
    transition: transform 0.35s;
}

.dashboard-content .feature-box:hover i {
    transform: scale(1.15);
    transition: transform 0.35s;
}

.widget-dashboard h2 {
    margin-top: -1px;
    margin-bottom: 1.5rem;
    font-size: 1.6rem
}

.widget-dashboard .nav-item:last-child {
    margin-right: 3.5rem
}

.widget-dashboard .list {
    border-bottom: none
}

.widget-dashboard .list a {
    padding: 1rem 0 1.1rem;
    color: #777;
    letter-spacing: -0.025em;
    font-size: 1.4rem
}

.widget-dashboard .list a:focus,.widget-dashboard .list a:hover {
    background: transparent
}

.widget-dashboard .list a.active {
    color: #222524;
    font-weight: 700
}

.widget-dashboard li:last-child a {
    border-bottom: 0
}

.widget-dashboard li {
    padding: 8px 0 8px 0
}

.widget-dashboard li:before {
    display: none
}

.account-container {
    margin-top: 4.2rem;
    margin-bottom: 4rem
}

.nav-tabs.list .nav-item {
    padding: 0
}

.nav-tabs.list .nav-item .nav-link {
    padding: 1.3rem 0 1.5rem;
    font-family: "Open Sans",sans-serif;
    text-transform: capitalize;
    font-size: 1.4rem;
    border: none
}

.nav-tabs.list .nav-item .nav-link:not(.active) {
    font-weight: 400;
    color: #000
}

.nav-tabs.list .nav-item .nav-link.active,.nav-tabs.list .nav-item .nav-link.address {
    font-weight: 700;
    color: #222529
}





.sptaccordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #E5E5E5;
  border-bottom:0px solid black !important;
  border-radius:5px;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordionalan div:first-child .sptaccordion {
  border-radius:5px 5px 0px 0px;
}
.accordionalan div:last-child .sptaccordion {
  border-radius:0px 0px 0px 0px !important;
  border-radius:0px 0px 5px 5px !important;
}
.accordionara{
	    padding: 0;
    margin: 0;
    font-size: 0px;
}
.ml-4-5{
	margin-left:35px;
}
.sptaccordion:after {/*
  content: '\276F';
  color: #484848;
  padding:5px 13px;
  background-color:#F0F0F0;
  border-radius:100%;
  font-weight: bold;
  float: right;
  margin-left: 5px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 25px;
    top: 20px;
    position: absolute;*/
	display:none;
}

.sptactive:after {
  content: "\276E";
}

.sptpanel {
  border-top:0px solid black !important;
  border: 1px solid #E5E5E5;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
	
.sepetradio { 
     transform: scale(2); 
 }
.sepetradio {
    opacity: 0;
    position: absolute;   
}

.sepetradio, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.sepetradio {
    display: none;
}

.sepetradio + .radio-custom-label:before {
    content: '';
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    border: 1px solid #9B9B9B;
    padding-top: 5px !important;
    font-size: 17px;
    height: 30px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.sepetradio + .radio-custom-label:before {
    border-radius: 50%;
}

.sepetradio:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    background-color: #007bff;
	border:0px solid #9B9B9B;
}

.sepetradio:focus + .radio-custom-label {
  outline: 1px solid #ddd; 
}

.ozelpaycss{
	background-color:#EEEEEE !important;
	border-color:#EEEEEE !important;
	color:#757575 !important;
	height:40px !important;
}


.rating {
  --dir: right;
  --fill: gold;
  --fillbg: rgba(100, 100, 100, 0.15);
  --heart: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.328l-1.453-1.313q-2.484-2.25-3.609-3.328t-2.508-2.672-1.898-2.883-0.516-2.648q0-2.297 1.57-3.891t3.914-1.594q2.719 0 4.5 2.109 1.781-2.109 4.5-2.109 2.344 0 3.914 1.594t1.57 3.891q0 1.828-1.219 3.797t-2.648 3.422-4.664 4.359z"/></svg>');
  --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
  --stars: 5;
  --starsize: 2rem;
  --symbol: var(--star);
  --value: 1;
  --w: calc(var(--stars) * var(--starsize));
  --x: calc(100% * (var(--value) / var(--stars)));
  block-size: var(--starsize);
  inline-size: var(--w);
  position: relative;
  touch-action: manipulation;
  -webkit-appearance: none;
}
[dir="rtl"] .rating {
  --dir: left;
}
.rating::-moz-range-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
}
.rating::-webkit-slider-runnable-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
  -webkit-mask: repeat left center/var(--starsize) var(--symbol);
}
.rating::-moz-range-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
}
.rating::-webkit-slider-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
  -webkit-appearance: none;
}
.rating, .rating-label {
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
.rating-label {
  margin-block-end: 1rem;
}

.rating--nojs::-moz-range-track {
  background: var(--fillbg);
}
.rating--nojs::-moz-range-progress {
  background: var(--fill);
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--star);
}
.rating--nojs::-webkit-slider-runnable-track {
  background: var(--fillbg);
}
.rating--nojs::-webkit-slider-thumb {
  background-color: var(--fill);
  box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
  opacity: 1;
  width: 1px;
}





	
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
    background-color: #fff;
	border:1px solid #E4E4E4;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-greens{
	background-color:#13C263 !important;
	color:#fff !important;
}
.btn-circle {
    margin-top: 5px;
    width: 15px !important;
    height: 15px !important;
    text-align: center !important;
    padding: 6px 0 !important;
    font-size: 12px !important;
    line-height: 1.428571429 !important;
    border-radius: 15px !important;
}



.containerwd {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .containerwd {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .containerwd {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .containerwd {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .containerwd {
        max-width:1140px
    }
}




.cart-container {
    padding: 40px 0;
}
.cart-table {
    width: 100%;
    border-collapse: collapse;
}
.cart-table th,
.cart-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}
.cart-table img {
    width: 60px;
    height: auto;
    border-radius: 8px;
}
.cart-price {
    font-weight: bold;
    color: #333;
}
.cart-quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}
.cart-quantity span {
    cursor: pointer;
    padding: 5px 10px;
    background: #f0f0f0;
    border-radius: 4px;
}
.cart-quantity input {
    width: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}
.cart-remove-btn {
    background: none;
    border: none;
    color: red;
    font-weight: bold;
    cursor: pointer;
}
.cart-summary {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}
.cart-summary h5 {
    margin-bottom: 20px;
}
.cart-summary .summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cart-summary .checkout-btn {
    width: 100%;
    background: #007bff;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
	cursor:pointer;
    display: block;
    text-decoration: none;
}
.cart-summary .checkout-btn.mt-3 {
    margin-top: 15px;
}
.empty-cart {
    text-align: center;
    padding: 100px 0;
}
.empty-cart h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.empty-cart h6 {
    color: #666;
}
.kargo-takip-timeline {
  border-left: 3px solid #cbd5e1;
  margin: 20px;
  padding-left: 20px;
  position: relative;
}

.kargo-adim {
  position: relative;
  margin-bottom: 25px;
}

.kargo-adim .nokta {
  width: 14px;
  height: 14px;
  background-color: #cbd5e1;
  border-radius: 50%;
  position: absolute;
  left: -29px;
  top: 2px;
  transition: background-color 0.3s ease;
}

.kargo-adim .bilgi {
  background-color: #f8fafc;
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  font-size: 14px;
  color: #1e293b;
}
.kargo-adim .durum {
  display: inline-block;
  margin-top: 4px;
  color: #0f766e;
  font-weight: 600;
  font-size: 13px;
}



    .status-card {
      background: #ffffff;
      border: none;
      border-radius: 20px;
      padding: 40px 30px;
      max-width: 100%;
      text-align: center;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    }

    .status-icon {
      width: 80px;
      height: 80px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 36px;
      margin-bottom: 25px;
    }

    .status-card p{
		font-size:18px;
	}
	
    .status-card .success {
      background-color: #e6f9f0;
      color: #2ecc71;
    }

    .status-card .error {
      background-color: #ffe9e9;
      color: #e74c3c;
    }

   .status-card .empty {
      background-color: #f1f1f1;
      color: #7f8c8d;
    }
	
	.productlist img{
		border-radius:15px;
	}
	.card-body a{
		text-decoration:none;
	}
	
.color-group {margin-bottom:20px;}
.swatches {display:flex; gap:10px; flex-wrap:wrap;}
.swatches input[type=radio]{display:none;}
.swatch{
  width:36px;height:36px;border-radius:50%;
  cursor:pointer;display:inline-block;transition:.2s;
  box-shadow:0 0 0 2px #fff,0 0 0 2px transparent;
}
.swatches input:checked + .swatch{
  box-shadow:0 0 0 2px #fff,0 0 0 3px #2563eb;
  transform:scale(1.1);
}