@font-face {
    font-family: 'Century_Gothic';
    src: url('../font/CenturyGothic.eot');
    src: url('../font/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../font/CenturyGothic.woff') format('woff'),
        url('../font/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

html {
    color: #555;
    overflow-x: inherit !important;
}

body {
    color: #555;
    overflow-x: inherit !important;
}

caption,
td,
th {
    color: #555;
}

a {
    color: #333;
}

.logo_lead {
    width: 345px;
    margin: 0 auto;
}

.Square {
    margin-top: 0;
    height: auto !important;
    max-width: 100%;
}

#logo.Square a {
    max-height: 1000px;
}

#logo a {
    height: auto;
    display: block;
}

.tab_head_over {
    margin: 5px 0 -3px;
}

#logo.Square a img {
    max-height: 100px;
}

#logo.Rectangle a img {
    max-width: 100%;
    max-height: 80px;
}

.righr_head {
    width: 70%;
}

.tabs_head {
    vertical-align: top !important;
    float: none;
    display: table-cell;
}

#tabs-header {
    line-height: 2;
}

.top_right li {
    text-transform: capitalize;
}

.user_in ul .login_link {
    margin-right: 25px;
}

.user_in ul li a {
    font-size: 14px;
}

.top_right li ul li {
    height: auto;
}

#wishlist-total {
    font-size: 14px;
}

.wish_list {
    min-width: 125px;
}

#header_top #cart .heading h4,
#header_top #cart .heading {
    font-size: 14px;
}

#header_top #cart {
    min-width: 210px;
    float: left;
    height: auto !important;
}

#header_top {
    display: inline-block;
}

#header_top #cart .heading {
    float: left;
}

.search_li {
    margin-right: 10px !important;
    position: relative;
    width: 30px;
}

#primary_nav_wrap {
    display: table;
    width: 100%;
    margin-top: 0;
}

#primary_nav_wrap ul a {
    text-transform: uppercase !important;
}

#menu {
    float: left;
    margin-right: 0;
    margin-top: 5px;
    width: 395px;
}

#header_all {
    padding-top: 60px;
}

.header_top_bar,
.mob_head {
    min-height: 40px;
    margin: 0px;
    padding: 5px 0;
    background-color: #fcfcfc;
    border-style: solid;
    border-color: #efefef;
    border-bottom-width: 1px;
}

.pagination {
    padding-top: 0;
}

div#logo {
    display: block;
    text-align: center;
}

#notification {
    max-width: 200px !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 156px !important;
    z-index: 15 !important;
    left: 0 !important;
    margin: 0 auto !important;
    top: auto !important;
}

.attention,
.information,
.success,
.warning {
    color: #555;
    margin: 0;
    z-index: 1;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 8px 7px 8px 14px;
    margin-bottom: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
}

.category-page .item {
    overflow: hidden;
}

#owl-demo .item {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.item {
    float: left;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 5px;
    padding: 0;
    background: rgba(255, 255, 255, .92);
    z-index: 0;
    border-bottom: 1px solid #eee;
}

.sale_save_holder,
.quickshop {
    display: none;
}

.quickshop {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-family: "Philosopher", sans-serif;
    font-size: 30px;
    left: 30px;
    margin: auto;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 40%;
    transition: all 500ms ease-in-out 0s;
    width: 70%;
    z-index: 999;
}

.tab_container {
    min-height: 450px;
}

.item .pindesc {
    max-width: 100%;
    font-size: 11px;
    min-height: auto;
    line-height: 1.4em;
    text-transform: capitalize;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -moz-box-orient: vertical;
    position: relative;
    margin-top: 6px;
    /*left: 5px;
    top: 5px;*/
    z-index: 25;
    background: rgba(255, 255, 255, .6);
    padding: 0 5px;
}

.item .image {
    max-height: 280px;
    max-width: 100%;
    text-align: center;
    overflow-y: hidden;
    position: relative;
    top: 0;
    padding: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    vertical-align: middle;
    height: 280px;
}

.item .image a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.item .image img {
    max-width: 100%;
    max-height: 260px;
}

