/* BASIC css start */
/* =========================================================
   MY PAGE COMMON LAYOUT
========================================================= */

#contentWrap.akmypage-layout {
    display: block;
    width: 1100px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 55px 0 80px;
    box-sizing: border-box;
}

#contentWrap.akmypage-layout::after {
    display: block;
    clear: both;
    content: "";
}

#contentWrap.akmypage-layout > #aside {
    float: left;
    width: 210px;
    margin: 0;
}

#contentWrap.akmypage-layout > #content.akmypage-content {
    float: right;
    width: 860px;
    min-width: 0;
    margin: 0;
    padding: 0;
}


/* =========================================================
   TODAY VIEW
========================================================= */

#myTodayView {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #222;
}

#myTodayView,
#myTodayView * {
    box-sizing: border-box;
}

#myTodayView a {
    text-decoration: none;
}


/* =========================================================
   PAGE HEAD
========================================================= */

#myTodayView .akmypage-page-head {
    margin: 0 0 25px;
    padding: 0;
}

#myTodayView .akmypage-page-head > span {
    display: block;
    margin: 0 0 5px;
    color: #7189a3;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .1em;
}

#myTodayView .akmypage-page-head h1 {
    margin: 0 0 7px;
    padding: 0;
    color: #111;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
}

#myTodayView .akmypage-page-head p {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   INFO BOX
========================================================= */

#myTodayView .aktoday-info-box {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px 19px;
    border: 1px solid #dce5ed;
    border-radius: 9px;
    background: #f5f8fb;
}

#myTodayView .aktoday-info-icon {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #7189a3;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

#myTodayView .aktoday-info-box strong {
    display: block;
    margin: 0 0 3px;
    color: #222;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
}

#myTodayView .aktoday-info-box p {
    margin: 0;
    padding: 0;
    color: #6f747a;
    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   SECTION
========================================================= */

#myTodayView .aktoday-section {
    margin-top: 38px;
}

#myTodayView .aktoday-section-top {
    margin-bottom: 12px;
}

#myTodayView .akmypage-section-head {
    margin: 0;
    padding: 0;
}

#myTodayView .akmypage-section-head span {
    display: block;
    margin: 0 0 4px;
    color: #7189a3;
    font-size: 9px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .08em;
}

#myTodayView .akmypage-section-head h2 {
    margin: 0;
    padding: 0;
    color: #111;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}


/* =========================================================
   TABLE
========================================================= */

#myTodayView .aktoday-table-wrap {
    overflow: hidden;
    width: 100%;
    border: 1px solid #dce3ea;
    border-radius: 9px;
    background: #fff;
}

#myTodayView .aktoday-table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

#myTodayView .aktoday-table caption {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0,0,0,0);
}

#myTodayView .aktoday-table thead {
    background: #f4f7fa;
}

#myTodayView .aktoday-table th {
    height: 48px;
    padding: 0 7px;
    border: 0;
    border-bottom: 1px solid #dce3ea;
    color: #333;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

#myTodayView .aktoday-table td {
    height: 92px;
    padding: 12px 8px;
    border: 0;
    border-bottom: 1px solid #eceff2;
    background: #fff;
    color: #222;
    font-size: 12px;
    line-height: 1.55;
    vertical-align: middle;
}

#myTodayView .aktoday-table tbody tr:last-child td {
    border-bottom: 0;
}

#myTodayView .aktoday-table tbody tr:hover td {
    background: #fafbfd;
}


/* =========================================================
   CHECKBOX
========================================================= */

#myTodayView .aktoday-check {
    text-align: center;
}

#myTodayView .aktoday-check input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}


/* =========================================================
   IMAGE
========================================================= */

#myTodayView .aktoday-center {
    text-align: center;
}

#myTodayView .aktoday-thumb {
    display: block;
    overflow: hidden;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    background: #f8f9fa;
}

#myTodayView .aktoday-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    object-fit: contain;
}


/* =========================================================
   PRODUCT NAME
========================================================= */

#myTodayView .aktoday-product {
    padding-left: 13px;
    padding-right: 13px;
    text-align: left;
}

#myTodayView .aktoday-product a {
    display: block;
    color: #111;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 600;
    word-break: keep-all;
}

