table.table tr.bg {
    background: #FBF9F9;
}
body {
    /*background: #f5f5f7 !important;*/
}
.money {
    color: #ff0000;
    font-weight: bold;
    padding: 5px 0;
}
.discounts_money {
    color: #000000;
    font-weight: normal;
    text-decoration: line-through;
    padding: 5px;
}
.rate-star {
    padding: 5px;
    float: left;
    height: 14px;
    line-height: 14px;
}
.rate-star .width-star-title {
    float: left;
    margin-right: 5px;
}
.rate-star .width-star-num {
    float: left;
    font-weight: bold;
    margin-left: 5px;
}
.rate-star .width-star-bg {
    width: 180px;
    float: left;
    cursor: pointer;
    border-radius: 3px;
    background: #dadada;
}
.rate-star .width-star-value {
    float: left;
    border-radius: 3px;
    background: url("../images/shops/star-png.png") repeat-x;
}
.rateavg_percent {
    font-size: 18px;
    font-weight: bold;
}
#search_form_shops .form-group {
    margin-bottom: 4px;
}
#products .col-sm-6 .thumbnail, #category .col-sm-6 .thumbnail {
    padding-top: 10px;
}
#products .col-sm-6 .label-default {
    margin-bottom: 10px;
    display: inline-block;
}
.price {
    height: 40px;
    margin-top: 5px;
}
#category .col-sm-6 .price .money {
    display: block;
    vertical-align: middle;
}
.image {
    margin: 0 10px 10px 0;
}
.msgshow {
    background: #F5F5F5;
    padding: 20px;
    border: 4px solid #C7C7C7;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 10020 !important;
}
/*tooltip*/

.tooltip-inner {
    max-width: 250px;
    padding: 10px;
    color: #fff;
    text-align: left !important;
    background-color: #0C2138;
    border-radius: 4px
}
.tooltip-inner img.pull-left {
    margin: 3px 5px 1px 0;
}
.tooltip-inner img.pull-right {
    margin: 3px 1px 0 5px;
}
.pages {
    display: inline-block;
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
}
#formsearch {
    margin-top: 10px;
}
#formsearch .row {
    margin-bottom: 10px;
}
/* Custom controls */

div[id*="product_center"] {
    position: relative;
}
div[id*="product_center"] .crsl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div[id*="product_center"] .crsl-items:after {
    display: block;
    clear: both;
    content: '';
}
div[id*="product_center"] .crsl-items img {
    margin: 0 auto 6px auto;
}
div[id*="product_center"] .previous, div[id*="product_center"] .next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    text-indent: -10000px;
    color: #FFF;
    background: rgba(0, 0, 0, .80) url(../images/shops/previous-next.png) no-repeat 0 0;
    z-index: 10;
    /* border radius */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    /* transition */
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}
div[id*="product_center"] .previous:hover, div[id*="product_center"] .next:hover {
    background-color: rgba(0, 0, 0, .95);
}
div[id*="product_center"] .previous {
    left: 0;
    background-position: 0 0;
}
div[id*="product_center"] .next {
    right: 0;
    background-position: 100% 0;
}
div[id*="product_center"] .crsl-item {
    margin-bottom: 0;
}
.caption h3 {
    line-height: 22px;
    height: 40px;
}
/* BLOCK OTHER PRODUCT */

.others_product ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
.others_product ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}
.others_product ul li img {
    margin: 5px;
}
.others_product ul li.bg {
    background: #FFFFF0;
}
.others_product ul li span.time {
    color: #c0c0c0;
    font-size: 11px
}
.page-header {
    padding: 10px 0px;
    margin: 0 0 10px;
}
/* PRINT */

#print {
    padding: 10px;
}
#print table.rows2 {
    width: 100%;
    border: none;
    margin-bottom: 10px;
}
#print table.rows {
    width: 100%;
    border: 1px solid #F5F5F5;
}
#print table.rows td {
    padding: 5px;
    border: 1px solid #F5F5F5;
}
#print table.rows td img {
    width: 60px;
    padding: 2px;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}
#print table.rows tr.bg {
    background: #f3f3f3;
}
#print table.rows tr.bgtop {
    background: #CCCCCC;
    line-height: 22px;
}
/* CART */

div.step_bar a.step {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    font-weight: 700;
    background: url('../images/shops/star.png') no-repeat left center;
    padding-left: 10px;
    margin-right: 10px;
}
div.step_bar a.step span {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: #039;
}
div.step_bar a.step_current {
    color: red;
}
.block {
    margin-bottom: 10px
}
.block .payment_info {
    margin: 10px 0 10px 0;
}
.block .payment_info .payment_items {
    text-align: center;
    margin-right: 2px;
    display: inline-block
}
#detail {
    margin: 5px !important;
}
#detail .zoom_img {
    margin: 10px 0 10px 0;
}
#detail ul.product_info {
    padding: 0;
}
#detail ul.product_info li {
    margin-bottom: 5px;
}
/* TAB */

.r-tabs {
    margin: 10px 0 10px 0;
    position: relative;
}
.r-tabs .r-tabs-nav {
    border-bottom: 1px solid #ccc;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: #00aadd;
    margin-bottom: 3px;
    padding: 10px 12px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #fff;
    margin-bottom: -1px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #00aadd;
    background-color: #fff;
}
.r-tabs .r-tabs-panel {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #00aadd;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #00aadd;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 0;
}
/* Social button */

em.fb, span.fb {
    color: #3b5998;
}
em.tw, span.tw {
    color: #00aced;
}
em.google, span.google {
    color: #dd4b39;
}
.google-plus-one {
    overflow: hidden;
    position: relative;
}
.google-plus-one i {
    position: absolute;
    left: -4px;
    bottom: -5px;
}
.google-plus-one span {
    font-size: 16px;
    font-weight: 900;
    line-height: 10px;
    margin-left: 15px;
}
.btn-sm.google-plus-one span {
    font-size: 14px;
}
.btn-sm.google-plus-one i {
    bottom: -3px;
}
.btn-lg.google-plus-one span {
    font-size: 20px;
    margin-left: 18px;
}
.btn-lg.google-plus-one i {
    bottom: -5px;
}
.btn-xs.google-plus-one span {
    font-size: 12px;
}
.btn-xs.google-plus-one i {
    bottom: -7px;
}
/*********************/

#products .items {
    float: left;
    display: block;
}
#products .items .items_content {
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin: 1px;
}
#products .items .items_content img {
    border: #EFEFEF 1px solid;
    padding: 2px;
}
#products .items .items_content .content_top {
    height: 135px;
}
#products .items .items_content .show-product-code {
    height: 156px;
}
#products .items .items_content .content_price {
    height: 15px;
}
.time_up {
    color: #c0c0c0;
    font-weight: normal;
}
.btnum, .shops-center {
    text-align: center;
}
/* BUTTON */

a.pro_order, a.pro_detail {
    color: #000000;
    padding: 2px 0px;
    background: url(../images/shops/bgbt.png) repeat 0 0;
    display: inline-block;
    width: 60px;
    text-align: center;
    border: 1px solid #FC0;
}
a.pro_detail:hover, a.pro_order:hover {
    background: #FFCC33
}
/* DETAIL */

#detail .image-demo {
    float: left;
    width: 150px;
}
#detail .info_product {
    padding-left: 150px;
}
#detail .date_up {
    color: #bcbcbc;
    display: block;
}
#detail .info_product p {
    padding: 2px;
    margin: 0;
}
#detail h2 {
    color: #004080;
    font-size: 14px;
    font-weight: bold;
    text-align: justify
}
#detail .detail_com {
    margin-bottom: 5px;
}
#detail .prd_rate {
    padding: 0px;
}
#detail .prd_rate div.line {
    margin-bottom: 10px;
}
#detail .prd_rate div.cm_rows {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #d7e2e6;
}
#detail .prd_rate div.avata {
    width: 54px;
    text-align: center;
    float: left;
}
#detail .prd_rate div.avata img {
    border: 1px solid #d7e2e6;
    padding: 1px;
}
#detail .prd_rate div.cm_c {
    float: right;
}
/* OTHER PRODUCT */

#detail .others {
    padding: 10px;
}
#detail .others ul li {
    background: url(../images/shops/square.jpg) no-repeat 0px 5px;
    padding-left: 8px;
}
#detail .others .date {
    color: #999;
}
#detail .others h1 {
    border-bottom: #CCC 1px solid;
    margin-bottom: 5px;
}
#detail .div_rate a {
    padding-right: 18px;
    background: url('../images/shops/star.png') no-repeat right center;
    margin-right: 5px;
}
/* OTHER */

