﻿.digibutton {
    border: 1px solid #eaeaea;
    background: #fff;
    box-shadow: inset 0 0 1px #fff;
    padding: 5px 30px;
    color: #555;
    text-transform: uppercase;
    font-weight: bold;
    height: 37px;
    margin: 10px;
    width: 200px;
    max-width: 100%;
    vertical-align: middle;
}

.extendedRenderWrapper-details {
    display: table;
    width: 50%;
    margin-top: 5%;
}

.extendedRenderDetails {
    display: table-row;
    font-size: 15px;
}

.extendedRenderDetailsName {
    display: table-cell;
    float: left;
    font-weight: bold;
}

.extendedRenderDetailsValue {
    display: table-cell;
    float: right;
}

.digi-byline-logo {
    vertical-align: middle;
    margin-top: -5px;
    fill: #EF6821;
    width: 25px;
    height: 25px;
}

.category-description {
    border: 1px solid #e9e9e9;
    background-color: white;
}
.master-column-wrapper .category-description p {
    margin: 10px 10px 20px;
    line-height: 1.5em;
}
.master-column-wrapper .item-box .prices {
    overflow: unset;
}

.button-3 {
    width: 300px;
    max-width: 100%;
    height: 45px;
    margin: 0 0 10px;
    border: none;
    font-size: 13px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
    outline: 2px solid transparent;
    transition: all 0.2s ease;
}



/*Wishlists*/
.button-2,
.button-3,
.ui-dialog-buttonset button {
    border: initial;
    height: 45px;
    font-size: 13px;
    text-transform: uppercase;
    outline: 1px solid transparent;
    font-weight: bold;
}

.product-essential .overview-buttons {
    padding: unset;
}

.ui-dialog-buttonset {
    padding: 5px;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    margin: 5px;
    padding: 5px;
}


/*Order summary*/

input#qtcAddToCartButton {
    color: white;
    height: 40px;
}

a.anchorTagInvoiceAttachment.button-2 {
    padding: 12px;
    height: 100%;
    display: block;
    width: 150px;
}

.printButtonWrapper {
    padding: 5px;
    display: inline-block;
    margin: 5px;
}


/*Invoice attachment*/

input.changeTaxDisplay.button-3 {
    width: 20px;
    margin: 0;
}

input.changePercentage.button-3 {
    width: 100px;
    height: 30px;
}

input.printButton.button-3 {
    width: 100px;
}

.printArea td.unit-price {
    text-align: center;
}

input.markPercentageInput {
    width: 60px;
    padding: 5px;
}

input.percentageAll {
    padding: 5px;
    width: 65px;
}


/*REGISTER*/
.customertype .type {
    display: inline-block;
}

@-moz-keyframes slide /* Firefox */
{
    from {
        max-height: 0;
    }

    to {
        max-height: 80px;
    }
}

@-webkit-keyframes slide /* Safari and Chrome */
{
    from {
        max-height: 0;
    }

    to {
        max-height: 220px;
    }
}

@-ms-keyframes slide /* IE10 */
{
    from {
        max-height: 0;
    }

    to {
        max-height: 80px;
    }
}

@keyframes slide {
    from {
        max-height: 0;
    }

    to {
        max-height: 80px;
    }
}



/*.inputs.company-name {
        display: none;
        max-height: 0;
    }*/
.company-fields.active {
    display: block;
    max-height: 0;
    overflow: hidden;
    -moz-animation: slide2 0.2s ease 0s forwards;
    -webkit-animation: slide2 0.2s ease 0s forwards;
    -o-animation: slide2 0.2s ease 0s forwards;
    -ms-animation: slide2 0.2s ease 0s forwards;
    animation: slide2 0.2s ease 0s forwards;
}

.company-fields {
    display: none;
    max-height: 0;
}

.fieldset.passwordFieldset.active {
    display: block;
    overflow: hidden;
    -moz-animation: slide2 0.2s ease 0s forwards;
    -webkit-animation: slide2 0.2s ease 0s forwards;
    -o-animation: slide2 0.2s ease 0s forwards;
    -ms-animation: slide2 0.2s ease 0s forwards;
    animation: slide2 0.2s ease 0s forwards;
}


.inputs.addresscode.active {
    display: block;
    overflow: hidden;
    -moz-animation: slide2 0.2s ease 0s forwards;
    -webkit-animation: slide2 0.2s ease 0s forwards;
    -o-animation: slide2 0.2s ease 0s forwards;
    -ms-animation: slide2 0.2s ease 0s forwards;
    animation: slide2 0.2s ease 0s forwards;
}

.inputs.addresscode {
    display: none;
    max-height: 0;
}

@-moz-keyframes slide2 /* Firefox */
{
    from {
        max-height: 0;
    }

    to {
        max-height: 220px;
    }
}

@-webkit-keyframes slide2 /* Safari and Chrome */
{
    from {
        max-height: 0;
    }

    to {
        max-height: 220px;
    }
}

@-ms-keyframes slide2 /* IE10 */
{
    from {
        max-height: 0;
    }

    to {
        max-height: 220px;
    }
}

