﻿
.product-page input.product-qty {
    font-size: 2.3rem;
    color: #575756;
    border: 1px solid #cdcdcd;
}

article p.teaser {
    clear: both;
}



/*
=======================================================================
	Header
=======================================================================
*/

.mainheader .btn-mini-cart {
    position: relative;
}

    .mainheader .btn-mini-cart span {
        position: absolute;
        top: -5px;
        right: -10px;
        width: 20px;
        height: 20px;
        background: #FF5859;
        color: #fff;
        line-height: 20px;
        text-align: center;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        display: none;
    }

.mainheader .site-navigation ul.sf-menu li.mini-basket a {
    opacity: 1;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 991px) {
}

@media screen and (min-width: 1200px) {
}



/*
=======================================================================
	Custom Checkbox and Radio icons
=======================================================================
*/

/*** Custom Checkboxes ***/

.sidebar input[type=checkbox] {
    display: none;
}
    /* to hide the checkbox itself */
    .sidebar input[type=checkbox] + label {
        position: relative;
        padding-left: 27px;
        font-weight: normal;
    }

        .sidebar input[type=checkbox] + label:before {
            font-family: "Font Awesome 5 Pro";
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        .sidebar input[type=checkbox] + label:before {
            content: "\f0c8";
        }

    .sidebar input[type=checkbox]:checked + label:before {
        content: "\f14a";
        color: #666;
    }


/*** Custom Radio Buttons ***/

.sidebar input[type=radio] {
    display: none;
}
    /* to hide the checkbox itself */
    .sidebar input[type=radio] + label {
        position: relative;
        padding-left: 32px;
        font-weight: normal;
    }

        .sidebar input[type=radio] + label:before {
            font-family: "Font Awesome 5 Pro";
            display: inline-block;
            position: absolute;
            top: 45%;
            left: 0;
            transform: translateY(-50%);
        }

        .sidebar input[type=radio] + label:before {
            content: "\f10c";
        }

    .sidebar input[type=radio]:checked + label:before {
        content: "\f192";
        color: #666;
    }



/*
=======================================================================
	Sidebar / Filter
=======================================================================
*/

.sidebar label:hover {
    cursor: pointer;
}


/*
=======================================================================
	Product
=======================================================================
*/

.product-section {
    margin-bottom: 3rem;
}

.product-subsection {
    margin-bottom: 3rem;
}

    .product-subsection:last-child {
        margin-bottom: 0;
    }


/* PRODUCT IMAGE */
.product-gallery a:hover img {
    opacity: .8;
}

.product-gallery ul {
    margin: 0 0 0 -2%;
    padding: 0;
    list-style: none;
}

    .product-gallery ul li {
        width: 23%;
        margin: 2% 0 0 2%;
        padding: 0;
        float: left;
    }

/*
@media screen and (min-width: 768px) {
    .product-image-gallery a:not(:first-child) {
        width: 17%;
    }
}
*/

@media only screen and (max-width:767px) {
    .product-main-image {
        margin-bottom: 10px;
    }
}

.product-image-gallery a:not(:first-child) {
    float: left;
}

.product-image {
    display: block;
    position: relative;
}

.photo-label {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 7px 10px;
    color: #fff;
    background: #00728F;
    background: #4FA334;
}

.product-image:hover .photo-label {
}

.product-image-gallery a {
    display: block;
}

.product-image-gallery a {
    position: relative;
}

.product-image {
    width: 100%;
    display: table;
}

.product-image > * {
    display: table-cell;
    vertical-align: top;
}

.product-image-gallery a:after {
    position: absolute;
    bottom: 5px;
    right: 20px;
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    content: "\f00e";
    font-size: .75em;
    font-weight: 100;
    display: inline-block;
    pointer-events: none;
}

.default-price {
    font-weight: 100;
}

.old-price {
    font-size: 80%;
    text-decoration: line-through;
    color: #999;
}

/* LISTER */
.list-product-box .title {
    line-height: 1.3em;
    height: 2.6em;
}

.list-product-box .teaser {
    line-height: 1.3em;
    height: 5.2em;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.label-sale {
    background: #E83D56;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
}

.page-article-product.sale figure.product-image {
    position: relative;
}

    .page-article-product.sale figure.product-image a {
        vertical-align: middle;
    }

    .page-article-product.sale figure.product-image .product-image-special {
        position: absolute;
        top: 0;
        right: 0;
    }

    .page-article-product.sale figure.product-image [class*="product-image-special-"] {
        display: inline-block;
        color: #fff;
        padding: .5rem 1.5rem;
        text-transform: uppercase;
    }

        .page-article-product.sale figure.product-image [class*="product-image-special-"] strong {
            font-weight: 400;
        }

    .page-article-product.sale figure.product-image .product-image-special-shipping {
        background: #7b7b7b;
    }

    .page-article-product.sale figure.product-image .product-image-special-offer {
        background: #333;
    }



.shipping-info {
    color: #fff;
    background: #333;
    padding: 1rem;
    display: inline-block;
    position: relative;
}

    .shipping-info:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #333;
    }

    .shipping-info strong {
        text-transform: uppercase;
    }

        .shipping-info strong:before {
            font-family: "Font Awesome 5 Pro";
            content: "\f0d1";
            margin-right: 10px;
            display: inline-block;
        }

.product-price-special {
    font-size: 1.25rem;
}

.product-price-current {
    font-size: 2.25rem;
}

.product-price {
    text-align: left;
    float: left;
}

.product-price-special {
    text-decoration: line-through;
    color: #999;
}

.product-price-current {
    font-size: 1.5rem;
}

    .product-price-current:after {
        content: "/stk";
        font-size: 80%;
    }

.product-quantity {
    width: 125px;
    margin-bottom: 1rem;
}

.bttn-buy {
    background: #5cb85c;
    color: #fff;
    border: 0;
}

    .bttn-buy:hover,
    .bttn-buy:focus,
    .bttn-buy:active {
        background: #47a447;
        color: #fff;
    }

.product-form {
    float: right;
}

    .product-form .bttn-buy {
        width: 125px;
        float: right;
    }

.product-intro {
    clear: both;
}

.page-article-product .tab-pane {
    padding-top: 1.5rem;
}

.product-id {
    color: #999;
}


@media only screen and (max-width:767px) {
    .product-main-image {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:768px) {
    .product-price-special {
        font-size: 1rem;
    }

    .product-price-current {
        font-size: 2rem;
    }

    .product-form {
        text-align: right;
    }

    .product-quantity {
        float: right;
        clear: both;
    }

        .product-quantity label {
            font-size: 1rem;
            text-align: left;
            font-weight: normal;
            float: left;
        }

    .product-form .bttn-buy {
        clear: both;
        float: right;
    }

    .page-article-product.sale figure.product-image [class*="product-image-special-"] {
        padding: .5rem 1.5rem;
        font-size: 1rem;
    }
}

@media only screen and (min-width:991px) {
    .product-price-special {
        font-size: 1.25rem;
    }

    .product-price-current {
        font-size: 2.5rem;
    }

    .product-quantity {
        width: 150px;
    }

    .product-form .bttn-buy {
        width: 150px;
    }

    .page-article-product.sale figure.product-image [class*="product-image-special-"] {
        padding: .75rem 2rem;
        font-size: 1.2rem;
    }
}

@media only screen and (min-width:1200px) {
    .product-price-special {
        font-size: 1.5rem;
    }

    .product-price-current {
        font-size: 2.75rem;
    }

    .page-article-product.sale figure.product-image [class*="product-image-special-"] {
        padding: 1rem 2.25rem;
        font-size: 1.5rem;
    }
}


/*
=======================================================================
	Product Bundle
=======================================================================
*/

.product-bundle {
    padding: 2rem;
    border: 2px solid #EEEEEE;
}

    .product-bundle h2:first-of-type {
        margin-bottom: 2rem;
    }

    .product-bundle .listelement-product {
    }

        .product-bundle .listelement-product:last-child {
            margin-bottom: 0;
        }

    .product-bundle .bundle-qty {
        width: 50px;
        height: 50px;
        text-align: center;
        display: inline-block;
        padding: 0.75rem;
        background: #333;
        color: #fff;
    }


@media only screen and (min-width:768px) {
    .product-bundle h2 {
        margin-bottom: 3rem;
    }
}

@media only screen and (min-width:991px) {
}

@media only screen and (min-width:1200px) {
}


/*
=======================================================================
	Øke og redusere antall (pluss, minus)
=======================================================================
*/


/*.product-qty {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	}

.product-qty .input-group-prepend button,
.product-qty .input-group-append button {
        border: 1px solid #ced4da
    }

    .product-qty button {
        width: 40px;
        height: 40px;
    }
.product-qty input[type="text"] {
	text-align:center;
	height:40px;line-height:40px;
	}

/**/
input.minus {
    width: 25% !important;
}

input.input-text.qty {
    width: 50% !important;
}

input.plus {
    width: 25% !important;
}

*/
/*
.shop .quantity {
	margin: 0 15px 25px 0;
	overflow: hidden;
	position: relative;
	width: 125px;
	height: 35px;
	float: left;
	}
*/
/*
.shop .quantity .minus {
	background: #f4f4f4;
	border: 1px solid #C8BFC6;
	border-radius: 2px;
	box-shadow: none;
	color: #5E5E5E;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	line-height: 13px;
	margin: 0;
	overflow: visible;
	outline: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	vertical-align: text-top;
	width: 35px;
}

.shop .quantity .plus {
	background: #f4f4f4;
	border: 1px solid #C8BFC6;
	border-radius: 2px;
	box-shadow: none;
	color: #5E5E5E;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	line-height: 13px;
	margin: 0;
	overflow: visible;
	outline: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	vertical-align: text-top;
	width: 35px;
	right: 0;
	top: 0;
}
*/
/*
.shop .quantity .qty {
	border: 1px solid #CCC;
	box-shadow: none;
	float: left;
	height: 35px;
	padding: 0 39px;
	text-align: center;
	width: 125px;
	font-size: 1em;
}
*/
.shop .quantity .qty::-webkit-inner-spin-button, .shop .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shop .quantity .qty::-ms-clear {
    display: none;
}



/*
=======================================================================
	Shopping Cart
=======================================================================
*/

.cart-basket table {
    width: 100%;
}

    .cart-basket table tr td {
        vertical-align: middle;
        padding: 0;
    }

        .cart-basket table tr td,
        .cart-basket table tr td h4 a {
            font-weight: 100;
            color: #333;
        }

    .cart-basket table thead th {
        padding-top: 14px;
        padding-bottom: 10px;
        border-bottom: 1px solid #E5E5E5;
    }

    .cart-basket table tr td.td-cart-title h4,
    .cart-basket table tr td.td-cart-title h4 a {
        font-weight: 400 !important;
        color: #333;
        margin: 0;
    }

    .cart-basket table tr td.td-cart-product-image {
        width: 50px
    }
        /* Fit td to content width */
        .cart-basket table tr td.td-cart-product-image img {
            padding-right: 20px;
        }

    .cart-basket table tr .td-cart-qty {
        text-align: right;
    }

    .cart-basket table tr .td-cart-unit,
    .cart-basket table tr .td-cart-total,
    .cart-basket table tr .td-cart-price-ex-vat,
    .cart-basket table tr .td-cart-price {
        text-align: right;
    }

    .cart-basket table tr .td-cart-price-vat {
        text-align: right;
    }


    /* Total amount */
    .cart-basket table tfoot {
        text-align: right;
    }

    .cart-basket table tr.tr-total td.cart-total {
        border-top: 1px solid #E5E5E5;
        padding-top: 15px;
        text-align: right;
    }

        .cart-basket table tr.tr-total td.cart-total .total-plus-vat {
            font-szie: 1em;
        }

        .cart-basket table tr.tr-total td.cart-total .total-vat {
        }

        .cart-basket table tr.tr-total td.cart-total .total-incl-vat {
            margin-bottom: 0;
        }

            .cart-basket table tr.tr-total td.cart-total .total-incl-vat span {
                font-weight: 900;
            }

    /* red crosses */
    .cart-basket table tr td .btn-remove-from-cart {
        color: #CF3131;
    }

        .cart-basket table tr td .btn-remove-from-cart:hover {
            color: #C33030;
        }

/* cart item thumbnail */
.cart-basket img {
    max-height: 40px;
}

/* cart navigation */
.cart-navigation {
    margin: 40px 0;
    width: 100%;
    text-align: right;
}

    .cart-navigation .bttn + .bttn {
        margin-left: 15px;
    }

    .cart-navigation .bttn:after,
    .cart-navigation .bttn:before {
        font-family: "Font Awesome 5 Pro";
    }

    .cart-navigation .bttn-right:after {
        content: "\f061";
        margin-left: 10px;
    }

    .cart-navigation .bttn-left:before {
        content: "\f060";
        margin-right: 10px;
    }

    .cart-navigation .bttn-complete {
        background: #2e308e;
        border-color: #2e308e;
        color: #fff;
    }

@media screen and (max-width:575px) {
    .cart-navigation .bttn {
        width: 100%;
        display: inline-block;
    }

        .cart-navigation .bttn + .bttn {
            margin-left: 0;
            margin-top: 15px;
        }
}

@media screen and (max-width:767px) {
    .cart-basket {
        border: 1px solid #E5E5E5;
    }

    .cart-baskettable {
        width: 100%;
    }

    .cart-basket table thead {
        display: none;
    }

    .cart-basket table tbody tr {
        border-bottom: 1px solid #E5E5E5;
    }

        .cart-basket table tbody tr.cart-space {
            display: none;
        }

    .cart-basket table tbody td {
        display: block;
        position: relative;
        padding-left: 50%;
        padding-right: 15px;
        text-align: left;
    }
    /* make td's stack on top of eachother **/
    .cart-basket table tbody tr td:first-child {
        padding-left: 0;
        padding-right: 0;
    }

        .cart-basket table tbody tr td:first-child img {
            float: left;
            margin: 15px;
        }

    .cart-basket table tbody tr td:nth-child(2) {
        text-align: left;
        padding-left: 15px;
    }

    .cart-basket table tbody tr td {
        text-align: right;
    }

    .cart-basket table tbody tr .td-cart-title {
    }

    .cart-basket table tbody tr .td-cart-unit {
        text-align: right;
        padding-right: 15px;
    }

    .cart-basket table tbody tr .td-cart-qty,
    .cart-basket table tbody tr .td-cart-price,
    .cart-basket table tbody tr .td-cart-price-vat,
    .cart-basket table tbody tr .td-cart-total {
        padding-right: 15px;
    }

    .cart-basket table tbody tr .td-cart-total {
        font-weight: bold;
        padding-bottom: 15px;
    }

        .cart-basket table tbody tr .td-cart-total h3 {
        }

    .cart-basket table tbody td.td-cart-qty:before {
        content: "Antall";
    }

    .cart-basket table tbody td.td-cart-unit:before {
        content: "Enhet";
    }

    .cart-basket table tbody td.td-cart-price:before {
        content: "Pris";
    }

    .cart-basket table tbody td.td-cart-price-ex-vat:before {
        content: "Pris eks. mva.";
    }

    .cart-basket table tbody td.td-cart-vat:before {
        content: "Mva.";
    }

    .cart-basket table tbody td.td-cart-total:before {
        content: "Total";
    }

    .cart table tbody td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0px;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
    }

    .cart-basket table td span.mobile-label {
        display: inline;
        float: left;
        padding-left: 15px;
    }

    .cart-basket table tr th:first-child {
        padding: 10px 0 7px 15px;
    }

    .cart-basket .td-cart-title {
        padding: 10px 0 10px 15px;
    }

    .cart-basket .td-cart-qty {
        text-align: right;
    }

    .cart-basket table tfoot td {
        padding-right: 15px;
    }

    .cart-basket table .cart-total {
    }
}

@media screen and (min-width:768px) {
    .cart-basket table tbody tr td {
        padding-top: 20px;
        padding-bottom: 16px;
    }

    .cart-basket table tbody tr:last-child td {
        padding-bottom: 20px;
    }

    .cart-basket table tr .td-cart-qty {
        text-align: center;
    }
}

/*
=======================================================================
	Checkout Navbar
=======================================================================
*/

.checkout-navbar {
    margin-bottom: 32px;
}

    .checkout-navbar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .checkout-navbar ul li {
            margin: 0;
            padding: 0;
            display: inline-block;
        }

            .checkout-navbar ul li span {
                background: #E5E5E5;
                padding: 15px 20px;
                display: block;
                color: #888;
                font-weight: 600;
            }

            .checkout-navbar ul li.active span {
                background: #563d7c;
                color: #fff;
            }

            .checkout-navbar ul li.previous span {
                background: #8e7ca9;
                color: #fff;
            }

@media screen and (max-width:767px) {
    .checkout-navbar ul li {
        display: block;
    }
}

/*
=======================================================================
	Checkout Summary
=======================================================================
*/

.row-summary {
    margin-bottom: 32px;
}

.checkout-box-summary {
    height: 100%;
    margin-bottom: 0;
}

    .checkout-box-summary h3 {
        font-weight: normal;
        margin-bottom: 0.5rem;
    }

    .checkout-box-summary span > h3 {
        margin-top: 0;
    }

    .checkout-box-summary h4 {
        margin-bottom: 8px;
    }

    .checkout-box-summary span > h4 {
        margin-top: 1.5rem;
    }

    .checkout-box-summary li > h4 {
        margin: 0;
        display: inline-block;
    }

.checkout-confirmation-email h4 {
    display: inline-block;
    margin: 0 !important;
}

.checkout-confirmation-phone h4 {
    display: inline-block;
    margin: 0 !important;
}

.checkout-confirmation-orgno h4 {
    display: inline-block;
    margin: 0 !important;
}

.checkout-confirmation-contactname h4 {
    display: inline-block;
    margin: 0 !important;
}

.checkout-confirmation-invoicemail h4 {
    display: inline-block;
    margin: 0 !important;
}

.checkout-confirmation-invoicemethod h4 {
    display: inline-block;
    margin: 0 !important;
}

.checkout-box-summary > div {
    margin-top: 32px;
}

    .checkout-box-summary > div:first-child {
        margin-top: 0;
    }

.checkout-box-summary .checkout-box-body > div {
    margin-top: 32px;
}

    .checkout-box-summary .checkout-box-body > div:first-child {
        margin-top: 0;
    }

.checkout-box-summary .checkout-box-body ul {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

    .checkout-box-summary .checkout-box-body ul li {
        margin: 0;
        padding: 0;
        line-height: 1.55;
    }

        .checkout-box-summary .checkout-box-body ul li:before {
            content: "";
        }

        .checkout-box-summary .checkout-box-body ul li span {
            display: inline-block;
            line-height: normal;
        }


@media only screen and (min-width:768px) {
    .cart-approval {
        padding: 32px;
        border: 1px solid #f1f1f1;
    }
}

@media only screen and (min-width:991px) {
}

@media only screen and (min-width:1200px) {
    .row-summary {
        margin-bottom: 60px;
    }

    .checkout-box-summary h3 {
    }
}



/*
=======================================================================
	Checkout Box
=======================================================================
*/

.checkout-box {
    background: #efefef;
    margin-bottom: 32px;
    padding: 15px;
}

@media screen and (min-width:768px) {
    .checkout-box {
        padding: 32px;
    }
}

#ValidationSummary1 {
    padding: 32px;
    background: #fff3cd;
}

.checkout-box-footer {
    margin-top: 32px;
}

.checkout-box-footer a {
    float: right;
}

.checkout-box-title {
    margin-bottom:30px;
}

.checkout-box-title h2 {
    margin: 0;
}

.checkout-box-title h2:before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 10px;
}

