﻿.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;
}

.stockinfo {
    font-size: 10px;
}

.qty-box-custom {
    bottom: 5px;
    left: 5px;
    width: 100%;
    text-align: center;
}

img {
    max-width: 100%;
    max-height: 90%;
}

.clerk-load-more-button {
    display: block;
    margin: 0 auto;
    width: 75%;
    padding: 15px;
    margin-top: 15px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: gray;
    color: white;
    text-align: center;
}

.ten-or-more,
.five-or-more,
.few-in-stock {
    color: #607C5C;
}

.two-banners {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1201px) {
    .two-banners {
        width: 1200px;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
        margin-bottom: 80px;
    }
}

.left-banner {
    width: 50%;
}

.right-banner {
    width: 50%;
}

@media screen and (max-width: 992px) {
    .left-banner {
        width: 100%;
    }

    .right-banner {
        width: 100%;
    }
}

.clerk-slider-item .picture a {
    background-color: white;
}

.dibs-easy-wrapper .order-summary-content.one-page-checkout .cart-info.cart-info-stick {
    display: none;
}

.total-info {
    background-color: white;
    padding: 20px;
}

.shippingDibs .ShippingOptions li {
    width: 100%;
    margin: 0;
    margin-top: 10px;
    padding: 15px;
}

.cart .product-picture a {
    line-height: 100px;
}

.cart .product-picture img {
    vertical-align: middle;
}

.row-wrapper .row .box .picture-title-wrap .picture {
    display: none;
}

.full-description .product-specs-box .table-wrapper {
    text-align: center !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25% !important;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

    .video-container iframe, .video-container object, .video-container embed, .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.klarna-checkout-buttons button {
    margin: 5px;
}

/* Custom styles for Clerk-newsletter in footer */
#clerk-add-subscriber-btn {
    height: 30px;
    width: auto;
    background-color: #7ebf7e;
    border: 1px solid #7ebf7e;
    color: #fff;
    cursor: pointer;
}

#clerk-add-subscriber-input {
    height: 30px;
    width: 70%;
    padding: 0px 0px 0px 6px;
    border: 1px solid #d3d3d3;
    vertical-align: baseline;
}

#clerk-subscribe-message {
    padding-top: 8px;
}

/* Custom styles for Klaviyo newsletter in footer */
#klaviyo-subscription-button {
    height: 30px;
    width: 100px;
    background-color: #7ebf7e;
    border: none;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}

#klaviyo-subscription-email {
    height: 30px;
    width: calc(100% - 104px);
    max-width: 300px;
    padding: 0px 0px 0px 6px;
    border: none;
    vertical-align: middle;
}

#klaviyo-subscription-response {
    margin: 10px 0 0 0;
}

.klaviyo_resp_err {
    color: lightcoral;
}

.klaviyo_resp_succ {
    color: lightgreen;
}

.footer-images-item {
    margin: 5px;
}

@media (min-width: 768px) {
    #payment-method-image {
        height: 50px;
    }

    #payment-method-image-mastercard {
        height: 32px;
        margin-top: 9px;
    }
}

@media (max-width: 767px) {
    .footer-group {
        padding-bottom: 10px;
    }

    #payment-method-image {
        height: 30px;
    }

    #payment-method-image-mastercard {
        height: 20px !important;
        margin-top: 5.75px !important;
    }
}

.social-sharing {
    padding-top: 10px;
}

.clerk_sort_select {
    background-color: white;
    border-radius: 5px;
}

.clerk-search-page-sorting-box {
    margin-right: 86%;
}

@media (max-width: 1025px) {
    .clerk-search-page-sorting-box {
        margin: auto;
    }

    .clerk_sort_select {
        margin-bottom: 20px;
        width: 100%;
    }
}

.header-lower {
    background-color: #2c2c2c;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 1260px) {
    .responsive-logo-wrapper {
        background-color: #2c2c2c;
    }
}

ul.list.footer-collapse li.address-street {
    display: none;
}

