
         :root {  
            --hovercolor: #4fb68d; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            color: #666666;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Open Sans", sans-serif;
            color: #253237;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Open Sans", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.js-product-miniature .product_desc .product_name{
            color: #253237;
            font-size: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #4fb68d;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.ce-product-description-short {
  display: block;
}
.mp_yazi {
padding:0;
line-height:2em;
font-size:15px
}

.mp_yazi ol li {
color:#5b5b5b;
line-height:2em;
font-size:15px;
}

.mp_yazi h3 {
color:#dfa300;
font-weight:700;
line-height:1.3;
font-size:1.125rem;
margin-bottom:.8rem;
margin-top:1.3rem
}

.mp_yazi {
padding:1.1rem;
line-height:1.5em
}
.mp_title{
padding:0  1.1rem;
  line-height: 1.5em;
}
.mp_title h1{
font-family: "Open Sans", sans-serif;
}
.cart-item {
  padding: 0;
}
 #thecheckout-cart-summary .card .cart-item .product-line {
  min-height: 100px;
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  margin-bottom: 15px;
  padding: 10px;
  transition: var(--transition-base);
  box-shadow: var(--shadow-soft);
}
.page-order-detail h3 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  text-transform: uppercase;
  border-bottom: 0px solid var(--border-color);
  padding-bottom: .5rem;
}
.login-block-moved {
  background-color: #fcfff6;
}
.bankwire-reservation-notice {
    display: flex;
    align-items: center;
    background-color: #f8f9fa; /* Hafif gri arka plan */
    border-left: 4px solid #4a7c10; /* Buton yeşiline yakın bir vurgu çizgisi */
    padding: 10px 15px;
    margin: 15px 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 4px 4px 0;
}

.bankwire-reservation-notice i {
    color: #4a7c10; /* İkon rengi */
    margin-right: 10px;
    font-size: 20px;
}

/* Sayıların (gün sayısı) daha da belirgin olması için (isteğe bağlı) */
.bankwire-reservation-notice strong {
    color: #d9534f; /* Gün sayısını kırmızımsı yaparak dikkat çekebilirsin */
}