.available-sizes {
    background: #fff;
    position: absolute;
    right: 5px;
    bottom: 33px;
    border: 1px solid #cecece;
    font-size: 11px;
    opacity: 1;
    visibility: visible;
    z-index: 1023;
}

.available-sizes strong {
    border-bottom: 1px solid #cecece;
    padding: 2px 6px;
}

.item .name {
    min-height: 50px;
    font-size: 17px;
    padding: 10px 15px 0;
}

.item .name a {
    text-transform: capitalize;
    max-height: 45px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: block;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    font-size: 14px;
    -moz-box-orient: vertical;
}

.price_list {
    display: block;
    width: 100%;
    padding: 3px 0;
    border: 0;
    text-align: center;
}

.price_list div {
    display: inline-block;
    text-align: center;
    margin: 0 2px;
    padding: 0;
    color: #444;
    font-size: 14px;
}

.price_list .old_price {
    font-size: 12px;
}

.price_list .old_price span {
    display: block;
    color: #C7C7C7;
    text-decoration: line-through;
}

.price_list .discount_price {
    background: #e16565;
    padding: 0 5px;
    color: #fff !important;
}

.price_list .discount_price span {
    display: block;
    color: #fff;
    font-size: 12px;
}

.price_drop {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    padding: 0 10px !important;
    background: #e16565;
    color: #fff;
    font-size: 11px !important;
}

.same_product_slider {
    min-height: 0;
}

.same_product {
    width: 95% !important;
    margin: 0 6px !important;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.same_product .item {
    float: none !important;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0;
    border: 0;
    height: 82px;
    display: table;
    table-layout: fixed;
    border: 1px solid #ddd;
    border-radius: 0 !important;
}

.same_product .item a.active {
    border-radius: 0;
    height: 85px;
}

.same_product .item a {
    display: table-cell;
    vertical-align: middle;
}

.same_product .item img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.item_bottom {
    display: block;
    width: 100%;
    padding: 5px 0;
    height: 40px;
    margin-top: 0;
    text-align: center;
    background: transparent;
}

.item .cart {
    font-size: 12px;
    color: #444;
    vertical-align: middle;
    display: inline-block;
    padding: 0 10px;
    line-height: 2.5;
    opacity: 0;
    z-index: -1;
    background: transparent;
    position: relative;
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.item .cart i {
    line-height: 1.5;
}

.item:hover {
    border: 1px solid #eee;
}

.item:hover .cart {
    opacity: 1;
    z-index: 10;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
textarea,
select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #aaa;
    color: #000;
    margin-left: 0;
    margin-right: 0;
    min-height: 28px !important;
    padding: 0px 8px;
    text-indent: 0;
    width: 100%;
    clear: both;
    display: block;
    margin-top: 0;
}

textarea {
    font-size: 13px;
    padding: 5px;
}

.item .cart:hover {
    background: #e16565;
    color: #fff;
}

.price_drop {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 25;
    padding: 0 10px !important;
    background: #e16565;
    color: #fff;
    font-size: 11px !important;
}

.pro-offer {
    text-align: center;
    position: absolute;
    left: auto;
    right: 5px;
    z-index: 150;
    overflow: hidden;
    display: none;
    background: #e16565;
    color: #fff;
    font-weight: bold;
    padding: 0 5px;
    box-sizing: border-box;
    top: 5px;
    font-size: 11px;
    line-height: 20px;
}

/*Single Product Css closed*/

/*Search Box CSS start*/
.searchbox {
    position: relative;
    min-width: 30px;
    width: 30px !important;
    height: 26px;
    float: right;
    /*overflow: hidden;*/
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-icon,
.searchbox-submit {
    width: 30px;
    height: 26px !important;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 26px !important;
    text-align: center;
    cursor: pointer;
    color: #000;
    z-index: 101;
}

.searchbox-input {
    height: 26px;
    padding-right: 24px !important;
    right: 0;
    left: auto;
    z-index: 10;
    position: absolute;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-open {
    width: 230px !important;
    position: absolute !important;
    right: 0;
}

/*Search Box Css Closed*/


/*Responsive Css Start*/
@media screen and (max-width: 768px) {
    .product-info>.left {
        min-height: auto;
    }
}

@media screen and (max-width: 768px) {
    .responsive-price {
        margin-top: 25px;
    }

    .highlights {
        display: none;
    }

    .category-page .item {
        width: 31%;
    }

    #logo a {
        height: auto;
    }

    #header_colapse {
        display: block;
        height: 0 !important;
        min-height: 0;
    }

    .header_top_bar,
    .tabs_head.logo_lead,
    #tabs-header {
        display: none !important;
    }

    .tab_head_over {
        display: block !important;
        margin: 0 !important;
        height: 0;
    }

    .item {
        border: 1px solid #ddd;
    }

    .item .cart {
        font-size: 12px;
        opacity: 1;
        z-index: 10;
        background: #e16565;
        color: #fff;
    }
}

@media screen and (max-width: 414px) {
    .table-container .table-cell:first-child {
        width: 58%;
    }

    #logo a img {
        max-height: 66px !important;
    }
}