@keyframes slide2 {
    from {
        max-height: 0;
    }

    to {
        max-height: 220px;
    }
}


.inputs.customertype.hidden {
    display: none;
}

.tooltip {
    display: inline;
    position: relative;
}

    .tooltip:hover:after {
        background: #333;
        background: rgba(0,0,0,.8);
        border-radius: 5px;
        bottom: 26px;
        color: #fff;
        content: attr(title);
        left: 20%;
        padding: 5px 15px;
        position: absolute;
        z-index: 98;
        width: 400px;
    }

.circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.circleGreen {
    background-color: green;
}

.circleOrange {
    background-color: orange;
}

.circleRed {
    background-color: red;
}

.master-column-wrapper .item-box .prices {
    overflow: unset;
}

.master-column-wrapper .news-list-homepage {
    margin: 0 10px 60px;
    float: left;
    width: 45%;
}

.home-page .topic-block {
    float: left;
    width: 45%;
}

@media screen and (max-width:800px) {
    .master-column-wrapper .news-list-homepage {
        margin: 0 10px 60px;
        float: unset;
        width: 100%;
    }
}

@media screen and (max-width:800px) {
    .home-page .topic-block {
        margin: 0 10px 60px;
        float: unset;
        width: 100%;
    }
}

.tooglePrice {
    padding: 5px;
    margin: 2px;
    color: white;
}

.master-column-wrapper .item-box .prices {
    overflow: unset;
}

.category-page-navigation li{
    position: relative;
}


.expandSublistCategory:hover {
    background-color: #5da4bd;
    color: white;
    border-color: #5da4bd;
}

.expandSublistCategory {
    position: absolute;
    right: 0;
    font-size: 120%;
    font-weight: bold;
    cursor: pointer;
    width: 20px;
    text-align: center;
    border: 1px solid silver;
    border-radius: 4px;
    line-height: 100%;
    background-color: #f6f6f6;
}

.add-to-wishlist-button1 {
    background-color: transparent;
    color: #5da4bd
}

.customerPrice {
    display: block;
}

.orgPrice {
    display: block;
}

.page-title-picture {
    width: 100%;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

    .page-title-picture img {
        width: 100%;
    }

.category-description {
    width: 100%;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

.master-column-wrapper .category-description p {
    margin: 10px 10px 20px;
}

#checkout-step-confirm-order .qtc-search-box {
    display: none;
}

.varselproduct-list {
    -webkit-box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.05);
    border-radius: 3px;
    border: 1px solid #ddd;
    width: 300px;
    position: absolute;
    top: 5px;
    right: 185px;
    margin: 10px;
    padding: 10px;
    background: white;
    z-index: 1;
}

.varsel-overskrift {
    color: red;
}

@media (max-width: 770px) {
    .quantityInPack {
        display: none;
    }

    .varsel {
        display: none;
    }
}

.quantityInPackproduct-list {
    position: absolute;
    top: 55px;
    right: 30px;
}

.varselproduct-grid {
    -webkit-box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.05);
    border-radius: 3px;
    border: 1px solid #ddd;
    width: 210px;
    position: absolute;
    top: 165px;
    margin: 10px;
    padding: 10px;
    background: white;
    z-index: 1;
}

