/*
Theme Name: Mdeal
Theme URI: http://pltheme.com/
Author: Mr Phuong
Author URI: http://pltheme.com/
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: Mdeal Theme.
Text Domain: Mdeal
*/

/**
 * Table of Contents:
 *
*/

/** Style all button site **/
@import "css/buttons.css";

/** Style mobule and type title module **/
@import "css/module.css";

/** Style all menu site **/
@import "css/menu.css";

/** Style all shortcode site **/
@import "css/shortcodes.css";

/** STYLE BASE SITE  **/
@import "css/style.min.css";

/** Style base spectrum site **/
@import "css/style.spectrum.css";

/** Style Shop **/
@import "css/woocommerce.css";

/** Style custom home **/
@import "css/custom-home.css";

/** Style RTL **/
@import "style-rtl.css";

/** Style reponsive **/
@import "css/responsive.css";

/** 3rd Extensions  **/
@import "css/extensions.css";

@media screen and (max-width: 1024px) {
	.ww-custom.stripe-video-wrap {
    	overflow: hidden;
	}
	.stripe-video-bg {
		transform: scale(3);
	}
}
@media screen and (max-width: 800px) {
	.stripe-video-bg {
		transform: scale(5.2);
	}
}

.header-v2 .header-wrapper {
    position: relative;
}
.lang-item {
    display: inline;
	list-style: none;
	padding:5px;
	background-color:#efefef;
}