/**** Banner Video Responsive End ****/

.flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner {
	position: relative;
	overflow: hidden;
	min-height: 500px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner.image_type_banner {
	background-repeat: no-repeat;
	background-size: cover, 0;
	background-position: center;
}

.flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner.video_file_type_banner .flash_sale_banner_video {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner.video_file_type_banner video {
	width: 100%;
	transform: scale(1);
}

.flash_sale_banner_hero_banner .content_section {
	position: relative;
	padding: 50px 0;
}

.flash_sale_banner_hero_banner .content_section .content_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.flash_sale_banner_hero_banner .content_section .content_inner .content_wrapper-section {
	background-color: rgba(255, 255, 255, .9);
	padding: 30px 20px;
	position: relative;
	word-break: break-word;
}

.flash_sale_banner_hero_banner .flash_sale_banner_inner .banner_link {
	text-decoration: none;
	outline: none;
}

.flash_sale_banner_hero_banner .content_section .content_inner .content_wrapper {
	padding: 20px 20px 6px;
}

.flash_sale_banner_hero_banner .content_section .heading_h1 {
	font-family: "montserrat_extrabold";
	font-size: 72px;
	letter-spacing: .06em;
	line-height: 1;
	text-align: center;
	color: #000;
	margin: 0;
}

.flash_sale_banner_hero_banner .content_section .heading_h2 {
	font-family: "Montserrat_Regular";
	font-size: 36px;
	letter-spacing: .06em;
	line-height: 1;
	color: #000;
	margin: 0;
}

.flash_sale_banner_hero_banner .content_section .tagline_heading_section {
	margin-bottom: 22px;
}

.flash_sale_banner_hero_banner .content_section .tagline_heading_section.for_mobile {
	display: none;
}

.flash_sale_banner_hero_banner .content_section .sub_heading_section {
	margin-top: 20px;
}

.flash_sale_banner_hero_banner .content_section .sub_heading_section.for_mobile {
	display: none;
}

.flash_sale_banner_hero_banner .content_section .side_dots {
	position: relative;
	width: 100%;
}

.flash_sale_banner_hero_banner .content_section .side_dots:before, .flash_sale_banner_hero_banner .content_section .side_dots:after {
	content: "";
	background: #808080;
	width: 14px;
	height: 14px;
	position: absolute;
	border-radius: 50%;
}

.flash_sale_banner_hero_banner .content_section .side_dots.top_side_dots:before, .flash_sale_banner_hero_banner .content_section .side_dots.top_side_dots:after {
	top: -14px;
}

.flash_sale_banner_hero_banner .content_section .side_dots.bototom_side_dots:before, .flash_sale_banner_hero_banner .content_section .side_dots.bototom_side_dots:after {
	bottom: -14px;
}

.flash_sale_banner_hero_banner .content_section .side_dots.top_side_dots:before, .flash_sale_banner_hero_banner .content_section .side_dots.bototom_side_dots:before {
	left: 5px;
}

.flash_sale_banner_hero_banner .content_section .side_dots.top_side_dots:after, .flash_sale_banner_hero_banner .content_section .side_dots.bototom_side_dots:after {
	right: 5px;
}

.flash_sale_banner_hero_banner .flash-sale-banner-cta-button {
	display: inline-flex;
	text-decoration: none;
	padding: 15px 25px;
	border: 1px solid #333;
	border-radius: 15px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	letter-spacing: .2em;
	text-align: center;
	margin-top: 30px;
}

.flash_sale_banner_hero_banner .flash-sale-banner-cta-button:hover {
	color: #c6a992;
	border-color: #c6a992;
}

@media (max-width: 1640px) {
	/*.flash_sale_banner_hero_banner .content_section {
        padding: 140px 0;
    }*/
	.flash_sale_banner_hero_banner .content_section .tagline_heading_section .heading_h2 {
		font-size: 38px;
	}
	
	.flash_sale_banner_hero_banner .content_section .sub_heading_section .heading_h2 {
		font-size: 38px;
	}
}

@media (max-width: 1520px) {
	/*.flash_sale_banner_hero_banner .content_section {
        padding: 130px 0;
    }*/
	.flash_sale_banner_hero_banner .content_section .tagline_heading_section .heading_h2 {
		font-size: 34px;
	}
	
	.flash_sale_banner_hero_banner .content_section .heading_h1 {
		font-size: 70px;
	}
	
	.flash_sale_banner_hero_banner .content_section .sub_heading_section .heading_h2 {
		font-size: 34px;
	}
}

@media (max-width: 1359px) {
	/*.flash_sale_banner_hero_banner .content_section {
        padding: 120px 0;
    }*/
	.flash_sale_banner_hero_banner .content_section .tagline_heading_section .heading_h2 {
		font-size: 30px;
	}
	
	.flash_sale_banner_hero_banner .content_section .sub_heading_section .heading_h2 {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	/*.flash_sale_banner_hero_banner .content_section {
        padding: 110px 0;
    }*/
	.flash_sale_banner_hero_banner .content_section .tagline_heading_section .heading_h2 {
		font-size: 25px;
	}
	
	.flash_sale_banner_hero_banner .content_section .heading_h1 {
		font-size: 58px;
	}
	
	.flash_sale_banner_hero_banner .content_section .sub_heading_section .heading_h2 {
		font-size: 25px;
	}
}

@media (max-width: 991px) {
	/*.flash_sale_banner_hero_banner .content_section {
        padding: 100px 0;
    }*/
	.flash_sale_banner_hero_banner .content_section .tagline_heading_section .heading_h2, .flash_sale_banner_hero_banner .content_section .sub_heading_section .heading_h2 {
		font-size: 20px;
		line-height: 30px;
	}
	
	.flash_sale_banner_hero_banner .content_section .heading_h1 {
		font-size: 52px;
	}
}

@media (max-width: 767px) {
	/*.flash_sale_banner_hero_banner .content_section {
        padding: 74px 0;
    }*/
	
	/*
    .flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner.image_type_banner {
        background-size: 0, cover;
    }
	*/
	.flash_sale_banner_hero_banner .content_section .content_inner .content_wrapper {
		max-width: 360px;
		padding: 5px 0px;
	}
	
	.flash_sale_banner_hero_banner .content_section .tagline_heading_section.for_desktop {
		display: none;
	}
	
	.flash_sale_banner_hero_banner .content_section .tagline_heading_section.for_mobile {
		display: block;
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.flash_sale_banner_hero_banner .content_section .heading_h1 {
		font-size: 40px;
		line-height: 50px;
	}
	
	.flash_sale_banner_hero_banner .content_section .sub_heading_section.for_desktop {
		display: none;
	}
	
	.flash_sale_banner_hero_banner .content_section .sub_heading_section.for_mobile {
		display: block;
		margin-top: 20px;
	}
	
	.flash_sale_banner_hero_banner .content_section .sub_heading_section .heading_h2 {
		max-width: 277px;
		margin: 0 auto;
	}
}

@media (max-width: 460px) {
	.flash_sale_banner_hero_banner .content_section .tagline_heading_section.for_mobile {
		max-width: 210px;
	}
	
	.flash_sale_banner_hero_banner .content_section .tagline_heading_section .heading_h2 {
		font-size: 16px;
	}
	
	.flash_sale_banner_hero_banner .content_section .heading_h1 {
		font-size: 30px;
		line-height: 1;
	}
	
	.flash_sale_banner_hero_banner .content_section .sub_heading_section .heading_h2 {
		font-size: 18px;
	}
}

/**** Banner Video Responsive Start ****/
@media (max-width: 1920px) {
	.flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner.video_file_type_banner video {
		transform: scale(1.2);
	}
}

@media (max-width: 1400px) {
	.flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner.video_file_type_banner video {
		transform: scale(1.4);
	}
}

@media (max-width: 1024px) {
	.flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner.video_file_type_banner video {
		transform: scale(1.6);
	}
}

@media (max-width: 991px) {
	.flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner.video_file_type_banner video {
		transform: scale(1.9);
	}
}

@media (max-width: 767px) {
	.flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner.video_file_type_banner video {
		transform: scale(2.3);
	}
}

@media (max-width: 640px) {
	.flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner.video_file_type_banner video {
		transform: scale(2.5);
	}
}

@media (max-width: 575px) {
	.flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner.video_file_type_banner video {
		transform: scale(3);
	}
}

@media (max-width: 475px) {
	.flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner.video_file_type_banner video {
		transform: scale(3.8);
	}
}

@media (max-width: 375px) {
	.flash_sale_banner_hero_banner .flash_sale_banner_inner .flash_sale_banner.video_file_type_banner video {
		transform: scale(4.6);
	}
}
