﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/*Zoeken producten*/
#ZoekDivContent {
    position: absolute;
    z-index: 16;
    top: 40px;
    left: 0;
    overflow: hidden;
    width: 320px;
    padding-bottom: 0;
    white-space: normal;
    border-top: none;
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
    padding-left: 5px;
}

@media screen and (max-width: 660px) {
    #ZoekDivContent {
        top: 140px;
    }
}

.list-group-search-results {
    background-color: #28a745;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

.list-group-search-results-footer {
    background-color: #f9f9f9;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-group-searchitem-container {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dotted #e6e6e6;
    padding-left: 5px;
    padding-right: 5px;
}

a.list-group-searchitem:focus, a.list-group-searchitem:hover {
    text-decoration: none;
    background-color: #f5f5f5
}
/*Zoeken producten*/
.list-group-searchitem {
    padding-top: 5px;
    color: #333;
}

    .list-group-searchitem strong {
        color: #ff0000;
    }

.list-group-searchitem-title {
    overflow-x: hidden;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*//#28a745;*/
.list-group-searchitem-image {
    float: left;
    max-width: 34px;
    margin-right: 10px;
}

.list-group-searchitem-points {
    width: 100%;
    text-align: right;
    font-weight: bold;
    color: #9bbb59;
    font-size:14px;
    padding-right:10px;
}
.list-group-searchitem-points-name {
    margin-left:10px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-item {
    text-align: center;
}
    /* Sticky footer styles
-------------------------------------------------- */
    html {
        font-size: 14px;
        font-family: "Helvetica Neue", Arial, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    .no-left-and-right-padding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .product-overview-title {
        padding-left: 15px;
    }

    @media(max-width:768px) {
        .product-overview-title {
            padding-left: 3px;
        }
    }

    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }

    body {
        /* Margin bottom by footer height */
        font-family: "Helvetica Neue", Arial, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        margin-bottom: 0px;
        margin-top: 90px;
    }

    .fixed-top {
        height: 90px;
    }

    .navbar-background-color {
        background-color: #ffffff;
    }

    .footer {
        /*position: absolute;
    bottom: 0;*/
        display: none;
        width: 100%;
        /*white-space: nowrap;
     Set the fixed height of the footer here 
    height: 60px;
    line-height: 60px; /* Vertically center the text there  */
    }

    .container-page-layout {
        width: 100%;
    }

    .container-page-login {
        width: 100%;
    }

    .container-view {
        max-width: 448px;
        margin: auto;
    }

    .container-product-overview-sort-bar {
        display: flex;
        justify-content: space-between;
        padding-bottom: 1rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-sort-bar-count {
        font-size: .85714em;
        padding-top: .5em;
    }

    .product-overview-sortorder {
        margin-left: auto;
        font-size: .85714em;
        vertical-align: middle;
    }

    .product-overview-sortorder-select {
        /*height:2.05rem;*/
    }

    .form-sort-order {
        /* display: block; */
        /* width: 100%; */
        /*height: calc(2.25rem + 2px);*/
        padding: 0.375rem 0.75rem;
        /* font-size: 1rem; */
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }

    .product-overview-change-view {
        display: inline;
        margin-left: 10px;
        padding-top: .4em;
    }

    .show-price-description {
        display: none;
    }

    .show-consumer-price {
        text-align: center
    }

    .show-consumer-price-description {
        color: #828282;
        font-size: .8rem;
    }

    .show-consumer-price-value {
        color: #828282;
        font-size: .8rem;
        text-decoration: line-through;
    }

    .show-discount-description {
        font-weight: bold;
        font-size: .8rem;
    }

    .show-discount-value {
        font-weight: bold;
    }

    .price-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
        z-index: 1;
        margin-bottom: .5rem;
        max-width: 15.71429em;
    }

    .disable-price-block {
        visibility: hidden;
    }

    .show-price-description {
        margin-right: .5rem;
    }

    .price-block__price, .price-block__promo {
        display: flex;
        height: auto;
    }


    .price-block__highlight.is--price-off-discount {
        border-radius: 4px 0 0 4px;
        padding-left: .5em;
        min-width: 6em;
    }

    .price-block__highlight.is--discount, .price-block__highlight.is--price-off-discount {
        background-color: #ff4947;
        color: #fff;
        border: 0;
    }

    .price-block__highlight {
        display: inline-flex;
        align-items: flex-start;
        flex-direction: row;
        color: #ff4947;
        border-right: 1px solid #e6e6e6;
        min-height: 2.5rem;
        position: relative;
        border-radius: 0 4px 4px 0;
    }

        .price-block__highlight.is--price-off-discount:after {
            top: 0;
            right: -11px;
            border-radius: 0 4px 4px 0;
        }

        .price-block__highlight:after {
            position: absolute;
            top: 0;
            bottom: 0;
            transform: skewX(-15deg);
            z-index: -1;
            background-color: inherit;
            width: 1.5em;
            height: 100%;
            content: '';
            border-left: 1px solid #e6e6e6;
            border-radius: 4px 0 0 4px;
        }


        .price-block__highlight.is--price-off-discount {
            color: #fff;
        }

    .promo-price {
        /*color: #ff4947;*/
        font-size: 1.85714rem;
        font-weight: 700;
        font-family: Arial,Helvetica,sans-serif;
        display: inline-flex;
        align-items: center;
        align-self: center;
        margin-top: 5px;
        line-height: initial;
    }

    .promo-price__fraction {
        position: relative;
        top: -4px;
        left: 0;
        font-size: 1.07143rem;
        /*color: #ff4947;*/
    }

    .show-price__fraction:after {
        content: ',';
        position: relative;
        top: -7px;
        display: block;
    }

    .promo-price__fraction:after {
        content: ',';
        position: relative;
        top: -7px;
        display: block;
    }


    .promo-price__fraction--dash, .promo-price__fraction:after {
        font-size: 1.85714rem;
        line-height: 0;
    }

    .promo-price__fraction:after {
        top: 2px;
    }

    sup {
        vertical-align: super;
        line-height: normal;
    }

    .mobile-menu-item, .mobile-submenu-item {
        /*line-height: 50px;*/
    }

    .mobile-menu-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        border: 0px solid #ddd;
    }

    mobile-menu-hyperlink {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

    a.mobile-menu-hyperlink:focus, .mobile-menu-hyperlink:focus:hover {
        text-decoration: none;
        color: #1d1d1d;
    }

    .mobile-menu-submenu-indicator-column {
        font-size: 2rem;
    }

    .list-group-item {
        border: 0px solid #ffffff;
    }

    a.list-group-item {
        color: #1d1d1d;
    }

    @media screen and (max-width: 768px) {
        a.list-group-item:after {
            font-family: FontAwesome;
            position: absolute;
            top: 10px;
            right: 15px;
            content: "\f054";
        }

        .product-card-wrap .product-card .price-block {
            margin-top: 20px;
        }
    }

    @media screen and (max-width: 768px) {
        a.list-group-item {
            border-top: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6;
        }

        .container-mobile-category .ul.filter {
            list-style-type: none;
        }

        .mobilemenu {
            background-color: #000000;
            position: fixed;
            width: 90%;
        }
    }

    @media (min-width: 768px) {
        #mobilemenu.navbar-collapse {
            display: none !important
        }
    }

    .menu-flex-box {
        display: flex;
        justify-content: flex-end;
    }

    .navbar-toggler {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.9);
    }

    .navbar-bottom {
        border-bottom: 2px solid #c0c0c0;
        margin-bottom: 2px;
    }

    .mobile-header-icons {
        color: #ffffff;
    }

        .mobile-header-icons:hover {
            color: #ffffff;
        }

    /*category display for mobile*/
    .container-mobile-category > categories {
        font-size: 14px;
        margin-top: 20px;
    }

    @media (max-width: 768px) {
        .navbar {
            background-color: #000000 !important;
            color: #ffffff !important;
        }

            .navbar > .container {
                display: block;
                justify-content: unset;
            }

        .navbar-toggler-custom-icon {
            color: #ffffff !important;
            margin-right: 15px;
            padding: 3px 15px 3px 0px;
            border-right: 1px solid #999999;
        }

        .navbar-toggler-custom-icon-bars {
            padding: 3px 5px 3px 5px;
            color: #ffffff !important;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
    }

    .sub-category-menu-wrp {
        background-color: transparent;
        padding: 25px 19px;
        margin-bottom: 11px;
    }

    .categories {
        margin-top: 0px
    }

    .categorie i {
        font-size: 30px;
        color: #000
    }

    a.categorie:hover {
        background-color: #0B1902;
        color: #00561c
    }

    a.categorie {
        color: #f3ee8c
    }

    .categorie a:hover {
        background-color: #0B1902;
        color: #D0D5CB
    }

    .categorie a:visited {
        background-color: #0B1902;
        color: #D0D5CB
    }

    a.showing {
        border-left: 2px solid #e3010f
    }



    @media (max-width: 768px) {
        a.list-group-item1:after {
            font-family: 'FontAwesome';
            content: '\f054';
            color: #007dc3;
            margin-left: auto;
        }
    }


    .product-list-container {
        padding-top: 20px
    }

    @media(max-width:768px) {
        .product-list-mobile-small-padding {
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    .product-card-wrap .product-card {
        padding: 10px 20px 20px 20px;
        background-position: 0px 307px;
        height: 400px;
        overflow: hidden;
        border-radius: 6px;
        border: 1px dashed #B5B5B5;
        position: relative;
        /* background-color: #FFF; */
        background-repeat: repeat-x;
    }

    .product-card.orderactive {
        height: auto
    }

    .product-thumbnail {
    }

    .container .grid_4 {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        background-color: #b94a48;
    }

    .product-card-wrap {
        /*background: none repeat scroll 0% 0% rgba(11, 25, 2, 0.06); */
        margin-bottom: 30px;
        clear: both;
        /*
    background-image: url(/product_achtergrond/background-product.jpg);
    background-position:center top;
*/
    }

    .price-item-view {
        text-align: center;
        margin-bottom: 10px;
        font-size: 10px
    }

    a {
        color: #0096BB;
        text-decoration: none;
    }

    .readmore {
        color: #474540;
        font-size: 11px;
        text-decoration: none;
    }

    a img {
        border: medium none;
    }

    .product-card-wrap .product-card .product-name {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        height: 4.7em;
        padding: 0px 0px;
        margin-bottom: 7px;
        margin-top: 14px;
        text-align: center;
        display: block
    }

        .product-card-wrap .product-card .product-name a {
            color: #474540;
        }

        .product-card-wrap .product-card .product-name span {
            display: block;
            font-size: 11px;
            max-height: 15px;
            overflow: hidden;
            color: #ff0000;
            font-weight: normal;
            padding-top: 0px;
        }

    .product-card-wrap .product-card .product-detail-name {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        /*height: 1.5em;*/
        padding: 0px 0px;
        margin-bottom: 7px;
        margin-top: 14px;
        display: block
    }

    b, strong {
        font-weight: bold;
    }

    .product-card-wrap .product-card p.product-description {
        /*color: rgb(117, 121, 111) !important; */
        color: #ff0000;
        padding: 0px 0px;
        font-size: 11px !important;
        line-height: 15px;
        height: 60px; /*was 90*/
        overflow: hidden;
        text-overflow: ellipsis
    }

    .showpoints-price {
        display: block;
        height: 2em;
        text-align: center;
        margin-bottom: 10px;
        font-size: 16px;
        color: #e01f76
    }

    .product-points {
        font-weight: bold;
        color: #0f5aa4;
    }

    .product-pointsName {
        color: #0f5aa4;
    }

    .product-card-wrap .product-card ul.product-meta {
        list-style: none outside none;
        position: absolute;
        /* width: 190px; */
        width: 100%;
        bottom: 68px;
        left: 10px;
        margin: 0px;
        /*color: #0B1902; */
        color: #ff0000;
    }

        .product-card-wrap .product-card ul.product-meta li {
            /*width: 190px;*/
            width: 100%;
            font-size: 12px;
            margin: 0px !important;
        }

            .product-card-wrap .product-card ul.product-meta li a {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                /*color: #75796F; */
                color: #ff0000;
            }

    .product-goal-bar-padding {
        padding: 0px 5px 0px 5px;
    }


    .product-card-wrap .product-card .product-goal-bar {
        border-radius: 4px;
        /*position: absolute;
    bottom: 43px;
    left: 10px;
    /*width: 190px; */
        width: 100%;
        height: 4px;
        background: none repeat scroll 0% 0% #D0D5CB;
        padding: 0px;
        margin-top: 5px;
    }

        .product-card-wrap .product-card .product-goal-bar .product-goal {
            background: none repeat scroll 0% 0% #00561c;
            border-radius: 4px;
            height: 4px;
        }


    .button-details {
        font-size: 16px;
        width: 80px;
        text-align: center;
        background-color: #007dc3;
        color: #ffffff;
        -webkit-border-radius: 5;
        -moz-border-radius: 5;
        border-radius: 5;
        padding: 0;
    }

    @media screen and (min-width: 768px) {
        .button-details {
            font-size: 20px;
            width: 100px;
        }
    }

    .product-card-wrap .product-card ul.product-stats {
        display: table;
        margin: 0;
        padding: 0;
        bottom: 5px;
        width: 100%;
        font-size: 24px;
        color: #007dc3
    }

    .product-card-wrap .product-card .show-long-description {
        margin-top: 30px;
        padding: 0;
        bottom: 5px;
        width: 100%;
    }

    .product-card-wrap .product-card .show-long-description-content {
        color: #2b2b2b;
        font-size: 16px;
    }

    @media screen and (min-width: 768px) {
        .product-card-wrap .product-card ul.product-stats {
            font-size: 28px;
        }
    }

    @media screen and (max-width: 768px) {
        .product-card-wrap .product-card ul.product-stats {
            font-size: 1rem;
        }

        .product-card-wrap {
            padding-left: 3px;
            padding-right: 3px;
        }
    }

    .product-card-wrap .product-card ul.product-stats li {
        display: table-cell;
    }

        .product-card-wrap .product-card .product-stats li:first-child, .product-card-wrap .product-card ul.product-stats li.first {
            text-align: center
        }

        .product-card-wrap .product-card ul.product-stats li.last {
        }

        .product-card-wrap .product-card ul.product-stats li a {
            display: block;
            text-align: center
        }

    .table-vertical-align-middle td {
        vertical-align: middle
    }

    label.error {
        color: #dc3545;
    }

    .loginform {
        margin: 0 auto;
        width: 340px;
    }

    .input-group label.error {
        width: 100%;
    }

    /*new cart page style starts*/


    .cart-items {
        margin-bottom: 2.5rem;
        position: relative;
    }

    .cart-item-row {
        padding-top: 1.5rem;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #aaa;
    }

        .cart-item-row:first-child {
            border-width: 1px 0;
        }

    .product {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-left: -1.5rem;
    }

        .product > .flex-item, .product > .cart-product-detail, .product > .cart-product-actions,
        .product > .cart-product-detail, .product > .cart-product-image, .product > li {
            padding-left: 1.5rem;
        }

        .product a img, img {
            margin: 0;
            border: 0;
        }

    .cart-product-image {
        width: 13.6666666%;
    }

        .cart-product-image a {
            display: block;
            margin-bottom: 1.5rem;
            text-align: center;
        }

        .cart-product-image img {
            max-width: 100%;
            width: auto;
            height: auto !important;
            vertical-align: middle;
        }

    .cart-product-detail {
        width: 86.3333333%;
    }

    .cart-product-details {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin-left: -1rem;
    }

        .cart-product-details > .cart-product-detail-description, .cart-product-details > .cart-product-discounts {
            padding-left: 1rem;
        }

    .cart-product-detail-description {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .cart-product-discounts {
        display: none !important;
    }

    .cart-product-title {
        display: inline-block;
        color: #333;
        font-weight: 600;
        word-wrap: break-word;
    }

    .cart-product-actions {
        width: 86.3333333%;
    }


    .cart-product-actions-border {
        padding-top: 1rem;
        border-top: 1px solid #e6e6e6;
    }

    .cart-actions {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin-left: -1rem;
        direction: rtl;
        text-align: left;
    }

        .cart-actions > .cart-actions-amount, .cart-actions > .cart-actions-option {
            direction: ltr;
            text-align: left;
            padding-left: 1rem;
        }

    .cart-actions-amount {
        width: 66.6666666%;
        margin-bottom: 1rem;
    }

    .cart-actions-option {
        width: 33.3333333%;
        margin-bottom: 1rem;
    }

    .fluid-grid--middle {
        align-items: center;
    }

    .fluid-grid {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

    .fluid-grid--auto > .fluid-grid__item {
        width: auto;
        position: relative;
    }

    .cart-amount-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

        .cart-amount-row .cart-amount-row-points {
            margin-left: auto;
            text-align: right;
        }

        .cart-amount-row .cart-amount-row-price {
            margin-left: auto;
            text-align: left;
        }

    .h-flex {
        display: flex;
        align-items: center;
    }

    .qty-label {
        display: none !important;
    }

    .cart-item-qty {
        margin-right: .5rem;
    }

    .cart-item-points, .cart-item-price {
        margin-right: .5rem;
    }

    .form-select {
        width: 3.75em;
        border-radius: .25rem;
        position: relative;
        border: 1px solid #aaa;
        background: #fff;
        overflow: hidden;
    }

    .form-select {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

        .form-select select:focus {
            outline: 0;
        }

        .form-select:after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            padding: .6rem .6rem .6rem 2rem;
            font-size: 12px;
            content: "\f078";
            pointer-events: none;
            background: #fff;
            background: linear-gradient(to right,rgba(255,255,255,0) 0%,white 55%);
            font-family: FontAwesome;
        }

        .form-select select {
            width: 120%;
            margin: 0;
            padding: .5rem;
            cursor: pointer;
            border: 0;
            background-color: #fff;
            background-image: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

    .form-span {
        text-align: center;
        margin: 0;
        padding: .5rem;
        cursor: pointer;
        border: 0;
        background-color: #fff;
        background-image: none;
        -webkit-appearance: none;
        margin-left: -1rem;
    }

    .cart-actions-amount .price-wrap {
        font-weight: 600;
        white-space: nowrap;
        margin-left: .5rem;
    }

    .cart-favorite-action, .cart-delete-action {
        display: inline !important;
        text-wrap: normal;
    }

    .cart-actions-option .action-btn-link {
        display: inline-block;
        margin-right: 1rem;
        margin-top: .25rem;
        font-size: 1.28571em;
    }

    .action-lnk {
        margin-right: 1rem;
    }

    .xlarge {
        display: block;
        font-size: 1rem;
    }

    .xsmall {
        display: none;
        font-size: 1.28571em;
    }

    .cart-overview {
        padding: 1rem;
        background-color: #fffae5;
        margin-bottom: 2.5rem;
    }

        .cart-overview .cart-overview-table {
            width: 100%;
        }

            .cart-overview .cart-overview-table tr td:first-child {
                width: 65%;
                font-weight: 400;
                text-align: left;
            }

            .cart-overview .cart-overview-table tr td {
                padding: .25em 0;
                font-weight: 600;
                text-align: right;
            }

            .cart-overview .cart-overview-table .total {
                border-top: 1px solid #aaa;
                font-weight: 600 !important;
            }

    .overview-title, .shipping-title {
        font-size: 1.5rem;
        font-weight: 500;
    }

    @media screen and (max-width: 660px) {
        .cart-product-image a {
            margin-left: 1rem;
        }

        .cart-actions-option {
            display: inline-flex;
        }

        .xlarge {
            display: none;
        }

        .xsmall {
            display: inline-block;
        }


        .cart-actions-option .action-btn-link {
            display: inline-block;
        }
    }

    @media screen and (min-width: 480px) {
        .qty-label {
            display: inline-block !important;
        }
    }

    @media screen and (min-width: 660px) {
        .cart-actions-amount {
            width: 60%;
        }

        .cart-product-detail-description {
            width: 60%;
        }

        .cart-product-discounts {
            display: block !important;
            margin-bottom: 1.5rem;
            width: 40%;
        }

        .cart-actions-option {
            width: 40%;
        }

        .xlarge {
            display: inline-block;
        }

        .cart-amount-row .cart-amount-row-points, .cart-amount-row .cart-amount-row-price {
            margin-right: 1rem;
        }

        .cart-actions-option .action-btn-link {
            margin-top: .5rem;
            font-size: 1em;
        }

        .cart-overview {
            margin-right: 0;
            margin-left: 0;
            border-radius: .5rem;
        }
    }

    @media screen and (max-width: 768px) {
        .cart-product-image {
            width: 30.6666666% !important;
        }

        .cart-product-detail {
            width: 69.3333333% !important;
        }

        .cart-product-actions {
            width: 69.3333333% !important;
        }
    }

    @media screen and (min-width: 64em) {
        .cart-product-detail {
            width: 50%;
        }

        .cart-product-detail-description {
            width: 50%;
        }

        .cart-product-discounts {
            display: block !important;
            margin-bottom: 1.5rem;
            width: 50%;
        }

        .cart-product-actions {
            width: 33.3333333%;
        }

        .cart-product-actions-border {
            padding-top: 0;
            border-top: none;
        }

        .cart-actions-amount {
            width: 100%;
            margin-bottom: 1.5rem;
        }

        .cart-actions-option {
            width: 100%;
            margin-bottom: 1.5rem;
        }

        .xlarge {
            display: block;
        }
    }

    @media screen and (max-width: 360px) {
        .cart-product-image {
            width: 24.6666666% !important;
        }

        .cart-product-detail {
            width: 75.3333333% !important;
        }

        .cart-product-actions {
            width: 75.3333333% !important;
        }
    }

    @media screen and (max-width: 296px) {
        .cart-actions-amount {
            width: 100% !important;
        }

        .cart-actions-option {
            width: 100% !important;
        }
    }

    /*new cart page style ends*/

    /*new template2productlist*/
    .template2-productlist-buttons {
        display: flex;
    }

    .template2-productlist-add-to-shoppingcart {
        flex: 1 0 auto;
        min-height: 0;
        min-width: 0;
        float: left;
        display: block;
        margin-right: 3px;
    }

    .template2-productlist-add-to-favorite {
        flex: 1 0 auto;
        min-height: 0;
        min-width: 0;
        float: left;
        display: block;
    }

    .template2-productlist-add-to-cart-text {
        font-size: 0.9em;
    }

    @media screen and (min-width: 995px) and (max-width: 1199px) {
        .template2-productlist-add-to-cart-text {
            font-size: 0.7em;
        }
    }

    .btn-template2-productlist-add-to-cart {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-template2-productlist-add-to-favorite {
        background-color: transparent;
        border: 1px solid #c0c0c0;
    }

    .add-to-favorite.fav-added {
        color: green;
    }

    .add-to-favorite.fav-add {
        color: green;
    }

    /*.d-block.btn-template2-productlist-add-to-favorite {
    background-color: transparent;
    border: 1px solid #c0c0c0;
}*/

    /*new template2productdetail*/

    .template2-productdetail-buttons {
        display: flex;
    }

    .template2-productdetail-add-to-shoppingcart {
        flex: 1 0 auto;
        min-height: 0;
        min-width: 0;
        float: left;
        display: block;
        margin-right: 3px;
    }

    .template2-productdetail-add-to-favorite {
        flex: 1 0 auto;
        min-height: 0;
        min-width: 0;
        float: left;
        display: block;
    }

    .template2-productdetail-add-to-cart-text {
        font-size: 0.9em;
    }

    @media screen and (min-width: 995px) and (max-width: 1199px) {
        .template2-productdetail-add-to-cart-text {
            font-size: 0.7em;
        }
    }

    .btn-template2-productdetail-add-to-cart {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        width: 100%;
    }

    .btn-template2-productdetail-add-to-favorite {
        background-color: transparent;
        border: 1px solid #c0c0c0;
    }

    /*.d-block.btn-template2-productdetail-add-to-favorite {
    background-color: transparent;
    border: 1px solid #c0c0c0;
    display:flex;
}*/
    /*new template2productdetail end*/

    .language-mobile-item {
        line-height: 30px;
    }