.checkout-box-shipping h2:before {
    content: "\f0d1";
}

.checkout-box-payment h2:before {
    content: "\f09d";
}

/*
.checkout-box-orderinfo h2:before {
    content: "\f007";
}
*/

.checkout-box-coupon h2:before {
    content: "\f541";
}

.checkout-box-comment h2:before {
    content: "\f075";
}

/*
=======================================================================
	Button colors
=======================================================================
*/

.btn-kjop {
    margin-bottom: 15px;
}

.bttn-basket-delete {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    color: #fff;
    background: #D40000;
    border-radius: 20px;
    float: right;
    position: relative;
}

    .bttn-basket-delete:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f00d";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .bttn-basket-delete:hover {
        background: #9E0000;
        color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 20px;
    }


.bttn-green {
    color: #fff;
    background: #69A41E;
    border: 2px solid #69A41E;
}

    .bttn-green:hover {
        color: #fff;
        background: #598a19;
        border: 2px solid #598a19;
    }

.bttn-gray {
    border: 2px solid #989898;
    color: #989898;
}

    .bttn-gray:hover {
        border: 2px solid #333;
        color: #333;
        background: none;
    }



.bttn-logout:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f2f5";
    margin-left: 10px;
    display: inline-block;
}

@media screen and (max-width:500px) {
    [class*="bttn-checkout-"] {
        padding: 10px 15px;
    }
}


