  /* left side */
#p3d-cv {
    width: 100% !important;
}

#p3d-viewer canvas {
    border-radius: 8px 8px 0 0;
    border: 1px solid #a5a5a5;
}


#p3d-pickfiles span.content {
    border-radius: 0 0 8px 8px;
}

#p3d-model-message {
    margin-left: 0;
    background-color: transparent;
}

#p3d-model-message-upload {
    /* display: block;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    width: 270px;
    margin-left: -135px;
    opacity: 0.5; */


    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    opacity: 0.5;
    cursor: pointer;
}

#p3d-model-message-upload-icon {
	width:45px;
	height:45px;
    display: block;
	/* float:left; */
	/* margin-right:5px; */
}

#p3d-model-message-upload span{
    display: block;
    /* margin-top: -10px; */
}


/* right side */
.p3d-container {
    overflow: hidden;
}

div.p3d-info {
    margin: 0;
}

ul.p3d-list li {
    margin-top: 10px;
}

table.p3d-stats {
    border-collapse: collapse !important;
}

ul.material-list {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

ul.material-list .material_filter_label {
    margin: 12px 15px;
}

fieldset.p3d-fieldset {
    border: 1px solid #a5a5a5;
    border-radius: 0 8px 8px 8px;
    margin-bottom: 20px;
}

fieldset.p3d-fieldset legend {
    border: 1px solid #a5a5a5;
    border-radius: 8px;
    font-weight: bold;
}

.select2-container{
    z-index: 9;
}
.select2-container--default .select2-selection--single {
    border-radius: 8px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 8px;
}


#material_filter {
    border: 1px solid #fff;
    height: 2em;
    padding: 4px 6px;
    width: 400px;
}

ul.material-list .p3d-tooltip {
    margin: 0;
}

li.select2-results__option[aria-disabled="true"] {
    display: none;
}



#zk-price-container {
    display: none;
    /* height: 32px; */
    width: 100%;
    overflow: hidden;
    visibility: visible;
    margin-bottom: 30px;
}

#zk-price-container .zk-price {
    margin: 0;
    font-size: 24px;
    padding: 6px 0;
}
#zk-price-container .zk-price span{
    font-size: 24px;
}

#zk-price-container .currency,
#zk-price-container .estimated_price {
    color: #cb371e;
    font-size: large;
    font-weight: bold;
    margin-left: -4px;
}

#zk-price-container .price_notice {
    color: #555;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
}

#p3d-slider-range-value {
    border: 1px solid #aaa;
    padding: 0 4px;
    width: 5em;
    border-radius: 8px;
}

#p3d-scale-dimensions .p3d-dim-input {
    border: 1px solid #aaa;
    padding: 0 4px;
    width: 5em;
    border-radius: 8px;
}

#zk_request_table {
    margin-bottom: 0;
}

#zk_request_table td {
    padding: 0px;
    border: none;
    background-color: transparent;
}

#zk_request_table .first-column {
    width: 140px;
    padding: 8px 8px 8px 0;
    vertical-align: baseline;
    font-weight: bold;
}

#zk_request_table .price-request-field {
    width: 100%;
    padding: 8px;
    margin: 6px 0;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    font-size: 14px;
    line-height: 23px;
}

#add-cart-wrapper {
    display: block;
}

#add-cart-container {
    display: block;
    visibility: visible;
}

/* 
#add-cart-container button.get_price {
    margin-right: 20px;
    border-radius: 60px;
    background-color: #186dde;
    border: 2px solid #186dde;
    color: #fff;
    padding: 6px 20px;
    font-weight: normal;
}
#add-cart-container button.get_price.disabled{
    background-color: #fff;
    color:#a5a5a5;
    border:2px solid #a5a5a5;
    cursor: not-allowed;
}


#add-cart-container button.request_a_quote {
    margin-right: 20px;
    border-radius: 60px;
    background-color: #186dde;
    border: 2px solid #186dde;
    color: #fff;
    padding: 6px 20px;
    font-weight: normal;
}
#add-cart-container button.request_a_quote.disabled{
    background-color: #fff;
    color:#a5a5a5;
    border:2px solid #a5a5a5;
    cursor: not-allowed;
} */


