/*--------- PROCAD - Channel Partner Program --------*/
/*--------------------- EMPORIUM --------------------*/
/*---------------------------------------------------*/
:root {
    --primary: #375AA9;
}
::selection {
    background-color: #ed1349;
    color: #fff;
    border-radius: .25rem;
}


/*-------------------------
GENERAL
--------------------------*/

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

.startpage .emporium--top-bar {
    position: fixed;
    top: 0;
    z-index: 1001;
    width: 100%;
    border-bottom: 0;
}

.user-not-logged-in .emporium--top-bar-right .slot--top-bar-login {
    display: none;
}

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

.startpage .emporium--header {
    position: fixed;
    top: 36px;
    z-index: 1000;
    width: 100%;
    background: transparent;
    box-shadow: none;
    transition: .3s ease all;
}

.startpage.scrolled .emporium--header {
    background: rgba(255, 255, 255, 0.5);
    transition: .3s ease all;
    backdrop-filter: blur(2.5px);
}

.emporium--header .emporium--header-wrapper {
    padding: 5px 30px;
}

.slot--header-logo {
    transition: .3s ease all;
}

body.startpage:not(.scrolled, .checkout) .slot--header-logo {
    filter: invert(1);
    transition: .3s ease all;
}

.startpage:not(.scrolled) .emporium--header .emporium--header-right {
    filter: invert(1);
    transition: .3s ease all;
}

body:not(.user-logged-in) .emporium--header-right {
    display: none !important;
}

.emporium--header .emporium--header-right {
    transition: .3s ease all;
}

.emporium--search-button {
    display: none;
}

.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img:before {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="size-5 shrink-0" viewBox="0 0 30 30" fill="none"><path d="M10 10L10 8.75C10 5.98858 12.2386 3.75 15 3.75V3.75C17.7614 3.75 20 5.98858 20 8.75L20 10" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path><path d="M5 14C5 12.1144 5 11.1716 5.58579 10.5858C6.17157 10 7.11438 10 9 10H21C22.8856 10 23.8284 10 24.4142 10.5858C25 11.1716 25 12.1144 25 14V18.25C25 22.0212 25 23.9069 23.8284 25.0784C22.6569 26.25 20.7712 26.25 17 26.25H13C9.22876 26.25 7.34315 26.25 6.17157 25.0784C5 23.9069 5 22.0212 5 18.25V14Z" stroke="currentColor" stroke-width="2"></path></svg>');
    width: 25px;
    height: 25px;
    display: block;
}

.slot--header-horizontal-menu .navbar {
    text-align: center;
}

.tws-top-menu .navbar-collapse .navbar-nav {
    display: inline-block;
    padding: 0 25px;
    border-radius: 20px;
    background: #f6f7fa;
    ;
}

body.scrolled .tws-top-menu .navbar-collapse .navbar-nav {
    background: rgba(255, 255, 255, 0.5);
    transition: .3s ease all;
}

/*------- MENU -------*/
.tws-top-menu-item-1.dropdown {
    cursor: pointer;
}
.tws-top-menu-item-1.dropdown > a {
    pointer-events: none;
}
/*-------------------------
FRONT PAGE
--------------------------*/

.startpage .emporium--body .emporium--body-wrapper {
    max-width: none;
    padding: 0;
}

.emporium--start-page .tws-container--tws-custom-html {
    padding: 0;
    margin: 0;
    margin-bottom: calc(.25rem * 16);
    box-shadow: none;
}

.emporium--start-page .emporium--component-container {
    overflow: hidden;
}

.startpage .container-fluid {
    padding: 0;
}

.intro-text {
    position: absolute;
    top: 45%;
    left: 50%;
    translate: -50% -45%;
    z-index: 999;
    color: #fff;
    text-align: center;
}

.intro-text h1 {
    max-width: 600px;
    width: 100%;
    font-size: 45px;
    font-weight: normal;
    text-align: center;
}