#location-stores-list-label {
    font-size: 17px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#location-stores-list {
    max-height: 28px;
    line-height: 24px;
    color: #fff;
    border: none !important;
    background: none;
    max-width: max-content;
    padding: 0;
    text-align: center;
}

    #location-stores-list:hover {
        color: #8cbd84;
    }

    #location-stores-list option {
        color: #444;
    }

.header-store-select-wrapper select {
    font-size: 12px !important;
    font-weight: 400;
}

.header-store-select-wrapper {
    margin-top: 11px;
}

    .header-store-select-wrapper:hover {
        color: #8cbd84;
    }

.hedar-links-item {
    margin-top: 19px;
}

.filter-my-store {
    float: left;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-weight: 400;
}

#filter-by-my-store {
    height: 20px;
    width: 20px;
    align-self: center;
    margin: 0 10px 0 5px;
}

.filter-my-store {
    display: flex;
}

#filter-by-my-store-label {
    font-size: 12px;
    align-self: center;
    overflow-wrap: normal;
}

.not-in-my-store {
    float: left;
    height: min-content;
    line-height: 38px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: red;
    font-weight: 400;
    padding-left: 10px;
}

.header-upper {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

#pickup-in-my-store {
    margin: 5px;
    max-width: 300px;
    width: 100%;
}

.admin-header-links {
    text-align: left;
    color: #fff;
    position: absolute;
    left: 220px;
}

.search-box.store-search-box {
    position: relative;
    padding: 0;
}

/*.store-search-box form, .store-search-box form::before, .store-search-box, .store-search-box .search-box-button, .store-search-box input.search-box-text {
    height: 38px !important;
    line-height: 38px !important;
}*/

.header-links-wrapper {
    text-align: right;
    max-width: max-content;
    color: #fff;
    position: absolute;
    top: 0;
    right: 180px;
}

@media (min-width: 1261px) {
    .filter-my-store {
        height: 40px;
        line-height: 38px;
    }

    .store-select .header-links-span {
        display: none;
    }
}

@media (max-width: 1260px) {
    .responsive-logo-wrapper {
        position: relative;
        z-index: 2;
        height: 50px;
        box-shadow: 0 1px 0 #e3e3e3;
        padding: 0 50px;
        text-align: center;
        font-size: 0;
    }

    .header {
        padding-top: 90px;
    }

    .store-search-box {
        top: 0;
        width: 100%
    }

        .store-search-box form {
            width: 100%;
        }

    .admin-header-links {
        max-width: max-content;
        height: 38px;
    }

    .filter-my-store {
        height: 55px;
        line-height: 25px;
        width: 50%;
    }

    #location-stores-list {
        height: 50px;
        max-height: 50px !important;
    }

    .header-store-select-wrapper {
        margin-top: 0 !important;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 12px;
    }

        .header-store-select-wrapper .header-links-span {
            top: 20px;
        }
}

@media (max-width: 453px) {
    .header-upper {
        flex-direction: column-reverse;
    }

    .admin-header-links {
        width: 100%;
        max-width: 100% !important;
    }
}

.picup-in-store-container {
    max-width: 600px;
    max-height: 184px;
    color: #444;
    background-color: #eee;
    padding: 0 30px;
}

.pickup-in-store label::before {
    display: none;
}

#pickup-points-select {
    max-width: 596px !important;
    border: #444 solid 1px;
}

.pickup-in-store label {
    padding-top: 15px !important;
}

.header-bottom {
    background-color: #3b3d3b;
}

