/*   
Theme Name: Coffee 
Author: Webnew.info.vn
Author URI: http://webnew.info.vn
Description: The Coffee is sophisticated, modern theme,you can add your own personal flair by uploading a custom header or background image.
Version: 1.2.3
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: Coffee WordPress theme, Copyright (C) 2013 Webnew.info.vn Coffee WordPress theme is licensed under the GPL.
Tags: black,brown,red,dark,light, two-columns,custom-header,custom-background
******************************************************************************

/* -------------------------------------------------------------- 
                     GENERAL STRUCTURE
----------------------------------------------------------------*/
.tool-quick-cart {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    line-height: 14px;
    text-align: center;
    z-index: 999;
}

.ajax_add_to_cart.loading {
    opacity: 0.6;
    pointer-events: none;
}

.cart-message {
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}

.toast-message,
.toast-title {
    font-size: 12px;
}

h3.title.dotdotdot {
    height: 32px;
    overflow: hidden;
    font-size: 18px;
    padding-top: 5px;
    margin-top: -5px;
}

.woocommerce-Price-amount bdi {
    font-size: 18px;
}

.cart-item-qty {
    border: 1px solid #ddd;
    border-radius: 3px;
    background: white;
}

.cart-item-qty:focus {
    border-color: #007cba;
    box-shadow: 0 0 5px rgba(0, 124, 186, 0.3);
}

.cart-item-qty:disabled {
    background: #f5f5f5;
    cursor: not-allowed;
}

.remove-cart-item {
    color: #e74c3c;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.remove-cart-item:hover {
    color: #c0392b;
    text-decoration: none;
    transform: scale(1.1);
}

.remove-cart-item:disabled {
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
}

.total-price {
    font-weight: 600;
}

.fa-spinner.fa-spin {
    color: #007cba;
}

nav#menu-bar {
    background-color: #023210;
}

.spacer-101 {
    margin-top: 20px;
}

.spacer-102 {
    margin-top: 5px;
}

.fa.fa-map-marker:before,
.fa.fa-mobile-phone:before {
    color: #fff;
}

#block-103,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background-color: #0c6037;
}

.sc-heading,
.color-xanh,
.title .dotdotdot>a,
.title,
.woocommerce-form__label-for-checkbox>span {
    color: #0c6037;
}

#order_review_heading {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #0c6037;
}

h3 {
    color: #FFF;
}

.content-home {
    color: #8B3C31;
}

.color-sb {
    color: #8B3C31;
}

/* Canh giữa */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Canh trái */
.alignleft {
    float: left;
    margin-right: 10px;
}

/* Canh phải */
.alignright {
    float: right;
    margin-left: 10px;
}

/* Toàn màn hình */
.alignnone {
    margin: 0;
}

/* Xử lý hình ảnh */
.wp-caption {
    text-align: center;
    margin-bottom: 1.5em;
}

.wp-caption img {
    border: 0 none;
    max-width: 100%;
    /* Đảm bảo hình ảnh không lớn hơn vùng chứa */
    height: auto;
    /* Tự động điều chỉnh chiều cao */
}

.wp-caption-text {
    font-size: 0.9em;
    line-height: 1.5;
    margin-top: 5px;
}

#ship-to-different-address-checkbox {
    margin-top: 11px;
}

.title-pc-wh {
    color: #FFF;
}

.entry-content,
.post-content,
.page-content,
#article-300 {
    text-align: justify;
    display: block;
    max-width: inherit;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#article-300 img {
    max-width: -webkit-fill-available;
}

.tintuc-home-1 {
    height: 660px;
}

.meta .desc {
    text-align: justify;
}

.title-center-woo {
    margin-left: 28%;
}

.article-content img {
    max-width: 100%;
    height: auto;
    width: auto;
}

section.woocommerce-order-details {
    margin-top: 20px;
}

.note svg,
.bank-logo {
    height: 25px !important;
}

.chung-chi-img {
    height: 393px;
}

.mobile-columns-1 {
    padding-left: unset;
}

ul.page-numbers {
    list-style: none;
    display: inline-flex;
    gap: 15px;
}

@media (max-width: 1000px) {
    .title-mb-wh {
        color: #FFF;
    }

    .tintuc-home-1 {
        height: unset;
    }
}

@media (max-width: 768px) {
    .title-center-woo {
        margin-left: unset;
    }

    .chung-chi-img {
        height: 235px;
        padding-bottom: 15px;
        width: -webkit-fill-available;
    }
}