/* single unit */
.mar-left-5 {
    margin-left: 5px;
}

.mar-left-10 {
    margin-left: 10px;
}

.mar-right-10 {
    margin-right: 10px;
}

.mar-top-5 {
    margin-top: 5px;
}

.mar-top-15 {
    margin-top: 15px;
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-ver-10 {
    margin: 0 10px;
}

.mar-bt-10 {
    margin-bottom: 5px;
}

.no-mar-top {
    margin-top: 0 !important;
}

.block {
    display: block;
}

.order-none {
    display: none !important;
}

.table-collapse {
    border-collapse: collapse;
}

.border-top-none {
    border-top: none;
}

.border-top-bottom {
    border-bottom: none;
}

.border-none {
    border: none !important;
}

.ordering-line {
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #00ABCE;
}

.reset-link {
    color: black !important;
    text-decoration: none;
}

.no-padding {
    padding: 0 !important;
}

.pad-top-10 {
    padding-top: 10px;
}

.ft-12 {
    font-size: 12px;
}

.fw-normal {
    font-weight: normal;
}

.input-focus:focus {
    outline: 0px;
}

.panel-disabled {
    pointer-events: none;
    background-color: #eee;
    opacity: .5;
}

.c-red {
    color: red
}

.c-purple {
    color: purple
}

.c-disabled {
    color: #bbb
}

.c-green {
    color: #05711e
}
/* common element style */

.excard-ordering-btns {
    display: flex;
    justify-content: space-evenly;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .excard-ordering-btns {
        justify-content: space-between;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .excard-ordering-btns {
        flex-wrap: wrap;
    }
}

.excard-ordering-btn-focus {
    position: relative;
    background-color: #fdb913;
    color: #fff !important;
    padding: 10px;
    padding-left: 10% !important;
    text-align: left;
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px !important;
    width: 96%;
    transition: -webkit-transform .2s 0s;
    transition: transform .2s 0s;
    transition: transform .2s 0s, -webkit-transform .2s 0s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.9rem;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(183, 141, 23, 1);
    line-height: 1.55rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

    .excard-ordering-btn-focus:hover {
        background-color: #ffed00;
        background-image: linear-gradient(315deg, #f7f706 0%, #fdb913 74%);
    }

    .excard-ordering-btn-focus:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 20%;
        height: 100%;
        padding: 10px;
        background-color: #fdb913;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        webkit-filter: drop-shadow(1px 1px 2px rgba(183, 141, 23, 1));
        filter: drop-shadow(1px 1px 2px rgba(183, 141, 23, 1));
    }

    .excard-ordering-btn-focus:hover:before {
    }

.excard-ordering-btn-grn {
    position: relative;
    background-color: #13C500;
    color: #fff !important;
    padding: 10px;
    padding-left: 10% !important;
    text-align: left;
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px !important;
    width: 96%;
    transition: -webkit-transform .2s 0s;
    transition: transform .2s 0s;
    transition: transform .2s 0s, -webkit-transform .2s 0s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.9rem;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(11, 116, 0, 1);
    line-height: 1.55rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

    .excard-ordering-btn-grn:hover {
        background-color: #3eef2b;
        background-image: linear-gradient(315deg, #3eef2b 0%, #13C500 74%);
    }

    .excard-ordering-btn-grn:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 20%;
        height: 100%;
        padding: 10px;
        background-color: #13C500;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        webkit-filter: drop-shadow(1px 1px 2px rgba(11, 116, 0, 1));
        filter: drop-shadow(1px 1px 2px rgba(11, 116, 0, 1));
    }

.excard-ordering-btn {
    position: relative;
    background-color: rgba(144,0,204,1) !important;
    color: #fff !important;
    padding: 10px;
    padding-left: 12% !important;
    text-align: left;
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px !important;
    width: 96%;
    transition: -webkit-transform .2s 0s;
    transition: transform .2s 0s;
    transition: transform .2s 0s, -webkit-transform .2s 0s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.85rem;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(76, 0, 114, 1);
    line-height: 1.55rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

    .excard-ordering-btn:hover {
        /*background: rgb(103, 3, 153);
    background: linear-gradient(90deg, rgba(103, 3, 153,1) 0%, rgba(144,0,204,1) 44%, rgba(167,115,196,1) 100%);*/
        background-color: #647dee;
        background-image: linear-gradient(326deg, #647dee 0%, #7700AF 74%);
        border-color: transparent;
    }

    .excard-ordering-btn.disabled, .excard-ordering-btn.disabled:hover  {
        background-color: #9c9c9c !important;
        background-image: none;
        text-shadow: none;
        opacity: 0.5;
        cursor: auto;
    }

    .excard-ordering-btn:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 20%;
        height: 100%;
        padding: 10px;
        background-color: #7700AF;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        filter: drop-shadow(1px 1px 2px rgba(76, 0, 114, 1));
    }

    .excard-ordering-btn:hover:before {
    }

.btn_prdspec:before {
    background-image: url(../images/v3/ordering/btn_icon/product_spec.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 14px 10px;
}

.btn_approve:before {
    background-image: url(../images/v3/ordering/btn_icon/approve.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 14px 10px;
}

.excard-ordering-btn.btn_artspec:before {
    background-image: url(../images/v3/ordering/btn_icon/artwork.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.excard-ordering-btn.btn_prdtmp:before {
    background-image: url(../images/v3/ordering/btn_icon/product_template.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.excard-ordering-btn.btn_prlist:before {
    background-image: url(../images/v3/ordering/btn_icon/price_list.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.excard-ordering-btn.btn_prlist.disabled:before {
    background-image: url(../images/v3/ordering/btn_icon/price_list.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #696969;
}

.excard-ordering-btn.btn_inspire:before {
    background-image: url(../images/v3/ordering/btn_icon/inspire_zone.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.excard-ordering-btn.btn_quote:before {
    background-image: url(../images/v3/ordering/btn_icon/quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width:320px) and (max-width:480px) {

    .excard-ordering-btn {
        font-size: 0.725rem;
        line-height: 1.45rem;
        padding: 5px;
        padding-left: 28% !important;
        padding-right: 0px !important;
        width: 100%;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .excard-ordering-btn:before {
            width: 22%;
        }

    .excard-ordering-btn-focus {
        font-size: 0.725rem;
        line-height: 1.45rem;
        padding: 5px;
        padding-left: 28% !important;
        padding-right: 0px !important;
        width: 100%;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .excard-ordering-btn-focus:before {
            width: 22%;
        }

    .excard-ordering-btn-grn {
        font-size: 0.725rem;
        line-height: 1.45rem;
        padding: 5px;
        padding-left: 28% !important;
        padding-right: 0px !important;
        width: 100%;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .excard-ordering-btn-grn:before {
            width: 22%;
        }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .excard-ordering-btn {
        font-size: 0.7rem;
        line-height: 1.45rem;
        padding: 5px;
        padding-left: 28% !important;
        padding-right: 0px !important;
        width: 100%;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .excard-ordering-btn:before {
            width: 22%;
        }

    .excard-ordering-btn-focus {
        font-size: 0.7rem;
        line-height: 1.45rem;
        padding: 5px;
        padding-left: 28% !important;
        padding-right: 0px !important;
        width: 100%;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .excard-ordering-btn-focus:before {
            width: 22%;
        }

    .excard-ordering-btn-grn {
        font-size: 0.7rem;
        line-height: 1.45rem;
        padding: 5px;
        padding-left: 28% !important;
        padding-right: 0px !important;
        width: 100%;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .excard-ordering-btn-grn:before {
            width: 22%;
        }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .excard-ordering-btn {
        font-size: 0.7rem;
        line-height: 1.45rem;
        padding: 5px;
        padding-left: 28% !important;
        padding-right: 0px !important;
        width: 100%;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .excard-ordering-btn:before {
            width: 22%;
        }

    .excard-ordering-btn-focus {
        font-size: 0.7rem;
        line-height: 1.45rem;
        padding: 5px;
        padding-left: 28% !important;
        padding-right: 0px !important;
        width: 100%;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .excard-ordering-btn-focus:before {
            width: 22%;
        }

    .excard-ordering-btn-grn {
        font-size: 0.7rem;
        line-height: 1.45rem;
        padding: 5px;
        padding-left: 28% !important;
        padding-right: 0px !important;
        width: 100%;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .excard-ordering-btn-grn:before {
            width: 22%;
        }
}

.excard-ordering-btns__btn {
    background-color: #b78dce;
    color: #b78dce;
    border: 2px solid #b78dce !important;
    padding: 5px 15px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
    width: 180px;
    margin: 0 40px
}

.excard-ordering-btns__btn--center {
    text-align: center
}

.excard-ordering-btns__btn:hover {
    background-color: #7705b5;
    color: #fff
}

@media screen and (min-width:1025px) and (max-width:1324px) {
    .excard-ordering-btns__btn {
        min-width: 30px;
        height: 50px;
        margin: 0 25px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .excard-ordering-btns__btn {
        min-width: 20px;
        height: 50px;
        margin: 4px 10px
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .excard-ordering-btns__btn {
        width: 150px;
        margin: 4px 5px;
        padding: 5px
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .excard-ordering-btns__btn {
        width: 120px;
        padding: 2px 5px;
        margin: 5px auto
    }
}

.excard-ordering-btns__img {
    width: 100%
}

.excard-ordering-btns__btn--center {
    text-align: center;
}

.excard-ordering-btns__btn:hover {
    background-color: #7705B5;
    color: white;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
    .excard-ordering-btns__btn {
        min-width: 30px;
        height: 50px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .excard-ordering-btns__btn {
        min-width: 20px;
        height: 50px;
        margin: 4px 10px;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .excard-ordering-btns__btn {
        width: 150px;
        margin: 4px 5px;
        padding: 5px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .excard-ordering-btns__btn {
        width: 120px;
        padding: 2px 5px;
        margin: 5px auto;
    }
}

.excard-ordering-btns__img {
    width: 100%;
}

.button {
    border: none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    border-radius: 10px;
    font-family: inherit;
}

.button--oldui {
    margin: 0 5px;
}

@media screen and (min-width:481px) and (max-width:1324px) {
    .button {
        font-size: 12px;
        padding: 3px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .button {
        font-size: 10px;
        padding: 2px;
        border-radius: 5px;
        margin: 4px 0;
    }
}

.button-speedorder {
    background-color: white !important;
    color: #F39507 !important;
    border: 2px solid #F39507 !important;
}

    .button-speedorder:hover {
        background-color: #F39507 !important;
        background-image: none !important;
        color: white !important;
    }

.button-cart {
    background-color: white !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}

    .button-cart:hover {
        background-color: #000000 !important;
        background-image: none !important;
        color: white !important;
    }

.button-checkout {
    background-color: white !important;
    color: #05711E !important;
    border: 2px solid #05711E !important;
}

    .button-checkout:hover {
        background-color: #05711E !important;
        background-image: none !important;
        color: white !important;
    }

.button-quotation {
    background-color: white;
    color: #00ABCE;
    border: 2px solid #00ABCE !important;
    width: 75px !important;
    float: right;
}

    .button-quotation:hover {
        background-color: #00ABCE;
        color: white;
    }

@media screen and (max-width:767px) {
    .button-quotation {
        display: none;
    }
}

.button-agent {
    background-color: #B7B7B2;
    color: white !important;
    border: 2px solid #B7B7B2 !important;
}

.button-mpp {
    background-color: white;
    color: #FF0E97 !important;
    border: 2px solid #FF0E97 !important;
}

    .button-mpp:hover {
        background-color: #FF0E97;
        color: white !important;
    }

.checkbox1,
input[type="radio"],
input[type="checkbox"] {
    margin-right: 10px !important; /* asp:radiobutton doest support css class  */
    vertical-align: middle;
}

@media screen and (min-width:320px) and (max-width:480px) {
    .checkbox1,
    input[type="radio"],
    input[type="checkbox"] {
        margin-right: 2px !important; /* asp:radiobutton doest support css class  */
    }
}

.checkbox2 {
    margin-left: 98px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .checkbox2 {
        margin-left: 30px;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .checkbox2 {
        margin-left: 50px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .checkbox2 {
        margin-left: 10px;
    }
}

.checkbox4 {
    margin-right: 5px;
}

@media screen and (min-width:320px) and (max-width:480px) {
    .checkbox4 {
        margin-right: 0px;
    }
}

.nor {
    width: 100%;
    /*margin-bottom: 10px;*/
    border-color: #C5C3C3;
    cursor: pointer;
    padding: 5px;
    font-family: inherit;
}

.nor--inline {
    width: 80%;
}

/* @media screen and (min-width:1025px) and (max-width:1324px) {
  .nor {
    width: 400px;
  }
} */

@media screen and (min-width:481px) and (max-width:1024px) {
    .nor {
        font-size: 12px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .nor {
        font-size: 11px;
    }
}

.ord_finishing2 {
    width: 160px;
    margin-top: 10px;
    margin-bottom: 3px;
    border-color: #C5C3C3;
    cursor: pointer;
    margin-left: 20px;
    font-family: inherit;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .ord_finishing2 {
        margin-left: 10px;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .ord_finishing2 {
        margin-left: 0px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .ord_finishing2 {
        width: 90%;
        margin-left: 0px;
    }
}

.ord_finishing2_2 {
    width: 400px;
    border-color: #C5C3C3;
    cursor: pointer;
    margin-left: 20px;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
    .ord_finishing2_2 {
        width: 300px;
        margin-left: 0px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .ord_finishing2_2 {
        width: 250px;
        margin-left: 0px;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .ord_finishing2_2 {
        width: 200px;
        margin-left: 0px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .ord_finishing2_2 {
        width: 100%;
        margin-left: 0px;
        height: 20px;
    }

    .ord_finishing2_2--hsblock {
        width: 100px;
        margin-left: 5px;
    }
}

.size1 {
    font-size: 12px;
    color: grey;
}

@media screen and (min-width:481px) and (max-width:1024px) {
    .size1 {
        font-size: 10px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .size1 {
        font-size: 8px;
    }
}

.input_size {
    height: 30px;
    width: 140px;
    padding: 5px;
    color: gray;
    text-align: right;
}

.input_size--fullblock {
    width: 100%;
}

.input_size--custom {
    width: 100%;
    height: 32px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .input_size {
        width: 90px;
    }

    .input_size--custom,
    .input_size--fullblock {
        width: 100%;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .input_size {
        width: 80px;
    }

    .input_size--custom,
    .input_size--fullblock {
        width: 100%;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .input_size {
        width: 50px;
    }

    .input_size--custom,
    .input_size--fullblock {
        width: 100%;
    }
}

.control-warning,
.warning {
    font-size: 10px;
    color: red;
}

.bigwarning {
    font-size: 14px;
    color: red;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .warning,
    .bigwarning {
        margin-left: 45px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .warning,
    .bigwarning {
        margin-left: 0px;
    }
}

.mention {
    color: red;
    font-weight: 600;
}

.flex_panel {
    display: flex;
}

.flex_panel--justify {
    justify-content: space-between;
}

.flex_panel--align {
    justify-content: space-between;
    align-items: center;
}

.flex_panel_box {
    width: 32%;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .flex_panel {
        display: block;
    }

    .flex_panel_box {
        width: 100%;
        margin-bottom: 10px;
    }
}

.flex_row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.flex_row--default {
    justify-content: flex-start;
}

.flex_column {
    display: flex;
    width: 48%;
    align-items: center;
    margin-top: 5px;
}

.flex_column_items {
    width: 120px;
    margin-right: 10px;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .flex_row {
        display: block
    }

    .flex_column {
        width: 100%
    }

    .flex_column_items {
        width: 160px;
    }
}

@media screen and (min-width:320px) and (max-width:1324px) {
    .flex_row--spotcolour {
        display: block;
    }
}

.mobile-display {
    display: none;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .mobile-display {
        display: block;
    }
}

.blank_box {
    border: 1px solid #C5C3C3;
    color: rgb(117, 117, 117);
    padding: 4px 0 4px 6px;
}

.blank_box--block {
    display: block;
}

.blank_box--white {
    background-color: White;
}

.creasing_box {
    width: 160px;
    height: 20px;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
}

.creasing_box--disabled {
    background-color: rgb(235,235,228);
    border: 1px solid #bbb;
    height: 25px;
    color: rgb(84,84,84);
}

@media screen and (min-width:1025px) and (max-width:1324px) {
    .creasing_box {
        width: 110px;
        font-size: 12px;
    }
}

@media screen and (min-width:481px) and (max-width:1024px) {
    .creasing_box {
        width: 70px;
        font-size: 12px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .creasing_box {
        width: 50px;
        font-size: 12px;
    }
}

.creasing_img_panel {
    width: 100%;
    height: 180px;
}

.creasing_img {
    /*width: 80%;*/
    height: 100%;
}

@media screen and (min-width:320px) and (max-width:1024px) {
    .creasing_img_panel {
        height: 120px;
    }
}

/* .net radio button is hard to style */
@media screen and (min-width:320px) and (max-width:1024px) {
    table[id$="rblCourier"] > tbody > tr > td {
        padding-bottom: 5px
    }
}

/* survey component */
.order-survey {
    position: fixed;
    z-index: 102;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0;
}

.order-survey--hide {
    display: none;
}

.order-survey_wrapper {
    position: relative;
    width: 500px;
    padding: 20px;
    background-color: White;
}

@media screen and (min-width:481px) and (max-width:767px) {
    .order-survey_wrapper {
        width: 420px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .order-survey_wrapper {
        width: 300px;
    }
}

.order-survey_button {
    position: absolute;
    top: -25px;
    right: -25px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: White !important;
    font-size: 18px;
}

.order-survey_p {
    text-align: center;
    font-size: 16px;
}

@media screen and (min-width:320px) and (max-width:480px) {
    .order-survey_p {
        font-size: 14px;
    }
}

.order-survey_btnpanel {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.survey-btnpanel_button {
    display: block;
    padding: 10px;
    width: 160px;
    color: White !important;
    text-align: center;
}

@media screen and (min-width:320px) and (max-width:480px) {
    .survey-btnpanel_button {
        width: 120px;
        padding: 5px;
    }
}

.survey-btnpanel_button-remind {
    background-color: #a8a8a5;
}

.survey-btnpanel_button-survey {
    background-color: #05711e;
}

/* ordering  */

.ordering-panel {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.ordering-panel--hide {
    display: none;
}

/* ordering main */

.OrdColumn {
    /* flex: 0 0 70%; */
    /* max-width: 70%; */
    position: relative;
    width: 70%;
    min-height: 1px;
    background-color: white;
    font-size: 14px;
    margin-right: 10px;
    border: 5px solid #E8E8E8;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
    .OrdColumn {
        max-width: 69%;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .OrdColumn {
        max-width: 69%;
        font-size: 12px;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .OrdColumn {
        width: 605px;
        font-size: 12px;
        padding: 0px;
        border: 3px solid #E8E8E8;
        border-bottom-color: transparent;
        margin-right: 0;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .OrdColumn {
        width: 100%;
        margin: 0 auto;
        font-size: 11px;
        padding: 0px;
        border: 1px solid #E8E8E8;
        border-bottom-color: transparent;
        margin-right: 0;
    }
}

.ordcontent_center {
    border-collapse: separate;
    width: 100%;
    height: 20px;
    padding: 5px;
    table-layout: fixed;
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .ordcontent_center {
        padding: 0;
    }
}

.ordcontent_center > tbody > tr > td {
    vertical-align: top;
    font-weight: 600;
    padding: 10px 5px;
}

.ordcontent_center > tbody > tr > .ver-middle {
    vertical-align: middle
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .ordcontent_center > tbody > tr > td {
        padding: 5px 2px;
    }
}

.ordcontent_center > tbody > tr > td:nth-child(2) {
    font-weight: normal;
}

/* ordering summary details */

.OrdColumn4 {
    position: relative;
    width: 29%;
    background-color: white;
    border: 2px solid #00ABCE;
    position: -webkit-sticky;
    position: sticky;
    top: 18%;
    /* right: 5%; */
    font-size: 12px;
    height: 540px;
}

.OrdColumn4_preink {
    height: 460px;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
    .OrdColumn4 {
        /* right: 5%; */
        font-size: 12px;
        height: 565px;
    }

    .OrdColumn4_preink {
        height: 480px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .OrdColumn4 {
        /* right: 7%; */
        font-size: 12px;
        height: 565px;
    }

    .OrdColumn4_preink {
        height: 460px;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .OrdColumn4 {
        width: 605px;
        border: 3px solid #E8E8E8;
        border-top-color: transparent;
        height: 100%;
        margin-top: -5px;
        background-color: transparent;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .OrdColumn4 {
        width: 100%;
        border: 1px solid #E8E8E8;
        border-top-color: transparent;
        height: 100%;
        margin-top: -5px;
        background-color: transparent;
    }
}


.ordering_button_panel {
    margin-top: 5px;
    text-align: center;
    padding: 0 10px;
}

.ordering_button_panel--oldui {
    margin-top: 15px;
    text-align: center;
}

.result_summary_title {
    background-color: #00ABCE;
    color: white;
    padding: 2px 0 2px 5px;
    font-size: 1.1em !important;
}

.OrdColumn4_1 {
    padding: 5px 20px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .OrdColumn4_1 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .result_summary_title {
        display: none
    }

    .OrdColumn4_1 {
        display: none;
    }
}

.ordImgContainer {
    padding: 8px 0;
    text-align: center;
}

.summary_scroll {
    /* border: 0px solid #DCDADA;  wtf is this */
    background-color: white;
    height: 150px;
    overflow-y: scroll;
}

@media screen and (min-width:768px) and (max-width:1324px) {
    .summary_scroll {
        height: 135px;
    }
}

.product_summary_table > tbody > tr > td {
    border-bottom: 1px solid #D6D4D4;
    padding: 5px;
    color: rgb(144, 147, 148);
    font-size: 10px;
    font-weight: 700;
}

    .product_summary_table > tbody > tr > td:nth-child(2) {
        color: #616E7D;
    }

.product_summary_table > tbody > .product_summary_table--noline > td {
    border-bottom: none;
}

.product_summary_table--title {
    background-color: #D6D4D4;
}

.tooltips_wrapper {
    /* display: flex;
  align-items: center; */
    margin-top: 5px;
}

.tooltip_ord {
    display: inline;
    position: relative;
    padding-left: 5px;
}

    .tooltip_ord i {
        color: #ea56aa;
    }

    .tooltip_ord .table-discount .bigtitle {
        text-transform: uppercase;
        font-weight: 900;
        background-color: #f7bbd6;
    }

    .tooltip_ord .table-discount {
        display: flex;
        text-align: center;
        margin-right: 20%;
        margin-left: 20%;
    }

        .tooltip_ord .table-discount > div {
            width: 50%;
            background-color: #f8dde9;
            border: 1px solid white;
        }

.tooltiptext {
    visibility: hidden;
    color: #fb54a2;
    text-align: center;
    background-color: white;
    border: 2px solid #fb54a2;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: 105%;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
    width: 100px;
    font-size: 10px;
    top: -50px;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
    .tooltiptext {
        width: 100px;
        font-size: 10px;
        top: -100px;
        left: -20px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .tooltiptext {
        width: 380px;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .tooltiptext {
        width: 330px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .tooltiptext {
        width: 200px;
    }
}

.tooltiptext--left {
    text-align: left;
}

.tooltiptext--size {
    width: 450px;
    top: -5px;
    left: 25px;
    font-size: 11px
}

.tooltip_ord:hover .tooltiptext {
    visibility: visible;
}

.info_icon {
    height: 20px;
    vertical-align: middle;
}

@media screen and (min-width:320px) and (max-width:1024px) {
    .info_icon {
        height: 15px;
    }
}

.question_icon {
    height: 25px;
    vertical-align: middle;
}

@media screen and (min-width:320px) and (max-width:1024px) {
    .question_icon {
        height: 20px;
    }
}

.custom_size_panel {
    display: flex;
    padding: 5px 0;
}

.custom_size_panel--mid {
    font-size: 14px;
    width: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fold_size_panel {
    margin-top: 10px;
}

.fold_size_panel_input {
    display: flex;
    padding: 5px 0;
    justify-content: space-between;
}

/* .fold_size_panel_chat {
  margin-bottom: 15px;
  text-align: center;
} */

.bigtitle_Ord {
    height: 30px;
    background-color: #00ABCE;
    color: white;
    padding: 5px;
    margin: 20px 0;
    font-weight: normal;
}

.bigtitle_Ord--membership {
    background-color: #AE0263;
}

@media screen and (min-width:320px) and (max-width:480px) {
    .bigtitle_Ord--membership {
        font-size: 10px;
    }
}

.bigtitle_Ord--netprice {
    background-color: #016799;
}

.hs_colour_panel,
.sub_panel {
    border: 2px solid #DCDADA;
}

.hs_colour_panel-flex,
.sub_panel-flex {
    display: flex;
    align-items: center;
    background-color: lightgrey;
    padding: 10px;
    font-weight: normal;
}

.hs_colour_hspc,
.sub_panel_wrapper {
    font-weight: normal;
    padding: 10px;
}

.sub_table > tbody > tr > td {
    padding: 5px 0;
}

    .sub_table > tbody > tr > td:nth-child(2) {
        font-weight: normal;
    }

.process {
    padding-top: 20px;
}

@media screen and (min-width:320px) and (max-width:480px) {
    .process {
        padding: 5px;
    }
}

.process_day_text {
    align-self: flex-end;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 600;
}

.netPrice_table {
    background-color: #cdcdcd;
    color: black;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    border-collapse: collapse;
    text-transform: uppercase;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .netPrice_table {
        width: 100%;
    }
}

.netPrice_table .table_des {
    background-color: white;
    width: 40%;
}

.netPrice_table .table_price {
    background-color: white;
    width: 25%;
    text-align: center;
}

.netPrice_table td {
    border: 2px solid white;
    padding: 10px;
}

.netPrice_table .table_title {
    padding-left: 0px;
    padding-right: 0px;
}


.amount {
    text-align: center;
}

.amount--large {
    font-size: 16px;
}

.pricebox_all {
    padding-top: 10px;
}

.netPrice_table .tick-box {
    text-align: center;
    background-color: white;
}

.netPrice_table .tick-box-promo {
    color: #F9008A;
    font-size: 20px;
}

.netPrice_table .promotionCode_box {
    display: flex;
}

@media screen and (min-width:320px) and (max-width:480px) {
    .netPrice_table .promotionCode_box {
        display: contents;
    }
}

.netPrice_table .standardCode {
    background-color: #818080;
    padding: 6px;
    color: white;
}

.netPrice_table .promotionCode {
    color: white;
    background-color: #F9008A;
    font-size: 12px;
    font-weight: normal;
    padding: 6px;
}

    .netPrice_table .promotionCode span {
        padding-right: 5px;
        padding-left: 5px;
    }

@media screen and (min-width:481px) and (max-width:1024px) {
    .netPrice_table .promotionCode {
        font-size: 10px;
        font-weight: normal;
        padding: 2px;
        margin-left: 0px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .netPrice_table .promotionCode {
        font-size: 9px;
        font-weight: normal;
        padding: 4px;
        margin-left: 0px;
        text-align: center;
    }
}

.netPrice_table .promotionCode .promo_title {
    width: 140px;
    word-wrap: break-word;
}

@media screen and (min-width:481px) and (max-width:1024px) {
    .netPrice_table .promotionCode .promo_title {
        width: 90px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .netPrice_table .promotionCode .promo_title {
        width: 60px;
    }
}

.netPrice_table .promotionCode img {
    margin-right: 4px;
    margin-left: 4px;
    margin-top: 4px;
    vertical-align: middle;
}

@media screen and (min-width:320px) and (max-width:480px) {
    .netPrice_table .promotionCode img {
        display: none;
    }
}

.netPrice_table .price_promo {
    color: #F9008A;
}

.netPrice_table .price_line {
    text-decoration: line-through #AE0263;
}

.netPrice_table .shadow {
    border: 1px solid white;
    background-color: rgb(233, 171, 205);
}

.pricebox_all {
    padding-top: 10px;
}

.mpp_panel {
    display: flex;
    justify-content: space-between;
}

.mpp_panel_box {
    width: 20%;
    padding: 4px;
    transition: box-shadow .5s, transform .5s;
    -webkit-transition: box-shadow .5s, transform .5s;
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .mpp_panel_box {
        padding: 2px;
    }
}

.mpp_panel_box-animate:hover {
    box-shadow: 0 20px 20px 0 #A89FA4;
    border: 3px solid #A89FA4;
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .mpp_panel_box-animate:hover {
        border-width: 1px;
    }
}

.mpp_panel_box-selected {
    box-shadow: 0 20px 20px 0 #A89FA4;
    border: 3px solid #B7B7B2;
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .mpp_panel_box-selected {
        border-width: 1px;
    }
}

.mpp_panel_box-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 45px;
}

.mpp_panel_box-title-small {
    font-size: 12px;
}

.mpp_panel_box-desc {
    text-align: right;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #D9DADA;
    padding: 5px;
    margin: 3px 0;
    height: 35px;
    line-height: 1.0;
}

.mpp_panel_box-desc-lite {
    font-size: 12px;
    text-align: right;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .mpp_panel_box-desc-lite {
        font-size: 9px;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .mpp_panel_box-desc-lite {
        font-size: 9px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    td.priceList1 {
        font-size: 8px;
        padding: 2px;
        height: 30px;
    }
}

.mpp_panel_box-desc-btn {
    border: 0;
    height: 42px;
}

@media screen and (min-width:481px) and (max-width:1024px) {
    .mpp_panel_box-title-small {
        font-size: 8px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {

    .mpp_panel_box-title,
    .mpp_panel_box-desc,
    .mpp_panel_box-title-small {
        font-size: 8px;
    }

    .mpp_panel_box-desc-btn {
        height: 35px;
        padding: 2px;
    }
}

.mpp-cash {
    background-color: #468CC6;
}

.mpp-silver {
    background-color: #B7B7B2;
}

.mpp-gold {
    background-color: #C8984B;
}

.mpp-platinum {
    background-color: #686868;
}


.mpp-cash-lite {
    background-color: #CADEEE;
}

.mpp-silver-lite {
    background-color: #EAEAE9;
}

.mpp-gold-lite {
    background-color: #ECDCC3;
}

.mpp-platinum-lite {
    background-color: #DBDBDB;
}

.mobile_checkout_panel {
    margin-top: 20px;
}

/*
  @@ bc round corner
*/

.rdRoundCornerList2 {
    width: 100%;
}

    .rdRoundCornerList2 input[type=radio] {
        Display: none;
    }

        .rdRoundCornerList2 input[type=radio]:checked + label {
            display: inline-block;
            outline: 3px solid #FF0E97;
        }

        .rdRoundCornerList2 input[type=radio] + label:hover {
            display: inline-block;
            outline: 3px solid #FF0E97;
        }

.round_corner_panel {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

.round_corner_panel_box {
    position: relative;
    width: 20%;
    padding: 2px;
}

.round_corner_panel_radio {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
}

.round_corner_panel_title {
    font-size: 10px;
}

.round_corner_panel_content {
    padding: 5px;
}

.round_corner_panel_radio:checked + .round_corner_panel_content {
    outline: 3px solid #FF0E97;
}

.round_corner_panel_box:hover > .round_corner_panel_content {
    outline: 3px solid #FF0E97;
}

.roundimage {
    width: 150px;
    height: 120px;
}

@media screen and (min-width:1025px) and (max-width:1324px) {
    .roundimage {
        width: 110px;
        height: 80px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .roundimage {
        width: 85px;
        height: 55px;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .roundimage {
        width: 75px;
        height: 45px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .roundimage {
        width: 45px;
        height: 15px;
    }
}

/* preink panel */
.js-preink-hide {
    display: none !important;
}

.preink_panel {
    display: flex;
    justify-content: space-between;
}

.preink_panel_model {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

    .preink_panel_model:nth-child(1) {
        padding-top: 0;
        border: none;
    }

    .preink_panel_model:nth-child(2) {
        border-top: 1px solid #ddd;
    }

.preink_panel_left {
    width: 55%
}

.preink_panel_right {
    width: 40%
}

.preink_diagram {
    margin-top: 5px;
    /*width:100%*/
}

.preink_select {
    width: 60px;
    margin-top: 5px;
    margin-bottom: 3px;
    border-color: #C5C3C3;
    cursor: pointer;
    font-family: inherit;
}

.preink_select--red {
    border: 1px solid red;
    color: red;
}

.preink_select--purple {
    border: 1px solid purple;
    color: purple;
}

.preink_select--disabled {
    border: 1px solid #bbb;
    color: #bbb;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .preink_panel_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 110px;
    }
}

@media screen and (min-width:1025px) and (max-width:1324px) {
    .preink_select {
        width: 50px;
    }
}

/*
 * Favoriate Panel
*/

.favoriate_panel {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.favoraite_panel_wrapper {
    background-color: White;
    width: 450px;
}

@media screen and (min-width:481px) and (max-width:767px) {
    .favoraite_panel_wrapper {
        width: 320px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .favoraite_panel_wrapper {
        width: 240px;
    }
}

.favoriate_panel_wrapper_box {
    padding: 10px 15px;
}

.favoraite_panel_title {
    background-color: #00ABCE;
    color: white;
    text-align: center;
    font-size: 24px;
}

@media screen and (min-width:481px) and (max-width:767px) {
    .favoraite_panel_title {
        font-size: 18px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .favoraite_panel_title {
        font-size: 14px;
    }
}

.favoriate_panel_input {
    margin-top: 15px;
    margin-bottom: 25px;
}

@media screen and (min-width:481px) and (max-width:767px) {
    .favoriate_panel_input {
        font-size: 16px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .favoriate_panel_input {
        font-size: 14px;
    }
}

.favoriate_panel_label {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #00ABCE;
    margin-bottom: 5px;
}

@media screen and (min-width:481px) and (max-width:767px) {
    .favoriate_panel_label {
        font-size: 16px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .favoriate_panel_label {
        font-size: 14px;
    }
}

.favoriate_panel_msg {
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
}

.favoriate_panel_msg_label {
    font-size: 24px;
    color: #000;
}

.favoriate_panel_msg_desc {
    font-size: 18px;
    color: #333;
}

@media screen and (min-width:481px) and (max-width:767px) {
    .favoriate_panel_msg_label {
        font-size: 18px;
    }

    .favoriate_panel_msg_desc {
        font-size: 14px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .favoriate_panel_msg_label {
        font-size: 16px;
    }

    .favoriate_panel_msg_desc {
        font-size: 12px;
    }
}

.favoriate_panel_inputbox {
    width: 100%;
    border: 1px solid #00ABCE;
    height: 35px;
    padding-left: 10px;
    font-size: 14px;
}

.favoriate_panel_buttonPanel {
    border-top: 1px solid #bbb;
    text-align: center;
    padding: 15px 0;
}

.favoraite_panel_buttonbox {
    display: inline-block;
    width: 150px;
    background-color: #028791;
    color: White;
    padding: 10px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    margin: 0 5px;
}

.favoriate_panel_buttonbox--addmore {
    color: rgb(60, 182, 92) !important;
    border: 1px solid rgb(60, 182, 92) !important;
    background-color: transparent;
}

.favoriate_panel_buttonbox--done {
    background-color: rgb(60, 182, 92);
    color: white !important;
    border: 1px solid rgb(60, 182, 92) !important;
}

.favoriate_panel_buttonbox--error {
    background-color: rgb(240, 87, 95);
    color: white !important;
    border: 1px solid rgb(240, 87, 95) !important;
}

.favoraite_image_panel {
    text-align: center;
}

@media screen and (min-width:481px) and (max-width:767px) {
    .favoraite_image_panel_img {
        width: 80px;
    }

    .favoriate_panel_buttonbox--done {
        margin-top: 5px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .favoraite_image_panel_img {
        width: 80px;
    }

    .favoriate_panel_buttonbox--done {
        margin-top: 5px;
    }
}

.button--fav {
    width: 60px;
    margin-left: 10px;
}

/*
 * bc diagram panel
*/

.diagram-panel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diagram-panel_img--border {
    border: 1px solid #bbb;
}

.diagram-panel_lb {
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
    color: #616E7D;
}

.diagram-panel_lb--w {
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.diagram-panel_lb--h {
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.diagram-panel_lb--h-ls {
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.diagram-panel_lb--center {
    position: absolute;
    top: 50%;
    left: 25%;
    display: inline-block;
    width: 50px;
    font-size: 9px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (max-width: 1324px) and (min-width: 1025px) {
    .diagram-panel_lb--h {
        left: 5%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .diagram-panel_lb--h {
        left: 1%;
    }
}

.diagram-img {
    position: relative;
}

    .diagram-img > .diagram-img_img--portrait {
        display: none;
    }

.diagram-img-portrait > .diagram-img_img--landscape {
    display: none;
}

.diagram-img-portrait > .diagram-img_img--portrait {
    display: block;
}

.diagram-img_img {
    width: 50px;
    height: 50px;
}

.diagram-img_img--sizeP {
    width: 80px;
    height: 100px;
}

.diagram-img_img--sizeL {
    width: 100px;
    height: 80px;
}

.diagram-img_img--sizeXL {
    width: 150px;
    height: 100px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .diagram-img_img--sizeXL {
        width: 100px;
        height: 70px;
    }
}

/*
 numberpanel component
*/

.product-numberpanel {
    padding: 10px;
    font-weight: normal;
    background-color: lightgrey;
}

/*
 bill book component
*/

.billbook-numberpanel {
    padding: 10px;
    font-weight: normal;
    background-color: lightgrey;
}

.tbl-billbook-layer {
    font-weight: normal;
    font-size: 12px;
    border-collapse: collapse;
}

.tbl-billbook-layer__header {
    height: 50px;
    font-size: 40px;
}

.tbl-billbook-layer > thead > tr > th,
.tbl-billbook-layer > tbody > tr > td {
    padding: 2px 10px;
    text-align: left;
}

    .tbl-billbook-layer > thead > tr > th:first-child,
    .tbl-billbook-layer > tbody > tr > td:first-child {
        border: 1px solid #bbb;
        text-align: center;
    }

    .tbl-billbook-layer > thead > tr > th:first-child {
        border-bottom: none;
    }

    .tbl-billbook-layer > tbody > tr > td.border-top-none {
        border-top: none;
    }

.nor--layer {
    margin-bottom: 0px;
}

.billbook-span,
.numbering-span {
    display: inline-block;
    width: 31px;
}

.billbook-numberpanel__to {
    margin-left: 10px;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .billbook-numberpanel__to {
        margin-left: 0px;
    }
}

.qtySets {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qtySets__column {
    width: 48%;
}

.qtySets__column-flex {
    display: flex;
    align-items: center;
    margin-top: -5px;
}

.txtCopyTexts {
    text-transform: uppercase;
}

/*
  spotcolour component
*/

.spotcolour-row {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 5px;
}

.spotcolour-row--inline {
    margin-top: 5px;
}

@media screen and (min-width:320px) and (max-width:1324px) {
    .spotcolour-row--inline {
        display: block;
    }
}

.spotcolour-row--even {
    margin-left: 50px;
}

@media screen and (min-width:320px) and (max-width:1324px) {
    .spotcolour-row--even {
        margin-left: 0;
    }
}

.spotcolour-row__innerblock {
    margin-left: 20px;
}

@media screen and (min-width:320px) and (max-width:1324px) {
    .spotcolour-row__innerblock {
        margin-left: 0;
        margin-top: 5px;
    }
}

.spotcolour-row_label {
    display: inline-block;
    width: 85px;
}

.spotcolour-row_display {
    position: relative;
    margin-left: 15px;
    padding: 5px;
    border: 1px solid #333;
    cursor: pointer;
    width: 150px;
    text-align: center;
}

.spotcolour-row_display-disabled {
    opacity: 0.6;
    pointer-events: none;
}

.spotcolour-row_checkbox, .spotcolour-row_radio {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

    .spotcolour-row_radio:hover + .spotcolour-chart_colour, .spotcolour-row_radio:checked + .spotcolour-chart_colour {
        outline: 2px solid #bbb;
    }

    .spotcolour-row_checkbox:checked:focus + .spotcolour-chart {
        display: block;
    }

.spotcolour-chart:hover {
    display: block;
}

.spotcolour-chart {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    padding: 10px;
    border: 1px solid #bbb;
    width: 330px;
    border-radius: 5px;
    background-color: White;
    z-index: 10;
}

.spotcolour-chart--right {
    left: unset;
    right: -15px;
}

.spotcolour-chart:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    transform: rotate(45deg);
    background-color: white;
    top: -6px;
    left: 35px;
}

.spotcolour-chart--right:after {
    left: unset;
    right: 35px;
}

@media screen and (min-width:482px) and (max-width:767px) {
    .spotcolour-chart {
        left: -80px;
        width: 250px;
    }

        .spotcolour-chart:after {
            left: 50%;
        }
}

@media screen and (min-width:320px) and (max-width:481px) {
    .spotcolour-chart {
        left: -130px;
        width: 250px;
    }

        .spotcolour-chart:after {
            left: 80%;
        }
}

.spotcolour-chart_title {
    color: #333;
}

.spotcolour-chart_panel {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.spotcolour-chart_box {
    position: relative;
    margin-right: 5px;
}

.spotcolour-chart_colour {
    padding: 5px;
    text-align: center;
    font-size: 10px;
}

.spotcolour-chart_colourtitle {
    color: #333;
}

.spotcolour-chart_colourdisplay {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 50%;
}

.spotcolour-chart_colourdisplay--none {
    border: 1px solid #333
}

.spotcolour-row__tag,
.color-tag {
    display: inline-block;
    padding: 5px;
    border: 1px solid #333;
    margin-left: 10px;
    width: 140px;
    text-align: center;
}

@media screen and (min-width:320px) and (max-width:1324px) {
    .spotcolour-row__tag {
        margin-left: 0;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .spotcolour-row__tag {
        margin-top: 5px;
    }
}

/*
  @ summary inner table
*/

.summary_innertbl {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    color: #616E7D;
}

.summary_innertbl--border {
    border: 1px solid #bbb;
}

.summary_innertbl > tbody > tr > td {
    border: 1px solid #bbb;
}

.summary_innertbl > thead > tr > th,
.summary_innertbl > tbody > tr > td {
    padding: 2px;
}

.summary_innertbl-lite > thead > tr > th {
    background-color: #616E7D;
    color: White;
}

/*
 * @ computer form
*/
.computerForm_tblrepeat {
    border-collapse: collapse;
    font-weight: normal;
    font-size: 13px;
}

    .computerForm_tblrepeat > tbody > tr:not(:first-child):hover {
        background-color: #ffffe1 !important;
        cursor: pointer;
    }

    .computerForm_tblrepeat > tbody > tr:nth-child(even) {
        background-color: #f3fbfe !important;
    }

    .computerForm_tblrepeat > tbody > tr > th,
    .computerForm_tblrepeat > tbody > tr > td {
        padding: 5px;
    }

.computer-form__imgpanel,
.ordering__imgpanel {
    display: none;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .computer-form__imgpanel,
    .ordering__imgpanel {
        display: block;
    }
}

.computer-form__qty {
    width: 70%;
}

.computer-form__boxes {
    margin-left: 5px;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .computer-form__boxes {
        margin-left: 0;
        display: block;
    }
}

.computerform-printColour {
    padding: 10px;
    background-color: #ddd;
}

/*
 perforation panel component
*/
.pnlSizePerforation__totalcol {
    padding: 5px 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}

.pnlSizePerforation__imgpanel {
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.pnlSizePerforation__focusbox {
    display: none;
    position: absolute;
    top: 10px;
    height: 100px;
    left: 0;
    border: 2px solid #00ABCE;
    background-color: #00ABCE;
    opacity: .5;
}

/*
 * pop up modal component
*/

.ordering-pop-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 199;
}

.ordering-pop-modal__wrapper {
    width: 450px;
    height: 380px;
    background-color: White;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.ordering-pop-modal__wrapper--iframe {
    width: 60%;
    height: 550px;
}

@media screen and (min-width:481px) and (max-width:767px) {
    .ordering-pop-modal__wrapper--iframe {
        width: 80%;
        height: 450px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .ordering-pop-modal__wrapper {
        width: 300px;
        height: 250px;
    }

    .ordering-pop-modal__wrapper--iframe {
        width: 90%;
        height: 400px;
    }
}

.ordering-pop-model__closebtn {
    position: absolute;
    top: -25px;
    right: -10px;
    font-size: 16px;
    font-weight: bold;
    color: White !important;
    cursor: pointer;
}

@media screen and (min-width:320px) and (max-width:480px) {
    .ordering-pop-model__closebtn {
        right: 0;
        top: -30px;
    }
}

/*
 @ img within radio asp-control  
*/
@media screen and (min-width:1200px) and (max-width:1300px) {
    .mould_img {
        width: 100%;
    }
}

@media screen and (min-width:481px) and (max-width:1200px) {
    .mould_img {
        width: 100%;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .mould_img {
        width: 100%;
    }
}

.button-download {
    border: none;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
}

.button-slip {
    background-color: white;
    color: #00ABCE;
    border: 2px solid #00ABCE !important;
}

    .button-slip:hover {
        background-color: #00ABCE;
        color: white;
    }


/* bootstrap grid css*/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}


@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}


/*boostrap padding & margin setting */
.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}


@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}


/* vdp section css */
.vdp-font {
    font-weight: 600;
}

.vdp-header {
    background-color: #D1D1D1;
    border: 1px solid #C9C9C9;
    font-size: 16px;
}

.btn-color {
    border: none;
    outline: none;
    padding: 10px 16px;
    cursor: pointer;
}

.color-list {
    width: 50px;
    height: 30px;
    margin: 5px;
}

    .color-list:hover {
        width: 60px;
        height: 40px;
        margin: 1px 5px 1px 5px;
        padding: 5px;
    }

    .color-list.active {
        width: 60px;
        height: 40px;
        margin: 1px 5px 1px 5px;
        padding: 5px;
        border: 3px solid #DE127A;
    }

.color-customise.active {
    width: 100px;
    height: 40px;
    margin: 1px 5px 1px 5px;
    padding: 5px;
    border: 3px solid #DE127A;
}

.icon-check {
    font-size: 20px;
    color: #DE127A;
    border-radius: 15px;
    background-color: white;
    position: relative;
    right: -25px;
    bottom: -20px;
}

.color-customise-check {
    font-size: 20px;
    color: #DE127A;
    border-radius: 15px;
    background-color: white;
    position: relative;
    right: -15px;
    bottom: -15px;
}


.color-customise {
    border: 1px solid black;
    border-radius: 5px;
    float: left;
    margin: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1024px) {
    .col-width {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


.btn-delete {
    float: right;
    border: none !important;
    background-color: #212529 !important;
    color: #fff !important;
    opacity: 0.75;
    border-radius: 50% !important;
    font-family: "poppins",sans-serif !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    padding: 0.25rem 0.55rem !important;
}

    .btn-delete:hover {
        opacity: 1.0;
        background-color: #212529 !important;
        background-image: none !important;
    }


/* Remark: Error message, border color change if invalid info insert */

.invalid-message {
    display: none;
    width: 100%;
    font-size: 80%;
    color: #dc3545;
}


/* add by cindy */

.btn-excard {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.475rem 0.75rem;
    letter-spacing: 0.05rem;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    border-radius: 0.35rem;
    transition: all 0.3s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

.btn-grn {
    background-color: #13C500 !important;
    color: #fff !important;
    /*text-shadow: 1px 1px 2px rgba(11, 116, 0, 1);  */
}

    .btn-grn:hover {
        background-color: #3eef2b;
        background-image: linear-gradient(315deg, #3eef2b 0%, #13C500 74%);
    }

.btn-bl {
    background-color: #2D90FD;
    color: #fff !important;
    /*text-shadow: 1px 1px 2px rgba(0, 86, 178, 1);   */
}

    .btn-bl:hover {
        background-color: #2dd9fc;
        background-image: linear-gradient(315deg, #2dd9fc 0%, #2D90FD 74%);
    }

.btn-bl-outline {
    border: 1px solid #2d90fd;
    background-color: transparent !important;
    color: #2D90FD !important;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #2D90FD,#2D90FD);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

    .btn-bl-outline:hover {
        border: 1px solid #2d90fd;
        color: #fff !important;
        background-image: linear-gradient(315deg, #2dd9fc 0%, #2D90FD 74%), radial-gradient(circle at top left, #2D90FD,#2dd9fc);
        background-origin: border-box;
        background-clip: padding-box, border-box;
    }



.btn-ppl {
    background-color: rgba(144,0,204,1) !important;
    color: #fff !important;
    /*text-shadow: 1px 1px 2px rgba(76, 0, 114, 1); */
}

    .btn-ppl:hover {
        background-color: #647dee;
        background-image: linear-gradient(326deg, #647dee 0%, #7700AF 74%);
        border-color: transparent;
    }

.btn-yl {
    background-color: #fdb913 !important;
    color: #fff !important;
    /*text-shadow: 1px 1px 2px rgba(183, 141, 23, 1);*/
}

    .btn-yl:hover {
        background-color: #ffed00;
        background-image: linear-gradient(315deg, #f7f706 0%, #fdb913 74%);
        border-color: transparent;
    }

.btn-rd {
    background-color: #C72926 !important;
    color: #fff !important;
    /*text-shadow: 1px 1px 2px rgba(148,46,50, 1);*/
}

    .btn-rd:hover {
        background-color: #FE3038;
        background-image: linear-gradient(315deg, #FE3038 0%, #C72926 74%);
        border-color: transparent;
    }

.btn-gry {
    background-color: #E1E7E9;
    color: #37404C !important;
}

    .btn-gry:hover {
        background-color: #E1E7E9;
        background-image: linear-gradient(315deg, #E1E7E9 0%, #d0dadd 74%);
        border-color: transparent;
    }

@media screen and (min-width:320px) and (max-width:480px) {

    .btn-excard {
        font-size: 0.725rem;
        line-height: 1.45rem;
        padding: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

.btn-add-new {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0.45rem 0.35rem;
    font-size: 0.75rem;
    letter-spacing: 0.03rem;
    border-radius: 8px;
    font-weight: 500;
}

.s-tooltip {
    position: relative;
    z-index: 10;
}

    .s-tooltip:before,
    .s-tooltip:after {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 50%;
        bottom: calc(100% + 5px); /* 5px is the size of the arrow */
        pointer-events: none;
        transition: 0.2s;
        will-change: transform;
    }

    .s-tooltip:before {
        padding: 5px 10px;
        min-width: 50px;
        max-width: 300px;
        width: max-content;
        width: -moz-max-content;
        border-radius: 6px;
        font-size: 12px;
        background-color: rgba(59, 72, 80, 0.9);
        background-image: linear-gradient(30deg, rgba(59, 72, 80, 0.44), rgba(59, 68, 75, 0.44), rgba(60, 82, 88, 0.44));
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
        color: #fff;
        text-align: center;
        white-space: pre-wrap;
        transform: translate(-50%, -5px) scale(0.5);
    }

    /* Tooltip arrow */
    .s-tooltip:after {
        content: '';
        border-style: solid;
        border-width: 5px 5px 0px 5px; /* CSS triangle */
        border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
        transition-duration: 0s; /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
        transform-origin: top; /* Orientation setting for the
                              slide-down effect */
        transform: translateX(-50%) scaleY(0);
    }

    .s-tooltip:hover:before {
        content: attr(data-tooltip);
    }

    .s-tooltip:active:before {
        content: attr(data-tooltip-active);
    }
    /* Tooltip becomes visible at hover */
    .s-tooltip:hover:before,
    .s-tooltip:hover:after {
        visibility: visible;
        opacity: 1;
    }
    /* Scales from 0.5 to 1 -> grow effect */
    .s-tooltip:hover:before {
        transition-delay: 0.3s;
        transform: translate(-50%, -5px) scale(1);
    }
    /* 
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
    .s-tooltip:hover:after {
        transition-delay: 0.5s; /* Starting after the grow effect */
        transition-duration: 0.2s;
        transform: translateX(-50%) scaleY(1);
    }


/* T-shirt ordering page */

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.border-eq {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    align-items: center;
}

.ft-dis {
    font-size: 11px;
    color: #FF0E97;
    font-weight: 500;
}

.ft-unit {
    font-size: 11px;
    color: #2D42FD;
    font-weight: 500;
}

.ft-btn, .ft-lg {
    font-size: 16px !important;
}

@media screen and (max-width:767px) {
    .ft-dis {
        font-size: 10px;
    }

    .ft-unit {
        font-size: 9px;
    }

    .ft-lg {
        font-size: 14px;
    }
}

.input-number {
    width: 100px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    border-radius: 0;
}

@media screen and (max-width:1200px) {
    .input-number {
        width: 60px;
    }
}

@media screen and (max-width:480px) {
    .input-number {
        width: 40px;
    }
}

.tsize {
    height: 35px;
    width: 90%;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    border: 1px solid #ccc;
    height: 35px;
    user-select: none;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 33px;
    background: #f1f1f1;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

    .input-number-decrement:hover,
    .input-number-increment:hover {
        background-color: #d0d0d0;
    }

.input-number-decrement {
    border-right: none;
}

.input-number-increment {
    border-left: none;
}

.tbl-w {
    width: 30%;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
