* {
    font-family: Bookman, Tahoma, Verdana;
}
input {
    font-size: 16px;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
a {
    display: block;
    color: #55d;
    transition: 0.2s;
}
p,ul,li,dt,dd,dl {
    color: #333;
    list-style-type: none;
}
.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
    display: block;
}
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.mb35{ margin-bottom: 35px; }
.mb40{ margin-bottom: 40px; }
.cont {
    margin-bottom: 60px;
}
.war {
    color: #d11;
    font-size: 13px;
    margin: 10px 0;
}
.err_mess {
    background-color: #f00;
    color: #fff;
    padding: 5px;
    margin: 10px 0;
}

#shade {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.2s;
    z-index: 999;
}
#shade .box {
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 600px;
    background: #fff;
    padding: 40px;
    display: none;
}
#shade .mess {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}
#shade .butt {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#shade .butt > * {
    width: 45%;
    max-width: 150px;
    background: #ddd;
    color: #555;
    margin: 2%;
    padding: 10px 5px;
    box-shadow: 2px 2px 6px #555;
    border: 1px solid #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
}
#shade .butt a {
    background-color: #00a550;
    color: #fff;
}
#shade .butt a:hover {
    background-color: #fff;
    color: #00a550;
    border: 1px solid #00a550;
}
#shade .butt .back:hover {
    background-color: #bbb;
    color: #fff;
}
#shade .close_butt {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 40px;
    height: 40px;
    background: transparent url('./img/close_gr.png') no-repeat center;
    background-size: 20px;
}
#shade .close_butt:hover {
    background-image: url('./img/close_bl.png');
}

body {
    padding-top: 165px;
}


/* header fix css ---------------*/
#header {
    background-color: #fff;
    border-bottom: 1px solid #00a550;
    position: fixed;
    box-shadow: 1px 0 3px #333;
    width: 100%;
    z-index: 99999;
    top: 0;
}
#header .line_header {
    background: #ccc;
    color: #333;
    font-size: 11px;
    padding: 2px 0;
} 
#header .header_main {
    padding: 10px 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#header .header_main .logo {
    max-width: 200px;
}
#header .header_main .logo img {
    max-height: 75px;
    width: auto;
    transition: 0.3s;
}
#header .header_main .right_info {
    display: flex;
    margin: auto 0 auto auto;
} 
#header .header_main .right_info .contact_bana {
} 
#header .header_main .right_info .contact_bana a.callus {
    background: #00a550 url('./img/tel_mark.png') no-repeat left 10px center;
    background-size: 25px;
    padding: 10px 10px 10px 40px;
    width: 170px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
}
#header .header_main .right_info .contact_bana a.contactus {
    background: #f49739 url('./img/mail_mark.png') no-repeat left 10px center;
    background-size: 25px;
    padding: 5px 5px 5px 45px;
    height: 25px;
    font-size: 12px;
    color: #fff;
    border-radius: 7px;
    letter-spacing: 1px;
}
#header .header_main .right_info .contact_bana a:first-child {
    margin-bottom: 5px;
}
#header .header_main .right_info .cart {
    max-width: 70px;
    max-height: 70px;
    background-color: #00a55a;
    border-radius: 5px;
    position: relative;
    margin-left: 10px;
}
#header .header_main .right_info .cart .cart_count {
    background-color: #f00;
    border-radius: 15px;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 12px;
    min-width: 25px;
    text-align: center;
    padding: 5px;
}
#header .header_main .right_info .cart a {
    padding: 5px;
}
#header .header_main .right_info .cart a img {
    max-width: 40px;
    margin: auto;
}
#header .header_main .right_info .cart a span {
    font-size: 11px;
    color: #fff;
    margin-top: auto;
}
#header .user_login {
    background-size: 40px;
    border-radius: 7px;
    margin-left: 10px;
    transition: 0.3s;
    display: flex;
    padding: 5px 10px;
    border: 2px solid #00a550;
}
#header .user_login .user_img {
    max-width: 40px;
    background-color: #00a550;
    border-radius: 50%;
    padding: 5px;
}
#header .user_login.on {
    
}
#header .user_login .logout {
    font-size: 11px;
    color: #f49739;
    font-weight: normal;
    padding: 0;
    background: none;
    text-align: left;
}
#header .user_login .flex {
    display: flex;
    flex-direction: column;
    margin: auto 10px;
}
#header .user_login .lgtk {
    font-size: 16px;
}
#header .user_login a {
    margin: 2px;
    font-weight: bold;
    color:#f49739;
}
#header .user_login a:hover {
    color: #00a550;
}
#header .user_login .hello {
    font-size: 11px;
}
#header .user_login .user_name {
    font-size: 12px;
    color: #00a550;
    overflow: hidden;
    margin-top: 3px;
}
#header_menu {
    background-color: #00a55a;
}
.header_list {
    display: flex;
}
.header_list > li {
    display: flex;
    font-size: 14px;
    position: relative;
    transition: 0.2s;
}
.header_list li .title {
    font-size: 14px;
    color: #fff;
    margin: auto;
    display: flex;
    cursor: pointer;
    padding: 14px 7px;
}
.header_list li .title.on {
    background-color: #fff;
    color: #00a550;
}
.header_list li .title.on span {
    background-image: url(./img/down-mark-hover.png);
}
.header_list > li:hover {
    background: #fff;
}
.header_list > li:hover .title {
    color: #00a55a;
}
.header_list li .title span {
    display: block;
    width: 16px;
    background: url(./img/down-mark.png) no-repeat center;
    background-size: 10px;
    margin-left: 4px;
}
.header_list > li:hover span {
    background-image: url(./img/down-mark-hover.png);
}
.header_list li .sub_list {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 220px;
    padding: 10px;
    display: none;
    z-index: 99;
    transition: 0s;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 5px solid #00a550;
}
.header_list li .sub_list.right {
    left: unset;
    right: 0;
}
.header_list .sub_list a {
    padding: 5px 2px;
    color: #444;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.header_list .sub_list a:hover {
    color: #00a55a;
    border-bottom: 1px solid #00a55a;
}

