<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------- ÅBROSHOPPEN -----------*/
/*----- Designpaket: Silver ----*/
/*------------ 2024 ------------*/

/*@font-face {
  font-family: 'TTNormsPro';
  src:  url('https://www.abroshoppen.se/shop/ws1/109501/files/design/fonts/TTNormsPro-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TTNormsPro';
  src:  url('https://www.abroshoppen.se/shop/ws1/109501/files/design/fonts/TTNormsPro-DmBd.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}*/

@font-face {
  font-family: 'IvyPrestoText';
  src:  url('https://www.abroshoppen.se/shop/ws1/109501/files/design/fonts/IvyPrestoText-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'IvyPrestoText';
  src:  url('https://www.abroshoppen.se/shop/ws1/109501/files/design/fonts/IvyPrestoText-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}



body {
  font-family: Outfit;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px;
  color: #00392d;
}

h1, h2, h3, h4, h5, h6 {
  font-family: IvyPrestoText;
}

/* ZERO PRICE ARTICLE DESIGN  */
.article-212821009 .tws-article-choices--table-row .tws-article-choices--variant-price-is-zero {
	display: none;
}
.article-212821009 .tws-article-choices--table-row.article-variant-selectable {
  max-width: 240px;
  float: left;
  background: #ebebeb;
  margin: 0px 6px;
  padding: 0px 6px;
}
.article-212821009 .tws-article-choices .tws-article-choices--table-wrapper {
  border: none;
}
.article-212821009 .tws-article-choices .tws-article-choices--table-wrapper .tws-article-choices--info-head .tws-article-choices--table-row &gt; div {
  border-bottom: none;
  display: none;
}
.article-212821009 .tws-article-choices .tws-article-choices--table-wrapper .tws-article-choices--variant-body .tws-article-choices--table-row &gt; div {
  border-bottom: none;
}
.article-212821009 .tws-article-choices--variant-body .tws-article-choices--table-row &gt; div {
  padding: 7px 5px;
}
.article-212821009 .tws-article-choices .tws-article-choices--variant-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.article-212821009 .tws-article-choices--table-row.article-variant-selectable {
    text-align: center;
    border: 1px solid #ccc;
    height: 34px;
}
@media only screen and (min-width: 550px) {
.article-212821009 .tws-article-package .tws-article-package--list .tws-aticle-package--container-wrapper .tws-article-package--list-item-choices-row {
    margin: 0px -7.5px 0 -7.5px;
  }
}.emporium--start-page .tws-container--tws-custom-html a, .emporium--start-page .tws-container--abi-parts-finder a {
    color: #00392d;
    text-decoration: underline;
}


/* END ZERO PRICE ARTICLE DESIGN  */


/*-------------------------
EMPORIUM BACK TO TOP
--------------------------*/

.emporium--back-to-top {
  bottom: 50px;
}

.emporium--back-to-top a {
  background: #006248;
  border-radius: 0;
  height: 40px;
  width: 40px;
  line-height: 34px;
  opacity: unset;
  border: none;
  transition: all .2s;
}
.emporium--back-to-top a:hover {
  background: #029969;
  transition: all .2s;
}

.emporium--back-to-top a::before {
  font-size: 38px;
}
.emporium--back-to-top a:hover, 
.emporium--back-to-top a:focus {
  color: #fff;
}

/*-------------------------
EMPORIUM TOP BAR
--------------------------*/

.emporium--top-bar .slot--top-bar-audience-selector,
.slot--header-horizontal-menu .tws-top-menu--controls .tws-audience-selector {
  display: none;
}

.emporium--top-bar {
  display: none;
}

/*-------------------------
EMPORIUM HEADER
--------------------------*/

.emporium--header {
  box-shadow: none !important;
}

@media only screen and (min-width: 992px) {
  .emporium--header .emporium--header-wrapper {
    padding: 10px 30px 20px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .slot--header-logo {
    max-width: 200px;
  }
  .slot--header-horizontal-menu .navbar-nav .dropdown-menu {
  background: #fff !important;
}
}

.slot--header-horizontal-menu {
  text-align: right;
}
.slot--header-horizontal-menu .navbar-nav .dropdown-menu {
  background: #00392d;
}

.slot--header-horizontal-menu .navbar-nav .dropdown-menu &gt; li &gt; a {
  color: #fff;
}
.slot--header-horizontal-menu .navbar-nav .dropdown-menu &gt; li &gt; a:hover {
  color: #C9D9C6;
}
.slot--header-horizontal-menu .navbar-nav &gt; li &gt; a {
  /*font-family: 'TTNormsPro' !important;*/
	font-weight: 500 !important;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0;
	color: #00392d;
  text-transform: inherit;
  border-bottom: 1px solid #00392d;
  padding-bottom: 3px;  }

  .slot--header-horizontal-menu .navbar-nav &gt; li &gt; a:hover {
	  border-bottom: 1px solid transparent;
	  padding-bottom: 3px;
    transition: all .2s cubic-bezier(.5,0,.5,1);
  }

.emporium--header-search {
  bottom: -30px;
  background: transparent;
  box-shadow: none;
}
.emporium--search-button::before {
    font-family: 'Material Symbols Outlined';
    content: "\e8b6";
    font-size: 26px;
    color: #00392D;
    font-weight: 200;
    position: relative;
    left: 8px;
    top: 2px;
}
 .emporium--header-search .slot--header-search {
    max-width: 600px;
  }
.emporium--header-search .slot--header-search input.form-control {
  border: none;
  border-bottom: 1px solid #00392d;
}
.emporium--header-search .slot--header-search .tws-article-search .fa-search::before {
    font-family: 'Material Symbols Outlined';
    content: "\e8b6";
    font-size: 26px;
    color: #00392D;
    font-weight: 300;
}

.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img::before {
    font-family: 'Material Symbols Outlined';
    content: "\f1cc";
    font-size: 28px;
    color: #00392D;
    font-weight: 200;
}
.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-quantity {
  border: 1px solid #00392D;
}
.slot--header-cart .tws-mini-cart--header-cart-button,
 .slot--header-cart .tws-mini-cart--header-cart-button:hover {
  color: #00392D;
}

/*-------------------------
EMPORIUM STARTPAGE
--------------------------*/

.shoppa {
  box-shadow: none !important;
  background: transparent !important;
}
@media (min-width: 992px) {
.shoppa h1 {
    font-size: 40px;
  }
}


.tws-container--tws-content-box-2x {
  margin-top: 30px;
}

@media(max-width: 991px) {
.tws-container--tws-content-box-2x {
  margin-top: 0px;
}
 }

.emporium--start-page .tws-articles-two--heading .tws-util-heading--heading {
	letter-spacing: 0;
  color: #006248;
  font-family: IvyPrestoText;
  border-bottom: none;
  padding: 40px 0 60px 0;
}
@media(min-width:992px) {
.emporium--start-page .tws-articles-two--heading .tws-util-heading--heading {
  font-size: 40px;
}
 }


.tws-container--tws-content-box-4x .tws-content-box--center {
  justify-content: left;
  text-align: left;
}

.tws-container--tws-content-box-4x .tws-content-box--inner-wrapper {
 padding-bottom: 0 !important; 
 bottom: 0;
 position: static; 
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.tws-container--tws-content-box-4x .tws-content-box--table {
  position: static;
  padding: 20px 0px 10px 16px;
}

.tws-container--tws-content-box-4x .tws-content-box--first-line,
.tws-container--tws-content-box-4x .tws-content-box--second-line {
  text-shadow: none !important; 
  color: #006248 !important;
}


.tws-article-list--list .tws-list--type-grid .thumbnail,
.tws-article-list--list .tws-list--type-grid .thumbnail .caption {
    box-shadow: none;
}

.tws-article-list--list .tws-article-list--buy-button {
  display: none;
}

.tws-article-list--list .tws-article-list--article-name {
  margin: 10px 0 0px 0px;
}

.tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading a {
	 color: #00392d;
  font-family: IvyPrestoText;
}
.tws-article-list--list .tws-list--type-grid .thumbnail:hover .tws-article-list--article-name .tws-util-heading--heading a {
	color: #006248 !important;
}



.tws-article-list--list .tws-article-list--price .tws-api--price-current {
  font-weight: 400;
  color: #00392d;
}


a.tws-breadcrumbs--home-icon,
.tws-breadcrumbs a,
.tws-breadcrumbs--spacer::before  {
  color: #00392d;
}


/*-------------------------
EMPORIUM ARTICLE PAGE
--------------------------*/

.emporium--buy-button-group .slot--article-buy-button .btn::after {
font-family: 'Material Symbols Outlined';
  content: "\f1cc";
	font-size: 22px;
  color: #fff;
  font-weight: 300;
}

.slot--article-page-footer .tws-container--tws-articles-two .tws-articles-two,
.emporium--article-images .slot--article-images .tws-article-images--current-image,
.emporium--article-top .emporium--article-right-col .emporium--article-right-col-wrapper,
.emporium--article-bottom {
  box-shadow: none;
  background: transparent;
}


.tws-article-name h1 {
    font-family: IvyPrestoText;
	  color: #006248;
  }
@media only screen and (min-width: 992px) {
  .tws-article-name h1 {
    font-size: 50px;
  }
}


.slot--article-price .tws-api--price-current {
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .slot--article-price .tws-api--price-current {
    font-size: 16px;
  }
}

.slot--article-introduction .tws-article-introduction--text {
  color: #00392d;
}

.tws-article-introduction--text .tws-article-introduction--read-more a {
  color: #00392D;
}
.slot--article-description .tws-article-description .tws-article-description--heading {
  font-weight: 400;
}

.slot--article-share {
  display: none;
}

/* CONTACT PAGE */

.emporium--contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
  .emporium--contact-heading {
	font-family: IvyPrestoText;
  color: #006248;
    	font-size: 50px;
  letter-spacing: 0;
    text-align: left;
  }
.slot--contact-form {
  width: 100%;
  max-width: 600px;
  margin: 16px 0 0 0;
}
.slot--contact-form .tws-contact-form--form-outer-wrapper {
  max-width: 600px;
}
.slot--contact-form .tws-contact-form--before-text {
  margin: inherit;
  max-width: 600px;
  padding: 1px 1px 40px 3px;
    color: #00392d;
}

.slot--contact-form .tws-contact-form--schema-form .form-group label {
  color: #00392d;
}
.slot--contact-form .tws-contact-form--form-inner-wrapper .form-control::placeholder {
  color: #C9D9C6;
}


/*-------------------------
EMPORIUM FOOTER 
--------------------------*/

.emporium--footer-left {
  width: 100%;
}

@media(min-width:768px) {
.emporium--footer-left .col-md-6 {
    text-align: right;
  }
}

.emporium--footer-left ul {
  padding-left: 0;
  list-style: none;
  font-size: 15px;
}

.emporium--footer-left .kontakt ul li:first-child,
.emporium--footer-left .folj-oss ul li:first-child {
	font-family: IvyPrestoText !important;
  font-size: 16px;
  padding-bottom: 12px;
  font-weight: 600;
}
.emporium--footer-left ul li:nth-child(3) {
  padding-bottom: 12px;
}
.emporium--footer-left ul li {
  font-size: 16px;
}
.emporium--footer-left ul li .fa {
	font-size: 20px;
}
.emporium--footer-left ul li .fa-facebook,
.emporium--footer-left ul li .fa-linkedin {
  padding-left: 8px;
}

.emporium--footer-left .bottom-links ul li {
  display: inline-block;
  font-weight: 400 !important;
	font-size: 14px;
  padding-right: 20px;
}

.slot--header-horizontal-menu .slot--open-cookie-settings,
.emporium--footer-left .bottom-links .tws-accept-cookies--icon {
  display: none;
}

@media(max-width:767px) {
.emporium--footer-left .bottom-links ul li {
  display: block;
  padding-right: 0;
	padding-bottom: 14px;
}
 }
/*--Hide placeholder--*/
#email::placeholder {
  opacity: 0 !important;
}
#phone::placeholder {
  opacity:0 !important;
}
/*--Doc change--*/
span.fa.fa-fw.fa-cog {
    display: none;
}
.tws-article-description--text {
    display: flex;
    justify-content: center;
}
.emporium--mobile-menu-button {
    color: #056347;
}
.slot--header-cart .tws-mini-cart--mini-cart-dropdown-container {
    color: #01392d;
}
.slot--header-horizontal-menu .navbar-nav&gt;li a {
    color: #00392d;
}
.tws-top-menu-item-1 .tws-top-menu--xs-toggle {
  margin-left: unset;
  position: absolute;
  width: 100%;
}
.slot--header-horizontal-menu .navbar-nav .tws-top-menu--xs-toggle span::before {
  font-size: 0;
}
.tws-opc-cart--item-info-name a,
.slot--header-cart.tws-opc-cart--item-info-name a,
.opc-checkout--shortcuts,
.tws-opc-cart--header h2{
    color: #00392d !important;
}
.tws-opc-cart--rows .tws-opc-cart--item 
.tws-opc-cart--item-wrapper 
.tws-opc-cart--item-price 
.tws-opc-cart--unit-costs-vat{
     color: #00392d !important;
}
/*.tws-opc-cart--rows .tws-opc-cart--item 
.tws-opc-cart--item-wrapper 
.tws-opc-cart--item-price .tws-opc-cart--unit-costs-total{
       color: #00392d !important;
}
.tws-opc-cart--rows .tws-opc-cart--item 
.tws-opc-cart--item-wrapper 
.tws-opc-cart--item-price .tws-opc-cart--unit-costs{
       color: #00392d !important;
}*/
.tws-opc-cart--rows .tws-opc-cart--unit-costs-total .tws-opc-cart--uc-title, 
.tws-opc-cart--rows .tws-opc-cart--unit-costs-total .tws-opc-cart--uc-value .tws-api--price-current,
.opc-checkout--shortcuts .tws-checkout-shortcuts--field-label,
.slot--checkout-cart-usps,
.tws-discount-field--enter-discount-btn,
.tws-cart-summary--wrapper .tws-cart-summary--items-count{
  color: #00392d !important;
}

@media only screen and (max-width:448px){
  .tws-container--tws-custom-html.shoppa {
    margin-top: 0px;
}
  .tws-article-description--text {
    display: flex;
    justify-content: center;
    text-align: center;
}
}
.tws-opc-cart--cart-heading, .opc-checkout--related .tws-articles-two--heading .tws-util-heading--heading, .opc-checkout--summary h2, .tws-cart-summary--header, .tws-checkout--select-delivery-heading, 
.tws-checkout--select-payment-heading, .tws-checkout--complete-heading{
    color: #00392d !important;
}

.checkout span, .checkout div {color:#00392d!important}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom:none;
}
.modal .modal-dialog .modal-content .modal-footer{
  border-top:none;
  text-align:center;
  
}
.tws-modal-legal .modal .modal-dialog .modal-content {
    background: #006248;
  border-radius: 10px;
  height: 450px;
}
h4#tws-modal-legal {
    display: none;
}
.tws-modal-legal.modal .modal-dialog .modal-content .modal-header{
  display:none;
}

/* START ANDREAS 2024-10-03 */ 
.popup-title {
  width: 400px;
  max-width: 100%;
  text-align: center;
  margin: auto;
  font-size: 20px;
	font-family: 'TTNormsPro';
  color: #FFF;
}
.popup-paragraph {
  text-align: center;
  color: #FFF;
  margin: 20px 0;
  font-size: 15px;

}
.popup-paragraph a {
  color: #FFF;
}
.age{
  font-family: 'TTNormsPro';
}
.btn-primary {
    background: #01392d;
}
.modal .modal-dialog .modal-content .modal-footer {
    margin: 0px 0 0 0;
}
.popup-title{
  font-size:18px;
}
.popup-paragraph{
  font-size:14px;
}
.tws-modal-legal .modal-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
}
/* END ANDREAS 2024-10-03 */ </pre></body></html>