@media (min-width: 1261px) {
    .header-bottom .header-menu {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .header-menu .menu-body > ul > li > a,
    .header-menu .menu-body > ul > li > span {
        color: #fff !important;
    }
}

.header-links {
    display: flex;
    flex-direction: row;
}

.product-grid .item-box {
    border-radius: 15px;
}

    .product-grid .item-box .ribbon-wrapper {
        border-radius: 15px 15px 0 0;
    }

    .product-grid .item-box .details-top {
        font-weight: 800;
    }

    .product-grid .item-box .buttons .quick-view-button,
    .product-grid .item-box .buttons .add-to-wishlist-button {
        display: none;
    }

.item-box .details {
    display: flex;
    justify-content: space-between;
}

.product-grid .item-box input[type="button"] {
    border-radius: 5px;
    height: 40px;
    width: 40px !important;
}

.product-grid .ajax-cart-button-wrapper {
    margin: 0 !important;
}

.item-box .details-right {
    align-self: center;
    max-width: 65px;
    min-width: 60px;
}

.item-box .details-left {
    text-align: left !important;
    margin: 0 10px;
}

ul.mega-menu {
    width: 80vw;
}

.product-box-discount-percent {
    width: fit-content;
    height: 40px;
    position: absolute;
    top: 80px;
    right: 0;
    font: bold 20px 'Roboto', sans-serif;
    text-align: center;
    padding: 5px;
    background-color: #607C5C;
    border-radius: 5px 0 0 5px;
    color: #fff;
}

.product-box-click-here {
    width: 130px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 0;
    font: normal 12px 'Roboto', sans-serif;
    text-align: center;
    background-color: #607C5C;
    border-radius: 5px 0 0 5px;
    color: #fff;
    overflow-wrap: normal;
    display: flex;
}

    .product-box-click-here span {
        padding: 5px;
    }

.newsletter-description {
    margin: 0 10px 20px 10px;
}

.footer-logo {
    width: 225px;
    height: 26px;
    margin: auto;
}

@media (max-width: 1260px) {
    .footer-lower-center {
        padding-top: 10px;
    }
}

.short-description ul {
    list-style-type: circle;
    list-style: inside;
}

    .short-description ul li ul li {
        padding-left: 20px;
    }

@media (min-width: 1001px) {
    .section.shipping-method {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 1000px) {
    .section.shipping-method {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .shipping-method ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .picup-in-store-container,
        .shipping-method ul li {
            max-width: 90vw;
            align-self: center;
            margin: 10px 0 0 0 !important;
            width: 470px !important;
            height: max-content !important;
        }
}

/* Verdier hentet fra global.css som 4sound har editert selv */

/* Global page width */
.master-column-wrapper {
    max-width: 1400px;
    margin: auto;
}

.topic-page .page-body {
    max-width: 1400px;
}

/* Breadcrumb wider*/
@media (min-width: 768px) {
    .category-page-two-columns .breadcrumb {
        width: 67%;
    }
}

/* jcarousel categories */
.nop-jcarousel .carousel-title strong {
    font-weight: 400;
    color: black;
}

.popular-cats {
    margin-top: 13px;
}

    .popular-cats > div > div.slick-carousel.item-grid.slick-initialized.slick-slider > div > div > div > div > div > div.title > div > a {
        font-weight: bolder;
        color: black;
        font-size: 17px;
    }

    .popular-cats > div > div.slick-carousel.item-grid.slick-initialized.slick-slider > div > div > div > div > div > div.picture > a > img {
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
        padding: 25px;
        background-color: white;
        border-radius: 5px;
    }

    .popular-cats > div > div.slick-carousel.item-grid.slick-initialized.slick-slider > div > div > div > div > div > div.picture {
        padding: 5px 0px;
    }

/* Border-radius topic page box */
.topic-page .page-body {
    border-radius: 5px;
}

/* Move store-selector 1 px up */
.header-store-select-wrapper {
    margin-top: 10px;
}

/*  */
.mini-shopping-cart .buttons button {
    font-size: 14px;
}

/* Flyoutcart img vertical and horizontal align */
#flyout-cart > div > div.items > div > div.picture > a > img {
    width: 105px;
    height: 80px;
    object-fit: contain;
}
/* Admin menu in header desktop */
@media (min-width: 1261px) {
    .admin-header-links {
        width: 245px;
        margin-top: 0px;
        justify-content: space-between;
        height: 100%;
        display: flex;
        align-items: center;
    }

        .admin-header-links a {
            padding: 0 5px 0px 5px;
            background-color: #3b3d3b;
            border-radius: 5px;
            box-shadow: 0px 0px 2px #000000;
        }
}
/* Admin menu in header mobile */
@media (max-width: 1260px) {
    .admin-header-links {
        position: unset;
        height: 25px;
        border: none;
        text-align: center;
        background-color: inherit;
    }

        .admin-header-links a {
            color: white;
            line-height: 25px;
        }
}

/* Border-radius flyoutcart */
@media (min-width: 1261px) {
    .header-flyout-cart:hover .flyout-cart,
    #flyout-cart > div > div.buttons {
        border-radius: 0 0 0 5px;
    }
}

/* Mega-menu drop-down border-radius */
.mega-menu .dropdown.active,
.header-menu .sublist {
    border-radius: 5px;
}
/* shopping cart, wishlist border radius */
.wishlist-page .no-data,
.compare-products-page .no-data,
.shopping-cart-page .no-data {
    border-radius: 5px;
}

/* Cart border-radius */
.shopping-cart-page .totals {
    border-radius: 5px;
}

.cart-content .table-wrapper {
    border-radius: 5px 5px 0 0;
}

.cart-options > .common-buttons {
    border-radius: 0 0 5px 5px;
}
/* Trash can cart page height */
.removefromcartbutton {
    height: 25px;
}
/* Quantity box cart border-radius */
.cart .qty-input,
.cart .qty-dropdown {
    border-radius: 5px;
}

/* Product page */
@media screen and (min-width: 769px) {
    /* Main img PDP size when > 1 image */
    div.product-essential > div.equalizer-box > div.gallery-wrapper.equalize > div.gallery > div.picture > div > img {
        height: 230px;
        object-fit: contain;
    }
    /* Set background color white and set margin bottom */
    .product-page-layout-one .equalizer-box {
        background-color: white;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    /* Remove borders PDP */
    .gallery-wrapper.equalize,
    .product-page-layout-one .overview-wrapper {
        border: none;
        margin: 0 0 0 0;
    }
    /* Breadcrumb bolder */
    .product-details-page .breadcrumb {
        font-weight: bolder;
    }
    /* Bolder product title */
    .product-details-page .product-name h1 {
        font-weight: bolder !important;
    }
}

/* Long description PDP */
.full-description {
    border-radius: 5px;
}

/* Remove category box view on product page and fill with product info */
.block.block-category-navigation {
    display: none !important;
}

.product-page-layout-one .product-essential {
    width: 100%;
}

/* Remove social sharing buttons on product page */
.product-social-buttons {
    display: none;
}

/* Product card add-to-cart button */
@media (min-width: 980px) {
    .item-box .details-right {
        align-self: flex-start;
        margin-top: 3px;
        margin-right: 0px;
    }

    .product-grid .item-box input[type="button"] {
        width: 50px !important;
        height: 50px !important;
    }

    .product-grid .ajax-cart-button-wrapper {
        width: 50px;
        height: 50px;
    }

    .product-grid .item-box .buttons {
        height: 50px;
    }
    /* Product cards */
    .item-box .details-left {
        max-height: 80px;
    }

    .product-grid .item-box .details-top {
        max-height: 50%;
    }
}

@media screen and (max-width: 980px) {
    /* Your CSS rules for this screen width range */
    .item-box .price.actual-price {
        margin: 0 0 0 0;
    }

    .item-box .details-left {
        margin: 0 0 0 5px;
    }

    .item-box .details-right {
        align-self: flex-start;
    }

    .item-box .prices {
        max-height: 64.8px;
        height: 100% !important;
        min-height: 40px;
    }

    .item-box .price.actual-price {
        font-size: 16px;
    }

    .item-box .only-price {
        font-size: 16px;
        margin-top: 16px;
    }

    .product-box-click-here {
        font: normal 10px "Roboto", sans-serif;
        height: 32px;
        width: 115px;
        top: 5px !important;
    }

    .product-box-discount-percent {
        font-size: 12px !important;
        height: 20px !important;
        top: 42px !important;
        line-height: 11px !important;
    }
}
/* Product card - Background color add-to-cart */
.item-box input.product-box-add-to-cart-button {
    background-color: #8cbd84;
    border: 0;
}
/* Product card ribbons placement */
.product-box-click-here {
    top: 15px;
    background-color: #8cbd84;
    transition: 0.3s;
}

    .product-box-click-here:hover {
        background-color: #607c5c;
    }

    .product-box-click-here > i {
        font-size: 17px;
    }

.product-box-discount-percent {
    font-size: 17px;
    height: 29px;
    background-color: #8cbd84;
    top: 65px;
}
/* Product card border radius */
.product-grid .item-box {
    border-radius: 5px;
}

/* Product card title clipping */
.item-box .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 35px;
    text-overflow: ellipsis;
}

/* Cart product thumbnails image resize */
.cart .product-picture img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    padding: 5px;
}

