
.mr-5 {
    margin-right: 5px!important;
}
.ml-5 {
    margin-left: 5px!important;
}
.w-100{
    width: 100px;
}
.w-150{
    width: 150px;
}
.w-250{
    width: 250px;
}

.navbar {
		-webkit-transition: all 1s ease;
	   transition: all 1s ease;
		-moz-transition: all 1s ease;
}

.topBar {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 0.75rem;
    z-index: 1050;
}
.topBar ul {
    margin: 0;
}


.topBar ul.topBarNav li a {
    padding:0;
    margin:0;
}
.topBar ul.topBarNav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topBar ul.topBarNav li.dropdown {
    position: relative;
    display: inline-block;
    /*margin-right: -4px;*/
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.topBar ul.topBarNav li:last-child {
    border-right: none;
}
.topBar ul.topBarNav li a {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}



.topBar ul.topBarNav li div {
 
}
/*.topBar ul.topBarNav li div a {
    display: block;
    line-height: 30px;
    width: 100%;
    border: none;
}*/

.topBar ul.topBarNav li a {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}
.topBar .dropdown-menu  > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color:#6f6f6f; 
    font-size:15px
}
.topBar .dropdown-menu  > a:hover, .dropdown-menu  > a:focus {
   /* color: #782d3b;*/
    text-decoration: none;
   background-color: rgba(0, 0, 0, 0.02);
}


/*CART/////////////////////*/

.dropdown-menu.cart {
    left:auto!important;
    right: 0!important;
    
}

.cart-items::-webkit-scrollbar {
    width: 6px;
    background-color: #ECECEC;
}
.cart-items::-webkit-scrollbar-track {
   
}
.cart-items::-webkit-scrollbar-thumb {
    background-color: #084951;
    outline: 1px solid black;
}

.topBar ul.topBarNav li div.cart .cart-items{
    padding: 10px;
    height: 200px;
    overflow: auto;
}

.topBar ul.topBarNav li div.cart .cart-items .items {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.topBar ul.topBarNav li div.cart .cart-items .items li {
    overflow: hidden;
    clear: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.topBar ul.topBarNav li div.cart .cart-items .items li .product-image {
    width: 60px;
    float: left;
}
.topBar ul.topBarNav li div.cart .cart-items .items li a {
    margin: 0;
    padding: 0;
    line-height: normal;
    background-color: transparent;
    display: inline;
}
.topBar ul.topBarNav li div.cart .cart-items .items li .product-details {
    position: relative;
    margin-left: 60px;
    padding: 0 0px 0 10px;
    font-size: 0.75em;
}
.topBar ul.topBarNav li div.cart .cart-items .items li .product-details .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    line-height: normal;
}
.topBar ul.topBarNav li div.cart .cart-footer {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.02);
}
.topBar ul.topBarNav li div.cart .cart-footer a {
    text-align: center;
    padding: 10px;
    margin: 0;
    background-color: transparent;
}


/*/////////////////////////middleBar//////////////////////*/

.middleBar {
    padding: 10px 0 0 0;
    margin: 0;
	min-height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    z-index: 1040;
}
.navbar-brand {
    padding:0 15px;
}
.navbar-brand img {
    height: 80px;
    padding: 10px 0;
}
.brand-schmeichel img {
    height: 80px;
    padding: 10px 0;
    position: absolute;
    top: 43px;
    z-index: 1050;
}
.brand-schmeichel.selected-yarns img {
    padding: 0!important;
}
@media (max-width: 991.98px) { 
	.brand-schmeichel img {
		height: 60px;
		padding: 2px 0;
		position: absolute;
		top: 0px;
	}
}
.middleBar  a {
    color:#686F6F;
    font-size: 14px;
    text-decoration:none;
    padding:2px 15px;
}

/*/////////////////////////navbar-default///////////////*/

.navbar-default {
 
    /*background-color: #ffffff;*/
   
}

