/* Kart stil */
.card-sleeve-suggestions {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #b8e686;
    padding: 20px 20px 19px 20px;
    border-radius: 12px;
    background-image: url(../imgs/kartlar.png);
    background-size: 270px;
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 237px;
}

.card-sleeve-suggestions h3 {
    font-size: 18px;
    line-height: 14px;
    margin: 0 0 15px 0;
    color: #080808;
}

.card-sleeve-suggestions ul {
    list-style-type: none;
    padding: 0;
}

.card-sleeve-suggestions li {
    margin-bottom: 10px;
    font-size: 1em;
}

.cart-form {
    display: inline;
}

.button.spt {
    background-color: #007cba;
    color: white;
    border: none;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

.button.spt:hover {
    background-color: #005a87;
}
.refresh-card-sleeve{
    display:none !important;
}
input.input-number[name=quantity] {
    width: 60px;
}
.loadingProtectArea {
    position: absolute;
    background: #00000063;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #ffffffbd;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.move-ball-loader {
    position: relative;
    width: 34px;
    height: 34px;
}

.ball-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5f6464;
    border-radius: 50%;
    box-sizing: border-box;
}

.ball-holder {
    position: absolute;
    width: 12px;
    height: 13px;
    left: 11px;
    top: 10px;
    animation: move_ball 1s infinite linear;
}

.ball-holder .ball {
    position: absolute;
    left: 0px;
    top: -6px;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
}
.shop_table th, .shop_table td {
    border: none;
}
.kart_alani th, .kart_alani td {
    padding: 6px 0px 4px 0px;
}

@keyframes move_ball {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}

@media (max-width: 769px) {
  /* 769px ve üzerindeki ekranlar için stil buraya yazılır */
  .card-sleeve-suggestions {padding: 18px 13px 18px 13px;background-size: 120px;}
  .woocommerce table.shop_table{margin: 0 0px 5px 0 !important;}
  .elementor-element.elementor-element-e119fce > .elementor-widget-container{padding:15px !important;}
  table.shop_table.kart_alani input[type=number] {width: 45px;padding: 0 5px;}
}