body {
  font-family: Open Sans, Arial, Helvetica, FreeSans, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333;
}

body.site {
  padding-top: 0 !important;
}

header.container-header {
  background: #ffffff;
  z-index: 0;
  padding-top: 10px;
}

header .container-topbar {
  text-align: center;
  overflow: hidden;
  background: #ffffff;
  max-width: 90%;
  margin: auto;
}

@media (max-width: 1240px) {
  #topbar-logo-img {
    max-height: 50px !important;
  }
}

#topbar-contact a {
  color: #005e8d;
  text-decoration: none;
}

#topbar-contact a .icon-phone,
#topbar-contact a .icon-mail {
  margin-right: .25rem;
}

#topbar-phone, #topbar-email, #topbar-login {
  display: inline;
  margin: 0 2%;
}

#topbar-phone, #topbar-email {
  margin: 0 1%;
  font-size: 110%;
}

#topbar-login,
#topbar-search {
  float: right;
}

.shacksearch > div > div {
  position: relative;
  max-width: 200px;
}

#topbar-search .ps_search_box {
  margin-bottom: 0;
  width: 200px;
  line-height: normal;
}

@media (max-width: 700px) {
  #topbar-search .ps_search_box {
    width:200px;
  }
}

@media (max-width: 640px) {
  #topbar-search .ps_search_box {
    width:100px;
  }
}

@media (max-width: 520px) {
  #topbar-search {
    display:none;
  }
}

/***********************************/

.container-top-a {
  border-bottom: 4px solid #3a87ad;
}

#menubar {
  position: relative;
}

#menubar > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
}

@media (max-width: 1100px) {
  #menubar > div {
    grid-template-columns: auto auto 1fr;
  }
}

#topbar-logo {
  height: 0;
}

#menubar-left {
  z-index: 2;
  position: relative;
  top: -32px;
}

#menubar-right {
  margin: 1em 1em 0 1em;
  text-align: end;
}

#mainmenu-top-mobile-bar .mobilemenuck-bar-button {
  right: 2rem;
}

@media (max-width: 1100px) {
  #menubar-right {
    padding-right: 5em;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  [data-id="mainmenu-top1"] .mobilemenuck-bar-button {
    top: 1.8em;
    position: fixed;
  }
}

@media (max-width: 500px) {
  [data-id="mainmenu-top1"] .mobilemenuck-bar-button {
    top: 1.5em;
    position: fixed;
  }
}

#menubar-right .fa-shopping-cart {
  font-size: 24px;
}

/***********************************/

.top-b .banner-overlay-text {
  text-shadow: 2px 2px #000;
}

.top-b .banner-overlay-text,
.top-b .banner-overlay-text button {
  font-size: 24pt;
  font-weight: bold;
  text-decoration: underline;
  line-height: 2em;
  color: #ffffff;
  border-width: 0.25em;
  border-color: #ffffff;
  background: none;
}

.top-b .banner-overlay-text button {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
  font-size: 16pt;
}

.top-b.card {
  margin: 0;
}

@media (width <= 700px) {
  .site.sandsspillcontrol .top-b.card,
  .site.sandsgascages .top-b.card {
    min-height: 5rem;
    padding: 1rem 0 1.5rem 0;
    background: #eee;
  }
}

@media(width <= 500px) {
  .site.sandsspillcontrol .top-b.card,
  .site.sandsgascages .top-b.card {
    min-height: 7rem;
    padding: 2rem 0 2.5rem 0;
    background: #eee;
  }
}

.top-b.card .card-body {
  padding: 0;
}

@media (max-width: 890px) {
  .top-b .banner-overlay-text,
  .top-b .banner-overlay-text button {
    font-size: 12pt;
  }
}

/***********************************/

.main-top {
  border: none;
}

.main-top .card-body {
  padding: 0;
}

/***********************************/
.site-grid .container-sidebar-left {
  border: 1px solid #3a87ad;
  border-radius: 0.25rem;
  width: 100%;
  background: #0166bd;
  color: #ffffff;
  margin: 5px 0;
}

.site-grid .container-sidebar-left .card {
  border: none;
  margin: 0;
}

.site-grid .container-sidebar-left h3.card-header {
  background: #0166bd;
  color: #ffffff;
  text-align: center;
  border: none;
  padding: 0.25rem;
}

.site-grid .container-sidebar-left .card .card-body {
  padding: 0 1em;
  border-bottom: 1px dotted #fff;
  padding-bottom: 3px;
}

.site-grid .container-sidebar-left .featured-products,
.site-grid .container-sidebar-left .products {
  background: #0166bd;
}

.site-grid .container-sidebar-left .featured-products .hikashop_carousel {
  background: #ffffff;
  margin: 0;
  border-radius: 0.25em;
}

.site-grid .container-sidebar-left .featured-products .hikashop_carousel .hikashop_subcontainer_border {
  border: none;
}

.site-grid .container-sidebar-left .featured-products .hikashop_carousel .hikashop_product_price_full {
  color: #000000;
}

.site-grid .container-sidebar-left .featured-products .hikashop_carousel .owl-theme .owl-nav {
  margin: 0;
}

