/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.9
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

.box-icon-prod-detail:first-child {
    margin-left: 20px;
}

.box-icon-prod-detail:last-child {
    margin-left: 30px;
}

.radius-image {
    border-radius: 30px;
    overflow: hidden;
}

.acc-policy a.accordion-title {
    background-color: #001E42 !important;
    color: #FFF !important;
    font-weight: 700;
    font-size: 28px;
    padding-left: 20px;
}

.acc-policy .accordion-title.active {
    color: #FFF !important;
}

.accordion-item a.accordion-title {
    padding-left: 20px;
}

.accordion-item .toggle {
    left: auto !important;
    right: 0;
}

.acc-policy .accordion-item {
    margin-bottom: 20px;
}

body.home .add-to-cart-btn,
body.home .product-description {
    display: none;
}

.nav>li {
    margin: 0 12px !important;
}

.product-image {
    border-radius: 12px;
}

.col-operation .col-inner {
    min-height: 580px !important;
}

h1.product-title.product_title.entry-title {
    font-size: 40px;
}

.info-section:last-child {
    margin-bottom: 0;
}

.info-section {
    margin-bottom: 20px !important;
}

.box-du-an {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.box-du-an .box-text {
    padding: 0 30px !important;
}

.tab-panels {
    padding-top: 0 !important;
}

.load-more-container {
    text-align: center;
    margin-top: 20px;
}

.load-more-btn {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.load-more-btn:hover {
    background-color: #005d8f;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.page-btn {
    background: #f1f1f1;
    border: 1px solid #ccc;
    margin: 0 5px;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 1;
}

.page-btn.active {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.page-btn:hover {
    background-color: #005d8f;
    color: #fff;
}


.col-why-choose .box-why-choose {
    position: relative;
    min-height: 200px;
}

.col-why-choose:hover .box-why-choose::before,
.col-why-choose:hover .text-why-choose {
    display: block;
}

.col-why-choose .box-why-choose::before {
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    z-index: 2;
}

.col-why-choose .text-why-choose {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}