/**
 * Product Basin 2020-07-02
 */
.product-info .options2>div>label {
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
    color: #717071;
    font-family: "Barlow", Arial, sans-serif;
}

.product-info .options2>div>div>label{
    font-size: 16px;
    color:#717071;
    font-weight: bold;
}
.sld-custome-size {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.sld {
    /*border: 1px solid #efefef;*/
    margin-top: 10px;
}
.sld-htabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.sld-htabs-item {
    width: 33.33%;
    line-height: 50px;
    font-size: 17px;
    text-align: center;
    background-color: #f3f3f3;
}
.selected {
    background-color: #ffffff;
    border-top: 2px solid #ec6c00;
}
.sld-tab-content {
    padding: 10px;
}
.sld-shipping-time {
    width: 100%;
    border: 1px solid #ffffff;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.sld-shipping-time-title {
    text-align: center;
}
.sld-shipping-time-foot {
    text-align: left;
    color: red;
}
.sld-artwork {
    width: 100%;
    margin: 10px 0px;
}
.sld-artwork-tool {
    width: 100%;
    padding: 10px;
    text-align: center;
}
.sld-artwork-tool-btn {
    height: 44px;
    margin: 5px 0px;
    width: 100%;
    background: #ffffff !important;
    border-radius: 10px;
    border: 1px solid #ec6c00;
    color: #ec6c00 !important;
    transition: all 0.2s ease-in; 
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    outline: none; 
    -webkit-font-smoothing: subpixel-antialiased !important;
}
.sld-artwork-tool-btn:hover {
    background: #ec6c00 !important;
    color: #ffffff !important;
}
.artworklist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/**
 * FAQ Basin 2020-07-02
 */
.sld-group-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 5px 0px;
}

.select-item {
    color: #ec6c00;
}

.sld-sqa {
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.sld-sqa-logo {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    background-color: #ec6c00;
    margin: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.sld-sqa-content {
    width: 90%;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.sld-sqa-right {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    font-size: 16px;
}

.sld-answer {
    padding: 0px 30px;
}