@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Kanit:400,700|Prompt:400,700&display=swap&subset=latin-ext,thai,vietnamese');
body {
    font-family: Prompt, Helvetica, Tahoma;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}

* {
    outline: none;
    box-sizing: border-box;
    word-break: break-word;
}

#page {
    display: none;
}

button {
    border: 0;
    padding: 0px 10px;
    line-height: 31px;
    font-weight: normal;
    font-size: 14px;
    font-family: Prompt, Helvetica, Tahoma;
    text-align: center;
    min-width: 120px;
    box-sizing: border-box;
    border-radius: 5px;
}

input,
select,
button {
    font-family: "Prompt", "Helvetica", Tahoma;
    appearance: none;
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    /*อัพเดท 12072565*/
    appearance: auto;
    -webkit-appearance: auto;
}

::placeholder {
    color: #BBB;
}

input[type="text"],
input[type="password"],
textarea,
select {
    width: 100%;
    background-color: #fff!important;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
select {
    height: 40px;
}

input[type="checkbox"],
input[type="radio"] {
    top: 2px;
    position: relative;
}

select {
    background-color: #FFF;
    padding-right: 30px;
    background-position-x: 100%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNTcuNiA2NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjU3LjYgNjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM5OTk5OTk7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTI4LjgsNjQgMTgzLjksMCA3My43LDAgCSIvPg0KPC9nPg0KPC9zdmc+DQo=);
}

a:link,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

a:active,
a:focus {
    outline: none;
}

div {
    position: relative;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container_row {
    margin: 0 auto;
    max-width: 1200px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
}

#header-inner .row {
    align-items: center;
    padding: 10px 0;
}

#header-inner .topmenu .row {
    padding-top: 0;
}

.row p,
.row pre {
    width: 100%;
    margin: 0 0 1em 0;
}

.row p:last-child,
.row pre:last-child {
    margin-bottom: 0;
}

.col1,
.col10,
.col11,
.col12,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9 {
    padding: 0 10px;
}

.col12 {
    width: 100%;
}

.col11 {
    width: 91.66666667%;
}

.col10 {
    width: 83.33333333%;
}

.col9 {
    width: 75%;
}

.col8 {
    width: 66.66666667%;
}

.col7 {
    width: 58.33333333%;
}

.col6 {
    width: 50%;
}

.col5 {
    width: 41.66666667%;
}

.col4 {
    width: 33.33333333%;
}

.col3 {
    width: 25%;
}

.col2 {
    width: 16.66666667%;
}

.col1 {
    width: 8.33333333%;
}

.cart-amount {
    position: absolute;
    background-color: #C00;
    text-align: center;
    border-radius: 30px;
    padding: 0;
    color: #FFF;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: 5px;
    right: 0px;
    z-index: 1;
    font-size: 12px;
}

.banner-box {
    display: block;
    margin: 0 auto;
    padding: 2vw 0 1.5vw 0;
    background-color: transparent;
}

.banner-box-scale {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0 auto;
    width: 100%;
    padding-top: 42.85%;
}

.banner-box-scale-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.banner-box-scale-img img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    object-position: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.main-content {
    margin-top: 0;
}

.search-box {
    width: 100%;
    margin: auto;
    padding: 30px 0;
}

.inp-box {
    border: 1px solid #E0E0E0;
    padding: 5px 10px;
    padding-right: 75px;
    background-color: #FFF;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 5px;
}

.inp-box input[type="text"] {
    border: 0px;
    font-family: 'Prompt', helvetica;
}

button.btn-search {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    width: 80px;
    position: absolute;
    right: 5px;
    height: 80%;
    min-width: auto;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}

button.btn-search:hover {
    background-color: #eee;
}

