/*
Theme Name: Flatsome Child
Description: Chỉnh sửa css cho theme Flatsome child
Author: Gonline
Template: flatsome
Version: 1.0
*/

/*************** Thêm css ở đây ***************/

.woocommerce-EditAccountForm .woocommerce-form-row--last, /*Field "Last name" trong trang Chỉnh sửa tài khoản*/ 
.woocommerce-order-received .woocommerce-customer-details,
#billing_country_field, 
.woocommerce-view-order .woocommerce-customer-details /*Địa chỉ thanh toán trang "Mua thành công"*/ {
    display: none;
}
.margin-block {
    margin-bottom: 20px;
}
ul {
    list-style: none;
}
/* Thanh Breadcrumb */
.featured-title .page-title-inner {
    padding: 15px;
    min-height: 20px;
}
/* Header */
.header-nav.header-nav-main.nav {
    justify-content: center;
}
/* Trang Cửa Hàng */
.orderby {
    border-bottom: 1px solid #dfdfdf;
}
.orderby-item {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 15px;
}
.header-cont-prod {
    display: flex;
    justify-content: space-between;
}
#shop-sidebar .widget.woocommerce,
#product-sidebar .widget.woocommerce {
    padding: 10px;
    box-shadow: 0 0 3px 0 #c1c1c1;
}
#shop-sidebar .widget.woocommerce .widget-title,
#product-sidebar .widget.woocommerce .widget-title {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    width: 9px;
    height: 9px;
    top: -3px;
}
.widget_price_filter .ui-slider-horizontal {
    height: 3px;
}
.widget_price_filter .price_slider_amount .button {
    font-size: 0.7em;
}
/*================ END ========================*/
/* 1 Sản phẩm */
.price-wrapper .price {
    display: flex;
    flex-direction: column-reverse;
}
/*================ END ========================*/
/* Trang Cửa hàng*/
.quantity + .button {
    font-size: 0.97em;
}
.product-short-description {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 5px;
    margin-bottom: 10px;
    transition: 0.5s;
}
.product-short-description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22);
}
#product-sidebar {
    padding-top: 40px;
}
/*================ END ========================*/
/* Trang Thanh toán*/
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row,
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p.form-row {
    width: 100%;
}
/*================ END ========================*/
/* Trang Mua thành công*/
.woocommerce-order-details,
.cart-collaterals,
.woocommerce-cart-form,
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-MyAccount-content,
.account-container.lightbox-inner {
    margin-top: 10px;
}
.name-block-acc,
.change-acc-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}
.name-block-acc .woocommerce-form-row {
    width: 100%;
}
/*================ END ========================*/
/* Style Banner */
.carousel:hover .flickity-button {
    opacity: 1;
}
.carousel svg {
    border-radius: 50%;
    background: #446084;
    color: #fff;
}
.carousel-cell {
    width: 100%;
    margin-right: 10px;
    padding-top: 30%;
    background: #8c8;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.flickity-page-dots .dot.is-selected {
    background-color: #446084;
}
.flickity-page-dots .dot {
    border: 2px solid #446084;
}
/*================ END ========================*/
/* Style Slider Partner */
.partner-slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.partner-slider::before,
.partner-slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.partner-slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.partner-slider::before {
    left: 0;
    top: 0;
}
.partner-slider .slide-track {
    display: flex;
}
.partner-slider .partner-slide {
    height: 100px;
    width: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*================ END ========================*/
/*Trang giới thiệu*/
.b-text-intro {
    line-height: 22px;
    color: #000;
    padding: 35px 55px;
    box-shadow: 0 0 4px 0 #c1c1c1;
    position: relative;
    max-width: 50%;
    margin: 20px auto;
    background: #fcfcfc;
}
.b-text-intro::before,
.b-text-intro::after {
    font: normal normal normal 30px/1 FontAwesome;
    color: #c1c1c1;
    position: absolute;
}
.b-text-intro::before {
    content: "\f10d";
    left: 15px;
    top: 10px;
}
.b-text-intro::after {
    content: "\f10e ";
    right: 15px;
    bottom: 10px;
}
.b-text-intro::first-letter {
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    float: left;
    margin-right: 7px;
    font-family: -webkit-pictograph;
}
.b-affiliates {
    text-align: center;
}
.title-affiliates {
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-affiliates .fa {
    font-size: 40px;
    color: #929292;
    margin-right: 10px;
}
.title-affiliates span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.affiliates-title-item {
    color: #929292;
    font-size: 17px;
}
/*================ END ========================*/
/*Trang liên hệ*/
.layout-contact {
    margin-top: 20px;
}
.b-contact-address .fa {
    background: #929292;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}
.b-contact-address .item-address {
    margin-bottom: 5px;
}
/*Footer*/
.ft-center {
    padding-top: 20px;
}
.ft-logo {
    margin-bottom: 10px;
}
.title-footer {
    text-transform: uppercase;
    margin-bottom: 0;
}
.ft-bottom-content {
    padding: 10px;
    text-align: center;
}
#wrapper,
#main {
    /* background-color: #fff;
    position: absolute !important;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1; */
    min-height: 768px !important;
}

.header,
.header-wrapper {
    z-index: none !important;
}
.header-bg-color,
.header-wrapper {
    /* background-color: transparent !important; */
    background: linear-gradient(
        90deg,
        rgba(0, 1, 0, 1) 0%,
        rgba(14, 192, 28, 1) 80%,
        rgba(87, 220, 101, 1) 100%
    ) !important;
}
.header-wrapper.stuck {
    background: linear-gradient(
        90deg,
        rgba(0, 1, 0, 1) 0%,
        rgba(14, 192, 28, 1) 80%,
        rgba(87, 220, 101, 1) 100%
    ) !important;
}
#ltd {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0 !important;
}

#ltd td,
#ltd th {
    border-top: 1px solid #ddd;
    /* padding: -10px; */
}