.site-grid .container-sidebar-left .featured-products .hikashop_carousel .owl-nav .owl-prev,
.site-grid .container-sidebar-left .featured-products .hikashop_carousel .owl-nav .owl-next {
  border: 1px solid #ddd;
  background: #444;
  margin: 0 1em;
  width: 8em;
  border-radius: 0.25em;
}

.site-grid .container-sidebar-left .products li {
  padding: 8px;
  font-size: 120%;
  color: #000;
  background: #fff;
  margin: 0 0 1px 0;
  border-radius: 0.25em;
}

.site-grid .container-sidebar-left .products li:hover {
  background: #ddd;
}

/***********************************/

.com-content-category-blog .page-header {
  padding-bottom: 8px;
  margin: 18px 0 27px;
  border-bottom: 1px solid #eee;
  font-size: 26px;
}

.com-content-category-blog .page-header h1 {
  font-size: 26px;
}

.com-content-category-blog .items-leading.whatwedo .item-content .page-header {
  padding-bottom: 0;
  margin: 0;
  border: none;
}

.com-content-category-blog .items-leading.whatwedo .item-content .page-header h2 {
  background: #0166bd;
  border-color: #3a87ad;
  color: #ffffff;
  border-radius: 6px;
  padding: 15px;
  font-weight: bold;
  border-color: #bce8f1;
  border: 1px solid;
  font-size: 22px;
  line-height: 24px;
}

.com-content-category-blog .items-leading.whatwedo p {
  font-size: 20px;
  line-height: 28px;
}

.com-content-category-blog .items-leading.whatwedo p a {
  color: #005e8d;
  text-decoration: none;
}

#hikashop_product_top_part h1 {
  font-size: 26px;
  line-height: 28px;
  font-weight: normal;
}

#hikashop_product_right_part .hikashop_product_price_full {
  font-size: 150%;
}

#hikashop_product_description_main h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
}

#hikashop_product_description_main article section div.center {
  display: flex;
  margin: auto;
}

#hikashop_product_description_main article section div.center figure {
  display: block;
}

#hikashop_product_description_main article section div.center img {
  margin:auto;
}

/***********************************/
.bottom-a {
  border: none;
  border-top: 1px solid #3a87ad;
}

.bottom-a .card-body {
  border: none;
  border-top: 1px solid #3a87ad;
}

.bottom-a .ourclients {
  text-align: center;
  width: 100%;
}

@media (min-width: 720px) {
  .bottom-a .ourclients tr {
    display: inline-block;
    width: 49%;
  }

  .bottom-a .ourclients thead th {
    display: block;
  }

  .bottom-a .card-body .ourclients img {
    max-width: 100%;
  }
}

/***********************************/

footer.footer {
  margin: 0;
  background: #0166bd;
}

footer.footer > .grid-child {
  display :block;
  padding: 0 1em;
}

footer.footer > .grid-child > div {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #3a87ad;
}

footer.footer table.information {
  width: 100%;
  text-align: center;
}

footer.footer table.information td {
  padding: 0 1em;
  width: 33%;
}

footer.footer table.information .paypal-logo img,
footer.footer table.information .sagepay-logo img {
  margin-bottom: 10px;
  max-width: 190px;
}

@media (max-width: 720px) {
  footer.footer table.information .paypal-logo img,
  footer.footer table.information .sagepay-logo img {
    max-width: 100%;
  }
}

footer.footer table.information td.boring-bits > div {
  display: flex;
}

footer.footer table.information td.boring-bits > div > div {
  margin: auto;
}

footer.footer table.information ul {
  list-style: none;
  padding: 0;
}

footer.footer table.information .boring-bits,
footer.footer table.information .intouch {
  text-align: start;
}

footer.footer table.information ul.intouch li {
  margin: 0.5em 0.5em 0 0;
}

footer.footer table.information ul.intouch li i {
  margin-right: 0.25em;
}

footer.footer table a.btn {
  color: #000000;
  padding: 0.2rem 1rem;
  background-color: #f5f5f5;
}

.bottombar ul {
  margin: 0;
}

.bottombar li {
  margin-bottom: 1em;
}

.bottombar .jfx_social ul li {
  display: inline;
  font-size: 20px;
}

.bottombar .jfx_social .hiddentext {
  display: none;
}

.bottombar .jfx_social [class^="icon-"],
.bottombar .jfx_social [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 2em;
  line-height: 14px;
}

.bottombar .jfx_social [class^="icon-"]::before,
.bottombar .jfx_social [class*=" icon-"]::before {
  font-family: 'IcoMoon-Free';
  font-style: normal;
  speak: none;
}

/***********************************/
.nav.nav-tabs {
  margin-top: 1em;
  border-width: 7px;
}

.nav.nav-tabs > li > a {
  padding: 8px 12px;
  line-height: 18px;
  font-size: 125%;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
  display: block;
}

.nav.nav-tabs > .active > a,
.nav.nav-tabs > .active > a:hover,
.nav.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav.nav-tabs + section {
  margin-top: 1rem;
}

.tab-content > .active {
  opacity: initial;
}

.nav.nav-tabs + .tab-content {
  border-width: 0 8px 8px 8px;
}