/*Responsive Css Close*/

.login-content .left,
.login-content .right {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #333;
    height: auto;
    box-sizing: border-box;
    overflow: auto;
    padding: 8% 15px;
    position: relative;
    width: 47%;
    min-height: 150px;
    text-align: center;
    box-shadow: 0px 0px 8px #ddd inset;
}

.login-content .left .content,
.login-content .right .content {
    min-height: 0;
}

.login-content .left .button,
.login-content .right .button {
    bottom: 0;
    left: 0px;
    position: relative;
    margin: 0;
}

.login-content .left h3,
.login-content .right h3 {
    font-size: 21px;
    margin-bottom: 40px;
}

.login-content {
    margin-bottom: 20px;
    padding: 0 15%;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

#content .content {
    margin-bottom: 0;
}

.register_page .data_user {
    width: 100%;
    float: none;
    padding: 0;
}

.register_page .data_user h3 {
    font-size: 21px;
    margin-bottom: 40px;
    text-align: center;
}

.required {
    color: #b94a48 !important;
    font-weight: 700;
    margin-left: 0;
    margin: 0;
}

.footer_bottom {
    margin-top: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.clear_btn {
    display: inline-block;
    line-height: 28px;
    vertical-align: top;
    color: #337ab7;
}

.register_slogan a {
    color: #337ab7;
}

.main_inner {
    margin-bottom: 0;
}

.newbutton .custom_btn {
    margin: 15px 0 20px;
}

.table {
    width: 100%;
    margin-bottom: 18px;
}

table {
    font-size: 14px;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

table.list td,
.table.list td {
    vertical-align: middle;
}

table .column-checkbox,
.table .column-checkbox {
    width: 2%;
    text-align: center;
    vertical-align: middle;
}

.table thead {
    border-bottom: 1px solid rgb(200, 200, 200) !important;
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

table .column-checkbox,
.table .column-checkbox {
    width: 2%;
    text-align: center;
    vertical-align: middle;
}

table thead th,
.table thead th {
    white-space: nowrap;
    vertical-align: bottom !important;
}

.table thead th {
    vertical-align: bottom;
}

.table th {
    font-weight: bold;
}

.table th,
.table td {
    padding: 8px !important;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table .column-name,
.table .column-name {
    text-align: left;
    vertical-align: middle;
}

table.list {
    border-collapse: collapse;
    border-left: 0;
    border-top: 0;
    margin-bottom: 20px;
    width: 100%;
}

table.list td {
    border-bottom: 0;
    border-right: 0;
}

.btn:first-child {
    *margin-left: 0;
}

.btn {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.01), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.01), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.01), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #555;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0;
}

.btn-small {
    margin: 5px 0;
    min-width: 40px;
    padding: 2px 10px;
    font-size: 11.05px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.btn:hover {
    color: #555;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #555;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

table .column-action,
.table .column-action {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.login_floter {
    position: absolute;
    right: 9px;
    bottom: -18px;
    font-size: 12px;
    z-index: 100;
}

.profile_container {
    padding: 15px;
    margin: 10px auto;
    border: 1px solid #f7f7f7;
    max-width: 550px;
}

.profie_pic {
    width: 160px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.avatar {
    position: relative;
    text-align: center;
    z-index: 100000;
}

.avatar img {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #b79b77;
}

.profile_info {
    padding-right: 15px;
    width: calc(100% - 164px);
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.profile_disc {
    margin-top: 30px;
}

.profile_disc ul {
    margin-bottom: 0;
    margin-top: 10px;
}

.profile_disc ul li {
    text-align: justify;
    margin-top: 0;
}

.profile_disc .media-heading {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
}

.toggle_parent {
    padding-bottom: 20px;
    position: relative;
}

.toggleHolder {
    bottom: 0;
    position: absolute;
    right: 0;
    color: #08c;
    z-index: 1000;
    cursor: pointer;
    font-size: 11px;
}

.toggled_content {
    /* max-height: 60px;*/
    overflow: hidden;
    padding: 3px 0;
}

.profile_disc h4 {
    margin: 9px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}

.profile_disc ol {
    list-style: none;
    margin-left: 10px;
    margin-bottom: 0;
    counter-reset: item;
}

.profile_disc ol li {
    counter-increment: item;
    margin-bottom: 3px;
    display: inline-block;
    position: relative;
    padding-left: 0;
    width: 100%;
    box-sizing: border-box;
}

.profile_disc ul li {
    text-align: justify;
    margin-top: 0;
}

/*.profile_disc ol li:before {
    margin-right: 6px;
    content: counter(item);
    background: #b79b77;
    border-radius: 100%;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    display: inline-block;
    font-size: 8px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 15px;
}
*/
.toggleHolder .toggler {
    background: transparent;
    position: relative;
    margin: 0;
    left: 0;
    right: 0;
    color: #08c;
    text-indent: inherit;
    bottom: 0;
}

.profile_info table td {
    padding: 2px 0;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -ms-appearance: none;
    background: rgba(0, 0, 0, 0) url(../image/drop-arrow.png) no-repeat;
    border: 1px solid #aaa;
    padding: 3px 4px !important;
    background-position: 100% 50%;
}

.label {
    display: inline-block;
    padding: .4em .6em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #777;
}

.label-primary {
    background-color: #337ab7;
}

.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #3a87ad;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}

.horizontal_form {
    /* border: 1px solid #ddd; */
    margin-bottom: 25px;
    padding: 10px;
    border-radius: 0;
    background: #f9f9f9;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.horizontal_form .form-group {
    margin-bottom: 0;
    display: inline-block;
    padding-right: 15px;
    vertical-align: bottom;
}

.horizontal_form .form-group:last-child {
    padding: 0;
}

.horizontal_form .button {
    margin: 0;
}

.update_user_profile input[type='text'],
.update_user_profile input[type='email'] {
    max-width: 250px;
}

.update_user_profile .help {
    line-height: 8px;
}

table.update_user_profile tr td {
    padding: 8px 5px;
}

.qq-uploader {
    margin-right: 0 !important;
}

.no_bg {
    background: transparent !important;
}

td.dataTables_empty {
    padding: 8px 35px 8px 14px !important;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3 !important;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #c09853;
}

.menu_container {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

.menu_container .customer_name {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
}

.menu_container .main_menu ul {
    display: inline-block;
}

.menu_container .main_menu ul:last-child {
    float: right;
}

.menu_container .main_menu ul li {
    display: inline-block;
    padding: 5px 0;
    text-transform: capitalize;
    padding-right: 25px;
}

.menu_container .main_menu ul li:last-child {
    padding-right: 0;
}

.menu_container .main_menu ul li a {
    padding: 5px 10px;
    font-size: 14px;
}

.menu_container .main_menu ul li a:hover {
    color: #123386;
    text-decoration: none;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .hidden_tablet {
        display: none;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .hidden_phone {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
    .login-content {
        padding: 0;
    }

    .menu_container {
        max-width: 100% !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

}


@media only screen and (max-width: 480px) {

    table.responsive {
        width: 100%;
    }

    /* Force table to not be like tables anymore */
    table.responsive,
    table.responsive thead,
    table.responsive tbody,
    table.responsive th,
    table.responsive td,
    table.responsive tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    table.responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.responsive tr {
        border: 1px solid #eee;
        margin-bottom: 30px;
    }

    table.responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        text-align: right !important;
        min-height: 35px;
    }

    table.responsive td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);
        text-align: left;
        font-weight: bold;
    }

}