.payment {
    color: #ff0000;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    border: 1px solid #ff0000;
    padding: 3px;
    text-transform: uppercase;
}
.pages a {
    color: #000000;
    border: 1px solid #ebebeb;
    padding: 2px 6px;
    display: inline-block;
}
.pages a:hover {
    background: #f2f2f2;
}
.pages strong {
    color: #ffffff;
    border: 1px solid #ebebeb;
    padding: 2px 6px;
    display: inline-block;
    background: #0080c0;
    font-weight: normal;
}
/* GIRD */

#category {
    margin-bottom: 8px;
    background: #ffffff;
}
#category .page_title {
    font-size: 13px;
    color: #454545;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    font-weight: bold;
    border-bottom: 2px solid #e5e5e5;
}
#category .list_rows {
    border-bottom: 1px dashed #cad5d8;
}
#category .list_rows div.img {
    float: left;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#category .list_rows div.img input {
    position: absolute;
    top: 15px;
    left: 5px;
}
#category .list_rows div.img img {
    border: 1px solid #f4f4f4;
    padding: 2px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#category .list_rows div.list_c {
    width: 300px;
    float: left;
    margin-right: 10px;
    padding: 20px 0;
}
#category .list_rows div.list_c h3 {
    margin-bottom: 10px;
}
#category .list_rows div.list_c p.des {
    padding-bottom: 10px;
    border-bottom: 1px dashed #cad5d8;
}
#category .list_rows div.list_c p.add_prd {
    margin: 10px 0 0 0;
}
#category .list_rows div.info_prd {
    width: 170px;
    margin-right: 10px;
    margin-top: 20px;
    float: left;
}
#category .list_rows div.info_prd ul {
    padding: 15px;
}
#category .list_rows div.info_prd ul li {
    padding: 0 0 10px 15px;
}
#category .list_rows div.info_prd strong {
    color: #fc4d00;
}
#category .list_rows div.info_prd span {
    display: block;
    font-weight: 700;
}
#category .grid_rows {
    width: 33%;
    float: left;
    margin-top: 10px;
}
table.rows2 {
    width: 100%;
    border: 1px solid #b9dcff;
    padding: 5px;
}
table.rows {
    width: 100%;
}
table.rows td {
    padding: 5px
}
table.rows td img.imgpro {
    width: 40px;
    padding: 2px;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}
table.rows tr.bgtop {
    background: #CCE6FF;
    line-height: 22px;
}
.share a {
    padding: 0px;
    margin: 0px;
}
.share img {
    height: 16px;
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}
.title_cate {
    background: url('../images/shops/pro_cat_header.png') repeat-x;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    font-weight: bold;
}
.btn_view {
    background: url('../images/shops/bl.png') no-repeat left center;
    display: inline-block;
}
.btn_view span {
    background: url('../images/shops/br.png') no-repeat right;
    padding: 3px 10px;
    display: inline-block;
}
#total {
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
}
.order_code {
    padding: 5px;
    border: 1px solid #dfdfdf;
    text-align: center;
}
.text_date {
    color: #0080c0;
    font-size: 16px;
    font-weight: 700;
}
/* BLOCK PRODUCT CENTER */

.product_center {
    z-index: 2;
    margin-bottom: 2px;
}
.product_center {
    overflow: hidden;
    position: relative;
    margin-top: 5px;
}
.product_center .container {
    width: 960px;
    height: 130px;
    overflow: hidden;
    position: relative;
}
.product_center .slides {
    position: absolute;
    top: 0;
    left: 0;
}
.product_center .slides>div {
    position: absolute;
    top: 0;
    width: 960px;
    display: none;
}
#block_newtop .slides>div a:hover {
    text-decoration: underline;
}
.product_center p {
    padding: 0px;
}
.product_center ul.pagination {
    padding: 5px;
    float: right;
}
.product_center ul.pagination li {
    float: left;
    list-style: none;
}
.product_center ul.pagination a {
    display: block;
    overflow: hidden;
    background: #f3f3f3;
    margin-right: 2px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
}
.product_center ul.pagination li.active a {
    background: #b5b5b5;
    color: #ffffff;
}
.product_center .slides .items {
    display: block;
    width: 150px;
    float: left;
    height: 120px;
    margin-right: 10px;
    text-align: center;
}
.product_center .slides .items img {
    height: 80px;
    border: #DFDFDF 1px solid;
    padding: 2px;
}
.block-nobg .title_adv {
    background: url('../images/dot_gray.gif') repeat-x center;
}
.frame {
    padding: 20px;
    text-align: center;
}
/* SEARCH */

.search {
    /*border: 1px solid #ebebeb;*/
    /*padding: 5px;*/
    margin: 20px 0;
}
.search .input {
    width: 200px
}
.search .rows {
    line-height: 25px
}
.search .rows label {
    width: 180px;
    display: inline-block;
}
.result-frame .result-content {
    margin-bottom: 5px;
    border-bottom: 1px dotted #c0c0c0;
    padding-bottom: 5px;
}
.result-frame .result-content img {
    margin-right: 5px;
    border: 1px solid #e6e6e6;
    padding: 2px;
}
.result-frame .linktitle {
    color: #0080c0;
    line-height: 22px;
    font-weight: bold;
}
.result-frame .keyword {
    background: #ffff00;
}
.search .date {
    background: url(../images/shops/date.png) no-repeat center;
    border: 0px;
    margin: auto;
    padding: 4px 10px;
}
.divbg {
    background: #F9F9F9;
    line-height: 28px;
    margin-top: 10px;
    padding: 0px 10px;
    font-size: 14px;
    text-transform: uppercase;
}
/* TOOLTIP */

#products .tip {
    color: #fff;
    background: #1d1d1d;
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 3000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 250px;
    text-align: left;
}
#products .tip img {
    margin-right: 10px;
    float: left;
}
.title_shop {
    color: #000000;
    font-weight: bold;
    text-align: left;
    display: block;
}
.no-wrap {
    white-space: nowrap
}
/* POST */

.post-product h2 {
    border-bottom: 1px #D8D8D8 solid;
}
.txt-full {
    width: 99%;
}
.title_group {
    margin-bottom: 10px;
    border-bottom: 1px #e8e8e8 solid;
    line-height: 20px;
}
.info-require {
    color: red;
    font-size: 11px;
    font-style: italic;
}
.span-require {
    color: red;
    font-style: italic;
}
.post-error {
    border: 1px solid #FFAAD5;
    margin: 0 auto 10px;
    background: #FFD2E9;
    padding: 10px;
}
.post-error span {
    color: #F00;
    font-weight: bold;
}
.post-product .show-date {
    vertical-align: middle;
}
.ddsmoothmenu-v ul, .ddsmoothmenu-v li, ddsmoothmenu-h ul, .ddsmoothmenu-h li {
    list-style: none;
    margin: 0;
}
.rows3 td {
    padding: 1px;
}
.error {
    color: red;
}
img.calendar {
    vertical-align: middle;
}
.bsss {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #5C5C5C;
    cursor: pointer;
    text-decoration: underline;
}
.compare {
    margin-bottom: 10px;
}
.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 1em;
    font-weight: 300;
    z-index: 0
}
/* Nav */

.tabs .nav {
    text-align: center;
}
.tabs .nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.tabs .nav li {
    border: 1px solid #becbd2;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
    padding-top: 2px;
}
.tabs .nav li.active {
    border: 1px solid #47a3da;
    /*box-shadow: inset 0 2px #47a3da;*/
    box-shadow: 0 2px #47a3da inset;
    border-bottom: none;
    z-index: 100;
}
.tabs .nav li.active:before, .tabs .nav li.active:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #47a3da;
}
.tabs .nav li.active:after {
    right: auto;
    left: 100%;
    width: 4000px;
}
.tabs .nav a {
    color: #becbd2;
    display: block;
    font-size: 1.1em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
    border-radius: 0;
    border: none;
}
.tabs .nav a:hover {
    color: #768e9d;
}
.tabs .nav li.active a {
    color: #47a3da;
    border-radius: 0;
    border: none;
}
#detail ul {
    padding-left: 0;
}
.nav-tabs li a img {
    display: inline-block;
    max-height: 30px;
    max-width: 30px;
    padding-right: 3px;
}
/* Icons */

.tabs .nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}
/* Content */

