/*-------------------------------------------------------
Theme Name: TCL 2018 Australia
Theme URI: https://brandsolutions.com.au
Description: A theme for TCL Australia
Author: Brand Solutions
Author URI: https://www.brandsolutions.com.au
Template: Divi
Version: 6.0.0
/*----------------- ADDITIONAL CSS HERE ------------------*/

/*** red d92628
	light grey background
	black 4d4d4d
	535353
***/

/*-------------------------------------------------------
	Global Setting
------------------------------------------------------- */
h2 {font-weight: 400; margin-bottom: 0.3em}

/*-------------------------------------------------------
	FOOTER
------------------------------------------------------- */
/*** footer widget heading ***/
h4.title {font-weight: 400}

/*** footer copyright ***/
.copyright {color: #d92628}

/*** TCL Button - colour slide on hover ***/
/* .et_pb_button.et_pb_module */
.tcl_btn:hover {
    box-shadow: inset 260px 0px 20px 0 #d92628 !important;
    -webkit-transition: all ease 0.8s ;
	-moz-transition: all ease 0.8s ;
	transition: all ease 0.8s  !important;
    border: 1px solid #d92628;
}

@media (max-width:768px){
#footer-widgets {display: inline-flex; flex-direction: row;
    flex-wrap: wrap;}
.footer-widget { flex-basis: 50% }

}
/*-------------------------------------------------------
	HOME PAGE
------------------------------------------------------- */
/* align element in center */
.vertical-align {
    display: -webkit-box !important;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box !important;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox !important;      /* TWEENER - IE 10 */
	display: -webkit-flex !important;
    display: flex ;
    flex-direction: column;
    justify-content: center;
}
/*subscription form */
.signup_form {display:flex; align-items: center; padding: 0 40px; margin: -20px 0 0px 0;} /* container for text and form*/
.signup{ flex-basis:35%; padding-top: 20px !important; margin-right:20px; text-align: left} /* signup text*/
#dc_optin{ flex-basis: 65%; text-align: left} /* signup form*/

@media (max-width: 768px) {
	.signup_form {display:inline-flex; flex-direction: column }
	.signup{ text-align: center } /* signup text*/
	#dc_optin{margin-top: -40px; } /* signup form*/

}

.signup1 {display: inline-block; margin-right:20px; font-weight: 500; position: relative; top: -12px}
@media only screen and (min-width: 1025px){
#dc_optin1{width: 600px !important; margin: 0 auto; display: inline-block !important; max-width: 600px;}
}

@media only screen and (max-width: 1024px){
	.signup1 {padding: 20px 20px 0 20px}
	#dc_optin1 {width: 100% !important;padding: 0 20px; width: 100%; margin: 0 auto; margin-top: -40px;}
	}