#header .menu_butt {
    position: relative;
    z-index: 99999;
    cursor: pointer;
    display: none;
}
#header .menu_butt .butt {
    width: 70px;
    height: 70px;
    margin: auto 0 auto 10px;
    background: #00a550 url('./img/menu_wh.png') no-repeat center;
    background-size: 40px;
    border-radius: 7px;
    z-index: 99999;
    border: 3px solid #00a550;
    transition: 0.3s;
}
#header .menu_butt .butt:hover {
    background-color: #fff;
    background-image: url('./img/menu_gre.png');
}
#header .menu_butt .butt.on {
    background-image: url('./img/close_wh.png');
}
#header .menu_butt .butt.on:hover {
    background-image: url('./img/close_gre.png');
}
#header .menu_butt .header_list.mobi {
    position: absolute;
    top: 80px;
    right: -20px;
    background: #fff;
    width: 80vw;
    max-width: 600px;
    height: calc(100vh - 80px);
    padding: 15px 20px 20vh 15px;
    overflow: auto;
    z-index: 99999;
    display: none;
}
#header .menu_butt .header_list.mobi .search {
    margin: 20px 0;
}
#header .menu_butt .header_list.mobi .search .search_box {
    display: flex;
    justify-content: space-between;
}
#header .menu_butt .header_list.mobi .search .search_box input {
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 3px;
    width: calc(100% - 40px);
}
#header .menu_butt .header_list.mobi .search_bt {
    width: 35px;
    height: 35px;
    background: #fff url('./img/search-hover.png') no-repeat center;
    background-size: 20px;
    border: 2px solid #00a550;
}
#header .menu_butt .header_list.mobi .search_bt:hover {
    background-image: url('./img/search.png');
    background-color: #00a550;
}
#header .menu_butt .header_list.mobi ul {
    width: 100%;
    position: unset;
}
#header .menu_butt .header_list.mobi ul li {
    margin-left: auto;
    text-align: right;
}
#header .menu_butt .header_list.mobi ul > li {
    border-bottom: 1px solid #aaa;
}
#header .menu_butt .header_list.mobi ul li a {
    color: #000;
    padding: 14px 7px;
}
#header .menu_butt .header_list.mobi ul li .title {
    color: #000;
    justify-content: right;
}
#header .menu_butt .header_list.mobi ul li .title.on {
    color: #00a550;
}
#header .menu_butt .header_list.mobi ul li .title span {
    margin-left: auto;
    background-image: url('./img/list-close.png');
}
#header .menu_butt .header_list.mobi ul li .title.on span {
    color: #00a550;
    background-image: url('./img/list-open.png');
}
#header .menu_butt .header_list.mobi ul li .sub_list {
    border-right: 1px solid #00a550;
    margin: 0 15px 15px 0;
    width: calc(100% - 15px);
}
#header .menu_butt .header_list.mobi ul li .sub_list li {
    border: none;
}
#header .menu_butt .header_list.mobi .box select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    margin-top: 5px;
}