.cart .product-picture a {
    border-radius: 5px;
}

/* Search bar top */
@media (min-width: 1261px) {
    .master-wrapper-content {
        top: 120px;
    }

    .store-search-box form {
        padding: 0 0px 0 0;
        border-width: 0 0 0 0px;
        height: auto;
        margin-top: 8px;
    }

    .store-search-box input.search-box-text {
        border-radius: 5px;
        height: 45px;
    }

    .store-search-box form:before,
    .store-search-box .search-box-button {
        display: none;
    }
}

/* Remove margin left of mega menu sub cats */
.mega-menu .subcategories {
    margin-left: 0px;
}

ul.mega-menu > li > div > div > div > div > div.wrapper.full > div > a > img {
    display: none;
}

ul.mega-menu > li > div > div > div > div > div.wrapper.full > div {
    display: none;
}

/* Category sites view mode border-radius */
.product-selectors .product-viewmode a {
    border-radius: 5px;
}

/* Category page filter page border-radius */
.filtersTitlePanel {
    border-radius: 5px;
}

.filtersPanel > div {
    border-radius: 5px;
}

/* Anywhere sliders rounded edges */
.anywhere-slider .picture-slide img {
    border-radius: 5px;
}

/* Hover color add-to-cart button */
.product-grid .item-box input[type="button"]:hover {
    background-color: #607c5c !important;
}

