/*
Theme Name: Uribeauty
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.off-canvas-center .nav-vertical>li>a {font-size: 1em!important;}
.top-divider {display:none;}
.boxinfohome h4 {font-size: 1em;padding-bottom: 0em;margin-bottom: 0px;}
.secbrandinglogo .col {padding: 0 15px 0px;}
.icon-box-left{align-items:center;}
.boxinfohome .icon-box-left {font-size:85%;}
.boxinfohome .col-inner{background:#fff;padding:5px 5px;border-radius:16px;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;box-shadow:0 8px 30px rgba(0,0,0,.06);backdrop-filter:blur(6px);}
.boxinfohome .col-inner:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(0,0,0,.12);}
.row-small>.col {margin-bottom: 0;padding: 0 9.8px 5.6px!important;}
.tabbed-content .nav{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap;justify-content:center;-webkit-overflow-scrolling:touch;}
.tabbed-content .nav>li{flex:0 0 auto;}
.tabbed-content .nav>li>a{padding:10px 18px;white-space:nowrap;}
@media(max-width:849px){.tabbed-content .nav{justify-content:flex-start;padding-bottom:8px;}.tabbed-content .nav::-webkit-scrollbar{display:none;}}
.tabbed-content .nav>li>a{font-size: 14px;color: #000000;font-weight: bold;border-radius: 999px;}
.tabbed-content .nav>li.active>a{background: #d69b2d;color: #ffffff;}
.badge {height: 38px;width: 38px;}
.badge-inner.on-sale{background:#e60012!important;color:#fff!important;font-size:11px;font-weight:800;}
.button.is-outline {border-color:#d69b2d!important;}
.is-outline:hover, .primary.is-outline:hover {background-color: #d69b2d!important;}
.slider3banner .col {padding: 0 15px 0px;}
.section-title-center{display:flex;align-items:center;justify-content:center;gap:14px;}
.section-title-center b{flex:0 0 42px;height:2px;opacity:.2;background:currentColor;}
.section-title-center span{padding:0;font-size:25px;font-weight:700;}
.section-title-container {margin-bottom:0px!important;}
.sectionblog img {border-radius:15px;}
.absolute-footer {display: none !important;}
#footer, .footer-wrapper {background-color: transparent !important; padding-bottom: 0 !important; margin-bottom: 0 !important; border: none !important;}
body, html, #wrapper {background-color: #fff !important;}
@media(min-width:850px) and (max-width:1259px){.footersection .row>.col{flex-basis:25%!important;max-width:25%!important;}.footersection .row>.col:nth-child(5){flex-basis:100%!important;max-width:100%!important;}}
@media(min-width:1260px){.footersection .row>.col:nth-child(1){flex-basis:20%!important;max-width:20%!important;}.footersection .row>.col:nth-child(2){flex-basis:14%!important;max-width:14%!important;}.footersection .row>.col:nth-child(3){flex-basis:16%!important;max-width:16%!important;}.footersection .row>.col:nth-child(4){flex-basis:16%!important;max-width:16%!important;}.footersection .row>.col:nth-child(5){flex-basis:29%!important;max-width:29%!important;}}
.uri-map-card{display:flex;align-items:center;gap:18px;padding:22px;border:1px solid #eee;border-radius:18px;background:#fff;text-decoration:none;box-shadow:0 8px 30px rgba(0,0,0,.05);transition:all .25s ease;}
.uri-map-card:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(0,0,0,.08);}
.uri-map-icon{width:54px;height:54px;min-width:54px;color:#ff3b30;}
.uri-map-icon svg{width:100%;height:100%;}
.uri-map-info p{margin:0 0 8px;font-weight:600;line-height:1.5;color:#222;}
.uri-map-info span{color:#1a73e8;}
.footersection{font-size:85%;}
@media screen and (max-width: 849px) {.footersection .col {padding-bottom: 5px;}ul.button_fixed {
    bottom: 60px!important;
    right: 6px!important;
}}
.section-title-bold span {border: none;}
ul.button_fixed {
    list-style: none;
    margin: 0;
    position: fixed;
    z-index: 999;
    bottom: 71px;
    right: 23px;
}
ul.button_fixed li:not(:last-child) {
    margin-bottom: 8px;
}
/*************** ADD CUSTOM CSS HERE.   ***************/

