:root {
  --sitewidth: 1073px;
}

.ineditor .header{z-index:0;}

/**************************************************

BASE BOX STYLING

**************************************************/
.cmsDefaultTextLogo {
  width: 100%;
  margin: 0;
}


.cmsUsualWidth {
  max-width: var(--sitewidth);
  padding: 0 2rem;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width:100%!important;
}


.cmsUsualWidth.containsContentBox {
  margin: 0;
}

.cmsUsualWidth.cmsShoppingAreaInner{
	padding:0;
}

/*This rule sets the masthead buttons the same as menu text, to solve dark banner needing light icons*/

#cmsShoppingCartTemplateLinks ion-icon {
    color: [WSCOL_BUTTON_TEXT];
}

a#mobbtn,a#mobbtn ion-icon,a#mobbtn .material-icons{
	color:[WSCOL_BUTTON_TEXT];
}


#cmsShoppingCartTemplateLinks a {
  text-decoration: none;
  display: inline-block
}

#cmsShoppingCartTemplateLinks {
  text-align: inherit;  /*pick up from column styling*/
  justify-content:inherit;
}

#cmsShoppingCartTemplateLinks a {
  text-align: center;
}

#cmsShoppingCartTemplateLinks ion-icon{
	vertical-align: sub;
}

#cmsShoppingCartTemplateLinks  #wgtCartItemCount{line-height:1;}

/**************************************************

GENERAL CODING SET 3.0

**************************************************/
/*=============================
  APPLY BOX-SIZING GLOBAL
=============================*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*=============================
CMS FIXES
=============================*/
/*fix contentbox float issue*/
/*body .is-boxes,  cannot use - breaks section sliders*/
 body .is-wrapper>div {
  float: none;
}

.templateContent>.column {
  float: none;
  padding: 0;
}

.templateHeading {
  margin-left: 0;
  margin-right: 0;
}

/*=============================
 HEADINGS AND LINKS
=============================*/
.cmsHomePage .templateHeading,
.cmsHomePage #cmsPageHeaderToolsBelowHeading {
  display: none;
}

/*=============================
 CMS COLOUR TARGETS
=============================*/
a {
  color: [WSCOL_THEME_PRIMARY];
  color: [WSCOL_LINK];
}

a:hover {
  color: [WSCOL_BUTTON_HOVER];
  color: [WSCOL_ALINK];
}

h1 {
  color: [WSCOL_HEADING];
}

h2 {
  color: [WSCOL_H2];
}

h3, h4 {
  color: [WSCOL_H3];
}

h1,h2,h3,h4,h5,h6{
	line-height:1;
}
.cmsTitle a {
  color: [WSCOL_HEADING];
  color: [WSCOL_THEME_PRIMARY];
}
.templateHeader{background-color:[WSCOL_THEME_SECONDARY];}
.is-section-banner {
  background-color: [WSCOL_BANNER];
}

.is-section-logo {
  background-color: [WSCOL_BANNER];
}

.masthead {
  background: [WSCOL_BANNER];
}

.is-section-menu {
  background-color: [WSCOL_MENU];
}

.menurow {
  background: [WSCOL_MENU];
}

.categorycolumn {
  background: [WSCOL_CATBUTTON];
}

.template-page {
  background: [WSCOL_PAGE];
}

.cmsVerticalMenu ul>li>ul {
  background: [WSCOL_CATBUTTON];
}

.cmsVerticalMenu button {
  background: [WSCOL_CATBUTTON];
}

.catmenu-link {
  background: [WSCOL_CATBUTTON];
}

input,select,button
{
	line-height:44px;
	height:44px;
	padding:0 10px!important;
}

input, select, option, textarea {
  background-color: [WSCOL_PAGE];
  background-color:rgba(255,255,255,0.8);
  padding: 0.4rem 1rem;
  border:1px solid black;
  border-color:[WSCOL_PAGE_BORDER];
  border-radius:4px;
}

input[type=submit], input[type=button] {
  background-color: [WSCOL_THEME_PRIMARY];
  background-color: [WSCOL_LINK];
  color: [WSCOL_PAGE];
  border-color: [WSCOL_THEME_PRIMARY];
  border-color: [WSCOL_LINK];
  font-weight: 700;
}