/* ---- header End ---- */

#figure {
    padding: 0;
}

/* main edit ------------ */

/* thong bao dau tien */
#main .information {
    box-shadow: 2px 2px 4px #aaa;
    position: relative;
    padding: 40px 2%;
}
#main .information .mk01 {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
#main .information .idx_main_title {
    color: #00a55a;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}
#main .information p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
#main .information dl {
    display: flex;
    justify-content: center;
    padding: 5px 0;
}
#main .information dl dt {
    font-weight: bold;
    font-size: 16px;
    margin-top: auto;
}
#main .information dl dd {
    margin-left: 10px;
}
#main .information dl dd a {
    font-weight: bold;
    color: #f00;
    font-size: 20px;
}
.import_info {
    border: 5px solid #ff9545;
    padding: 15px;
    margin: 40px 0;
    text-align: center;
}
.import_info p.err {
    color: #f00;
}
.import_info p {
    margin: 20px 0;
    font-size: 30px;
    font-weight: bold; 
    color: #00a550;
}

/* Uu dai khuyen mai san pham ------- */
.recom {
    background-color: #00a55a;
    padding: 30px 2%;
}
.recom .recom_title {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.rc_list {
    padding: 10px 5%;
}
.item_list {
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    grid-column-gap: 2%;
    grid-row-gap: 15px;
}
.item_list.idx {
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    grid-column-gap: 2%;
}
.item_list.rc {
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    grid-column-gap: 2%;
}
.item_list.rc li {
    background: none;
    padding: 15px;
    border: 1px solid #00a550;
    box-shadow: none;
}
.item_list.rc li .box {
    background-color: #fff;
    padding: 10px;
}
.item_list li {
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 3px #ddd;
    border: 1px solid #ddd;
    transition: 0.2s;
    position: relative;
    display: flex;
    flex-direction: column;
}
.item_list li .img {
    position: relative;
    margin: auto 0;
}
.item_list li:hover {
    box-shadow: 1px 1px 3px #00a55a;
    border: 1px solid #00a55a;
}
.item_list.rc li:hover {
    box-shadow: none;
    border: none;
}
.item_list li .item_name {
    padding: 10px 0 0;
    font-size: 14px;
    color: #000;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.item_list.rc li .item_name {
    font-size: 18px;
}
.item_list li .price {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    justify-content: center;
    color: #f00;
    font-size: 16px;
}
.item_list li .price .bf_price {
    font-size: 12px;
    color: #666;
    text-decoration: line-through;
    margin-right: 10px;
    margin-top: auto;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-align: center;
}

.set_num select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 3px;
    text-align: center;
}

.item_list li .set_num {
    display: flex;
    justify-content: space-between;
    margin: 5px auto;
    border-radius: 10px;
    border: 1px solid #333;
    width: 75%;
    max-width: 130px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    margin-top: auto;
    position: relative;
}
.item_list li .set_num.disabled {
    opacity: 0.2;
}
.item_list li .set_num.disabled::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.item_list li .set_num input {
    text-align: center;
    width: calc(100% - 54px);
}
.item_list li .set_num span {
    padding: 5px 7px;
    cursor: pointer;
    transition: 0.2s;
}
.item_list li .set_num span:hover {
    background-color: #ccc;
    color: #fff;
}
.item_list li .add_cart {
    background-color: #f49739;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin-top: 10px;
}
.item_list li .add_cart:disabled {
    background-color: #ddd;
}
.item_list li .img .out {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    background: rgba(0, 165, 80, 0.8);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 1px 0px #333;
    padding: 10px 0;
    transform: translate(0, -50%);
}

