﻿truong#gioHangTam {
    padding: inherit;
}
/* 01. LAYOUT ĐĂNG KÝ NGƯỜI DÙNG */
.nopading {
    padding-bottom: 0px !important;
}

#titleModal {
    font-family: Patrick Hand;
    color: #26b4d7;
}

#userInfo {
    border: 2px solid dotted;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
}

#footerModalButton {
    text-align: center;
}

.account {
    font-family: 'Patrick Hand';
    font-size: 20px;
    color: #26b4d7 !important;
}

.lblForm {
    font-family: Patrick Hand;
    font-size: 25px;
    color: #26B4D7;
}

.inpForm {
    font-family: Patrick Hand;
    font-size: 25px;
    color: black;
}

label.error {
    color: red;
    font-size: medium;
    font-family: Patrick Hand;
}

.titleForm {
    font-family: "Handlee", cursive !important;
    color: #00394f !important;
    text-align: center;
}
/* book case*/
.bookCase {
    border: 10px solid #00394f;
    border-radius: 25px;
}

.borrowInfo {
    border-radius: 25px;
    margin-right: 1%;
    margin-left: 1%
}

.bookBasket {
    border-radius: 25px;
    margin-right: 1%;
}

.modal-header {
    background-color: #26B4D7;
    text-align: center;
    color: white;
}


button#notPoint {
    background-color: #DD0000;
}

/* book detail */
#thBookDetail {
    background-color: #26b4d7;
    color: white;
    width: 150px;
    font-size: 15px;
    font-family: "Handlee", cursive;
    border: 2px solid;
    border-radius: 20px 0px 0px 20px;
}

#tdBookDetail {
    font-family: "Handlee", cursive;
    width: 235px;
    color: #007BFF;
    font-weight: bold;
    border: 2px dashed #26b4d7;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

#contentSlideDetail {
    background-color: black;
}

#owl-demo .item {
    margin: 1px;
}

    #owl-demo .item imgslide {
        display: block;
        width: 100%;
        height: 50%;
    }

#owl-slider .item {
    margin: 1px;
}

    #owl-slider .item .imgSlide {
        display: block;
        width: auto;
        height: auto;
    }

.imgSlidefooter {
    width: auto;
    height: auto;
}

* {
    box-sizing: border-box;
}

.mySlides {
    text-align: center;
    animation: wobble 1s;
}

.column {
    padding-top: 10px;
    text-align: center;
    float: none;
    width: auto !important;
}

#modalContentMoreImg {
    background-color: black;
}

img {
    vertical-align: middle;
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.cursor {
    cursor: pointer;
}
/* preview book */
#contentPreview {
    font-size: 1.157em;
    font-family: cursive;
}

#infoPreview {
    font-size: 1.157em;
    font-family: cursive;
    color: #0056b3;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
/* end // book detail */

/* dac quyen */
.services {
    border: 1px solid #26b4d7;
    border-radius: 20px;
    display: block;
    width: 100%;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .services .icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100px;
        height: 100px;
        line-height: 1.3;
        border-radius: 50%;
        background: #fec20b;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: -50px;
    }

        .services .icon span {
            font-size: 40px;
            color: #00bd56;
        }

    .services .media-body {
        margin-top: 40px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .services .media-body h3 {
            font-weight: 700;
            font-size: 20px;
            color: #000000;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .services .media-body .btn-custom {
            position: absolute;
            bottom: -25px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #26b4d7;
            -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
        }

            .services .media-body .btn-custom span {
                color: #fff;
            }
    /* content acive*/
    .services:hover, .services.active {
        background: #26b4d7;
    }
        /*icon*/
        .services:hover .icon, .services.active .icon {
            background: #fec20b;
        }

        .services:hover .media-body, .services.active .media-body {
            color: rgba(255, 255, 255, 0.9);
        }
            /*title active*/
            .services:hover .media-body h3, .services.active .media-body h3 {
                color: #fff;
            }
        /*icon active*/
        .services:hover .btn-custom, .services.active .btn-custom {
            background: #fec20b;
            right: -20px;
        }

            .services:hover .btn-custom span, .services.active .btn-custom span {
                color: #00bd56;
            }

@media (max-width: 991.98px) {
    .services {
        margin-bottom: 30px;
    }
}

.services-2 {
    width: 100%;
    margin-bottom: 20px;
}

    .services-2 .icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #00bd56;
        -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    }

        .services-2 .icon span {
            font-size: 40px;
            color: #fff;
        }

    .services-2 .text {
        width: calc(100% - 60px);
    }

        .services-2 .text h4 {
            font-size: 20px;
            font-weight: 700;
        }