input:hover[type=submit] {
  background-color: [WSCOL_ALINK];
  background-color: [WSCOL_BUTTON_HOVER];
}

input[type=radio],input[type=checkbox] {
	margin-right:5px;
}

select,.cmsFormData select,
input[type=submit],input[type=button]{
    height: 45px!important;
    line-height: 45px;
    padding: 0 1rem;
}

.cmsFormData input:not[type=checkbox],
.cmsFormData input:not[type=radio]{
    height: initial!important;
    line-height: initial;
}

.basketSummaryLineOptions input,.basketSummaryLineOptions select{margin-bottom:2px;}
.btn.btn-primary, .cmsItem a.moreInfo, .cmsMoreInfo, .cmsNavButtons a {
  background-color: [WSCOL_THEME_PRIMARY];
  background-color: [WSCOL_LINK];
   color: white; 
  color: [WSCOL_PAGE];
  font-weight:700;
}

.btn.btn-primary:hover, .cmsItem a.moreInfo:hover, .cmsMoreInfo:hover, .cmsNavButtons a:hover {
  background-color: [WSCOL_THEME_SECONDARY];
  background-color: [WSCOL_ALINK];
   color: white; 
  color: [WSCOL_PAGE];
  border-color: [WSCOL_THEME_SECONDARY];
  border-color: [WSCOL_ALINK];
}

.dirlistingsocialmediaicons i.icon, .dirlistingsocialmediaicons ion-icon, .socialmediaicons i.icon, .socialmediaicons ion-icon,
i.icon,
ion-icon {
  color: [WSCOL_TEXT];
  color: [WSCOL_THEME_PRIMARY];
}

a:hover i.icon,
a:hover i.icon:hover,
a:hover ion-icon:hover {
  color: [WSCOL_ALINK];
}

/*=============================
  FORM  LAYOUT CUSTOMISATION
=============================*/
.cmsFormElements {
  margin: 1% 0;
}

.cmsFormElement, cmsFormSubmitRow {
  display: flex;
  margin: 1% 0;
}

.cmsFormPrompt, .cmsFormActions, .cmsFormDataNoPrompt {
  flex: 1;
}

.cmsFormData, .cmsFormOptions {
  flex: 3
}

.cmsFormData input, .cmsFormData select, .cmsFormData textarea, .cmsFormDataNoPrompt textarea {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/*=============================
  FORM  FIELDS
=============================*/
textarea {
  border: 1px solid [WSCOL_PAGE_BORDER];
}

input {
  border: 1px solid [WSCOL_PAGE_BORDER];
  padding: 0.4rem 1.0rem;
}

input[type=text] {
  text-indent: 0px;
}

input[type=submit], input[type=button] {
  cursor: pointer;
}

textarea:focus, input:focus, button:focus {
  outline: none;
}

/*=============================
  BANNER OVERLAY CENTERING
=============================*/
#cmsBannerOverlay {
  display: flex;
}

#cmsBannerOverlay .row {
  display: flex;
  flex: 1;
  align-items: center;
}

/*=============================
  PAGE CENTERING
=============================*/
#cmsPageFooterTools,
.templateCartLink {

  padding: 0 2rem;
}

.templateCartLink {
  max-width: var(--sitewidth);
}

/*=============================
 MOBILE MENU
=============================*/
.mobmenu {
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  background-color: [WSCOL_THEME_SECONDARY];
  background-color: [WSCOL_MENU];
  z-index: 2000;
}

/*==================================================================

THEME STYLING

====================================================================*/
#cmsOuterContainer {
  height: 100%;
}

.is-wrapper div.section-content {
 
}

.wsb-template.row.templateContent {
  margin: 0;
}


/*=============================
 FIXED MASTHEAD
=============================*/
.cmsHomePage .is-section.masthead {
  background: none; 
  background: [WSCOL_MENU];
  background: [WSCOL_BANNER];
  transition: background 0.5s ease;
}

.fixedHeader .is-section.masthead {
  background: [WSCOL_MENU];
  background: [WSCOL_BANNER];
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

/*=============================
 DUAL LOGO
=============================*/
#cmslogo .column {
  width: 100%;
}