/*************** CSS Login / register.   ***************/
.uri-auth-box { width: 100%; max-width: 520px; margin: 0 auto; padding: 0 34px 30px; background: #fff; box-sizing: border-box; }
.uri-auth-tabs { display: flex; align-items: center; justify-content: center; gap: 0; margin: 0 -34px 0px;}
.uri-auth-tab { width: 50%; height: 68px; padding: 0 20px; border: 0; border-bottom: 2px solid transparent; background: #f8f8f8; color: #777; font-size: 16px; font-weight: 700; line-height: 68px; text-align: center; text-transform: uppercase; cursor: pointer; }
.uri-auth-tab.is-active { background: #fff; color: #222; border-bottom-color: #d6a56f; }
.uri-auth-panels { position: relative; }
.uri-auth-panel { display: none; }
.uri-auth-panel.is-active { display: block; }
.uri-auth-box form { max-width: 452px; margin: 0 auto; padding: 0; }
.uri-auth-box p.form-row { margin: 0 0 14px; padding: 0; }
.uri-auth-box label { display: block; margin: 0 0 8px; color: #111; font-size: 14px; font-weight: 600; line-height: 1.4; }
.uri-auth-box input[type="text"], .uri-auth-box input[type="email"], .uri-auth-box input[type="password"], .uri-auth-box input[type="date"] { width: 100%; height: 38px; min-height: 38px; margin: 0; padding: 0 2px 7px; border: 0; border-bottom: 1px solid #d8d8d8; border-radius: 0; background: transparent; box-shadow: none; color: #222; font-size: 14px; font-weight: 400; line-height: 38px; box-sizing: border-box; }
.uri-auth-box input[type="text"]:focus, .uri-auth-box input[type="email"]:focus, .uri-auth-box input[type="password"]:focus, .uri-auth-box input[type="date"]:focus { border-bottom-color: #d6a56f; box-shadow: none; outline: none; }
.uri-auth-box input::placeholder { color: #8f8f8f; opacity: 1; }
.uri-auth-box input[type="checkbox"] { width: 14px; height: 14px; margin: 2px 9px 0 0; flex: 0 0 auto; accent-color: #1e9bff; }
.uri-auth-box .button { display: inline-flex; align-items: center; justify-content: center; min-width: 136px; height: 42px; margin: 0; padding: 0 30px; border: 0; border-radius: 999px; color: #fff; font-size: 13px; font-weight: 800; line-height: 42px; text-align: center; letter-spacing: .2px; box-shadow: none; }
.uri-auth-box .button:hover { color: #fff; box-shadow: none; }
.uri-login-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 4px 0 0 !important; }
.uri-login-actions label { display: flex !important; align-items: center; margin: 0 !important; color: #111; font-size: 14px; font-weight: 600; line-height: 1.4; }
.uri-login-actions .button { background: #3f587c; }
.uri-login-actions .button:hover { background: #304767; }
.uri-auth-panel[data-panel="login"] .lost_password { margin: 19px 0 0; padding: 0; color: #263b5f; font-size: 14px; line-height: 1.5; }
.uri-auth-panel[data-panel="login"] .lost_password a { color: #263b5f; text-decoration: none; }
.uri-auth-panel[data-panel="login"] .lost_password a:hover { color: #d6a56f; }
.uri-register-form { max-width: 452px; margin: 0 auto; padding: 22px 0 34px; }
.uri-required-note { margin: 0 0 18px; color: #111; font-size: 13px; font-weight: 700; line-height: 1.4; }
.uri-register-form p.form-row { margin: 0 0 12px; padding: 0; }
.uri-birthday-title { margin: 19px 0 5px; color: #111; font-size: 14px; font-weight: 700; line-height: 1.45; }
.uri-register-agree { margin: 17px 0 9px !important; padding: 0 !important; }
.uri-register-agree label { display: flex; align-items: flex-start; gap: 7px; margin: 0; color: #111; font-size: 14px; font-weight: 700; line-height: 1.45; }
.uri-register-note { max-width: 430px; margin: 0 0 25px; color: #333; font-size: 13.5px; font-weight: 400; line-height: 1.65; }
.uri-register-submit { margin: 0 !important; padding-top: 2px; text-align: center; }
.uri-register-submit .button { background: #ddb57f; }
.uri-register-submit .button:hover { background: #c99b6a; }
.uri-auth-box .woocommerce-privacy-policy-text { margin: 0 0 18px; color: #555; font-size: 13px; line-height: 1.6; }
.uri-auth-box .woocommerce-privacy-policy-text p { margin: 0 0 12px; padding: 0; }
.uri-auth-box .required { color: #222; }
@media only screen and (max-width: 549px) { .uri-auth-box { max-width: 100%; padding: 0 22px 26px; } }
@media only screen and (max-width: 549px) { .uri-auth-tabs { margin: 0 -22px 22px; } }
@media only screen and (max-width: 549px) { .uri-auth-tab { height: 58px; padding: 0 10px; font-size: 14px; line-height: 58px; } }
@media only screen and (max-width: 549px) { .uri-auth-panel[data-panel="login"] { padding: 22px 0 28px; } }
@media only screen and (max-width: 549px) { .uri-register-form { max-width: 100%; padding: 18px 0 28px; } }
@media only screen and (max-width: 549px) { .uri-auth-box p.form-row { margin-bottom: 12px; } }
@media only screen and (max-width: 549px) { .uri-auth-box input[type="text"], .uri-auth-box input[type="email"], .uri-auth-box input[type="password"], .uri-auth-box input[type="date"] { height: 36px; min-height: 36px; font-size: 13px; line-height: 36px; } }
@media only screen and (max-width: 549px) { .uri-login-actions { align-items: flex-start; flex-direction: column; gap: 10px; } }
@media only screen and (max-width: 549px) { .uri-auth-box .button { width: 100%; } }
@media only screen and (max-width: 549px) { .uri-birthday-title { margin-top: 16px; font-size: 13px; } }
@media only screen and (max-width: 549px) { .uri-register-agree label { font-size: 13px; } }
@media only screen and (max-width: 549px) { .uri-register-note { font-size: 13px; line-height: 1.55; } }
/*************** end CSS Login / register.   ***************/


/*************** css woo chekout   ***************/
.woocommerce-EditAccountForm .form-row-first{width:100%;}
.woocommerce-order-received .woocommerce{width:100%;max-width:100%;}
.woocommerce-order-received .woocommerce-notice,.woocommerce-order-received .woocommerce-order-overview,.woocommerce-order-received .woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details{display:none!important;}
.uri-thankyou-wrap{width:100%;min-height:520px;display:flex;align-items:center;justify-content:center;padding:60px 15px;text-align:center;}
.uri-thankyou-box{width:100%;max-width:760px;margin:0 auto;}
.uri-thankyou-icon{width:42px;height:42px;margin:0 auto 22px;border:3px solid #52b563;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#52b563;font-size:26px;font-weight:700;line-height:1;}
.uri-thankyou-failed .uri-thankyou-icon{border-color:#d93025;color:#d93025;}
.uri-thankyou-box h1{margin:0 0 28px;font-size:24px;font-weight:700;line-height:1.35;color:#222;}
.uri-thankyou-info{margin-bottom:28px;}
.uri-thankyou-info p{margin:0 0 12px;font-size:15px;line-height:1.5;color:#333;}
.uri-thankyou-info strong{font-weight:700;color:#111;}
.uri-thankyou-btn{display:inline-flex;align-items:center;justify-content:center;height:42px;min-width:170px;padding:0 24px;background:#000;color:#fff!important;font-size:14px;font-weight:700;line-height:1;text-decoration:none!important;border-radius:0;transition:all .25s ease;}
.uri-thankyou-btn:hover{background:#333;color:#fff!important;}
.uri-thankyou-note{margin:38px auto 18px;font-size:14px;line-height:1.6;color:#999;}
.uri-thankyou-note strong{color:#111;font-weight:700;}
.uri-thankyou-home{display:inline-block;font-size:14px;font-weight:500;color:#c00!important;text-decoration:underline;}
.uri-thankyou-home:hover{color:#000!important;}
@media (max-width:549px){.uri-thankyou-wrap{min-height:460px;padding:45px 15px;}.uri-thankyou-box h1{font-size:20px;}.uri-thankyou-info p{font-size:14px;}.uri-thankyou-note{font-size:13px;}}
/*************** end css woo checkout   ***************/


/*************** css trang thanh toan   ***************/
.woocommerce-checkout .woocommerce-billing-fields {background: #fff !important;border: 1px solid #f0e4d6 !important;border-radius: 24px !important;padding: 28px !important;box-shadow: 0 14px 40px rgba(80, 55, 30, .06) !important;}
.woocommerce-checkout .woocommerce-additional-fields {background: #fff !important;border: 1px solid #f0e4d6 !important;border-radius: 24px !important;padding: 28px !important;box-shadow: 0 14px 40px rgba(80, 55, 30, .06) !important;}
.woocommerce-checkout .checkout-sidebar {background: transparent !important;border: 0 !important;box-shadow: none !important;padding: 0 !important;}
.woocommerce-checkout .checkout-sidebar .has-border {background: transparent !important;border: 0 !important;box-shadow: none !important;padding: 0 !important;}
.woocommerce-checkout .has-border {border-color: transparent !important;}
.woocommerce-checkout #order_review_heading {background: #fff !important;border: 1px solid #f0e4d6 !important;border-bottom: 0 !important;border-radius: 24px 24px 0 0 !important;padding: 24px 28px 0 !important;margin: 0 !important;box-shadow: 0 14px 40px rgba(80, 55, 30, .06) !important;}
.woocommerce-checkout #order_review {background: #fff !important;border: 1px solid #f0e4d6 !important;border-top: 0 !important;border-radius: 0 0 24px 24px !important;padding: 12px 28px 28px !important;margin: 0 !important;box-shadow: 0 14px 40px rgba(80, 55, 30, .06) !important;}
.woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout .woocommerce-additional-fields h3,.woocommerce-checkout #order_review_heading {color: #151515 !important;font-size: 18px !important;font-weight: 800 !important;letter-spacing: .02em !important;text-transform: uppercase !important;}
.woocommerce-checkout .woocommerce-billing-fields h3::after,.woocommerce-checkout .woocommerce-additional-fields h3::after,.woocommerce-checkout #order_review_heading::after {content: "";display: block;width: 46px;height: 3px;margin-top: 10px;background: linear-gradient(90deg, #d8ad75, #f2d9b3);border-radius: 999px;}
.woocommerce-checkout .form-row label {color: #242424 !important;font-weight: 700 !important;margin-bottom: 8px !important;}
.woocommerce-checkout .required {color: #b8864d !important;text-decoration: none !important;}
.woocommerce-checkout input.input-text,.woocommerce-checkout textarea,.woocommerce-checkout select {border: 1px solid #eadfd3 !important;background: #fffaf6 !important;border-radius: 14px !important;color: #242424 !important;box-shadow: none !important;transition: all .22s ease !important;}
.woocommerce-checkout input.input-text:focus,.woocommerce-checkout textarea:focus,.woocommerce-checkout select:focus {border-color: #d7ad76 !important;background: #fff !important;box-shadow: 0 0 0 4px rgba(216, 173, 117, .14) !important;outline: none !important;}
.woocommerce-checkout input.input-text::placeholder,.woocommerce-checkout textarea::placeholder {color: #8d8174 !important;opacity: .9 !important;}
.woocommerce-checkout .select2-container--default .select2-selection--single {border: 1px solid #eadfd3 !important;background: #fffaf6 !important;border-radius: 14px !important;box-shadow: none !important;transition: all .22s ease !important;}
.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single {border-color: #d7ad76 !important;background: #fff !important;box-shadow: 0 0 0 4px rgba(216, 173, 117, .14) !important;}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {color: #242424 !important;}
.woocommerce-checkout .woocommerce-checkout-review-order-table {border: 0 !important;margin-bottom: 20px !important;}
.woocommerce-checkout .woocommerce-checkout-review-order-table th,.woocommerce-checkout .woocommerce-checkout-review-order-table td {border-color: #f0e5da !important;color: #333 !important;padding-top: 12px !important;padding-bottom: 12px !important;}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {color: #171717 !important;font-weight: 800 !important;text-transform: uppercase !important;}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {color: #111 !important;font-weight: 800 !important;}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {color: #111 !important;font-weight: 800 !important;}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {color: #000 !important;font-size: 16px !important;font-weight: 900 !important;}
.woocommerce-checkout #payment {background: #fffaf6 !important;border: 1px solid #f0e4d6 !important;border-radius: 18px !important;padding: 16px !important;}
.woocommerce-checkout #payment ul.payment_methods {border: 0 !important;margin: 0 !important;padding: 0 !important;}
.woocommerce-checkout #payment ul.payment_methods li {margin-bottom: 12px !important;}
.woocommerce-checkout #payment ul.payment_methods label {color: #171717 !important;font-weight: 800 !important;}
.woocommerce-checkout #payment div.payment_box {background: #fff !important;border: 1px solid #f0e4d6 !important;border-radius: 14px !important;color: #555 !important;padding: 14px !important;}
.woocommerce-checkout #payment div.payment_box::before {display: none !important;}
.woocommerce-checkout #place_order {background: linear-gradient(135deg, #d7ad76 0%, #bd8b4f 100%) !important;color: #fff !important;border: 0 !important;border-radius: 999px !important;font-weight: 900 !important;letter-spacing: .06em !important;text-transform: uppercase !important;box-shadow: 0 12px 28px rgba(189, 139, 79, .24) !important;transition: all .25s ease !important;}
.woocommerce-checkout #place_order:hover {background: linear-gradient(135deg, #c99b5f 0%, #a9783e 100%) !important;color: #fff !important;box-shadow: 0 16px 34px rgba(189, 139, 79, .3) !important;transform: translateY(-1px);}
.woocommerce-checkout .woocommerce-privacy-policy-text {color: #777 !important;}
.woocommerce-checkout .woocommerce-privacy-policy-text a {color: #9b6b35 !important;font-weight: 700 !important;}
.woocommerce-checkout .checkout_coupon {background: #fff !important;border: 1px solid #f0e4d6 !important;border-radius: 20px !important;box-shadow: 0 12px 30px rgba(80, 55, 30, .05) !important;}
.woocommerce-checkout .checkout_coupon .button {background: #111 !important;color: #fff !important;border-radius: 999px !important;font-weight: 800 !important;}
/*************** end css trang thanh toan   ***************/

/*************** CSS lam dep blog   ***************/
#secondary .widget{background:#fff;padding:24px;border-radius:18px;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 35px rgba(0,0,0,.05);margin-bottom:28px;}
#secondary .widget-title{display:block;font-size:18px;font-weight:700;color:#111;margin-bottom:20px;padding-bottom:12px;position:relative;}
#secondary .widget-title:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:3px;background:#c89b3c;border-radius:99px;}
#secondary .is-divider{display:none;}
#secondary ul{margin:0;padding:0;list-style:none;}
#secondary ul li:last-child{border-bottom:none;}
#secondary ul li a{font-size:16px;font-weight:500;color:#222;text-decoration:none;transition:all .25s ease;}
#secondary ul li a:hover{color:#c89b3c;padding-left:5px;}
.box-blog-post .box-image{border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);}
/*************** END CSS lam dep blog    ***************/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* Product card rating below price + review count */
.woocommerce .products .product-small .price-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;}
.woocommerce .products .product-small .price-wrapper .price{margin-bottom:0;}
.woocommerce .products .product-small .uri-loop-rating{width:100%;display:flex;align-items:center;justify-content:center;gap:4px;min-height:18px;margin-top:4px;font-size:12px;line-height:1;}
.woocommerce .products .product-small .uri-loop-rating .star-rating{float:none;margin:0;font-size:12px;width:5.4em;height:1em;}
.woocommerce .products .product-small .uri-loop-review-count{color:#555;font-size:12px;line-height:1;}

/* Fix review count wrap */
.woocommerce .products .product-small .uri-loop-rating{flex-wrap:nowrap!important;white-space:nowrap!important;width:auto!important;margin-left:auto;margin-right:auto;}
.woocommerce .products .product-small .uri-loop-rating .star-rating{display:inline-block!important;flex:0 0 auto!important;}
.woocommerce .products .product-small .uri-loop-review-count{display:inline-block!important;flex:0 0 auto!important;white-space:nowrap!important;}

/* UX Builder product element: keep stars + review count same line */
.product-small .price-wrapper .uri-loop-rating{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:4px!important;white-space:nowrap!important;width:100%!important;line-height:1!important;margin-top:4px!important;}
.product-small .price-wrapper .uri-loop-rating .star-rating{float:none!important;display:inline-block!important;flex:0 0 5.4em!important;width:5.4em!important;height:1em!important;margin:0!important;font-size:12px!important;line-height:1!important;}
.product-small .price-wrapper .uri-loop-rating .uri-loop-review-count{display:inline-block!important;flex:0 0 auto!important;white-space:nowrap!important;margin:0!important;font-size:12px!important;line-height:1!important;}

/* VN Contact Button header compact */
.vncb-channels-header{padding:6px 8px!important;margin-bottom:2px!important;min-height:0!important;}
.vncb-channels-title{line-height:1.2!important;}

/* Sale badge: rectangle, right-rounded, align thumbnail left */
.product-small .box-image .badge-container,
.product-small .badge-container.absolute.left.top,
.woocommerce .products .product-small .badge-container.absolute.left.top{
  left:0!important;
  top:18px!important;
  margin:0!important;
}
.product-small .badge,
.woocommerce .products .product-small .badge{
  width:auto!important;
  height:auto!important;
  margin:0!important;
}
.product-small .badge-inner.on-sale,
.woocommerce .products .product-small .badge-inner.on-sale{
  min-width:48px!important;
  height:28px!important;
  padding:0 10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:0 14px 14px 0!important;
  line-height:28px!important;
  background:#e60012!important;
}
.product-small .badge-inner.on-sale .onsale,
.woocommerce .products .product-small .badge-inner.on-sale .onsale{
  line-height:28px!important;
}

/* Flatsale plugin badge: rectangle, right-rounded, align thumbnail left */
.flatsale-product-card{
  position:relative!important;
}
.flatsale-product-card .flatsale-badge{
  left:0!important;
  top:10px!important;
  min-width:48px!important;
  width:auto!important;
  height:28px!important;
  padding:0 10px!important;
  border-radius:0 14px 14px 0!important;
  line-height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
}

/*************** CSS Nút Giỏ Hàng / Mua Ngay ***************/
.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.single-product form.cart .button {
    margin: 0 !important;
}
.single-product form.cart .quantity {
    margin: 0 !important;
}
.single-product form.cart button.single_add_to_cart_button {
    background: transparent !important;
    color: #111 !important;
    border: 1.5px solid #111 !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    padding: 0 22px !important;
    height: 42px !important;
    line-height: 39px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}
.single-product form.cart button.single_add_to_cart_button:hover {
    background: #111 !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15) !important;
}
.single-product form.cart button.ux-buy-now-button {
    background: linear-gradient(135deg, #d7ad76 0%, #bd8b4f 100%) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    padding: 0 28px !important;
    height: 42px !important;
    line-height: 42px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 25px rgba(189, 139, 79, 0.25) !important;
}
.single-product form.cart button.ux-buy-now-button:hover {
    background: linear-gradient(135deg, #c99b5f 0%, #a9783e 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(189, 139, 79, 0.35) !important;
}
/* Style cho ô số lượng đồng bộ */
.single-product form.cart .quantity input.qty {
    height: 42px !important;
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.single-product form.cart .quantity input.minus {
    height: 42px !important;
    border-radius: 999px 0 0 999px !important;
    border: 1px solid #ddd !important;
    border-right: 0 !important;
    padding-left: 12px !important;
}
.single-product form.cart .quantity input.plus {
    height: 42px !important;
    border-radius: 0 999px 999px 0 !important;
    border: 1px solid #ddd !important;
    border-left: 0 !important;
    padding-right: 12px !important;
}
/* CSS Hinh thuc mua hang & Feature list */
.single-product .entry-summary .is-divider {
    display: none !important;
}
.uri-purchase-options {
    border: 1.5px solid #d6a56f;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 18px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.uri-po-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #111;
}
.uri-po-option {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}
.uri-po-option input[type="radio"] {
    margin: 0;
    accent-color: #d6a56f;
    width: 16px;
    height: 16px;
}
.uri-po-option label {
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}
.uri-po-option label span {
    font-weight: 700;
    cursor: pointer;
}
.po-dropdown-btn {
    color: #d6a56f;
    font-weight: 700;
}
/* Store List inside Purchase Options */
.uri-po-store-list {
    margin-top: 8px;
    margin-bottom: 12px;
    margin-left: 24px;
}
.uri-po-store-item {
    margin-bottom: 8px;
}
.uri-po-store-item input[type="radio"] {
    display: none;
}
.uri-po-store-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    color: #444;
    transition: all 0.25s ease;
}
.uri-po-store-item input[type="radio"]:checked + label {
    background: #fff;
    border-color: #d6a56f;
    box-shadow: 0 4px 12px rgba(214, 165, 111, 0.15);
    color: #111;
    font-weight: 700;
}
.uri-po-store-item label svg {
    color: #888;
}
.uri-po-store-item input[type="radio"]:checked + label svg {
    color: #d6a56f;
}

.uri-po-availability {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #f9f9f9;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-top: 12px;
    color: #555;
}
.uri-po-map-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.uri-po-map-address {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.uri-po-map-address svg {
    flex: 0 0 15px;
    margin-top: 1px;
    color: #888;
}
.uri-po-map-link a {
    flex: 0 0 auto;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    font-size: 12px;
}
.uri-po-map-link a:hover {
    color: #d6a56f;
}

.uri-feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
    margin-top: 12px;
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px dashed #eee;
}
.uri-fl-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #444;
    line-height: 1.4;
}
.uri-fl-item svg {
    flex: 0 0 18px;
    color: #555;
    margin-top: 1px;
}
.uri-fl-item strong {
    color: #111;
    font-weight: 700;
}
@media (max-width: 549px) {
    .uri-feature-list {
        grid-template-columns: 1fr;
    }
}
/*************** End CSS Nút ***************/
