.select-css-szf {
    min-width: 65px;
    display: block;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 600;
    color: #606060;
    line-height: 1.25;
    /* padding: .6em 1.4em .5em .8em; */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .0em;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FDF7F2;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23803D04%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
    .select-css-szf::-ms-expand {
        display: none;
    }
    .select-css-szf:hover {
        border-color: #888;
    }
    .select-css-szf:focus {
        /* border-color: #aaa;
        box-shadow: 0 0 2px 1px #d8890f;
        color: #222; */
        outline: none;
    }
.photo-cp .select-css-szf:focus {
    /* border-color: transparent;
    box-shadow: 1px 1px 10px 1px rgba(187, 177, 166); */
    outline: none;
}
.photo-cp .select-css-szf:hover {
    border-color: #CCCCCC;
    box-shadow: 1px 1px 10px 1px rgba(187, 177, 166);
    outline: none;
}
.photo-all-panel-main {
    max-width: 992px;  /*720px; */
}
.select-css-szf option {
    font-weight: normal;
    text-align: center;
}
    .select-css-szf option:disabled {
        color: #c6bbb6;
    }
.select-css-szf:disabled, .select-css-szf[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
    .select-css-szf:disabled:hover, .select-css-szf[aria-disabled=true] {
        border-color: #aaa;
    }
.sel-chosen-container-szf {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-right: 5px !important;
}
select {
    word-wrap: normal;
}

/* IMGBOX ITEMS*/
.imgbox-container {
    width: auto;
    /* max-height: 100%; */
    margin-left: auto;
    margin-right: auto;
    /* display: inline-block; */
    /* vertical-align: middle; */
    box-sizing: border-box;
    text-align: center;
}

.imgbox-item {
    border: 1px solid #cccccc;
    padding: 7px;
    margin: 12px;
    max-width: 350px;
    height: fit-content;
    background-color: #fbf9f7;
    border-radius: 12px;
    box-shadow: 1px 5px 10px 3px rgba(20,20,20,0.2);
}
.imgbox-item-bg {
    background: #f2f0ed;
}
.imgbox-item-image {
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: #7F7F7F;
    display: flex;
    width: 21rem; /*335px; */
    height: 21rem; /*335px; */
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #CCCCCC !important;
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #FCFCFC;
}
    .imgbox-item-image img {
        box-shadow: 1px 5px 10px 3px rgba(20,20,20,0.2);
    }
.imgbox-item-textline {
    text-align: initial;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
}
.imgbox-controls-container {
    display: flex;
    justify-content: space-between;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.imgbox-detailedsizetext {
    display: flex;
    flex-wrap: wrap;
    margin: 3px auto -5px auto;
}
.imgbox-flex-wrap {
    display: flex;
    flex-wrap: wrap
}

.d-contents {
    display: contents;
}
.truncate-text-15rem {
    display: inline-block;
    white-space: nowrap;
    width: 15.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.items-price {
    text-align: right;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
    margin-right: 0px !important;
    font-size: 1.2rem;
}
.btn-tdel {
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
}
.del-bg {
    background-color: #b70000;
}
.del-svg-style {
    fill: white;
    height: 20px;
    padding: 1px;
}

.btn-rotate90 {
}
    .btn-rotate90:focus {
        box-shadow: 0 0;
        outline-width: 0;
    }
.btn-rotate90-toggle {
    background-color: #cd610030;
    box-shadow: 0 0 2px 1px #cd610075;
    outline: 0;
}
.rotate90-svg-style {
    fill: #272727;
    height: 20px;
    padding: 1px;
}
.tPaperValidation-valid {
    background: transparent;
    color: white;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -18px;
    border-radius: 0 0 12px 12px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.tPaperValidation {
    color: white;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -18px;
    border-radius: 0 0 12px 12px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.tpv-bg-red {
    background: #b70000;
}
.tpv-bg-green {
    background: #1e7100;
}

.sel-opt-col {
    color: #606060;
}
.error-sb-1 {
    /* color: #b70000; */
    border: 1px solid #b70000;
    box-shadow: 0 0 5px 3px rgb(183,0,0);
}
.px-05 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.upload-progress-outer {
    background-color: transparent;
    position: absolute;
}
.upload-progress-inner {
    position: relative;
    z-index: 0
}
.pos-abs {
    position: absolute;
}
.d-inline-block {
    display: inline-block
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.text-align-right {
    text-align: right;
}