﻿table.lazy_load tr td {
    padding-top: 7px;
}

table.lazy_load tr:first-child td {
    padding-top: 0;
}

a._deali {
    display: block;
    min-width: 10em;
    text-decoration: none;
    color: #999999;
    padding: 5px;
    border-radius: 10px;
    margin: 0 auto;
}

    a._deali:first-child {
        background-color: #ffebea;
    }

    a._deali div, a._deali label {
        cursor: pointer;
    }

div._dealictn {
    width: 100%;
    border-radius: 8px;
}

div._dealiximg, div._1_advximg {
    width: 10.7em;
    height: 10.7em;
    display: block;
    /* background-color: #f2f2f2a3; */
    border-radius: 5px;
    background-image: url(https://umbrellomax.com/images/t1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

div._dealxamt {
    width: 90%;
    display: block;
    margin: 0 auto;
}

label._dealx1, label._dealx2 {
    display: block;
    width: 100%;
    margin: 2px 0;
}

label._dealx1 {
    color: #fa3154 !important;
    /*font-weight: 700;*/
}

    label._dealx1 b {
        font-size: 1.25em;
        margin-left: 2px;
        font-family: sans-serif;
    }

label._dealx2 {
    font-size: 1.3em;
    text-decoration: line-through;
    font-weight: 400;
}

    label._dealx2 b {
        font-weight: unset;
    }

div._deali_ordstat {
    color: #000;
}

div.adv_h1, div._1_adv {
    width: 100%;
}

div._1_adv {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

._advsout {
    color: green !important;
}

div.adv_h1 {
    display: flex;
}

table.lazy_load tr td {
    padding-top: 7px;
}

table.lazy_load tr:first-child td {
    padding-top: 0;
}

.adv_h1_cntr {
    width: 620px;
    display: grid;
    grid-template-areas: "start mid end";
    grid-auto-columns: 33%;
    margin: 0 auto 1em;
}

div.adv_h1_cntr hr {
    width: 100%;
    height: 0px;
    border-top-color: #dfdfdf;
}

div.adv_h1_cntr label {
    font-size: 1.1em;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #222222;
    position: relative;
    margin-top: 7%;
}

div.adv_h1_cntr div {
    width: 90%;
    margin: 0 auto;
}

div.hrctn:nth-child(1) {
    grid-area: start;
}

div.hrctn {
    padding: 12px 0;
}

.t_ctn {
    grid-area: mid;
}

div.hrctn:nth-child(3) {
    grid-area: end;
}

a._deali:hover div._dealiximg {
    background-color: #eee;
}

.dealsctn:hover {
    box-shadow: 0 0 8px #ccc;
}

a._deali:hover div._dealiximg {
    background-color: #eee;
}

.dealsctn:hover {
    box-shadow: 0 0 8px #ccc;
}

/*div._advamt label._dealx1 {
    color: #222 !important;
}*/

._advsout, ._adv_1_title, ._adv_1_shipstat {
    margin: 0 auto;
    margin-top: 5px;
    color: #302222;
    width: 90%;
    font-size: 0.75em;
    font-family: sans-serif;
}

a._advi {
    /*margin-left: 0px !important;*/
    /* margin-right: 10px !important; */
    background-color: #fff !important;
    padding: 1px;
}

._adv_1_shipstat {
    color: #009900;
}

a._deali._advi:hover {
    box-shadow: 0 0 10px 2px #ccc;
}


p._l_more {
    position: relative;
    padding: 10px;
    margin-top: 36px;
    height: 8px;
    background-image: url(https://umbrellomax.com/images/pg_load2.gif);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

div#wiatctn {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #f8f8f8;
    background-image: url(../images/mloading.gif);
    background-size: 16em;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.95;
}