/*
=======================================================================
	Button icons
=======================================================================
*/

.bttn-next:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f178";
    display: inline-block;
    margin-left: 10px;
}

.bttn-refresh:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f021";
    margin-left: 10px;
    display: inline-block;
}


/*
=======================================================================
	Listelement Product
=======================================================================
*/



.listelement-product .listtext {
    padding-top: 1.5rem;
}

    .listelement-product .listtext > * {
        margin-bottom: 1rem;
    }

    .listelement-product .listtext > :last-child {
        margin-bottom: 0;
    }

.list-price {
    width: 45%;
    float: left;
}

.list-price-now {
    display: block;
}

.list-price-before {
    color: #999;
    display: block;
}

.listelement-product a {
    text-decoration: none;
}

    .listelement-product a:hover {
        text-decoration: underline;
    }

.listelement-product .teaser {
    line-height: 1.3em;
    height: 5.2em;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/* Optional padding around product list elements */
.listelement-product.listelement-large-image article .listtext {
    padding: 1.5rem;
    background: #fff;
}

.list-product-price-special {
    text-decoration: line-through;
    color: #999
}

.list-product-price-current {
}

.listelement-product .bttn-buy {
    padding: 10px 20px;
    display: none;
}


@media only screen and (min-width:768px) {
    .list-product-price-current {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width:991px) {
    .list-product-price .product-price-current {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width:1200px) {
    .list-product-price .product-price-current {
        font-size: 1.5rem;
    }
}


/*
=======================================================================
	Listelement Product Large Image Button
=======================================================================
*/

.col-lg-2.listelement-large-image.listelement-product h3 {
    font-size: 0.9em;
    font-weight: lighter;
}


/*
=======================================================================
	Listelement Product Large Image
=======================================================================
*/

.listelement-large-image.listelement-product .list-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listelement-large-image.listelement-product .list-buy input[type="text"] {
    display: none;
}


.listelement-large-image.listelement-product .text {
    font-size: 0.8em;
}



/*
=======================================================================
	Listelement Product Related
=======================================================================
*/

.related-products .listelement-small-image.listelement-product h3 {
    font-size: 1em;
}

.related-products .listelement-small-image.listelement-product .text {
    font-size: 0.8em;
}

    .related-products .listelement-small-image.listelement-product .text ul li,
    .related-products .listelement-small-image.listelement-product .text ol li {
        margin-bottom: 0;
    }

/*
=======================================================================
	Order Confirmation
=======================================================================
*/

.cart .confirmation-address {
    margin-top: 60px;
    margin-bottom: 32px;
}

    .cart .confirmation-address ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .cart .confirmation-address ul li {
            margin: 0;
            padding: 0;
        }

    .cart .confirmation-address h3 {
        font-weight: 400;
        margin-bottom: 5px;
    }

.cart .confirmation-address {
    font-weight: lighter;
}

.cart .order-confirmation-footer {
    text-align: center;
    font-weight: lighter;
}

.order-confirmation .cart-basket {
    margin-bottom: 32px;
}
/*.order-confirmation .cart-basket table tbody tr:last-child td {padding-bottom:0;}*/

@media screen and (max-width:767px) {
    .cart .confirmation-address > div {
        margin-bottom: 32px;
    }
}

@media screen and (min-width:768px) {
    .order-confirmation .cart-basket {
        border: 1px solid #E5E5E5;
        padding: 15px;
    }

    .cart .confirmation-address {
        display: table;
        border-collapse: collapse;
        width: 100%;
    }

        .cart .confirmation-address > * {
            display: table-cell;
            vertical-align: top;
        }
}

=======================================================================
Product list Webshop Butikk
=======================================================================
*/

.products-frontpage {
    list-style: none;
    margin-top: 40px;
}

.listelement-shop-product {
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: pink;
}

    .listelement-shop-product h2 {
        color: #333232;
        text-transform: none;
        margin: 10px 0;
        text-align: left;
        padding-top: 0;
    }

.product-list-item .product-image:hover img {
    opacity: 0.85;
}

.product-list-item {
}

.product-list-item-wrapper {
    margin-bottom: 50px;
    padding: 0 20px 20px 20px;
}

.product-list-item h2 a {
    color: #333232;
}

.product-list-item h2 span {
    float: right;
    color: #00728F;
    font-weight: 200;
}

.product-list-item .old-price {
    display: none;
}

.product-list-item .product-qty {
    display: none;
}

.product-list-item .input-append {
    display: none;
}

.merkelapp {
    position: absolute;
    top: 15px;
    right: -15px;
    padding: 7px 10px;
    color: #fff;
    background: #6BBD00;
}


@media screen and (max-width: 1200px) {
    .product-list-item h2 {
        font-size: 1.5em;
    }
}



/*
=======================================================================
	Product page Produkt
=======================================================================
*/

.in-stock {
    margin-bottom: 20px;
    display: none;
}

.product-nmbr {
    margin-bottom: 20px;
    display: none;
}

.product-page h1 {
    margin-top: 0;
    padding-top: 0;
}

.product-page .product-price {
    font-size: 3em;
    line-height: 55px;
    float: left;
    margin-right: 20px;
    color: #00728F;
}



/*.product-page .product-info a {
	text-decoration: underline;
}*/

.buy-and-stuff {
    clear: both;
    margin-top: 15px;
}

    .buy-and-stuff > * {
        margin-bottom: 32px;
    }

    .buy-and-stuff .related-product > * {
        margin-bottom: 15px;
    }

    .buy-and-stuff .selected-product-description {
        background: #ededed;
        padding: 15px;
    }

        .buy-and-stuff .selected-product-description > :last-child {
            margin-bottom: 0;
        }

    .buy-and-stuff .gift-info {
        clear: both;
        font-size: 1.2em;
    }

        .buy-and-stuff .gift-info b {
            color: #00728F;
        }

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.product-page .btn-buy {
    font-size: 1em;
    color: #fff;
    background: white;
    /*font-family: 'URW Alternate Gothic W01 3',Arial Black, Helvetica, sans-serif;*/
    /*text-transform: uppercase;*/
    height: 55px;
    width: 150px;
    text-align: center;
    line-height: 65px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    *display: inline;
    border-radius: 35PX;
    zoom: 1;
    background: #00728F;
    border: 0;
    height: 65px;
    width: 150px;
    font-weight: 600;
    text-decoration: none;
}

   /* .product-page .btn-buy:hover {
        background: #cf0679;
        color: white;
    }*/

.product-page .product-qty {
    min-width: 50px;
    max-width: 70px;
    height: 65px;
    margin-right: 20px;
    font-size: 1.3em;
    padding-left: 15px;
    border: 1px solid #ccc;
}

.product-page .special-price {
    margin-top: 0px;
}

.product-page .tabber {
    display: none;
}

#divCartBanner {
    position: fixed;
    bottom: 0;
    background: #00728f;
    text-align: center;
    padding: 17px;
    width: 100%;
    z-index: 999;
}

    #divCartBanner a {
        color: #fff;
    }

.a-to-cart:after {
    color: #ffffff;
}

/*.templateid-132 #divCartBanner {
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}*/
/* in checkout page, do not display the cart, menu "Gi nå" and main footer */
.itemid-205113 #divCartBanner{
    display: none !important;
}
.itemid-205113 footer {
    display: none !important;
}

