﻿@import "../jquery.noty.css?v=2";

.hidden, .hide {
    display: none;
}

.clickable {
    cursor: pointer;
}

.btn {
    border-radius: 25px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.btn i {margin-left:15px;}

.btn-default {
    color: #ffffff;
    background-color: #513c8a;
    border: 1px solid #513c8a;
}
.btn-default:hover {
    color: #ffffff;
}

.btn-danger {
    background-color: #FFF;
    color: #dc3545
}

.btn-primary {
    background-color: #513c8a;
    border: 0;
    color: #FFF;
}

    .btn-primary:hover {
        background-color: #513c8a;
    }

    .btn-primary:active, .btn-primary:visited, btn-primary:focus {
        color: #FFF;
    }

    .footer { margin-top:20px;}

#account_block {
    /*padding: 0 10px*/
    display: flex;
    align-items: center;
    padding: 0 15px;
}

#top #header-right #account_block .dropdown-menu {
    display: none;
}

#top #header-right #account_block.open .dropdown-menu {
    display: block;
}

#top #account_block > img {
    cursor: pointer;
}

#top #account_block .dropdown-menu {
    width: 321px;
    text-align: left;
    padding: 15px;
    margin-top: 0;
    right: -117px;
    left: auto;
    top: 91px;
    border-radius: 0;
    border: solid 1px #e6e6e6;
    background: #fff;
}

    #top #account_block .dropdown-menu div {
        margin-bottom: 15px;
    }

    #top #account_block .dropdown-menu .member-name {
        font-weight: bold;
        margin-bottom: 15px;
        border-bottom: solid 1px #DFDFDF;
    }

.msg {
    border: solid 1px #ddd;
    background-color: #f6f7f8;
    padding: 15px;
    text-align:center;
}

.mini-cart-info .image {
    min-width: 50px;
}

.mini-cart-info .total {
    min-width: 88px;
    text-align: right;
}

#top #cart_block .dropdown-menu {
    width: 371px
}

.offcanvas-left {
    margin-right: 40px;
}

.js-hiraku-offcanvas-body-active .js-hiraku-offcanvas-sidebar-right, .js-hiraku-offcanvas-body-active .js-hiraku-offcanvas-sidebar-left {
    overflow-x: hidden
}

.product-slider h5 {
    max-height: 54px;
    overflow-y: hidden;
}

.product-badge {position:absolute; right:25px; top:-15px; z-index:1;}
.product-badge-promo {
    position: absolute;
    top: -7px;
    right: 7px;    
}
    .product-badge-promo img {margin:0;}

    .slick-list .product-badge {top:0px;}

    .slick-img {
        min-height: 150px;
        position: relative;
    }

    .slick-img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.slick-img {
    min-height: 150px;
    position: relative;
}

    .slick-img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.form-horizontal .row {
    margin-bottom: 15px;
}

.shopping-mode {
    position: fixed;
    right: 0px;
    bottom: 15px;
    background-color: #513c8a;
    color: #FFF;
    padding: 8px 10px;
    font-size: 1.2em;
    z-index: 999;
    border-radius: 25px 0 0 25px;
}

.mode-btn {
    border-radius: 8px;
    box-shadow: 2px 4px 10px rgba(151, 151, 151, 0.12);
    padding: 19px;
    margin-bottom: 20px;
}

.mode-selected {
    position: absolute;
    right: 10px;
    font-size: 1.0em !important;
    background-color: #5cb85c;
    color: #FFF;
    padding: 8px;
}

.modal-body .row {
    margin: 0 0 15px 0;
}

#modal-mode .well:hover, .checkout-select .well:hover {
    background: #513c8a;
    color: #fff;
    border-color: #513c8a;
    cursor: pointer;
}

    #modal-mode .well:hover svg path, .checkout-select .well:hover svg path {
        fill: #FFF;
    }

    #modal-mode .well:hover a, .checkout-select .well:hover a {
        color: #FFF;
    }

#modal-mode a, #modal-mode a:hover, #modal-mode a:visited {
    text-decoration: none;
}

#modal-mode .mode-icon {
    font-size: 2.0em;
}

