.v3d-iframe {
border-width: 0px;
max-width: 100%;
}
.v3d-order-form input {
width: 100%;
}
.v3d-order-form img {
max-width: 100px;
max-height: 50px;
}
.v3d-order-email img,
.v3d-order-pdf img {
display: block;
}
.v3d-order-email th, .v3d-order-email td {
padding: 2px;
}
.v3d-order-email th {
width: 30mm;
text-align: left;
}
.v3d-asterix {
color: red;
}
.v3d-order-email textarea {
min-width: 200px;
min-height: 100px;
resize: none;
}
.v3d-order-email .form-field input {
width: 100%;
}
.v3d-order-email .button {
display: block;
margin: auto;
}
.v3d-user-info-table {
display: inline-block;
vertical-align: top;
}
.v3d-order-pdf .v3d-user-info-table:nth-of-type(2) {
margin-left: 20mm;
}
.v3d-order-pdf .v3d-additonal-info {
margin: 2mm 0;
}
.v3d-user-info-table th {
text-align: left;
}
.v3d-order-email .v3d-user-info-table td {
padding: 5px;
}
table.v3d-order-items-table, .v3d-order-items-table th, .v3d-order-items-table td,
table.v3d-order-downloads-table, .v3d-order-downloads-table th, .v3d-order-downloads-table td {
border: 1px solid;
border-collapse: collapse;
padding: 10px;
}
.v3d-order-downloads-table th, .v3d-order-downloads-table td {
min-width: 300px;
}
tr.v3d-bold-border-total {
border-top-width: 2px;
border-top-style: solid;
}
.item-title {
min-width: 300px;
}
.v3d-order-email .has-text-align-left,
.v3d-order-pdf .has-text-align-left {
text-align: left;
}
.v3d-order-email .has-text-align-center,
.v3d-order-pdf .has-text-align-center {
text-align: center;
}
.v3d-order-email .has-text-align-right,
.v3d-order-pdf .has-text-align-right {
text-align: right;
}
.v3d-order-pdf {
max-width: 215mm;
}
.v3d-order-pdf h1 {
display: inline-block;
}
.v3d-order-pdf h1:nth-of-type(1) {
margin-left: 30mm;
}
.v3d-order-pdf h1:nth-of-type(2) {
float: right;
margin-right: 30mm;
font-weight: lighter;
}
.v3d-order-pdf table.v3d-order-items-table {
width: 100%
}
a.v3d-product-gallery-empty-a {
line-height: 0px; 
display: block;
}.custom-dropdown {
display: inline-block;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.selected-option {
cursor: pointer;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #fff;
font-size: 16px;
}
.dropdown-list {
position: absolute;
max-height: 500px;
list-style: none;
padding: 0;
margin: 0 !important;
border: 1px solid #ccc;
border-radius: 0 0 5px 5px;
background-color: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
display: none;
overflow-y: auto; z-index: 1000;
}
#load-more-btn.hidden {
display: none;
}
.dropdown-list.active {
display: block;
}
.dropdown-list .pudo {
cursor: pointer;
padding: 10px;
border-bottom: 1px solid #ccc;
transition: background-color 0.3s;
margin: 5px 15px;
font-size: 14px;
}
.dropdown-list .group-pudo {
padding: 10px;
border-bottom: 1px solid #ccc;
margin: 5px 15px;
font-weight: bold;
font-size: 16px;
}
.dropdown-list .pudo:hover {
background-color: #f0f0f0;
}
.dropdown-list #load-more-btn {
padding: 10px;
text-align: center;
cursor: pointer;
}