.itemid-205113 div.header-section-element.header-section-element-nav > div .bttn-gift {
    display: none !important;
}

/* In product page, do not display menu "Gi nå" and main footer */
.itemid-205114 footer {
    display: none !important;
}

.itemid-205114 div.header-section-element.header-section-element-nav > div .bttn-gift {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .product-page .product-price {
        padding-top: 16px;
    }

    .product-page .btn-buy {
        font-size: 1em;
        color: #fff;
        background: white;
        /* font-family: 'URW Alternate Gothic W01 3',Arial Black, Helvetica, sans-serif; */
        /* text-transform: uppercase; */
        /* height: 55px; */
        width: 94px;
        text-align: center;
        line-height: 55px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-block;
        /**:;*/
        display: inline;
        border-radius: 35PX;
        zoom: 1;
        background: #00728F;
        border: 0;
    }


    .buy-and-stuff {
        margin-bottom: 32px;
    }
}

.back-to-search {
    margin-bottom: 2rem !important;
}

    .back-to-search,
    .back-to-search:hover, .back-to-search:focus {
        border: 0;
    }

        .back-to-search:before {
            font-family: "Font Awesome 5 Pro";
            display: inline-block;
            content: "\f060";
            margin-right: 10px;
            color: #00728F;
        }

.a-to-cart:after {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "\f061";
    margin-right: 10px;
    color: #00728F;
}