.well {
    border: solid 1px #707070;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
}

.pagination ul {
    margin: 0;
}

    .pagination ul li span {
        display: block;
        border: 1px solid #a5a1a1;
        margin: 0 2.5px;
        width: 30px;
        height: 30px;
        display: block;
        text-align: center;
        line-height: 30px;
    }

    .pagination ul li.active span {
        background-color: #513c8a;
        color: #FFF;
        border-color: #513c8a;
    }

    .pagination ul li.disabled span {
        color: #a5a1a1
    }

    .pagination ul > li > a, .pagination > li > span {
        border: 0;
        transition: all 0.5s ease-in-out;
        background-color: transparent;
    }

        .pagination ul > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #DDD;
        }

    .pagination ul > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #14467b;
        border-color: #14467b;
    }

    .pagination ul > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        background-color: transparent;
    }

    .pagination ul .page-link {
        padding: 0;
        color: #3c3c3c
    }

.filter-content .irs {
    margin-top: 15px;
}

.price del {opacity:0.4; font-size:16px}

.product-slider p del {font-size:0.8em; opacity:0.4; margin-right:8px;}
    .product-slider p del:after {
        content: "\A";
        white-space: pre;
    }

    .product-thumbnails li div {
        overflow: hidden;
        border: 1px solid #ddd;
        cursor: pointer;
        height: 100px;
        width: 100px;
        position: relative;
    }

    .product-thumbnails li div img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.product-center .description h1 span {
    
}

.product-center .description p {
    padding-bottom: 50px;
}

.short-description li.disabled img {
    opacity: 0.3;
}

.product-center .cart .add-to-cart .quantity #q_up,
.product-center .cart .add-to-cart .quantity #q_down {
    width: 60px;
    right: 0
}

.product-center .cart .add-to-cart .quantity #q_down {
    left: 0;
}

.product-center .cart .add-to-cart .quantity .fa {
    margin: auto;
}

.alert {
    border-radius: 0;
    border: 0;
    padding: 20px 20px 25px 20px;
    background-position: 15px 15px;
    background-repeat: no-repeat;
    font-size: 1.0em;
}

.alert-success {
    color: #333;
    background-color: #cdf0cf;
}

    .alert-success .fa {
        background-color: #05b410;
        color: #cdf0cf !important;
    }

.alert-info {
    color: #14467b;
    background-color: #e5e9f0;
}

    .alert-info .fa {
        background-color: #14467b;
    }

.alert-warning {
    color: #333;
    background-color: #fff5e5;
}

    .alert-warning .fa {
        background-color: #005AAA;
    }

.alert-danger {
    color: #333;
    background-color: #fff1f0;
}

    .alert-danger .fa {
        background-color: #ff0000;
    }

.alert-box {
    color: #303030;
    background-color: #EEE;
}

    .alert-box p {
        padding-left: 0 !important;
    }    

.alert .fa {
    font-size: 1.2em;
    border-radius: 50%;
    width: 30px;
    padding: 6px 6px 5px 7px;
    float: left;
    color: #FFF;
    text-align: center;
}

