﻿#tableBasket tr td {
    vertical-align: middle;
}

.product-dsc {
    display: inline-block;
    margin-right: 10px;
}

.product-img.pull-right {
    display: inline-block;
}

/*span.basket-count {
    background: #ea4343;
    padding: 3px;
    color: #fff;
    border-radius: 100%;
    width: 22px;
    display: inline-block;
    height: 22px;
    font-size: 11px;
    position: absolute;
    right: 2px;
    top: 3px;
}*/

.basket-icon i {
    font-size: 23px;
}


.basket-icon {
    position: relative;
    display: inline-block;
    width: 60px;
    text-align: center;
}

.basket-link {
    color: #323232;
}

span.CartCount {
    background: #ea1515;
    padding: 3px;
    font-weight: bold;
    margin: 3px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

a.ShoppingCart {
    background: #f4f4f4;
    display: block;
    margin: 5px;
    padding: 10px;
    border-radius: 3px;
    color: #323232;
    text-decoration: none;
}

.NotificationMessage {
    width: 256px;
    height: 52px;
    position: fixed;
    top: 50px;
    left: 30px;
    display: block;
    z-index: 9999;
    background-color: #10b120;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1ss;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    z-index: 99999999;
}

.NotificationMessageSection {
    position: relative;
    padding-top: 17px;
    color: #fff;
}

    .NotificationMessageSection i {
        position: absolute;
        top: 7px;
        right: 10px;
        display: block;
    }


.ShowMessage {
    visibility: visible;
    opacity: 1;
    top: 5px;
}

#shop {
    background-color: #f4f4f4;
    padding: 120px 0 30px 0;
    min-height: 300px;
    
}

.shop-sidebar {
    background-color: #fff;
    margin: 0px;
    min-height: 100px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
}

.shop-sidebox {
    margin-bottom: 15px;
    font-size: 13px;
}

    .shop-sidebox .title {
        font-weight: bold;
        display: block;
        font-size: 14px;
        border-bottom: 1px solid #ececec;
        margin: 9px;
        padding-bottom: 3px;
        color: #4c4c4c;
    }

.my-chk {
    position: relative;
    top: -3px;
}


.btn-filter i {
    vertical-align: middle;
    padding-left: 5px;
}

.btn-filter {
    background: #00bbb2;
    display: block;
    width: 92%;
    padding: 4px;
    margin: 10px auto;
    border: 0;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.2s;
}

    .btn-filter:hover {
        background-color: #25c7c0;
    }

.product-cart {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.shop-product-title a {
    text-decoration: none;
    color: #323232;
    font-weight: bold;
}

.shop-product-title {
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 10px auto;
    height:50px;
    overflow:hidden;
}

span.price {
    display: block;
    margin: 10px auto;
    text-align: center;
}

.product-cart ul {
    list-style-type: none;
    padding: 0;
}

.add-to-basket {
    background-color: #5b72fd;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding: 3px 10px;
    font-size: 13px;
    transition: all 0.2s;
}

    .add-to-basket:hover {
        text-decoration: none;
        color: #fff;
        background-color: #ef1e2c;
    }


    .add-to-basket i {
        vertical-align: middle;
        padding-left: 4px;
    }

.product-img {
    display: inline-block;
}

.product-details {
    background: #fff;
    border: 1px solid #5b72fd;
    text-decoration: none;
    border-radius: 3px;
    padding: 6px 10px;
    color: #323232;
    font-size: 13px;
    display: block;
    text-align: center;
}

.product-cart {
    margin-bottom: 15px;
}

.factor-total-price {
    background: #eaeaea;
    text-align: right;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
}

#basket-message p {
    display: block;
    background: #ccc;
    color: #323232;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin: 15px;
    border-radius: 5px;
}

.hide-table {
    display: none !important;
}

.hide {
    display: none;
}

.basket-info {
    position: absolute;
    padding-top: 15px;
    right: auto;
    min-height: 50px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    top: 25px;
    z-index: 999;
    width: 210px;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    left: -79px;
    margin: auto;
    text-align: center;
}

.basket-info {
    transition: all 0.2s;
}

    .basket-info ul {
        padding: 0;
        margin: 0;
    }

        .basket-info ul li {
            font-size: 11px;
            padding: 3px;
            border-bottom: 1px solid #efefef;
            width: 87%;
            font-size: 9px;
            margin: 10px auto;
            text-align: right;
            position: relative;
            list-style: none;
        }

span#basket-product-total-number {
    display: inline-block;
    margin: 0 3px;
}

.basket-product-counter {
    background: #40bed2;
    padding: 10px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -2px;
    color: #fff;
    padding: 3px;
    text-align: center;
    border-radius: 100%;
}

.basket-icon:hover > .basket-info {
    visibility: visible;
    opacity: 1;
}

span.basket-product-title {
    text-align: center;
    display: block;
    font-size: 12px;
    direction: rtl;
}


.btn-finall-basket {
    display: block;
    background: #ccc;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}

.btn-finall-basket {
    display: block;
    background: #3f8641;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    font-size: 13px;
}

    .btn-finall-basket:hover {
        background: #43af46;
        text-decoration: none;
        color: #fff;
    }

.store-category {
    padding: 0;
    margin: 0;
    margin-right: 20px;
}

    .store-category li a {
        color: #323232;
        text-decoration: none;
        font-size: 13px;
        display: block;
        margin: 5px auto;
    }

        .store-category li a:hover {
            color: #ccc;
        }

.cat-title {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.store-view {
    background-color: #fff;
    margin: 0px;
    min-height: 100px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    padding: 15px;
}

a#AddTobasket {
    
    display: inline-block;
    border-radius: 3px;
    background: #34ba56;
    text-decoration: none;
    color: #fff;
    padding: 7px 12px;
    margin: 10px auto;
    font-size: 13px;
}

.store-view h1 {
    font-weight: bold;
    border-bottom: 1px solid #212529;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.BookDetails ul {
    padding: 0px;
    margin: 0px;
}

    .BookDetails ul li {
        list-style:none;
    }


.BookDSC {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 10px;
    text-align: justify;
}
section#cart-section {
    background: #f5f5f5;
    padding: 30px 0;
}
div#tableBasket {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.product-cart img {
    height: 200px;
    object-fit:contain;
}