.div-to-cart {
    text-align: center;
    font-size: 32px;
}

.buy-and-stuff .selected-product-description {
    background: #B2E7D9;
    padding: 15px;
}

.buy-and-stuff .related-product > * {
    margin-bottom: 15px;
}

.btn-checkout {
    background: #e6e6e6;
    color: #333;
    padding: 15px 25px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .btn-checkout:hover {
        background: #dedede;
        color: #333;
        text-decoration: none;
    }

    .btn-checkout.btn-shopmore,
    .btn-checkout.btn-refresh,
    .btn-checkout.btn-gotopayment {
        font-size: .8em;
        width: 100%;
        display: block;
        margin: 15px 0;
    }
/*
=======================================================================
	Webshop / nettbutikk general
=======================================================================
*/
        .container-outer-content.checkout label {
    font-weight: 500;
}

.basket-product-info {
    padding: 0 15px;
}

.empty-basket {
    background: #fff;
    padding-bottom: 75px;
}

    .empty-basket h5 {
        font-size: 2.2em;
        text-align: center;
    }

/*
.cart {
    display: inline;
    background: #efefef;
}
*/

    .cart thead {
        border-bottom: 1px dashed #CCC;
    }

.basket-card-text {
    margin-left: -5px;
}

    .basket-card-text a {
        background: #ededed;
        padding: 8px 10px;
        display: inline-block;
        margin: 5px;
        width: 100%;
    }

        .basket-card-text a[href^="#"]:before {
            font-family: FontAwesome;
            content: "\f044";
            margin-right: 10px;
            display: inline-block;
        }

        .basket-card-text a[href*="preview"]:before {
            font-family: FontAwesome;
            content: "\f019";
            margin-right: 10px;
            display: inline-block;
        }

#txtCardText {
    min-height: 200px;
}


