article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img,
.gm-style img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
    outline: none;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
    border: 1px solid #eee;
    padding: 5px 10px;
}

p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'enduro_condensedregular', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #777;
    min-height: 100vh;
    background: #E4DCBC;
    position: relative;
}

body.layout-login,
body.layout-takeaway {
    background: #E4DCBC;
}

a {
    color: #005e8d;
}

a:hover,
a:focus {
    color: #002b41;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}

h1 {
    font-size: 21px;
    line-height: 28px;
}

h2 {
    font-size: 20px;
    line-height: 24px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

h4 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
}

/******toolbar******/
.toolbar {
    padding-top: 30px;
}

.toolbar a {
    font-size: 14px;
    color: #000000;
    padding-left: 20px;
}

.toolbar .back {
    background: url(../images/icon-back.svg) no-repeat 0px 5px;
}

.toolbar .logout {
    float: right;
    background: url(../images/icon-logout.png) no-repeat 0px 0px;
    background-image:
        -webkit-image-set(url(../images/icon-logout.png) 1x,
            url(../images/icon-logout-2x.png) 2x);
    background-image:
        image-set(url(../images/icon-logout.png) 1x,
            url(../images/icon-logout-2x.png) 2x);
    background-size: contain;
}

/******Cpanel******/
.cpanel .toolbar a {
    color: #000000;
}

.cpanel .toolbar .back {
    background: url(../images/icon-back-white.svg) no-repeat 0px 5px;
}

.qrcode-des {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qrcode-des img {
    width: 180px;
}

.qrcode-des .qrcode {
    margin-bottom: 15px;
}

.qrcode-des h4 {
    color: #000000;
}

.qrcode-des h4 .my-qrcode {
    color: #00EB3F;
}

/******Login******/
.bglogin {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.login {
    padding: 50px 20px 0;
    width: 100%;
    text-align: center;
    color: #000000;
}

.login h1 {
    margin-bottom: 10px;
}

.login .logo {
    padding-bottom: 10px;
    margin-top: 5px;
    width: 152px;
}

.login .main {
    padding-top: 20px;
    width: 100%;
}

.btn {
    background: #6D5E28;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 30px;
    line-height: 17px;
    padding: 10px 20px;
    height: 50px;
    font-family: "gt_america_monoregular";
}

.btn:hover,
.btn:focus {
    background: #6D5E28;
}

/******Enter Page******/
.table-no {
    padding: 18px;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    background-color: #F1ECDB;
}

.table-no p {
    font-size: 10px;
    line-height: 13px;
    color: #000000;
    font-family: "gt_america_monothin_italic";
    margin-bottom: 10px;
}

.table-no .value span {
    font-size: 18px;
    line-height: 26px;
    font-family: "gt_america_monoregular";
    color: #000000;
    padding-right: 30px;
    text-align: left;
    display: block;
    width: 100%;

}

.table-no .value {
    font-size: 18px;
    line-height: 26px;
    font-family: "gt_america_monoregular";
    color: #000000;
    text-align: right;
    display: flex;

}

h1.title {
    text-align: center;
    margin-top: 20px;
    color: #040707;
    margin-bottom: 0;
}

.note {
    font-style: italic;
    padding-bottom: 20px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}

/******Member******/
.main-form {
    margin: 10px 0 30px;
}

.intro {
    font-size: 14px;
}

.formControls {
    margin-bottom: 20px;
    text-align: left;
}

.payment-body .formControls {
    margin-bottom: 10px;
}

.formControls input,
.formControls select {
    color: #777777;
    height: 50px;
    background: transparent;
    font-size: 14px;
    border: none;
    width: 100%;
    padding: 10px 20px;
    line-height: 15px;
    border: 1px solid #6D5E28;
    font-family: "gt_america_monoregular";
}

.formControls input::-webkit-input-placeholder {
    /* Edge */
    color: #777777;
}

.formControls input::-webkit-input-placeholder:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777;
}

.formControls input::-webkit-input-placeholder::placeholder {
    color: #777777;
}

.error {
    color: #F4786B;
    padding: 5px 30px;
    margin-bottom: 0;
    background: #F5D6D6;
    border: 1px solid #F4786B;
    width: 100%;
    margin-top: 5px;
    font-size: 10px;
    line-height: 14px;
    font-family: "ambitlight";
    position: relative;
}

.error:after {
    background: url(../images/icon-cloes.png) no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    top: 7px;
    left: 10px;
    position: absolute;
    display: inline-block;
}

.formControl {
    margin-bottom: 10px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(http://dropdown/arrow/url/) no-repeat;
    background-position: right center;
    background-color: #CCCCCC;
    color: #000000;
    border: 1px solid #000000;
}

.chzn-single {
    position: relative;
}

.chzn-single:before {
    content: "";
    background: #000000 url(../images/icon-down.png) no-repeat center;
    width: 25px;
    height: 15px;
    position: absolute;
    right: 6px;
    top: 10px;
    pointer-events: none;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}

.cvc-question {
    position: relative;
}

.cvc-question img {
    width: 16px;
    height: 17px;
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer;
}

.bottom-action {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.bottom-action .open-hours {
    margin-bottom: 20px;
}

.bottom-action .open-hours p {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-family: "gt_america_monothin_italic";
}

/******category******/
.header {
    background: #E4DCBC;
    width: 100%;
    display: inherit;
    height: 80px;
    padding: 10px 0;


}

.header .tool a {
    font-size: 14px;
    line-height: 21px;
    color: #6D5E28;
    padding-left: 15px;
    margin: 22px 0;
    display: inline-block;
    font-family: "gt_america_monoregular";
    position: relative;
}

.header .back:before {
    content: url(../images/icon-back.png);
    position: absolute;
    left: 0px;
    transform: scale(0.5);
    top: -4px;

}

.header.head-cart .back:before {
    content: url(../images/icon-back-cart.png);
    position: absolute;
    left: 0px;
    transform: scale(0.5);
    top: -4px;

}


.header .logout {
    position: relative;
    left: -10px;
    padding-left: 0px !important;
}

.header .logout:before {
    z-index: 200;
    height: 15px;
    content: "";
    position: absolute;
    top: 1px;
    left: -20px;
    background-image: url(../images/icon-logout.svg);
    width: 15px;
    background-size: cover;
}

.header .xlogo {
    text-align: center;
}

.header .logo {
    height: 70px;
}

/******category******/
.category h2 {
    margin: 20px 0;
    text-align: center;
}

.category .row {
    margin-right: -5px;
    margin-left: -5px;
}

.category .col-6,
.category .col-sm-4,
.category .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.box {
    margin-bottom: 20px;
}

.box:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.box .box-image {
    width: 100%;
    text-align: center;
    height: 125px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

/* .box .box-image img {
    height: 146px;
    display: inline-block;
} */

.box .title {
    width: 100%;
    background: #F1ECDB;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-family: "gt_america_monoregular";
    padding: 12px 10px;
}

.box:hover .title {
    background: #000;
    color: #fff;
}

/******cart******/
@keyframes glowing {
    0% {
        -webkit-box-shadow: rgba(221, 26, 49, 0.4) 0 4px 32px;
        -moz-box-shadow: rgba(221, 26, 49, 0.4) 0 4px 32px;
        box-shadow: rgba(221, 26, 49, 0.4) 0 4px 32px;
    }

    40% {
        -webkit-box-shadow: rgba(221, 26, 49, 0.4) 0 4px 32px;
        -moz-box-shadow: rgba(221, 26, 49, 0.4) 0 4px 32px;
        box-shadow: rgba(221, 26, 49, 0.4) 0 4px 32px;
    }

    60% {
        -webkit-box-shadow: rgba(221, 26, 49, 0.4) 0 4px 32px;
        -moz-box-shadow: rgba(221, 26, 49, 0.4) 0 4px 32px;
        box-shadow: rgba(221, 26, 49, 0.4) 0 4px 32px;
    }

    100% {
        -webkit-box-shadow: rgba(221, 26, 49, 0.4) 0 4px 32px;
        -moz-box-shadow: rgba(221, 26, 49, 0.4) 0 4px 32px;
        box-shadow: rgba(221, 26, 49, 0.4) 0 4px 32px;
    }
}

.cart {
    background-image: url(../images/icon-cart.png);
    background-repeat: no-repeat;
    background-size: 23px 21px;
    background-position: center;
    background-color: #6D5E28;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    border: 1px solid #6D5E28;
}

.cart .number_cart {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #000;
    border-radius: 25px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    font-family: "gt_america_monoregular";
}

/******load-more******/
.load-more {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

.load-more a {
    width: 100%;
    text-align: center;
    color: #777777;
    display: inline-block;
}

.imageLoad {
    display: none;
    width: 100%;
    text-align: center;
}

.imageLoad img {
    display: inline-block;
}

/******products******/
.products {
    position: relative;
    z-index: 1;
}

.owl-controls {
    /* display: none; */
}

.owl-carousel {
    margin: 20px 0 25px;
    padding: 0;
    list-style: none;
}

.owl-carousel .owl-item {
    /* width: auto !important; */
}

.owl-carousel .owl-item {
    text-align: center;
}

.owl-carousel .owl-item a {
    background: #F1ECDB;
    color: #000;
    font-size: 10px;
    line-height: 12px;
    padding: 9px 14px;
    font-family: "gt_america_monoregular";
    display: inline-block;
    border: 1px solid #6D5E28;
    min-width: 80px;
    text-align: center;
}

.owl-carousel .owl-item .item.curent a,
.owl-carousel .owl-item .item:hover a {
    background: #6D5E28;
    color: #fff;
}

.boxproduct {
    width: 100%;
    background: #F1ECDB;
    margin-bottom: 20px;
    display: flex;
    height: 110px;
}

.boxproduct:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 4px 32px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0 4px 32px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 4px 32px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

.boxproduct .box-href-img {
    display: block;
    width: 136px;
}

.boxproduct .box-image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 110px;
}

.boxproduct .infor {
    width: 85%;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.boxproduct .infor .vintage {
    font-size: 10px;
    line-height: 14px;
    color: #999;
}

.boxproduct .infor .title {
    height: 53px;
    border-bottom: 1px solid #000;
    overflow: hidden;
    font-size: 12px;
    color: #000000;
    font-family: "gt_america_monoregular";
    line-height: 16px;
    padding-top: 4px;
}

.boxproduct .boxinfor p {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 14px;
}

.boxproduct .bottom {
    padding: 5px 0;
    display: inline-block;
    width: 100%;
}

.boxproduct .price {
    float: left;
    line-height: 21px;
    font-size: 14px;
    color: #000000;
    font-family: "gt_america_monoregular";
    position: relative;
    top: 8px;
}

.boxproduct .addtocart {
    float: right;
    background: url(../images/icon-add.png) no-repeat;
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
    left: 0px;
    background-size: cover;
    border-radius: 50px;
}

.boxproduct .boxinfor p strong {
    color: #000;
}

.boxproduct .infor .btn {
    font-size: 12px;
    line-height: 16px;
    width: unset;
    float: right;
    padding: 5px 20px;
    margin-bottom: 0;
}

.yellow {
    color: #BEA104 !important;
}

/******products******/
.product {
    padding: 0px;
    position: relative;
    min-height: calc(100vh);
    margin-top: 20px;
}

.product .imageDetail {
    margin-bottom: 20px;
}

.product .imageDetail img {
    width: 100%;
}

.product .productInfor {
    padding: 5px 0 15px;
}

.product .vintage {
    font-size: 10px;
    line-height: 14px;
    color: #999;
}

.product .title {
    font-family: "enduro_condensedregular";
    color: #6D5E28;
    font-size: 26px;
    line-height: 30px;
}

.product .desc {
    font-size: 14px;
    line-height: 21px;
    color: #555555;
    font-family: "gt_america_monoregular";
    margin-top: 10px;
}

.product .price {
    font-size: 14px;
    color: #777;
    padding: 10px 0;
}

.product .boxinfor {
    padding-bottom: 5px;
}

.product .boxinfor p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
}

.product .boxinfor p strong {
    color: #000;
}

.main-gird h3 {
    font-size: 14px;
    line-height: 21px;
    background: #6D5E28;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 0;
    font-family: "gt_america_monoregular";
}

.main-gird h3 span {
    font-size: 16px;
    text-transform: none;
}

.gird-box {
    padding: 15px 0;
    width: 100%;
    display: inline-block;
    border-radius: 0 0 5px 5px;
}

.gird-box .item {
    float: left;
}

.csm-group {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.csm-group .csm-title {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.csm-line input[type="radio"] {
    display: none;
}

.csm-line label {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    font-family: "gt_america_monoregular";
    padding-bottom: 8px;
    color: #000;
    width: 90%;
}

.csm-line label strong {
    text-transform: none;
}

.csm-line input[type="radio"]+label span {
    position: absolute;
    top: 1px;
    right: -10%;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/icon-radio.svg) no-repeat;
    cursor: pointer;
    background-size: cover;
    border-radius: 50px;
}

.csm-line input[type="radio"]:checked+label span {
    background: url(../images/icon-radio-checked.svg) no-repeat;
    background-size: cover;
}

.csm-line .right {
    float: right;
}

.btnCheckout {
    background: #6D5E28;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
    display: inline-block;
    padding: 15px 15px 15px 45px;
    position: relative;
    border: none;
    width: 100%;
    color: #fff;
    height: 50px;
    font-size: 14px;
    line-height: 21px;
    font-family: "gt_america_monoregular";
}

.btnCheckout:disabled {
    background: #CCCCCC;
    cursor: auto;
    color: #777777;
}

.btnCheckout:disabled:after {
    opacity: 0.5;
}

.btnCheckout:after {
    content: "";
    width: 23px;
    height: 21px;
    background: url("../images/icon-cart.png") no-repeat;
    top: 12px;
    left: 15px;
    position: absolute;
    display: inline-block;
    background-size: contain;
}

.btnCheckout:hover,
.btnCheckout:focus {
    color: #000;
    outline: none;
    background: #E2DCD3;
}

.btnCheckout strong {
    float: right;
    font-weight: normal;
}

/*****productDesc******/
.productDesc {
    margin-bottom: 30px;
}

.productDesc h4 {
    background: #040707;
    color: #000000;
    padding: 10px;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

.productDesc .pmain {
    background: #000000;
    padding: 20px 15px;
}

.productDesc .pmain strong {
    color: #000;
}

.selectButton {
    background: #000000;
    border-radius: 20px 20px 0 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.selectButton h4 {
    color: #000;
    padding: 5px 0px;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.selectButton h4:after {
    content: "";
    width: 13px;
    height: 8px;
    background: url("../images/icon-down.png") no-repeat;
    top: 12px;
    right: 15px;
    position: absolute;
    display: inline-block;
    transform: rotate(180deg);
}

.selectButton h4.opened:after {
    transform: rotate(0deg);
}

.selectButton .box-dropdown {
    padding: 10px 0;
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
}

/*****quantity******/
.qrcode_product_quantity_main {
    width: 100%;
    text-align: center;
    border-top: 2px solid #eee;
    padding: 20px 0 50px;
}

.qrcode_product_quantity {
    width: 154px;
    height: 35px;
    display: inline-block;
}

.qrcode_product_quantity span.add-on {
    width: 35px;
    height: 35px;
    float: left;
    display: flex;
}

.qrcode_product_quantity span.add-on a {
    width: 35px;
    height: 35px;
    text-indent: -9999px;
}

.qrcode_product_quantity span.add-on a.qrcode_product_quantity_field_change_minus {
    background: url(../images/icon-minus.png) no-repeat;
}

.qrcode_product_quantity span.add-on a.qrcode_product_quantity_field_change_plus {
    background: url(../images/icon-plus.png) no-repeat;
}

.qrcode_product_quantity .qrcode_product_quantity_field {
    height: 35px;
    width: 84px;
    border: none;
    text-align: center;
    font-size: 21px;
    color: #000;
    outline: none;
    float: left;
    background: transparent;
}

/*****Shopping Cart******/
.layout-cart {
    background: #F5F5F5;
}

.product.bgcart {
    border-radius: 30px 30px 0 0;
    /* background: #f5f5f5; */
}

.cart_form {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding-bottom: 30px;
}

.header .cart-title {
    text-align: center;
    text-transform: uppercase;
}

.header .cart-title a {
    font-size: 26px;
    padding-left: 0;
    line-height: 20px;
    font-family: "enduro_condensedregular";
    color: #fff !important;
}

.xclose {
    background: url(../images/icon-close.png) no-repeat;
    background-image:
        -webkit-image-set(url(../images/icon-close.png) 1x,
            url(../images/icon-close-2x.png) 2x);
    background-image:
        image-set(url(../images/icon-close.png) 1x,
            url(../images/icon-close-2x.png) 2x);
    width: 16px;
    height: 16px;
    float: right;
}

.cart_product_quantity {
    width: 90px;
    height: 24px;
    display: inline-block;
    margin-bottom: 20px;
    float: left;
}

.cart_product_quantity span.add-on {
    width: 24px;
    height: 24px;
    float: left;
    display: flex;
}

.cart_product_quantity span.add-on a {
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background-size: cover !important;
    border-radius: 50px;
}

.cart_product_quantity span.add-on a.qrcode_product_quantity_field_change_minus {
    background: url(../images/icon-cart-minus.svg) no-repeat;
}

.cart_product_quantity span.add-on a.qrcode_product_quantity_field_change_plus {
    background: url(../images/icon-cart-plus.svg) no-repeat;
}

.cart_product_quantity .qrcode_product_quantity_field {
    height: 24px;
    width: 35px;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #000;
    outline: none;
    float: left;
    background: transparent;
    font-family: "gt_america_monoregular";
}

.boxcart .vol {
    padding: 10px 0;
}

.boxcart .vol strong {
    color: #040707;
}

.boxcart .xprice {
    font-size: 14px;
    color: #000000;
    padding: 10px 0;
    text-align: right;
}

/*****list-cart*****/
.list-cart {
    padding-bottom: 10px;
}

.list-cart .item {
    margin-bottom: 20px;
    background: transparent;
    border-radius: 10px;
}

.list-cart .title {
    font-size: 14px;
    color: #000;
    line-height: 19px;
    padding-bottom: 10px;
}

.list-cart .variable_item {
    margin: 5px 0;
    padding-left: 15px;
    width: 100%;
    display: inline-block;
    color: #999;
}

.list-cart .remarks {
    margin: 5px 0;
    width: 100%;
    display: inline-block;
}

.list-cart .qrcode_cart_product_quantity_refresh {
    padding: 2px 0 2px 0;
    display: inline-block;
}

.list-cart .product_quantity_delete {
    padding: 1px 0 1px 0;
    display: inline-block;
    float: right;
}

.list-cart .product_quantity_delete img {
    width: 18px;
}

.btn-continute {
    font-size: 14px;
    color: #000;
    line-height: 21px;
    padding-left: 20px;
    display: inline-block;
    background: url(../images/icon-addmore.png) no-repeat 0px 2px;
    background-image:
        -webkit-image-set(url(../images/icon-addmore.png) 1x,
            url(../images/icon-addmore-2x.png) 2x);
    background-image:
        image-set(url(../images/icon-addmore.png) 1x,
            url(../images/icon-addmore-2x.png) 2x);
    position: relative;
    top: -10px;
    font-family: "gt_america_monoregular";
}

.cart_total .subtotal {
    margin-bottom: 10px;
}

.cart_total .item .cart_title {
    font-size: 14px;
    line-height: 16px;
    float: left;
    color: #000;
    font-family: "gt_america_monoregular";

}

.cart_total .item .cart_value {
    font-size: 14px;
    line-height: 16px;
    float: right;
    color: #000;
    font-family: "gt_america_monoregular";
}

.cart_total .total .cart_title,
.cart_total .total .cart_value {
    color: #000;
}

.cart_total .control input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000000;
    color: #999;
    font-size: 14px;
    padding: 10px 0;
}

.cart_title .red {
    color: #000000;
}

.form_error {
    font-size: 14px;
    color: #000000;
}

.btn-next {
    background: #000000;
}

.btn-cancel {
    background: transparent !important;
}

.list-cart .box-image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*****payment*****/
#accordion {
    position: relative;
    z-index: 1;
}

.btn-tab {
    box-shadow: 0 0 30px rgba(49, 41, 41, 0.2);
    background: #E2E0B0;
    font-size: 14px;
    color: #000000;
    width: 100%;
    border: 1px solid #000;
    text-align: left;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 15px;
}

.btn-tab:focus,
.btn-tab:hover {
    outline: none;
}

.btn-tab span {
    background: url(../images/icon-radio-checked.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
}

.btn-tab.collapsed {
    background: transparent;
    color: #000;
    border-radius: 15px;
    border: 1px solid #000;
}

.btn-tab.collapsed span {
    background: url(../images/icon-radio.svg) no-repeat;
}

.payment-body {
    padding: 30px 0;
}

.payment-body .box-stripe {
    padding: 40px 0;
}

.payment-body .stripeform h4 {}

.btn-payment {
    background: #6D5E28;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: left;
    line-height: 20px;
    padding: 15px 20px;
    margin-top: 100px;
    height: 50px;
}

.btn-payment:hover,
.btn-payment:focus {
    background: transparent;
    border: 1px solid #6D5E28;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    color: #000000;
}

.btn-payment span {
    float: right;
    font-size: 14px;
}

/*******thank you page *****/
.thankyou {
    text-align: center;
    padding: 40px;
    position: relative;
    z-index: 1;
}

.thankyou .icon {
    margin-bottom: 10px;
}

.thankyou h3 {
    font-size: 21px;
    color: #000000;
    line-height: 31px;
    font-family: "self_modern_regularregular";
}

.thankyou p {
    font-size: 14px;
    line-height: 21px;
    font-family: "nb_akademie_mono_stdregular";
    color: #000;
}

.thankyou .number h4 {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    font-family: "nb_akademie_mono_stdregular";

}

.thankyou .number p {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-family: "nb_akademie_mono_stdregular";
}

.btn-red {
    background: #C81E46;
    margin-bottom: 0;
}

/*****points*******/
.points .title {
    font-size: 14px;
    color: #000;
    line-height: 19px;
}

.points .pts {
    font-size: 14px;
    color: #999;
    line-height: 19px;
}

.points .radio.btn-group-yesno:first-child {
    width: 54px;
    float: right;
    height: 26px;
    display: inline-block;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    -moz-border-radius: 26px;
    background: #ddd;
}

.points .radio.btn-group input[type=radio] {
    display: none;
}

.points .btn-group>.bt {
    width: 26px;
    height: 26px;
    float: left;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    background: #ddd;
}

.points .btn-group .active.btn-suc {
    background: #C81E46 !important;
}

.points .btn-group .active.btn-can {
    background: #ccc !important;
}

/********* nathan **********/


.login-form h4 {
    margin-bottom: 18px;
}

.login_dashboard p {
    font-size: 14px;
    color: #000;
    line-height: 21px;
    font-family: "gt_america_monoregular";
}


.login-height {
    height: 100vh;
    position: relative;
}

.login_dashboard h2 {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-family: "ambitregular";
    /* text-transform: uppercase; */
}

.layout-takeaway .main {
    /* position: fixed;
	 bottom: 20px;
	 margin: 0 auto;
	 margin-top: 110px;
	 width: 100%;
	 left: 0px;
	 right: 0px;
	 padding: 0px 55px; */
    padding-bottom: 100px;
}

.header .logo {
    height: 60px;
    position: relative;
    top: -1px;
}

.head-cate {
    text-align: center !important;
    font-size: 26px !important;
    line-height: 36px;
    color: #6D5E28;
    font-family: "enduro_condensedregular";
}

.head-box .head-cate {
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.head-box p {
    text-align: left;
    font-size: 12px;
    line-height: 17px;
    color: #555555;
    font-family: "gt_america_monoregular";
    font-style: normal;
}

.bg-list .box {
    border-radius: 0px;
}


.bg-list .end {
    text-align: center;
    font-size: 12px;
    color: #000;
    line-height: 16px;
    padding: 10px 0px 35px;
    font-family: 'gt_america_monothin_italic';
}

.box-addon {
    background: #F1ECDB;
    margin: 0px 10px;
}

.box-addon h4 {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-family: "gt_america_monoregular";
    background: #6D5E28;
    padding: 14px 20px;
    text-transform: none;
}

.box-addon .desc-box {
    padding: 10px 20px;
}

.box-remark {
    margin-top: 20px;
    padding: 0px 10px;
}

.box-remark h4 {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-top: 15px;
    font-family: "gt_america_monoregular";
    text-transform: none;
}

.box-remark textarea {
    height: 120px;
    background: transparent;
    color: #777777;
    font-size: 14px;
    line-height: 21px;
    font-family: "gt_america_monoregular";
    padding: 20px;
    border: 1.5px solid #6D5E28;
}

.box-addcart {
    /* position: fixed;
	width: 88%;
	bottom: 20px;
	left: 0px;
	right: 0px;
	margin: 0 auto; */
}

.box-addcart .btnCheckout {
    margin-top: 40px;
}

.info-cart {
    width: 100%;
    padding: 30px 30px 8px;
    margin: 0px 30px;
}



.info-cart p {
    text-align: center;
    color: #6D5E28;
    font-size: 26px;
    line-height: 30px;
    font-family: "enduro_condensedregular";
}

.list-cart .boxproduct {
    align-items: center;
}

.list-cart .boxproduct .productInfor .title {
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-family: "gt_america_monoregular";
    padding-bottom: 5px;
}

.list-cart .boxproduct .productInfor .price {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-family: "gt_america_monoregular";
    position: static;
    float: none;
}

.list-cart .boxproduct .desc {
    margin-left: 20px;
    width: 55%;
}

.list-cart .boxproduct .cart_product_quantity {
    margin-bottom: 0px;
}

.list-cart .boxproduct .action-item {
    position: relative;
    top: 8px;
}

.list-cart .boxproduct .product_quantity_delete {
    position: relative;
    left: -4px;
}

.list-cart .addon {
    position: relative;
    top: -10px;
    margin-bottom: 10px;
}

.list-cart .addon h4 {
    font-size: 12px;
    color: #040707;
    line-height: 16px;
    font-family: "gt_america_monoregular";
    margin-top: 0px;
    margin-bottom: 2px;
    text-transform: none;
}

.list-cart .addon p {
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    font-family: "gt_america_monoregular";
}

.box-coupon {
    background: transparent;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
    border: 1.5px solid #6D5E28;

}

.box-coupon h4 {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-family: "gt_america_monoregular";
    text-transform: none;
    margin-bottom: 2px;
}

.box-coupon.gird-box .item {
    float: none;
}

.box-coupon.cart_total .control input {
    height: 40px;
    color: #777777;
    font-size: 14px;
    line-height: 22px;
    font-family: "gt_america_monoregular";
    border: none;
    border-bottom: 1px solid #6D5E28;
    background: transparent;
}

.box-coupon.cart_total button {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "gt_america_monoregular";
    background: transparent;
    border: 1px solid #6D5E28;
    padding: 10px 30px 10px;
    margin-top: 20px;
}

.box-point {
    background: #AD5761;
    border-radius: 15px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.box-point h4 {
    font-size: 16px;
    line-height: 15px;
    color: #000;
    font-family: "ambitregular";
    text-transform: none;
    margin: 0px;
    position: relative;
    margin-top: 2px;
}

.box-point h4:after {
    content: url(../images/icon-off.png);
    position: absolute;
    right: 0px;
    top: -8px;
}

.box-point h4.active:after {
    content: url(../images/icon-on.png);
}

.box-point .desc {
    display: none;
    margin-top: 8px;
}

.box-point .desc p {
    color: #040707;
    font-size: 14px;
    line-height: 22px;
    font-family: "ambitregular";
    margin-bottom: 5px;
}

.box-point .desc p b {
    font-family: "ambitregular";
}

.box-point .desc span {
    display: block;
    margin-top: 4px;
    color: #333333;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
}

.progress-payment ul {
    text-align: center;
    border-bottom: 2px dashed #000000;
    position: relative;
    top: -13px;
    padding: 0px;
    width: 243px;
    margin: 0 auto;
}

.progress-payment ul li {
    list-style: none;
    display: inline-block;
    color: #000000;
    border: 1px solid #000000;
    font-size: 14px;
    line-height: 22px;
    font-family: "ambitregular";
    padding: 5px 10px;
    border-radius: 15px;
    margin: 0px 30px;
    position: relative;
    top: 18px;
    background: #E2DCD3;
}

.progress-payment ul li.active {
    background: #3F263C;
    color: #E2DCD3;
}

.progress-payment ul li.active.done {
    background: #E2E0B0;
    color: #000000;
}

.progress-payment ul li:first-child {
    margin-left: 0px;
}

.progress-payment ul li:last-child {
    margin-right: 0px;
}

.head-payment {
    text-align: center;
    margin: 20px 0px;
    color: #6D5E28;
    font-size: 26px;
    line-height: 30px;
    font-family: "enduro_condensedregular";
    text-transform: none;
    font-weight: normal;
}

.btn-payment.disabled {
    background: transparent;
    pointer-events: none;
    border: none;
    position: relative;
    top: inherit !important;
    border: 1px solid #6D5E28 !important;
    color: #707070;
    padding: 10px 20px;
}

.payment-info {
    background: #FAFAFA;
    box-shadow: 0 0 28px 5px rgb(0 0 0 / 10%) !important;
    border-radius: 15px;
}

.payment-body {
    padding: 20px 20px 0px;
}

.formControl input,
.formControl select {
    font-size: 12px;
    line-height: 18px;
    color: #CCCCCC;
    font-family: "ambitlight";
    font-weight: normal;
}

.payment-body .box-stripe {
    padding: 20px 0px 24px;
}

.header-card h4 {
    font-size: 14px;
    line-height: 22px;
    font-family: "gt_america_monoregular";
    color: #000000;
    text-transform: none;
    font-weight: normal;
}

.btn-payment {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-family: "gt_america_monoregular";
    font-weight: normal;
    border-radius: 0px !important;
    box-shadow: none;
    border: none !important;
}

.btn-payment span {
    font-family: "gt_america_monoregular";
    font-weight: normal;
}

.thankyou h3 {
    font-size: 18px;
    line-height: 28px;
    font-family: "gt_america_monoregular";
    color: #040707;
    margin-bottom: 5px
}

.thankyou p {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    font-family: "gt_america_monoregular";
}

.thankyou .number {
    margin-bottom: 40px;
    margin-top: 35px;
}



.thankyou .btn {
    position: relative;
    top: 200px;
    line-height: 28px;
}

.bg-list.bgcart {
    position: relative;
}

.bg-list.bgcart:before {
    top: 0px;
}

.bg-cart .main-gird {
    background: #F1ECDB;
    margin-bottom: 20px;
}

.cart_total .total .cart_title,
.cart_total .total .cart_value {
    font-family: "gt_america_monoregular";
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.bg-action-place {
    padding: 20px 15px;
    /* border-radius: 15px; */
    background: #E4DCBC;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: 0 auto !important;
}

.bg-action-place .btn {
    padding: 7px 18px;
    margin-bottom: 0px;
}

.bg-action-place .btn-cancel {
    border: 1px solid #000;
    color: #000;
}

.red {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

.intro-welcome {
    color: #6D5E28;
    line-height: 31px;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "enduro_condensedregular";
}

.logout-take.header {
    background: transparent;
    height: auto;
    position: absolute;
    right: 0px;
    top: 12px;
    right: 20px;
}

.logout-take.header a {
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    background: none;
}

.logout-take.header a:before {
    z-index: 200;
    height: 17px;
    content: "";
    position: absolute;
    top: -1px;
    left: -24px;
    background-image: url(../images/icon-logout.svg);
    width: 17px;
    background-size: cover;
}

.logout-take.header a.logout {
    position: absolute;
    right: 0px;
    left: inherit;
}

.head-cate.text-left {
    text-align: left !important;
}

body.layout-cart,
body.layout-progress {
    background: #675824;
}

.row.bg-cart {
    background: #E4DCBC;
    border-radius: 30px 30px 0px 0px;
    padding-bottom: 240px;
}

.head-cart {
    background-color: #6D5E28;
}

.head-cart a {
    color: #fff !important;
    text-transform: none;
}

.head-cart a.cart-title {
    text-transform: none !important;
}


.btn-tab {
    line-height: 19px;
}

.payment-header {
    margin-bottom: 12px;
}

.payment .csm-line {
    font-size: 14px;
    color: #000000;
    width: 100%;
    border: 1px solid #000;
    text-align: left;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.payment .csm-line label {
    font-size: 14px;
    line-height: 21px;
    font-family: "gt_america_monoregular";
    margin: 0px;
    padding: 2px 0px;
    color: #000;
}

.payment .csm-line input[type="radio"]+label span {
    top: 3px;
}

.btn-payment {
    top: 180px;
    position: relative;
    border-radius: 15px;
    padding: 10px 20px;
}

.login-enterpage {
    padding: 0px 20px;
    width: 100%;
    text-align: center;
    color: #000000;
}

.container-fluid.layout-login.check-padding {
    padding: 0px;
}

.login {
    position: relative;
    z-index: 200;
}

.box-gif {
    margin-top: -70px;
    margin-bottom: -110px;
}

.login_dashboard .button-fixed {
    padding-bottom: 0px;
}

.button-submit-progress {
    padding: 0px 15px;
    bottom: 50px;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.button-submit-progress .btn-payment {
    top: inherit !important;
    margin-top: 0px;
    font-family: "gt_america_monoregular";
}

.owl-controls {
    position: absolute;
    width: 100%;
    top: 8px;
}

.owl-controls .owl-prev {
    position: absolute;
    left: -10px;
    color: #000;
}

.owl-controls .owl-next {
    position: absolute;
    right: -10px;
    color: #000;
}

.edit-addon {
    position: relative;
}

.edit-addon .product_quantity_edit_addon {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #78557A;
    z-index: 200;
}

.action-cart {
    display: flex;
    float: right;
    align-items: center;
}

.action-cart .product_quantity_edit {
    color: #000;
    margin-right: 20px;
    position: relative;
    top: 2px;
}

.login-enterpage .main {
    padding-bottom: 100px;
}

.layout-progress #accordion1 {
    padding: 0px 20px;
}