#contentDacQuyen {
    font-family: "Handlee", cursive;
}

#titleDacQuyen {
    font-family: "Handlee", cursive;
    text-transform: uppercase;
}

/* list book home page */
.title_part {
    color: #26b4d7 !important;
    font-family: Patrick Hand !important;
}

#title_danger {
    color: red;
    font-family: Patrick Hand !important;
}

.hidden {
    display: none !important;
}

.fancybox-overlay {
    display: none !important;
}

.fancybox-margin {
    margin-right: auto !important;
}

.fancybox-lock {
    overflow: auto !important;
    width: auto !important;
}

@media screen and (max-width: 980px) {
    .summary.entry-summary {
        margin-bottom: auto;
        margin-left: auto;
    }
}

.mySlides {
    text-align: center;
    animation: wobble 1s;
    animation: show .5s;
    animation-fill-mode: both
}

    .mySlides img.show {
        animation: show .5s;
        animation-fill-mode: both
    }

@keyframes show {
    from {
        transform: scale(0.7);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.mySlides img.hide {
    animation: hide .5s;
    animation-fill-mode: both;
}

@keyframes hide {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(0.7);
        opacity: 0
    }
}
/* modal xem chi trước sách trang home */
#btnClose {
    border-radius: 50%;
    padding: 0.5em;
    width: 30px;
    height: 30px;
    border: 2px solid blue;
    color: blue;
    position: relative;
}

    #btnClose:hover {
        border: 2px solid blue;
        background-color: red;
        color: #ffffff;
    }

    #btnClose::before {
        content: " ";
        position: absolute;
        display: block;
        background-color: blue;
        width: 2px;
        left: 12px;
        top: 5px;
        bottom: 5px;
        transform: rotate(45deg);
    }

    #btnClose::after {
        content: " ";
        position: absolute;
        display: block;
        background-color: blue;
        height: 2px;
        top: 12px;
        left: 5px;
        right: 5px;
        transform: rotate(45deg);
    }

.contentDescriptionBook {
    color: darkorange;
    font-family: cursive
}
/* modal xem chi trước sách trang home || HẾT */



.products li {
    border-bottom: 2px solid #fec20b;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.products.list li {
    border: none;
}

.products li hr {
    display: none;
}

.products #book-name {
    margin-bottom: 30px;
}

.products .price .amount {
    position: absolute;
    bottom: 10px;
    left: 42%;
}

.products.list .price .amount {
    position: inherit;
    margin-left: -50%;
}

.cws-widget .product_list_widget > li > * {
    margin: 0px;
}

ul.product_list_widget .star-rating {
    margin: 5px 0px;
}

.cws-widget ul.product_list_widget > li > a:hover {
    color: #1d8ba7;
    text-decoration: none;
}

/*ul.product_list_widget.pull-left li div {
    height:60px;
    line-height:60px;
}*/
.product_list_widget {
    width: 100%;
}

    .product_list_widget .product-title {
        margin: 5px 0px 10px 0px;
    }

.entry-summary .price {
    text-align: start;
}

.products.list span#gia {
    margin-left: -120px;
    text-align: center;
    margin-top:-20px;
}

.products.list h3#book-name {
    width: 520px;
    text-align: start;
}

.pricing_table_column .top_section:after{
    border-radius:0px;
    border-style:none;
}


.grid .summary.entry-summary.text-left{
    text-align:center !important;
    margin-top:15px;
}

.pattern.pattern-2 {
    background-size: 195px !important;
    margin: 0 -5px;
}

input.search-field {
    font-family: Patrick Hand;
    font-size: 16px;
    line-height:0;
}
.main-nav-container .sub-menu .menu-item > .sub-menu{
    overflow-y : scroll;
    min-width:500px;
    height:500px !important;
}
.sale-wrapper{
    display:none;
}

