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

.widget_shopping_cart_content {
    overflow-y: initial !important;
}

.page-heading {
	margin-bottom: 0 !important;
}

.page-heading .container {
	max-width: 100%;
	width: auto;
}

.woo-variation-swatches .variable-items-wrapper {
	margin-bottom: 10px;	
}

.woocommerce div.product .woocommerce-Tabs-panel a {
  color: #0099e0 !important;
  font-size: 18px !important;
}

.mtli_attachment {
  padding-left: 32px !important;
}

@media only screen and (min-width: 1024px) {
	.page-heading .container {
		padding-left: 85px;
	}
}

@media only screen and (max-width: 1024px) {
	.page-heading .container {
		padding-left: 20px;
	}
}