.quantityInPackproduct-grid {
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.storeid-2 .product-grid .item-grid .item-box .add-info .prices {
    height: 95px;
}

.product-grid .item-grid .item-box .add-info .prices {
    height: 75px;
}

.item-box .details .prices .price{
    display: block;
}

.item-box .details .prices .availability {
    min-height: 50px;
}

/*NobbDocument*/
.nobbDocus {
    color: #3a745d;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-style: solid;
    border-color: #3a745d;
    border-width: thin;
    width: 50%;
    padding: 2px;
    cursor: pointer;
}

@media (max-width: 770px) {
    .nobbDocus {
        width: 100%;
    }
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #3a745d;
    float: right;
    margin-right: 10px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3a745d;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
/*End nobbdocument*/

.cart-item-row .nobbPicture .mainNobbPicture {
    max-width: 80px !important;
}

.page-body span.clerk {
    background: url("../../Content/img/loading.gif") center no-repeat;
    height: 390px;
}

.product-grid .clerk-slider-item .buttons-lower {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 45px;
    border-width: 1px;
    border-style: solid;
    border-color: #f0f0f0 #e9e9e9 #e9e9e9;
    background-color: #fff;
    transition: all 0.2s ease;
}

.availabilityClerk {
    font-size: 10px;
    margin-bottom: 5px;
}

.availabilityClerk .circle {
    width: 7px;
    height: 7px;
}

.overview .additional-details, .variant-overview .additional-details {
    margin: 0;
    line-height: 25px;
}

.overview .unitInPack, .overview .unit {
    line-height: 25px;
}

/*REGION PRICES PRODUCT DETAILS PAGE*/

.product-details-page .overview .digilive-liveprice,
.product-details-page .overview .digilive-org-price {
    display: block;
}

    .storeid-1 .product-details-page .overview .digilive-liveprice.hasLive:before {
        content: 'NETTO ';
    }

.product-details-page .overview .digilive-org-price {
    font-style: italic;
    font-weight: normal;
    opacity: 0.6;
}

.storeid-1 .product-details-page .overview .digilive-org-price:before {
    content: 'NOBB pris '
}

.storeid-2 .product-details-page .overview .digilive-org-price:before {
    content: 'Anbefalt utsalgspris '
}

.storeid-1 .product-details-page .overview .product-price .digilive-percentage:before {
    content: 'Rabatt '
}

/*ENDREGION PRICES PRODUCT DETAILS PAGE*/

/*REGION PRICES PRODUCT BOX*/

.digilive-liveprice,
.digilive-org-price {
    width: 100% !important;
    max-width: 100% !important;
}

.item-box .add-info .prices {
    display: block;
}

.item-box .digilive-org-price {
    display: block;
    font-weight: normal;
    font-style: italic;
    opacity: 0.6;
}

.storeid-1 .item-box .digilive-liveprice:before {
    content: 'NETTO ';
}

.storeid-2 .item-box .digilive-org-price:before {
    content: 'Anbefalt utsalgspris ';
}

.item-box .digilive-liveprice {
    display: block;
}

.product-list .item-box span.digilive-percentage{
    line-height: 32px !important;
}

.item-box span.digilive-percentage {
    position: absolute;
    display: inline-block;
    top: 0;
    /* left: 0; */
    height: 45px;
    width: 45px;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    text-align: center;
    color: white;
    line-height: 42px;
    font-weight: bold;
    font-size: 12px;
}

.product-details-page span.digilive-percentage {
    position: absolute;
    display: inline-block;
    height: 45px;
    width: 45px;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    text-align: center;
    color: white;
    line-height: 42px;
    font-weight: bold;
    font-size: 12px;
}

.storeid-3 .byline-wrapper {
    background-color: #1f1f1f;
    color: white;
}

.storeid-2 .byline-wrapper {
    background-color: #1f1f1f;
    color: white;
}

.storeid-1 span.digilive-percentage {
    background: #3a745d;
    color: #fff;
}

.storeid-2 span.digilive-percentage {
    background: #5da4bd75;
    color: #fff;
}

.storeid-3 span.digilive-percentage {
    background: #ea6b1c;
    color: #fff;
}

.item-box .add-to-wishlists-button {
    background-color: transparent !important;
    background-position: center;
}

.multiplewishlist-wrapper{
    display: none;
}

.category-grid .item-box{
    min-height: 30px;
}

.overview .email-a-friend-button, .overview .add-to-wishlists-button {
    width: auto;
    background-color: rgba(255,255,255,0.7);
    font-size: 12px;
    color: #777;
    padding: 0 10px 0 34px;
    text-transform: none;
    font-weight: normal;
    background-repeat: no-repeat;
    transition: all 0.2s ease;
    background-position: 0;
    margin: unset !important;
    vertical-align: unset !important;
}

.overview .add-to-wishlists-button {
    background-image: url(https://www.torso.no/Content/Images/uploaded/ikoner/product-sprite-sort-huskeliste.png) !important;
    background-size: unset !important;
}

    .overview .add-to-wishlists-button:hover {
        background-image: url(https://www.torso.no/Content/Images/uploaded/ikoner/product-sprite-torso-huskeliste.png) !important;
    }

.overview .email-a-friend-button {
    background-image: url(https://www.torso.no/Content/Images/uploaded/ikoner/product-sprite-sort-mail.png);
}

    .overview .email-a-friend-button:hover {
        background-image: url(https://www.torso.no/Content/Images/uploaded/ikoner/product-sprite-torso-mail.png);
        background-color: transparent;
        color: #ea6b1c;
    }

.dibs-easy-wrapper .quickToCartContainer,
#opc-confirm_order .quickToCartContainer {
    display: none;
}

.pickup-in-store .description{
    text-align:left;
    padding: 15px 0;
}

.skjulkategoribilde .sub-category-item{
    min-height: 70px !important;
}
.skjulkategoribilde .sub-category-item .title {
    top: 50%;
    transform: translateY(-50%);
}

.sub-category-sublist .view-all{
    margin-top: 2%;
    text-align: center;
    background-color: #eaeaea;
    padding: 5px;
    display: block;
}
table.cart .discount {
    font-size: 80%;
    font-style: italic;
    color: #777;
}

.articleName2,
td.product p {
    font-weight: 400 !important;
    font-size: 11px !important;
    font-style: normal !important;
}

.quantityInPackproduct-list {
    position: absolute;
    top: 55px;
    right: 30px;
    font-size: .85em;
    padding-top: 10px;
}

.price-deactived-reminder {
    position: fixed;
    bottom: 0;
    background-color: #e97f7f;
    color: white;
    max-width: 20%;
    min-height: 75px;
    font-size: 25px;
    text-align: center;
    padding: 25px;
    text-transform: uppercase;
}

.checkout-extended-dibsinfo {
    visibility: hidden;
}