/*
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
*/

/* .pch-footer-nav .awb-menu__main-ul {
    flex-direction: column;
}

.pch-footer-nav .awb-menu__main-a {
  color:white !important;
} */

/* .pch-header-search-container .fusion-live-search .fusion-search-results.suggestions-added {
    z-index: 100000;
} */

.checkout .pch-checkout-wrapper .shop_table tfoot th {
    width: 50%;
}

.pch-home-slider .tfs-slider ul.slides li:nth-child(1) video {
    position:static;
    top:0;
}

@media only screen and (min-width: 768px) {

.pch-home-slider .tfs-slider ul.slides li:nth-child(1) video {
    position:relative;
    top:-60%;
}

}