#variant2 {
    display: block;
    float: left;
    height: 35px;
    color: rgba(0, 0, 0, 1);
    border: solid 1px rgba(195, 195, 195, 1);
    padding: 0 10px;
    border-right: 0px;
    -webkit-appearance: none;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: calc(100% - 40px);
}

.OptionSelect_ProductInfo {
    height: 35px;
    color: rgba(0, 0, 0, 1);
    border: solid 1px rgba(195, 195, 195, 1);
    padding: 0 10px;
    border-radius: 0px;
}

.buySampleBtn {
    font-size: 18px;
    padding: 10px 28px;
    background-color: #e57100;
    color: white;
    cursor: pointer;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    margin-left: 15px;
    height: auto;
}

#sampleAMOUNT {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-appearance: textfield;
    border-radius: 0;
    height: 45px;
    width: 80px;
    border-right: 0;
    background-color: #ffffff;
    text-align: center;
    padding: 0;
    border: solid 1px rgba(155, 155, 155, 0.4);
}

.sampleBuyContainer {
    display: flex;
}

#productcard-right .Prices_Custom_UL {
    margin: 15px 0 !important;
}

.kvmBeforePriceContainer {
    color: #ca0003;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-decoration: line-through;
    display: none;
}

#productcard-right .Prices_Custom_UL li .price span {
    margin-right: 0px;
}

#variant2 {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-radius: 0px !important;
}

.OptionSelect_ProductInfo {
    border-radius: 0px !important;
}

.productcard-bgg {
    padding: 30px;
    background-color: #fff;
    position: relative;
}

#productcard-left {
    width: 49%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 1%;
}

#productcard-left .swiper {
    margin-bottom: 5px;
}

#productcard-left .imageselector .zoom-gallery .selectors a img {
    margin: 15px 15px 0 0;
    width: 67px;
}

#productcard-right #specs > li {
    padding: 0;
}

#productcard-right #specs > li:first-child {
    border-top: solid 1px rgba(155, 155, 155, 0.4);
}

#productcard-right #specs > li > div:first-child {
    /* border-right: solid 1px rgba(155, 155, 155, 0.4); */
    padding: 5px 0 0 15px;
}

#productcard-right #specs > li > div:last-child {
    margin-left: 35px;
    padding: 5px;
}

#productcard-right .product-number {
    margin-top: 25px;
}

#productcard-right .product-number .Description_Productinfo {
    font-weight: 600;
}

#productcard-right {
    width: 49%;
    position: relative;
    display: inline-block;
    padding-left: 1%;
}

#productcard-right .description1 {
    margin-bottom: 20px;
    margin-top: 10px;
}

#productcard-right .details {
    display: none;
}

#productcard-right .Prices_Custom_UL {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

#productcard-right .Prices_Custom_UL li {
    list-style: none;
}

#productcard-right .Prices_Custom_UL li .before-price {
    color: #ca0003;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-decoration: line-through;
}

#productcard-right .Prices_Custom_UL li .price {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
}

#productcard-right .Prices_Custom_UL li .price span {
    font-weight: 600;
}

.kvmPriceContainer {
    font-size: 20px;
    font-weight: 600;
    line-height: 10px;
    margin-bottom: 20px;
}

#productcard-right .Prices_Custom_UL li .price .vat {
    font-size: 15px;
    margin-left: 5px;
    font-style: italic;
}

/*
    Gulvberegner køb/tilbud layout
    Denne CSS er kun loaded på gulvberegner-produkter.
*/
#productcard-right .buy {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    align-items: stretch;
    width: 100%;
    margin: 15px 0 -5px;
}

#productcard-right .buy #BUYSECTION {
    display: flex !important;
    align-items: stretch;
    width: 100%;
    min-width: 0;
}

#productcard-right .buy #BUYSECTION > div,
#productcard-right .buy #BUYSECTION .Buy,
#productcard-right .buy #BUYSECTION .buy {
    display: flex !important;
    align-items: stretch;
    width: 100%;
}

#productcard-right .buy .AmountWrapper,
#productcard-right .buy .amountWrapper,
#productcard-right .buy .quantity,
#productcard-right .buy .Quantity,
#productcard-right .buy .Amount {
    flex: 0 0 76px;
    width: 76px;
}

#productcard-right .buy #AMOUNT,
#productcard-right .buy #amount {
    width: 76px;
    height: 54px;
    min-height: 54px;
    box-sizing: border-box;
    text-align: center;
}

