#wrapper, #main{
    background-color: transparent !important;
}
#wrapper{
    background-image: url('../images/bg.png');
    background-repeat: repeat-y;
    background-size: cover;
}
.ftech-title .section-title span{
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 2.25rem;
    line-height: 2.75rem;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #0C4796;
    text-transform: none !important;
}
.ftech-title .section-title b{
    background-color: unset !important;
}
.button-back-to-home{
    line-height: 4.75rem !important;
    background-color: #0C4796 !important;
    font-size: 1.5rem !important;
    position: relative;
    padding-right: 5rem !important;
}
.button-back-to-home::after{
    content: "";
    background-image: url('../images/icon-back.png') !important;
    background-repeat: no-repeat !important;
    position: absolute;
    background-size: 1.3rem;
    display: block;
    width: 1.3rem;
    height: 1.15rem;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
}
.mb-1{
    margin-bottom: .25em !important;
}
.mb-2{
    margin-bottom: .5em !important;
}
.mb-3{
    margin-bottom: 1em !important;
}
.mb-4{
    margin-bottom: 1.5em !important;
}
.mt-1{
    margin-top: .25em !important;
}
.mt-2{
    margin-top: .5em !important;
}
.mt-3{
    margin-top: 1em !important;
}
.mt-4{
    margin-top: 1.5em !important;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)
 {
    margin-left: calc(-1 * var(--bs-border-width));
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    margin-bottom: 1rem;
}

.button, button, input[type=button], input[type=reset], input[type=submit]{
    border-radius: 0.5rem !important;
    text-transform: none !important;
    font-weight: 400 !important;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select{
    border-radius: .5rem;
}
/* Header */
.header-main .header-nav-main > li > a:hover,
.header-main .header-nav-main > li.active > a{
    color: #0C4796 !important;
}
.header-main .header-nav-main > li.active > a{
    font-weight: 600 !important;
}
.header-main .header-nav-main > li > a:hover::after,
.header-main .header-nav-main > li.active > a::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0C4796;
    position: absolute;
    bottom: 5px;
}
.btn-link {
  display: inline-block;
  text-decoration: none;
  font-family: inherit;
  font-weight: 500;
  border-radius: 50px;
  padding: 10px 28px;
  transition: all 0.3s ease;
  border: 2px solid #1f3c88;
}

/* Login link (filled) */
.author-menu-link{

}
.author-menu-link > a {
    color: #1f3c88 !important;
    border-color: #1f3c88 !important;
    width: 100px;
    justify-content: center;
}
.author-menu-link > a::after{
    display: none !important;
}

.author-menu-link > a:hover,
.header-main .header-nav-main > li.author-menu-link > a:hover {
    background-color: #1f3c88 !important;
    border-color: #1f3c88 !important;
    color: #fff !important;
}
.warehouse-dropdown {
    position: relative;
    display: inline-block;
}