.content section {
    font-size: 1.25em;
    padding: 2px 1px;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}
.content section:before, .content section:after {
    content: '';
    display: table;
}
.content section:after {
    clear: both;
}
/* Fallback example */

.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #47a3da;
}
.content section.content-current {
    display: block;
}
/* Example media queries */

@media screen and (max-width: 52.375em) {
    .tabs .nav a span {
        display: none;
    }
    .tabs .nav a:before {
        margin-right: 0;
    }
    .mediabox {
        float: none;
        width: auto;
        padding: 0 0 35px 0;
        font-size: 90%;
    }
    .mediabox img {
        float: left;
        margin: 0 25px 10px 0;
        max-width: 40%;
    }
    .mediabox h3 {
        margin-top: 0;
    }
    .mediabox p {
        margin-left: 40%;
        margin-left: calc(40% + 25px);
    }
    .mediabox:before, .mediabox:after {
        content: '';
        display: table;
    }
    .mediabox:after {
        clear: both;
    }
}
@media screen and (max-width: 32em) {
    .tabs .nav ul, .tabs .nav ul li a {
        width: 100%;
        padding: 0;
    }
    .tabs .nav ul li {
        width: 20%;
        width: calc(20% + 1px);
        margin: 0 0 0 -1px;
    }
    .tabs .nav ul li:last-child {
        border-right: none;
    }
    .mediabox {
        text-align: center;
    }
    .mediabox img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }
    .mediabox h3 {
        margin: 1.25em 0 1em;
    }
    .mediabox p {
        margin: 0;
    }
}
.info_pro {
    position: absolute;
    top: 40px;
    left: 5px
}
.newday {
    display: block;
    text-transform: uppercase
}
#coupons_info {
    margin-top: 6px
}
.tab-pane {
    padding: 5px
}
/*.select2-selection {
    height: 35px !important;
    border-radius: 12px;
}*/

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 2px
}
.order_shipping_info li {
    margin: 8px 0;
}
.filter_product label {
    margin-right: 10px
}
.filter_product .label_group {
    height: 22px;
    border: 1px solid #cccccc;
    outline: 1px solid #fff;
    background: #f2f2f2;
    text-align: center;
    line-height: 21px;
    display: block;
    float: left;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    padding: 0 10px;
    margin-top: 5px;
    min-width: 30px;
    font-size: 11px;
    white-space: nowrap;
}
.filter_product .label_group:hover {
    border-color: red
}
.filter_product .active {
    border-color: blue
}
.filter_product .label_group input, .filter_product .image_group input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
}
.ajax-load-qa {
    background: url("../images/shops/ajax-loader.gif") no-repeat center center rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.thumbnail .caption h3 {
    font-size: 14px
}
.info_icon:before {
    font-family: FontAwesome;
    color: #1E91CF;
    font-size: 14px;
    content: "\f05a";
}
.fb-like {
    margin-right: 30px;
}
.form-review {
    font-size: 13px
}
.form-review .pagination {
    margin-top: 2px
}
.form-review .pagination>li>a {
    padding: 1px 5px;
    font-size: 12px;
}
.form-review .review_row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px
}
.form-review .border {
    padding: 0 10px 0 10px
}
.form-review .border-right {
    border-right: 1px solid #ddd;
}
/*  Second Example with big stars */

.rate-ex2-cnt {
    width: 150px;
    height: 30px;
}
.rate-ex2-cnt .rate-btn {
    width: 30px;
    height: 30px;
    float: left;
    background: url(../images/shops/rate/rate-btn2.png) no-repeat;
    cursor: pointer;
}
.rate-ex2-cnt .rate-btn:hover, .rate-ex2-cnt .rate-btn-hover, .rate-ex2-cnt .rate-btn-active {
    background: url(../images/shops/rate/rate-btn2-hover.png) no-repeat;
}
/* End second Example with big stars */

/* rate result */

.rate-result-cnt {
    width: 82px;
    height: 18px;
    position: relative;
}
.rate-stars {
    width: 82px;
    height: 18px;
    background: url(../images/shops/rate/rate-stars.png) no-repeat;
    position: absolute;
}
.rate-bg {
    height: 18px;
    background-color: #ffbe10;
    position: absolute;
}
.star-icon {
    width: 17px;
    height: 17px;
    background: url(../images/shops/rate/rate-btn3-hover.png) no-repeat;
    float: left
}
.docpay div {
    line-height: 25px
}
.docpay div strong {
    width: 120px;
    display: inline-block
}
#group_error {
    color: #C00;
    font-style: italic;
    padding: 5px;
    border: 1px dashed #C00;
    margin: 5px 0;
    display: none;
}
.download {
    border-bottom: dashed #DDDDDD 1px;
    line-height: 35px
}
.download, .download a {
    font-size: 13px
}
.btn-transparent {
    background: none;
    border: none;
    box-shadow: none
}
/*css cho trang detail*/

/* ==============================================================
   LAYOUT TỔNG QUAN TRANG DETAIL
============================================================== */

.short-detail.m {
    display: none;
}
.detail-sec-standard {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: .625rem;
    padding-bottom: 3.125rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    display: flex;
}
.container-standard-wide-product {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
    padding-right: 0;
    display: flex;
    /*overflow: clip;*/
}
/* ==============================================================
   CỘT TRÁI (GALLERY HÌNH ẢNH)
============================================================== */

.detail-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(50% - 3.75rem);
    display: flex;
    position: sticky;
    top: 1.5rem;
    /*overflow: hidden;*/
}
.product-main-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}
.product-gallery {
    width: 100%;
}
.product-gallery .gallery-view {
    /*margin-bottom: 20px;*/
    border: 2px solid #c28a8a;
    border-bottom: none;
}
.gallery-view .owl-carousel .owl-item .item-inner img {
    height: 80%;
    object-fit: contain;
}
.gallery-nav.owl-carousel .owl-item .item-inner img {
    height: 80%;
    object-fit: contain;
    opacity: 1;
}
.gallery-nav.owl-carousel .owl-item .item-inner .circle_shop {
    opacity: 1;
}
.gallery-nav.owl-carousel .owl-item .item.active .item-inner img {
    opacity: 1;
}
.gallery-nav.owl-carousel .owl-item .item.active .item-inner .circle_shop  {
    opacity: 1;
}
.product-detail .gallery-nav .owl-item .item {
    /*border: 2px solid #d9cbba;*/
    border: 2px solid #c28a8a;
    /*border-radius: 2px;*/
}
.product-detail .gallery-nav .owl-item:last-child .item {
    border-right: 2px solid #c28a8a;
}
.product-detail .gallery-nav .item.active {
    border-color: #cb3129 !important;
}
/* Mũi tên điều hướng Gallery */

.product-detail #product-image-gallery-view .owl-nav .owl-prev, .product-detail #product-image-gallery-view .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px #c28a8a solid;
    color: #cb3129;
    transform: translate3d(0px, -50%, 0px);
    z-index: 10;
    opacity: 0;
    transition: 0.3s ease all;
}
.product-detail #product-image-gallery-view .owl-nav .owl-prev {
    left: 20px;
}
.product-detail #product-image-gallery-view .owl-nav .owl-next {
    right: 20px;
}
.gallery-view:hover #product-image-gallery-view .owl-nav .owl-prev, .gallery-view:hover #product-image-gallery-view .owl-nav .owl-next {
    opacity: 1;
}
.gallery-view:hover #product-image-gallery-view .owl-nav .owl-prev {
    left: 10px;
}
.gallery-view:hover #product-image-gallery-view .owl-nav .owl-next {
    right: 10px;
}
.product-detail #product-image-gallery-view .owl-nav .owl-prev:hover, .product-detail #product-image-gallery-view .owl-nav .owl-next:hover {
    background: #fae8e8;
    color: #cb3129;
}
/* ==============================================================
   CỘT PHẢI (THÔNG TIN SẢN PHẨM)
============================================================== */

.detail-right-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    display: flex;
}
.short-detail {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    border-bottom: .0625rem none var(--stroke-2);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: .3125rem;
    padding-bottom: 1.25rem;
    display: flex;
}
.short-detail.d {
    padding-bottom: 0;
}
.product-name {
    color: #383230;
}
.heading-3 {
    letter-spacing: -.01875rem;
    font-size: 2.625rem;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}
.ingerient {
    color: #383230;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%;
}
.short-brief-text {
    color: #3d3938;
    max-width: 50.375rem;
    margin-top: .25rem;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 145%;
}
/* ==============================================================
   TÙY CHỌN SẢN PHẨM (MÀU, SIZE, LOẠI...)
============================================================== */

