/* Start Edit by bonz 26/08/2564 */

.flex-item {
    display: flex;
    justify-content: center;
}

.error {
    color: red;
    text-align: center;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.radio-control-form input[type="radio"] {
    margin-top: 0;
    position: absolute;
    z-index: 5;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.radio-control-form input[type="radio"]:checked~.icon::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
}

.radio-control-form input[type="radio"]:checked~.icon {
    background-color: #754199;
    border-color: transparent;
}

.radio-control-form .icon {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
}

.radio-control-form .icon {
    top: 4px;
}

.radio-control-form {
    position: relative;
    display: inline-block !important;
    min-height: 34px;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    min-height: inherit;
}

.radio-control-form .title {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    display: block;
    padding-top: 0;
}

.form-radio-form {
    margin-left: 30px;
}

.btn-uploadfile {
    position: absolute;
    opacity: 0;
}

.error-contact {
    color: red;
    padding-top: 40px;
}

.product-select {
    padding-bottom: 3%;
}


/* Start Edit by bonz 26/08/2564 */


/* Start Edit by bonz 16/09/2564 */


/* ## header name user */

.name-box {
    display: flex;
    width: 150px;
}

.name-box .link img {
    margin-top: 7px;
    max-width: 52px;
}

.name-box .text {
    margin-left: 20px;
    width: auto;
}

.name-box .text .welcome {
    color: #9B9B9B;
}

.name-box .text .title {
    color: #FF6600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1em;
}


/* ## about font */

.detail-page .head-box .date {
    font-family: "db_helvethaica";
}

.detail-page .head-box .title {
    font-family: "db_helvethaica";
}


/* ## user-box dealer */

ul.dealer li {
    list-style: circle;
    color: #FF6600;
}

ul.dealer li .desc {
    color: #FF6600;
}

.dealer-ul .title {
    padding-bottom: 10px;
    color: #333;
    font-weight: bold;
}

.dealer-ul .link {
    padding: 30px 0 !important;
    pointer-events: none;
}

.pointer {
    pointer-events: none;
}

.warning {
    background-color: #ea2128;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 10px;
    z-index: 999;
    text-align: center;
    padding: 5px;
    opacity: 0;
    pointer-events: none;
    border-radius: 4px;
}

.warning::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ea2128 transparent;
}

input:focus~.warning {
    opacity: 1;
}


/* ## sweet alertr */

.swal-footer {
    text-align: unset;
}


/* End Edit by bonz 16/09/2564 */


/* G-Edition */

.site-header .top-bar .cart-dropdown .cart-list .link.btn-close {
    z-index: 9;
}

.site-header .bottom-bar .nav-list .link {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.contact-map {
    opacity: 0;
    height: 0;
    pointer-events: none;
    transition: all 400ms ease-out;
}

.contact-map.active {
    opacity: 1;
    height: auto;
    pointer-events: visible;
}

.faq-list {
    padding-top: 20px;
}

.faq-list .card {
    position: relative;
}

.faq-list .card-header {
    padding: 0;
    background-color: transparent;
}

.faq-list .card-header .link {
    padding: 15px 45px 15px 20px;
    background-color: #FF6600;
    color: #fff;
    font-size: 22px;
    display: block;
    cursor: pointer;
}

.faq-list .card-header .link:hover {
    background-color: #FF6600;
    color: #fff;
}

.faq-list .card-header .link:before {
    content: '\f067';
    position: absolute;
    top: 15px;
    right: 20px;
    font-family: FontAwesome;
    font-size: 14px;
}

.faq-list .card-header .link.collapsed:before {
    content: '\f068';
}

.faq-list .card-header .link.collapsed {
    background-color: rgba(0, 0, 0, 0.01);
    color: #555555;
}

.faq-list .card-header .link.collapsed:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #333;
}

.faq-list .card-body {
    color: #555555;
    font-size: 22px;
    line-height: 1.2em;
    padding: 15px 20px;
}

.product-review>.item-list>li {
    width: 100%;
}

.modal-alert {
    padding: 50px;
    text-align: center;
}

.modal-alert .icon {
    margin-bottom: 15px;
}

.modal-alert .icon img {
    display: inline-block;
}

.modal-alert .title {
    margin: 0 0 10px 0;
    font-size: 30px;
    color: #222;
    font-weight: normal;
    line-height: 1em;
}

.modal-alert .desc {
    margin: 0;
    font-size: 20px;
    color: #666;
    line-height: 1em;
}