#productcard-right .buy input[type="submit"],
#productcard-right .buy button[type="submit"],
#productcard-right .buy .BuyButton,
#productcard-right .buy .buyButton,
#productcard-right .buy .AddToBasket,
#productcard-right .buy .ProductInfoSubmitButton {
    flex: 1 1 auto;
    width: 100%;
    height: 54px;
    min-height: 54px;
    box-sizing: border-box;
    border: none;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

#productcard-right .buy .GetOffer {
    display: flex !important;
    align-items: stretch;
    width: 100%;
    margin: 0 !important;
    min-width: 0;
}

#productcard-right .buy .GetOffer a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    min-height: 54px;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

/*
    Retter den grønne knap, hvis global Shopdeluxe CSS splitter ikon og tekst.
*/
#productcard-right .buy #BUYSECTION a,
#productcard-right .buy #BUYSECTION button,
#productcard-right .buy #BUYSECTION input[type="submit"] {
    margin: 0 !important;
}

#productcard-right .buy .basket,
#productcard-right .buy .Basket,
#productcard-right .buy .BasketIcon,
#productcard-right .buy .basketIcon,
#productcard-right .buy .basket-icon {
    height: 54px;
}

/*
    Gør "Bestil vareprøver" ensartet bred.
*/
.buySample {
    width: 100%;
}

.sampleBuyContainer {
    align-items: stretch;
    width: 100%;
}

.sampleBuyContainer .buySample {
    flex: 1 1 auto;
}

.sampleBuyContainer .buySampleBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-left: 15px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

#productcard-right h1 {
    font-weight: 600;
    /*
    font-size: 36px;
    line-height: 1;
    */
}

.description2 {
    margin: 50px 20px;
}

.description2 a img {
    width: 20px;
    margin-right: 5px;
    margin-top: 5px;
}

@media (max-width: 890px) {
    .productcard-bgg {
        padding: 10px;
        background-color: #fff;
        position: relative;
    }

    .description2 {
        position: relative;
        left: 0;
        bottom: 0;
        font-size: 13px;
        color: #000;
        font-weight: 600;
    }

    #productcard-left {
        width: 100%;
        position: relative;
        display: block;
        padding-right: 0px;
    }

    #productcard-right {
        width: 100%;
        position: relative;
        display: inline-block;
        padding-left: 0px;
        margin-top: 15px;
    }

    #productcard-right .buy {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    #productcard-right .buy #BUYSECTION {
        width: 100%;
    }

    #productcard-right .buy .GetOffer {
        width: 100%;
    }

    .sampleBuyContainer {
        display: block;
    }

    .buySampleBtn {
        font-size: 18px;
        padding: 10px 11px;
        background-color: #e57100;
        color: white;
        cursor: pointer;
        margin-bottom: 20px;
        border: none;
        border-radius: 0;
        margin-left: 0;
        margin-top: 8px;
    }
}

/* Gulvberegner: match normal Shopdeluxe knap-layout */
#productcard-right .buy {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 8px !important;
    width: 100% !important;
}

/* Venstre side: antal + købsknap */
#productcard-right .buy #BUYSECTION {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: none !important;
    min-width: 0 !important;
    display: block !important;
}

/* Højre side: indhent tilbud */
#productcard-right .buy .GetOffer {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: flex !important;
}

/* Den wrapper som er for lille */
#productcard-right .buy #BUYSECTION .buyWrapper,
#productcard-right .buy .buyWrapper {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: stretch !important;
}

/* Antalvælgeren */
#productcard-right .buy .amountWrapper,
#productcard-right .buy .AmountWrapper,
#productcard-right .buy .amount-wrapper,
#productcard-right .buy .Amount-wrapper {
    flex: 0 0 76px !important;
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
}

/* Selve antal input */
#productcard-right .buy #AMOUNT,
#productcard-right .buy #amount {
    width: 76px !important;
    height: 54px !important;
    min-height: 54px !important;
    box-sizing: border-box !important;
}

/* Grøn købsknap skal fylde resten af venstre side */
#productcard-right .buy .buyWrapper input[type="submit"],
#productcard-right .buy .buyWrapper button[type="submit"],
#productcard-right .buy .buyWrapper a,
#productcard-right .buy .buyWrapper .BuyButton,
#productcard-right .buy .buyWrapper .buyButton,
#productcard-right .buy .buyWrapper .AddToBasket,
#productcard-right .buy .buyWrapper .ProductInfoSubmitButton {
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: none !important;
    height: 54px !important;
    min-height: 54px !important;
    box-sizing: border-box !important;
}

/* Indhent tilbud skal fylde hele højre side */
#productcard-right .buy .GetOffer a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    text-align: center !important;
}