/*
Theme Name: Ecomus Child
Theme URI: https://wpecomus.com/
Author: DrFuri
Author URI: http://drfuri.com/
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-size:20px;
}
@media (max-width: 768px) {
    .single-product div.product .ecomus-product-atc-group {
        gap: 20px !important;
    }

    h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
        font-size: 24px;
        font-weight: bold;
    }

    .wp-block-woocommerce-checkout-order-summary-block {
        padding: 0px 15px;
    }


}
#ecomus-sticky-add-to-cart{
	display: none
}


.tieu-de-mo-ta-ngan {
    color: #fd7e14;
    font-weight: bolder;
}

/* css cho video embed */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    border: 5px solid red;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.box-content-reel {
    max-width: 30em;
    /* Tương đương 480px */
    width: 100%;
    /* Để không bị tràn trên màn hình nhỏ */
    margin: 0 auto;
}

.videoWrapperReel {
    position: relative;
    padding-bottom: 177.78%;
    /* Tỷ lệ 9:16 */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    border: 5px solid red;
}

.videoWrapperReel iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}