.product-option {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
    display: flex;
}
.product-subtittle {
    color: #383230;
    letter-spacing: 0;
    text-transform: none;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 130%;
}
.product-tab {
    width: 100%;
    margin-top: .625rem;
}
.product-menus {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template: "." "Area" / 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}
.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.options {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    border: 1px solid #c28a8a;
    background-color: #4c3f9900;
    border-radius: .375rem;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem .75rem;
    display: flex;
}
.options.w--current {
    background-color: #f3e9cb;
}
.options:hover {
    background-color: #fffdef;
}
.tab-img {
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 0;
    max-width: none;
    height: 2.1875rem;
}
.tab-text {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}
/* ==============================================================
   GIÁ, NÚT MUA
============================================================== */

.product-content {
    margin-top: 1.875rem;
    position: static;
}
.price-container {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.price-big {
    color: #cb3129;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 130%;
}
.price-big span {
    text-transform: none;
}
.money_origin {
    color: #CC3300;
    font-weight: bold;
    padding: 5px;
    font-size: 1.75rem;
}
.buy-container {
    width: 100%;
}
.buy-now-small {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    background-color: #cb3129;
    color: #faf7e8;
    text-align: center;
    letter-spacing: .0125rem;
    text-transform: uppercase;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 1.5rem;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 120%;
    width: 90%;
    text-decoration: none;
    position: static;
}
.buy-now-small:hover {
    background: #000;
    color: #fff;
}
/* ==============================================================
   KHỐI ACCORDION (AWARDS, THÔNG TIN SP, PHƯƠNG PHÁP)
============================================================== */

.info-drop-down {
    z-index: 1;
    border-top: 1px solid #c28a8a;
    /*border-bottom: 1px solid #c28a8a;*/
    width: 100%;
    margin-top: 0;
    margin-bottom: -.0625rem;
}
.info-toggle, .info-toggle-copy, .more-image-wrap {
    color: #383230;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.25rem 0;
    display: flex;
}
.more-image-wrap {
    padding: 1.5rem 0 1.5rem;
}
.drop-down-icon {
    color: #c2a88a;
    margin: 0 .625rem 0 0;
    position: static;
}
.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.w-dropdown-list {
    /*background: transparent;*/
    min-width: 100%;
    display: none;
    position: absolute;
}
.w-dropdown-list.w--open {
    display: block;
}
.info-dropdown-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-color: #4c3f9900;
    flex-flow: column;
    width: 100%;
    margin-bottom: 2.5rem;
    position: static;
}
.info-dropdown-div {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-color: #4c3f9900;
    color: #3d3938;
    flex-flow: column;
    width: 100%;
    padding-right: 1.25rem;
    display: flex;
    position: static;
}
/* ==============================================================
   THÀNH PHẦN BÊN TRONG KHỐI ACCORDION 
============================================================== */

/* Awards */

.award-collection-wrapper {
    width: 100%;
}
.award-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
}
.award-item {
    width: 100%;
}
.award-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}
.award-img {
    width: 2.5rem;
    max-width: none;
}
.award-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
/* More Images */

.more-image-wrapper {
    width: 100%;
    overflow: hidden;
}
.more-image-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}
.more-image-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
    grid-area: span 1 / span 1 / span 1 / span 1;
}
.more-image {
    max-width: 100%;
    border-radius: 0;
}
/* Phương pháp pha chế */

.method-collection {
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
}
.method-list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start center;
    place-items: flex-start start;
    width: 100%;
    display: grid;
}
.method-item {
    flex: 0 auto;
    width: 100%;
    height: 100%;
}
.method {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}
.method-image {
    border-radius: 0;
    height: 8rem;
    max-width: 100%;
}
.method-name {
    text-align: center;
    flex: 1;
    width: 100%;
    height: auto;
}
/* Typography chung */

.body-2-regular {
    color: #383230;
    text-transform: none;
    margin-top: .3125rem;
    margin-bottom: .3125rem;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 150%;
}
.body-3---regular {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 145%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* ==============================================================
   UI OVERRIDES / UTILITIES
============================================================== */

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
    display: none !important;
}
.currency-form {
    display: none;
}
.empty-block {
    background-color: #4c3f9900;
    color: #c2a88a;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
/*css phần thanh toan*/

.warning {
    background: #fff3e0;
    color: #d35400;
    font-size: 14px;
    border: 1px solid #f0cfae;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
}
.modern-pay-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    padding: 20px 25px;
    margin: auto;
    max-width: 420px;
    font-family: inherit;
}
/* Tiêu đề khối */

.modern-pay-title {
    text-align: center;
    color: #444;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
}
/* Dòng kẻ gạch dưới tiêu đề */

.modern-pay-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #7a1d1d;
    /* Màu đỏ thương hiệu Bonpy */
    margin: 8px auto 0;
    border-radius: 3px;
}
/* Từng dòng thông tin */

.pay-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px dashed #e8e8e8;
}
.pay-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
/* Nhãn bên trái */

.pay-label {
    color: #777;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pay-label i {
    color: #b5b5b5;
    font-size: 14px;
    width: 16px;
    text-align: center;
}
/* Giá trị bên phải */

.pay-value-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: right;
}
.pay-value {
    font-weight: 700;
    color: #222;
    font-size: 15px;
}
.pay-value.text-amount {
    color: #d9534f;
    font-size: 18px;
}
.pay-value.text-content {
    color: #0056b3;
}
/* Nút sao chép hiện đại */

.btn-copy-pill {
    background: #f4f6f8;
    color: #555;
    border: none;
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.btn-copy-pill:hover {
    background: #e2e6ea;
    color: #222;
}
/* Trạng thái đã copy thành công */

.btn-copy-pill.copied {
    background: #d1e7dd;
    color: #0f5132;
}
.order-info-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    /* Đổ bóng nhẹ đồng bộ với khối QR */
    border: 1px solid #f0f0f0;
    padding: 25px;
    height: 100%;
    /* Giúp card cao bằng với khối QR nếu đặt chung row */
    font-family: inherit;
}
/* Tiêu đề khối */

.order-info-heading {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f9ecec;
    /* Đường kẻ viền màu nhạt */
    display: flex;
    align-items: center;
    gap: 10px;
}
.order-info-heading i {
    color: #7a1d1d;
    /* Đỏ đô Bonpy */
    font-size: 18px;
}
/* Danh sách thông tin */

.order-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.order-info-list li {
    display: flex;
    margin-bottom: 16px;
    line-height: 1.5;
}
.order-info-list li:last-child {
    margin-bottom: 0;
}
/* Nhãn bên trái */

.order-info-list .lbl {
    width: 180px;
    /* Cố định độ rộng để các dấu hai chấm thẳng hàng */
    flex-shrink: 0;
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.order-info-list .lbl i {
    margin-top: 4px;
    color: #c4c4c4;
    width: 16px;
    text-align: center;
}
/* Giá trị bên phải */

.order-info-list .val {
    flex-grow: 1;
    color: #222;
    font-weight: 600;
    font-size: 14.5px;
}
.product-name .heading-3 {
    font-size: 3rem;
    text-align: left;
}
.well {
    width: 100%;
    background: #fae8e8;
}
.well .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.help-block {
    margin-top: 8px;
    margin-bottom: 5px;
}
.breadcrumbs a:after, .breadcrumbs a:before {
    display: none;
}
.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
    text-decoration: underline;
    background: transparent;
}
.breadcrumbs a, .show-subs-breadcrumbs {
    padding: 0;
    background: transparent;
}
.breadcrumbs-wrap {
    padding: 5px 0;
    border-bottom: 1px solid #c28a8a;
}
.breadcrumbs li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5em 0 0;
    gap: 10px;
}
ul.breadcrumbs {
    padding-inline-start: 9.75rem;
}
.breadcrumb-sec {
    z-index: 90;
    border-bottom: 1px solid #c28a8a;
    background-color: transparent;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 4.5rem;
    padding-left: 9.75rem;
    padding-right: 9.75rem;
    display: flex;
    position: static;
    top: 4.3125rem;
}
.breadcrumb-div {
    grid-column-gap: 1rem;
    grid-row-gap: .375rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding: 10px 0;
}
.breadcrumb {
    color: #3d3938;
    font-size: 14px;
    background: transparent;
    font-weight: 300;
    text-decoration: none;
    padding: 0;
    margin-bottom: 0;
}
.main-another-page {
    padding-top: 6.5rem !important;
}
.breadcrumb-div .no-link:last-child {
    display: none;
}
.breadcrumb-div .breadcrumbs_custom {
    font-weight: bold;
}
/*.order-summary-content {
    padding: 6.75rem 5.75rem;
}*/