.cate_list {
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    grid-column-gap: 2%;
    grid-row-gap: 15px;
    margin: 10px 0;
}
.cate_list li {
    border: 1px solid #00a55a;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #00a55a;
}
.cate_list .cate_name {
    background-color: #00a55a;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.cate_list li:hover {
    background-color: #fff;
}
.cate_list li:hover .cate_name{
    background-color: #fff;
    color: #00a55a;
}

.view_more {
    background: linear-gradient(45deg,#f49739, #ffb263);
    color: #fff;
    padding: 10px 5px;
    max-width: 250px;
    text-align: center;
    margin: 30px auto;
    font-size: 16px;
}

.sub_title {
    font-size: 30px;
    color: #00a55a;
    font-weight: bold;
    display: flex;
    margin-bottom: 20px;
}
.sub_title span {
    width: 10px;
    display: block;
    margin-right: 10px;
    background-color: #00a55a;
}


.news_list {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 3%;
}
.news_list li {
    border: 1px solid #fff;
    box-shadow: 1px 1px 3px #ddd;
}
.news_list li:hover {
    border: 1px solid #00a55a;
    box-shadow: 1px 1px 3px #00a55a;
}
.news_list .news_name {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 5px 5px 10px;
}
.news_list .text {
    font-size: 14px;
    color: #444;
    margin-bottom: 7px;
    padding: 0 5px;
}

.deli_tbl {
    width: 100%;
    margin-bottom: 20px;
}
.deli_tbl tr {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: center;
}
.deli_tbl th {
    border: 1px solid #fff;
    width: 100px;
    background-color: #bcddce;
    padding: 5px;
}
.deli_tbl th.sw {
    width: 60px;
    background-color: #ddd;
}
.deli_tbl td {
    border: 1px solid #fff;
    padding: 5px;
    background-color: #eee;
}
.deli_tbl td.sw {
    width: 60px;
    background-color: #ddd;
}


/* main END ----------- */

/* 特定商取引法に基づく表記 */

#main .comp_info {
    width: 100%;
}
#main .comp_info dl {
    display: flex;
    margin: -1px 0;
    border: 1px solid #333;
}
#main .comp_info dl dt {
    min-width: 150px;
    border-right: 1px solid #333;
    padding: 5px;
    font-size: 12px;
}
#main .comp_info dl dd {
    padding: 5px;
}


/* footer edit ----------------- */
#footer {
    margin-top: auto;
    background-color: #00a55a;
}

.footer_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 2%;
}
.footer_main .company_info {
    width: 40%;
    display: flex;
    flex-direction: column;
}
.footer_main .company_info .footer_logo {
    max-width: 200px;
    margin-bottom: 30px;
}
.footer_main .company_info address p {
    display: flex;
    margin: 10px 0;
    color: #fff;
    font-size: 16px;
}
.footer_main .company_info address .sns_mark {
    display: flex;
}
.footer_main .company_info address .sns_mark a {
    max-width: 40px;
    margin: 5px;
}
.footer_main .company_info address p span.mark {
    width: 20px;
    margin-right: 5px;
}

.footer_main .footer_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 58%;
}
.footer_main .footer_list > * {
    margin-bottom: 30px;
}
.footer_main .footer_list .title {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}
.footer_main .footer_list .list {
    width: 100%;
}
.footer_main .footer_list .list ul {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
}
.footer_main .footer_list a {
    color: #ddd;
    padding: 7px 0;
    font-size: 16px;
}
.footer_main .footer_list .list3 {
    width: 100%;
}

.footer_main .footer_list a:hover {
    color: #fff;
}

.copyrg {
    background-color: #006837;
    padding: 5px;
    text-align: center;
}
.copyrg p {
    font-size: 12px;
    color: #fff;
}



