@import url('https://fonts.googleapis.com/css?family=Roboto');
/*@import url(http://fonts.googleapis.com/css?family=Muli);
*/
/*@font-face {
    font-family: 'Century_Gothic_Bold';
    src: url('../fonts/ufonts.com_century-gothic-bold.ttf');
}*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

html{
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
body,html {
    margin:0;
    padding:0;
    /*overflow-x: hidden; */
    line-height: 1.4;
}
/*scroll*/
body {
    background-color: white;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar * {
    background:transparent
}
body::-webkit-scrollbar-thumb {
    background:#1e1e1e!important
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #FFF;
    /*margin: 1em 0;*/
    padding: 0;
}

h1,h2,h3{
    /*line-height:1;*/
    margin-top:0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
textarea {
    resize: vertical;
}
a {
    color: #484848 !important;
}
a:focus,a:hover {
    text-decoration:none;
    outline:0;
    color: #C10000 !important;
}
p {
    margin-bottom:0
}
img {
    max-width:100%;
    height:auto;
}
.hidden {
    display: none !important;
}

*, *::after, *::before {
    box-sizing: border-box;
}

body {
    /*font-family: "Open Sans", sans-serif;*/
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 15px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}
@media only screen and (min-width: 1050px) {
    body::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

a {
    color: #267481;
    text-decoration: none;
}



strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

th, td {
    vertical-align: top;
}

th {
    font-weight: normal;
    text-align: left;
}

address, cite, dfn {
    font-style: normal;
}
.text_uppercase {
    text-transform: uppercase;
}
.text_underline {
    text-decoration: underline;
}
.text_center {
    text-align: center;
}
/*main start*/

.logo {
    margin-left: -50px;
}
.content {
    padding-bottom: 15px;
}
.btn .caret {
    float: right;
    margin: 7px 5px;
}

/* buttons */
.button-grey-small {
    font-weight: normal;
    font-size: 1em;
    background-color: #484848;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}

.button-grey-small:hover {
    background-color: #e0e0e0;
    color: #333;
}

/*----------------------------- Home page -----------------------------*/
.open>.dropdown-menu {
    width: 100%;
}
.header_container {
    padding: 20px 0 40px;
}
.login_form {
    float: right;
}
.form_login_group {
    padding: 0 0 0 15px;
}
.form_login_group:first-child {
    padding: 0;
}
.login_form_input {
    border-radius: 0;
    border-color: #c1c1c1;
}
.form-horizontal .form-group {
    margin: 0;
}
.form_label_title {
    font-weight: 500;
    padding-left: 15px;
    font-size: .9em;
}
.form_label_description {

}
.form_label_description input[type="checkbox"] {

}
.email_imput_registration .checkbox {
    padding: 0;
}
.form_label_description, .form_label_password a {
    font-size: 0.688em;
    color: #484848;
}
.form_label_description:hover, .form_label_password a:hover {
    color: #C10000 ;
}
.checkbox .form_label_description {
    padding-left: 15px;
    font-size: 12px;
    margin-left: 15px;
}
.form_label_description p {
    padding-top: 3.5px;
}
.form_label_password {
    text-align: right;
    font-size: 1.1em;
}
.form_label_description p span {
    font-size: 1.1em;
}
.form_button{
    padding-top: 28px;
}
.form_button button {
    background-color: transparent;
    border-radius: 0;
    color: #000;
    border-color: #c1c1c1;
}
.form_button button:hover {
    background-color: #e0e0e0;
    color: #333;
}
.home_text_content {
    padding: 40px 0 0 0px;
}
.home_text_content .home_main_title {
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 1.387em;
}
.home_text_content .home_sub_title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.063em;
}
.home_text_content .home_sub_title_text {
    padding-bottom: 30px;
}
.home_form_content {
    padding: 0px 0 0;
}
.register_title {
    font-weight: bold;
    font-size: 2.188em;
}
.register_sub_title {
    font-size: 1.125em;
    color: #bcbcbc;
}
.form_registration_input.form_registration_input_half {
    padding-right: 15px;
}
.form_registration_input_dropdown {
    width: 100%;
    text-align: left;
    border-radius: 0;
    font-size: 1em;
    padding: 13px;
    color: #555;
    height: 53px;
}
.form_registration_input {
    padding: 0;
    margin-bottom: 13px;
}
.form_registration_input input, .form_dropdown, .form_ragio {
    /*margin-bottom: 13px;*/
    padding: 13px;
    height: 100%;
    font-size: 1.1em;
    border-radius: 0;
}
.form_registration_input_group_step2 {
    width: 100%;
    display: flex;
    align-items: center;
}
.form_dropdown {
    font-size: 1.1em;
    padding: 14px;
}
.agree_sign {
    margin-bottom: 13px;
}
.agree_sign span {
    font-size: 0.788em;
    color: #858585;
}
.agree_sign span a {
    color: #484848;
}
.agree_sign span a:hover {
    color: #C10000;
}
.form_registration_button {
    padding: 0;
}
.form_registration_button button {
    background-color: #C10000;
    color: #fff;
    width: 35%;
    font-size: 1.309em;
    font-weight: bold;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}
.form_registration_button button:hover {
    background-color: #484848;
}
.preview_styles {
    font-size: 1em;
}
.preview_styles_link {
    font-weight: bold;
    color: #000;
}


/*footer styles*/
.wrapper {
    min-height: 100%;
    margin: 0 auto -60px;
}
.footer_main, .push {
    height: 60px;
}

/*footer ends*/

/*----------------------------- Step 1 Page -----------------------------*/

.form_registration_step1_button_right {
    float: right;
    width: 25%;
    padding: 10% 0 0;
}
.form_registration_step1_button_right button {
    width: 100%;
    font-weight: normal;
    font-size: 1em;
    background-color: #484848;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}
.form_registration_step1_button_right button:hover {
    background-color: #e0e0e0;
    color: #333;
}
.form_registration_step1_button_right.button-register-link {
    float: none;
    padding: 0;
}
.loading-mask {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
.loading-mask .loader > p {
    display: none;
}
/*----------------------------- Step 2 Page -----------------------------*/
.form_registration_input_left_options {
    padding-left: 40px;
}
option {
    padding-right: 15px !important;
}
.step_title_row {
    padding-bottom: 40px;
}
.step_title {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 0;
}
.step_sub_title {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 7px;
}
.step_text_info {
    font-size: 1em;
}
.registerstep_sub_title {
    font-size: .95em;
    color: #bcbcbc;
}
.form_registration_button_right {
    float: right;
    width: 25%;
    padding: 10% 0 0;
}
.form_registration_button_right button {
    width: 100%;
    font-weight: normal;
    font-size: 1em;
    background-color: #C10000;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}
.form_registration_button_right button:hover {
    background-color: #484848;
    color: #fff;
}
.form_login_button button {
    float: right;
}
.form_forgotpassword_button button {
    width: 45%;
}
.form_registration_button_complete {
    width: 45%;
}
.form_registration_button_left {
    float: left;
    width: 45%;
    padding: 10% 0 0;
}
.form_registration_button_left button {
    width: 100%;
    font-weight: normal;
    font-size: 1em;
    background-color: #eeeeee;
    color: #979797;
    border: 1px solid #dddddd;
    border-radius: 0;
    margin-bottom: 40px;
}
.form_registration_button_left button:hover {
    background-color: #babcbd;
}
.form_registration_input .form_step2_title {
    padding: 15px 0;
}
.form_registration_input  p {
    /*padding-top: 15px;*/
}
.form_registration_input .checkbox {
    margin-bottom: 13px;
    /*padding: 15px;*/
    height: auto;
    font-size: 1em;
    border-radius: 0;

}
.squaredFour {
    width: 20px;
    margin: 20px auto;
    position: relative;
}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}




/*----------------------------- Dashboard Page -----------------------------*/
.content_page {
    padding-top: 73px;
    padding-bottom: 285px;
    z-index: 1;
}
.navbar-fixed-left {
    width: 15%;
    top: 0;
    padding: 66px 0;
    position: fixed;
    border-radius: 0;
    height: 100%;
}

.navbar-fixed-left .navbar-nav > li {
    float: none;  /* Cancel default li float: left */
    width: 100%;
}

.navbar-fixed-left + .container {
    padding-left: 160px;
}

.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
    margin-top: -50px;
    margin-left: 15%;
}
.content .dropdown-menu {
    width: 100%;
}
.navbar_customer {
    width: 100%;
}
.navbar_customer>li {
    padding: 15px 0 0 0;
}
.navbar_customer>li:last-child {
    padding-bottom: 15px;
}
.navbar_inverse_custom_page {
    background-color: #f7f7f7;
    border: none;
}
.navbar-inverse .navbar-nav .navigation_title_text {
    color: #000000;
    padding: 5px 20px;
    font-weight: bold;
    font-size: .95em;
}
.navbar-inverse .navbar-nav .navigation_title_text:hover {
    color: grey;
}
.navigation_sub_list {
    list-style: none;
    padding: 0 20px;
}
.navigation_sub_list li a {
    color: #4b4b4b;
    font-size: .9em;
}
.other-address-contact-information {
    margin-bottom: 30px !important;
}
.category-toolbar .pagination {
    display: none;
}
.category-toolbar-down .drid_system,
.category-toolbar-down .order_view_select_group {
    display: none !important;
}
.category-toolbar-down .category-toolbar .pagination {
    display: block;
}
/************************************************
Footer up
************************************************/

footer {
    width: 100%;
    position: fixed;
    background-color: white;
    bottom: 0;
    /* just make the footer display:none when page loading */
    display: none;
    z-index: 300;
    border-top: 1px solid #c0c0c0;
    padding: 30px 0;
    font-size: .9em;
}
.footer_title_text {
    color: #000000;
    /*padding: 5px 15px;*/
    font-weight: bold;
}
.footer_sub_list {
    list-style: none;
    padding: 0;
}
.footer_sub_list li a {
    color: #4b4b4b;
}
.footer_navigation_list {
    list-style: none;
    padding: 0;
}
.footer_sub_text {
    color: #4b4b4b;
    display: block;
}
.color_search {
    width: 20px;
    height: 20px;
    border: 1px solid #c0c0c0;
    float: left;
    margin: 0 5px 5px 0;
}
.color_search_1 {
    background-color: #000;
}
.color_search_2 {
    background-color: #fff;
}
.color_search_3 {
    background-color: #0c3f84;
}
.color_search_4 {
    background-color: #c00c0c;
}
.color_search_5 {
    background-color: #8511c7;
}
.color_search_6 {
    background-color: #9fc6c1;
}
.color_search_7 {
    background-color: #f1d258;
}
.color_search_8 {
    background-color: #674019;
}
.color_search_9 {
    background-color: #28ace0;
}
.color_search_10 {
    background-color: #128a3c;
}
.color_search_11 {
    background-color: #ea4178;
}
.color_search_12 {
    background-color: #feb4cc;
}
.color_search_13 {
    background-color: #bbed71;
}
.color_search_14 {
    background-color: #d8a6d6;
}
.color_search_15 {
    background-color: #d7d7d7;
}
.footer_search {
    width: 125px;
}
.footer_copyright {
}


.logo_custom_page {
    /*height: 36px;*/
    font-family: 'Century_Gothic_Bold';
}
.header_secondary_page {
    position: fixed;
    z-index: 3;
}
.header {
    z-index: 99;
    background-color: white;
    width: 100%;
}
.header_container_custom_page {
    border-bottom: 1px solid #c0c0c0;
    padding: 8px 0;
}
.custom_page_search {
    margin-top: 10px;
    /*height: 26px;*/
}
.custom_page_search .input-group input {
    background-color: #eeeeee;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
#search_autocomplete {
    display: none !important;
}
.header_container_custom_page .btn-default {
    border: none;
}
.custom_page_search_icon {
    background-color: #eeeeee;
    border-radius: 0;
    padding: 7px 12px;
}
.custom_page_account_dd {
    margin-top: 10px;
}
.custom_page_account_dd .btn .caret {
    float: none;
    margin: 0;
}
.order_items_view {
    text-align: right;
    margin-top: 10px;
}
.order_items ul {
    list-style: none;
    margin-bottom: 0px;
    /*font-size: 0;*/
    padding: 6px 12px;
}
.order_items ul li {
    display: inline-block;
    font-size: 14px;
    border-right: 1px solid #000;
    line-height: 1;
    padding: 0 5px;
}
.order_items ul li:last-child {
    border: 0;
}
.order_items ul li.order_items_checkout_mobile_li {
    padding: 0;
}
.order_items_checkout_mobile {
    display: none;
    font-weight: bold;
}
.mobile_only {
    display: none;
}


.order_items ul li.nav_border_none {
    border: none;
    padding-right: 0;
}
.order_items_checkout {
    color: black;
    font-weight: 700;
}
.order_items ul li a {
    color: black;
}
.order_items ul li a:hover {
    color: grey;
}

.recent_order_view {
    text-align: right;
    padding: 8px 0;
}
.recent_order_view_left {
    padding-left: 230px;
    text-align: left;
}
.recent_order_view_list {
    list-style: none;
    display: inline-block;
    padding: 0 0px 0 0;
}
.recent_order_GridView_icon{
    border-right: 1px solid #333;
    padding-right: 10px;
    margin-right: 5px;
}
.recent_order_view_list li {
    background-color: #f7f7f7;
    display: inline-block;
    /*padding: 1%;*/
    width: 20px;
    height: 30px;
    margin-right: 5px;
    text-align: center;
}
.recent_order_view_recent {
    display: inline-block;
    padding-right: 15px;
    color: #acacac;
}
.account_subnav_list {
    list-style: none;
    padding: 15px 15px;
    background-color: #f5f5f5
}
.account_subnav_list li {
    padding: 10px 0;
}
.account_subnav_list .account_subnav_list_title a {
    color: #000;
    font-weight: 700;
}
.account_subnav_list li a {
    color: #4b4b4b;
}
.dashboard_page_title {
    font-size: 3em;
}
.dashboard_page_sub_title {
    color: #acacac;
    font-size: 2em;
}
.dashboard_contact_information {
    padding-bottom: 50px;
}
.dashboard_line {
    height: 1px;
    background-color: #cfcfcf;
}
.dashboard_contact_title {
    font-weight: 700;
    padding-bottom: 15px;
}
.dashboard_contact_information .dashboard_acc_link {
    color: #298bd3;
}
.dashboard_sub_title_edit {
    display: block;
}

/*navbar scrolling*/

.navbar_scroll {
    overflow-y: scroll;
    max-width: 200px;
    min-width: 135px;
    z-index: 2;
}
.navbar_scroll::-webkit-scrollbar {
    width: 5px;
}
.navbar_scroll::-webkit-scrollbar * {
    background:transparent;
}
.navbar_scroll::-webkit-scrollbar-thumb {
    background:#1e1e1e!important;
}


/*----------------------------- Product Page -----------------------------*/

.product_description {
    overflow: hidden;
    padding-bottom: 5px;
}
.product_description_title {
    font-weight: bold;
    /*font-size: .9em;*/
}
.product_description p {
    font-size: .9em;
}
.click_enlarge {
    padding-bottom: 15px;
}
.product_view_color {
    overflow: hidden;
    padding-bottom: 30px;
}
.product_color_select {
    padding: 0;
}
.product_color_select_image {
    margin: 0 5px;
    border: 1px solid #f3f3f3;
    padding: 15px;
}
.product_descr_types {

}
.product_description_name {
    font-weight: bold;
}

.create_order {
    background-color: #f7f7f7;
    /*height: 120px;*/
    margin: 0;
    padding: 20px 15px;
}

.products_form_button_right {
    float: right;
    width: 100%;
    /*padding: 10% 0 0;*/
}
.products_form_button_right button {
    width: 100%;
    font-weight: bold;
    font-size: 1em;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}
.products_form_button_right button:hover {
    background-color: #babcbd;
}
.create_order_dropdown {
    width: 100%;
    /*float: left;*/
}
.create_order_dropdown button {
    width: 100%;
    border-radius: 0;
    text-align: left;
}
.create_order_button {
    width: 100%;
    /*float: left;*/
}
.create_order_dropdown_arrow {

}
.product_table_title {
    background-color: #f7f7f7;
    width: 50%;
}
.product_description .table>tbody>tr>td, .product_description .table>tbody>tr>th, .product_description .table>tfoot>tr>td, .product_description .table>tfoot>tr>th, .product_description .table>thead>tr>td, .product_description .table>thead>tr>th {
    padding: 5px 10px;
    border: 1px solid #c5c5c5;
}
.product_table {
    padding-bottom: 20px;
    font-size: .9em;
}
.products_similar {
    border: 1px solid #ddd;
    padding: 5px;
    max-width: 300px;
}
.products_similar .products_similar_title {
    background: black;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    text-align: center;
}
.products_similar .products_similar_block {
    overflow: hidden;
    padding: 15px;
    display: flex;
}
.products_similar .products_similar_block .products_similar_image {
    /*width: 20%;*/
    float: left;
}
.products_similar .products_similar_block .products_similar_image img {
    max-height: 110px;
}
.products_similar .products_similar_block .products_similar_info {
    float: left;
    width: 100%;
    position: relative;
}
.products_similar .products_similar_block .products_similar_info .products_similar_criteria {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 5px 10px 25px;
}
.gridList_Recent_block {
    text-align: right;
}
.recent_products_all_view_left {
    padding-left: 230px;
    max-width: 100%;
}
.recent_products_left {
    padding-left: 230px;
}
.checkout-order-list {
    padding-left: 230px;
}
.dashboard_view_left {
    padding-left: 230px;
}
.content-view-left {
    padding-left: 230px;
}
.button-product-list button {
    width: auto;
}
.fotorama__stage {
    margin-bottom: 25px;
}
.product-add-form .create_order .dropdown.create_order_dropdown {
    margin-bottom: 10px;
}
.product-add-form form {
    padding: 0 15px;
}
.product-add-form .form-group {
    margin: 10px 0;
}
/*----------------------------- Product Grid View Page -----------------------------*/

.drid_system {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 5px 15px;
    /*width: 30px;*/
    float: left;
    margin-right: 15px;
}
.drid_system a {
    color: black;
}
.order_view_select_group {
    float: left;
    margin-right: 15px;
}
.order_view_select_dropdown {
    display: inline-block;
}
.product_gridview_image {
    width: 100%;
    padding-bottom: 3%;
}
.product_gridview_image img {
    min-width: 60%;
}
.product_gridview_description {
    padding-bottom: 10px;
}
.product_gridview_description_title {
    font-weight: bold;
    font-size: .9em;
}
.product_gridview_description p {
    font-size: .9em;
}
.price_view_dropdown {
    border-radius: 0;
    padding-bottom: 10px;
}
.price_view_dropdown button {
    width: 100%;
    font-size: .8em;
    /*overflow: hidden;*/
    text-align: left;/*
    display: flex;
    align-items: center;*/
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}
.product_gridview_order {

}
.product_gridview_order button {
    width: 100%;
    font-weight: 700;
    font-size: 1em;
    background-color: #f7f7f7;
    color: #000;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}
.product_gridview_order button:hover {
    background-color: #484848;
}
.product_gridview_block {
    /*width: 15%;*/
    /*max-width: 275px;*/
}

.product_grid_list_image {
    width: 10%;
    float: left;
}
.product_grid_list_description {
    width: 40%;
    float: left;
}
.product_grid_list_price {
    width: 50%;
    float: left;
}
.product_grid_list_description_title {
    font-weight: bold;
    font-size: .9em;
}
.product_grid_list_block {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*width: 37.5%;*/
    /*max-width: 475px;*/
}
.product_grid_list_link {
    color: black;
}
.product_grid_list_link:hover {
    background-color: black;
}
.product_grid_list_block:hover {
    /*background-color: #f7f7f7;*/
    cursor: pointer;
}
.product_grid_list_order {
    margin-bottom: 0;
}
.product_grid_list_order button {
    width: 100%;
    font-weight: 700;
    font-size: 1em;
    background-color: #f7f7f7;
    color: #000;
    border: none;
    border-radius: 0;
    padding: 5px;
}
.product_grid_list_order button:hover {
    background-color: #484848;
}
.product_grid_list_image img {
    max-height: 70px;
}
.price_grid_list_dropdown button {
    padding: 5px 5px 5px 10px ;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    text-overflow: ellipsis;

    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

/*----------------------------- Static View Page -----------------------------*/
.page-top-message {
    padding: 0;
}
.static_page_title {
    font-weight: bold;
}

/*----------------------------- Checkout View Page -----------------------------*/

.checkout_table {
    padding: 0 15px 40px 0;
    font-size: .9em;
}
.checkout_form_button_update {
    /*position: relative;*/
}
.checkout_form_button_update button  {
    background-color: #FFF;
    border-radius: 0;
    color: #000;
    border-color: #c1c1c1;
    padding: 6px 29px;
    /*position: absolute;
    bottom: 0;*/
    margin: 0 15px 15px 0;
}
.checkout_form_button_update button:hover {
    background-color: #e0e0e0;
    color: #333;
}
.checkout_form_button button {
    background-color: #C10000;
    border-radius: 0;
    color: #fff;
    border: none;
    width: 100%;
    font-size: 1em;
}
.checkout_form_button button:hover {
    background-color: #484848;
}
.checkout_form {
    /*width: 50%;*/
    padding-right: 15px;
}
.checkout_form_order {
    width: 100%;
    padding: 15px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    margin-bottom: 5px;
}
.checkout_form_order_title {
    font-weight: bold;
}
.checkout_item_image {
    max-height: 40px;
}
.checkout_item_price {
    font-weight: bold;
}
.checkout_table_body>tr>td {
    padding: 10px 5px;
    vertical-align: middle !important;
}
.checkout_table_title {
    font-weight: bold;
}
.checkout_table_header {
    background-color: #eeeeee;
    border: none;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    /*padding: 2px 0px;*/
}
.checkout_item_inputlabel {
    margin-bottom: 0;
    font-weight: normal;
}
.checkout_item_inputlabel input[type="text"],
.checkout_item_inputlabel input[type="number"] {
    width: 50px;
    margin-right: 10px;
    padding: 9px 5px;

}
.checkout_table .checkout_table_body tr td {
    vertical-align: middle;
}

.checkout_struck_throught_text {
    text-decoration: line-through;
    color: red;
}
.checkout2_table {
    font-size: .9em;
}
.checkout2_table_header {
    font-size: 1em;
    font-weight: bold;
    color: #484848;
    background-color: #eeeeee;

}
.checkout2_table_header>th>td {
    /*padding: 0;*/
}
.checkout2_form {
    width: 100%;
}
.checkout2_form .checkout_form_order {
    padding: 5px;
}
/*mobile*/
.checkout_mobile {
    display: none;
}
.mobile_checkbox_order_box {
    width: 100%;
    background-color: #edebeb;
    margin-bottom: 15px;
    padding: 15px;
}
.mobile_box_title {
    font-weight: bold;
}
.mobile_box_text {
    margin-top: 10px;
}
.alert_view_left {
    padding: 15px 15px 0;
}
.alert_view_left .alert {
    margin-bottom: 15px;
}
.home_form_content .error, .required {
    color: red;
}

/*----------------------------- Checkout 2 View Page -----------------------------*/

.checkout_sub_title {
    font-size: 1em;
    font-weight: bold;
    color: #484848;
    background-color: #eeeeee;
    margin: 0 -10px 15px;
    padding: 8px 10px;
}
.checkout_title {
    font-weight: bold;
}
.form_checkout_input_check {
    width: 60%;
}
.form_checkout_input_check .checkbox_form_check {
    background-color: #f5f5f5;
    margin-bottom: 15px;
    padding: 5px 15px;
}
.form_checkout_input_check .checkbox_form_check label {
    width: 100%;
}
.checkbox_form_check_text {
    overflow-y: hidden;
}

.form_checkout2_button_submit button {
    width: 100%;
    font-weight: bold;
    font-size: 1em;
    background-color: #484848;
    color: #fff;
    border: none;
    border-radius: 0;
}
.form_checkout2_button_submit button:hover {
    background-color: #e0e0e0;
    color: #333;
}

/*----------------------------- Checkout 3 View Page -----------------------------*/

.checkout_info {
    color: #797979;
    padding-bottom: 15px;
    font-size: .9em;
}
.checkout_info span {
    display: block;
}
.form_checkout_button_submit {
    float: right;
    width: 50%;
    /*padding: 10% 0 0;*/
}
.form_checkout_button_submit button {
    width: 100%;
    font-weight: bold;
    font-size: 1em;
    background-color: #C10000;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}
.form_checkout_button_submit button:hover {
    background-color: #babcbd;
    color: #333;
}
#checkout-payment-method-load .form_checkout_button_submit {
    display: none;
}
.form_checkout_order_result {
    border: 1px solid #484848;
    overflow: hidden;
    padding: 15px;
}
.form_checkout_order_result p {
    font-size: .9em;
}
.checkout_sub_title_edit {
    text-transform: none;
    font-weight: normal;
}
.checkout_form_title .checkbox {
    padding-bottom: 15px;
}
.checkout3_form_page .form_checkout3_input_dropdown {
    font-size: 1em;
    height: 53px;
}

.checkout3_form_page .form_registration_input.form_registration_input_half {
    padding-right: 5px;
}
.checkout_form_title .bootstrap-select.form_registration_input {
    float: left !important;
}
.payment-method .payment-method-content {
    display: none;
}
.payment-method._active .payment-method-content {
    display: block;
}
.payment-methods {
    margin: 20px 0;
}
.payment-method-iframe {
    display: block;
}
.paypal-redirect-button button {
    margin: 25px 0;
}
.checkout-methods-items {
    padding: 0;
    list-style-type: none;
}
.checkout-next-button .form_checkout2_button_submit {
    margin: 25px 0 75px 0;
}
/*----------------------------- Address book Page -----------------------------*/
.addredd-page-sub-title {
    font-weight: bold;
    font-size: 1.3em;
}
.address-line {
    margin: 5px 0 10px;
    height: 1px;
    background-color: #cfcfcf;
    /*margin-bottom: 30px;*/
}
.address-contact-information {
    background-color: #eeeeee;
    padding: 15px;
    /*margin-bottom: 15px;*/
}
.address-contact-information a, .other-address-contact-information a {
    color: #337ab7 !important;
}
.other-address-contact-information {
    margin-bottom: 15px;
    /*padding: 15px;*/
}
.add-button {
    width: auto;
}
.add-button .add-button-form button {
    width: auto;
    font-weight: bold;
    font-size: 1em;
    background-color: #484848;
    color: #fff;
    border: none;
    border-radius: 0;
}
.add-button-form button:hover {
    background-color: #e0e0e0;
    color: #333;
}
.dashboard-alert {
    background-color: #dedede;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.dashboard-alert p {
    font-size: 1.6em;
}

/*main end*/



@media print {

    body {
        font: normal normal 12pt/1.5em "Times New Roman", Times, serif;
    }

    a[href]:after {
        content: " (" attr(href) ") ";
        font-size: 90%;
    }

    a[href^="/"]:after {
        content: " (http://domain.com" attr(href) ") ";
    }

    #accessibility-nav,
    .hide {
        display: none !important;
    }
}




/*responsive for pages*/

/*@media screen and (min-width: 768px) and (max-width: 1599px) {*/
    /*.recent_products_left {*/
        /*width: 25%;*/
    /*}*/
/*}*/
/*@media screen and (min-width: 992px) and (max-width: 1150px) {*/
    /*.products_similar_criteria p {*/
        /*font-size: 14px;*/
    /*}*/
/*}*/
/*@media screen and (min-width: 992px) and (max-width: 1599px) {*/
    /*.recent_products_right {*/
        /*width: 30%;*/
    /*}*/
/*}*/

@media (min-width: 768px) {
    .equal-height {
        display: flex;
        flex-flow: row wrap;
    }
}

@media screen and (min-width: 1024px) {
    .product_gridview_block {
        width: 20%;
    }
}

@media screen and (min-width: 1199px) {
    .recent_products_left {
        /*margin: 0;*/
        /*width: 40%;*/
    }
}

@media screen and (min-width: 1280px) {
    .product_gridview_block {
        width: 14%;
    }
    .recent_products_all_view_left {
        margin: 0;
        /*padding-left: 215px;*/
    }
    .recent_order_view_left {
        margin: 0;
    }
}

@media screen and (min-width: 1600px) {
    .product_gridview_block {
        max-width: 275px;
    }
    .product_grid_list_block {
        max-width: 625px;
    }
    .recent_order_view_left {
        padding-left: 230px;
        margin-left: 0;
        width: 50%;
    }
    .gridList_Recent {
        width: 50%;
    }
    .gridList_Recent_block {
        float: right;
    }
    /*products*/
    .recent_products_left {
        /*padding-left: 215px;
        margin-left: 0;
        width: 35%;*/
    }
    .recent_products_right {
        /*width: 60%;*/
    }
    /*dashboard*/
    .dashboard_view_left {
        /*padding-left: 300px;*/
        margin-left: 0;
        width: 550px;
    }
    .account_dashboard {
        /*max-width: 250px;*/
    }
    .dashboard_gridList_Recent {
        width: 60%;
    }
    .alert_view_left {
        padding-left: 230px;
        margin-left: 0;
        width: 100%;
    }
    .content_view_left {
        /*padding-left: 300px;*/
        /*margin-left: 0;*/
        /*width: 100%;*/
    }
}

@media screen and (min-width: 1920px) {
    .recent_products_all_view_left {
        max-width: 100%;
        /*padding-left: 215px;*/
    }
    .navbar_scroll {
        max-width: 200px;
    }
    .product_gridview_block {
        max-width: 240px;
    }
}


@media screen and (max-width: 1500px) {
    .product_grid_list_image {
        width: 20%;
        margin-bottom: 10px;
    }
    .product_grid_list_description {
        width: 80%;
    }
    .product_grid_list_price {
        width: 100%;
    }
}

@media screen and (max-width: 1420px) {
    .create_order_dropdown, .create_order_button {
        width: 100%;
    }
}

@media screen and (max-width: 1260px) {
    .logo {
        margin-left: -15px;
    }
    .account_subnav_list {
        padding: 15px;
    }
    .account_subnav_list .account_subnav_list_title a {
        font-size: .9em;
    }
    .account_subnav_list li {
        padding: 0 0 5px;
    }
    .account_subnav_list li a {
        font-size: .8em;
    }
    .dashboard_page_title {
        font-size: 2.3em;
    }
    .dashboard_page_sub_title {
        font-size: 1.6em;
    }
    .drid_system, .order_view_select_group {
        margin-bottom: 10px;
    }
    .checkout_form {
        /*width: 75%;*/
    }
    .checkout3_form_page .form_checkout3_input_dropdown {
        padding: 5px;
        font-size: .95em;
    }
    .btn .caret {
        margin: 7px 4px;
    }
}

@media screen and (max-width: 1199px) {
    .product_color_select_image {
        padding: 0;
    }
    .recent_products_all_view_left {
        padding: 0;
    }
    .recent_products_left {
        padding: 0 15px;
    }
    .recent_order_view_left {
        padding: 0 15px;
    }
    .checkout-order-list {
        padding: 0 15px;
    }
    .dashboard_view_left {
        padding: 0 15px;
    }
    .content-view-left {
        padding: 0 15px;
    }
    .product_gridview_description p {
        font-size: .8em;
    }
    .product_gridview_order button {
        font-size: .9em;
    }
    .product-gallery-block {
        padding-bottom: 30px !important;
    }
}


@media screen and (max-width: 1095px) {
    .recent_order_view_list li:nth-last-child(-n+4) {
        display: none;
    }
}

@media screen and (max-width: 1079px) {
    .navbar-inverse .navbar-nav .navigation_title_text {
        padding: 5px;
        font-size: .9em;
    }
    .navigation_sub_list {
        padding: 0 5px;
    }
}

@media screen and (max-width: 1079px) {
    .products_similar .products_similar_block .products_similar_info .products_similar_criteria {
        padding: 0 0 0 10px;
    }
}

@media screen and (max-width: 991px) {
    .form_registration_button button {
        width: 100%;
    }
    .recent_order_view_list li:nth-last-child(-n+5) {
        display: none;
    }
    .product_description p {
        font-size: .8em;
    }
    .product_description:last-child p {
        padding-bottom: 15px;
    }
    footer {
        font-size: .8em;
    }
    .product_gridview_block {
        width: 33.33%;
    }
    .price_view_dropdown button {
        padding-right: 30px;
    }
    .price_view_dropdown .btn .caret, .price_grid_list_dropdown .btn .caret {
        position: absolute;
        right: 15px;
    }
    .product_gridview_description_left {
        width: 40%;
    }
    .product_gridview_description_right {
        width: 60%;
    }
    .products_similar {
        max-width: 100%;
        overflow: hidden;
    }
    .products_similar .products_similar_block {
        width: 50%;
        float: left;
    }
    .product_description {
        margin: 0 -15px;
    }
    .create_order {
        margin: 0 0 30px;
    }
}


@media screen and (max-width: 875px) {
    .recent_order_view_list li:nth-last-child(-n+6) {
        display: none;
    }
    footer .col-xs-2 {
        padding: 0 5px;
    }
}

@media screen and (max-width: 840px) {
    .logo {
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 767px) {
    footer {
        display: none;
    }
    /*navigation*/
    .logo_custom_page {
        margin-bottom: 15px;
    }
    .navbar_scroll {
        max-width: 100%;
    }
    .logo_mobile {
        margin: 8px 15px;
    }
    .navbar-toggle {
        background-color: #484848
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background: rgba(17, 14, 14, 0.82);
        margin: 0 15px;
    }
    .navbar-inverse .navbar-nav .navigation_title_text, .navigation_sub_list li a {
        color: #e0e0e0 !important;
    }
    .navbar-fixed-left .navbar-nav > li.nav_search_mobile {
        width: 100%;
    }
    .navbar-fixed-left .navbar-nav > li {
        width: 33.3%;
        float: left;
    }
    .custom_page_search_icon {
        padding: 6px 12px;
        border-radius: 4px;
    }
    /*register page*/
    .login_form {
        float: none;
    }
    .form_button {
        padding-top: 0px;
    }
    .form_login_group_login {
        /*width: 100%;*/
        padding: 0;
    }
    .form_login_group_login button {
        width: 100%;
    }
    .header_container {
        padding: 20px 0 0px;
    }
    .register_title {
        font-size: 1.5em;
    }
    .home_text_content .home_main_title {
        padding-bottom: 0%;
        font-size: 1.1em;
    }
    .home_text_content .home_sub_title_text {
        padding-bottom: 5px;
    }
    .home_text_content {
        padding: 40px 0 20px 0;
    }
    .form_registration_button button {
        font-size: 1em;
    }
    .register_sub_title {
        font-size: 1em;
    }
    /*step1 page*/
    .step_sub_title {
        margin: 0;
    }
    .step_text_info {
        font-size: 1em;
        padding-bottom: 10px;
    }
    .form_registration_button_right {
        width: 100%;
    }
    /*step2 page*/
    .form_registration_button_left {
        width: 100%;
    }
    /*dashboard page*/
    .navbar_inverse_custom_page {
        width: 100%;
        height: auto;
        position: absolute;
        padding: 0 !important;
        z-index: 99;
        background-color: transparent;
    }
    .header_secondary_page {
        position: relative;
        margin-top: 66px;
    }
    .header_container_custom_page .btn-default {
        width: 100%;
        background-color: #d4d4d4;
    }
    .content_page {
        padding: 0 0 15px;
    }
    .order_items {
        /*padding-top: 15px;*/
    }
    .account_dashboard {
        display: none;
    }
    .dashboard_page_title {
        font-size: 1.5em;
    }
    .dashboard_page_sub_title {
        font-size: 1.4em;
    }
    .dashboard_line {
        margin: 5px 0;
    }
    .dashboard_contact_information {
        padding-bottom: 25px;
    }
    .navbar_customer {
        margin: 0;
    }
    .dashboard_contact_title {
        padding-bottom: 5px;
    }
    .checkout_form {
        width: 100%;
        padding-right: 0;
    }
    .checkout_form_button_update button {
        width: 100%;
        margin-bottom: 15px;
    }
    /*checkout*/
    .checkout_mobile {
        display: block;
    }
    .form_checkout2_button_submit button {
        width: 100%;
        /*margin-bottom: 15px;*/
    }
    .checkout2_form {
        padding-bottom: 15px;
    }
    .form_checkout_button_submit {
        width: 100%;
    }
    .form_registration_input.form_registration_input_half {
        padding-right: 15px;
    }
    .checkbox_form_up {
        padding-bottom: 15px;
    }

    .form_registration_step1_button_right {
        width: 100%;
    }
    .checkbox label, .radio label {
        padding-left: 30px;
    }
    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        margin-left: -30px;
        width: 15px;
        height: 15px;
    }
    .product_gridview_block {
        /*width: 33.33%;*/
    }
    .form_checkout_input_check {
        width: 100%;
    }
    .gridList_Recent {
        display: none;
    }
    .recent_order_view_list li {
        /*display: block;*/
    }
    .recent_order_view_list li:nth-last-child(-n+5) {
        display: inline-block;
    }
    .form_registration_input.form_registration_input_mobile {
        padding-right: 0;
    }
    .product_description p {
        font-size: .75em;
    }
    .checkout3_form_page .form_checkout3_input_dropdown {
        /*height: 40px;*/
        padding: 0 15px;
        font-size: 1.1em;
    }
    .order_items_checkout_mobile, .mobile_only {
        display: block;
    }
    .order_items_checkout {
        display: none;
    }
    /*for mobile*/
    .order_items ul li.nav_border_none {
        border-right: 1px solid #000;
        padding-right: 5px;
    }
    .order_items ul li.order_items_checkout_mobile_li {
        border: none;
    }
    .order_items ul li.mobile_border_none_nubmer {
        border: none;
        padding-right: 0;
    }
    .product_color_select_image {
        padding: 5px;
    }
    .recent_products_all_view_left {
        padding: 0;
    }
    .recent_products_left {
        padding: 0;
    }
}

@media screen and (max-width: 640px) {
    .product_grid_list_block {
        width: 100%;
    }
    .custom_page_account_dd {
        width: 100%;
    }
    .order_items_view {
        width: 100%;
    }
    .price_view_dropdown button {
        font-size: .7em;
    }
}

@media screen and (max-width: 480px) {
    .product_gridview_block {
        width: 50%;
    }
    .product_gridview_order button {
        margin-bottom: 10px;
    }
    .checkout3_shipping_block {
        width: 100%;
    }
    .products_similar .products_similar_block {
        width: 100%;
    }
    /*.wrapper {*/
    /*padding-bottom: 60px;*/
    /*}*/
    /*.footer_main, .push {*/
    /*height: auto;*/
    /*}*/
    .footer_main .container {
        padding: 0 15px;
    }
    .drid_system, .order_view_select_group {
        padding: 3px 10px;
        margin-right: 5px;
    }
    .order_view_select_dropdown .btn-default {
        font-size: 12px;
        padding: 3px 10px;
    }
}

@media screen and (max-width: 390px) {
    .logo_mobile {
        width: 215px;
    }
    .logo_mobile svg {
        width: 215px;
        max-width: 215px;
    }
    .logo_custom_page {
        max-width: 215px;
    }
    .checkout_sub_title {
        /*height: 50px;*/
    }
    .mobile_product_description_left {
        width: 100%;
    }
    .mobile_product_description_right {
        width: 100%;
    }
    .product_description {
        padding-bottom: 10px;
    }
    .product_gridview_block {
        width: 100%;
    }

}


@media screen and (max-width: 310px) {
    .logo_mobile {
        margin: 0px 15px;
    }
    .logo_mobile svg {
        margin-bottom: 0;
    }
    .navbar-toggle {
        margin: 0px 15px;
    }
    .header_secondary_page {
        margin-top: 75px;
    }


    .product_grid_list_description_title, .product_gridview_description_title, .product_text_description_tag {
        font-size: .75em;
    }
    .product_gridview_description p {
        font-size: .75em;
    }
    .product_grid_list_image img {
        max-height: 50px;
    }
    .order_items ul li {
        font-size: .8em;
    }
    .order_view_select_group {
        width: 100%;
    }
    .product_grid_list_block {
        padding: 5px 0;
    }
}

@media screen and (max-width: 260px) {
    .logo_mobile {
        width: 180px;
    }
    .logo_mobile svg {
        width: 180px;
        max-width: 180px;
    }
    .logo_custom_page {
        max-width: 180px;
    }

    .price_grid_list_dropdown button {
        position: relative;
        padding-right: 48px;
    }
    .order_view_select_dropdown {
        width: 60%;

    }
    .order_view_select_dropdown .btn-default {
        width: 100%;
        text-align: left;
    }
}
