.customer-service {
    margin-bottom: 20px;
}

.customer-service-list {
    margin: 0 -8px -8px;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.customer-service-list .customer-service-item {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 50%;
    padding: 8px;
    margin: 0;
}

@media (max-width: 470px) {
    .customer-service-list .customer-service-item {
        width: 100%;
    }
}

.customer-service-list > li > a {
    background: rgba(244, 244, 244, 1);
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    border-radius: 4px;
    flex-direction: column;
    width: 100%;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3;
}

.customer-service-list > li > a::before {
    font-size: 45px;
    margin: 0;
}

.customer-service-list .order-question a::before {
    content: "\ead5";
    font-family: icomoon !important;
}

.customer-service-list .techincal-question a::before {
    content: "\e906";
    font-family: icomoon !important;
}

.customer-service-list .order-cancellation a::before {
    content: "\eb50";
    font-family: icomoon !important;
}

.customer-service-list .return a::before {
    content: "\e94a";
    font-family: icomoon !important;
}

.customer-service-list .b2b-request a::before {
    content: "\f2b5";
    font-family: icomoon !important;
}

.customer-service-list .contact-form a::before {
    content: "\f2b7";
    font-family: icomoon !important;
}

/* return form */
.return-form-order-id>span {
    border: 0px;
    font-weight: 600;
    border-radius: 0px;
    box-shadow: unset;
    width: auto;
}

#return-products {
    margin-top: 12px;
}

#return-products .product-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

#return-products .product-header>div {
    padding: 8px 14px;
}

@media (max-width: 767px) {
    #return-products .product-row {
        display: table-row
    }
    
    #return-products .product-row>div {
        display: table-cell;
        padding: 8px 14px;
    }

    #return-products .product-row>div {
        height: 54px;
        overflow-y: hidden;
        padding-right: 0px;
        padding-left: 0px;
    }

    #return-products .product-row>div.product-name {
        font-weight: 600;
    }

    #return-products .product-row>div.product-model {
        text-align: right;
    }

    #return-products .product-row {
        border-bottom: 1px solid #ddd;
        padding-bottom: 6px;
        margin-bottom: 6px;
    }
}