.product-modules-wrapper {
border-top: 1px solid #e4e4e4;
padding-top: 15px;
margin-top: 25px;
margin-bottom: 25px;
}
.product-modules th {
font-size: 13px;
font-weight: bold;
color: #111;
padding: 12px 5px;
border-bottom: 1px solid #e4e4e4;
}
.product-modules td {
padding: 14px 5px;
border-bottom: 1px solid #eee;
vertical-align: middle;
font-size: 14px;
color: #333;
} .takima-ekle-btn {
background-color: #f5f5f5 !important;
color: #333 !important;
border: none !important;
padding: 6px 18px !important;
font-size: 12px !important;
font-weight: bold !important;
letter-spacing: 0.5px !important;
width: 100%;
max-width: 130px;
height: 32px;
cursor: pointer;
transition: background 0.2s;
}
.takima-ekle-btn:hover {
background-color: #e2e2e2 !important;
}
.product-modules .quantity {
display: inline-flex;
border: 1px solid #e4e4e4;
}
.product-modules .quantity input {
background: transparent;
border: none;
width: 32px;
height: 32px;
text-align: center;
padding: 0;
}
.product-modules .quantity input.modul-qty {
background: #fff;
border-left: 1px solid #e4e4e4;
border-right: 1px solid #e4e4e4;
}