.dinamig_main, .dinamig_main * {
    box-sizing: border-box;
    outline: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dinamig_main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}

.dinamig_main .mig_item.active {
    outline: 1px solid #f5bf1e;
    outline-offset: 1px;
    border-radius: 50%;
}

.dinamig_main .mig_item > img {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor:pointer;
}
.dinamig_main .mig_item > img:hover {
    outline: 1px solid #f5bf1e;
    outline-offset: 1px;
}

.mig_sepete_ekle {
    display: none;
}

#pre_order_modal {
    background: rgba(0,0,0,0.2);
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}

.pre_order_form_div {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    display: none;
}

.loop_ikonlar button {
    border: none !important;
    outline: none !important;
}

.loop_ikonlar button:hover {
    background-color: transparent !important;
}

.loop-ikons-in-loop {
    position: absolute !important;
    top: 6px;
    right: 20px;
}

.loop_compare_ikons {
    display: flex;
    flex-flow: column;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

.pre_order_and_add_to_cart_button {
    align-items: center;
    background: transparent;
    border: 1.33px solid rgba(255,110,64,.3);
    border-radius: 10px !important;
    color: #ff6e40 !important;
    display: flex !important;
    font-size: 16px !important;
    gap: 7px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    min-width: 120px;
    outline: none;
    text-align: center;
    background-color: #fff !important;
}

.pre_order_button {
    border: 1px solid #6e6e73 !important;
    color: #6e6e73 !important;
}

.pre_order_and_add_to_cart_button:not(.pre_order_button):hover {
    background: #ff6e40 !important;
    color: #fff !important;
}
