.tws-article-social div.tws-article-social--share-button.tws-article-social--share-button>label.entypo-export {
    background: transparent;
    display: none;
}
/*--Add border for the 4x boxes--*/

.tws-content-box-4x--box {
    border: solid 1px;
}
.tws-content-box-4x.row {
    gap: 10px;
    display: flex;
    flex-direction: row;
}
/*--kod för Välkomen till Yamaha boxen--*/

.fabrikk--start-page .tws-container--tws-custom-html {
  	background-color: #f9f9f9;
  	border: solid 2px;
  	border-radius: 5px;
  	border-color: #0A2D82;
   	margin-top: 40px !important;
    margin-bottom: 0px !important;
  	padding-top: 0px !important;  
  	padding-bottom: 0px !important;
}

.fabrikk--body {
    background: #f9f9f9;
}

/*--To place the content in the center--*/

.tws-articlegroups .tws-list--type-grid {
    align-items: center;
    align-content: center;
    justify-content: center;
}

/*--To adjust the gap between the image and the title--*/

.tws-articlegroups--title {
    padding-bottom: 40px;
}

/*--Kod för menyn--*/

.tws-top-menu li a {
    color: #0A2D82 !important;
  	font-size: 18px;
}
/* Styling för leveransinformation */
.tws-article-stock-shipping--delivery-message {
  font-size: 16px;
  line-height: 1.6;
  padding: 12px 16px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  margin-top: 12px;
  color: #D52B1E;
}