.basket-card-text a:hover,
.basket-card-text a:focus {
    background: #00728F;
    color: #fff;
    text-decoration: none;
}

.cart-product {
    text-align: left;
    width: 15%;
}

.cart thead th {
    font-weight: 100;
    padding-bottom: 10px;
}

    .cart thead th.cart-total {
    }

.cart-product-name {
    padding: 0 15px;
}

.cart tbody tr td {
    padding-top: 32px;
}

.cart tbody tr h4 {
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 100;
}

.cart tbody tr {
    border-top: 1px solid #d9d9d9;
}

.cart tbody td {
    padding-bottom: 32px;
}

.cart tbody tr:first-child {
    border-top: 0;
}

.cart tbody tr td .lineclamp {
    line-height: 1.2em;
    height: 2.4em;
    position: relative;
    overflow: hidden;
}

    .cart tbody tr td .lineclamp:after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 70%;
        height: 1.2em;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
    }

.cart-total {
    font-weight: 400;
    line-height: normal;
}

.btn-cart-remove {
    background: #ededed;
    border-radius: 999px;
    text-decoration: none;
    /* color: #fff; */
    /* border: 1px solid #b3b3b3; */
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}

    .btn-cart-remove:hover {
        background: #960f26;
        color: #fff;
        text-decoration: none;
    }

