/* GENERAL CLASS */

html body.clients.signin  .row.ei_signin_form,
html body.clients.signup  .row.ei_signin_form,
html body.clients.completebuyer  .row.ei_signin_form,
html body.clients.completeseller  .row.ei_signin_form
{
	max-width: 100% !important;
}

html body .ei_clickable
{
    cursor: pointer;
}

html body .ei_loading
{
    font-size: 4rem;
    line-height: 4rem;

    position: fixed;
    top: 0%;
    left: 0;

    display: none;

    width: 100%;
	height: 100%;
    padding: 2rem;

    text-align: center;

    background-color: rgba(255,255,255,.8);
}

html body .ei_loading .fa {
	margin: 25%;

	animation: spin 1000ms linear infinite;
}

@-moz-keyframes spin {
    to { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(359deg); }
}
@keyframes spin {
    to {transform:rotate(359deg);}
}



html body .ei_button
{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 4rem;

    height: 4rem;
    padding: 0 2rem;

    cursor: pointer;

    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

html body .ei_button.ei_image
{
    padding-left: 4rem;

    color: #999;
    border: none;
    background-color: transparent;
}

html body .ei_button.ei_image:hover
{
    padding-left: 4rem;

    color: #999;
    border: none;
    background-color: rgba(0,0,0,.1);
}

html body .ei_button.ei_primary
{
    font-family: Open Sans;

    border: none;
    border-radius: .2rem;
    background-color: #ea5b0c;
	transition: 0.5s;
	margin-left: 0.5rem;
	text-decoration: none;
}

html body .ei_button.ei_primary:hover
{
    border: none;
    background-color: #52505a;
	transition: 0.5s;
	text-decoration: none;
	color: #fff;
}

html body .ei_button.ei_secondary
{
    font-family: Open Sans;

    border: none;
    border-radius: .2rem;
    background-color: #3a73ac;
	transition: 0.5s;
	text-decoration: none;
}

html body .ei_button.ei_secondary:hover
{
    border: none;
    background-color: #52505a;
	transition: 0.5s;
	text-decoration: none;
	color: #fff;
}

html body .ei_button.ei_alert
{
    font-family: Open Sans;

    border: none;
    border-radius: .2rem;
    background-color: #100f0f;
	transition: 0.5s;
	text-decoration: none;
}

html body .ei_button.ei_alert:hover
{
    border: none;
    background-color: #52505a;
	transition: 0.5s;
	text-decoration: none;
	color: #fff;
}




html body .ei_drop_down
{
    display: none;
}

html body .ei_hidden
{
    display: none;
}

html body .ei_full_width
{
    width: 100% !important;
}

html body .ei_auto_width
{
    width: auto !important;
}

html body .ei_no_border
{
    border: 0 !important;
}

html body table.ei_no_border,
html body table.ei_no_border thead,
html body table.ei_no_border tbody,
html body table.ei_no_border tr,
html body table.ei_no_border th,
html body table.ei_no_border td
{
    border: 0 !important;
}

html body .ei_horizontal_line
{
    width: 100%;
    height: .2rem;
    margin: 0;

    border-bottom: 1px solid #e9e9e9;
}

html body .ei_horizontal_gap
{
    width: 100%;
    height: 1rem;
    margin: 0;
    padding: 0;

    background-color: transparent;
}


html body .ei_icon
{
    width: 1.5rem;
    height: 3rem;
    margin: 0 .2rem 0 .2rem;

    text-align: center;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}



html body .ei_link
{
    cursor: pointer;

    color: #ea5b0c;
    background-color: transparent;
}
html body .ei_link:hover
{
    text-decoration: underline;

    color: #ea5b0c;
}

html body .ei_action
{
    width: auto;
    margin: 0 .1rem 0 .1rem;
    padding: 0 1rem 0 1rem;

    cursor: pointer;

    color: #ea5b0c;
    /* display: inline; */
}

html body div.ei_action
{
    display: inline;
}

html body .ei_action:hover
{
    text-decoration: underline;

    color: #ea5b0c;
}

html body .ei_status
{
    font-size: 1.2rem;
    line-height: 1.2rem;

    display: inline-block;
    clear: both;

    width: auto;
    margin: .5rem 0 .5rem 0;
    padding: 1rem;
	background: #ea5b0c;
	color: #fff;
	border-radius: 0.2rem;

}

/* CONTAINER */
html body .ei_col_1_2
{
    width: 50% !important;
}

html body .ei_action_row
{
    width: 100%;
}

html body .ei_line
{
    font-size: 1.3rem;
    line-height: 1.6rem;

    float: left;

    width: 100%;
    padding: .5rem 0;

    color: #000;
}

html body .ei_line .ei_label,
html body div.ei_line.input .ei_label
{
    float: left;

    width: 33%;
}

html body .ei_photo_row
{
    width: 100%;

    text-align: center;
}

html body .ei_social_media_row
{
    width: 100%;
}

html body .ei_detail_row
{
    width: 100%;
    margin: 2rem 0 0 0;
    padding: 0;

    background-color: transparent;
}

html body .ei_detail_row .ei_tab_container
{
    width: 100%;
    padding: 2rem;

    background-color: #fff;
}


html body .ei_topbar
{
    width: 100%;
	border-bottom-color: #ea5b0c;
	border-bottom-style: solid;
	border-bottom-width: 0.2rem;
	padding-bottom: 1rem;
	width: 100%;
	background-color: transparent;
	position: relative;
	margin-bottom: 2rem;
}


html body .ei_form .input .ei_options_group_container
{
    width: 65%;
    padding-left: 0;
}

html body .ei_form .input .ei_options_group_container .ei_checkbox
{
    width: 100%;
}

html body .ei_form .input .ei_options_group_container .ei_checkbox input,
html body .ei_form .input .ei_options_group_container .ei_checkbox label
{
    display: inline-block;
    float: left;

    width: auto;
    margin: 0;
    padding-left: 1rem;
}

html body .ei_form .input.required .ei_options_group_container .ei_checkbox label::after
{
    content: '';
}




html body .ei_empty_message
{
    font-size: 1.8rem;
    line-height: 4rem;

    width: 100%;
    padding: 8rem;

    text-align: center;

    background-repeat: no-repeat;
    background-position: 4rem;
}

html body .ei_empty_message.ei_no_icon
{
    font-size: 1.8rem;
    line-height: 4rem;

    width: 100%;
    padding: 4rem 4rem 4rem 4rem;

    text-align: center;

    background-repeat: no-repeat;
    background-position: 4rem;
}

html body .ei_form .input.buttons
{
    float: right;

    width: auto;
}

html body .ei_qna_row
{
    width: 100%;
}

/* AD HOC INPUT */

html body div.ei_form div.ei_line.input
{
    padding: 0;
}

html body div.ei_line.input .ei_label
{
    line-height: 4rem;

    text-align: left;
}

html body div.ei_line.input .ei_value input
{
    width: 6rem;
}

html body div.input .ei_input_postfix
{
    line-height: 4rem;

    width: auto;
    padding-left: 1rem;
}

html body div.input .ei_input_prefix
{
    line-height: 4rem;

    width: auto;
    padding-right: 1rem;
}


html body div.ei_line.input .ei_button
{
    width: auto;
}


html body div.ei_line.input .ei_input_message
{
    font-size: 1rem;
    font-weight: bold;

    width: 100%;
    padding: 1rem 1rem 1rem 0;
}


/* SELECT ALL */
html body .ei_select_all .ei_input
{
    line-height: 4rem;
}

html body .ei_select_all .ei_input input
{
    display: block;

    margin: 1.2rem 0 0 0;
}

html body .ei_select_all .ei_label
{
    line-height: 4rem;

    padding-left: 1rem;
}



/* TEXT */
html body .ei_title
{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;

    width: 100%;
    padding: 1rem 0 1rem 0;
}

html body .ei_text
{
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.6rem;

    width: 100%;
}

html body td.ei_text
{
    width: auto;
}

html body .ei_line .ei_value,
html body .ei_line .ei_input
{
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.6rem;

    width: 67%;
}



html body .ei_topbar .ei_title
{
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 4rem;

    width: auto;
    padding: 0;

    color: #000;
}

html body .ei_topbar .ei_sub_title
{
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 4rem;

    width: auto;
    padding: 0 0 0 2rem;

    color: #ea5b0c;
}

html body .ei_topbar .ei_page_note_top
{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 4rem;

    width: auto;
    padding: 0 2rem 0 2rem;

    color: #4c4c4c;
}

html body .ei_topbar .ei_toolbar
{
    width: auto;
    margin: 0;
    padding: 0;

    text-align: right;
}

/* IMAGE */

html body div.ei_logo
{
    width: 18rem;
    height: 10rem;

    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

html body div.ei_logo.ei_inline_form
{
    margin-top: 2rem;
    margin-bottom: 2rem;
	display: none;
}

html body .ei_image_contain
{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

html body .ei_image_cover
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

html body .ei_photo_row .ei_image_cover
{
    display: inline-block;

    width: 4rem;
    height: 4rem;
    margin: .25rem;
	margin-top: 1rem;

    cursor: pointer;
}
/* FORM */
html body div.ei_form
{
    width: 100%;
    margin: 0 0 .5rem;
    padding: 0;
}


html body div.ei_content div.ei_tab_container div.ei_topolbar_row
{
    width: 100%;
    padding: 1rem 2rem;
}

html body div.ei_form div.input
{
    position: relative;

    float: left;

    width: 100%;
    padding: .5rem 2rem;
}

html body div.ei_form div.input *
{
    margin: 0;

    box-shadow: none!important;
}

html body div.ei_form div.input [readonly=readonly]
{
    margin: 0;

    border: none!important;
    background: #f5f5f5;
    background-color: #f5f5f5;
    box-shadow: none!important;
	color: #999;
}

html body div.ei_form div.input div.ei_option_group
{
    font-size: 1.2rem;
    line-height: 4rem;

    float: left;

    width: 65%;
}

html body div.ei_form div.input div.ei_option_group input[type=radio],
html body div.ei_form div.input div.ei_option_group input
{
    display: inline-block;
    float: left;

    width: auto;
    margin-right: .5rem;
	background: transparent;
	border: 0;
}

html body div.ei_form div.input div.ei_option_group label
{
    display: inline-block;
    float: left;

    width: auto;
    margin-right: 2rem;
}

html body div.ei_form div.input div.ei_tips
{
    font-size: 1.2rem;
    line-height: 3rem;
	width: 100%;
	border-top: 1px solid #eee;
	margin-top: 1rem;
	padding-top: 1rem;
}

html body div.ei_form div.input input
{
    font-size: 1.3rem;
    line-height: 4rem;
    float: right;
    width: 65%;
    height: 4rem;
    border: 1px solid #e7e6eb;
}

html body div.ei_form div.input select {
	line-height: 2rem;
	font-size: 1.3rem;
    float: right;
    width: 65%;
    height: 4rem;
    border: 1px solid #e7e6eb;
}

html body div.ei_form div.input input[type=checkbox]
{
    font-size: 1.2rem;
    line-height: 4rem;

    float: right;

    width: auto;
    height: 4rem;
    margin-right: -2rem;

    border: 1px solid #e7e6eb;
}

html body div.ei_form div.input textarea
{
    font-size: 1.2rem;
    line-height: 1.8rem;

    float: right;

    width: 65%;
    height: 11rem;
    padding: 1rem;

    border: 1px solid #e7e6eb;
}


html body div.ei_form div.input input:focus
{
    border: 1px solid #ea5b0c;
    background-color: #f5f5f5;
}

html body div.ei_form div.input label
{
    font-size: 1.2rem;
    line-height: 4rem;

    float: left;

    width: 35%;
}

html body div.ei_form div.ei_col_1_2 label
{
    width: calc((100% + 2rem) * .60);
}

html body div.ei_form div.ei_col_1_2 input
{
    width: calc(100% - ((100% + 2rem) * .60));
}


html body div.ei_form div.input.required label::after
{
    font-size: 1.2rem;
    line-height: 4rem;

    padding-left: 0.5rem;

    content: '*';
}


html body div.ei_form div.input .ei_input_note
{
    font-size: 1rem;
    font-style: italic;

    width: 100%;
    padding-left: 30%;
}

html body div.ei_form fieldset
{
    margin: 0;
    padding: 0;

    border: none;
}

html body div.ei_form fieldset legend
{
    font-size: 2rem;

    width: 100%;
    padding: 2rem;

    text-align: left;

    background-color: #e9eef4;
}

html body div.ei_form form#ei_search div.input label,
html body div.ei_form form#ei_search div.input select,
html body div.ei_form form#ei_search div.input input
{
    font-weight: 700;

    width: 100%;
}

html body div.ei_form form#ei_search div.input.buttons
{
    margin: 2rem 0;
}

html body div.ei_form form#ei_search div.input.ei_option_group div.ei_input input
{
    width: auto;
    height: 2rem;
    margin: 0 1rem 0 0;
}




html body div.ei_form div.ei_input_message,
html body div.ei_form div.ei_input_reminder
{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6rem;
	border: 1px solid #ffcacd;
    background-color: #ffeeef;
	padding: 1rem;

    clear: both;

    width: auto;

    color: #333;
}


html body div.ei_form div.ei_input_reminder
{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6rem;
	border: 1px solid #ffcacd;
    background-color: #ffeeef;
	padding: 1rem;
	text-align: left;

    clear: both;

    width: auto;

    color: #333;
}

html body div.ei_form div.ei_input_message .fa
{
    margin-right: .5rem;
	color: #ff6633;
}


html body div.ei_form div.ei_input_reminder .fa
{
    margin-right: .5rem;
	color: #ff6633;
}




html body .ei_form .input .ei_options_group_container .input
{
    padding-left: 0;
}

html body .ei_form .input .ei_options_group_container .checkbox label
{
    width: 100%;
}

html body .ei_form .input .ei_options_group_container .checkbox label input[type=checkbox]
{
    float: left;

    width: 3rem;
}

html body .ei_form .input .ei_options_group_container .required label::after
{
    content: '';
}

html body div.ei_form .ei_options_group_container div.input .error-message
{
    font-size: 1.2rem;
    line-height: 4rem;

    float: left;

    padding-left: 0;

    color: #f00;
}



html body .ei_form .ei_label
{
    font-size: 1.2rem;
    line-height: 1.8rem;

    width: 30%;
}

html body .ei_form .ei_input.checkbox input
{
    width: 2rem;
    margin: 0;

    text-align: left;
}
html body .ei_form .ei_input.checkbox .ei_label
{
    width: calc(100% - 3rem);
}


html body div.ei_form  div.ei_label label
{
    width: 100%;
}

html body div.ei_form  .ei_label_note
{
    font-size: 1.1rem;
    font-weight: 400;
    font-style: italic;

}

html body div.ei_form  div.ei_input_container
{
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;

    width: 70%;
}

html body div.ei_form  div.ei_input_container div.input
{
    padding-right: 0;
    padding-left: 0;
}

html body div.ei_form  div.ei_input_container div.input label,
html body div.ei_form  div.ei_input_container div.input input
{
    width: 100%;
}


html body div.ei_form div.input .ei_input_file_upload_holder.ei_image
{
    position: relative;

    width: 45%;
    margin: 0.5%;

    cursor: pointer;
}

html body div.ei_form div.input .ei_input_file_upload_holder.ei_image .input,
html body div.ei_form div.input .ei_input_file_upload_holder.ei_image .input div
{
    width: 100%;
    margin: 0;
    padding: 0;
}

html body div.ei_form div.input .ei_input_file_upload_holder.ei_image .input input
{
    width: 100%;
}


html body div.ei_form div.input .ei_input_file_upload_holder.ei_image .ei_div_overlay
{
    display: none;
}

html body div.ei_form div.input .ei_input_file_upload_holder.ei_image .ei_div_overlay .fa
{
    font-size: 4rem;
    line-height: 8rem;

    width: 8rem;
    margin: 2rem;

    text-align: center;

    color: #fff;
    background-color: #ea5b0c;
}

html body div.ei_form div.input .ei_input_file_upload_holder.ei_image.ei_show_overlay:hover .ei_div_overlay
{
    position: absolute;

    display: block;
}


html body div.ei_form .ei_input_file_upload_holder.ei_image .ei_input_file_upload
{
    width: 100%;
    padding-bottom: 100%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


html body div.ei_form div.input .ei_input_file_upload_holder.ei_file
{
    position: relative;

    width: 100%;

    cursor: pointer;
}


html body div.ei_form div.input .ei_input_file_upload_holder.ei_file .input,
html body div.ei_form div.input .ei_input_file_upload_holder.ei_file .input div
{
    width: calc(100% - 4rem);
    margin: 0;
    padding: 0;
}

html body div.ei_form div.input .ei_input_file_upload_holder.ei_file .input input
{
    width: 100%;
}


html body div.ei_form div.input .ei_input_file_upload_holder.ei_file .ei_div_overlay
{
    display: none;
}

html body div.ei_form div.input .ei_input_file_upload_holder.ei_file .ei_div_overlay .fa
{
    font-size: 4rem;
    line-height: 4rem;

    width: 4rem;
    margin: 0;

    text-align: center;

    color: #fff;
    background-color: #ea5b0c;
}

html body div.ei_form div.input .ei_input_file_upload_holder.ei_file.ei_show_overlay:hover .ei_div_overlay
{
    position: absolute;
    right: 0;

    display: block;
}


html body div.ei_form .ei_input_file_upload_holder.ei_file .ei_input_file_upload
{
    width: 4rem;
    height: 4rem;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0 !important;
}



html body div.ei_form .ei_input_file_upload_holder.ei_file .ei_input_file_upload .fa
{
    font-size: 2.4rem;
    line-height: 4rem;

    width: 4rem;
    height: 4rem;

    text-align: center;

    color: #fff;
    background-color: #ea5b0c;
}


html body div.ei_form .ei_input .input.file
{
    display: none;
}

html body div.ei_form div.input .ei_has_hint
{
    width: calc(70% - 4rem);
}

html body div.ei_form div.input div.ei_input_hint
{
    font-size: 2.4rem;
    line-height: 4rem;

    width: 4rem;
    height: 4rem;

    cursor: pointer;
    text-align: center;

    color: #ea5b0c;
}


/* SORTING TOOLBAR */
html body .ei_toolbar_row
{
    width: 100%;
    padding: 1rem 1rem 1rem 1rem;

    background-color: #e9eef4;
}

html body .ei_toolbar_row div.ei_title
{
    font-size: 1.2rem;
    line-height: 3rem;

    width: auto;
    padding-right: 2rem;
}
html body .ei_toolbar_row div.ei_sort_toggle
{
    font-size: 1.2rem;
    line-height: 3rem;

    margin-right: 1px;
    padding: 0 2rem 0 2rem;

    border: 1px solid #0c0c0c;
    background-color: #fff;
}

html body .ei_toolbar_row div.ei_sort_toggle.ei_order_DESC,
html body .ei_toolbar_row div.ei_sort_toggle.ei_order_ASC
{
    padding-right: 0;
}

html body .ei_toolbar_row div.ei_sort_toggle.ei_order_DESC::after
{
    padding-right: 1rem;
    content: '\25bc';
}

html body .ei_toolbar_row div.ei_sort_toggle.ei_order_ASC::after
{
    padding-right: 1rem;
    content: '\25b2';
}


/* PRODUCT LISTING */
html body div.ei_content div.ei_listing_row
{
    width: 100%;
    margin: .5rem 0 .5rem 0;
    padding: 1.5rem;

    background-color: #fff;
}

html body div.ei_content div.ei_listing_row div.ei_header
{
    width: 100%;
    margin: 0;
    padding: 1rem 2rem 1rem 2rem;

    background-color: #fff;
}

html body div.ei_content div.ei_listing_row div.ei_section
{
    width: 100%;
    margin: 0;
    padding: 0;
}

html body div.ei_content div.ei_listing_row div.ei_product_row
{
    width: 100%;
    margin: 0;
    padding: 0;
}


html body div.ei_content div.ei_listing_row div.ei_product_row div.ei_image_box
{
    width: 35%;
    margin: 0;
    padding: 0;
}

html body div.ei_content div.ei_listing_row div.ei_product_row div.ei_info_box
{
    width: 70%;
    margin: 0;
    padding: 0;
}

html body div.ei_content div.ei_listing_row div.ei_product_row.ei_has_image div.ei_info_box
{
    width: 65%;
    margin: 0;
    padding: 0 0 0 1rem;
}

html body.products div.ei_content div.ei_listing_row div.ei_product_row
{
    padding: 1rem 1rem 1rem 0;

    border-bottom: .1rem solid #e6e7eb;
}
html body.products div.ei_content div.ei_listing_row div.ei_product_row.ei_has_image div.ei_image_box
{
    width: 25%;
    margin: 0;
    padding: 0 0 0 1rem;
}

html body.products div.ei_content div.ei_listing_row div.ei_product_row.ei_has_image div.ei_info_box
{
    width: calc(55% - 1rem);
    margin: 0 0 0 1rem;
    padding: 0 0 0 1rem;

    border-left: .1rem solid #e6e7eb;
}

html body.products div.ei_content div.ei_listing_row div.ei_product_row.ei_has_image div.ei_action_box
{
    width: 20%;
    margin: 0;
    padding: 0 0 0 1rem;
}

html body.products div.ei_content div.ei_listing_row div.ei_product_row.ei_has_image div.ei_action_box .ei_text,
html body.products div.ei_content div.ei_listing_row div.ei_product_row.ei_has_image div.ei_action_box .ei_link
{
    display: block;
    clear: both;

    width: auto;
}


html body div.ei_product_image
{
    width: 100%;
    margin: 0;
    padding: 0 0 77% 0;
}

html body img.ei_product_image
{
    width: 100%;
    margin: 0;
    padding: 0;
}


/* TAB */
html body .ei_tab_label_row
{
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
    padding: 2rem 1rem 1rem 1rem;
    border: 0.3rem solid #eee;
    background: #fff;
}

html body .ei_tab_label_row .ei_tab_label
{
    font-size: 1.3rem;
    line-height: 4rem;

    width: auto;
    margin-right: .25rem;
    padding: 0 1rem 0 1rem;

    cursor: pointer;
    text-align: center;
	transition: 0.5s;

    color: #999;
    background-color: #fff;
}

html body .ei_tab_label_row .ei_tab_label:hover
{
    cursor: pointer;
	color: #ea5b0c;
	transition: 0.5s;
}

html body .ei_tab_label_row .ei_tab_label.ei_selected
{
    cursor: default;
	border-radius: 0.2rem;
    color: #fff;
    background-color: #ea5b0c;
}


html body div.ei_tab_container
{
    width: 100%;
    padding: 0;

    background-color: #fff;
}


html body div.ei_tab_container div.ei_topolbar_row
{
    width: 100%;
    padding: 2rem;
}



html body div.ei_tab_container div.ei_topolbar_row .ei_form
{
    width: auto;
    margin: 0;
    padding: 0;
}



html body div.ei_tab_container div.ei_topolbar_row .ei_form div.input
{
    width: auto;
    padding: 0;
}


html body div.ei_tab_container div.ei_topolbar_row .ei_form label
{
    float: left;

    width: auto;
    margin-right: 2rem;
}

html body div.ei_tab_container table.ei_data_table,
html body div.ei_tab_container table.ei_view_table
{
    width: calc(100% - 4rem);
    margin: 2rem 2rem 2rem 2rem;
}


html body div.ei_tab_container div.ei_topolbar_row .ei_form input,
html body div.ei_tab_container div.ei_topolbar_row .ei_form button
{
    width: auto;
}


html body div.ei_tab_container div.ei_topolbar_row .ei_tab_icon_bar
{
    width: auto;
    margin: 0;
    padding: 0;
}


html body div.ei_tab_container div.ei_topolbar_row .ei_tab_icon_bar .ei_link
{
    line-height: 4rem;

    width: 4rem;
    margin-right: .5rem;

    text-align: center;
}

html body div.ei_tab_container div.ei_topolbar_row.ei_sort
{
    line-height: 4rem;

    width: auto;
}

html body div.ei_tab_container div.ei_topolbar_row.ei_sort .ei_label
{
    line-height: 4rem;

    width: auto;
    padding-right: 1rem;
	font-weight: 700;
	color: #000;
}

html body div.ei_tab_container div.ei_topolbar_row.ei_sort .ei_tab
{
    line-height: 4rem;

    width: auto;
    margin: 0 .1rem 0 .1rem;
    padding: 0 1rem 0 1rem;

    color: #4c4c4c;
    border: .1rem solid #ddd;
    background-color: #f2f2f2;
}


html body div.ei_tab_container div.ei_topolbar_row.ei_sort .ei_tab.ei_selected_1::after
{
    margin-left: .5rem;
    padding-right: 1rem;

    content: '';

    background-image: url('/img/icon_sort1.png');
    background-repeat: no-repeat;
    background-position: 0rem .4rem;
}

html body div.ei_tab_container div.ei_topolbar_row.ei_sort .ei_tab.ei_selected_0::after
{
    margin-left: .5rem;
    padding-right: 1rem;

    content: '';

    background-image: url('/img/icon_sort0.png');
    background-repeat: no-repeat;
    background-position: 0rem .4rem;
}




/* PRODUCT DETAILS */
html body .ei_detail_row .ei_tab_container .ei_title
{
    font-size: 2rem;
    font-weight: normal;
    line-height: 2rem;

    margin: 0 0 1rem 0;
    padding: 2rem 0 1rem 0;

    border-bottom: 1px solid #e2e2e2;
}


html body .ei_detail_row .ei_tab_container .ei_line .ei_label
{
    font-weight: normal;
}

html body .ei_detail_row .ei_tab_container .ei_line .ei_value
{
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.6rem;
}

html body .ei_detail_row .ei_tab_container .ei_line .ei_value::before
{
    content: ':';
}



/* LABELS */
html body .ei_product_name
{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8rem;

    clear: both;

    padding: 0 0 1rem 0;
}

html body .ei_company_name
{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 3rem;

    clear: both;
}

html body table.ei_rating,
html body table.ei_rating tbody
{
    border: none;
}

html body table.ei_rating
{
    width: auto;
}

html body table.ei_rating tbody tr td
{
    margin: 0;
    padding: .1rem;

    border: none;
}

html body table.ei_rating td img
{
    height: 1.5rem;
}



/* DATA TABLE */
html body div.ei_table,
html body div.ei_table table
{
    width: 100%;
    margin: 0;
    padding: 0;
}


html body table.ei_data_table thead
{
    background: #fff;
}

html body table.ei_data_table thead tr th
{
    font-size: 1.2rem;
    line-height: 1.8rem;

    width: auto;
    padding: 1rem;

    text-align: left;

    color: #999;
}


html body table.ei_data_table thead tr th.ei_rating
{
    font-size: 2rem;

    width: 100%;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;

    text-align: left;

    background-color: #e9eef4;
}

html body table.ei_data_table thead tr th.ei_rating img.ei_rating
{
    width: 2rem;
    max-width: 2rem;
    height: auto;
    max-height: auto;
    margin: 0 .25rem 0 .25rem;
}


html body table.ei_data_table tbody td
{
    font-size: 1.2rem;
    line-height: 1.8rem;

    padding: 1rem;

    vertical-align: top;

    background-color: #fff;
}

html body table.ei_data_table tbody td.ei_checkbox
{
    width: 3rem;

    text-align: center;
}

html body table.ei_data_table tbody td .ei_data_row
{
    width: 100%;
}


html body table.ei_data_table tbody td .ei_data_row .ei_label
{
    width: 30%;
}

html body table.ei_data_table tbody td .ei_data_row .ei_value
{
    width: 70%;
}


html body div.ei_content table.ei_data_table div.ei_header
{
    width: 100%;
    margin: 0;
    padding: 1rem 2rem 1rem 2rem;

    background-color: #fff;
}

html body div.ei_content table.ei_data_table div.ei_section
{
    width: 100%;
    margin: 0;
    padding: 0;
}

html body div.ei_content table.ei_data_table div.ei_product_row
{
    width: 100%;
    margin: 0;
    padding: 0;
}

html body div.ei_content table.ei_data_table div.ei_product_row div.ei_image_box
{
    width: 30%;
    margin: 0;
    padding: 0;
}

html body div.ei_content  table.ei_data_table div.ei_product_row div.ei_info_box
{
    width: 70%;
    margin: 0;
    padding: 0 0 0 2rem;
}

html body.cart.checkout div.ei_content table.ei_data_table div.ei_product_row div.ei_image_box
{
    width: 100%;
    margin: 0;
    padding: 0;
}

html body.cart.checkout div.ei_content  table.ei_data_table div.ei_product_row div.ei_info_box
{
    width: 100%;
    margin: 0;
    padding: 0;
}


html body div.ei_content table.ei_data_table  div.input
{
    padding: .5rem 0 .5rem 0;
}

html body div.ei_content table.ei_data_table  div.input label
{
    font-size: 1.2rem;
    line-height: 1.8rem;

    width: 100%;
    padding: 0;
}
html body div.ei_content table.ei_data_table  div.input input,
html body div.ei_content table.ei_data_table  div.input select
{
    font-size: 1.2rem;
    line-height: 4rem;

    float: right;

    width: 100%;
    height: 4rem;

    border: 1px solid #e7e6eb;
}

html body div.ei_content table.ei_data_table  div.input textarea
{
    font-size: 1.2rem;
    line-height: 1.8rem;

    float: right;

    width: 100%;
    height: 11rem;
    padding: .5rem;

    border: 1px solid #e7e6eb;
}


html body div.ei_content table.ei_data_table  div.input input[type=checkbox],
html body div.ei_content table.ei_data_table  div.input input[type=radio]
{
    line-height: 1.8rem;

    width: 3rem;
    height: 2rem;
    padding: 0;
}


html body div.ei_content table.ei_data_table  div.input.checkbox label
{
    width: calc(100% - 3rem);
	margin-left: 2rem;
}

table,
table tbody
{
    border: 0;
}














div.ei_entry_with_label.ei_insurance::before
{
    content: 'Insurance: ';
}

div.ei_entry_with_label.ei_marks_n_nos::before
{
    content: 'Marks and Nos: ';
}

div.ei_entry_with_label.ei_order_id::before
{
    content: 'Order No.: ';
}

div.ei_entry_with_label.ei_package_no::before
{
    content: 'Package No.: ';
}

div.ei_entry_with_label.ei_package_type::before
{
    content: 'Package Type: ';
}

div.ei_entry_with_label.ei_product_description::before
{
    content: '';
}

div.ei_entry_with_label.ei_product_dimension::before
{
    content: 'Dimension: ';
}

div.ei_entry_with_label.ei_product_dimensional_weight::before
{
    content: 'Dimensional Weight: ';
}

div.ei_entry_with_label.ei_product_discounted_price::before
{
    content: 'Discounted Price: ';
}

div.ei_entry_with_label.ei_product_gross_weight::before
{
    content: 'Gross Weight: ';
}

div.ei_entry_with_label.ei_product_id::before
{
    content: 'Product ID: ';
}

div.ei_entry_with_label.ei_product_list_price::before
{
    content: 'List Price: ';
}

div.ei_entry_with_label.ei_product_name::before
{
    content: 'Product Name: ';
}

div.ei_entry_with_label.ei_product_packing::before
{
    content: 'Quantity Packed: ';
}

div.ei_entry_with_label.ei_product_quantity::before
{
    content: 'Quantity: ';
}

div.ei_entry_with_label.ei_product_shipping_origin_country::before
{
    content: 'Country of Departure (Shipment): ';
}

div.ei_entry_with_label.ei_shipping_address::before
{
    content: 'Shipping Address: ';
}

div.ei_entry_with_label.ei_shipping_charge::before
{
    content: 'Shipping Charge: ';
}

div.ei_entry_with_label.ei_shipping_method::before
{
    content: 'Shipping Method: ';
}

div.ei_entry_with_label.ei_sub_total::before
{
    content: 'Sub Total: ';
}

/* JCONFIRM */

html body div.jconfirm-box-container .jconfirm-box
{
    padding: 0;

    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    box-shadow: 0 !important;
}

html body div.jconfirm-box-container .jconfirm-box div
{
    float: left;
}

html body div.jconfirm-box-container .jconfirm-box .jconfirm-title,
html body div.jconfirm-box-container .jconfirm-box .jconfirm-title-c
{
    font-size: 2rem;
    line-height: 2rem;

    width: 100%;
    padding: 1rem;

    color: #fff;
    background-color: #a4a4a4;
}

html body div.jconfirm-box-container .jconfirm-box .jconfirm-content-pane
{
    width: 100%;
    margin: 0;
	overflow: auto;
}

html body div.jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content
{
    font-size: 1.2rem;
    line-height: 1.8rem;

    width: 100%;
    padding: 2rem 2rem 2rem 2rem;

    color: #4c4c4c;
    background-color: #fff;
}

html body div.jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content .ei_dialog_text
{
    width: 100%;
    padding: 0 0 1rem 0;
}


html body div.jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content .ei_form .input
{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}


html body div.jconfirm-box-container .jconfirm-box .jconfirm-buttons
{
    width: 100%;
    padding: 0 2rem 2rem 2rem;

    text-align: right;
}

html body div.jconfirm-box-container .jconfirm-box .jconfirm-buttons button
{
    font-size: 1.2rem;
    line-height: 4rem;

    display: inline-block;

    width: auto;
    margin-left: .5rem;
    padding: 0 2rem 0 2rem;

    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


html body div.jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-default
{
    color: #fff !important;
    background-color: #ea5b0c !important;
    text-transform: capitalize;
}

html body div.jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-default:hover
{
    background-color: #c24500 !important;
}





/* VIEW TABLE */
html body table.ei_view_table
{
    width: 100%;
    margin: 0;
    padding: 0;
}


html body table.ei_view_table thead
{
    background: #f4f4f4;
}

html body table.ei_view_table thead tr th
{
    font-size: 1.4rem;

    width: auto;
    padding: 1rem;

    text-align: left;
}


html body table.ei_view_table tbody td
{
    font-size: 1.2rem;
    line-height: 1.8rem;

    padding: 1rem;

    vertical-align: top;

    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
}

html body table.ei_view_table tbody td .ei_link::after
{
    padding-right: .5rem;
    padding-left: .5rem;

    /* content: '|'; */
}

html body table.ei_view_table tbody td .ei_link:last-child::after
{
    padding-left: 0;

    content: '';
}

html body table.ei_view_table tbody td .ei_data_row
{
    width: 100%;
}


html body table.ei_view_table tbody td.ei_label
{
    width: 30%;
}

html body table.ei_view_table tbody td.ei_value
{
    width: 70%;
}


html body div.ei_pagination_row
{
	width: 100%;
	text-align: left;
	display: inline-block;
	padding: 2rem 1.5rem 2rem 1.5rem;
}

html body div.ei_pagination_row div.ei_page_no
{
	display: inline-block;
	text-align: center;
	line-height: 2rem;
	width: 2rem;
	background-color: #ff833a;
    color: #fff;
    border: #ff833a;
	font-size: 1.2rem;
    border-radius: 0.2rem;
    transition: 0.5s;
	font-size: 1.2rem;
}


html body div.ei_pagination_row div.ei_page_no.ei_first
{
	display: inline-block;
	text-align: center;
}

html body div.ei_pagination_row div.ei_page_no.ei_last
{
	display: inline-block;
	text-align: center;
}

html body div.ei_pagination_row div.ei_page_no:hover {
	text-decoration: none !important;
	transition: 0.5s;
	background: #52505a;
}

html body div.ei_pagination_row div.ei_page_no.selected {
	background: #52505a;
}

html body.products.add div.ei_form  .ei_label_note[for=product_name],
html body.products.add div.ei_form  .ei_label_note[for=for_product_description]
{
    font-size: 1.1rem;
    font-weight: 400;
    font-style: italic;
	margin-left: 27rem;
	margin-top: 0;
	color: #999;
}