.order-summary-content {
    width: 100%;
    max-width: 600px;
    margin: auto;
    min-width: 0;
    padding: 0 0 30px;
}
.shopping-cart-info {
    /*border-radius: 12px !important;*/
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .07), 0 10.0266px 33.4221px rgba(0, 0, 0, .0503198), 0 5.36071px 17.869px rgba(0, 0, 0, .0417275), 0 3.00517px 10.0172px rgba(0, 0, 0, .035), 0 1.59602px 5.32008px rgba(0, 0, 0, .0282725), 0 0.664142px 2.21381px rgba(0, 0, 0, .0196802);
}
.shopping-cart-info .cart-detail .table-wrapper {
    border-radius: 0;
    border-bottom: 4px solid #e5e5e5;
}
.cart-detail .table-wrapper {
    padding: 30px 30px 10px 30px;
}
.product-cart-detail {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.link_back_cart, .remove_cart {
    color: #cb3129;
}
.link_back_cart:hover, .remove_cart:hover {
    color: #000;
}
.step_bar {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-cart-detail:last-child {
    border-bottom: none;
}
.product-picture {
    float: left;
    text-align: center;
}
.cart a, .data-table a, .forum-table a {
    font-weight: normal;
    color: #cb3129;
}
.cart button.remove-btn.once-submit-button {
    margin: 4px auto;
    padding: 0 8px 0 2px;
    background: #fafafb;
    border-radius: 4px;
    font-size: 11px;
    color: #9e9e9f;
    border: unset;
    display: block;
    cursor: pointer;
    line-height: 16px;
}
.cart-content-product {
    display: flex;
    justify-content: space-between;
}
.cart .product, .data-table .product, .data-table .message, .data-table .info, .data-table .name {
    min-width: 225px;
    text-align: left;
}
.cart .product a, .data-table .product a, .data-table .info a {
    font-weight: bold;
    color: #444;
}
.cart a.product-name {
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.shopping-cart-info .attributes {
    margin: 3px 0;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0 0 !important
}
.attributes dd {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.cart .attributes label {
    display: block;
}
.conatiner-cart-price {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    checkout-buttons justify-content: flex-start;
    height: max-content;
    height: fit-content;
    align-items: flex-end;
    height: 100%;
}
span.product-unit-price {
    color: #333;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}
.cart-quantity-input-container {
    display: inline-flex;
    padding: 6px 0 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.cart-quantity-input-container .minus {
    float: left;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.cart-detail .cart .cart-quantity-input-container .qty-input {
    width: 24px !important;
    border-radius: 4px;
    height: 24px !important;
    line-height: 22px;
    background: #f5f5f7;
    color: #000;
    font-size: 13px !important;
    margin: 0 2px;
    text-align: center;
    font-weight: 400;
}
.cart-quantity-input-container .plus {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.cart-quantity-input-container svg {
    cursor: pointer;
    position: relative;
    top: 4px;
}
.total-provisional.price_tt {
    padding: 0;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}
.cart .total-provisional {
    line-height: 21px;
    padding: 0 0 20px;
}
.cart .total-provisional>span {
    color: #323232;
}
.total-provisional>span {
    float: left;
}
.cart .total-provisional span .total-label, .cart .total-provisional span:nth-child(2) {
    font-weight: 700;
}
.total-provisional>span:nth-child(2) {
    float: right;
}
.row_custom .cart-footer .cart-collaterals {
    width: 100%;
    margin: 0;
}
.cart-collaterals {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
}
.codeboxinput__button--dropdown {
    color: #333;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 14px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    border-radius: 8px;
}
.coupon-box {
    width: 100%;
}
.product-picture img {
    width: 80px;
    height: 100%;
    object-fit: cover;
}
.row_custom .cart-footer .cart-collaterals .deals, .row_custom .cart-footer .cart-collaterals .deals>div {
    max-width: 100%;
    margin: 0;
}
.cart-collaterals .coupon-box .title {
    display: none;
}
.cart-footer .cart-collaterals .hint {
    display: none;
}
input#coupons_code {
    border-radius: 8px 0 0 8px;
    /* margin-left: 4px; */
    border: 1px solid #EBEBEB;
}
.cart-footer .cart-collaterals .coupon-code input[type="text"] {
    float: left;
    width: 76%;
    margin: 0 -1px 0 0;
    font-size: 14px;
    padding: 10px !important;
}
.cart-collaterals .coupon-code input[type="text"] {
    float: left;
    width: 60%;
    height: 36px;
    margin: 0 -1px 0 0;
}
button#coupons_check {
    border-radius: 0 8px 8px 0;
    margin-left: 0;
}
.cart-footer .cart-collaterals .coupon-code button[type="button"] {
    float: left;
    width: 24%;
    padding: 10px;
    font-size: 14px;
}
.cart-collaterals .coupon-code button[type="button"] {
    float: left;
    width: 40%;
    height: 36px;
    padding: 0;
}
.cart-collaterals .button-2 {
    display: inline-block;
    border: none;
    background-color: #cb3129;
    padding: 10px 15px;
    color: #fff;
}
.cart-collaterals .button-2:hover {
    background-color: #383230;
}
.sidebar-cart .deals:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    background: #f1f1f1;
    transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    left: 100px;
}
.cart-footer .totals {
    /* border-radius: 8px; */
    background: #fff;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0;
    color: #444;
}
.cart-total .order-total {
    font-size: 20px;
    color: #0066cc;
    border-bottom: 1px solid #f1f1f1;
}
.totals .terms-of-service {
    padding: 0;
}
.terms-of-service {
    margin: 0 0 20px;
    padding: 0 30px;
}
.d-flex {
    align-items: center;
}
.terms-of-service .d-flex {
    align-items: flex-start;
}
.terms-of-service label {
    cursor: pointer;
    margin-bottom: 0;
}
span.rule-web {
    font-size: 14px;
    line-height: 21px;
}
.totals .terms-of-service a {
    color: #0066cc;
    font-size: 14px;
    line-height: 21px;
}
.cart-footer .checkout-button {
    width: 100% !important;
    border-radius: 8px;
    height: 48px;
    font-size: 14px;
}
.cart-footer .checkout-button {
    display: inline-block;
    min-width: 160px;
    border: none;
    background-color: #cb3129;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
}
.cart-footer .checkout-button.reset_cart {
    background: #fae8e8;
    border: 1px solid #cb3129;
    color: #cb3129;
}
.cart-footer .checkout-button.reset_cart:hover {
    background-color: #cb3129;
    color: #fff;
}
.cart-footer .checkout-button:hover {
    background-color: #383230;
}
.note-ck {
    line-height: 21px;
    margin-top: 10px;
    display: block;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    color: #323232;
}
.cart-footer .addon-buttons {
    margin: 20px 0 0;
    padding: 0 10px;
}
.totals .addon-buttons {
    margin: 0 !important;
}
.cart-footer:after {
    content: "";
    display: block;
    clear: both;
}
.total-info tr.order-total td.cart-total-left {
    color: #1d1d1f;
    font-weight: 700;
    line-height: 21px;
    font-size: 14px;
}
.cart-total td:first-child {
    text-align: left;
}
.total-info .cart-total td {
    padding: 8px 0;
}
.cart-total td {
    width: 50%;
    padding: 5px 0;
    text-align: right;
}
.cart-footer .cart-total tr .cart-total-right {
    color: #1d1d1f;
}
.cart-footer .cart-total .order-total .cart-total-right .value-summary {
    color: #ed1c24;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
}
.cart-total {
    width: 100%;
    border-collapse: collapse;
}
.terms-of-service .d-flex {
    justify-content: center;
}
.sidebar-cart .deals {
    background-color: #f1f1f1;
    margin-top: 12px !important;
    padding: 10px;
    display: grid;
    gap: 5px;
    width: 100% !important;
    border-radius: 8px;
    position: relative;
}
.text-prompt-1 {
    margin-bottom: 0;
}
.quantity {
    width: 30%;
}
.checkout-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.shopping-cart-info .row_custom {
    padding: 15px;
}
#checkout-billing-load, #checkout-payment-load, #total-order-load {
    background: #FFFFFF;
    border-radius: 8px;
}
.infor-customer {
    /*margin: 20px 0;*/
}
#billing-new-address-form {
    margin-bottom: 0;
}
.custom-cart-customer {
    display: inline-block;
    width: 100%;
    /*border-top: 4px solid #e5e5e5;*/
    /*border-bottom: 4px solid #e5e5e5;*/
    padding: 15px 30px;
}
.infor-customer h4 {
    line-height: 20px;
    font-weight: 600;
    color: #323232;
    text-transform: none;
    font-size: 15px;
    text-align: left;
    margin-bottom: 15px;
}
.custom-cart-customer .inputs {
    margin-bottom: 15px;
}
.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    width: 100%;
}
.anotheroption input#cusNote, div#billing-new-address-form .custom-cart-customer .inputs input {
    padding: 5px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    line-height: 18px;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    color: #323232;
    height: 38px;
}
.anotheroption input .form-label, div#billing-new-address-form .custom-cart-customer .form-label, .inputs input .form-label {
    top: -9px;
    background: #fff;
    padding: 0 5px;
    line-height: 18px;
    font-size: 12px;
    z-index: 1;
    width: fit-content !important;
}
.shopping-cart-page .inputs label {
    width: fit-content;
}
.inputs label {
    width: 100px;
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    color: #1D1D1F;
    margin-bottom: 5px;
    margin: 0 10px 0 0;
}
.form-label {
    top: 16px;
    left: 15px;
    position: absolute;
    transition: all .2s;
    cursor: text !important;
}
.grid_infor_order, .grid_custom_city {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 0;
}
.grid_infor_order .inputs:nth-child(3) {
    grid-column: span 2;
}
.tt_receive_method {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #1D1D1F;
    display: block;
    margin-bottom: 8px;
    text-align: left;
}
.infor-customer select {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    color: #323232;
    padding: 0 15px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-overflow: ellipsis;
    height: 38px;
}
.all_receive_home {
    margin-top: 15px;
}
.inputs.one-col.receive_method label {
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 3px;
}
.inputs.one-col.receive_method {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 50px;
}
.inputs.one-col.receive_method input[type="radio"] {
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    top: 1px;
    cursor: pointer;
    width: 16px !important;
    height: 16px !important;
}
.anotheroption {
    /*border-bottom: 4px solid #e5e5e5;
    padding: 0 30px 15px 30px;*/
}
.anotheroption .customer-note {
    position: relative;
}
.all_receive_home label.form-label, .customer-note label.form-label {
    top: -9px;
    background: #fff;
    padding: 0 5px;
    line-height: 18px;
    font-size: 12px;
    z-index: 1;
    width: fit-content !important;
}
.cart .money {
    padding: 5px 0;
    font-size: 15px;
}
.box_address_order {
    padding: 15px;
    border-radius: 8px;
    background: #f5f5f7;
}
.summary_order {
    width: 100%;
    border-collapse: collapse;
}
.summary_order td {
    padding: 4px 0;
    vertical-align: middle;
}
.label_order {
    text-align: left;
}
.value_order {
    text-align: right;
}
.summary_order tr:nth-child(3) td {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.summary_order tr:nth-child(4) td {
    padding-top: 10px;
}
/* Dành riêng cho Mobile: Đẩy nhãn lên trên giá trị cho dễ đọc */

@media (max-width: 768px) {
    .order-info-list li {
        flex-direction: column;
        border-bottom: 1px dashed #eee;
        padding-bottom: 12px;
    }
    .order-info-list li:last-child {
        border-bottom: none;
    }
    .order-info-list .lbl {
        width: 100%;
        margin-bottom: 4px;
    }
}
.page_order_history {
    min-height: 70svh;
    display: grid;
    place-items: center;
    padding: 40px 20px;
}
.shell_order_history {
    width: min(1150px, 100%);
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}
.art_order_history {
    position: relative;
    height: min(480px, 70vh);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blob_order_history {
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 400px at -10% 90%, #c7d2fe33, transparent 60%), radial-gradient(800px 300px at 110% 10%, #bae6fd55, transparent 60%), linear-gradient(180deg, #ffffff, #eef2ff);
    filter: blur(0.2px);
}
.phone_order_history {
    position: relative;
    z-index: 1;
    width: min(360px, 70%);
    aspect-ratio: 9/16;
    background: #e0f2fe;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(31, 41, 55, .08);
    border: 6px solid #67e8f9;
}
.phone_order_history .bar_order_history {
    height: 16%;
    background: #eaf6ff;
    border-radius: 22px 22px 12px 12px;
    margin: 10px 10px 6px 10px;
}
.phone_order_history .row_order_history {
    height: 13%;
    background: #ffffff;
    border-radius: 14px;
    margin: 10px;
    box-shadow: 0 2px 0 0 #e5e7eb inset;
}
.card-float_order_history {
    position: absolute;
    bottom: 14%;
    right: 8%;
    z-index: 2;
    rotate: -8deg;
    width: 140px;
    height: 88px;
    background: #fde68a;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(31, 41, 55, .08);
    border: 4px solid #fcd34d;
}
.card_order_history {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(31, 41, 55, .08);
    padding: 48px 40px;
}
h1 {
    margin: 0 0 28px;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    font-size: clamp(22px, 2.3vw, 34px);
}
.shell_order_history .field_order_history {
    position: relative;
    margin: 0 auto 22px;
    width: min(520px, 100%);
}
.shell_order_history .input_order_history {
    width: 100%;
    height: 58px;
    border-radius: 999px;
    padding: 0 56px 0 56px;
    border: 1px solid #e5e7eb;
    outline: none;
    background: #fff;
    color: #1f2a37;
    font-size: 16px;
    transition: border .2s, box-shadow .2s;
}
.shell_order_history .input_order_history::placeholder {
    color: #9ca3af;
}
.shell_order_history .input_order_history:focus {
    border-color: #c7d2fe;
    box-shadow: 0 0 0 4px #e0e7ff;
}
.shell_order_history .icon_order_history {
    position: absolute;
    left: 18px;
    top: 50%;
    translate: 0 -50%;
    width: 22px;
    height: 22px;
    color: #1d4ed8;
}
.shell_order_history .btn_order_history {
    display: block;
    width: min(520px, 100%);
    height: 64px;
    margin: 10px auto 0;
    border-radius: 999px;
    border: 0;
    background: #ff4d4d;
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 10px 22px rgb(249 22 22 / 45%);
    transition: transform .06s ease, filter .2s ease, box-shadow .2s ease, background .2s ease;
}
.shell_order_history .btn_order_history:hover {
    filter: brightness(1.06);
    box-shadow: 0 10px 22px rgb(249 22 22 / 45%);
}
.shell_order_history .btn_order_history:active {
    transform: translateY(1px);
    background: #ea580c;
}
.shell_order_history .btn_order_history[disabled] {
    opacity: .6;
    cursor: not-allowed;
    box-shadow: none;
}
.helper_order_history {
    text-align: center;
    color: var(--muted);
    font-size: 14px;
    margin-top: 12px;
}
.orders_list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 40px 5.75rem;
    margin: auto;
    min-height: 325px;
}
.order_card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(31, 41, 55, .08);
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.order_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
}
.order_status {
    color: #26aa99;
    font-weight: 600;
}
.order_body {
    display: flex;
    gap: 14px;
    border-top: 1px solid rgba(0, 0, 0, .09);
    padding: 12px 0 0;
}
.order_thumb img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}
.order_info {
    display: flex;
    justify-content: space-between;
    flex: 1;
    font-size: 18px !important;
}
.order_info .title_pro_order {
    margin-bottom: 4px;
}
.order_info .price_pro_order {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 16px;
    color: #ff4d4d;
}
.order_info .num_pro_order {
    font-size: 14px;
}
.order_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 16px;
}
.order_footer .total {
    font-weight: 600;
}
.order_footer .btn_detail {
    border: 1px solid #ff4d4d;
    background: #fff;
    color: #ff4d4d;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s;
}
.order_footer .btn_detail:hover {
    background: #ff4d4d;
    color: #fff;
}
/* ===== DANH SÁCH ĐƠN HÀNG (cards) ===== */

