@charset "UTF-8";
.progress-error {
    display: block;
    color: red;
    font-size: 10px;
}

.batch-input-label {
    color: #2980b9;
    font-size: 10px;
    font-weight: bold;
    left: 10px;
    opacity: 1;
    position: absolute;
    top: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 170px;
    display: inline-block;
    cursor: default;
}

.batch-input-container {
    display: inline-block;
    position: relative;
    margin-bottom: 2px;
}

.batch-input {
    margin-left: 5px;
    margin-top: 15px;
    width: 180px;
    height: 40px;
}

.batch-button {
    color: #fff;
    font-weight: bold;
}

.batch-bundles {
    padding-top: 15px;
    text-align: center;
}

.batch-bundle {
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #ddd;
    text-align: center;
    padding: 0 10px 15px 10px;
    max-width: 200px;
    margin-left: 13px;
}

.batch-bundle:hover{
    background-color: #eee;
}

.bundle-price {
    color: red;
    margin: 15px 0;
}

.bundle-title {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    word-wrap: normal;
}

.batch-bundle-text {
    display: block;
}

.batch-rendering-count {
    float: right;
}

.batch-label-inner {
    overflow-x: hidden;
    overflow-y: visible;
    display: inline-block;
    height: 12px;
}

.dashboard-batch-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    box-shadow: 2px 2px 7px #ccc;
    display: inline-block;
    padding-top: 20px;
    padding-bottom:20px;
    width:201px;
    height:auto;
    margin-left: 5px;
    margin-bottom: 2.5em;
}

.dashboard-batch-container.simple {
    margin-bottom: 2.5em;
    padding-top: 15px;
}

.selling .dashboard-batch-container.simple {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2.5em;
}

.dashboard-batch-help {
    display: inline-block;
    vertical-align: top;
    margin-left: 3em;
    width: 70%;
}

.dashboard-batch-help span {
    word-wrap: break-word;
}

.dashboard-batch-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    display: block;
}

.dashboard-rendering-count {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 15px 0;
    min-height: 1px;
}

.dashboard-buy-more {
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
}

.dashboard-create-vrecard {
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
    background-color: #5881bc;
}

.batch-preview-video-toggle {
    padding: 3px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    background-color: #2c97bb;
    color: #fff;
}
.batch-preview-video-toggle:hover {
    background-color: #137ea2;
}

.share-experience-link {
    position: absolute;
    right: 0;
    margin-top: 5px;
    border-radius: 3px;
    background-color: #eee;
    padding: 5px;
    cursor: default;
    border: 1px solid #ccc;
}

.share-popup {
    z-index: 100;
    position: absolute;
    transform: translate(50%, -50%);
    width: 900px;
    height: 400px;
    background-color: #fff;
    right: 50%;
    top: 50%;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup-close:hover{
    color: #5abbf1;
}

.notification-div {
    position: fixed;
    right: 40%;
    top: 120px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    z-index: 111;
}

.copied-to-clipboard {
    display: block;
    text-align: center;
    margin-top: 5px;
    color: #0a0;
}


/* HIDE SEND AS IS BUTTON */
.button.product_type_variable {
    display: none;
}

.button.product_type_simple.ajax_add_to_cart {
    display: none;
}

.pricing-error {
    box-shadow: 0 0 5px rgba(255, 0, 0, .7);
    padding: 1px 3px 1px 3px;
    margin: 3px 1px 3px 0px;
    border: 1px solid rgba(255, 0, 0, .7);
    border-radius: 1px;
}

.link:hover {
    color: #fff !important;
    text-decoration: none !important;
}