#ltd tr:nth-child(even) {
    background-color: #f2f2f2;
}

#ltd tr:hover {
    background-color: #ddd;
}

#ltd th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04aa6d;
    color: white;
}

.vs {
    border-radius: 5px;
    text-align: center;
    background: linear-gradient(
        90deg,
        rgb(7 79 13) 0%,
        rgba(14, 192, 28, 1) 80%,
        rgba(87, 220, 101, 1) 100%
    ) !important;
    color: #fff;
    padding: 10px;
    /* font-size: 30px; */
}

.fonts {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.bor-bg {
    color: #fff;
    background: linear-gradient(360deg, rgba(0, 1, 0, 1) 0%, rgba(14, 192, 28, 1) 80%, rgba(87, 220, 101, 1) 100%);
    border-radius: 15px;
}

.text-white {
    color: #ffffff;
}
.bor-bg {
    color: #fff;
    background: linear-gradient(360deg, rgba(0, 1, 0, 1) 0%, rgba(14, 192, 28, 1) 80%, rgba(87, 220, 101, 1) 100%);
    border-radius: 15px;
}

.text-white {
    color: #ffffff;
}
.title {
    text-align: center;
    background: linear-gradient(90deg, rgba(0, 1, 0, 1) 0%, rgba(14, 192, 28, 1) 80%, rgba(87, 220, 101, 1) 100%);
    margin: 10px 10px;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

#nz-div-3 h3.tde span,
#nz-div-3 h3.tde .ldt {
    background: #08660f;
    padding: 10px 20px 8px 20px;
    color: white;
    position: relative;
    display: inline-block;
    margin: 0;
    border-radius: 10px 10px 0px 0px;
    margin: 0 auto;
    text-align: center;
    margin-left: 30%;
}

#nz-div-3 h3.tde {
    margin: 15px 0;
    border-bottom: 2px solid #08660f;
    font-size: 25px;
    line-height: 20px;
    text-transform: uppercase;
}

.sub-cat {
    display: inline-block;
    margin: 0;
    line-height: 45px;
    margin-left: 100px;
    float: right;
}
/* .carousel-cell {
    width: 50%;
    height: 400px;
    background-color: #000;
    transform: scale(0.5);
    transition: transform 0.75s ease-out;
} */

.carousel-cell.is-selected {
    transform: scale(1);
}

.col-name {
    width: 200px;

    background: #ccc;
    color: #000;
    font-weight: 600;
}

.col-time {
    width: 40px;
    text-align: center;
    background: #06550c;
    color: #fff;
}

.col-right {
    text-align: right;
}

.col-left {
    text-align: left;
}
.col-center {
    text-align: center;
}

.width-20 {
    width: 20%;
}

.font-20 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.width-10 {
    width: 10%;
}
.width-5 {
    width: 5%;
}
.img-player {
    background-image: url(/wp-content/uploads/2023/08/bb_player.png);
    background-size: cover;
    margin: 10px;
}
.img-player img {
    height: 180px;
    margin-bottom: 25px;
    padding: 10px;
    -webkit-mask-image: linear-gradient(#001e07 80%, transparent 90%);
    mask-image: linear-gradient(#001e07 80%, transparent 90%);
}
/*************** Css cho mobile ở đây ***************/
@media only screen and (max-width: 48em) {
    .img-player img {
        height: 370px;
    }
    #row-959852715 {
        padding: 0 10px;
    }

    .font-20 {
        font-size: 15px;
    }
    .vs {
        font-size: 10px;
    }

    #nz-div-3 h3.tde .ldt {
        margin-left: 8%;
    }

    .header-cont-prod {
        display: block;
    }
    #shop-sidebar .widget.woocommerce,
    #product-sidebar .widget.woocommerce {
        padding: 0;
        box-shadow: none;
    }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    .woocommerce-edit-address .woocommerce-address-fields__field-wrapper,
    .name-block-acc,
    .change-acc-block {
        grid-template-columns: 1fr;
    }
    .b-text-intro {
        padding: 33px 15px;
        max-width: 100%;
        margin: 10px;
    }
    .b-text-intro::before,
    .b-text-intro::after {
        font: normal normal normal 25px/1 FontAwesome;
    }
    .b-text-intro::before {
        left: 8px;
        top: 7px;
    }
}
tr#user-5,tr#user_5{display:none!important}