#myTodayView .aktoday-product a:hover {
    text-decoration: underline;
}


/* =========================================================
   QUANTITY
========================================================= */

#myTodayView .aktoday-qty {
    white-space: nowrap;
}

#myTodayView .aktoday-qty input {
    width: 38px !important;
    height: 31px;
    margin: 0 2px 0 0;
    padding: 0 5px;
    border: 1px solid #cfd8e1;
    border-radius: 4px;
    outline: 0;
    background: #fff;
    color: #111;
    font-size: 12px;
    line-height: 29px;
    text-align: center !important;
}

#myTodayView .aktoday-qty input:focus {
    border-color: #7189a3;
}

#myTodayView .aktoday-qty span {
    color: #555;
    font-size: 11px;
}


/* =========================================================
   STOCK
========================================================= */

#myTodayView .aktoday-stock {
    font-size: 11px;
}

#myTodayView .aktoday-instock {
    color: #333;
    font-weight: 600;
}

#myTodayView .aktoday-soldout {
    color: #d84a4a;
    font-weight: 700;
}


/* =========================================================
   RESERVE
========================================================= */

#myTodayView .aktoday-reserve {
    color: #555;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

#myTodayView .aktoday-reserve em {
    margin-left: 1px;
    color: #666;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
}


/* =========================================================
   PRICE
========================================================= */

#myTodayView .aktoday-price {
    color: #111;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

#myTodayView .aktoday-price em {
    margin-left: 1px;
    color: #444;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
}


/* =========================================================
   BASKET BUTTON
========================================================= */

#myTodayView .aktoday-basket-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 33px;
    padding: 0 11px;
    border: 1px solid #d84a4a;
    border-radius: 5px;
    background: #d84a4a;
    color: #fff;
    font-size: 11px;
    line-height: 31px;
    font-weight: 700;
}

#myTodayView .aktoday-basket-btn:hover {
    border-color: #c63e3e;
    background: #c63e3e;
    color: #fff;
}


/* =========================================================
   EMPTY
========================================================= */

#myTodayView .aktoday-empty {
    height: 190px !important;
    text-align: center;
}

#myTodayView .aktoday-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #eef2f6;
    color: #7d91a6;
    font-size: 13px;
    font-weight: 800;
}

#myTodayView .aktoday-empty strong {
    display: block;
    margin: 0 0 4px;
    color: #222;
    font-size: 13px;
    line-height: 1.5;
}

#myTodayView .aktoday-empty p {
    margin: 0;
    padding: 0;
    color: #888;
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
   BOTTOM ACTION
========================================================= */

#myTodayView .aktoday-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 14px;
}

#myTodayView .aktoday-delete-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 13px;
    border: 1px solid #d7a4a4;
    border-radius: 5px;
    background: #fff;
    color: #b64b4b;
    font-size: 11px;
    line-height: 32px;
    font-weight: 700;
}

#myTodayView .aktoday-delete-btn:hover {
    border-color: #d84a4a;
    background: #fff6f6;
    color: #c63e3e;
}


/* =========================================================
   GUIDE
========================================================= */

#myTodayView .aktoday-guide {
    margin-top: 30px;
    padding: 18px 20px;
    border: 1px solid #dce5ed;
    border-radius: 9px;
    background: #f5f8fb;
}

#myTodayView .aktoday-guide > strong {
    display: block;
    margin: 0 0 9px;
    color: #222;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
}

#myTodayView .aktoday-guide ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#myTodayView .aktoday-guide li {
    position: relative;
    margin: 4px 0;
    padding-left: 11px;
    color: #5f6368;
    font-size: 11px;
    line-height: 1.7;
}

#myTodayView .aktoday-guide li::before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #7189a3;
    content: "";
}


/* =========================================================
   RESPONSIVE FALLBACK
========================================================= */

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

    #contentWrap.akmypage-layout {
        width: calc(100% - 40px);
        max-width: 1100px;
    }

    #contentWrap.akmypage-layout > #content.akmypage-content {
        width: calc(100% - 240px);
    }

}

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

    #contentWrap.akmypage-layout > #aside {
        width: 190px;
    }

    #contentWrap.akmypage-layout > #content.akmypage-content {
        width: calc(100% - 212px);
    }

}
/* BASIC css end */