.alert p {
    padding-left: 45px;
    padding-top: 6px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.alert p a {text-decoration:underline;}

.delivery-mode-form label {position:relative;}
.validator {
    position: absolute !important;
    top: 34px;
    right: 5px;
    text-align: center;
    background: url(../../img/validatorBg.png) repeat-x;
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    float: right;
    margin: 0;
    font-size: 11px;
    line-height: 14px;
    width: auto;
    height: auto !important;
    color: White !important;
    z-index: 2;
}

    .validator::after {display:none!important;}
    /* Responsive */
    @media (min-width: 48em) {
    }

.delivery-mode-form label > span:after {display:none!important;}


.delivery-mode-form .select-wrapper {
    position: relative;
    display: inline-block;
    float: right;
}

    .delivery-mode-form .select-wrapper:after {
        font-family: "Font Awesome 5 Free", FontAwesome;
        font-weight: 900;
        font-size: 12px;
        content: "\f078";
        color: #393939;
        position: absolute;
        top: 26px;
        right: 10px;
        pointer-events: none;
    }

.delivery-mode-form .select-wrapper select{ padding-right:28px; max-width:100%;
}

.delivery-mode-form .checkbox input {
    width: 20px;
    height: 20px;
    border: 1px solid #513c8a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position:relative;
}

    .delivery-mode-form .checkbox input:checked {
        background-color: #513c8a;
    }

        .delivery-mode-form .checkbox input:checked:before {
            font-family: "Font Awesome 5 Free", FontAwesome;
            font-weight: 900;
            content: "\f00c";
            font-size:15px;
            color: #FFF;
            position: absolute;
            top: -2px;
            left: 2px;
        }

.delivery-mode-form .checkbox label {display:inline; padding-left:10px;}
.blue-text {font-size:18px; padding-left:26px;}

.confirm-cart .mobile-content {max-width:200px;}
.confirm-cart .mobile-content .qty {padding:3px 10px; background-color:#DFDFDF; margin-left:10px; }

.terms p {font-size:14px; font-weight:normal;}
    .terms p a {text-decoration:underline;}
    .milesBox {
        font-size: 1.0em;
        padding-left: 300px;
        text-align: left !important;
    }

.miles {
    font-size: 1.0em;
    margin-right: 5px !important;
    border: solid 1px #DFDFDF !important;
    padding: 5px;
    width: 80px;
}

.milesBox label {
    padding-left: 10px;
}

.milesOptions {
    margin: 15px 0;
    padding: 15px 10px;
    font-size: 1.0em;
    position: relative;
}

.milesOptions .row {margin-bottom:15px;}

.milesBox .divider {
    margin: 15px 0;
}

.milesSummary {font-weight:bold;}

.legend-row {
    padding: 5px 0;
}

.legend-miles {
    background-color: #513c8a;
    float: left;
    padding: 8px;
    margin-right: 20px;
    margin-top: 4px
}

.legend-cash {
    background-color: #e2d5e9;
    float: left;
    padding: 8px;
    margin-right: 20px;
    margin-top: 4px
}

.small-font {
    font-size: 0.8em !important
}

.member-miles {
    font-weight: bold;
}

.bg-primary {
    background-color: #513c8a!important
}
table.cart-table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: block;
    text-align: right;
}

table.cart-table .sub-footer .large-font {
    font-size: 1.4em;
}

label[for='enrich-id'] p span, label[for='email'] p span { position:absolute; top:5px;}
    label[for='enrich-id'] p span:after, label[for='email'] p span:after {
        min-width: 300px;
        top: 0px;
        left: 20px;
    }

.am-logo {margin-top:-3px;}
.am-logo-list {margin:-2px 1px 0 0!important; height:10px; display:inline!important; }
.mileslabel {font-size:14px!important;display:block; line-height:8px;}

@media (min-width: 1200px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {
    #top #account_block .dropdown-menu {
        top: 54px;
    }

    .payment-info {order: 2;}
}

@media (max-width: 767px) {
    #top #account_block .dropdown-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto !important;
        width: 100% !important;
        padding: 15px;
        height: 100vh;
        border: 2px solid #494b56;
    }

    table.cart-table {
        border: solid 1px #DFDFDF;
    }

        table.cart-table thead th {
            display: none;
        }

        table.cart-table tbody td {
            border-top: solid 1px #DFDFDF;
            border-right: solid 1px #DFDFDF;
        }

        table.cart-table tbody tr.info-row td {
            border-bottom: solid 5px #DFDFDF;
        }

        table.cart-table tbody td .btn-action {
            right: 0;
            bottom: 0;
        }

        table.cart-table tbody td:before {
            content: attr(data-th);
            font-weight: bold;
            display: block;
            text-align: right;
        }

    table.cart-table .row {margin-left:0; margin-right:0;}
        table.cart-table .sub-footer td {
            border-right: 1px solid #dee2e6
        }
        
}

@media (max-width: 575px) {
    #account_block .cart-toggle {
        cursor: pointer;
    }

    .confirm-cart .mobile-content .qty {display:inline-block;}
}

@media (max-width: 480px) {
    #top #account_block .badge {
        font-size: 10px;
        top: 10px;
        left: 12px;
    }
}