.order_history_list_wrap {
    max-width: 1150px;
    margin: 20px auto;
    padding: 0 15px;
}
.order_list_order_history {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.order_card_order_history {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(31, 41, 55, .08);
    border: 1px solid #eef2f7;
}
.order_card_inner_order_history {
    padding: 16px 18px;
}
.order_head_order_history {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f7;
}
.order_head_left_order_history {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    color: #111827;
}
.order_dot_order_history {
    width: 6px;
    height: 6px;
    background: #9ca3af;
    border-radius: 999px;
}
.order_status_order_history {
    color: #10b981;
    font-weight: 700;
    white-space: nowrap;
}
.order_body_order_history {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding-top: 12px;
}
.thumb_wrap_order_history {
    width: 72px;
    min-width: 72px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eef2f7;
}
.thumb_wrap_order_history img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.prod_info_order_history {
    flex: 1;
}
.prod_title_order_history {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: #1f2937;
}
.prod_sub_order_history {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}
.order_side_order_history {
    min-width: 220px;
    text-align: right;
}
.order_total_label_order_history {
    color: #374151;
    font-weight: 600;
    margin-right: 6px;
}
.order_total_value_order_history {
    font-weight: 800;
    font-size: 18px;
}
.btn_outline_order_history {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    border: 2px solid #ff4d4d;
    color: #ff4d4d !important;
    background: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: filter .2s, box-shadow .2s;
}
.btn_outline_order_history:hover {
    filter: brightness(1.03);
    box-shadow: 0 4px 10px rgb(251 60 60 / 25%);
    ;
}
/* ===== THANH TÌM KIẾM ĐƠN HÀNG (giống ô nhập SĐT) ===== */

.order_search_order_history {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.order_search_order_history .field_order_history {
    position: relative;
    flex: 1;
    width: 100%;
}
.order_search_order_history .input_order_history {
    width: 100%;
    height: 50px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #1f2a37;
    padding: 0 56px 0 52px;
    font-size: 16px;
    outline: none;
    transition: border .2s, box-shadow .2s;
}
.order_search_order_history .input_order_history::placeholder {
    color: #9ca3af
}
.order_search_order_history .input_order_history:focus {
    border-color: #fec7c7;
    box-shadow: 0 0 0 4px #ffe0e0
}
.order_search_order_history .icon_order_history {
    position: absolute;
    left: 18px;
    top: 50%;
    translate: 0 -50%;
    width: 22px;
    height: 22px;
    color: #cb3129
}
.order_search_order_history .btn_order_history {
    height: 50px;
    border-radius: 999px;
    border: 0;
    background: #ff4d4d;
    color: #fff;
    font-weight: 700;
    padding: 0 24px;
    cursor: pointer;
    box-shadow: 0 6px 16px rgb(249 22 22 / 35%);
    transform .06s, filter .2s, box-shadow .2s
}
.order_search_order_history .btn_order_history:hover {
    filter: brightness(1.06);
    box-shadow: 0 10px 22px rgb(249 22 22 / 45%);
}
.order_search_order_history .btn_order_history:active {
    transform: translateY(1px)
}
/* ====== GIAO DIỆN KHÔNG CÓ ĐƠN ====== */

.order_empty_wrap_order_history {
    max-width: 800px;
    margin: 40px auto;
    text-align: center;
    padding: 40px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(31, 41, 55, .08);
}
.order_empty_icon_order_history {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 20px;
    color: #9ca3af;
}
.order_empty_title_order_history {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f2937;
}
.order_empty_text_order_history {
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 20px;
}
.order_empty_btn_order_history {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: filter .2s, box-shadow .2s;
}
.order_empty_btn_order_history:hover {
    filter: brightness(1.06);
    box-shadow: 0 6px 16px rgba(249, 115, 22, .35)
}
.text_order_history {
    color: #000 !important;
    font-weight: 400;
}
/* ===== EMPTY STATE (không có đơn) ===== */

.empty_state_order_history {
    max-width: 1150px;
    margin: 24px auto;
    padding: 40px 18px;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    color: #374151
}
.empty_art_order_history {
    width: 140px;
    height: 140px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffeeee, #fee0e0);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(31, 41, 55, .08)
}
.empty_art_order_history svg {
    width: 64px;
    height: 64px;
    color: #fa6060
}
.empty_text_order_history {
    max-width: 520px
}
.empty_title_order_history {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: bold;
}
.empty_desc_order_history {
    margin: 0 0 14px;
    color: #6b7280
}
.empty_actions_order_history {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.is_hidden_order_history {
    display: none!important
}
.title_pro_order .show.variant {
    font-size: 14px;
}
.page_payment .order_body:first-child {
    border: none;
}
.page_payment .orders_list {
    min-height: 0;
}
.box_note_order {
    margin: 0 0 15px;
    padding: 15px;
    border-radius: 8px;
    background: #f5f5f7;
}
.product-name-thumb {
    color: #383230;
    width: 100%;
    height: 3.6em;
    text-decoration: none;
}
.product-tab-sec {
    z-index: 50;
    /*background-color: #faf7e8;*/
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.25rem 2.5rem;
    display: flex;
    position: sticky;
    top: 4.25rem;
    overflow: hidden;
}
.product-tab-sec.v2 {
    top: 65px;
}
.tab {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
}
.box_viewgird_2 {
    width: 80%;
    margin: 0 auto;
}
.list_coffee .owl-nav, .gallery-nav .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.list_coffee .custom-prev, .list_coffee .custom-next {
    font-size: 30px;
    width: 40px;
    height: 40px;
    color: #000;
    position: absolute;
    /*top: 50%;*/
    bottom: -65px;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
    /*background: rgba(0, 0, 0, 0.6);*/
    /*opacity: 0.1;*/
}
.list_coffee .custom-prev {
    right: 60px;
}
.list_coffee .custom-next {
    right: 0px;
}
.list_coffee .owl-next.disabled, .list_coffee .owl-prev.disabled, .gallery-nav .owl-next.disabled, .gallery-nav .owl-prev.disabled {
    opacity: 0;
    pointer-events: none;
}
/*.custom-next, .custom-prev {
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.1;
}*/

/*.list_coffee:hover .custom-prev, .list_coffee:hover .custom-next {
    opacity: 0.7;
}*/

.list_coffee .owl-carousel .owl-dots {
    margin-top: 18px;
    text-align: center;
    position: absolute;
    left: 0;
}
.list_coffee .owl-carousel .owl-dots .owl-dot {
    margin: 0 5px;
}
.list_coffee .owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    display: block;
    margin: 0;
    border-radius: 50%;
    background: #e6dfd6;
    opacity: 1;
    box-shadow: none;
}
.list_coffee .owl-carousel .owl-dots .owl-dot.active span {
    background: #403b39;
}
.coffee-line-center {
    color: #383230;
    text-align: center;
    padding-top: .375rem;
    margin: 5px auto 40px;
}
.list_coffee .owl-nav button, .gallery-nav .owl-nav button {
    pointer-events: all;
}
.list_coffee .owl-nav button span i, .gallery-nav .owl-nav button span i {
    font-weight: 300;
}
.product-item-inside {
    flex: none;
    width: 100%;
}
.list_coffee .custom-prev, .list_coffee .custom-next {
    font-size: 30px;
    width: 40px;
    height: 40px;
    color: #000;
    position: absolute;
    /*top: 50%;*/
    bottom: -65px;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
    /*background: rgba(0, 0, 0, 0.6);*/
    /*opacity: 0.1;*/
}
.gallery-nav .custom-prev, .gallery-nav .custom-next {
    font-size: 20px;
    width: 40px;
    height: 40px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
}
.gallery-nav .custom-prev {
    left: -35px;
}
.gallery-nav .custom-next {
    right: -35px;
}
.list_coffee {
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;*/
    width: 100%;
    position: relative;
}
.list_coffee_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    position: relative;
}

.list_coffee_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    position: relative;
}
.product-item-cms {
    border: 1px solid #c28a8a;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding: 1.875rem 1.5rem;
    overflow: hidden;
}
.product-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #3d3938;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
}
.product-text-wrapper {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}
.type-name {
    color: #383230;
    text-align: left;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}