/*=============================
  MASTHEAD AND MENU
=============================*/
.masthead,
.is-wrapper>div.masthead,
body .is-wrapper > div.is-sticky {
  z-index: 120;
}

.ineditor .masthead,
.ineditor .is-wrapper>div.masthead,
body.ineditor .is-wrapper > div.is-sticky{
	position:relative;
	z-index:0;
}



#cmslogo img {
  max-height: 90px;
  padding: 0.5rem;
  width: auto;
  height: auto;
}

.socialsearch .searchFormDiv,
.socialsearch .socialmediaicons {
  display: inline-block;
}

.cmsDefaultMenu.cmsVerticalMenu {
  max-width: none;
}

.socialmediaicons a {
  display: inline-block;
}

.socialmediaicons i.icon, .dirlistingsocialmediaicons i.icon,
.socialmediaicons ion-icon {
  background: none !important;
  height: 26px;
  font-size: 1.2rem;
}

.cmsDefaultTextLogo {
  padding: 15px 10px;
  line-height: 1;

}

.cmsVerticalMenu button {
  border: 0;
  border-left: 1px solid [WSCOL_PAGE_BORDER];
  padding: 20px;
  cursor: pointer;
}

.cmsVerticalMenu ul ul button {
  border-left: 0;
  padding: 5px 20px;
}

#cmsShoppingCartTemplateLinks a span {
  display: none;
}

#cmsShoppingCartTemplateLinks a span#wgtCartItemCount {
  display: inline-block;
}

#cmsShoppingCartTemplateLinks a {
  font-size: 1.3rem;
}

#cmsShoppingCartTemplateLinks #wgtCartItemCount {
  font-size: 1.1rem;
}



/*=============================
HEADINGS
=============================*/
.templateHeading .column {}

.templateHeading h1 {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.cmsTitle, .cmsTitle b, .fptitle {
  font-weight: 500;

 
}

.fpprice {
  font-weight: 500;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

/*=============================
TEMPLATE SPACING
=============================*/
.templateHeading {
  padding-inline:2rem;
  padding-top:1rem;
  padding-bottom: min(6vw , 6rem);
}

.cmsUsualWidth {
  padding: 0 2rem;
}

.templateHeading .cmsUsualWidth {
  /*padding: 0; removed to allow left align*/
}

.cmsPageFooterTools .verySocialBar {
 margin:1rem 0;
}

.cmsViewProductPageContinueLinks,
.merchantFooter{
	padding-left:2rem;
	padding-right:2rem;
}


/*=============================
  IE11 CSS GRID
=============================*/

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){

.cb-grid ul li{
 width:240px;
 display:inline-block;
 vertical-align:top;
}
.cb-grid ul{text-align:center;}

}



/*=============================
  GENERAL ELEMENTS
=============================*/
a {
  text-decoration: none;
}

#ContentCMS{padding-bottom:2rem;}
#ContentCMS.containsContentBox{padding-bottom:0;}

#ContentCMS.cmsUsualWidth+#cmsPageFooter {
  padding-bottom: 160px;
}

#ContentCMS.cmsUsualWidth.containsContentBox+#cmsPageFooter {
  padding-bottom: 0;
}

.btn.btn-primary, .btn.btn-default, .cmsItem a.moreInfo, .cmsMoreInfo, .cmsNavButtons a,
.btn.btn-primary:hover, .cmsItem a.moreInfo:hover, .cmsMoreInfo:hover, .cmsNavButtons a:hover {
  border: none;
  border-radius: 4px;
}

.btn, .btn-default, .btn-primary {
  padding: 6px 20px;
  font-size: 1.0em;

}

ul#productTabUL li a {
  background-color: [WSCOL_TEXT];
  border: 1px solid [WSCOL_TEXT];
  background-color: [WSCOL_THEME_PRIMARY];
  border: 1px solid [WSCOL_THEME_PRIMARY];
  padding: 0.4rem 1.0rem;

  color: [WSCOL_PAGE];
}

ul#productTabUL li {
  margin-left: 0;
  margin-right: 1px;
}

ul#productTabUL li a.productTabAactive {
  background-color: [WSCOL_TEXT] !important;
  border-color: [WSCOL_TEXT];
}

/*=============================
  FORM FIELDS
=============================*/

input{

}