/* === Slim Bloom Optin by Divi Cake === */
#dc_optin div.et_bloom_header_outer .et_bloom_form_text { padding: 0px!important; }
#dc_optin div.et_bloom_header_outer .et_bloom_form_header { padding: 0px 0px 10px 0px!important; }
#dc_optin div.et_bloom_header_outer .et_bloom_form_header h2 { font-size: 36px!important; }
#dc_optin .et_bloom_form_content { padding: 10px 0px 0px 0px!important; }
/* === Rounded Bloom Submit Button by Divi Cake === */
#dc_optin .et_bloom_form_content button.et_bloom_submit_subscription { border-radius: 2px!important; -moz-border-radius: 2px!important; -webkit-border-radius: 2px!important; background: #535353; border: 0px solid #fff }
#dc_optin .et_bloom_form_content button.et_bloom_submit_subscription:hover { box-shadow: inset 400px 0px 20px 0 #000; -webkit-transition: all ease 0.8s ; -moz-transition: all ease 0.8s ; transition: all ease 0.8s ; border-color: #d92628; }
/* === Transparent Bloom Optin by Divi Cake === */
#dc_optin .et_bloom_form_container { background: none !important; }
#dc_optin .et_bloom_form_header { background: none!important; }
#dc_optin .et_bloom_bottom_inline { background: none !important; } /* === Transparent Text Fields by Divi Cake === */
.et_bloom .et_bloom_form_container .et_bloom_form_content input { background: rgba(255, 255, 255, 0.9)!important; }
.et_bloom .et_bloom_form_container .et_bloom_form_content input:focus { background: rgba(255, 255, 255, 1)!important; }
.et_bloom h2.et_bloom_success_message.et_bloom_animate_message {color:#000 !important}


/******* Facebook Icon **********/
.facebook-icon:before {
    font-family: 'ETmodules';
    content: "\e0aa";
    color: #535353;
}

.facebook-icon:hover:before {
    color: #d92628;
	}

a h2:hover {
    color: #d92628
	}

.tcl_socialhover {
    color: #d92628
	}


/*form setting for mobile */
@media only screen and ( max-width:980px) { .et_bloom .et_bloom_inline_form {margin: 0 auto;}
.subscription_form_home {margin-top: -80px; padding-bottom: 20px}
}

/*-------------------------------------------------------
	FOOTER - all the css for the footers are in the theme customiser
------------------------------------------------------- */
#main-footer {	border-top: 2px solid #d92628 } /* red border */
/*** remove theme default icon > this code is on theme customisation*/
#footer-widgets .footer-widget li:before {display: none;}
#footer-widgets .footer-widget li {padding-left: 0;    margin-bottom: 0.1em }
#main-footer {	border-top: 2px solid #d92628 } /* red border */
/* Footer Text Centre Align */
#footer-info { float: none !important; text-align: center !important;}
/*font - weight on footer */
#footer-info a {font-weight: 400}
#footer-info a:hover {color: #d92628}

/*-------------------------------------------------------
	Blog Archive & Single post Formatting - read more change to continute reading by script
------------------------------------------------------- */
.post-content p{margin-bottom: 20px;}
.more-link {
    padding: 8px 16px;
    /*border: 1px solid #535353;*/
    border-radius: 2px;
    color: #fff;
    background-color: #535353;
}
.more-link:hover{
    /*border: 1px solid #d92628;*/
    color: #fff;
    background-color: #d92628;
}
a.more-link {
    font-size: smaller;
}

.et_post_meta_wrapper h1.entry-title {
    font-weight: 400;
    color: #d92628;
    border-bottom: 2px solid #d92628;
}
.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
    max-width: 1600px;
    padding-top: 50px !important;
}

/*border around feature image on blog archive */
.et_pb_image_container img{ border-left: 1px  solid #d8d8d8;  border-right: 1px  solid #d8d8d8;  border-top: 1px  solid #d8d8d8 }


/*-------------------------------------------------------
	Sitewide Remove Ligature
------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, td, li {
	font-variant-ligatures: none;
}

.store_logo {
display: inline-block; margin: 10px; padding: 10px
}
.store_logo img {height: 40px !important}
.store_logo img:hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.1);
   filter: drop-shadow(0 0 0.75rem #adadad);
}

/*-------------------------------------------------------
	Font weight to light face thoughout the site
------------------------------------------------------- */
/* body text */
body {
    font-weight: 400 !important;
}
/* button text */
.et_pb_button{
    font-weight: 400;
}

/********************************************
 Menu Customisation for desktop and mobile
********************************************/
/****** Hide Dropdown icon on menu  ******/
#top-menu .menu-item-has-children > a:first-child:after{display:none}
#top-menu .menu-item-has-children {padding-right: 0px;}


/******* Add Search from on menu ********/
@media only screen and (min-width: 1025px) {
	.mobile_search {display: none !important} /*hide mobile search on menu bar */
	#et-top-navigation {
		float: left;
		/*remove menu sliding from left to right */
		padding-left: 120px !important;
		-moz-transition: none;
		-webkit-transition: none;
		transition: none;
		}

	.header_search_container {
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;}
}


@media only screen and (max-width: 1024px) {
	.header_search_container {display: none !important}
	}


/********** Search Form *******/
.screen-reader-text {display: none;}
#et-top-navigation {display: flex}
.header_search_container {
    position: relative;
    align-content: flex-end;
    float: right;
    margin-top: 25px;
}

