/*

Theme Name: X &ndash; Child Theme
Theme URI: http://tromba.eu/wp-content/themes/x-child
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

article {
 margin-bottom: 5%;
}

.x-colophon.bottom, .x-colophon.bottom a, .x-colophon.bottom .x-social-global a {
    color: black;
}

.x-topbar .p-info2 a {
    color: #272727;
}

.x-topbar .p-info2 a:hover {
    color: grey;
    align: right;
}

.topbartext {
    margin: 8px 0 0 10px;
    font-size: 8px;
    letter-spacing: 1px;
    line-height: 1.3;
}


/*******************************************

			   CART (MENU)

*******************************************/

.x-navbar-static-active .x-navbar .desktop .x-nav > li.x-menu-item-woocommerce > a {
	padding-top: 16px !important;
}

.menu-item.current-menu-parent.x-menu-item.x-menu-item-woocommerce {
	text-align: center !important;
}

.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart span {
	font-size: 14px !important;
}

.mob-basket {
	position: relative;
	top: 23px;
	margin-left: 16px;
}

@media all and (min-width: 980px) {
	.mob-basket {
		display: none;
	}
}



@media all and (max-width: 700px) {
	#affiliate-text {
		display: none;
	}
}