input[type=submit], input[type=button] {

}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight,
#cboxMiddleLeft, #cboxMiddleRight,
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  background: white;
}

/*=============================
  SHOPPING
=============================*/


#wgtSoftCart,
.productHeaderSummaryText {
  margin: 0;
}


.CategoryItem.cmsHasNoImage {
  min-height: 6rem;
}

.CategoryList .list-style-3col  .cmsTitleAndText {
  /*margin-top: 2rem;
	margin-bottom: 4rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;*/
}

.CategoryList  .list-style-3col  .cmsTitle {
  background: [WSCOL_PAGE];
  padding: 1rem;
}
.ProductList .cmsTitleAndText {
  margin-top: 2rem;
}

.ProductList .cmsPriceAndEnquiry {
  margin-bottom: 4rem;
}

.ProductList .cmsItem,
.CategoryList .cmsItem {
  margin: 1rem;
}

.ProductList img,
.CategoryList img {
  margin-top: 0 !important;
  width: 100%;
  max-height: none;
}

.ProductList .Product {
  display: flex;
  flex-direction: column;
  min-height: inherit !important;
  height: 100%;
}

.ProductViewStandard.ProductList .Product,
.ProductViewBizcard.ProductList .Product,
.ProductViewStandard.ProductList .cmsPriceAndEnquiry .productlisttdbuy form,
roductViewBizcard.ProductList .cmsPriceAndEnquiry .productlisttdbuy form{
	display:block;
}

.ProductList .cmsPriceAndEnquiry {
  display: flex;
  overflow: inherit;
  flex: 1;
  align-items: flex-end;
}

.ProductList .cmsPriceAndEnquiry .productlisttdbuy {
  width: auto;
}

.ProductList .cmsPriceAndEnquiry .productlisttdprice {
  flex: 1;
  width: auto;
    min-width: 90px; /*to fit on one line*/
}

.cmsPriceAndEnquiry .outofstock{font-size:80%;}

.ProductList .cmsPriceAndEnquiry .productlisttdbuy form {
  display: flex;
}

.ProductList .cmsWishListButton input {
  height: 100%;
  margin-left: 1px;
}

.cmsPriceAndEnquiry {
  font-size: 100% !important;
  padding-top: 15px;
}

.cmsPrice {

}

.cmsPrice .preDiscount {
  line-height: 1em !important;
}

.cmsBuyButtonDiv .outofstock{margin-bottom:0.5rem;display: inline-block;}
.cmsItem .cmsMoreBlock{margin-top:0.5rem;}
.cmsMoreBlock .separator{display:none;}


.row table.checkoutAddressSearchFormCompact td{padding:4px;}

/*========================================
 SHOPPING HOVER
========================================*/
.featuredProduct img {

}

.featuredProduct .featuredimage:hover img {

}

/*========================================
 PRODUCT DETAIL
========================================*/
.productViewBody .cmsUsualWidth {
  max-width: var(--sitewidth);
  margin-left: auto;
  margin-right: auto;
}

.productPriceTableDetailed {
  margin-top: 0;
}

.productPriceTableDetailed .cmsFormPrompt {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 900;

  padding: 0.5rem 0;
}

.productPriceTableDetailed .cmsFormSubmitRow+div>.cmsFormPrompt {
  display: none;
}

.productPriceTableDetailed input.btnAddToShoppingBasket {
  width: 100%;
  margin-right: 0%;
  padding: 0 1rem;
  max-width:none;
font-size: 100%;
}

.productPriceTableDetailed .cmsFormElement {
  display: block;
  margin: 1% 0;
}


.productPriceTableDetailed .productPricePrice {
  font-size: 1.4rem;
}

.alsoConsider .cmsImage img, .cmsThumb {
  max-height: 320px;
}

/*========================================
  SHOPPING PRODUCTS WITH FEATURED STATUS
========================================*/
#featuredcontent>* {
  margin-top: 30px;
  padding-top: 1px;
}

#featuredcontent ul.cmsList>li {
  position: relative;
  vertical-align: top;
}

.featuredProduct {
  position: relative;
}

