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

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


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


}

/* ============================================================
   "Ship to" country selector in the mobile off-canvas menu.
   Match the surrounding top-level nav items (.8em, uppercase),
   undo the nested-submenu shrink/indent, and set the label off
   from the WPML language selector directly above it.
   ============================================================ */
#main-menu .ship-to-item{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:15px 30px;
	color:rgba(74,74,74,.85);
}
#main-menu .ship-to-item .ship-to-label{
	font-size:.8em;
	font-weight:bolder;
	letter-spacing:.02em;
	text-transform:uppercase;
	margin-right:.6em;
	white-space:nowrap;
}
#main-menu .ship-to-item .wccr-country-selector-independent{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-flex;
	width:auto;
}
#main-menu .ship-to-item .wccr-country-selector{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
#main-menu .ship-to-item .wccr-country-selector>a{
	display:inline-flex;
	align-items:center;
	gap:.45em;
	margin:0;
	padding:0;
	font-size:.8em;
	font-weight:bolder;
	letter-spacing:.02em;
	text-transform:uppercase;
	color:inherit;
}
#main-menu .ship-to-item .wccr-country-selector img{
	width:22px;
	height:auto;
	display:inline-block;
	vertical-align:middle;
}