#add-cart-container button.get_price {
    margin-right: 20px;
    /* border-radius: 60px; */
    background-color: #2e266f;
    border: 2px solid #2e266f;
    color: #fff;
    padding: 6px 20px;
    font-weight: normal;
    line-height: 24px;
}

#add-cart-container button.get_price:hover {
    background-color: #3a2cab;
    border: 2px solid #3a2cab;
}

#add-cart-container button.get_price.disabled {
    background-color: #fff;
    color: #a5a5a5;
    border: 2px solid #a5a5a5;
    cursor: not-allowed;
}


#add-cart-container button.request_a_quote {
    margin-right: 20px;
    /* border-radius: 60px; */
    background-color: #fff;
    border: 2px solid #2e266f;
    color: #2e266f;
    padding: 6px 20px;
    font-weight: normal;
    line-height: 24px;
}

#add-cart-container button.request_a_quote:hover {
    background-color: #3a2cab;
    border: 2px solid #3a2cab;
    color: #fff;
}

#add-cart-container button.request_a_quote.disabled {
    background-color: #fff;
    color: #a5a5a5;
    border: 2px solid #a5a5a5;
    cursor: not-allowed;
}



#add-cart-container .input-require-notice {
    color: #E04562;
    font-weight: bold;
}

.p3d-variations-table {
    margin: 0;
}

#printer_fieldset {
    padding: 0 10px;
}

#printer_fieldset .p3d-list {
    margin: 0 0 10px 0;
}

#material_fieldset {
    /* margin-bottom: 10px; */
}

#material_fieldset span.select2 {
    /* padding-left: 20px; */
    padding-bottom: 10px;
}

#finishing_fieldset {
    padding: 0 10px;
}

#finishing_fieldset .p3d-list {
    margin: 0 0 10px 0;
}


.select2-container--default .select2-results__group {
    background-color: #ffe6eb;
    /* background-color: #186dde; */
    padding: 8px;
    /* color:#fff; */
    color: #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #186dde;
    color: #fff;
}



#zk_request_table .input-container {
    position: relative;
    /* margin-bottom: 30px; */
}

/* #zk_request_table .input-container input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
} */

#zk_request_table .tips {
    background-color: #F9E4E8;
    color: #E04562;
    display: none;
    /* 默认隐藏 */
    position: absolute;
    top: 49px;
    left: 0;
    padding: 5px 10px;
    border: 1px solid #ebccd1;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    z-index: 1000;
    width: 100%;
}

#p3d-quote-loading {
    margin: 0 0 22px;
}

#send_verification_code {
    position: absolute;
    right: 0;
    top: 6px;
    border-radius: 0 8px 8px 0;
    padding: 7px 8px;
    margin: 0;
    border: 1px solid #2e266f;
    background-color: #2e266f;
    color: #fff;
    line-height: 25px;
}

#send_verification_code:hover {
    background-color: #3a2cab;
    border: 1px solid #3a2cab;
}

#send_verification_code:disabled {
    background-color: #eee;
    color: #333;
    cursor: not-allowed;
    border: 1px solid #aaa;
}


.p3d_upload_notice {
    clear: both;
    color: #E04562;
    padding: 4px 0px;
}


#submit_response_message {
    display: none;
}



/* 弹窗的基本样式 */
#zkModal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    z-index: 10000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明背景 */
}

/* 弹窗内容的样式 */
#zkModal .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

/* 关闭按钮的样式 */
#zkModal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -20px;
    margin-right: -10px;
}

#zkModal .close:hover,
#zkModal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#zkModal .message-container {
    line-height: 32px;
    vertical-align: middle;
}

#zkModal .message-container svg {
    display: inline-block;
    vertical-align: middle;
}

#zkModal .message {
    display: inline-block;
    line-height: 32px;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
}

#zkModal .icon {
    display: none;
}

.debug_table td {
    padding: 4px;
}