/*

.fptitle {
  margin-top: 2rem;
  font-family: Montserrat, sans-serif;
}

.fpprice {

}

.featuredProductStamp_On_Sale, .featuredProductStamp_New_Item, .featuredProductStamp_Best_Seller,
.cmsFeaturedProduct .cmsImage:before,
.featuredProduct_Home_Page_-_On_Sale .cmsImage:before,
.cmsFeaturedProduct_OnSale .cmsImage:before,
.cmsFeaturedProduct_Featured .cmsImage:before,
.AvailabilityOutOfStock .cmsImage:before {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  z-index: 3;
  height: 30px;
  width: 60px;
  line-height: 30px;

  color: #fff;
  background-color: [WSCOL_THEME_PRIMARY];
  opacity: 1;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}


.cmsFeaturedProduct_NewItem .cmsImage:before,
.cmsFeaturedProduct_HomePageNewProducts .cmsImage:before {
  content: "NEW";
}

.cmsFeaturedProduct_BestSeller .cmsImage:before,
.cmsFeaturedProduct_HomePageBestSeller .cmsImage:before {
  content: "HOT";
}

.featuredProduct_Home_Page_-_On_Sale .cmsImage:before,
.cmsFeaturedProduct_OnSale .cmsImage:before {
  content: "SALE";
}

.cmsFeaturedProduct_Featured .cmsImage:before {
  content: "FEATURED";
  width: 90px;
}

.AvailabilityOutOfStock .cmsImage:before{
  content: "SOLD OUT";
  width: 90px;
  margin-left: -45px;
}

*/
/* Return 1 Col Layout to usual settings */

.list-style-default .promoicon{display:none;}
.ProductList .list-style-default img, .CategoryList .list-style-default  img {width:unset;}
.ProductList .cmsPriceAndEnquiry,.ProductList  .list-style-default .Product { display:block;}
.ProductList  .list-style-default .cmsItem, .CategoryList  .list-style-default .cmsItem {margin: 2% 0;}


/*==============================================

@MEDIA

================================================*/
@media (max-width: 1024px) {

  .productPriceTableDetailed input.btnAddToShoppingBasket,
  .productPriceTableDetailed .cmsFormData, .productPriceTableDetailed .cmsFormOptions {
    width: 100%;
    margin-right: 0%;
    max-width: 100%;
  }
}

@media (min-width:801px) {
  .is-box.desktop {
    display: table
  }

  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }

  .ineditor .mobile {
    background: rgba(16, 137, 210, 0.5);
    border: 2px dotted #a9dae2;
    display: block;
    color: white;
  }
}

@media (max-width:800px) {
  body .theme-metro .desktop {
    display: none;
  }

  body .theme-metro .mobile {
    display: block;
  }

  .is-wrapper {
    position: relative;
  }


  div.is-section.section-content {
    max-width: none !important;
  }

  #wgtSoftCart {
    margin: 1rem;
    text-align: center !important;
  }

  ul#productTabUL {
    display: flex;
    flex-wrap: wrap;
  }

  ul#productTabUL li {
    flex: 1;
  }

  div.leftAlignedImageBlock {
    float: none;
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
  }
}

@media (max-width:650px) {

 #cmslogo img {
    max-height: 80px;
    margin: 0;
 }

.cmsUsualWidth {
    padding: 0 1rem;
}

.ProductList .cmsPriceAndEnquiry {
    flex-direction: column;
    align-items: center;
}
.slick-slide .featuredProduct {
    padding: 0;
}

}

/*==============================================

START MOBILE MENU

================================================*/

.is-mobile-menu {
  position: relative;
  display:none;
}
.mobilemenuactive .is-mobile-menu {
	display:block;
}

a#mobbtn {
  display: none;
  z-index: 2109;
  right: 0;
  top: 0;
  cursor: pointer;
}

/*Reset shopping icons to get them positioned correctly with mobbtn*/

div a#mobbtn {
	padding-left: 0;
	font-size:0;
}

a#mobbtn ion-icon {
	font-size: 25px;
}

div#cmsShoppingCartTemplateLinks{
	padding:0!important;
	font-size:0;
}

div#cmsShoppingCartTemplateLinks a {
    font-size: 0;
   padding:0 5px;
}

div#cmsShoppingCartTemplateLinks a ion-icon{
    font-size: 25px;
}

#mobbtnx i.icon {
  font-size: 30px;
  margin: 5px;
}

