﻿/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal.side-cart .modal-dialog {
    position: fixed;
    margin: auto;
    width: 430px;
    height: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.modal.side-cart .modal-content {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}
.address {
 
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;

}
a.terms-and-conditions, a.terms-and-conditions:hover, a.terms-and-conditions:focus {
    text-decoration: underline !important;
    font-weight: bold;
}
a.data-protection-policy, a.data-protection-policy:hover, a.data-protection-policy:focus {
    text-decoration: underline !important;
    font-weight:bold;
}

.modal.side-cart .modal-body {
    padding: 0px;
    overflow-y: hidden;
}


.modal.side-cart.fade .modal-dialog {
    right: -430px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.side-cart .modal-content .modal-header .br-diary {
    display: none;
}


@media (max-width:500px) {
    .modal.side-cart .modal-dialog {
        position: fixed;
        margin: auto;
        width: 330px;
        height: 100%;
        min-height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal.side-cart.fade .modal-dialog {
        right: -330px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .modal.side-cart .modal-content .modal-header .modal-cart-total-caption {
        display: none;
    }

    .modal.side-cart .modal-content .modal-header .modal-cart-checkout-caption {
        display: none;
    }

    .modal.side-cart .modal-content .modal-header .br-diary {
        display: inline-block;
    }
}


.modal.side-cart.fade.in .modal-dialog {
    right: 0px;
}


.modal.side-cart .modal-content .modal-header {
    padding: 20px;
    border-bottom: 1px solid #e2e2e2;
    height: 60px;
    text-align: left;
    position: relative;
    width: 100%;
    display: block;
    background: #ffffff;
}

.modal.side-cart .modal-content {
    border-radius: 0px !important;
}

.modal.side-cart .modal-body {
    background: #ededed;
    padding: 15px;
    position: relative;
}


.modal-cart-checkout-button {
    display: inline-block;
    border-right: 1px solid #e2e2e2;
    height: 60px;
    line-height: 60px;
    position: relative;
    top: -20px;
    left: -20px;
    padding-right: 20px;
    padding-left: 15px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    color: #333;
}

    .modal-cart-checkout-button:hover, .modal-cart-checkout-button:focus {
        background: #cccccc;
        border-bottom: 1px solid #e2e2e2;
        text-decoration: none;
        color: #333;
    }

.modal-cart-cart-button:hover, .modal-cart-cart-button:focus {
    background: #cccccc;
    text-decoration: none;
    color: #333;
}



.modal.side-cart .modal-content .modal-header i.en-arrow-left8 {
    color: #333;
}

.modal.side-cart .modal-content .modal-header i.im-cart {
    color: #333;
    font-size: 24px;
}

.modal.side-cart .modal-content .modal-header .badge {
    background-color: #ededed;
    color: #333 !important;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 12px;
}



.modal.side-cart .modal-content .modal-header button.close {
    cursor: pointer;
    color: #333;
    margin-top: -2px;
}

.modal.side-cart .modal-content .modal-header .modal-cart-total-wrapper {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
    position: absolute;
    top: 0px;
    margin-left: -24px;
    padding-left: 15px;
    padding-right: 7px;
}


/* ------------------------------------------ CART -----------------------------------------*/
.cart-area {
    background: #ffffff;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 0px;
    overflow: hidden;
    z-index: 10;
    -moz-box-shadow: -5px 5px 5px -5px #1f4164;
    -webkit-box-shadow: -5px 5px 5px -5px #1f4164;
    box-shadow: -5px 5px 5px -5px #1f4164;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=90,strength=2);
}

.cart-area-inner {
    position: relative;
    height: 100%;
    min-height: 100%;
}


.cart-container {
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}


    .cart-container .alert {
        border: 1px solid rgba(88,88,88,0.8);
        border-radius: 6px;
        background: #ededed;
    }

.cart-group-tile {
    border-bottom: 1px solid rgba(88,88,88,0.8);
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/*.cart-totals {
    border-top: 1px solid rgba(88,88,88,0.8);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    height: 160px;
    width: 100%;
    background: #ffffff;
}*/


.cart-total-title {
    font-size: 16px;
    line-height: 24px;
}

.cart-total-cost {
    font-size: 24px;
    line-height: 24px;
}

.cart-no-vat-message {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    color: rgba(88,88,88,0.8);
    font-style: italic;
}


.cart-totals.empty {
    display: none;
}

.order-line-tile {
    background: #ffffff;
    border-radius: 5px;
    padding: 3px;
}

.order-line-tile-table {
    width: 100%;
}

    .order-line-tile-table td {
        padding: 3px;
    }

        .order-line-tile-table td.order-line-tile-thumb {
            width: 85px;
            min-width: 85px;
        }

            .order-line-tile-table td.order-line-tile-thumb img {
                max-width: 85px !important;
            }

        .order-line-tile-table td.order-line-tile-info {
            width: 100%;
            padding-left: 7px !important;
            vertical-align: top;
        }

        .order-line-tile-table td.order-line-tile-actions {
            padding-left: 7px !important;
            padding-right: 7px !important;
        }

        .order-line-tile-table td.order-line-tile-info .order-line-tile-title a, .order-line-tile-table td.order-line-tile-info .order-line-tile-title a:hover, .order-line-tile-table td.order-line-tile-info .order-line-tile-title a:focus {
            color: #333;
        }

        .order-line-tile-table td.order-line-tile-info .order-line-tile-code a, .order-line-tile-table td.order-line-tile-info .order-line-tile-code a:hover, .order-line-tile-table td.order-line-tile-info .order-line-tile-code a:focus {
            color: rgba(88,88,88,0.8);
        }

.order-line-tile-price {
    margin-top: 5px;
    color: rgba(88,88,88,0.8);
}


/* -------------------------- big cart ----------------------------------------- */


.div-table .row-table-head {
    background: #ededed;
}

.div-table .row-table-head {
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.div-table .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.div-table .row-table-row {
    border-left: 1px solid #E5E5E5;
}

.div-table.cart-totals .row-table-row:last-child {
    border-bottom: 1px solid #E5E5E5;
}

.cart-control-lines-wrapper {
    border-bottom: 1px solid #E5E5E5;
}

.div-table .col-head, .div-table .col-td {
    padding: 12px;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.div-table .col-head {
    font-weight: bold;
}

.v-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.v-middle-right {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}


.div-table .col-td .v-middle {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart-line-cell {
    min-height: 90px;
}

.row .cart-line-cell:last-child {
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
}


@media (min-width:481px) AND (max-width:768px) {
    .row .cart-line-cell {
        border-top: none !important;
        vertical-align: top !important;
    }

        .row .cart-line-cell:not(:last-child) {
            border-right: none !important;
        }

        .row .cart-line-cell .v-middle {
            position: absolute;
            top: 0% !important;
            left: 50% !important;
            transform: translate(-50%, 0%) !important;
        }
}

@media(max-width:480px) {
    .row .cart-line-cell {
        border-top: none !important;
        vertical-align: top !important;
    }

        .row .cart-line-cell:nth-child(2), .row .cart-line-cell:nth-child(4) {
            border-right: none !important;
        }

        .row .cart-line-cell .v-middle {
            position: absolute;
            top: 0% !important;
            left: 50% !important;
            transform: translate(-50%, 0%) !important;
        }
}

.row .cart-line-cell strike {
    color: #cc0000;
}

.cart-totals {
    display: inline-block;
    max-width: 400px;
    width: 100%;
}

    .cart-totals .text-right {
        padding: 7px;
        font-size: 16px;
    }

    .cart-totals .row .text-right:first-child {
        font-weight: bold;
    }

.cursor-pointer {
    cursor: pointer;
}




ul.option-thumbnails {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    ul.option-thumbnails ul {
        overflow: auto;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }


    ul.option-thumbnails li {
        margin: 0px 12px 12px 0px;
        float: left;
    }

        ul.option-thumbnails li.option-thumb {
            padding: 2px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            cursor: pointer;
        }

            ul.option-thumbnails li.option-thumb img {
                -webkit-user-drag: none;
                border: 2px solid #ffffff;
                background-color: transparent;
                cursor:pointer;
            }

            ul.option-thumbnails li.option-thumb.selected img {
                border: 2px solid #ccc;
            }

            ul.option-thumbnails li.option-thumb.disabled img {
                opacity: 0.7;
                cursor:not-allowed;
            }
.img-shipment-wrapper {
    position: relative;
    text-align: center;
    max-height: 80px;
    max-width: 80px;
}
.img-payment-wrapper {
    position: relative;
    text-align: center;
    max-height: 80px;
    max-width: 80px;
}
.form-control-group-label {
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #F5F3ED 0%, #F6F6F6 47%, #ededed 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #F5F3ED 0%, #F6F6F6 47%, #ededed 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #F5F3ED 0%, #F6F6F6 47%, #ededed 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F5F3ED), color-stop(47, #F6F6F6), color-stop(100, #ededed));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #F5F3ED 0%, #F6F6F6 47%, #ededed 100%);
    /* W3C Markup */
    background-image: linear-gradient(to right, #F5F3ED 0%, #F6F6F6 47%, #ededed 100%);
    display: block;
    font-weight: 600;
    padding: 7px;
    margin-bottom: 10px;
    /*-webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.35);
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.35);*/
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
