/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/

#home-video {
    position: relative;
    overflow: hidden;
    height: 600px;
}

#home-video #desktop-video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 45px;
}

.pswp__top-bar {
    display: none;
}

@media only screen and (max-width: 768px) {

    .tabs.tabs-default .wc-tabs {
        white-space: nowrap;
        overflow: auto;
        display: flex;
        flex-direction: column;
    }
	
    tabs .tabs-nav li {
        margin: 0 -2px 0;
        width: 100%;
    }
	
}