#mobbtn ionicon {

}

a#mobbtnx {
  cursor: pointer;
  position: fixed;
  z-index: 2111;
  left: 0;
  top: 0;
  padding: 1rem;
  display: none;
}

.mobilemenuactive a#mobbtnx {
  display: block;
}

.ineditor a#mobbtnx {
  display: none;
}

.ineditor .is-wrapper .is-mobile-menu {
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.is-wrapper {
  position: relative;
}

.is-wrapper .is-mobile-menu .is-boxes {
  left: 0%;
  max-width: 380px;
  width: 100%;

  background: [WSCOL_PAGE];
  background: [WSCOL_MENU];
  background: white;
  border-left: 1px solid #333;
}

.is-wrapper .is-mobile-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: visibility .5s ease-in-out;
  transition: visibility .5s ease-in-out;
  z-index: 2110;
  display: none;
}

.ineditor .is-wrapper .is-mobile-menu {
  position: relative;
  left: 0;
  visibility: visible;
}

@media (max-width:800px) {
  .mobilemenuactive .is-wrapper .is-mobile-menu {
    display: block !important;
    visibility: visible;
    z-index: 2121;
  }

  .theme-metro a#mobbtn {
    display: block;
  }

  .mobilemenucontainer ul {
    display: block;
    margin: 5px;
    padding: 5px;
  }

  .mobilemenucontainer li {
    display: block;
    list-style-type: none;
    padding: 5px;
    margin: 5px;
  }

  .is-mobile-menu .mobilemenucontainer>li {
    border-bottom: 1px solid [WSCOL_PAGE_BORDER];
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .is-mobile-menu .mobilemenucontainer>li>a {
    font-weight: 700;
  }

  .is-mobile-menu .mobilemenucontainer li a {
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
width: 100%;
  }
  .is-mobile-menu .mobilemenucontainer li a:visited,
  .is-mobile-menu .mobilemenucontainer li a:active,
  .is-mobile-menu .mobilemenucontainer li a:hover{
	color:inherit!important;
}
  .searchFormDiv input {
    width: 33%;
  }

  .searchFormDiv input:first-child {
    width: 60%;
  }

  a#mobbtnx {}
}

/* end mobile menu */
/*=============================
HAS SUBMENU + ADDED VIA JS
=============================*/
.mobilemenucontainer button {
  background: inherit;
  border: 1px solid black;
  border-color: [WSCOL_PAGE_BORDER];
  border-color: [WSCOL_THEME_PRIMARY];
  border-color: [WSCOL_LINK];
  max-width: 50px;
  flex: 1;
  cursor: pointer;
}

.mobilemenucontainer ul {
  display: none;
}

.mobilemenucontainer li.active>ul {
  display: block;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
  border-left: 1px dotted [WSCOL_PAGE_BORDER];
}

.mobilemenucontainer li {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0 0 0 1rem;
  margin: 0;
}

.mobilemenucontainer li.hassubmenu>a {
  flex: 1;
}

.mobilemenucontainer li.hassubmenu button .plus {
  transition: 0.70s;
  -webkit-transition: 0.30s;
  -moz-transition: 0.30s;
  -ms-transition: 0.30s;
  -o-transition: 0.30s;
}

.mobilemenucontainer li.hassubmenu.active>button .plus {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

button.toggle .plus {
  height: 12px;
  width: 12px;
  margin: 0 auto;
  position: relative;
}

.active button.toggle .plus:before {
  opacity: 0;
}

.inactive button.toggle .plus:before {
  opacity: 1;
}

.active button.toggle.plus::before, button.toggle.active .plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

button.toggle .plus::before {
  width: 11px;
  height: 1px;
  opacity: 1;
}

button.toggle .plus::after {
  width: 1px;
  height: 11px;
  opacity: 1;
}

button.toggle .plus::before, button.toggle .plus::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: [WSCOL_THEME_PRIMARY];
  background-color: [WSCOL_LINK];
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media (max-width:560px) {
  .mobilemenucontainer li.hassubmenu:after {
    display: none;
  }
  a#mobbtn{display:block;}
}


/*--------------------------
METRO MENU
---------------------------*/
@media (max-width: 800px){ .templateMasthead.theme-metro .column.menu{display: none!important;}  }