.warehouse-dropdown-btn {
    background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 8px 12px;
    cursor: pointer;
    margin-right: 0;
    border: 0;
    background: transparent;
    position: relative;
    padding-left: 1.5rem;
}
.warehouse-dropdown-btn::before{
    content: "";
    background-image: url('../images/location-icon.png') !important;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-size: 1rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.warehouse-dropdown-btn i{
    margin-left: 0.5rem;
}
.warehouse-dropdown-list {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.warehouse-dropdown-list li {
    padding: 8px 12px;
    cursor: pointer;
}
.warehouse-dropdown-list li:hover {
    background: #f0f0f0;
}

/* End header */

/* Home */
.home-slider .slider-nav-light .flickity-prev-next-button{
    opacity: 1;
    left: 25%;
    top: unset;
    bottom: 20px;
    width: 60px;
    height: 60px;
    opacity: 0.7 !important;
    border-radius: 8px;
    background-color: #D9E8FC;
    transform: none;
}
.home-slider .slider-nav-circle .flickity-prev-next-button .arrow, 
.home-slider .slider-nav-circle .flickity-prev-next-button svg{
    fill: #0C4796 !important;
    background-color: unset !important;
    border-color: #D9E8FC !important;
}
.home-slider .slider-nav-circle .flickity-prev-next-button:hover .arrow, 
.home-slider .slider-nav-circle .flickity-prev-next-button:hover svg{
    fill: #0C4796 !important;
}
.home-slider .slider-nav-light .flickity-prev-next-button.next{
    left: calc(25% + 80px);
}
.home-slider .flickity-page-dots{
    right: 50px;
    left: unset;
    bottom: 70px;
}
.home-slider .flickity-page-dots .dot{
    width: 40px;
    height: 7px;
    opacity: 1;
    border-radius: 4px;
    margin: 0 1px;
    border-color: #D9E8FC !important;
    background-color: #D9E8FC !important;
}
.home-slider .flickity-page-dots .dot.is-selected{
    border-color: #68A3F3 !important;
    background-color: #68A3F3 !important;
}
.home-product .box-image img{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.home-blog{
    justify-content: center;
}
.home-blog .col-inner .box{
    border-radius: 40px;
    padding: 1.25rem;
    border: 1px solid #A1C5F7;

}
.home-blog .col-inner .box img{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.home-blog .col-inner .box .box-text{
    margin-bottom: 0;
    padding-bottom: 0;
}
.home-blog .col-inner .box .box-text .box-text-inner{
    position: relative;
}
.home-blog .col-inner .box .box-text .box-text-inner > a{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0C4796;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50% !important;
    margin: 0;
    border: 0;
    display: inline-flex;
    font-size: 0;
}
.home-blog .col-inner .box .box-text .box-text-inner > a::before {
    content: "\f105";
    font-family: FontAwesome !important;
    font-weight: 900;
    font-size: 1rem !important;
    color: #fff !important;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}
.home-gallery{
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
}
.home-gallery .flickity-prev-next-button, 
.home-gallery .flickity-prev-next-button:hover{
    width: 2.5rem !important;
    height: 2.5rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    opacity: 1 !important;
    top: 50% !important;
    transform: none !important;
    background-color: transparent !important;
    border: 1px solid #0C4796 !important;
    transition: none !important;
}
.home-gallery .flickity-prev-next-button svg{
    width: 1.75rem !important;
    transition: none !important;
}
.home-gallery .flickity-prev-next-button svg path{
    fill: #0C4796 !important;
    stroke: #0C4796 !important;
    transition: none !important;
}
.home-gallery .flickity-prev-next-button.previous{
    left: 15px !important;
    right: unset !important;
    transform: translate(0, -50%) !important;
}
.home-gallery .flickity-prev-next-button.next{
    right: 15px !important;
    transform: translate(0, -50%) !important;
}
.home-gallery .flickity-prev-next-button:hover{
    background-color: #0C4796 !important;
}
.home-gallery .flickity-prev-next-button:hover svg path,
.home-gallery .flickity-prev-next-button .arrow:hover, 
.home-gallery .flickity-prev-next-button svg:hover path{
    fill: #fff !important;
    stroke: #fff !important;
}
.flickity-prev-next-button{
    opacity: 1 !important;
    transform: none !important;
}
.home-customer .slider-wrapper{
    padding-left: 5%;
    padding-right: 5%;
}
.home-customer-slider .row .col-inner{
    background-color: #D9E8FC;
    padding: 2rem 2rem;
    border-radius: 1rem;
    min-height: 340px;
}
.home-customer-slider .row .col-inner::after{
    content: "";
    background-image: url('../images/comment.png') !important;
    background-repeat: no-repeat !important;
    position: absolute;
    background-size: 39px;
    right: 2rem;
    top: 1rem;
    width: 39px;
    height: 35px;
}
.home-customer-slider .row .col-inner > .icon-box{
    margin-bottom: 2rem;
}
.home-customer-slider .flickity-prev-next-button, 
.home-customer-slider .flickity-prev-next-button:hover{
    width: 2.5rem !important;
    height: 2.5rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    opacity: 1 !important;
    top: 50% !important;
    transform: none !important;
    background-color: transparent !important;
    border: 1px solid #0C4796 !important;
    transition: none !important;
}
.home-customer-slider .flickity-prev-next-button svg{
    width: 2rem !important;
    transition: none !important;
}
.home-customer-slider .flickity-prev-next-button svg path{
    fill: #0C4796 !important;
    stroke: #0C4796 !important;
    transition: none !important;
}
.home-customer-slider .flickity-prev-next-button.previous{
    left: calc(-5% - 7.5px);
}
.home-customer-slider .flickity-prev-next-button.next{
    right: calc(-5% - 7.5px);
}
.home-customer-slider .flickity-prev-next-button:hover{
    background-color: #0C4796 !important;
}
.home-customer-slider .flickity-prev-next-button:hover svg path,
.home-customer-slider .flickity-prev-next-button .arrow:hover, 
.home-customer-slider .flickity-prev-next-button svg:hover path{
    fill: #fff !important;
    stroke: #fff !important;
}
.home-customer-slider .slider-nav-circle .flickity-prev-next-button:hover .arrow, 
.home-customer-slider .slider-nav-circle .flickity-prev-next-button:hover svg{
    width: 1.75rem !important;
    background-color: #0C4796 !important;
    border: 0 !important;
}
/* End home */

/* Custom signup form */
.custom-signup-form {
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.custom-signup-form h2 {
    color: #002B78;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.custom-signup-form p {
    margin-bottom: 15px;
}
.custom-signup-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.custom-signup-form button[type="submit"] {
    background: #002B78;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}
.radio-group {
    display: flex;
    align-items: center;
    gap: 2.5rem; /* khoảng cách giữa 2 lựa chọn */
}

.radio-option {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    cursor: pointer;
    position: relative;
}

.radio-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.75rem; /* 28px */
    height: 1.75rem; /* 28px */
    border: 0.125rem solid #1a3b8b; /* 2px viền xanh */
    border-radius: 50%;
    margin-right: 0.75rem; /* 12px */
    margin-top: 1rem;
    position: relative;
    cursor: pointer;
}

.radio-option input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem; /* 16px */
    height: 1rem; /* 16px */
    background-color: #1a3b8b;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.radio-option input[type="radio"]:checked {
    border-color: #1a3b8b;
}

.radio-option input[type="radio"]:checked + .radio-label {
    color: #1a3b8b;
    font-weight: 700;
}
[data-role] {
  transition: all 0.25s ease;
}
[data-role]:not(:has(input:enabled)) {
  opacity: 0.5;
}
/* End custom signup form  */

/* Custom login form */
.login-form {
    max-width: 100%;
    width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.08);
    font-family: 'Inter', sans-serif;
}
.login-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 0.5rem;
}
.login-subtitle {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

input[type="text"], input[type="password"] {
width: 100%;
padding: 0.7rem 1rem;
border: 0.1rem solid #d1d5db;
border-radius: 0.5rem;
font-size: 1rem;
}
.password-wrapper {
position: relative;
}
.toggle-password {
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
user-select: none;
}
.remember-me input {
margin-right: 0.4rem;
}
.btn-login {
width: 100%;
background: #1e3a8a;
color: white;
font-weight: 600;
border: none;
border-radius: 0.5rem;
padding: 0.8rem;
cursor: pointer;
transition: background 0.2s;
}
.btn-login:hover {
background: #162c6c;
}
.signup-text {
    /* text-align: center; */
    margin-top: 1rem;
    font-size: 1rem;
}
.signup-text a,
.signin-text a {
    color: #1e3a8a;
    font-weight: 600;
}
/* End custom login form */

/* Wishlist */
table.wishlist_table,
table.shop_table.cart {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-family: inherit;
}
table.wishlist_table thead,
table.shop_table.cart thead {
  background: #f8f9fa;
}
table.wishlist_table thead th,
table.shop_table.cart thead th {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  padding: 0.75rem 1.1rem;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  border-bottom-width: 1px;
}
table.wishlist_table tbody tr,
table.shop_table.cart tbody tr {
  background: #fff;
  border-bottom: 1px solid #eee;
}
table.wishlist_table tbody tr:last-child,
table.shop_table.cart tbody tr:last-child {
  border-bottom: none;
}
table.wishlist_table tbody td {
  padding: 0.75rem 1.1rem;
}
.wishlist_table .add_to_cart{
    gap: 8px;
    opacity: 1;
    border-radius: 30px;
    background: #0C4796;
    color: #fff;
    margin-left: 1rem;
    padding: 0.5rem 1.5rem !important;
}
a.remove_from_wishlist.button {
  position: relative;
  font-size: 0; /* Ẩn text */
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
  color: #808489 !important;
  margin-left: 1rem;
}
/* Thêm icon mặc định (dấu ✖ hoặc biểu tượng thùng rác) */
a.remove_from_wishlist.button::before {
  content: "\f014"; /* Mặc định: Font Awesome icon "trash" */
  font-family: FontAwesome !important;
  font-weight: 900;
  font-size: 1rem;
  color: #808489 !important;
}

/* Hiệu ứng hover */
a.remove_from_wishlist.button:hover {
  background: #dc3545;
}
a.remove_from_wishlist.button:hover::before {
  color: #fff;
}
.wishlist-in-stock{
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    background-color: #21965314;
    color: #47C24E;
}
/* End wishlist */

/* Cart */
.cart_totals .button{
    background-color: #0C4796 !important;
    border-radius: 0.5rem !important;
    text-transform: none !important;
    font-weight: 400 !important;
}
a.icon-remove, a.remove{
    border-width: 0 !important;
    font-size: 1rem !important;
}
a.icon-remove .fa, a.remove .fa{
    font-size: 1rem;
}
table.shop_table.cart{
    colspan: 2;
}
.clear-all-cart{
    margin-right: 0 !important;
    margin-left: auto;
}
.shop_table .cart_item td{
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
}
.woocommerce-cart-form .button{
    color: #0C4796 !important;
    background-color: #D9E8FC;
}
.cart-sidebar .cart_totals,
.cart-sidebar .ux-cart-coupon{
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    padding: 1.1rem !important;
}
.cart-sidebar .widget-title,
.cart-sidebar .cart_totals  .product-name{
    font-weight: 400 !important;
    text-transform: none !important;
}
.cart_totals th.product-name,
.cart-sidebar .widget-title,
.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th{
    border-width: 1px !important;
}
/* End cart */

/* Book consultation */
.custom-contact-form {
  max-width: 100%;
  margin: 0 auto;
}

.custom-contact-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.custom-contact-form .form-group {
  flex: 1;
}

.custom-contact-form .form-group.half {
  width: calc(50% - 10px);
}

.custom-contact-form .form-group.full {
  width: 100%;
}

.custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #1a3d8a;
    padding: 8px 0;
    font-size: 16px;
    outline: none;
    background: transparent;
    color: #333;
    font-family: inherit;
    box-shadow: none !important;
    border-radius: unset;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
  color: #555;
}

.custom-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.custom-contact-form .submit-row {
  display: flex;
  justify-content: flex-end;
}

.custom-contact-form input[type="submit"] {
  background-color: #1a3d8a;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}
.custom-contact-form input[type="submit"]:hover {
  background-color: #142f6e;
}
.col-contact-info .col-inner{
    background-color: #D9E8FC;
    border-radius: 12px;
    padding: 1.5rem;
}
/* End book consultation */

/* Category blog */
.category-blog{
    
}
.category-blog .col-inner .box .box-text .box-text-inner {
    position: relative;
}
.category-blog .col-inner .box .box-text .box-text-inner > a {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0C4796;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50% !important;
    margin: 0;
    border: 0;
    display: inline-flex;
    font-size: 0;
}
.category-blog .col-inner .box .box-text .box-text-inner > a::before {
    content: "\f105";
    font-family: FontAwesome !important;
    font-weight: 900;
    font-size: 1rem !important;
    color: #fff !important;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}
.category-blog .col-inner .box img{
    border-radius: .5rem;
}
.category-blog > .col.post-item:first-child{
    flex-basis: 100%;
    max-width: 100%;
}
.category-blog > .col.post-item:first-child .col-inner .box img{
    border-radius: 1.5rem;
}
/* End category blog */

/* Footer */
.footer-menu-horizontal{
    justify-content: flex-end !important;
    flex-direction: row !important;
    gap: 1rem;
}
.footer-menu-horizontal a{
    color: #1162D0;
}
.absolute-footer{
    display: none;
}
/* End footer */

/* Woocommerce */
.variations .reset_variations{
    bottom: unset !important;
    top: 0 !important;
    color: #E24D28 !important;
    font-weight: 600 !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, 
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #0C4796);
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #0C4796);
    color: var(--wvs-selected-item-text-color, #0C4796);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, 
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before{
    display: none !important;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper{
    flex-direction: row !important;
}
.variable-item-contents label{
    font-weight: 500 !important;
}
.variable-item-contents label span{
    margin-left: 0 !important;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected .variable-item-contents label span{
    color: #0C4796 !important;
}
.variation-width-drop-inputs{
    display: flex;
    gap: 1rem;
    flex-direction: row;
}
.variation-width-drop-inputs > div{
    flex: 1;
}
.variations {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: row;
}

.variations > div.variation-item {
    flex: 0 0 calc(50% - 0.5rem);
    box-sizing: border-box;
}
.variations > div.variation-item label{
    display: inline-block;
    font-weight: 400;
}
.variations > div.variation-item .variable-item-radio-value-wrapper{
    font-weight: 400;
}
.variations > div.variation-item.variation-width-drop-inputs-wrapper,
.variations > div.variation-item.variation-room-input {
    flex: 0 0 100%;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input{
    margin-bottom: 0;
    margin-top: 0;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item{
    margin-bottom: .5rem;
}
/* End Woocommerce */