body {margin: 0;padding: 0;font-family: system-ui, "arial narrow";font-size: 12px;}

div {
    margin: 0;
    padding: 0;
    position: relative;
}

p {
    margin: 0;
    padding: 0;
}

ol, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

.hide {
	display: none !important;
}


h1#pageH1 {display: none;}

div#main {
    width: 100vw;
    height: max-content;
    background-color: #f5f5f5;
}

.header-area {
    width: 100%;
}

.menu ul {
    width: 100%;
}

div#main div.menu ul {
    width: fit-content;
    display: flex;
    list-style: none;
    position: absolute;
    right: 0;
}

div#main div.menu ul li{
    padding: 5px 10px;
    z-index: 101;
    position: relative;
}

div#main div.menu ul li a {
    text-decoration: none;
    color: #696969;
    font-size: 1.1em;
    cursor: pointer;
}

div#main div.menu ul li a:hover  {
    color: #c80000 !important;
}

div#main div.menu ul li:nth-child(2):hover  {
    background-color:#fff;
    box-shadow: 0px 0px 3px #aaa;
}

div.sub-menu {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0px;
    width: fit-content;
    height: fit-content;
    box-shadow: 0px 0px 3px #aaa !important;
    clip-path: inset(0px -10px -10px -10px);
}

div#main div.menu ul li:nth-child(2):hover div.sub-menu, div.sticky #loginH:hover div.sub-menu {
    display: block;
}

div.sub-menu ul {
    display: list-item !important;
    width: max-content !important;
}

ul.sub-menu-list-left {
    background-color: #fff;
    padding: 10px;
    position: relative !important;
}

ul.sub-menu-list-left li {
    padding: 10px 10px 10px 10px !important;
}
ul.sub-menu-list-left li:first-child {
    border-bottom: 1px solid #e1e1e1;
}

ul.sub-menu-list-left li:nth-child(2) {
    box-shadow: none !important;
}

ul.sub-menu-list-left li div {
    display: flex !important;
}

ul.sub-menu-list-left li div a {
    padding: 5px 10px;
    position: relative;
    width: 75px;
    text-align: center;
    background-color: #c80000;
    color: #eee !important;
    font-weight: 800;
}

ul.sub-menu-list-left li div a:last-child {
    margin-left: 7px;
    background-color: #ffd8d8;
    color: #696969 !important;
}

#loginH {
    display: none;
}

.loginH::before {
	margin-left: 24px;
}

div#header {
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 2px #ccc;
}

div.logosearch {
    width: 960px;
    margin-right: 20px;
    margin-top: 14px;
    display: flex;
    height: 36px;
    background-color: transparent;
    padding: 1px;
    border-radius: 15px;
    border: 1px solid #e9e7e7;
}

.logocart {
    width: 64px;
    height: 64px;
    position: relative;
}

.headerm {
	position: relative;
    width: 36px;
    height: 36px;
    padding: 0 2px;
    margin-top: 15px;
    margin-right: 20px;
    background-image: url('https://umbrellomax.com/images/h2xcate.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    cursor: pointer;
    /* border: 1px solid #ccc; */
    border-radius: 2px;
    box-shadow: 0 0 2px #aaa;
    background-color: #f2f2f2;
}

.headerm:hover {
    background-color: transparent !important;
}

.headerm .headerm_pointer {
		position: absolute;
    left: 13px;
    top: 35px;
    display: none;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background-color: #f2f2f2;
    z-index: 10;
    transform: rotate(45deg);
}

.headerm:hover .headerm_pointer {
		display: block !important;
}

.headerm ._mobilem {
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
	z-index: 1;
}

.headerm:hover ._mobilem {
		display: block !important;
}
.catmenu_h {
    display: none;
}

div#nHomeHeader {
    box-shadow: 0 0 4px 2px #eee;
    background-color: #fff;
}

.body {
    /*max-width: 1200px;*/
    margin: 0 auto;
}

div.breadcrumb {
    padding: 16px 0 0;
    padding-left: 16px;
    grid-area: bcrumb;
}

div.breadcrumb a {
    text-decoration: none;
    color: #aaa;
    display: inline-block;
    margin-right: 8px;
}

div.breadcrumb span {
    font-weight: 600;
    color: initial;
    display: inline-block;
    margin-left: 8px;
}

.searchresarea {
    display: grid;
    grid-template-areas:
        'bcrumb bcrumb bcrumb bcrumb'
        'pMenu content content content'
        'pMenu content content content'
        'pMenu content content content'
        'pMenu content content content';
    grid-gap: 24px 24px;
    height: unset !important;
    min-height: unset !important;
	margin: 0 auto;
    /* margin-top: 70px; */
    position: relative;
    max-width: 1200px;
    width: 100%;
}

div#profileMenu {
    grid-area: pMenu;
    background-color: #fff;
    padding-bottom: 16px;
    height: min-content;
	min-width: 280px;
}

div#profileMenu ul {
    list-style: none;
}

div#profileMenu::before {
    content: "Account";
    display: block;
    height: 32px;
    padding-top: 16px;
    background-color: #fff;
    padding-left: 16px;
    font-weight: 700;
    font-size: 1.6em;
}

