@charset "utf-8";
.dtitem-processing_mds {
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #ecf3ff;
    border-left: solid 6px #4285f4;
    color: #4285f4;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    cursor: pointer;
    font-size: 22px;
    margin-bottom: 25px;
}
.dtitem-processing_mds:before {
    content: "\f5aa";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
.dtitem-processing_mds:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
}
#item_cartjump {
    width: 110px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 150px;
    padding: 0;
    box-sizing: border-box;
    z-index: 9999;
}
.dtitem-fax_link {
    font-size: 22px;
    display: block;
    margin: 5px;
    padding: .5em;
    text-align: center;
    color: #fff !important;
    border-radius: 5px;
}
.codetabs input[name="codetabs-radio"] {
     display: none;
}
.codetabs input[name="codetabs-radio"]:checked + .codetab-label {
    border: 2px solid #4285f4;
}
.codetabs .codetab-label {
    display: inline-block;
    padding: 3px 6px;
    font-size: 0.9em;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.codetab-label img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.codetabs {
    margin-top: 12px;
}
   .codetabs .codetab-content {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 200px;
}
.codetabs .codetab-label {
    display: inline-block;
    padding: 3px 6px;
    font-size: 0.9em;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.codetab-label p {
    width: 100%;
    position: absolute;
    top: 4em;
    left: 0;
    z-index: 1;
    color: #555;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.84);
}
.main-wrap::after{
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.greyout {
    background-color: #A9A9A9;
}