/* 
* Alfa Tires - Lid Single Product CSS
* Optimize edilmiş CSS kodları
*/

/* Sayfa düzeni (Layout) */
#single-product-middle {
    padding: 0px 30px;
}

#single-product-right {
    padding: 0 20px;
}

#ps_single_product_basket_box {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 7px;
}

/* Breadcrumbs */
#single-product-content-breadcrumbs {
    margin-bottom: 20px;
}

/* Marka bilgileri ve ürün özellikleri */
.spAttRow {
    display: flex;
    line-height: 2.25;
    border-bottom: 1px solid #e9eaec;
}

.spAttTitle {
    font-weight: 900;
    color: #000;
}

.spAttValue {
    text-align: right;
}

div#spBrandRow {
    border-bottom: 1px solid #e9eaec !important;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1em;
    align-items: center;
    padding-bottom: 1em;
}

div#spBrandTitle {
    padding-left: 0;
}

div#spBrandValue {
    padding-right: 0;
    text-align: right !important;
}

/* Form ve Miktar (Quantity) Stilleri */
form.cart {
    width: 100%;
}

div.quantity {
    position: static;
    margin-top: 15px;
}

div.quantity input[type="button"] {
    background: #e3e3e3;
    border: 1px solid #c1c1c15c;
    padding: 0 14px;
}

div.quantity input[type="number"] {
    width: 36px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: 1px solid #c1c1c1a1;
    border-bottom: 1px solid #c1c1c1a1;
}

/* Fiyat Stilleri */
.woocommerce-Price-amount.amount {
    font-size: 24px;
    color: #000;
    font-weight: 900;
}

p.product-price-1,
p.product-price-2 {
    font-weight: normal;
    line-height: 1;
    margin-top: 5px;
}

.variation-price {
    font-weight: 900;
    margin: 15px 0;
}

.variation-price del {
    font-weight: 400;
    color: #000;
    display: none;
}

.variation-price-regular {
    color: #808080;
    font-weight: 900;
    font-size: 12px;
}

.variation-price-final {
    color: #333;
    font-size: 14px;
}

/* İndirimli Ürün Stilleri */
.price-status-sale del {
    display: inline;
    margin-right: 8px;
}

.price-status-sale .variation-price-final {
    color: #DD0513;
}

#price-show-page .variation-price-regular {
    font-size: 16px;
}

#price-show-page .variation-price-final {
    font-size: 24px;
}

.option-price .variation-price-regular {
    font-size: 10px;
}

.option-price .variation-price-final {
    font-size: 12px;
}

/* quantity */

.single-price-wrap div.quantity {
    position: absolute;
    top: 0px;
}

/* Stok Durumu */
.variation-availability .in-stock {
    font-size: 12px;
    color: green;
    text-align: right;
    margin-bottom: 0px;
}

.variation-availability .shipped-days {
    font-size: 12px;
    color: #737373;
    text-align: right;
    margin-bottom: 0px;
}

/* Stok Dışı Bilgisi */
.out-of-stock {
    font-size: 12px;
    color: #E22D2D;
    text-align: right;
    margin-bottom: 20px;
    width: 100%;
}

.out-of-stock-info-box {
    background: #e1e1e1;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
    margin-bottom: 10px;
    border-left: 6px solid #c2c2c2;
}

/* Rozet (Badge) Stilleri */
#badge_wrapper span {
    padding: 5px 15px;
    min-width: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    word-break: break-all;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    background-color: #dd0513;
    direction: ltr;
    display: none;
}

/* Varyasyon Konteyner */
.single_variation_wrap {
    margin-top: 10px;
    width: 100%;
}

/* Lastik Etiket ve Rehber */
#tireSize {
    color: #777;
    font-size: 14px;
    margin: 0 0 20px;
}

#tireSizeGuide {
    margin-left: 5px;
}

/* Özel Varyasyon Stilleri */
.custom-variation-availability-and-price {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

/* Lastik Etiket Değerleri */
#spReifenLabelValues {
    display: flex;
    justify-content: space-between;
}

#spReifenLabelValues img {
    height: 20px;
}

#spReifenLabelValues div {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Tab Stilleri */
.wc-tab-inner.wd-scroll-content {
    padding: 20px;
}

.woocommerce-tabs .wd-accordion-item .wd-accordion-title.wd-active {
    background-color: #a9a9a9;
}

.woocommerce-tabs .wd-accordion-item .wd-accordion-title.wd-active .wd-accordion-title-text, 
.woocommerce-tabs .wd-accordion-item .wd-accordion-title:hover .wd-accordion-title-text {
    color: #fff;
}

/* Ödeme Yöntemi Tablosu */
.pay_method_table td {
    border: 0;
}

/* Yeni Eklenen Sınıflar */
.hidden {
    display: none;
}

.basket-box-padding {
    padding: 20px 40px 30px;
}

.quantity-container {
    padding-left: 0;
    max-width: 38%;
}

.price-container {
    padding-right: 0;
    max-width: 58%;
}

.add-to-cart-container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px;
}

.no-border {
    border: 0;
}

body.single-product .summary-inner {
    padding-bottom: 1em;
}

body.single-product .woocommerce-product-rating {
    margin-bottom: 1em;
}

/* Responsive Düzenlemeler */
@media screen and (max-width: 768px) {
    #single-product-right {
        padding: 0;
    }
    
    #ps_single_product_basket_box {
        margin: 30px 20px;
    }
    
    div.quantity {
        top: 64px;
    }
}