.img-wrapper {
    height: 100vh;
}

.img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.procad-star {
    position: absolute;
    bottom: calc(.25rem * 0);
    left: 50%;
    translate: -50% 50%;
    width: calc(.25rem * 32);
    height: calc(.25rem * 32);
    z-index: 100;
}

.middle-divider {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: calc(.25rem * -0.1);
    inset-inline: calc(.25rem * 0);
    align-items: flex-end;
}

.middle-divider svg {
    height: min(20vw + 20vh, 32vh);
}

.emporium--start-page .emporium--component-container .slot--top-bar-login {
    float: none;
    text-align: center;
}

.emporium--start-page .emporium--component-container .slot--top-bar-login a,
.emporium--start-page .emporium--component-container .intro-text > a {
    font-size: 20px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: none;
    background: var(--primary);
    padding: 12px 30px;
    border-radius: 30px;
}

body.user-logged-in .emporium--start-page .emporium--component-container .slot--top-bar-login {
    display: none;
}
body:not(.user-logged-in) .emporium--start-page .emporium--component-container .intro-text > a {
    display: none;
}
.emporium--start-page .emporium--component-container .slot--top-bar-login a:hover {
    outline-color: var(--primary);
    outline-color: color-mix(in oklab, var(--primary) 80%, transparent);
    outline: 2px solid var(--primary);
    outline-offset: 2px;
    background-color: color-mix(in oklab, var(--primary) 80%, transparent);
}

.emporium--footer {
    margin-top: 30px;
}

@media (max-width: 991px) {

    .img-wrapper::before {
        bottom: 0;
    }

    .middle-divider {
        bottom: -0.5px;
    }
}

/*-------------------------
PRODUCT GROUPS
--------------------------*/

.customPageItem.customPageHtml {
    padding: 0;
    padding-right: 0px;
    box-shadow: none;
}

.articlegroup .customPageHtml h1 {
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.2;
}