/*slick edit  _----------- */
.slick-arrow {
    content: '';
    font-size: 0px;
    display: block;
    background: url(./img/prev.png) no-repeat center;
    background-size: 30px;
    opacity: 0.8;
    position: absolute;
    top: 0%;
    width: 40px;
    height: 100%;
    z-index: 1;
}
.slick-prev {
    background-image: url(./img/prev.png);
    left: 0%;
}
.item_list.rc .slick-prev {
    left: -5%;
}
.slick-next {
    background-image: url(./img/next.png);
    right: 0%;
}
.item_list.rc .slick-next {
    right: -5%;
}
.slick-dots {
    position: absolute;
    bottom: 2%;
    display: flex;
    justify-content: center;
    width: 100%;
}
.slick-dots li {
    font-size: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 5px;
}
.slick-dots li.slick-active {
    background-color: #fff;
}








@media screen and (max-width: 1000px) {
    body {
        padding-top: 115px;
    }
    #header .header_main .right_info .contact_bana {
        display: none;
    }
    #header .menu_butt {
        display: block;
        margin: auto;
    }
    #header_menu {
        display: none;
    }
    .item_list.idx {
        grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    }
    .item_list li .add_cart {
        font-size: 12px;
    }
    .footer_main .footer_list .list,
    .footer_main .footer_list .list2,
    .footer_main .footer_list .list3 {
        width: 100%;
    }
}


@media screen and (max-width: 640px) {
    body {
        padding-top: 80px;
    }
    #header .header_main {
        padding: 5px 2%;
    }
    #header .header_main .logo img {
        max-height: 50px;
    }
    #header .header_main .right_info .cart a {
        padding: 5px;
    }
    #header .header_main .right_info .cart a span {
        display: none;
    }
    #header .header_main .right_info .cart {
        width: 40px;
        height: 40px;
        margin: auto 0 auto 10px;
    }
    #header .header_main .right_info .cart a img {
        max-width: 35px;
    }
    #header .menu_butt .butt {
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
    #header .menu_butt .header_list.mobi {
        top: 65px;
        height: calc(100vh - 65px);
    }
    #header .user_login a {
        background-size: 20px;
        margin: 1px;
    }
    #header .user_login {
        padding: 2px 10px;
    }
    #header .user_login .lgtk {
        font-size: 14px;
    }
    #header .user_login .dkytk {
        font-size: 12px;
    }
    #header .user_login .hello {
        font-size: 8px;
        margin-bottom: -3px;
    }
    .rc_list {
        padding: 10px 2%;
    }
    #header .user_login .user_img {
        max-width: 30px;
    }
    .recom .recom_title {
        font-size: 24px;
    }
    .sub_title {
        font-size: 20px;
    }
    .cate_list {
        grid-template-columns: 32% 32% 32%;
    }
    .cate_list .cate_name {
        font-size: 12px;
    }
    .item_list.idx {
        grid-template-columns: 32% 32% 32%;
    }
    .item_list li .img .out {
        font-size: 12px;
        padding: 5px 0;
    }
    .news_list .news_name {
        font-size: 14px;
    }
    .news_list .text {
        font-size: 12px;
    }
    .footer_main .company_info,
    .footer_main .footer_list {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer_main .company_info .footer_logo {
        margin: 0 auto 10px;
        max-width: 150px;
    }
    .footer_main .company_info address p {
        justify-content: center;
    }
    .footer_main .company_info address .sns_mark {
        justify-content: center;
    }
    
}

@media screen and (max-width: 440px) {
    .news_list {
        grid-template-columns: 49% 49%;
        grid-column-gap: 2%;
    }
    .item_list.rc li {
        padding: 2px;
    }
    .deli_tbl th p {
        font-size: 10px;
    }
    .deli_tbl th,
    .deli_tbl td {
        font-size: 11px;
    }
    #header .user_login .user_name {
        font-size: 10px;
    }
    #header .header_main {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 400px) {
    .item_list.idx {
        grid-template-columns: 49% 49%;
        grid-column-gap: 2%;
    }
}