@media (max-width: 767px) {
		.wd-nav>li>a {
  	  font-size: 15px !important;
		}

		html body .wd-product .wd-entities-title a {
  	  font-size: 15px !important;
		}
		
		.elementor-icon-list-item .elementor-icon-list-text {
    	white-space: unset;
		}
		
		.wd-sub-menu li>a {
			font-size: 16px
		}

    .woocommerce-product-attributes-item__value .wd-attr-term, .woocommerce-product-attributes-item__value .wd-attr-term p {
        font-size: 15px;
    }
		
		.single-post .wd-page-wrapper.website-wrapper {
			padding: 10px
		}
		
		body a {
	   color: #007bff !important;
		}
}



/* wrapper cho iframe */
[data-widget="embed"] > div > div {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

/* iframe */
[data-widget="embed"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}