.tab-button {
    color: #383230;
    text-align: center;
    background-color: #faf7e800;
    border-radius: 8px;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
    display: flex;
    color: #000 !important;
}
.tab-button.w--current {
    background-color: #fae8e8;
    color: #cb3129 !important;
    font-weight: 600;
}
.tab-button:hover {
    background: #fae8e8;
}
a:focus {
    /*outline: 5px auto -webkit-focus-ring-color;*/
    outline: none;
    outline-offset: -2px;
}
.product-img-wrapper, .img_detail {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}
.img_detail {
    padding: 30px 0;
    height: 45rem;
}
.product-img-wrapper, .img_detail_nav {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}
.img_detail_nav {
    padding: 0;
    height: 14rem;
}
.product-thumb-next {
    /*z-index: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    position: relative;
    inset: 0%;*/
    overflow: hidden;
    z-index: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
}
.thumb-img-1 {
    z-index: 2;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
    transition: all 0.3s ease;
    position: absolute;
}
.thumb-img-2 {
    z-index: 2;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
    transition: all 0.3s ease;
    position: absolute;
    display: none !important;
}
.product-item-cms:hover, .product-item-cms:active {
    background-color: #fffdef;
}
.product-item-cms:hover .product-detail-button, .product-item-cms:active .product-detail-button {
    border-color: #cb3129;
}
.product-item-cms:hover .thumb-img-1 {
    /*transform: scale(1.1);*/
    display: none !important;
}
.product-item-cms:hover .thumb-img-2 {
    display: block !important;
}
.img_detail .circle_shop, .circle_shop {
    z-index: 0;
    /*background-color: #fae8e8;*/
    background: #cb3129;
    border-radius: 100%;
    width: 18.625rem;
    height: 18.625rem;
    position: relative;
    inset: 0%;
}
.img_detail .circle_shop {
    width: 30.625rem;
    height: 30.625rem;
}
.img_detail_nav .circle_shop {
    width: 11.625rem;
    height: 11.625rem;
}

    #coupons_info div{
        text-align: left;
    }
