/*
Theme Name: Xion PG
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* CSS PREV NEXT */
 
.prev_next_buttons {
line-height: 16px;
margin-top: 12px;
text-align: center;
margin-bottom: 0px;
font-family: eurostile, sans-serif;
font-size: 13px;
font-weight: 600;
}

.prev_next_buttons a[rel="prev"] {
display: inline-block;
}
 
.prev_next_buttons a[rel="next"] {
display: inline-block;
}
 
.prev_next_buttons::after {
content: '';
display: inline;
clear:both;
}


h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical li > a {
font-family: eurostile, sans-serif;
display: swap;
font-weight: 700;
font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: eurostile, sans-serif;
	display: swap;
font-weight: 700;
font-style: normal;
}

.heading-font {
	font-family: eurostile, sans-serif;
	display: swap;
font-weight: 700;
font-style: normal;
}

.alt-font {
	font-family: eurostile, sans-serif;
	display: swap;
font-weight: 700;
font-style: normal;
}

.breadcrumbs a {
font-family: eurostile, sans-serif;
display: swap;
font-weight: 700;
font-style: normal;
color: #555655;
}

.nav > li > a {
	font-family: eurostile, sans-serif;
	display: swap;
}

body {
	font-family: eurostile, sans-serif;
	display: swap;
font-weight: 400;
font-style: normal;
}

.box-image, .product-thumbnails img, .product-gallery-slider img {
    border: 1px solid lightgrey;
}

p a {
	text-decoration: underline dotted #f93822;
}

p a:hover {
	text-decoration: underline solid #f93822;
}

.header-bottom {
    min-height: 40px;
}

.header-main .nav > li > a {
    margin-top: 38px;
}

.dropdown-uppercase.nav-dropdown .nav-column>li>a:hover, .nav-dropdown.dropdown-uppercase>li>a:hover {
	color:  #f93822;
}

.woocommerce-ordering, .woocommerce-ordering select {
   display: none;
}

h1.product-title.product_title.entry-title {
	color: #f93822;
}

.dark a:hover, .dark .widget a:hover {
color: #f93822;	
}

.panel.entry-content.active h2 {
	display:none;
}

.nav>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav-dropdown li.active>a, .nav-column li.active>a, .nav-dropdown>li>a:hover, .nav-column li>a:hover {
color: #f93822;	
}

.widget .current-cat>a {
color: #f93822;
}

.textwidget a, .textwidget p {
	text-transform: uppercase;
	font-size: smaller;
}

.textwidget  li {
	margin-bottom: 0px;
}

.wpsl-search {
	background-color: #000;
}

label {
	color: #ccc;
	text-transform: uppercase;
}

.woocommerce form .form-row .required {
    color: #f93822;
}
.nav-top-link a:active {
    color: #f93822;
}

.breadcrumbs {
	display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}