/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.catalog-ordering{ display:none; !important}

.fusion-main-menu .fusion-main-menu-cart {
display:none; !important }
}

@media only screen and (max-width: 800px){
#wrapper {
    max-width: 100% !important;
}
}
@media only screen and (max-width: 640px){
#wrapper {
    max-width: 100% !important;
}
}
@media only screen and (max-width: 480px){
#wrapper {
 max-width: 100% !important;
}
}

table{
	max-width:100% !important;
	table-layout:fixed !important;
	overflow-wrap: break-word !important;
	word-break: keep-all !important;
	white-space:normal !important;
	text-overflow:ellipsis !important;
}
tr{ max-width:100% !important; overflow-wrap: break-word !important; word-break: keep-all !important; white-space:normal !important; text-overflow:ellipsis !important;}
td{ white-space: initial !important;}


.html5-video-player.unstarted-mode.ytp-hide-controls {
	outline: 2px solid red;
}