div#profileMenu ul li span img {
    display: none;
}

div#profileMenu ul li {
    padding: 8px 0 8px 16px;
    font-size: 1.3em;
    width: 94%;
    cursor: pointer;
}

.active {
    background-color: #f5f5f5;
    border-radius: 0;
    border-left: 4px solid #ff1a1a;
}

.carttitle a img {
    display: none;
}

.cartarea {
    grid-area: content;
}

.order-header {
    background-color: #fff;
}

.order-header h2:first-child {
    display: none;
}

.orderTabs {
    padding: 16px;
    display: flex;
    flex-flow: wrap;
    font-size: 1.3em;
    height: 84px;
    margin-bottom: 24px;
}

.orderTabs p {
    display: flex;
    width: max-content;
    padding: 5px;
    margin: 0 8px;
    height: min-content !important;
    position: relative;
    cursor: pointer;
}

.orderTabs p:hover::after {
    content: "";
    height: 3px;
    width: 50%;
    border-radius: 1.5px;
    background-color: #ffa0a0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: -8px;
    -webkit-animation: expandWith .3s;
    animation: expandWith .3s;
}

.orderTabs p:first-child {
    margin-left: 0;
}

select#dateSort {position: absolute;bottom: 16px;right: 16px;padding: 5px;border: 1px solid #ddd;font-size: 1em;border-radius: 8px;}

p.orderTabActive::after {
    content: "";
    height: 3px;
    width: 50%;
    border-radius: 1.5px;
    background-color: #e50000;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: -8px;
    -webkit-animation: expandWith .3s;
    animation: expandWith .3s;
}

p.orderTabActive {
    font-weight: 600;
}

select#dateSort:focus-visible {
    outline: unset;
}

div#orders, div#comp_orders, div#open_orders, div#canc_orders, div#retu_orders, div#arbi_orders {
    font-size: 1.2em;
}


.itemholder-o br {
    display: none;
}

.o-info {
    /*padding-left: 68%;*/
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
    grid-area: header;
	padding-bottom: 8px;
}

.itemholder-o.x_order .o-info {
    grid-column-start: 1;
    grid-column-end: 6;
}

.itemholder-o.x_order .orderItems {
    grid-column-start: 1;
    grid-column-end: 6;
}

.o-ingogrp {
    width: max-content;
    margin-left: auto;
    min-width: 248px;
}

.o-info span {
    display: inline-block;
    margin-left: 16px;
}

.itemholder-o {
    margin-bottom: 16px;
    padding: 16px;
    background-color: #fff;
    position: relative;
    grid-template-areas:
        'header header header'
        'body body btns';
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.itemholder-o.x_order {
    grid-template-areas:
        'header header header'
        'body body body' !important;
}

.itemimg-o {
    position: relative;
    width: 144px !important;
    height: 120px;
    margin-right: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.o-content {
    width: min-content;
    display: grid;
    grid-template-columns: auto auto;
	margin-bottom: 16px;
}

.o-content.o_canx {
    width: -webkit-fill-available !important;
    grid-template-columns: max-content auto;
}

.o-content p {
    position: relative;
    display: grid;
    /*width: -webkit-fill-available;*/
}

.o-content p a {
    text-decoration: none;
    color: inherit;
	width: max-content;
}

.o-content p a:hover {
    color: #c80000;
}

.o-content span {
    width: max-content;
}

span.reAdd {
    position: absolute;
    right: 0;
    display: block;
}

.itemimg-o span {position: absolute;width: 100%;display: block;text-align: center;background: #eeeeeec7;bottom: 0;}

.itemimg-o a {
    display: block;
    width: 100%;
    height: 100%;
}

span.reAdd a, .oordersBtn span a {
    display: block;
    width: 200px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 8px;
    background-image: linear-gradient(90deg, #c80000, #ff0000, #ff0000);
    color: #fff;
    font-weight: 600;
}

span.reAdd a:hover, .oordersBtn span a:hover {
    color: #fff;
}

.orderItems {
    grid-area: body;
}

.oordersBtn {
    /*position: absolute;*/
    right: 1px;
    grid-area: btns;
	margin-left: auto;
}

.oordersBtn span {
    display: block;
    margin-bottom: 16px;
}

div#open_orders .oitemgrp .itemholder-o .o-content {
    border-bottom: 16px solid #f5f5f5;
    padding: 16px;
}

div#retu_orders p, div#arbi_orders p {
    background-color: #fff;
}

div#open_orders .itemholder-o {
    padding: 16px 0 0;
}

#login_err {
    display: block;
    margin-bottom: 16px;
}

.seePass::after {
    content: "";
    display: flex;
    position: absolute;
    top: 86px;
    right: 1em;
    width: 18px;
    height: 18px;
    margin-right: 1em;
    cursor: pointer;
    background-image: url(https://umbrellomax.com/images/pass.png);
    background-size: 18px 36px;
    background-repeat: no-repeat;
}

.clsPass::after {
	background-position-y: -20px !important;
}