button.btn-search:before {
    content: "";
    background-image: url(../images/Template/1/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 20px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.sub-catalog {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.sub-catalog img {
    width: auto;
    height: 50px;
    max-height: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 15px auto;
}

.sub-catalog ul {
    margin: 20px auto 15px auto;
    padding: 0;
    width: auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.sub-catalog li {
    flex: 1;
    text-align: center;
    list-style: none;
    padding: 0 10px;
    border-left: 1px solid #E0E0E0;
}

.sub-catalog li:first-child {
    border-left: 0px;
}

.sub-catalog li i {
    display: block;
    margin-bottom: 10px;
}

.sub-catalog li a:link,
.sub-catalog li a:visited {
    color: #000;
}

.full-box {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.product-box {
    margin: 5em auto;
    display: block;
    width: auto;
    max-width: 1200px;
}

.product-box-row {
    width: auto;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.product-box-col {
    width: 20%;
    padding: 10px;
    margin: 0;
}

.product-box-col:nth-child(1n+8) {
    display: none;
}

.product-box-col img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-box-col .prod-img {
    padding-top: 56.25%;
}

.product-box-scale {
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0;
    width: 100%;
    height: 100%;
}

.product-box-scale-col {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.product-box-title {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 0 20px 0;
    padding: 0;
    align-items: baseline;
}

.product-box-title-txt {
    font-size: 24px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 120px;
}

.product-box-subtitle {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.product-recom {
    display: inline-block;
    border: 1px solid #E0E0E0;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 20px;
    color: #999;
    text-align: center;
    width: 120px;
}

.product-box-title ul {
    padding: 0;
    margin: 10px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.product-box-title li {
    list-style: none;
    margin: 0 10px 0 0;
    color: #999;
}

.product-box-title li a:link,
.product-box-title li a:visited {
    color: #999;
}

.product-box-colleft,
.product-box-colright {
    display: table-cell;
    vertical-align: middle;
}

.product-box-colleft {
    width: 50%;
    padding-right: 5px;
}

.product-box-colleft:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 95%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #FFF;
    z-index: 1;
    box-sizing: border-box;
    margin: auto;
}

.product-box-colleft img {
    width: 100%;
    height: 100%;
    max-height: none;
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0;
}

.product-box-rowprod {
    display: table;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product-box-colprod {
    width: 50%;
    padding: 0px 0px 15px 10px;
    float: left;
}

.product-box-colprod:nth-child(3) {
    padding-bottom: 0px;
}

.product-box-colprod:nth-child(4) {
    padding-bottom: 0px;
}

.product-box-colprod-row {
    border: 1px solid #E0E0E0;
    padding: 10px;
    display: block;
    width: auto;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.product-box-colprod-row-img {
    padding: 10px 0 15px 0;
    overflow: hidden;
}

.product-box-colprod-row-img img {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.product-box-colprod-row-txt {
    text-align: left;
    display: grid;
}

.product-box-colprod-row-txt span.colprod-discount {
    color: #999;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.colprod-title {
    line-height: 19px;
    overflow: hidden;
    max-height: 34px;
    margin-bottom: 5px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.colprod-subtitle {
    line-height: 19px;
    overflow: hidden;
    max-height: 34px;
    margin-bottom: 10px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.price-red {
    color: #F00;
    font-size: 18px;
    line-height: 1;
    margin-right: 10px;
}

.price-discount {
    text-decoration: line-through;
}

.brand-box {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 3em auto;
}

.brand-box-row {
    margin: 0 auto;
}

.main-title {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}

.main-content.text-content .main-title {
    margin-bottom: 0;
}

.main-title-txt {
    width: auto;
    font-size: 24px;
}

.customer-service {
    background-color: #EFEFEF;
    padding: 20px 0px;
    display: block;
    width: auto;
}

.customer-service-row {
    width: 1200px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

.customer-service-col {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.customer-service-col-txt {
    float: left;
    width: 60%;
    text-align: right;
    padding-right: 15px;
    line-height: 16px;
    margin-top: 5px;
}

.customer-service-col-img {
    text-align: left;
    float: right;
    width: 40%;
}

.customer-service-col-img i:before {
    font-size: 36px;
}

.footer-box {
    display: block;
    width: auto;
    border-top: 1px solid #E0E0E0;
}

.footer-box-row {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 40px 0 30px 0px;
}

.footer-box i:before {
    color: #555;
}

.footer-box-row .accordion {
    display: flex;
    width: auto;
    margin: 0 -10px;
    flex-wrap: nowrap;
}

.footer-box-row .accordion .accordion-section {
    /* อัพเดท */
    padding: 0px 10px;
    width: 50%;
    display: flex;
    flex-direction: row;
}

.footer-box-row .accordion-section.last-sec {
    /* อัพเดท */
    width: 50%;
    padding: 0 10px;
    flex-direction: column;
}

.footer-box-row .accordion-section.last-sec p {
    position: relative;
}

.footer-box-row .accordion-section.last-sec a {
    margin-right: 20px;
}

.footer-box-row .accordion-section.last-sec i {
    position: absolute;
    left: 0;
}

img.footer_logo {
    max-width: 150px;
    height: 40px;
    object-fit: contain;
}

.accordion-section-title:link,
.accordion-section-title:visited {
    color: #000;
}

.credit-box .accordion-section-title:link,
.credit-box .accordion-section-title:visited {
    display: inline-block;
    width: auto;
    padding: 0;
}

.credit-box .accordion-section-title:before {
    content: "";
}

.credit-box .accordion-section-title.active:before {
    content: "";
}

.credit-box .accordion-section-content {
    margin: 0 0 10px 0;
}

.credit-box .accordion-section-content img {
    float: left;
    margin-right: 10px;
    top: -5px;
}

.credit-box .accordion-section-content {
    display: none;
}

.according-bg-org:link,
.according-bg-org:visited {
    display: block;
}

.footer-box-row .accordion .accordion-section .accordion-section-title {
    display: none;
}

.footer-box-row .accordion .accordion-section .accordion-section-title:link {
    font-weight: bold;
}

.footer-box-row .accordion .accordion-section .accordion-section-content {
    display: block;
    margin-top: 0;
    flex: 1;
}

.footer-box-row dl {
    list-style: none;
    padding: 0px 10px;
    margin: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-box-row .accordion .accordion-section ul {
    margin-top: 0;
}

.footer-box-row .accordion .accordion-section .accordion-section-content dt {
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    width: 100%;
}

.footer-box-row dt {
    font-weight: bold;
}

.footer-box-row dd {
    padding: 0;
    margin: 5px 0;
    position: relative;
    width: 100%;
}

.footer-box-row dd a:link,
.footer-box-row dd a:visited {
    color: #000;
}

.footer-box-row .accordion-section p {
    position: relative;
    margin: 0 0 15px 0;
}

.footer-box-row .accordion-section p label {
    display: block;
    width: auto;
    position: relative;
    left: 0;
    padding-left: 40px;
}

.footer-box-row .accordion-section p label i {
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.footer-box-row .accordion-section p label i:before {
    font-size: 16px;
    top: 1px;
}

.copyright {
    border-top: 1px solid #E0E0E0;
    width: auto;
    padding: 5px 0;
    background-color: #333;
    color: #FFF;
}

.copyright-row {
    display: table;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.copyright .lefttxt,
.copyright .righttxt {
    display: table-cell;
    vertical-align: middle;
}

.copyright .righttxt {
    text-align: right;
}

.footer-box-subrow {
    display: flex;
    flex-wrap: wrap;
}

.footer-box-subcol {
    flex: 1;
}

.footer-box-subcol dl {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-box-subcol dt {
    margin-bottom: 10px;
}

.footer-box-subcol dd {
    padding: 5px 0px 5px 30px;
    margin: 0;
}

.footer-box-subcol dd:before {
    content: "●";
    position: absolute;
    left: 10px;
    color: #333;
}

.footer-box-subcol dd a:link,
.footer-box-subcol dd a:visited {
    color: #000;
}

.footer-box-subcol p {
    padding-left: 100px;
}

.footer-box-subcol p label {
    display: inline-block;
    width: 100px;
    position: absolute;
    left: 0;
}

.footer-box-subcol p label i {
    margin-right: 10px;
}

.product-desktop {
    display: block;
}

.product-mobile {
    display: none;
}

.index-new-features-controls {
    display: none !important;
}

.index-new-features__tab:before {
    height: 40px!important;
}

.index-new-features__tab[data-type=tank]:before {
    position: relative;
    content: "\e900";
    color: #555;
    font-family: 'tank';
    font-size: 40px;
}

.index-new-features__tab[data-type=floor]:before {
    position: relative;
    content: "\e900";
    color: #555;
    font-family: 'floor';
    font-size: 40px;
}

.index-new-features__tab[data-type=bathroom]:before {
    position: relative;
    content: "\e900";
    color: #555;
    font-family: 'bathroom';
    font-size: 40px;
}

.index-new-features__tab[data-type=roof]:before {
    position: relative;
    content: "\e900";
    color: #555;
    font-family: 'roof';
    font-size: 44px;
}

.index-new-features__tab[data-type=door]:before {
    position: relative;
    content: "\e900";
    color: #555;
    font-family: 'door';
    font-size: 40px;
}

.index-new-features__tab[data-type=other]:before {
    position: relative;
    content: "\e900";
    color: #555;
    font-family: 'electric';
    font-size: 42px;
}

.colprod-price {
    font-size: 18px;
}

.colprod-discount {
    color: #999;
    width: 100%;
}

.nav-page {
    width: auto;
    margin: 0 auto;
    padding-top: 10px;
    max-width: 1200px;
}

.nav-page ul {
    width: auto;
    max-width: none;
    margin: 20px -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    scroll-snap-align: start;
    scroll-snap-type: x mandatory;
    flex-direction: row;
    flex-flow: row nowrap;
    appearance: none;
    -webkit-appearance: none;
    overflow: auto;
}

.nav-page ul::-webkit-scrollbar {
    display: none;
}

.nav-page li {
    padding: 0 20px;
    list-style: none;
    display: flex;
    margin: 0 0 0 0;
    position: relative;
    scroll-snap-align: start;
    flex: none;
    color: #222;
    align-content: flex-start;
    text-align: center;
}

.nav-page li i {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.nav-page li img {
    height: 16px;
    margin-right: 10px;
}

.nav-page li:after {
    font-family: 'next';
    content: "\e900";
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    color: #999;
}

.nav-page li:last-child:after {
    content: "";
}

.justforyou {
    padding-top: 10px;
    padding-bottom: 5px;
}

.main-box {
    margin: 30px auto 0 auto;
    display: block;
    max-width: 1200px;
}

.main-box-row {
    width: auto;
    margin: 0 auto 10em auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.main-box-row .product-content {
    width: auto;
    margin: 0 auto 10em auto;
    padding: 0;
    display: block;
}

.main-box-left {
    width: 20%;
}

.main-box-right {
    width: 80%;
    padding-left: 20px;
}

.filter-box {
    padding: 5px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.filter-box-row {
    padding: 10px 10px 20px 10px;
}

.filter-box-row:last-child {
    padding-bottom: 20px;
}

.filter-box-title {
    margin-bottom: 10px;
    padding: 5px 10px;
    border-bottom: 1px solid #E0E0E0;
    display: block;
    width: auto;
}

.filter-box-title-txt {
    font-size: 18px;
    text-transform: uppercase;
}

.filter-price td {
    vertical-align: middle;
    padding: 0px 5px 0px 0px;
    position: relative;
}

.filter-price td:last-child {
    padding-right: 0px;
    width: 60px;
}

button.filter-search {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    height: 100%;
    width: 100%;
    min-width: initial;
    line-height: 1;
    padding: 5px;
    background-image: url(../images/Template/1/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

button.filter-search:hover {
    background-color: #eee;
}

button.filter-search img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

label.title-filter {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
}

.product-title {
    display: inline-block;
    width: 100%;
    padding: 5px 0px 10px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.product-title-txt {
    float: left;
    font-weight: bold;
    font-size: 22px;
}

.sort-box {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: row;
}

.sort-box select {
    width: auto;
    font-size: 12px;
    background-color: #FFF;
    margin-left: 10px;
    color: #000;
}

.product-list {
    display: block;
    margin: 2em 0;
    width: auto;
}

.product-list-row {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px;
}

.product-list-col {
    border: 0px solid #E0E0E0;
    padding: 10px;
    width: 25%;
}

.page-num {
    display: block;
    margin: 0 auto;
}

.page-num ul {
    display: table;
    margin: 0 auto;
    padding: 0;
}

.page-num li {
    float: left;
    padding: 0px;
    margin: 0px 5px;
    list-style: none;
    position: relative;
    text-align: center;
    line-height: 24px;
}

.page-num li:first-child a:link {
    border: 0;
}

.page-num li:last-child a:link {
    border: 0;
}

.page-num li a:link,
.page-num li a:visited {
    padding: 2px 10px;
    display: inline-block;
    border: 1px solid #E0E0E0;
    min-width: 10px;
}

.page-num li i.page-prev:before {
    font-family: 'droparrow';
    content: "\e5cf";
    font-size: 20px;
    font-style: normal;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: 5px;
    color: #555;
}

.page-num li i.page-next:before {
    font-family: 'droparrow';
    content: "\e5cf";
    font-size: 20px;
    font-style: normal;
    transform: rotate(-90deg);
    position: absolute;
    top: 5px;
    right: 0;
    color: #555;
}

a.page-active {
    background-color: #555;
    border: 1px solid #555!important;
    color: #FFF;
}

.detail-box {
    margin: 0 0 3em 0;
}

.detail-box-row {
    display: block;
    width: auto;
    margin-bottom: 20px;
}

.detail-box-row:last-child {
    margin-bottom: 40px;
}

.detail-box-colleft,
.detail-box-colright {
    display: table-cell;
    vertical-align: top;
}

.detail-box-colleft {
    width: 480px;
    padding-right: 40px;
}

.detail-box-colleft img {
    width: auto;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.detail-box-col-row {
    display: inline-block;
    width: 100%;
}

.detail-product p {
    padding-left: 120px;
}

.detail-product p label {
    position: absolute;
    left: 0;
    width: 100px;
}

.warranty-product p {
    padding-left: 50px;
}

.warranty-product p:last-child {
    margin-bottom: 0;
}

.warranty-product i {
    position: absolute;
    left: 0;
}

span.instock {
    color: #00b615;
}

span.outstock {
    color: #F00;
}

.detail-subtitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    margin-top: 10px;
    font-weight: normal;
    display: block;
    width: auto;
    font-size: 18px;
}

span.txt-comment {
    color: #999;
    font-size: 12px;
}

.print-out {
    position: absolute;
    right: 0;
    top: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.print-out a {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.print-out .icon-print {
    margin-right: 0;
    margin-left: 5px;
}

.price-box {
    border-top: 1px solid #E0E0E0;
    margin-top: 20px;
    padding-top: 20px;
}

span.discount-price {
    color: #FF0000;
    font-size: 26px;
}

.normal-price {
    color: #999;
    text-decoration: line-through;
}

.save-price {
    background-color: #FF0000;
    color: #FFF;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    border-radius: 5px;
}

table.customer-order {
    width: auto;
    float: right;
}

.customer-order td {
    padding: 0px 10px;
}

button.tobuy,
button.tocart {
    padding: 5px 10px;
    width: 49%;
    margin: 0 0 0 5px;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
}

button.tobuy:hover,
button.tocart:hover {
    background-color: #eee;
}

.customer-order td {
    vertical-align: middle;
}

.customer-order td:first-child {
    padding-left: 0;
}

.customer-order td:last-child {
    padding-right: 0;
}

.price-box-row {
    margin-bottom: 2em;
}

.price-box-row:last-child {
    margin-bottom: 0;
}

.order-command {
    display: flex;
    width: auto;
    justify-content: space-between;
    align-items: baseline;
}

.txt-order {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}

.buttonGrayMini,
a.buttonGrayMini {
    font-size: 26px;
    padding: 7px;
    display: inline-block;
    text-decoration: none!important;
    text-align: center;
    width: 20px;
    height: 20px;
    font-weight: normal;
    color: #5F666B!important;
    border-radius: 30px;
    border: 1px solid #E0E0E0;
    line-height: 20px;
    box-sizing: content-box;
}

.buttonGrayMini:hover,
a.buttonGrayMini:hover {
    background-color: #eee;
}

.order-box .buttonGrayMini,
.order-box a.buttonGrayMini {
    padding: 10px;
}

span#AdultsCount {
    padding: 0;
    font-size: 18px;
    width: 50px;
    text-align: center;
    display: inline-block;
}

.other-detail {
    border-left: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.other-detail-row {
    display: flex;
    width: auto;
    flex-wrap: wrap;
}

.other-detail-col {
    width: 50%;
    border-top: 1px solid #E0E0E0;
}

.other-detail-subrow {
    display: flex;
    width: auto;
    flex-wrap: wrap;
}

.other-detail-subcol {
    flex: auto;
    width: 100px;
    padding: 10px;
    border-right: 1px solid #E0E0E0;
}

.other-detail-subcol.title {
    width: 150px;
    flex: none;
}

.detail-box-row dl {
    padding: 0;
    margin: 30px 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.detail-box-row dt {
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}

.detail-box-row dd {
    padding: 5px 10px 5px 30px;
    margin: 0;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.detail-box-row dd:before {
    content: "●";
    position: absolute;
    left: 0;
}

.fill-box {
    display: none;
}

.icon-prodmenu {
    display: none;
}

.order-box {
    display: flex;
    width: auto;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.order-box-col {
    margin: 5px 0;
}

.order-box-col:last-child {
    display: flex;
    flex-wrap: nowrap;
}

.chk_filter {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chk_filter input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
}

.chk_filter:hover input~.checkmark {
    background-color: #ccc;
}

.chk_filter input:checked~.checkmark {
    background-color: #999;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chk_filter input:checked~.checkmark:after {
    display: block;
}

.chk_filter .checkmark:after {
    left: 5px;
    top: 2px;
    width: 2px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu3 .mm-panels>.mm-panel.filter-box {
    margin-top: 20px;
    border: 0;
}

.mm-panels>.mm-panel.filter-box label.title-filter {
    font-size: 14px;
}

.special-event {
    position: absolute;
    padding: 5px;
    border-radius: 5px;
    z-index: 2;
    font-size: 10px;
    top: -10px;
    right: 10px;
    background-color: #CC0000;
    color: #FFF;
}

.idea-box {
    display: block;
    margin-bottom: 40px;
}

.idea-box-row {
    width: 1200px;
    margin: 30px auto 10px auto;
    display: table;
}

.idea-box-title {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    line-height: 1;
}

.idea-box-title-txt {
    float: left;
    font-size: 24px;
}

.idea-box-colleft,
.idea-box-colright {
    display: table-cell;
    vertical-align: middle;
}

.idea-box-colleft {
    width: 50%;
    padding-right: 5px;
}

.idea-box-colleft:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 95%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #FFF;
    z-index: 1;
    margin: auto;
}

.idea-box-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.idea-box-img:before {}

.idea-box-img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.idea-box-rowprod {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -5px;
}

.idea-box-colprod {
    width: 50%;
    padding: 0px 5px 10px 5px;
    display: inline-block;
}

.idea-box-rowprod-full {
    display: table;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.idea-box-rowprod-full .idea-box-colprod {
    width: 25%;
    padding: 0px 0px 10px 10px;
    display: inline-block;
}

.idea-box-rowprod-full .idea-box-colprod:nth-child(4n+1) {
    padding-left: 0;
}

.idea-box-colprod-row {
    border: 1px solid #E0E0E0;
    padding: 0px;
}

.idea-box-colprod-row-img {
    text-align: center;
    position: relative;
    padding-top: 78.5%;
}

.idea-box-rowprod-full .idea-box-colprod:nth-child(4n+1) .idea-box-colprod-row-img {
    text-align: center;
    position: relative;
    padding-top: 75%;
}

.idea-box-colprod-row-img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.idea-box-colprod-row-txt {
    padding: 10px;
    display: grid;
}

.showmore {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: auto;
    z-index: 1;
    color: #FFF;
}

.showmore i {
    min-width: auto;
    margin-left: 10px;
}

.showmore i:before {
    right: 5px;
    top: 7px;
}

.showmore :link,
.showmore :visited {
    color: #FFF;
    padding: 5px 10px;
    border: 1px solid #FFF;
    display: inline-block;
}

.contact-box {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
}

.contact-title {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.contact-title-txt {
    font-size: 24px;
    font-weight: bold;
}

.contact-box-row {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: center;
}

.contact-box-col {
    width: 40%;
    padding: 0 10px;
    vertical-align: middle;
}

.contact-box-col:first-child {
    width: 60%;
}

.contact-box-col p {
    position: relative;
    padding-left: 100px;
}

.contact-box-col p label {
    display: inline-block;
    width: 100px;
    position: absolute;
    left: 0;
}

.contact-box-col p label i {
    margin-right: 10px;
}

.cart-sumary-mobile i.icon-tel:before,
.contact-box i.icon-tel:before,
.cart-sumary i.icon-tel:before {
    font-size: 20px;
    color: #333;
}

.location-box {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    padding-top: 75%;
}

.location-box>div {
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0;
    left: 0;
}

.location-box iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.customer-order-box {
    margin-top: 0;
}

.cart-box {
    margin: 0 auto 3em auto;
    width: 100%;
    max-width: 1200px;
    min-height: 55vh;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.cart-box.thk-box {
    align-items: center;
}

.cart-title {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.cart-title-txt {
    font-size: 24px;
    font-weight: bold;
}

.cart-box-row {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.cart-box-pay {
    width: 70%;
}

.cart-box-item {
    width: 70%;
    overflow: hidden;
    border: 1px solid #E0E0E0;
    background-color: #FFF;
    border-radius: 5px;
}

.cart-box-sumary {
    width: 30%;
    padding-left: 25px;
}

.cart-box-item-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;
    padding: 20px 0;
    border-top: 1px solid #E0E0E0;
    justify-content: space-between;
    align-items: baseline;
}

.cart-box-item-row:first-child {
    padding: 10px 0;
    background-color: #FFF;
    border-top: 0;
    font-weight: bold;
}

.cart-box-item-list,
.cart-box-item-price,
.cart-box-item-subject,
.cart-box-item-amount {
    flex: auto;
    padding: 0 10px;
}

.cart-box-item-subject {
    display: flex;
}

.cart-box-item-subject a {
    margin-left: 15px;
}

.cart-box-item-subject label a {
    margin-left: 0;
}

.cart-box-item-subject span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cart-box-item-row:first-child .cart-box-item-subject {
    text-align: left;
    padding-left: 20px;
}

.cart-box-item-subject label {
    position: relative;
}

.cart-box-item-subject img {
    max-width: 50px;
    max-height: 50px;
}

.cart-box-item-price {
    width: 150px;
    text-align: center;
    flex: none;
}

.cart-box-item-list {
    width: 50px;
    text-align: center;
}

.cart-box-item-amount {
    width: 170px;
    flex: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

a.btn-del:link,
a.btn-del:visited {
    text-align: center;
    color: #999;
    display: block;
    margin: 15px auto 0 auto;
}

a.btn-del i:before {
    color: #999;
    font-size: 16px;
    top: 3px;
}

a.btn-del .icon-del {
    margin-right: 0;
}

span.prod-amount {
    color: #F00;
    margin-top: 10px;
}

.normal-itemprice {
    text-decoration: line-through;
    color: #CCC;
    font-weight: normal;
}

.discount-itemprice {
    color: #000;
    font-weight: normal;
}

.cart-sumary {
    padding: 10px;
    display: inline-block;
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.cart-sumary-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    display: inline-block;
    width: 100%;
}

.cart-sumary-col {
    margin-top: 40px;
}

.cart-sumary-col.desktop {
    margin-top: 40px;
}

.cart-sumary-col:first-of-type {
    margin-top: 0;
}

.cart-sumary .cart-sumary-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-sumary-title-txt {
    float: left;
}

.mobile-sumary {
    display: none;
}

.cart-sumary-row {
    display: flex;
    width: 100%;
    margin: 10px 0px;
    align-items: baseline;
    justify-content: space-between;
}

.cart-sumary-colitem,
.cart-sumary-colprice,
.cart-sumary-colprice-total {
    display: table-cell;
    vertical-align: top;
}

.cart-sumary-colprice {
    text-align: right;
}

.cart-sumary-colprice-total {
    text-align: right;
    color: #000;
    font-size: 16px;
}

.btn-cart {
    width: auto;
    padding: 5px 10px;
    text-align: center;
    color: #000;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    min-width: 150px;
    margin-top: 10px;
}

.btn-cart:hover {
    background-color: #eee;
}

.cart-sumary .btn-cart:first-child {
    margin: 30px 0 0 0;
}

.cart-sumary .btn-cart {
    width: 100%;
    display: block;
}

.cart-transit-row {
    padding-left: 40px;
    padding-right: 40px;
    margin: 15px 0px;
}

.cart-transit-row label {
    position: absolute;
    left: 0;
}

.payment-box {
    display: block;
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    table-layout: fixed;
}

.payment-box-col {
    display: inline-block;
    float: left;
    padding: 10px;
    border: 1px solid #E0E0E0;
    margin-right: 10px;
}

.txt-red {
    color: #F00;
}

button.btn-pay {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    color: #000;
    text-align: center;
    padding: 5px 20px;
    min-width: 200px;
}

button.btn-pay:hover {
    background-color: #eee;
}

.tooltip {
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #222;
    outline: none;
}

.tooltip span {
    visibility: hidden;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    bottom: -15px;
    z-index: 999;
    width: 300px;
    margin-left: 40px;
    padding: 10px;
    opacity: 0;
    padding-left: 72px;
}

.tooltip span label {
    position: absolute;
    left: 10px;
}

.tooltip:hover {
    border: 0;
    /* IE6 fix */
}

.tooltip:hover span {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s ease;
}

.tooltip span:before,
.tooltip span:after {
    content: "";
    position: absolute;
    z-index: 1000;
    bottom: 20px;
    left: 0;
    margin-left: -7px;
    border-right: 8px solid #FFF;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 0;
}

.tooltip span:before {
    border-right-color: #CCC;
    bottom: 20px;
    left: -2px;
}

.credit-box,
.ibank,
.counter {
    width: 375px;
}

.credit-box div {
    margin: 0 0 20px 0;
}

.credit-box p,
.ibank p,
.counter p {
    margin: 40px 0;
}

.credit-box div label {
    padding-bottom: 10px;
    display: inline-block;
}

ul.bank-list {
    margin: 0;
    padding: 0;
}

.bank-list li {
    display: list-item;
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0;
    font-weight: 700;
    margin: 1.25em 0;
}

.bank-list li input[type=radio] {
    position: absolute;
    visibility: hidden
}

.bank-list li label {
    display: block;
    position: relative;
    padding: 0 0 0 50px;
    margin: 0 auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear
}

.bank-list li label img {
    object-fit: contain;
    max-height: 50px;
    padding: 0;
    position: relative;
    top: auto;
    transform: none;
}

.bank-list li .check {
    display: block;
    position: absolute;
    border: 1px solid #CCC;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 6px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.bank-list li:hover .check {
    border: 1px solid #232e7f/* สีตัวเลือก */
}

.bank-list li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 19px;
    width: 19px;
    top: -2px;
    left: -1px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
}

input[type=radio]:checked~.check,
input[type=checkbox]:checked~.check {
    border: 0;
}

input[type=radio]:checked~.check::before,
input[type=checkbox]:checked~.check::before {
    font-family: true;
    content: "\e000";
    color: #232e7f/* สีตัวเลือก */
    ;
    font-size: 25px
}

.user-order-box-col.manage input[type=radio]:checked~.check::before,
.user-order-box-col.manage input[type=checkbox]:checked~.check::before {
    color: #F00/* สีตัวเลือก */
    ;
}

.edit-cart {
    position: absolute;
    top: 0;
    right: 0;
}

.edit-cart a:link,
.edit-cart a:visited {
    color: #F00;
}

.idea-detail-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.idea-detail-box-row {
    display: table;
    width: 100%;
}

.idea-detail-box-colimg,
.idea-detail-box-coltxt {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.idea-detail-box-colimg {
    padding-right: 40px;
}

.idea-detail-box-coltxt {
    width: 50%;
}

.idea-detail-box-coltxt p {
    padding-left: 100px;
    overflow: hidden;
}

.idea-detail-box-coltxt p label {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.account-box {
    display: flex;
    width: 100%;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
}

.account-boxleft {
    width: 20%;
    border-right: 1px solid #E0E0E0;
}

.account-boxright {
    width: 80%;
    padding-left: 40px;
}

.account-list ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}

.account-list dt {
    font-weight: bold;
}

.account-list li {
    margin: 10px 0px;
    padding: 0 0 0 20px;
    color: #555;
    position: relative;
}

.account-list li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0IDM2LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDM2LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM5OTk5OTk7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02LjEsMzYuNWwxNy42LTE3LjZjMC40LTAuNCwwLjQtMC43LDAtMS4xTDYuMSwwLjJDNiwwLDUuOCwwLDUuNiwwQzUuNCwwLDUuMiwwLDUsMC4yTDAuMyw0LjkNCgkJQzAuMSw1LjEsMC4xLDUuMywwLjEsNS41YzAsMC4yLDAsMC40LDAuMiwwLjVsMTIuMywxMi4zTDAuMywzMC42Yy0wLjQsMC40LTAuNCwwLjcsMCwxLjFMNSwzNi41QzUuNCwzNi42LDYsMzYuNiw2LjEsMzYuNXoiLz4NCjwvZz4NCjwvc3ZnPg0K);
}

.account-box-row {
    display: flex;
    width: auto;
    border: 1px solid #E0E0E0;
    padding: 0;
    margin: 0;
    align-items: baseline;
    background-color: #FFF;
    border-radius: 5px;
}

.account-box-col {
    flex: 1;
    vertical-align: top;
    padding: 20px;
}

.account-box-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
}

.account-box-title-txt {
    display: inline-block;
    font-weight: bold;
    padding-bottom: 10px;
}

.btn-editaccount {
    float: right;
    color: #F00;
}

a.btn-editaccount:link,
a.btn-editaccount:visited {
    color: #F00;
}

.account-box-txt p label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.user-order-title {
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    width: auto;
    justify-content: space-between;
    align-items: baseline;
}

.user-order-title-txt {
    padding: 10px 0;
    display: inline-block;
}

.user-order-table {
    border: 1px solid #E0E0E0;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 5px;
}

.user-order-box-row {
    display: flex;
    width: auto;
    justify-content: space-between;
    flex-direction: row;
    border-top: 1px solid #E0E0E0;
    align-items: flex-start;
    flex-wrap: wrap;
}

.user-order-box-row:first-child {
    text-align: center;
    border: 0;
    font-weight: bold;
}

.user-order-box-col {
    display: flex;
    width: 100px;
    flex: auto;
    padding: 0 10px;
    margin: 20px 0;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.user-order-box-row:first-child .user-order-box-col {
    vertical-align: middle;
    background-color: #FFF;
    margin: 0;
    padding: 10px;
    justify-content: center;
}

.user-order-box-col.num {
    width: 100px;
    flex: none;
    text-align: center;
}

.user-order-box-col.date {
    width: 120px;
    text-align: center;
    flex: none;
}

.user-order-box-col.list label {
    position: relative;
}

.user-order-box-col.list span {
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-left: 20px;
}

.user-order-box-col.list img {
    max-width: 50px;
    max-height: 50px;
}

.user-order-box-col.total {
    width: 150px;
    text-align: center;
    flex: none;
    justify-content: center;
}

.user-order-box-row:first-child .user-order-box-col.total {
    line-height: normal;
}

.user-order-box-col.status {
    width: 100px;
    text-align: center;
    flex: none;
    justify-content: center;
}

.user-order-box-col.manage {
    width: 120px;
    flex: none;
    text-align: center;
    justify-content: center;
}

.user-order-box-col.manage a:link,
.user-order-box-col.manage a:visited {
    color: #F00;
}

.user-box {
    border: 1px solid #E0E0E0;
    margin-bottom: 20px;
    border-radius: 5px;
}

.user-box-row {
    display: flex;
    width: auto;
    padding: 20px 30px;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.user-box-col {
    width: 33.3%;
    vertical-align: top;
    padding: 10px;
    flex: auto;
}

.user-box-col.fullwidth {
    width: 100%;
}

.user-box-title-txt {
    display: inline-block;
    font-weight: bold;
}

.address-box-table {
    border: 1px solid #E0E0E0;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.address-box-row {
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #E0E0E0;
}

.address-box-row:first-child {
    text-align: center;
    border-top: 0;
    align-items: stretch;
    background-color: #FFF;
    font-weight: bold;
}

.address-box-col {
    width: 100px;
    flex: auto;
    margin: 20px 0;
    padding: 0 10px;
    vertical-align: top;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.address-box-row:first-child .address-box-col {
    margin: 10px 0;
    vertical-align: middle;
}

.address-box-col.user {
    width: 200px;
    flex: none;
}

.address-box-col.tax {
    width: 100px;
    text-align: center;
    flex: none;
}

.address-box-col.code {
    width: 140px;
    flex: none;
    text-align: center;
}

.address-box-col.phone {
    width: 140px;
    flex: none;
    text-align: center;
}

.address-box-col.manage {
    width: 80px;
    flex: none;
    text-align: center;
}

.address-box-col.manage a:link,
.address-box-col.manage a:visited {
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
    color: #0283df;
    text-decoration: underline;
}

.hilight-transpot,
.hilight-vat {
    background-color: #232e7f;
    color: #FFF;
    padding: 5px 10px;
    display: inline-block;
    font-size: 10px;
    line-height: normal;
    border-radius: 5px;
}

.btn-addaddress {
    float: right;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    color: #000;
    text-align: center;
    padding: 5px 20px;
    min-width: 100px;
}

.btn-addaddress:hover {
    background-color: #eee;
}

.select-address ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.select-address li {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
    border-left: 1px solid #E0E0E0;
}

.select-address li:first-child {
    border: 0;
    margin: 0;
}

.select-address li a {
    padding-left: 15px;
}

.select-address li:first-child a {
    padding: 0;
}

.address-box-col input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.address-box-col label {
    display: inline-block;
    position: static;
    padding: 0;
    margin: 0 auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    left: 0;
    right: 0;
    top: 0;
}

.address-box-col .check {
    display: block;
    position: absolute;
    border: 1px solid #CCC;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.address-box-col .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 100%;
    width: 100%;
    line-height: 1;
    top: 0;
    left: 0;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
}

.user-box-txt p {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.user-box-txt span {
    display: table-cell;
    width: 33.3%;
    padding-right: 10px;
}

.user-box-txt span:last-child {
    padding-right: 0;
}

.status_recive,
.status_transpot,
.status_pay,
.status_cancle {
    text-align: center;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    display: block;
    width: 100%;
    min-width: 50px;
}

.status_recive {
    background-color: #00860F;
}

.status_transpot {
    background-color: #E34D00;
}

.status_pay {
    background-color: #0067C7;
}

.status_cancle {
    background-color: #CC0000;
}

.user-order-sort {
    float: right;
    white-space: nowrap;
}

.user-order-sort select {
    width: auto;
    margin-left: 10px;
}

.user-order-box-col.manage input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    top: auto;
}

.user-order-box-col.manage label {
    display: flex;
    position: relative;
    padding: 0;
    justify-content: flex-end;
    margin: 0;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    text-align: right;
    color: #F00;
    align-items: center;
}

.user-order-box-col.manage .check {
    display: block;
    position: relative;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 10px 0 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    border: 1px solid #CCC;
}

.user-order-box-col.manage .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 100%;
    width: 100%;
    top: -1px;
    left: 0px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
}

.login-box {
    width: 100%;
    max-width: 768px;
    margin: 50px auto;
    padding: 20px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.login-box-row {
    display: table;
    width: 100%;
}

.login-box-colleft,
.login-box-colright {
    display: table-cell;
    vertical-align: top;
    padding: 0 40px;
    border-right: 1px solid #E0E0E0;
}

.login-box-colleft {
    padding-left: 0;
}

.login-box-colleft p:first-child {
    margin-top: 0;
}

.login-box-colleft p label {
    margin-bottom: 10px;
}

.login-box-colright {
    width: 275px;
    border: 0;
    padding-right: 0;
}

.forget-box {
    width: 600px;
    margin: 50px auto;
    border: 1px solid #E0E0E0;
    padding: 20px;
    border-radius: 5px;
}

.forget-box-row {
    display: table;
    width: 100%;
}

.btn-flogin,
.btn-glogin,
.btn-login,
.btn-lilogin {
    text-align: center;
    margin: 20px auto;
    padding: 5px 10px;
    min-width: 200px;
    display: block;
    position: relative;
}

.btn-flogin,
.btn-glogin,
.btn-lilogin {
    text-align: left;
    padding-left: 45%;
}

.btn-flogin {
    background-color: #3b5998;
    color: #FFF;
    width: 100%;
}

.btn-glogin {
    background-color: #d34836;
    color: #FFF;
    width: 100%;
}

.btn-lilogin {
    background-color: #4CC764;
    color: #FFF;
    width: 100%;
}

.btn-login {
    background-color: #FFF;
    color: #000;
    border: 1px solid #E0E0E0;
    margin: 50px auto 0 auto;
}

.btn-login:hover {
    background-color: #eee;
}

.cart-sumary-mobile {
    display: none;
}

.order-item {
    display: none;
}

.txt-mobile {
    display: none;
}

.regis-box {
    display: block;
    width: auto;
    margin-bottom: 40px;
}

.backend-site {
    background-color: #F0F0F0;
}

.backend-header {
    padding: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background-color: #FFF;
    z-index: 1;
}

.backend-header-row {
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0 20px;
}

.backend-logo {
    float: left;
    margin: 10px 0px;
}

.backend-logo img {
    height: 30px;
}

.backend-login-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    border: 1px solid #E0E0E0;
    width: 575px;
    margin: 0 auto;
    padding: 20px;
    background-color: #FFF;
}

.backend-login-box-row {
    display: block;
    margin: 0px 0px 30px 0px;
}

.backend-login-box-row:last-child {
    margin-bottom: 0;
}

.backend-login-box-row label {
    display: block;
    padding-bottom: 10px;
}

.backend-footer {
    border-top: 1px solid #E0E0E0;
    padding: 20px 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
}

.backend-footer-row {
    text-align: center;
}

.backend-navmenu {
    float: right;
}

.backend-navmenu ul {
    padding: 0;
    margin: 0;
}

.backend-navmenu li {
    float: left;
    margin: 13px 0 13px 30px;
    list-style: none;
}

.backend-main {
    display: table;
    width: 100%;
    color: #555;
}

.backend-sidemenu,
.backend-maincontent {
    display: table-cell;
    vertical-align: top;
}

.backend-sidemenu {
    width: 275px;
    background-color: #FFF;
    padding-top: 10px;
}

.backend-sidemenu:before {
    content: "";
    background-color: #FFF;
    width: 275px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.backend-maincontent {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.backend-sidemenu ul {
    padding: 0;
    margin: 0;
}

.backend-sidemenu li {
    padding: 10px 20px;
    border-bottom: 1px solid #E0E0E0;
}

.backend-sidemenu li:last-child {
    border-bottom: 0;
}

.backend-sidemenu li:last-child {
    border-bottom: 0;
}

.backend-sidemenu .accordion-section-title {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.backend-sidemenu .accordion-section-content ul {
    padding: 0;
    margin: 0 0 0 15px;
    list-style: disc;
    list-style-position: inside;
}

.backend-sidemenu .accordion-section-content li {
    padding: 5px 20px;
    border-bottom: 0;
}

.backend-maincontent-row {
    margin-bottom: 10px;
}

.backend-fullbox {
    border: 1px solid #E0E0E0;
    background-color: #FFF;
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.backend-title {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.backend-title-txt {
    float: left;
    font-weight: bold;
}

.backend-title-txt {
    margin-right: 20px;
    padding: 0;
}

.backend-title select {
    width: auto;
}

.backend-title-txt i:before {
    font-size: 22px;
    margin-right: 10px;
}

.backend-online-user {
    float: right;
}

.backend-active-user {
    float: right;
    margin-left: 30px;
}

.activity-row {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    table-layout: fixed;
}

.activity-row:last-child {
    margin-bottom: 0;
}

.activity-col {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #E0E0E0;
    padding: 0 10px;
    font-size: 22px;
}

.activity-col:first-child {
    padding-left: 0px;
}

.activity-col:last-child {
    padding-right: 0px;
    border-right: 0;
}

.activity-col label {
    font-size: 14px;
}

.small-txt {
    font-size: 11px;
}

.backend-main-row {
    display: flex;
}

.backend-main-col {
    float: left;
    width: 33.3%;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    margin: 0 0 0 20px;
    padding: 30px;
    text-align: right;
    position: relative;
}

.backend-main-col:first-child {
    margin-left: 0;
}

.backend-main-col label {
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
    padding: 20px;
    box-sizing: border-box;
}

.backend-main-col label:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #E0E0E0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.backend-main-col span {
    float: right;
    font-size: 22px;
    margin-top: 10px;
}

.backend-main-col label i {
    width: 100px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.backend-main-col label i:before {
    font-size: 50px;
    color: #555;
    top: 3px;
}

.backend-main-title {
    margin-bottom: 10px;
}

.backend-main-title-txt {
    font-size: 24px;
    font-weight: bold;
}

.fullbox-colleft {
    float: left;
    width: 50%;
}

.fullbox-colleft span {
    margin-right: 20px;
}

.fullbox-colright {
    float: right;
    width: 50%;
    text-align: right;
}

a.btn-comm {
    border: 1px solid #E0E0E0;
    background-color: #FFF;
    text-align: center;
    padding: 5px 10px;
    margin-left: 20px;
}

a.btn-comm i:before {
    font-size: 14px;
    top: 4px;
}

a.btn-comm:link,
a.btn-comm:visited {
    color: #000;
}

.backend-table {
    border: 1px solid #E0E0E0;
    background-color: #FFF;
    margin-bottom: 20px;
}

.backend-table-row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.backend-table-row:nth-child(odd) {
    background-color: #f0f0f0;
}

.backend-table-row:first-child {
    background-color: #5e5e5e;
    color: #FFF;
}

.backend-table-col {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    text-align: center;
}

.backend-table-col.chk {
    width: 30px;
}

.backend-table-col.id {
    width: 100px;
}

.backend-table-col.cata,
.backend-table-col.subcata,
.backend-table-col.active,
.backend-table-col.expire {
    width: 150px;
}

.backend-table-col.status,
.backend-table-col.order {
    width: 80px;
}

.backend-table-col.edit {
    width: 80px;
}

.backend-table-col.image {
    width: 300px;
}

.backend-table-col.image img {
    height: 100px;
}

span.active {
    background-color: #39b54a;
    text-align: center;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    display: inline-block;
    min-width: 50px;
}

span.nactive {
    color: #FFF;
    background-color: #CC0000;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    display: inline-block;
    min-width: 50px;
}

.backend-table-col.edit i:before {
    font-size: 20px;
}

.sort-data {
    text-align: right;
    margin-bottom: 10px;
}

.sort-data select {
    width: auto;
}

.inp-form p {
    padding-left: 200px;
    position: relative;
}

.inp-form p input,
.inp-form p select,
.inp-form p textarea {
    max-width: 500px;
    margin-right: 5px;
}

.inp-form p label {
    position: absolute;
    left: 0;
    top: 4px;
}

.txt-green {
    color: #39b54a;
}

span.count-num {
    margin-top: 0;
    float: none;
    font-weight: bold;
    color: #000;
}

.thk-txt {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.btn-back:link,
.btn-back:visited {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    min-width: 200px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
}

.print-header {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.print-header-row {
    display: table;
    width: 100%;
}

.print-logo,
.print-addr {
    display: table-cell;
    vertical-align: middle;
}

.print-logo img {
    width: auto;
    height: 35px;
}

.print-addr-box {
    float: right;
    text-align: right;
}

.slip-box {
    margin-top: 20px;
    margin-bottom: 4em;
    width: 100%;
}

.slip-box-row {
    display: table;
    width: 100%;
}

.slip-box-form,
.slip-box-bank {
    display: table-cell;
    vertical-align: top;
}

.slip-box-form {
    padding-right: 40px;
}

.slip-box-bank {
    padding-left: 40px;
    width: 40%;
}

.slip-box-form p {
    padding-left: 200px;
    position: relative;
    margin: 30px 0;
}

.slip-box-form p label {
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: bold;
}

.catalog-box,
.branding-box {
    margin: 0 0 3em 0;
}

.catalog-box .list-catalog ul,
.branding-box .list-catalog ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px;
}

.catalog-box .list-catalog li,
.branding-box .list-catalog li {
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}

.list-catalog li label {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
}

.list-catalog .main-img {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0 0 20px 0;
    width: 100%;
    padding-top: 56.25%;
}

.list-catalog .main-img i:before {
    font-size: 50px;
    font-weight: normal;
}

.list-catalog .main-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-catalog .main-img a img {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.list-catalog .main-img-scale {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    flex: auto;
}

.list-catalog .main-img-scale a {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.list-catalog .main-img-scale a img {
    display: block;
    position: relative;
    width: 80%;
    height: auto;
    object-fit: contain;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.catalog-box,
.branding-box {
    margin: 0 0 4em 0;
    padding: 0;
    width: 100%;
    display: block;
}

.filter-btn {
    color: #fff!important;
    background-color: #232e7f;
    border-color: #232e7f;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.25rem;
    width: auto;
}

.mobile-img {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0;
    width: 100%;
    padding-top: 100%;
}

.mobile-img-scale {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.mobile-img-scale img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

h1.seo-txt {
    font-size: 20px;
    font-weight: normal;
}

.error-box {
    width: 100%;
    height: 100%;
    font-size: 20px;
    position: relative;
    display: block;
    margin: 100px 0 0 0;
    padding: 8em 0;
    top: 0;
}

.error-box-row {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    vertical-align: middle;
    word-break: break-word;
    text-align: center;
}

.error-box-row img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 105px;
    object-fit: contain;
    margin-bottom: 20px;
}

.error-box h2 {
    font-size: 40px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.error-box p {
    margin: 10px 0;
}

.error-box a {
    padding: 10px 20px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #999;
    font-size: 14px;
    display: table;
    margin: 0 auto;
}

.error-box a:hover {
    color: #000;
}

ul.list-subhead {
    float: right!important;
}

.mobile-search {
    display: none;
}

.mobile-search img {
    height: 18px;
}

.prod-img {
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.sub-cata .prod-img {
    padding-top: 40%;
    margin-bottom: 10px;
}

.prod-img-scale {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.prod-img-scale img {
    display: block;
    position: absolute;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

p.phone {
    font-size: 18px;
}

p.phone img {
    height: 24px;
    margin-right: 10px;
}

.load-page {
    margin: 4em auto 0 auto;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
}

.btn-loadmore:link,
.btn-loadmore:visited {
    background-color: #FFF;
    color: #999;
    border: 1px solid #E0E0E0;
    padding: 7px 15px;
    border-radius: 5px;
}

.btn-loadmore:hover {
    background-color: #eee;
}

.account-box-data {
    margin-bottom: 30px;
}

.detail-txt {
    white-space: pre-line;
    color: rgba(0, 0, 0, .8);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}

.btn-flogin .icon-facebook,
.btn-glogin .icon-google,
.btn-lilogin .icon-line {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translateY(-50%);
}

.btn-lilogin i.icon-line:before {
    font-size: 22px;
    color: #FFF;
}

.btn-allprod {
    position: absolute;
    margin: 0;
    padding: 5px 10px;
    color: #999!important;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    min-width: 100px;
    text-align: center;
    top: 2px;
    right: 0;
}

.btn-allprod:hover {
    background-color: #eee;
}

.content-tips {
    display: none;
}

.content-tips.open {
    margin: 0;
}

.thk-txt {
    font-size: 20px;
    text-align: center;
    border: 1px solid #E0E0E0;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    max-width: 100%;
    padding: 2em;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.thk-txt {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.thk-txt img {
    width: 200px;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.lockbody {
    overflow: hidden;
}

.box-notification {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
}

.box-notification:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
}

.box-notification-row {
    position: fixed;
    width: 340px;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background-color: #FFF;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
}

.box-notification-row .btn-addaddress {
    float: none;
}

.defualt_banner {
    font-size: 3em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}

.defualt_banner img {
    position: relative;
    width: auto!important;
    height: auto!important;
    max-height: 64px;
    margin-right: 10px;
}

.product-promo {
    margin: 5em auto;
    display: block;
    width: 100%;
    max-width: 1200px;
}

.product-recom-row {
    width: auto;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.product-recom-col {
    padding: 10px;
    margin: 0;
    width: 20%;
}

.product-recom-col .prod-img {
    padding-top: 100%;
}

.product-recom-col .prod-img-scale img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-recom-colprod-row {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    overflow: hidden;
}

.addtocart {
    position: fixed;
    top: 40%;
    transform: translateY(-40%);
    left: 0;
    right: 0;
    background-color: rgba(51, 51, 51, 0.9);
    padding: 40px 20px;
    width: 300px;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
}

.addtocart .icon-addcart {
    display: flex;
    justify-content: center;
    padding: 20px;
    margin: 0 auto 30px auto;
    background-color: #30c0a5;
    align-items: center;
    border-radius: 100%;
    width: 80px;
    height: 80px;
}

.addtocart .icon-addcart:before {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNTEuOSAxMzUuOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTUxLjkgMTM1Ljk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00OCw5NS45bC0zMi0zMmwtMTYsMTZsNDgsNDhMMTUxLjksMjRsLTE2LTE2TDQ4LDk1Ljl6Ii8+DQo8L3N2Zz4NCg==);
}

.mobile-menu {
    line-height: 0;
}

.tabs-nav-img {
    width: 100%;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #EEE;
}

.tabs-nav-img:hover {
    cursor: pointer;
}

.tabs-nav-img-scale {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.tabs-nav-img-scale img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.detail-box .c-tabs-nav__link .tabs-nav-img:hover,
.detail-box .c-tabs-nav__link.is-active .tabs-nav-img {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.shiping-box {
    background-color: #f7f7f7;
    margin: 30px 0;
    padding: 15px;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}

.shiping-box-col {
    flex: auto;
}

.shiping-box-col:first-child {
    width: 20%;
    max-width: 70px;
    flex: none;
    text-align: center;
    margin-right: 20px;
}

.shiping-box-col p {
    margin: 0;
}

.btn-ship {
    position: absolute;
    right: 0;
    padding-right: 20px;
}

.btn-ship:link,
.btn-ship:visited {
    color: #0067C7;
}

.btn-ship span:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNDUgNDE3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNDUgNDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMDA2N0M3O30NCjwvc3R5bGU+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjYuMSwzODUuOSAxNzYuNCwyMDkuMSA3LDI5IDM1LjksMCAyMzguOSwyMDcgMzcuOSw0MTcgIi8+DQo8L3N2Zz4NCg==)
}

.search-popover {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    max-width: 700px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .15);
    z-index: 100;
}

.search-popover.active {
    display: block;
}

.search-popover a {
    display: block;
    padding: 7px 10px;
}

.search-popover a:hover {
    background-color: rgba(200, 200, 200, 0.2);
}