.dco-image-attachment {
line-height: 0;
}
.dco-attachment-gallery {
display: flex;
flex-wrap: wrap;
margin: -5px -5px 6px;
}
.dco-attachment-gallery .dco-attachment.dco-image-attachment {
margin: 5px;
}
.comment-form-attachment {
position: relative;
}
.comment-form-attachment > span:not(.required) {
display: block;
}
.comment-form-attachment span.comment-form-attachment__drop-area {
display: none;
}
.comment-form-attachment.dragenter .comment-form-attachment__drop-area {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
padding: 20px;
background: rgba(255, 255, 255, 0.9);
border-radius: 20px;
}
.comment-form-attachment__drop-area-inner {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
padding: 20px;
border: 2px dashed;
border-radius: 20px;
} .dco-image-attachment img {
width: auto !important;
height: auto !important;
}.awdr_free_product_text{
display: inline-block;
padding: 0px 10px;
background-color: #3d9cd2;
color: #fff;
border-radius: 3px;
}
.variation-wdr_free_product{
display: none !important;
}
.awdr_change_product{
cursor: pointer;
}
.awdr_free_product_variants{
padding: 5px;
}
.awdr-product-name{
padding-left: 10px;
}
.awdr_change_product{
display: flex;
}
.awdr-select-free-variant-product-toggle {
color: gray;
cursor: pointer;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 1.02em;
transition: 0.4s;
}
.awdr-select-free-variant-product-toggle-active, .awdr-select-free-variant-product-toggle:hover {
color: #444;
}
.awdr-select-variant-product {
padding: 0 18px;
display: none;
background-color: white;
overflow: hidden;
}
.awdr-select-free-variant-product-toggle:after {
content: '\02795'; font-size: 12px;
color: #777;
margin-left: 10px;
}
.awdr-select-free-variant-product-toggle-active:after {
content: "\2796"; }