@media (max-width: 960px) {
    .shell_order_history {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .art_order_history {
        order: 2;
        height: 340px;
        display: none;
    }
    .card_order_history {
        order: 1;
        padding: 36px 24px;
        border-radius: 22px;
    }
}
@media (max-width: 820px) {
    .order_body_order_history {
        flex-direction: column;
    }
    .order_side_order_history {
        text-align: left;
    }
    .orders_list {
        padding: 0;
    }
    .order_search_order_history, .empty_state_order_history {
        flex-direction: column;
    }
    .order_search_order_history .btn_order_history {
        width: 100%;
        font-size: 16px;
    }
    .order_info .title_pro_order {
        width: 60%;
        font-size: 14px;
    }
    .shell_order_history .btn_order_history {
        height: 50px;
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .detail-sec-standard {
        padding-left: 0;
        padding-right: 0;
    }
    .gallery-nav .custom-prev {
        left: -10px;
    }
    .gallery-nav .custom-next {
        right: -5px;
    }
    /*.gallery-nav.owl-carousel .owl-item .item-inner img {
        height: 85px;
    }*/

    .img_detail_nav {
        padding: 0;
        height: 9rem;
    }
    .list_coffee, .list_coffee_2, .list_coffee_3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .list_coffee .owl-carousel .owl-item img {
        height: 100%;
        width: 100%;
    }
    .list_coffee_2 .product-item-inside {
        padding: 0;
    }
    .product-item-inside {
        padding: 0 25px 0 25px;
    }
    .list_coffee .custom-next {
        right: -10px;
    }
    .list_coffee .custom-prev {
        left: -10px;
    }
    .button-2nd {
        margin: 0 0 0 auto;
    }
    .sec-standard-story, .hero-sec-story {
        padding: 0 1rem;
    }
    .hero-subtitle {
        width: 100%;
    }
    .box_viewgird_2 {
        width: 100%;
    }
    .hero-product-sec {
        padding-left: 0;
        padding-right: 0;
    }
    .scrollable-div {
        max-width: 375px;
        justify-content: flex-start;
    }
    .product-tab-sec.v2 {
        top: 59px;
    }
    .tab-button {
        white-space: nowrap;
    }
    .search-bar-container-v2.search_page_shop {
        width: 100%;
    }
    .custom-cart-customer {
        padding: 15px;
    }
    .cart-detail .table-wrapper {
        padding: 20px 15px 20px 15px !important;
    }
    .short-brief-text {
        font-size: 14px;
    }
    .cart-content-product {
        gap: 10px;
        justify-content: center !important;
    }
    .cart-footer .totals {
        margin: 0;
    }
    .checkout-buttons {
        flex-direction: column;
    }
    .short-detail.d {
        display: none;
    }
    .container-standard-wide-product {
        flex-flow: column;
        margin-top: 1.25rem;
        margin-bottom: 2.5rem;
    }
    .detail-left {
        width: 100%;
        position: static;
        justify-content: flex-start;
        align-items: stretch;
    }
    .short-detail.m {
        margin-top: 0;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        display: flex;
    }
    .award-list {
        grid-column-gap: 1.5rem;
        grid-row-gap: 3.5rem;
        flex-flow: column;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
    }
    .award-img {
        width: 4.575rem;
    }
    .gallery-nav {
        padding: 0 20px;
    }
    .img_detail .circle_shop {
        width: 25.625rem;
        height: 25.625rem;
    }
    .img_detail_nav .circle_shop {
        width: 6.625rem;
        height: 6.625rem;
    }
    .gallery-view .owl-carousel .owl-item .item-inner img {
        height: 65%;
    }
    .detail-right-container {
        width: 100%;
        padding: 0 15px;
    }
    .more-image-list {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }
    .buy-container {
        z-index: 81;
        border-top: .0625rem solid #c28a8a;
        background-color: #faf7e8;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 20px 80px;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .buy-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
@media (min-width: 992px) {
    .method-list {
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
        flex-flow: row;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    .search-bar-container-v2.search_page_shop {
        /*width: 100%;*/
        margin-left: auto;
        margin-right: auto;
    }
    .inputs.one_col {
        width: 100%;
    }
    .inputs.two_col {
        width: 49%;
    }
    .inputs.two_col.left {
        float: left;
    }
    .inputs.two_col.right {
        float: right;
    }
    .inputs {
        text-align: left;
    }
    .cart-footer .total-info {
        padding: 5px 0px 15px;
    }
    .shopping-cart-info .cart-footer {
        padding: 0;
    }
    .cart-footer .checkout-buttons, .cart-footer .addon-buttons {
        text-align: right;
    }
    .cart-footer .terms-of-service {
        text-align: left;
    }
    .cart-footer .cart-collaterals {
        float: left;
        width: 45%;
        margin: 0 2.5%;
    }
    .cart-footer .cart-collaterals>div {
        margin: 0;
        max-width: 100%;
    }
    .cart-footer .cart-collaterals div, .cart-footer .cart-collaterals label {
        text-align: center;
    }

    .order-summary-content .cart-footer .totals {
        margin: 0;
    }
    .cart-footer .totals {
        float: unset;
        margin: 0 2.5%;
    }
    .more-image-list {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .detail-sec-standard {
        align-items: center;
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }
    .container-standard-wide-product {
        width: 100%;
        margin-bottom: 3.75rem;
    }
    .detail-left {
        width: 50%;
        top: 2.5rem;
    }
    .short-detail {
        z-index: 5;
        grid-column-gap: .375rem;
        grid-row-gap: .375rem;
        padding-bottom: 2.5rem;
    }
    .award-list {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 1.875rem;
        grid-auto-columns: 1fr;
    }
    .short-brief-text {
        margin-top: .375rem;
        font-size: 1.4rem;
    }
    .detail-right-container {
        z-index: 5;
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        width: calc(50% - 3.75rem);
    }
    .product-option {
        z-index: 5;
        grid-column-gap: .875rem;
        grid-row-gap: .875rem;
    }
    .product-subtittle {
        font-size: 2rem;
    }
    .award-img {
        width: 3.875rem;
    }
    .product-menus {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        z-index: 5;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        /*max-width: 56.25rem;*/
    }
    .buy-container {
        width: auto;
    }
    .options {
        padding: .75rem;
    }
    .tab-img {
        height: 4.5rem;
    }
    .contact-left-div {
        flex: 1;
    }
    .buy-now-small {
        justify-content: center;
        align-items: center;
        width: auto;
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
    .buy-now-small, .container-standard-blog {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .buy-now-small {
        z-index: 5;
        font-size: 1.5rem;
        position: relative;
    }
    .order-summary-content.container .shopping-cart-info {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
    }
    .shopping-cart-info .cart-detail {
        /* padding: 50px 30px 10px 30px; */
        border-radius: 12px;
    }
    .shopping-cart-info .row_custom {
        margin: 0;
    }
    .order-summary-content.container .col-sm-12.col-lg-6 {
        flex: auto;
        max-width: 100%;
    }
}