/* städa bort streck i mobilmenyn */

@media only screen and (max-width: 600px){

.tws-top-menu .navbar-nav li {border-bottom: 0;}
.tws-top-menu--xs-toggle {
    border: 0;}
  .btn-default:active:focus {border: 0;}}



/* fast meny mobil */

.mobile-menu {
	background: #323a41;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	text-align: right;
	padding-top: 60px;
	transition: .3s;
	overflow: hidden;
	font-family: Verdana, sans-serif;
}
.mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 30px;
}
.mobile-menu ul li a{
	display: block;
	padding-right: 15px;
	color: #F49B27;
	text-decoration: none;
}
.mobile-menu.open {
	width: 90%;
}
.mobile-menu-btn {
	display: inline-block;
	position: fixed;
	top: 0;
	right: 10px;
	cursor: pointer;
	font-size: 30px;
	color: #F49B27;
	z-index: 99;
}
.mobile-menu-btn:after {
	content: "\f0c9";
	font-family: FontAwesome;
	transition: 1s;
}
.mobile-menu-btn.open:after {
	content: "\f00d";
}
.top-logo-mobile {
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 0;
	transition: .8s .3s;
}
.open .top-logo-mobile {
	opacity: 1;
}


/* gammal kod */

@media(max-width:480px) {
	.tws-article-list--buy-button .btn-primary .ladda-label {
	  font-size: 11px !important;
		letter-spacing: 0;
    padding: 0px !important;
  }
  .tws-list--type-carousel .tws-article-list--buy-button .btn-primary .ladda-label {
	  font-size: 10px !important;
  }
}

.slot--logo a, 
.slot--logo a:active, 
.slot--logo a:focus {
   outline: none;
}

/*---------TWS-DESIGN--------*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
background: transparent;
}
/*-----END----*/

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #fff;
}

.col-sm-12.powered-textalk {
    display: none!important;
}

.tws-top-menu li a:hover, .tws-top-menu li a:active {
    color: pink !important;
}

ul.dropdown-menu {
    border-radius: 10px;
}


.navbar-default .navbar-nav>.open>a {
    background-color: #fff;
}

.btn-primary {
    border-bottom: none;
}

/*
@media (max-width:398px) {
.tws-article-list--list .tws-list--type-grid .tws-article-list--buy-button .tws-article-buy-button-with-modal--buy-button {
    height: 54px;
}
}
*/

.tws-article-list--list .tws-list--type-grid .tws-article-list--product-image {
    border:none;
}


.tws-article-list--list .tws-list--type-grid .tws-list--grid-item {
    margin-bottom: 50px;
}


.tws-newsletter-subscribe--subscribe-button {
    border-bottom: 1px solid black!important;
}