.et-fixed-header .header_search_container {margin-top: 12px !important}

.et_pb_searchsubmit {
    background: #d92628; padding: 8px 15px;
    color: #fff;
    border: 1px solid #d92628;
    font-weight: 500;
    }

.et_pb_searchsubmit:hover {
    box-shadow: inset 240px 0px 20px 0 #535353;
    -webkit-transition: all ease 0.8s ;
	-moz-transition: all ease 0.8s ;
	transition: all ease 0.8s ;
    border: 1px solid #535353;
    }


.et_pb_s  {
    padding: 8px !important;
    /*margin-right: -10px !important*/
    }
input.et_pb_s {
    height: 33px
	}


button#searchsubmit { background: #d92628; border: 2px solid #d92628; height: 33px; position: relative; padding: 0 10px; margin-left: -4px }

.search_icon{
    color:  #fff /*rgba(0,0,0,.6)*/;
    border: none;
    /*font-size: 18px;*/


    /*vertical-align: middle;*/
}

.search_icon:hover {color: #535353;}

/*#et-top-navigation{
transition: margin-top, 0s ease-in-out !important;
-webkit-transition: margin-top, 0s ease-in-out !important;
-moz-transition: margin-top, 0s ease-in-out !important;
}*/

#top-menu li a {font-weight: 500}


/* remove line under the sub image menu */
#top-menu li.mega-menu>ul>li>a:first-child { border: none}



 /* hide mobile text menu QLED QUHD UHD FHD-HD on desktop */
@media only screen and (min-width: 981px){
    .mobile_menu_text a {display: none !important}
}


 /* hide image menu QLED QUHD UHD FHD-HD on mobile */
@media only screen and (max-width: 980px){
   /* .et_mobile_menu li .image_menu a img {display: none !important} */
    .et_mobile_menu li .image_menu {display: none !important}
}






/*-------------------------------------------------------
	PRODUCT TOP SECTION
------------------------------------------------------- */
/* STICKY BANNER */
/*background behind stikcy banner */
.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular.top_banner {background:#fff !important;}

/* sticky banner info */
.sticky_panel_top{max-width: 1600px; margin: 0 auto; z-index: 99 !important; position: relative}
/*.tcl_sticky_panel {z-index: 999; max-width: 1600px; margin: 0 auto !important;} */
.sticky_container {background: #535353; padding: 10px 20px}
.sticky_product_title {color: #fff;  display: inline-block; font-weight: 600; margin-right: 20px; font-size: large}
.sticky_product_model {color: #fff; display: inline-block; margin-right: 20px}
.sticky_price {color:#fff; display: inline-block; margin-right: 20px; float: right}
@media only screen and (max-width: 786px) and (min-width: 200px){
	.sticky_panel_top{display: none !important}
}



/* Product thmbnails and slider */
@media only screen and (min-width: 981px) {
#carousel {
	width: 15%;
	float: left;
	height: auto;
    top: 80px;
	}

#carousel img { width: 60%; margin: 5px; top: 50% } /* image height*/

	ul.slides {
		width: 100% !important;
	}
	ul.slides li {
	    width: 100% !important;
	}

	#slider {
	    width: 85%;
	    float: right;
	}

} /*slider setting for desktop*/


	.flex-direction-nav a:before {font-size: 20px !important; color: #d92628 !important} /* arrow colour and size */
	.flex-prev, .flex-next { font-size: 0; } /* hide next previous slider navigation text */



/* TV Right Hand Side Information
************************************* */
@media all and (min-width: 981px){
	.info_right {
	 width: 120%
	}
}

.tv_title {font-weight: 500; font-size: 30px !important; color: #535353}
.tv_model{color: #d92628; font-weight: 500; font-size: 20px; margin: 0 0 20px 0}
.tv_features { margin: 20px 0}
.tv_available_sizes{ display: block;  margin-bottom: 30px;}
.tv_size_options {display: inline-block; border: 2px solid #cccccc; border-radius: 5px; margin-right: 10px; }
.tv_size_options:hover { box-shadow: inset 100px 0px 20px 0 #d92628;
    -webkit-transition: all ease 0.8s ;
	-moz-transition: all ease 0.8s ;
	transition: all ease 0.8s ;
    border: 2px solid #d92628;
    }
.tv_size_options a {color: #535353 !important; font-weight: 400; padding: 20px; font-size: 16px; line-height: 35px; margin-bottom: 20px}
.tv_size_options a:hover {color: #ffffff !important;}
.other_sizes {margin-bottom: 10px}
.tv_price {font-weight: 500; font-size: 30px;}
.tv_feature_list {/*font-size: large; margin-bottom: 5px*/}
.tv_features ul li {list-style-type:disc; /* list-style-position: inside;*/ margin-left: 18px;}


/*available at button */
.available_at_btn {margin: 30px 0; display: block !important}
.available_at_btn a{font-size: 20px; font-weight: 500; color: #fff !important; background-color: #535353; padding: 12px 30px 12px 30px; max-width:300px !important; border-radius: 5px;}
.available_at_btn a:hover{color: #fff;
	box-shadow: inset 240px 0px 20px 0 #d92628;
    -webkit-transition: all ease 0.8s ;
	-moz-transition: all ease 0.8s ;
	transition: all ease 0.8s ;
    border: 1px solid #d92628; }

/*available at button for X6 only */
.tv_price.x6_price {display: inline-block; float: left; padding-top: 30px}
.available_at_btn.x6_avl {display: inline-block; float: right;}

@media (max-width: 767px) {
.et_pb_tabs_controls li {border: none}

li.et_pb_tab_0, li.et_pb_tab_1 {display: inline-block;
    padding: 10px;}
.tv_price.x6_price {display: inline-block; margin-top: 30px; margin-right: 20px}
.available_at_btn.x6_avl{display: inline-block; float: right;
    }
}

/*-------------------------------------------------------
	Retailer Available Popup Settings
------------------------------------------------------- */
.retailer_logo img {
	display: inline-block !important;
	width: auto !important;
	height: 45px !important;
	}

/* algin retailers logo in the middle */
.pum-theme-5 .pum-content, .pum-theme-enterprise-blue .pum-content {text-align: center}

/*-------------------------------------------------------
	Hide WooCart Icon
------------------------------------------------------- */
.et-cart-info { display:none; }




/*-------------------------------------------------------
	MOBILE MENU
------------------------------------------------------- */
/* Place the word MENU after the mobile hamburger */

/* Change the hamburger to X when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

/* Switch to hamburger menu on tablets */

@media only screen and ( max-width:1024px) {
	#et_mobile_nav_menu {
		display: block;
	}
	#top-menu-nav {
		display: none;
	}
	.et_header_style_left .mobile_menu_bar {
		padding-bottom: 50px;
	}
}


/*-------------------------------------------------------
ARCHIVE PRODUCTS BUTTONS for 2016 products
------------------------------------------------------- */
.archive_brochure, .archive_user_manual {display: inline-block; border: 1px solid #535353; border-radius: 2px; margin-right: 10px}
.archive_brochure:hover, .archive_user_manual:hover {
    box-shadow: inset 240px 0 0 0 #d92628;
    color: #fff;
    border: 1px solid #d92628;
	}
.archive_brochure a, .archive_user_manual a {
    color: #535353;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    padding: 12px 33px;
    margin: 20px 0;
    line-height: 2.5em;
    box-shadow: inset 0 0 0 0 #31302B;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	}

.archive_brochure a:hover, .archive_user_manual a:hover { color: #fff}
@media only screen and (min-width: 981px) {
.archive_full { display: flex; flex-direction: row;} }
.archive_full h1 {font-size: 2em; margin-top: 1em}

/*-------------------------------------------------------
Hide vertical line on sidebar global
------------------------------------------------------- */
.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }



/*-------------------------------------------------------
	DOWNLOADS BUTTONS
------------------------------------------------------- */


/*buttons*/
.download_sections {margin-top: 20px; padding: 10px 10px 20px 10px; text-align: center; }
.product_brochure, .user_manual, .product_image {display: inline-block; }
.product_brochure a, .user_manual a, .product_image a {
    color: #ffffff !important;
    padding: 12px 33px;
    margin: 20px 10px;
    border: 1px solid #fff;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    /*box-shadow: inset 0 0 0 0 #31302B;*/
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
	}

.product_brochure a:hover, .user_manual a:hover, .product_image a:hover {
    box-shadow: inset 240px 0 0 0 #d92628;
    color: #fff;
    border: 1px solid #d92628;
	}


@media only screen and (max-width: 950px) {
	.download_sections {/*text-align: left; padding: 0px !important; margin: 0 !important;*/ display: flex; flex-direction: column; }
	.product_brochure, .user_manual, .product_image { margin: 20px 0;
		/*display: block;

		margin-left: -10px !important
		*/
	}

}



/*********** Details Specification Table
********************************************/
.feature_table_container { text-align: center; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap;}
.feature_table{width: 25%; float: left; padding: 20px}
.table_heading{ color: #fff}
.detailed_specs_container {
	display: flex;
 	flex-flow: row wrap;
	}
.detailed_specs { margin-right: 20px; min-width: 350px;  max-width: 350px; float: left;}

@media only screen and (max-width: 600px) {
	.feature_table_container { display: block;  }
	.feature_table{display: block; width: 100%; float: left; padding: 0px 10px; clear: both;}
	.detailed_specs_container {display: block}
	.detailed_specs {width: 280px !important; display: block}

}

/***********  Divi toggle animate arrow and change colour
********************************************/
.et_pb_toggle_close .et_pb_toggle_title:before {content: "\3b" !important;}
.et_pb_toggle_open .et_pb_toggle_title:before {
transform: rotate(180deg);
content: "\3a" !important;
transition:all 0.5s ease-in-out 0s;
color:#d92628 !important;
}
.et_pb_toggle_title:before {
content: "\3b" !important;
font-size:.5em;
transition:all 0.5s ease-in-out 0s;
color:#d92628 !important;
}

/*toogle heading alignment*/
.et_pb_toggle_title{text-align: center; padding: 0px; font-variant-ligatures: none;} /* remove ligature from the toggle heading */


/*make toggle bar skiny*/
.et_pb_toggle_title { margin-bottom: 0}
h2.et_pb_toggle_title {    line-height: 1em; }

/********************************************
 PRODUCT GALLERY PAGE
********************************************/
.archive_container {
		display: -webkit-flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	    flex-wrap: wrap;
	    margin:10px 0 0 -20px;
	}

/*************** PRODUCT IMAGE ***************/

/** --- 2018 display: inline-block;
.product {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
    	margin:20px 0 0 20px;
	    width: calc(100% * (1/4) - 20px - 1px);
	    border: 2px solid #f2f2f2;
	    padding: 10px;
        padding-bottom: 20px
	}

**/

.product {
    display: inline-block;
	margin:20px 0 0 20px;
	/*min-height:100px;*/
    width: calc(100% * (1/4) - 20px - 1px);
    border: 2px solid #f2f2f2;
    padding: 10px;
    padding-bottom: 50px;
	position: relative;
   }


.view_btn {
    position: absolute;
    bottom: 15px

}



/*************** PRODUCT NAME ***************/
.product_name {font-weight: 500; font-size: 1.2em; line-height: 1.2em; margin-left: 10px; }
.product_name a {color:#4d4d4d }
.product_name a:hover { color:#d92628}
/*************** MODEL NUMBER ***************/
.model_number_archive {font-weight: 600; padding-left: 10px; font-weight: 400; margin: 5px 0 2px 0; color:#d92628 }

/*************** PRICE ***************/
.product_price_archive {font-weight: 600; padding-left: 25px}

/*************** SCREEN SIZE ***************/
.model_sizes {margin: 10px 0 10px 10px;} /*container for buttons*/
a.model_button {
    display: inline-block;
    color: #535353;
    padding: 2px 10px;
    font-size: 15px;
    border: 1px solid #b1b1b1;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    /*box-shadow: inset 0 0 0 0 #31302B;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;*/
}
a.model_button:hover { box-shadow: inset 300px 0 0 0 #b1b1b1; color: #fff; border-color: #b1b1b1 }
.model_button.selected {background:#b1b1b1; color: #fff;  border-color: #b1b1b1  }
.model_button.selected:hover {cursor: none; transition: none; box-shadow: none; }

/*************** Archive Button ***************/
.archive_product_feature ul li {margin-left: 10px; font-weight: 400; font-size: 13px; line-height: 1.6em}

/*************** SCREEN SIZE ***************/
.view_btn {margin: 10px 0 !important; }
.view_btn a {
    color: #535353;
    padding: 10px 30px;
    width: 230px;
    margin: 30px 0px 30px 10px;
    font-size: 15px;
    border: 1px solid #535353;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    /*box-shadow: inset 0 0 0 0 #d92628;*/
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
}
.view_btn a:hover { box-shadow: inset 300px 0 0px 0 #d92628; color: #fff; border-color: #d92628  }


/********************************************
 RELATED PRODUCTS LOOP - WITH SCREEN SIZE filters
********************************************/
.related_product_heading {margin-top: 20px !important; text-align: center}
@media only screen and (min-width:1024px) {
	.product_loop ul {display: flex;justify-content: space-between; flex-wrap: nowrap;}
	.related_product_container {width: 100%; text-align: center; padding: 0 20px; align-self: flex-start; }
	}
.related_product_container {width: 100%; text-align: center }
.related_product_title {font-weight: 400; font-size: 18px; line-height: 1.3em;}
.product_loop {text-align: center}
.related_product_image img:hover {opacity: 0.6}


.product_loop ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

@media all and (min-width:981px){
.product_loop ul li {
    width:33%
}
    }


@media all and (max-width:980px){
.product_loop ul li {
    width:100%
}
    }




/*.related_product_container { display: flex; flex-direction: row; justify-content: center; flex-flow: row wrap; justify-content: space-around;}
.product_loop {display: flex; align-items: flex-start;  flex-wrap: nowrap;}
.product_loop ul li { display: inline-block !important;  align-self: baseline; max-width: 320px; margin: 0 20px; }
.related_product_title {font-weight: 400; font-size: 18px; line-height: 1.3em;}
.related_product_heading {text-align: center}
.product_loop {text-align: center}
.related_product_image img:hover {opacity: 0.6}
.related_product_heading {text-align: center}
.product_loop {text-align: center; position: relative}
.product_loop ul li { display: inline-block !important; float: left; width: 360px; margin: 0 20px; }
.related_product_title { font-size: 18px; line-height: 1.3em; }
.related_product_title:hover { color: #d92628 }
.related_product_image img:hover {opacity: 0.6}*/



/********************************************
 FILTER PAGE FORMATTING
********************************************/
.facetwp-counter {display: none}
/*filter button */
.rv_button.closed:after {font-family: 'ETmodules';content:"\33"; }
.rv_button.opened:after{font-family: 'ETmodules';content:"\32"; }
.rv_button.closed:hover {
	box-shadow: inset 240px 0px 20px 0 #d92628;
    -webkit-transition: all ease 0.8s ;
	-moz-transition: all ease 0.8s ;
	transition: all ease 0.8s ;
    border-color: #d92628;
}

/**** filter table */
.filter_title {
    font-weight: 500
}

/*** reset button **/
button.reset_btn {
    background-color: #d92628;
    color: white;
    padding:7px 15px;
    border: 1px solid #d92628;
    border-radius: 2px;
    font-weight: 400;
	}

button.reset_btn:hover {
     box-shadow: inset 240px 0px 20px 0 #535353;
    -webkit-transition: all ease 0.8s ;
	-moz-transition: all ease 0.8s ;
	transition: all ease 0.8s ;
    border-color: #535353;
	}

@media only screen and ( min-width: 787px) {
.facetwp-checkbox {display: inline-block !important; min-width: 250px !important; max-width: 250px !important;}
.facetwp-facet {margin-bottom: -10px !important}
}
/*.filter_reset_btn {margin-left: 20px;} */

/*table row styles */
.filter {border: none !important }
.filter td {border: none !important;
    border-bottom: 1px solid #535353 !important;
    padding: 8px 0px !important
}


/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
.facetwp-facet {margin-bottom: 0px !important}
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
	.new_badge_single {
		top: 2px !important;
		left: -1% !important;
		width: 50px !important;
	}

	.tv_title {font-size: 24px !important;}

}



/********************************************
 Global Mobile Customiser for the width of the site
********************************************/
@media only screen and (max-width: 1440px) {
	#top-header > .container,
	#main-header > .container,
	#et_search_outer > .container,
	#main-content > .container,
	div.et_pb_row,
	div.et_pb_row.et_pb_row_fullwidth {
	width: 94% !important;
   }
   }

/****************
TV Display for Tablet & iPad
***************/

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
/*and (orientation : portrait) */{
	.product {
		   	display: flex;
		   	justify-content: space-between;
		    margin: 10px ;
		    min-height:100px;
			width: calc(87% * (1/3) - -10px - 0px);
		    border: 2px solid #f2f2f2;
		}
}

/****************
TV Display for Mobile Landscape
**************


@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape){
	.product {
		   	display: flex;
		   	justify-content: space-between;
		    margin: 10px ;
		    min-height:100px;
			    width: calc(90% * (1/2) - -10px - 0px);
		    border: 2px solid #f2f2f2;
		}

	}
*/

/****************
TV Display for Mobile
***************/

@media only screen and (max-width: 767px) {
	#top-header > .container,
	#main-header > .container,
	#et_search_outer > .container,
	#main-content > .container,
	div.et_pb_row,
	div.et_pb_row.et_pb_row_fullwidth {
	width: 94% !important;
   }

   /* remove margin from 2nd column */
   .second_column{
    	margin-bottom: -15px;
		position: relative;
		}
   /* product archive archive container */
   .archive_container {
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	    flex-wrap:wrap;
	    margin:-0 auto;
	}

   /*product archive */
   .product {
	   	display: inline-block;
	    margin: 10px /*auto*/;
	    min-height:100px;
	    width: calc(100% * (1/1) - -10px - 0px);
	    border: 2px solid #f2f2f2;
	}

	/* product thumbnails
	.product_image {margin: -8px 0 0 0;}*/
	/*feature listing*/
	.archive_product_feature ul li {
		line-height: 1.3em;
		}

	/*single page product title */
	/*h1.tv_title {font-size: 24px !important;}*/


	/* blog archive - post title */
	.et_pb_blog_0 .et_pb_post .entry-title a {font-size: 1.4em; line-height: 1.4em; margin-bottom: 1em}
   /*blog post title */
   .et_post_meta_wrapper h1.entry-title {font-size: 1.7em}
   /*available at button for X6 only */
   /*available at button for X6 only */
   .tv_price.x6_price {display: block; float: left; padding-top: 0px; clear: both}
   .available_at_btn.x6_avl {display: block; float: left ;}
   /* tv price */
   .tv_price {font-weight: 500; font-size: 20px;}
   /*available at button */
   .available_at_btn {margin: 30px 0; display: block !important}
   .available_at_btn a{font-size: 14px; font-weight: 500; color: #fff; background-color: #535353; padding: 12px 30px 12px 30px; max-width:300px !important; border-radius: 5px;}
   .available_at_btn a:hover{color: #fff; background-color: #d92628 }

   /*hide product thumbnails on mobile devices */
   #carousel {display: none}
   #slider {margin-bottom: -40px}


}




/********************************************
 Form Customiser
********************************************/
.caldera-grid label {font-weight: 400 }
.btn.btn-default {padding: 8px 20px;}
.btn.btn-default:hover { box-shadow: inset 300px 0 0 0 #d92628 !important; color: #fff; border-color: #d92628 !important;  }



.slide-out-div {
          padding: 20px;
          width: 250px;
          background: #ccc;
          border: #29216d 1px solid;
      }

/********************************************
Choosing TV
********************************************/
.tv_guide_header { text-align: center}
.tv_guide {
	font-size: 14px; line-height: 1.4em; color: #535353;
}


/********************************************
Product New Badge
********************************************/

.new_badge {
    position: absolute;
    top: 5px;
    left: 2%;
    width: 50px

}


.ga_badge {
    position: absolute;
    top: -5px;
    left: -1%;
    width: 120px

}

.badge_2019{
    position: absolute;
    top: -5px;
    left: -1%;
    width: 80px

}

.product {
    position: relative;
}




.new_badge_single {
    position: absolute;
    top: 5px;
    left: 2%;
    width: 100px;
        z-index: 99999;
    transition: ease-in-out;

}


/********************************************
TCL MCC - promotion page contact from - popup
********************************************/
.mcc-name, .mcc-email, .mcc-message {
    text-align: left !important;
 }

.mcc-submit .btn.btn-default{
    background: #d92628 !important;
    color: #fff;
    border: none;
    padding: 10px 30px;
    float: left;

}

/********************************************
Mega Menu formatting
********************************************/
#quadmenu.quadmenu-is-horizontal.quadmenu-carets-hide .quadmenu-navbar-nav>li.quadmenu-item.quadmenu-has-caret>a>.quadmenu-item-content>.quadmenu-text {
    font-weight: 500 !important
}

#top-menu-nav #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li > a {
    font-weight: 500 !important
}

#quadmenu.quadmenu-divi_primary_menu .quadmenu-navbar-nav .quadmenu-dropdown-menu .quadmenu-title {
	border-width: 0 0 0px 0;
	margin-bottom: 0px;
    font-weight: 500;

}

#quadmenu.quadmenu-divi_primary_menu .widget ul li a {
    color: #666666;
}

#quadmenu.quadmenu-divi_primary_menu .widget ul li a:hover {
    color: #d92628;
}


#quadmenu.quadmenu-divi_primary_menu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item:not(.quadmenu-item-type-tab):not(:last-child):not(:only-child) > a {
    color:#666666;
    border: 0;
}


#quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-post_type>a>.quadmenu-item-content>.quadmenu-text {
    color:#666666 !important
}


#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu>ul>li.quadmenu-item-type-post_type:hover {
    background: none;

}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-post_type>a>.quadmenu-item-content>.quadmenu-text:hover {
    color: #d92628 !important;
}







/********************************************
Google Assistant Menu
********************************************/


.ga_asst_image {
    width: 250px;
    margin: 20px 0 20px 0;
    padding-left: 20px;

}

.menu_btn a{
    display: block;
 padding: 46px;
 line-height: 3.5em;
 color: #535353;
 padding: 8px 15px !important;
     text-align: center !important;
  }

.menu_btn a:hover{
 color: #f3f3f3 !important
}
.menu_btn {
 width: 130px;
 background: #fff;
 border: 1px solid #535353;
 border-radius: 3px;
 margin-top: 30px !important;
 margin-left: 72px !important;
}


.menu_btn:hover {
 color: #fff !important;
 box-shadow: inset 260px 0px 20px 0 #d92628 !important;
 -webkit-transition: all ease 0.8s ;
-moz-transition: all ease 0.8s ;
transition: all ease 0.8s !important;
 border: 1px solid #d92628;

}

#dropdown-9243 {
    background-image: url("https://www.staging3.tclelectronics.com.au/wp-content/uploads/GA_menu_background2.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    height: 220px;
    margin-right: -15px;
    padding-left: 30px;

}



/***** space after tv size - 02 May***/
.model_button {
    margin-bottom: 5px
}




/*** five column menu items for desktop ***/
#top-menu li.mega-menu>ul>li {
	width: 20%;

}

#top-menu li.mega-menu>ul>li:nth-of-type(4n+1){
    float: left !important;
    clear: none !important
}


/*** 2020 adjustment***/
/*** add image padding on active slide tv ***/
@media all and (min-width:980px){
	
	li.flex-active-slide{
    	padding-right: 30px !important
	}


	.center-text {
	    display: flex;
	    align-items: center
	}


}