.btn-checkout {
    background: #e6e6e6;
    color: #333;
    padding: 15px 25px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .btn-checkout:hover {
        background: #dedede;
        color: #333;
        text-decoration: none;
    }

.btn-shopmore {
    background: #00728F;
    color: #fff;
}

    .btn-shopmore:before {
        font-family: FontAwesome;
        content: "\f104";
        margin-right: 15px;
    }

.btn-previous:before {
    font-family: FontAwesome;
    content: "\f104";
    margin-right: 15px;
}

.btn-refresh:before {
    font-family: FontAwesome;
    content: "\f021";
    margin-right: 15px;
}

.btn-next, .btn-gotopayment {
    background: #3ba13b;
    color: #fff;
}

    .btn-next:after, .btn-gotopayment:after {
        font-family: FontAwesome;
        content: "\f105";
        margin-left: 15px;
    }

    .btn-next:hover,
    .btn-gotopayment:hover {
        background: #2a8f2a;
        color: #fff;
    }

.checkout .navbar-inner {
    margin-bottom: 15px;
}

    .checkout .navbar-inner ul li {
        float: left;
    }

        .checkout .navbar-inner ul li a {
            padding: 0 20px;
            height: 52px;
            line-height: 52px;
            background: #f1f1f1;
        }

        .checkout .navbar-inner ul li.previous a {
            background: #00728F;
            color: #fff;
        }

        .checkout .navbar-inner ul li.active a {
            background: url(../images/cart-progress.png) no-repeat top right #00728F;
            color: #fff;
            padding-right: 47px;
        }

.well h4 {
    font-size: 1.6em;
}

@media screen and (max-width: 767px) {
    .checkout .navbar-inner ul li {
        float: none;
        display: block;
    }

        .checkout .navbar-inner ul li a {
            padding: 0 20px;
            height: 35px;
            line-height: 35px;
            background: #f1f1f1;
            display: block;
        }

        .checkout .navbar-inner ul li.active a {
            background: #00728F;
        }

        .checkout .navbar-inner ul li.previous a {
            background: #f1f1f1;
            color: #00728F;
        }

    .cart thead th {
        font-size: 1em;
    }

    .cart-product {
        text-align: left;
        width: 15%;
    }

    .cart-product-name {
        padding: 0 15px 0 0;
    }

    .cart tbody tr h4 {
        padding: 0;
        font-size: 1em;
    }

    /*	.btn-checkout.btn-refresh span {display:none;}*/
    .btn-checkout.btn-shopmore,
    .btn-checkout.btn-refresh,
    .btn-checkout.btn-gotopayment {
        font-size: .8em;
        width: 100%;
        display: block;
        margin: 15px 0;
    }
}

@media screen and (min-width: 768px) {
    .cart-footer {
        float: right;
    }

        .cart-footer > * {
            margin-left: 15px;
        }

    .basket-card-text a {
        width: auto;
    }
}


/*
=======================================================================
	Order Confirmation
=======================================================================
*/

.cart .confirmation-address {
    margin-top: 60px;
    margin-bottom: 32px;
}

    .cart .confirmation-address ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .cart .confirmation-address ul li {
            margin: 0;
            padding: 0;
        }

    .cart .confirmation-address h3 {
        font-weight: 400;
        margin-bottom: 5px;
    }

.cart .confirmation-address {
    font-weight: lighter;
}

.cart .order-confirmation-footer {
    text-align: center;
    font-weight: lighter;
}

.order-confirmation .cart-basket {
    margin-bottom: 32px;
}
/*.order-confirmation .cart-basket table tbody tr:last-child td {padding-bottom:0;}*/

@media screen and (max-width:767px) {
    .cart .confirmation-address > div {
        margin-bottom: 32px;
    }
}

@media screen and (min-width:768px) {
    .order-confirmation .cart-basket {
        border: 1px solid #E5E5E5;
        padding: 15px;
    }

    .cart .confirmation-address {
        display: table;
        border-collapse: collapse;
        width: 100%;
    }

        .cart .confirmation-address > * {
            display: table-cell;
            vertical-align: top;
        }
}

.checkout-box-summary {
    height: 100%;
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding-right: 32px;
    padding-left: 32px;
}
