/*your custom css goes here*/

.attribute-field-wrapper {
    position: relative;
    padding-right: 50px;
    margin-bottom: 20px;
}

.attribute-field-wrapper input {
    margin-bottom: 10px;
}

.attribute-field-wrapper .icon-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f2f2f2;
    display: block;
    height: 100%;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.attribute-field-wrapper .icon-wrapper span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #000;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.attribute-field-wrapper .icon-wrapper span.remove_attributes {
    background-color: #da3e4d;
}

.attribute-field-wrapper .icon-wrapper span.add_attributes {
    background-color: green;
}
.color_picker {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 5px solid #f5f5f5;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
    cursor: pointer;
}
.ui-sortable .ui-sortable-placeholder {
    min-height: 40px;
    border: 1px dashed #e2e2e2;
    margin-bottom: 10px;
    visibility: visible !important;
    background-color: transparent;
}
.sortable li div .color_picker {
    background-color: white;
}

.attributes-field.product-variants .attribute-field-wrapper {
    padding-right: 100px;
}

.attributes-field.product-variants .attribute-field-wrapper .icon-wrapper span {display: inline-block;}

.attributes-field.product-variants .attribute-field-wrapper .icon-wrapper {
    flex-direction: row;
    width: 90px;
    background-color: transparent;
}

.attributes-field.product-variants .attribute-field-wrapper .icon-wrapper span+span {
    margin-left: 5px;
}
.product-variant-select-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    align-items: center;
}

.product-variant-select-wrapper .form-group {
    width: 100%;
    display: block;
}
.product-variant-select-wrapper button.btn{
    position: relative;
    top: 5px;
}

input::-webkit-calendar-picker-indicator{
    display: none;
}
input[type="date"]::-webkit-input-placeholder{
    visibility: hidden !important;
}