.modal-alert .action {
    margin-top: 40px;
}

.modal-alert .action .btn {
    box-shadow: 0 5px 15px rgba(148, 155, 161, 0.25);
}

.modal-review .inner {
    padding: 40px;
}

.modal-review .rating {
    margin-bottom: 15px;
}

.modal-review .upload-group {
    text-align: left;
}

.modal-review .action {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.modal-review .action .-L {
    float: left;
}

.modal-review .action .-R {
    float: right;
}

.modal-review .action .-Clear {
    clear: both;
}

.modal-review .action:after {
    content: '';
    display: table;
    clear: both;
}

.modal-review .btn {
    min-width: 140px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
}

.-product-default .thumb .link.btn-review {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #FF6600;
    background-color: #FF6600;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    border-radius: 50%;
}

.-product-default .thumb .link.btn-review .lazy {
    filter: brightness(0) invert(1);
    width: 16px;
    position: relative;
    top: -1px;
}

.modal-branch.modal-body {
    padding: 0;
}

.modal-branch .branch-list {
    padding: 20px;
}

.modal-branch .branch-list .item-list {
    margin: -5px;
}

.modal-branch .branch-list .item-list>li {
    width: 50%;
    padding: 5px;
}

.modal-branch .action {
    border-top: 1px solid #dee2e6;
    padding: 20px;
}

.modal-branch .action .-L {
    float: left;
}

.modal-branch .action .-R {
    float: right;
}

.modal-branch .action:after {
    content: '';
    display: table;
    clear: both;
}

.modal-branch .btn {
    min-width: 140px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
}

.product-detail .product-data .select-color .radio-control .icon {
    min-width: 60px;
    width: auto;
    padding: 0 10px;
    border: 1px solid #f9f9f9;
}

@media (max-width: 991px) {
    .faq-list .card-header .link {
        font-size: 18px;
    }
    .faq-list .card-body {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .service-nav .btn-service {
        top: 6px;
        right: 6px;
    }
    .service-nav .nav-list .link {
        border-width: 0;
    }
    .service-nav .nav-list li.active .link,
    .service-nav .nav-list.open .link {
        border-width: 1px;
    }
    .-product-default .thumb .link.btn-review {
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .-product-default .thumb .link.btn-review .lazy {
        width: 10px;
        top: 0px;
    }
}


/* G-Edition */


/* Edit 20/10/2021 */

.product-select li+li {
    margin-left: 10px;
}

.product-select .select-wrapper {
    width: 140px;
}

.member-userbox .user-profile .nav-list li+li {
    padding-left: 20px;
}

.list-gallery .item-list {
    margin: 0 -5px;
}

.list-gallery .item {
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
    width: 25%;
}

.list-gallery .cover {
    padding-top: 100%;
    position: relative;
}

.list-gallery .cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-gallery .deletealbum {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: #ea2128;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 18px;
}

.member-content .card .order-list.-reward .thumb {
    width: auto;
    margin-right: 20px;
}

.member-content .card .order-list.-reward .col-I {
    width: 100px;
}

@media (max-width: 767px) {
    .list-gallery .item {
        width: calc(100% / 3);
    }
}

.btn.none-disable {
    opacity: 1;
}


/* Edit 20/10/2021 */


/* Edit 20/01/2022 */

html[lang="th"] .whead .desc,
html[lang="th"] .wg-bakeware .content .txt small,
html[lang="th"] .wg-bakeware .content .txt,
html[lang="th"] .wg-cooktools .content .txt small,
html[lang="th"] .wg-cooktools .content .txt,
html[lang="th"] .wg-ingredients .content .txt small,
html[lang="th"] .wg-ingredients .content .txt {
    font-family: "db_helvethaica";
}

html[lang="th"] .wg-bakeware .content .txt span,
html[lang="th"] .wg-cooktools .content .txt span,
html[lang="th"] .wg-ingredients .content .txt span {
    font-family: "db_Narai_X";
}


/* Edit 20/01/2022 */

.reset-filter {
    position: absolute;
    right: 45px;
    color: #fff;
}


/* Edit 14/03/2022 */


/* opacity */

.product-box .product-list .item-list:hover .wrapper:before {
    opacity: 0;
}


/* edit 08/08/2022 */

.addon-list .link.btn-action {
    position: absolute;
    color: #CCCCCC;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.site-header .bundle-list,
.site-header .addon-list {
    margin-top: 10px !important;
}

.bundle-list .link,
.addon-list .link {
    color: #999;
}

.bundle-list span,
.addon-list span {
    color: #FF6600;
    font-weight: bold;
}

.bundle-list del,
.addon-list del {
    color: #999;
}

.bundle-list .wrapper,
.addon-list .wrapper {
    background-color: #ffffff;
    padding: 5px 7px;
    border: 1px solid #FF6600;
    border-radius: 8px;
    color: #999;
}

.addon-list .wrapper {
    padding-right: 30px;
}

.addon-list>li:not(.added) .wrapper {
    background-color: #F3F4F5;
    border-color: #CCCCCC;
}

.addon-list>li:not(.added) .link.btn-action {
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.bundle-list>li {
    width: auto !important;
}

.bundle-list>li:not(:last-child) {
    margin-right: 10px;
    margin-top: 0 !important;
}

.site-header .addon-list>li+li {
    margin-top: 10px !important;
}

.bundle-list .thumb,
.addon-list .thumb {
    margin-right: 5px
}

.bundle-list .thumb .contain {
    position: relative !important;
    overflow: hidden !important;
    width: 29px !important;
    height: 29px !important;
}

.addon-list .thumb .contain {
    position: relative !important;
    overflow: hidden !important;
    width: 34px !important;
    height: 34px !important;
}

.bundle-list>li,
.addon-list>li {
    position: relative;
    font-size: 14px;
    padding: 0 !important;
    margin-top: 0 !important;
}


/* .bundle-list>li:last-child .wrapper {
    padding: 12px;
} */

.product-detail .addon-list>li:not(:last-child) {
    margin-right: 10px;
}

.product-detail .promotion {
    margin-bottom: 30px;
}

.product-detail .promotion .subtitle {
    color: #FF6600;
    font-size: 20px;
    font-weight: normal;
    margin-right: 10px;
}

.product-detail .promotion .addon-list>li,
.product-detail .promotion .bundle-list>li {
    margin-bottom: 10px;
}

.product-detail .promotion .addon-list .wrapper {
    padding-right: 30px;
}

.product-detail .promotion .addon-list>li:last-child .wrapper {
    /*    padding: 10px;
    min-height: 76px;
    display: flex;
    align-items: center;
    background-color: #ffffff;*/
}

.product-detail .promotion .addon-list>li .wrapper.more {
    padding: 10px;
    min-height: 76px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}


/* .mycart-list .body .item-list.bundle-list,
.mycart-list .body .item-list.addon-list {
    margin: 0 20px 20px 20px;
} */

.mycart-list .body .item-list.bundle-list {
    padding-bottom: 15px;
}

.mycart-list .body .item-list.addon-list {
    background-color: #ffffff;
    border: 1px solid #FF6600;
    border-radius: 8px;
}

.mycart-list .body .item-list.addon-list>li {
    padding: 10px 0 !important;
}

.mycart-list .addon-list .price {
    font-size: 18px;
}

.mycart-list .addon-list .price del {
    font-weight: normal;
}

.mycart-list .bundle-list .wrapper {
    padding: 6px 12px;
}

.mycart-list .bundle-list>li,
.mycart-list .addon-list .desc,
.mycart-list .addon-list .product-item .content .desc,
.mycart-list .addon-list .product-item .content .title {
    font-size: 18px;
}

.mycart-list .addon-list .desc {
    color: #999;
}

.mycart-list .addon-list .product-item .thumb .cover {
    width: 50px;
    height: 50px;
}

.mycart-list .addon-list .col-II {
    /* width: 150px; */
    text-align: left;
}

.mycart-list .addon-list .col-III {
    width: 130px;
}

.mycart-list .addon-list .col-IV {
    width: 170px;
}

.mycart-list .addon-list .col-V {
    width: 50px;
}


/* edit 29-08-22 */

#blockOder {
    /* padding: 0 20px; */
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.promotionItemsDetail {
    height: 140px;
    overflow: hidden;
}

.showContent {
    height: auto;
}

.see-more {
    background-color: #ffffff;
    border: 1px solid #FF6600;
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 10px;
}

.see-more a {
    color: #000;
    font-size: 16px;
}

.see-more a:hover {
    text-decoration: none;
    color: #000;
}


/* edit 20-09-65 */

.product-detail .product-data .input-number-group {
    border-top: none;
    /* padding: 20px 0; */
    padding-top: 10px;
}

.free-shipping {
    padding: 20px 0;
    border-top: 1px solid #EAE8E8;
    padding-top: 30px;
}

.free-shipping img {
    width: 30px;
}

.free-shipping .txt {
    padding-left: 10px;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.wg-highlight-slider .slick-dots {
    bottom: -60px;
}

#highlighttabContent .action {
    text-align: center;
    position: relative;
    top: 80px;
}

.promotion-page .product-box .product-list .item {
    width: 25%;
}

.promotion-page .-product-default .content .btn-cart .lazy {
    position: relative;
    top: 7px;
}


/* .pagination .link .feather {
    position: relative;
    top: 4px;
} */


/* Start Edit by ohm2 26/09/2565 */


/* .-product-default .thumb .tag::before {
    content: '';
    display: inline-block;
    padding: 12px 8px;
    background-color: #978282;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
} */

#tab-promotion .-product-default .thumb .tag {
    float: left;
    line-height: 1.2;
    height: 35px;
    padding: 0 4px;
    background: #FF3A3A;
    position: relative;
    left: -10px;
}

#tab-promotion .-product-default .thumb .tag:after {
    content: '';
    position: absolute;
    height: 0px;
    width: 40px;
    top: 0;
}

#tab-promotion .-product-default .thumb .tag:after {
    right: -30px;
    border-top: 35px solid #FF3A3A;
    border-right: 25px solid transparent;
    z-index: -10;
}

.-product-default .thumb .free-shipping-thumbnail {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FF6600;
    padding: 5px;
}

.-product-default .thumb .free-shipping-thumbnail span {
    padding-right: 10px;
    top: 1px;
    position: relative;
    color: #fff;
    font-size: 20px;
}

.-product-default .thumb .free-shipping-thumbnail img {
    width: 30px;
}

@media (max-width: 1440px) {
    .product-detail .promotion {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    /* .mycart-list .body .item-list.bundle-list,
    .mycart-list .body .item-list.addon-list {
        margin: 0 10px 10px 10px;
    } */
    .mycart-list .addon-list .col-II {
        width: 90px;
    }
    .mycart-list .addon-list .col-III {
        width: 110px;
    }
    .mycart-list .addon-list .col-IV {
        width: 110px;
    }
    .mycart-list .addon-list .col-V {
        width: 40px;
    }
    .mycart-list .body .item-list.bundle-list {
        padding-bottom: 10px;
    }
    .-product-default .thumb .free-shipping-thumbnail {
        padding: 5px 10px;
    }
    .-product-default .thumb .free-shipping-thumbnail span {
        font-size: 16px;
    }
    .-product-default .thumb .free-shipping-thumbnail img {
        width: 20px;
    }
    #tab-promotion .-product-default .thumb .tag {
        line-height: 1.5;
        height: 30px;
    }
    #tab-promotion .-product-default .thumb .tag:after {
        right: -20px;
        border-top: 30px solid #FF3A3A;
        border-right: 20px solid transparent;
    }
}

.wg-highlight .nav-tabs {
    border: none;
    justify-content: space-evenly;
}

.wg-highlight .nav-tabs .nav-link {
    border: none;
}

.wg-highlight .nav-tabs .nav-link.active {
    border: none;
}

.wg-highlight .nav-tabs .nav-link:not(.active) .whead .title {
    opacity: .6;
}

@media (max-width: 991px) {
    .mycart-list .body .item-list.addon-list {
        overflow: hidden;
    }
    .mycart-list .addon-list .desc {
        display: none;
    }
    .free-shipping {
        padding: 10px 0;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .product-detail .promotion .subtitle {
        margin-bottom: 10px;
    }
    .promotionItemsDetail {
        height: 207px;
    }
    .showContent {
        height: auto !important;
    }
    .see-more {
        margin-top: 10px;
    }
    .promotion-page .product-box .product-list .item {
        width: 33.3333333333%;
    }
    #tab-promotion .-product-default .thumb .tag {
        line-height: 1.6;
        height: 25px;
    }
    #tab-promotion .-product-default .thumb .tag:after {
        right: -20px;
        border-top: 25px solid #FF3A3A;
        /* border-right: 20px solid transparent; */
    }
}

@media (max-width: 575px) {
    .promotion-page .product-box .product-list .item {
        width: 50%;
    }
}

@media (max-width: 375px) {
    .whead .title {
        font-size: 36px;
    }
    .promotion-page .product-box .product-list .item {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .whead .title {
        font-size: 28px;
    }
}