.dropdown-menu {
    z-index: 25000!important;
}
.navbar-default .dropdown-menu {
    padding: 15px 0 0;
    background-color: #ffffff;
    color: #686F6F;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 25px  -15px #000;
    -moz-box-shadow: 0 10px 25px  -15px #000;
    -ms-box-shadow: 0 10px 25px  -15px #000;
    box-shadow: 0 10px 25px -15px #000;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  
}
.navbar-default .minheigt{
  min-height: 430px;
}
.navbar-default .dropdown-menu >  a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #686F6F;
    white-space: nowrap;
    
}
.navbar-default .dropdown-menu > a:hover{
   /*  color: #782d3b;*/
}


/***********************
     megaDropMenu
////////////////////////////*/

.mainBar {
    z-index: 1010;
}
.mainBar.navbar-default .container{
    position:relative;
}
.mainBar.navbar-default .navbar-collapse li.dropdown.megaDropMenu {
    position: static;
}

.mainBar.navbar-light .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu{
    width: 100%;
    padding: 20px 0px 5px 15px;
}

.mainmenu  a.nav-link {
    display:block;color:#686F6F;font-size: 16px;text-decoration:none; font-weight: 600;
}
.mainmenu  a.nav-link:hover{
    /* color: #782d3b;*/
    text-decoration: none;
   background-color: rgba(0, 0, 0, 0.02);
}
.mainmenu  a.dropdown-item {
    display:block;
    color:#686F6F;
    font-size: 14px;
    text-decoration:none;
}
.mainmenu  a.dropdown-item:hover{
     /*color: #782d3b!important;*/
    text-decoration: none;
   background-color: rgba(0, 0, 0, 0.02);
}
.mainmenu img{
    display: block;
    max-width: 100%;
    padding: 20px;
}
.menuimg {
/*    float: left;
*/    margin-bottom:15px;
    
    /*width: 400px;*/
  /*  height: 0;
    padding-top: 50%;*/
    position:         absolute;
    height: 400px;
   background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
background-size: contain;
    z-index: 1000;
}
.menulogo {
    /*margin:  30px;*/
/*    float: left;*/
 /*   width: 375px;
     margin:  30px;
*/   
	height: 60px;
	background-size: contain;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	z-index: 1001;
	margin-top:24px;
}
.menudesc {
/*    float: left;
*/    font-size: 22px;
    line-height: 24px;
/*    margin:  30px;
*/ 
    /*width: 375px;*/
    text-align: center;
  z-index: 1002;
    padding: 0 30px;
	display: none;
}
/* mousover for dropdown*/
.mobiles-navbar .navbar-collapse { display: -ms-flexbox !important; } 
.mainBar .dropdown:hover>.dropdown-menu {
  display: block;
}
.mainBar .dropdown-toggle::after {
    display: none;
}

/* adds some margin below the link sets  */
.mainBar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}
@media screen and (max-width: 992px) {
    .dropdown-toggle::after {
    display: none;
}
	
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}
	.navbar-nav .nav-link {
		padding-left: 0;
	}
/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem .5rem 0;
  margin:0 .25rem 0 0;
}
.navbar .nav-item:last-of-type {
	margin:0;padding:.5rem 0;
}
/* makes the dropdown full width  */
.mainBar.navbar .dropdown {position:static;}

.mainBar.navbar .dropdown-menu {
  /*width:100%;*/
  left:auto;
  /*right:0;*/
/*  height of nav-item  */
  top:45px;
}

  /* shows the dropdown menu on hover */
.mainBar.navbar .dropdown:hover .dropdown-menu, .mainBar.navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}

}

 #searchForm.mobile .input-group > .input-group-btn > .btn {
    color: #fff;
}
 #searchForm.mobile .input-group > .form-control {
    border-color: #fff;
}
#searchForm.mobile .form-control::placeholder {
    color: #fff;
	text-transform: uppercase;
}