/* Category icon top left on category side border-radius */
.blocks-wrapper > .block-category-navigation > div::before {
    border-radius: 5px;
}

/* Recently viewd products on category page */
div#RecentlyViewedProductsList > ul > li > a {
    height: 75px;
    border-radius: 5px;
}

    div#RecentlyViewedProductsList > ul > li > a > img {
        height: 100%;
        object-fit: contain;
        padding: 5px;
    }

/* Category page side menu border radius */
.blocks-wrapper {
    border-radius: 5px;
}

/* Sub-categories images border radius */
.sub-category-grid > div > div {
    border-radius: 5px;
}

.category-page-two-columns .sub-category-item {
    border-radius: 5px;
}

/* Stock info on product card */
.stockinfo {
    margin-top: 3px;
    font-weight: bolder;
}

/* Mobile view mini banners*/
@media (max-width: 768px) {
    .two-banners {
        max-width: 100% !important;
    }

        .two-banners.right-banner {
            padding: 0px !important;
            margin-bottom: 0px !important;
        }

        .two-banners.left-banner {
            margin-bottom: 0px !important;
            margin-bottom: 15px !important;
            padding-top: 0px !important;
        }
}
/* Desktop view */
@media (min-width: 768px) {
    /* 2x banner frontpage */
    .left-banner {
        width: calc(50% - 8px) !important;
        margin-right: 10px !important;
    }

    .right-banner {
        width: calc(50% - 7px) !important;
        margin-left: 5px !important;
    }

    .two-banners {
        display: inline-block !important;
        margin-bottom: 0px !important;
    }
    /* Buy button PDP */
    .overview-buttons-wrapper .add-to-cart {
        width: calc(100% - 56px);
    }
}


/* Verdier hentet fra global.css som 4sound har editert selv */

.cart-reservation-btn {
    /*display: none;*/
    font-size: 13px;
}

.picup-in-store-container {
    /*display: none;*/
}

