
/*Global*/




/*RADIO BUTTONS*/
.custom-radio {
    display: none; 
}

/* Radio Button Etiket Stili */
.radioButtonContainer label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}
.radioButtonContainer form{
width:70%;
padding-left: 3.5em;
}
.radioButtonContainer label{
    font-weight: 100 !important;
    }

.custom-radio:checked + .radio-icon {
    background-color: green;
    color: white;
    font-weight: bolder;
}

.custom-radio:not(:checked) + .radio-icon {
    background-color: grey;
    color: white;
}

/* Radio Button Simgeleri Stili */
.radio-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    border-radius: 5%;
    cursor: pointer;
}

.confUnitControlsTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 67%;
}


div.radioButtonContainer img{
    padding-right: 1em;
}

/* type number olan inputların oklarını kaldırır */ 
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; 
}

.color-picker-container {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.color-picker {
    display: flex;
}

.color-selector {
    display: flex;
    flex-direction: row;
    align-items: center;
    inline-size: max-content;
    border: 1px solid black;
    border-radius: 20px;
    min-width: 91px;
}

.selected-color {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 5px;
    padding-top: 10px;
}

.color-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000; /* Varsayılan başlangıç rengi */
    margin-right: 5px;
}

.color-code {
    font-size: 14px;
}

.hidden-input {
   visibility: hidden;
   cursor: none;
   pointer-events: none;
}

.isVisible{
    opacity:0.5; 
    pointer-events:none; 
}
.fl-node-qyiljg2pt534 .uabb-woo-mini-cart li.woocommerce-mini-cart-item.mini_cart_item > a:nth-child(2) {
    line-height: normal !important;
}


/* RAL CODE MODULE STYLE*/

.color-container {
    display: flex;
    flex-wrap: wrap;
}

.color {
    width: 50px;
    height: 50px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 
}

.color-frame {
    width: 400px;
    max-width: 100%;
    height: 400px; 
    overflow: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Scroll bar stilleri */
.color-frame::-webkit-scrollbar {
    width: 12px;
}

.color-frame::-webkit-scrollbar-thumb {
    background-color: #ccc; 
    border-radius: 10px; 
}

.color-frame::-webkit-scrollbar-thumb:hover {
    background-color: #aaa; 
}
.ral-color-code{
    inline-size: fit-content;
}

#ralCodeDataSheetContainerElement{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999999999;
}

#ralCodeDataSheetContainerElement{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999999;
}
#ralCodeDataSheetAcUnitContainerElement{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999999;

}

.d-none{
    display: none;
}
.price{
    display: none !important;
}

span.quantity bdi{
    display: none !important;
}

/*CARTDAKİ LİSTENİN BOYUTU */

.uabb-mini-cart-items ul.woocommerce-mini-cart li.woocommerce-mini-cart-item{
	min-height:7em !important;
}

.ralCodeCLoseButton{
    color: white;
    display: flex;
    justify-content: flex-end;
    /* padding-right: 25px; */
    font-size: large;
    padding: 25px;
    cursor: pointer;
}