.articlegroup .customPageItem.customPageHtml,
.tws-articlegroup-list--info {
    font-size: 1rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-buy-button-with-modal--buy-button:after {
    content: "";
    display: none;
}

.tws-article-list--list .tws-article-list--price .tws-api--price-current {
    letter-spacing: .5px;
    font-weight: 400;
}

.tws-article-list--list .tws-article-list--price {
    text-align: center;
}

.tws-article-list--list .tws-article-list--price {
    margin: 0;
}
.tws-article-list--list .tws-article-list--buy-button .btn {
    text-transform: none;
}
/*-------------------------
PRODUCT PAGE
--------------------------*/

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

/*-------------------------
CHECKOUT
--------------------------*/
.checkout .emporium--body {
    background-color: #f1f1f1
}
.opc-checkout--shortcuts,
.tws-opc-cart--wrapper {
    padding: 25px 30px;
    border-radius: 0;
    box-shadow: none
}

.tws-opc-cart--header h2 {
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 2rem !important;
    padding: 0
}

.opc-checkout--summary h2 {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem !important;
}



.checkout .tws-checkout--select-delivery {
    display: none;
}
.checkout .tws-checkout--select-payment {
    max-width: none;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
}
.tws-opc-cart--wrapper {
    background: #fff;
    color: #000;
    margin: 0 0 30px
}

.emporium--body,
.tws-opc-cart {
    margin-bottom: 0
}

.opc-checkout--shortcuts {
    background: #fff;
    margin: 0 0 30px;
    display: none
}

.tws-checkout--select-payment-wrapper {
    box-shadow: none;
    border-top: 1px solid #d1d1d1
}

.tws-checkout--select-payment-wrapper h2 {
    padding-top: 25px
}

h2.tws-checkout--select-delivery-heading {
    border-top: 1px solid #d1d1d1;
    padding-top: 25px
}

.tws-checkout--select-payment {
    margin: 0 0 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d1d1d1
}

h2.tws-checkout--complete-heading {
    padding-top: 0
}

.tws-checkout--field-label {
    display: inline-block;
    margin: 0 0 5px
}

.tws-checkout--select-delivery-wrapper .tws-checkout--select-delivery-list-wrapper,
.tws-checkout--select-delivery-wrapper .tws-checkout--select-payment-list-wrapper,
.tws-checkout--select-payment-wrapper .tws-checkout--select-delivery-list-wrapper,
.tws-checkout--select-payment-wrapper .tws-checkout--select-payment-list-wrapper {
    box-shadow: none;
    font-size: 1rem;
    color: #26292f;
    padding: 30px
}

.tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-info .tws-opc-cart--item-info-name {
    margin: 0 0 5px;
    line-height: 1.4;
    color: #26292f
}

.twsPriceCurrent {
    letter-spacing: .5px
}

.tws-checkout--forms .tws-checkout--forms-block {
    margin: 0 auto;
    max-width: 100%
}

.tws-checkout--forms {
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 30px;
    padding: 30px
}

.tws-checkout--pay {
    padding: 30px 15px 40px
}

.tws-checkout--pay .tws-checkout--pay-terms {
    margin: 0;
    color: #26292f
}

.tws-checkout--pay .tws-checkout--pay-terms .tws-checkout--required-approvals {
    display: inline-block;
    margin: 20px auto 0;
    max-width: 500px;
    text-align: left;
    font-size: 14px;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 0 40px;
    border-top: 1px solid #e0e0e0
}

.tws-checkout--pay .tws-checkout--pay-total {
    font-size: 1rem;
    line-height: 1.2
}

.tws-checkout--pay .tws-checkout--pay-total .tws-api-price {
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 15px
}

.tws-checkout--pay .tws-checkout--pay-total .tws-checkout--total-vat {
    color: #505050;
    font-size: .875rem;
    padding-top: 5px
}

.tws-checkout--pay .tws-checkout--pay-button {
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    max-width: 380px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    letter-spacing: .5px;
    padding: 0 15px
}

.tws-cart-summary--wrapper {
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    padding: 25px 15px
}

.tws-cart-summary--sticky-summary {
    box-shadow: none
}

.tws-checkout--field .btn.dropdown-toggle {
    border: 1px solid #ced4da
}
.tws-checkout--forms .tws-checkout--forms-block {
    display: flex;
    flex-direction: column;
}
.tws-checkout--custom-form-fields .tws-checkout--field-optional .tws-checkout--field-optional-label {
    display: none;
}
.tws-checkout--custom-form.tws-checkout--custom-form-valid {
    order: 1;
}
.tws-checkout--invoice-address-form.tws-checkout--invoice-address-form-valid {
    order: 2;
}
.tws-checkout--invoice-address-form.tws-checkout--invoice-address-form-valid::before {
    content: "Reseller information";
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.tws-checkout--custom-form.tws-checkout--custom-form-valid .tws-checkout--custom-form-fields::before {
    content: "End customer information";
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.tws-checkout--field-id-1845103,
.tws-checkout--field-id-1860938,
.tws-checkout--field-id-1851744,
.tws-checkout--field-id-1851746 {
    width: 50% !important;
}
.tws-checkout--field-required .tws-checkout--field-label::before {
    content: "* ";
}
.tws-checkout--field-id-town .tws-checkout--field-label-text {
    font-size: 0;
}
.tws-checkout--field-id-town .tws-checkout--field-label-text::before {
    content: "City";
    font-size: 14px;
}
/*-------------------------
CUSTOM PAGES
--------------------------*/

/*---- PARTNER STORE -----*/
.articlegroup-9607979 .emporium--breadcrumbs {
    display: none;
}
.articlegroup-9607979 .emporium--body .emporium--body-wrapper {
    max-width: 1450px;
    padding-top: 0;
}
.articlegroup-9607979 .tws-custom-page > .customPageItem.customPageHtml:first-child:has(.hero-info){
    background-image:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://cdn.abicart.com/shop/ws87/153287/files/Partner%20Portal/gtx-index-top.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: calc(100vw - 7.5px);
    min-height: 600px;
    margin-left: calc(50% - 50vw);
    padding: 80px 0 100px;
    margin-top: 0;
    margin-bottom: 60px;
}
.articlegroup-9607979 .middle-divider svg {
    height: 170px;
}
.articlegroup-9607979 .procad-star {
    width: calc(.25rem * 20);
}
.divider-gtx-star {
    display: grid;
    align-items: center;
    width: 100%;
    margin-top: 80px;
}
.line-through {
    background: currentColor;
    height: 3px;
    width: 100%;
    position: absolute;
}
    .gtx-star {
        width: calc(.25rem * 20);
        height: calc(.25rem * 20);
        margin-left: 10%;
    }

.articlegroup-9607979 .tws-custom-page {
    display: block;
}

@media (min-width: 768px) {
    .articlegroup-9607979 .customPageArticleSelection {
        width: calc(55% - 15px) !important;
        float: left;
        clear: left;
    }

    .articlegroup-9607979 .customPageItem.customPageHtml:not(:first-child):has(.right-column) {
        width: calc(45% - 15px) !important;
        float: right;
        margin-top: 20px;
    }

    .articlegroup-9607979 .customPageItem.customPageHtml:not(:first-child):has(.left-column) {
        width: calc(50% - 15px) !important;
        float: left;
        clear: left;
    }
}

.articlegroup-9607979 .hero-info {
    max-width: 860px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.articlegroup-9607979 .hero-info h1 {
    color: #fff;
}
.articlegroup-9607979 .tws-custom-page--article-heading .tws-util-heading--heading {
    text-align: left;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
    border-bottom: 0;
}

.articlegroup-9607979 .tws-article-list--list .tws-article-list--labels .tws-article-labels--label{
    display: none;
}
.articlegroup-9607979 .tws-article-list--list .tws-list--type-list .tws-list--list-item>a {
    margin-right: 15px;
}

.articlegroup-9607979 .tws-article-list--list .tws-article-list--article-name {
    text-align: left;
    line-height: normal;
}

.articlegroup-9607979 .tws-article-list--article-nr {
    width: 150px !important;
    position: absolute;
    bottom: 0;
}

.articlegroup-9607979 .tws-article-list--list .tws-list--type-list .tws-list--list-item .media-body .tws-article-list--buy-button {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
}

.articlegroup-9607979 .tws-list--type-list .tws-list--list-item>* {
    display: flex;
    width: auto;
    align-items: center;
    justify-content: space-between;
}

.articlegroup-9607979 .tws-article-list--list .tws-list--type-list .tws-list--list-item {
    display: flex;
    box-shadow: none;
    padding: 10px 8px;
    border-bottom: 1px solid #ddd;
}
.articlegroup-9607979 .tws-article-list--list .tws-list--type-list .tws-list--list-item .tws-img {
    height: 40px;
    width: 40px;
}
.articlegroup-9607979 .tws-article-list--list .tws-list--type-list .tws-list--list-item .media-body {
    padding: 0;
}

.articlegroup-9607979 .tws-article-list--list .tws-list--type-list .tws-list--list-item .media-body .tws-article-list--article-name {
    width: 65%;
    margin-bottom: 25px;
    flex-grow: 1;
}

.articlegroup-9607979 .tws-article-list--list .tws-list--type-list .tws-list--list-item .media-body .tws-article-list--article-name a {
    font-weight: normal;
    color: #000;
}

.articlegroup-9607979 .tws-article-list--list .tws-list--type-list .tws-list--list-item .media-body .tws-article-list--price {
    width: 15%;
}
.articlegroup-9607979 .tws-article-list--list .tws-list--type-list .tws-list--list-item .media-body .tws-article-list--buy-button {
    width: 18%;
}
.articlegroup-9607979 .tws-article-list--list .tws-list--type-list .tws-list--list-item .media-body .tws-article-list--buy-button .tws-article-list--quantity {
    margin-bottom: 0;
}

.articlegroup-9607979 .tws-article-list--list .tws-article-list--buy-button .btn {
    border-bottom: 0;
    padding: 8px 17px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: normal;
}

/*------- VARUKORG PÅ PARTNERSIDA ----------*/

.slot--custom-checkout-cart .tws-opc-cart--item-image,
.slot--custom-checkout-cart .tws-opc-cart--unit-costs-unit,
.slot--custom-checkout-cart .tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-price .tws-opc-cart--unit-costs-total .tws-opc-cart--uc-title,
.slot--custom-checkout-cart .tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-price .tws-opc-cart--unit-costs .tws-opc-cart--unit-costs-vat,
.slot--custom-checkout-cart-summary .tws-cart-summary--header,
.slot--custom-checkout-cart-summary .tws-cart-summary--wrapper .tws-cart-summary--items-count {
    display: none !important;
}

.slot--custom-checkout-cart::before:empty {
    content: "Din varukorg är tom";
    font-size: 18px;
    font-weight: bold;
}

.slot--custom-checkout-cart .opc-checkout {
    padding: 5.625rem 0 0
}

.slot--custom-checkout-cart .tws-opc-cart--heading .tws-opc-cart--heading-wrapper {
    margin: 0;
}

.slot--custom-checkout-cart .tws-opc-cart--header h2 {
    font-size: 22px;
    margin-bottom: 20px !important;
    font-weight: normal;
}

.slot--custom-checkout-cart .tws-opc-cart--wrapper {
    padding: 25px 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.slot--custom-checkout-cart .tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper {
    width: 100%;
}

.tws-opc-cart--heading span {
    text-align: left;
}
.slot--custom-checkout-cart .tws-opc-cart--heading .tws-opc-cart--heading-wrapper {
    width: 100%;
}
.slot--custom-checkout-cart .tws-opc-cart--heading .tws-opc-cart--heading-price {
    width: auto;
}
.slot--custom-checkout-cart .tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-info,
.slot--custom-checkout-cart .tws-opc-cart--heading .tws-opc-cart--heading-products {
    text-align: left;
    font-weight: normal;
    width: 55%;
}
.slot--custom-checkout-cart .tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-price .tws-opc-cart--unit-costs-total {
    text-align: left;
}
.slot--custom-checkout-cart .tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-info .tws-opc-cart--item-info-name a {
    line-height: 1.2;
    font-weight: normal;
}

.slot--custom-checkout-cart .tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-info .tws-opc-cart--item-info-artno {
    font-size: 12px;
}

.slot--custom-checkout-cart .tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-price {
    width: 19%;
}

.tws-cart-summary--wrapper {
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    padding: 25px 15px;
}

/*--- till kassa -knapp ----*/
.slot--custom-header-cart .tws-mini-cart--header-quantity {
    display: none;
}

.slot--custom-header-cart .tws-mini-cart--header-cart-text {
    display: inline-block;
    background: var(--primary);
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/*-------------------------
RESOURCES & DOWNLOADS
---------------------------*/
.card-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.file-card {
    padding: 24px;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin: 10px;
}
.file-card h3 {
    margin-bottom: 5px;
}
.file-card p {
    margin: 5px 0;
}
.download-btn {
  display: inline-block;
  padding: 7px 20px;
  background: var(--primary);
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
}

.download-btn:hover {
  opacity: 0.9;
}

/*------------ CONTACT PAGE-----------*/
.contactform .form-group.tws-contact-form--phone-field {
    display: none;
}
/*--------------------------------------------
-------------- MEDIA QUERIES -----------------
---------------------------------------------*/