@keyframes hithere {
    30% {
        transform: scale(1.2);
    }

    40%, 60% {
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 1549px) {
    .header-store-select-wrapper {
        animation-name: hithere;
        animation-duration: 2s;
        animation-iteration-count: 1;
    }
}

@media (min-width: 1550px) {
    .store-select-bubble::before {
        content: "Velg din butikk";
    }

    .store-select-bubble {
        color: #fff;
        background-color: #8cbd84;
        position: relative;
        padding: 10px;
        border-radius: 5px;
        margin: 20px auto;
        max-width: 320px;
        font-size: 12px;
        animation-name: hithere;
        animation-duration: 2s;
        animation-iteration-count: 1;
    }

        .store-select-bubble::after {
            content: "";
            border: 15px solid transparent;
            position: absolute;
            border-bottom-color: #8cbd84;
            border-top: 0;
            top: -15px;
            left: 53%;
            margin-left: -20px;
        }

    .store-select {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.all-products-in-category {
    padding: 10px 0;
    border-bottom: 1px dashed #e6e6e6;
}

.item-grid {
    margin-top: 10px;
}

/*START - Style for See-more pictures button on product page*/
.picture-thumbs .see-more-pictures,
.picture-thumbs .see-more-pictures span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136px;
    height: 136px;
}

.picture-thumbs .see-more-pictures {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    font-size: 16px;
    background-color: rgba(0,0,0,0.1);
    z-index: 10;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.picture-thumbs .see-more-pictures:hover {
    opacity: 70%;
}
/*END - Style for See-more pictures button on product page*/

.product-essential .original-price {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
}

.product-details-page .overview .prices {
    margin: 0;
}

.product-details-page .overview .lowest-price {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}

.lipscore-button-wrapper {
    font-size: 120%;
    font-weight: normal;
    letter-spacing: 0;
    display: block;
    margin-top: 4px;
    margin-bottom: 14px;
    text-decoration: none;
}

/*START - custom styling for Lipscore wrapper in header and 4sound logo*/

@media (max-width: 1260px) {
    .lipscore-header-lps {
        position: absolute;
        left: 225px !important;
        margin-top: 2px !important;
        display: flex;
        z-index: 4;
    }
    .admin-header-links {
        height: 43px !important;
    }
    .header .responsive-strip .responsive-logo-wrapper {
        text-align: left;
    }
}

@media (max-width: 766px) {
    .header .responsive-strip .responsive-logo-wrapper {
        text-align: left;
    }
    .header .responsive-strip .lipscore-header-lps {
        position: absolute !important;
        text-align: right !important;
        left: 225px !important;
    }
}

@media (max-width: 600px) {
    .header .responsive-strip .lipscore-header-lps {
        display: none !important;
    }
    .header .responsive-strip .responsive-logo-wrapper {
        text-align: center;
    }
}

.lipscore-header-lps {
    text-align: left;
    position: fixed;
    left: 295px;
    margin-top: 9px;
}
/*END - custom styling for Lipscore wrapper in header and 4sound logo*/

/*Custom box for stock information on product page*/

@media (max-width: 768px) {
    .display-product-info {
        font-size: 13px;
    }
}

@media (min-width: 769px) {
    .display-product-info {
        font-size: 15px;
    }
}

.display-product-info {
    text-align: center !important;
    font-family: 'Lato', sans-serif;
    background-color: #eee;
    padding: 15px 8px;
    border-radius: 3px;
}

/*START - Styling for SVEA checkout button*/
#checkout-svea {
    background-color: #8cbd84;
    width: 100%;
    max-width: 300px;
    border: none;
    padding: 17px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    transition: .3s ease;
    color: #fff;
    margin: 5px;
}
/*END - Styling for SVEA checkout button*/

/*START - Styling for SVEA part payment widget*/
.cart-info .svea-part-payment-widget {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*END - Styling for SVEA part payment widget*/

/*START - Styling for shippingoptions in checkout*/
.checkout-page .checkout-data .method-list {
    display: flex;
}
/*END - Styling for shippingoptions in checkout*/