@charset "utf-8";
/*************************
******* shhoping card sass ********
**************************/

.continue-shopping {
    padding-top: 19px;
    padding-bottom: 19px;
}

.continue-shopping i {
    margin-right: 12px;
}

.cart_info,
.table {
    margin-bottom: 0px;
}

.table-condensed>thead>tr>td {
    padding: 8px;
    color: #464646;
    font-family: "Segoe UI";
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.table-condensed>tbody>tr>td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart_menu td {
    background: #f3f3f3;
    padding: 5px 10px;
}

.cart_info {
    border: 1px solid #999999;
}

.card-header-system {
    /* border-bottom: 1px solid #ddd; */
}

.item-no {
    color: #464646;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: bold;
}

.card-header-system h1 {
    color: #333333;
    font-size: 15px;
    font-family: "Segoe UI";
    margin-bottom: 5px;
}

.card-border-area {
    border: 1px solid #999999;
}

.cart_product img {
    margin-left: 0 auto;
    margin-right: 0px;
    display: block;
}

.cart_description h4 {
    font-size: 18px;
    font-family: "Segoe UI";
    color: #464646;
}


/********* css for shopping card right site *********/

.borderdefalt {
    margin-bottom: 30px;
}

.paddingtopbuttom10 {
    padding: 10px 10px;
}

.discount-coupon-title p {
    color: #464646;
    font-weight: bold;
    font-size: 12px;
    font-family: "Segoe UI";
}

.coupon-search {
    padding-top: 19px;
    padding-bottom: 19px;
}

.coupon-gift-wrap input[type=checkbox] {
    font-size: 10px;
}

.coupon-gift {
    margin-bottom: 10px;
}

.gift-boucher {
    color: #464646;
    font-size: 10px;
    font-family: "Segoe UI";
    margin-left: 10px;
}

.summarypaddingtopbuttom10 {
    padding: 10px 22px;
    border: 1px solid gainsboro;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.order-summary-title {
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
    padding: 12px 5px;
    font-family: "Segoe UI";
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.order-summary-title p {
    text-align: center;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400;
    font-family: "Segoe UI";
}

.profile-title {
    border-bottom: 1px solid gainsboro;
    margin-bottom: 4%;
}

.address-block {
    margin-bottom: 20px !important;
}

.address-block:last-child {
    border-bottom: none;
}

.address-block span {
    color: #464646;
    font-size: 12px;
}

.address-block2 {
    margin-bottom: 9px;
}

.address-block2:last-child {
    border-bottom: none;
}

.address-block2 span {
    color: #464646;
    font-size: 12px;
}

.order-summary-left {
    float: left;
}

.order-summary-right {
    float: right;
}

.checkout-button {
    margin-top: 10px;
}

.btn-check-out {
    background: white;
    color: #fff;
    border: 1px solid black;
}

.conatct-section-say {
    margin-top: 10px;
}

.conatct-section-say p {
    padding-left: 10px;
    margin-top: 7px;
    color: #464646;
}

.icon-color i {
    color: white;
    border-radius: 50%;
    border: 1px solid black;
    padding: 3px;
}

.no-cart p {
    font-size: 18px;
    font-family: "Segoe UI";
    text-align: center;
}

.show-primary {
    cursor: pointer;
    font-size: smaller;
    float: right;
    color: yellowgreen;
}

.profile-block {
    padding: 10px 22px;
    border: 1px solid gainsboro;
    border-radius: 3px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-previous-price {
    padding-left: 8px;
    font-size: 12px;
    color: #464646;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    text-decoration: line-through;
}

.search-results {
    height: 100%;
}

.free_delivery_title {
    color: #5cb85c;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}

.free_delivery_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 142px;
    display: block;
}

.fixed-container-book {
    height: 175px;
    width: 120px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10%;
    transition: 0.2s;
}

.fixed-container-book:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.btn-letter {
    background-color: #4CAF50;
    /* Green background */
    border: 1px solid green;
    /* Green border */
    color: white;
    /* White text */
    padding: 10px 24px;
    /* Some padding */
    cursor: pointer;
    /* Pointer/hand icon */
    float: left;
    /* Float the buttons side by side */
}


/* Clear floats (clearfix hack) */

.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-letter:not(:last-child) {
    border-right: none;
    /* Prevent double borders */
}


/* Add a background color on hover */

.btn-letter:hover {
    background-color: #3e8e41;
}

.discount-parcent-label-products {
    position: absolute !important;
    left: 80% !important;
    top: 0% !important;
}

.span-off-products {
    position: absolute !important;
    left: 25% !important;
    font-size: 16px !important;
    font-family: "Kiron" !important;
    top: 6px;
}

#new-board-btn1 {
    white-space: normal;
}

#new-board-btn2 {
    white-space: normal;
}

.m_high {
    max-height: 400px;
    min-height: 400px;
}

.middleBtn {
    position: relative;
    transform: translateY(-50%);
}

.middleBtnDiv {
    margin: 0 auto;
    text-align: center;
}

.glyphicon {
    margin-right: 5px;
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10%;
}

.prod_price {
    padding-left: 2px;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    text-decoration: line-through;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.item.list-group-item:nth-of-type(odd):hover,
.item.list-group-item:hover {
    background: #428bca;
}

.item.list-group-item .list-group-image {
    margin-right: 10px;
}

.item.list-group-item .thumbnail {
    margin-bottom: 0px;
}

.item.list-group-item .caption {
    padding: 9px 9px 0px 9px;
}

.item.list-group-item:nth-of-type(odd) {
    background: #eeeeee;
}

.item.list-group-item:before,
.item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.item.list-group-item:after {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 11px;
}

.products_height {
    min-height: 330px;
    max-height: 330px
}

@media(min-width:768px) {
    .look-inside-label {
        position: absolute !important;
        margin-top: 0px !important;
        height: 50px !important;
        transform: rotate(-90deg);
        top: 33px;
        width: 120px;
        left: -3%;
    }
    @media(height:1024px) {
        .look-inside-label {
            position: absolute !important;
            top: 45px;
            left: -13%;
            width: 70%;
        }
    }
    .line_nowrap_prod {
        white-space: nowrap !important;
        overflow: hidden !important;
        width: 180px !important;
        padding-top: 3px !important;
        padding-left: 10px !important;
    }
}

@media(max-width:767px) {
    .padding-unset {
        padding-left: unset !important;
        padding-right: unset !important;
    }
    .look-inside-label {
        position: absolute !important;
        top: 155px;
        left: 25%;
        width: 70%;
    }
    .line_nowrap_prod {
        white-space: nowrap !important;
        overflow: hidden !important;
        padding-top: 3px !important;
    }
}

.line_nowrap_prod:hover {
    white-space: normal !important;
}

.author-about h2 {
    margin-bottom: 0px !important;
    color: #929292 !important;
    font-size: 12px !important;
    font-family: "Kiron" !important;
}

.item.list-group-item:before,
.item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.item.list-group-item:after {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 11px;
}

.list-group-category {
    box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 12px -2px;
    overflow-y: auto;
    padding-left: 10px;
    background-color: rgba(113, 141, 178, 0.1);
}

.offer-image-prod {
    position: absolute !important;
    max-height: 40px !important;
    margin-top: -5% !important;
    max-width: unset !important;
    margin-left: -15px !important;
}

.details-button-view {
    line-height: 1.5 !important;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-left: 146px;
    margin-top: 12px;
}

.details-button-view:hover {
    color: white !important;
    background-color: #428bca !important;
}

@media (max-width: 700px) {
    .details-button-view {
        line-height: 1.5 !important;
        display: inline-block;
        padding: 4px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        margin-left: unset;
        margin-top: unset;
    }
}

.printout-button-view {
    line-height: 1.5 !important;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.printout-button-view:hover {
    color: white !important;
    background-color: #428bca !important;
}

h1 {
    font-size: 25px !important;
    margin: 0px !important;
}

p {
    margin-bottom: 0px !important;
    color: black !important;
    font-size: 12px !important;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

.book-details-section-area-all {
    /* border: 1px solid #dddddd; */
    margin-bottom: 20px;
}

.book-details-section {
    margin-bottom: 10px;
    padding: 20px;
}

.starRating:not(old) {
    display: inline-block;
    width: 7.5em;
    height: 1.5em;
    overflow: hidden;
    vertical-align: bottom;
}

.starRating:not(old)>input {
    margin-right: -100%;
    opacity: 0;
}

.starRating:not(old)>label {
    display: block;
    float: right;
    position: relative;
    /*  background      : url('/images/star-off.svg');*/
    background-size: contain;
}

.starRating:not(old)>label:before {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    /*background      : url('/images/star-on.svg');*/
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.starRating:not(old)>label:hover:before,
.starRating:not(old)>label:hover~label:before,
.starRating:not(:hover)> :checked~label:before {
    opacity: 1;
}

.review-button {
    background: white !important;
    color: #fff !important;
    border-color: black !important;
}

.review-button:hover {
    color: blue !important;
    background-color: #fff !important;
}


/*************************
  *******  review sass ********
  **************************/

.review-area-individul {
    margin: 10px 20px;
}

.review-area-specifiq-book {
    background: #f3f3f3;
}

.review-author-504 h3 {
    color: #000000 !important;
    font-size: 15px;
    font-family: "Segoe UI";
}

.review-author-504 i {
    color: white;
    font-size: 17px;
}

.review-ratings {
    float: left;
}

.review-ratings p {
    padding-right: 10px;
    font-size: 15px;
    font-family: "Segoe UI";
    color: #000000 !important;
}

.review-total {
    float: left;
}

.review-total p {
    font-size: 15px;
    font-family: "Segoe UI";
    color: #000000 !important;
}

.review-write-508 h3 {
    color: white;
    font-size: 15px;
    font-family: "Segoe UI";
}

.share-text span {
    color: #686868;
    font-family: "Segoe UI";
    font-size: 13px;
}

.share-icon span {
    padding-left: 10px;
}

.border-top-buttom {
    border-top: 1px solid #353535;
}

.defult-border {
    border-top: 1px solid #d3d3d3;
    margin: 5px 20px;
    padding-bottom: 15px;
}

.review-full-width-area {
    max-height: 471px;
    overflow-x: hidden;
}


/******* Recently Reviewed css**********/

.recenly-title-review {
    margin: 10px 0px;
}

.recently-title h1 {
    background: white;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 16px;
    font-family: "Segoe UI";
    font-size: 18px;
}

.recently-area-11 {
    padding: 6px 17px;
}

.recenly-book-title span {
    color: #464646;
    font-size: 13px;
}

.recently-author span {
    color: #464646;
    font-size: 11px;
}

.recenly-reviews span {
    color: #464646;
    font-size: 11px;
}

.recenly-ratings {
    margin-top: 7px;
    margin-bottom: 7px;
}

.recenly-ratings i {
    color: white;
    padding-right: 4px;
}

.category-head-01 {
    margin-bottom: 18px;
    margin-top: 11px;
}

.category-head-01 h1 {
    font-size: 21px;
    font-family: "Segoe UI";
    text-align: left;
    margin-top: 0px;
}

.category-head-01 a {
    border-bottom: 2px solid black;
    padding-bottom: 9px;
}

.category-head-01 a:hover,
.category-head-01 a:focus {
    text-decoration: none;
    background: none;
    color: none;
}

.category-head a:focus {
    text-decoration: none;
    background: none;
    color: none;
}

.close {
    font-size: 32px;
    color: white;
    opacity: 1;
}

.thum-view-section {
    padding: 5px 10px;
}

.thum-return-policy {
    border-top: 1px solid #ddd;
    margin-top: 12px;
    padding-top: 11px;
}

.thum-return-policy-title {
    color: #000000 !important;
    font-size: 14px;
    font-family: "Segoe UI";
    font-weight: 400;
}

.thum-return-policy-text {
    color: #9c9b9b;
    font-size: 14px;
    font-family: "Segoe UI";
}

.thum-delivery-policy {
    margin-top: 15px;
}

.thum-delivery-policy-title {
    color: #4e4e4e;
    font-size: 14px;
    font-family: "Segoe UI";
    font-weight: 400;
}

.thum-delivery-policy-text {
    color: #4e4e4e;
    font-size: 14px;
    font-family: "Segoe UI";
}

.thum-payment-title-option h2 {
    color: white;
    font-size: 14px;
    font-family: "Segoe UI";
    text-align: center;
}

.thum-left-prev {
    left: -54px;
    top: 248px;
}

.thum-right-next {

    right: -10px !important;
    top: 248px !important;
}

.edit-review {
    border: 1px solid green;
    padding: 2px;
    border-radius: 4px;
    margin-left: 7px;
    color: white;
    background: green;
    font-size: 11px;
    cursor: pointer;
}

.info {
    margin-left: 0%;
}

.info ul {
    margin-top: -5px;
    margin-left: -23px;
}

.cart_info,
.table {
    margin-bottom: 0px;
}

.table-condensed>thead>tr>td {
    padding: 8px;
    color: #464646;
    font-family: "Segoe UI";
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.table-condensed>tbody>tr>td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.payment-method ul li img {
    float: left;
    padding-right: 15px;
    padding-top: 9px;
}

.cart_menu td {
    background: #f3f3f3;
    padding: 5px 10px;
}

.totalBundle {
    background: #f3f3f3;
    padding: 5px 10px;
    width: "100%";
}

.cart_info {
    border: 1px solid #999999;
}

.breadcrumb-tab {
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumb-tab a {
    color: #8a8a8a;
    font-size: 14px;
    font-family: "Segoe UI";
}

.breadcrumb-tab span {
    color: #8a8a8a;
    font-family: "Segoe UI";
    padding-left: 5px;
    padding-right: 5px;
}

.book-details-section-area-all {
    /* border: 1px solid #dddddd; */
    margin-bottom: 20px;
}

.book-details-section {
    padding: 20px;
}

.details-images-21 img {
    width: 100%;
    /* border: 6px solid black; */
}

.details-title-23 {
    /* border-bottom: 1px solid #ddd; */
}

.details-title-23 h3 {
    color: white;
    margin-top: 0px;
    font-family: "Segoe UI";
    font-size: 18px;
}

.details-author h3 {
    color: black;
    margin-top: 0px;
    font-family: "Segoe UI";
    font-size: 15px;
}

.breadcrumb-item {
    float: none;
    font-family: 'Kiron' !important;
    font-size: 15px !important;
}

.details-author .detail-author {
    font-family: "Kiron" !important;
    font-size: 18px !important;
    color: #000000b5 !important;
}

.details-title-24 {
    /* border-bottom: 1px solid #ddd; */
    padding-top: 6px !important;
    padding-bottom: 0px !important;
}

.details-title-24 .row div h4 {
    font-family: "Kiron";
}

.details-title-24 .row div h4 .price-font,
.details-title-24 .row div h4 .price-font span {
    font-size: 17px !important;
}

.details-title-24 .row div h4 span a span,
.details-title-24 .row div h4 a span {
    font-size: 18px !important;
    color: #272626;
}

.details-title-25 {
    /* border-top: 1px solid #ddd; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.details-ratings span i {
    color: white;
}

.details-price p {
    font-size: 13px;
    color: #000000 !important;
    font-family: "Segoe UI";
    margin-bottom: 10px;
    font-weight: bold;
}

.details-shipping p {
    font-size: 20px;
    color: #5cb85c;
    font-family: "Segoe UI";
    margin-bottom: 10px;
}

.quentity span {
    font-size: 13px;
    color: #000000 !important;
    font-family: "Segoe UI";
    margin-right: 10px;
}

.details-category p {
    color: #000000 !important;
    font-size: 13px;
    font-family: "Segoe UI";
}

.details-category span {
    color: black;
    font-size: 12px;
    font-family: "Segoe UI";
}

.details-publisher p {
    color: #000000 !important;
    font-size: 13px;
    font-family: "Segoe UI";
}

.details-publisher span {
    color: black;
    font-size: 12px;
    font-family: "Segoe UI";
}

.return-policy-title {
    color: #000000 !important;
    font-size: 14px;
    font-family: "Segoe UI";
    font-weight: 400;
}

.return-policy-text {
    color: #9c9b9b;
    font-size: 14px;
    font-family: "Segoe UI";
}

.delivery-policy {
    margin-top: 15px;
}

.delivery-policy-title {
    color: #4e4e4e;
    font-size: 14px;
    font-family: "Segoe UI";
    font-weight: 400;
}

.delivery-policy-text {
    color: #4e4e4e;
    font-size: 14px;
    font-family: "Segoe UI";
}

.details-payment-section {
    border-top: 1px solid black;
    background: #a8c9ff2b;
}

.payment-title-option h2 {
    color: white;
    font-size: 24px;
    font-family: "Segoe UI";
    text-align: right;
}

.payment-img {
    margin-top: 11px;
}

.payment-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.book-specification-section {
    background: rgb(9, 179, 78);
    color: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.book-details-section {
    margin-bottom: 10px;
}

.book-details-section-inline {
    margin: 20px 25px;
}

.book-details-section-inline .row h3 {
    margin-bottom: 0px !important;
    color: #929292 !important;
    font-size: 12px !important;
    font-family: "Roboto", sans-serif !important;
}

.details-description-22 .details-title-23 h1 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}

.book-details-section h2 {
    margin: 0px;
    color: #504c4c;
    font-size: 18px;
    font-family: "Kiron";
    margin-top: 3px;
}

.ct-u-displayTableCell {
    float: left;
    width: 40%;
}

.ct-u-displayCulmanCellLeft {
    color: #7d7d7d;
    font-size: 12px;
    font-family: "Segoe UI";
    font-weight: 500;
}

.ct-u-displayCulmanCellRight {
    color: #424141;
    font-size: 12px;
    font-family: "Segoe UI";
}

.author-name p {
    font-size: 14px;
    color: #333333;
    font-family: "Segoe UI";
    font-weight: bold;
}

.author-about {
    margin-top: 1px;
    font-family: "kiron" !important;
}

.author-about p {
    font-size: 16px !important;
    color: #929292;
    font-family: "kiron" !important;
}

.similar-section-area {
    border: 1px solid #dddddd;
}

.similar-book-area {
    padding: 13px 67px;
    border: azure;
    border-bottom-style: groove;
}

.similar-title h1 {
    background: white;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    padding: 16px;
    font-family: "Segoe UI";
    font-size: 18px;
}

.similar-title span {
    font-family: "Segoe UI";
    color: #464646;
    font-size: 13px;
}

.similar-book-title {
    margin-top: 10px;
}

.similar-book-title span {
    font-family: "Segoe UI";
    color: #464646;
    font-size: 13px;
}

.similar-price span {
    font-family: "Segoe UI";
    color: #464646;
    font-size: 13px;
}

.similar-book-images {
    cursor: pointer;
}

.similar-book-images img {
    width: 100%;
}

.details-previous-price {
    padding-left: 2px;
}

span.inner {
    color: #000000 !important;
}

span.outer {
    color: red;
    text-decoration: line-through;
}

.payment-method ul li img {
    margin-bottom: 20px;
}

.zoom {
    /* cursor: zoom-in;
  transition: 0.5s; */
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: #ddd #34495E;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.zoom:hover {
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    /* transform: scale(1.5);
  border: none;
  transition: 0.5s; */
    border-width: 0 150px 150px 0;
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
}


/* ------------------------- */

.fold {
    /* height: 400px;
  padding: 25px 25px;
  position: relative;
  font-size: 90%;
  text-decoration: none;
  color: #999; 
  background: #fff; */
    transition: all ease .5s;
}


/*
  paper fold corner
*/

.fold:before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: #ddd #fff;
    transition: all ease .8s;
}


/*
  on li hover make paper fold larger
*/

.fold:hover:before {
    border-width: 0 50px 50px 0;
    /* border-color: #eee #fff; */
}


/* ------------------------- */

.cart-zoom {
    transition: transform .2s;
    width: 200px;
    margin: 0 auto;
}

.cart-zoom-add {
    transition: transform .2s;
    width: 250px;
    margin: 0 auto;
}

.cart-zoom:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
}

.auth-trans {
    list-style-type: circle;
    margin-bottom: -2px;
}

.auth-trans a span {
    font-family: 'Kiron' !important;
    font-size: 1em !important;
}

.detail-author {
    font-size: 18px;
    font-weight: 400;
}

.free-delivery-label {
    margin-top: 0px;
    max-height: 106px !important;
    max-width: 106px;
    float: right;
}

.free-delivery-image {
    max-height: 106px !important;
    width: 75%;
    border: 0px solid #a0ce4e;
    margin-left: 10px;
}

.offer_image {
    position: absolute;
    margin-top: -35px;
    margin-left: -60px;
    max-height: 106px !important;
    max-width: 105px;
    z-index: 0;
}

.similar-prod-img {
    max-height: 90px !important;
    border: 0px solid #a0ce4e !important;
    width: 70px !important;
    margin-top: 30px !important;
}

.image-detail {
    margin: auto;
}

.off-price {
    color: green;
    font-size: 14px;
}

.book-page-carousel .carousel .left {
    position: fixed !important;
    width: 50px !important;
    height: 110px !important;
    left: 1% !important;
    z-index: 2 !important;
    background-image: unset !important;
}

.book-page-carousel .carousel .right {
    position: fixed !important;
    width: 50px !important;
    height: 110px !important;
    right: 1% !important;
    z-index: 2 !important;
    background-image: unset !important;
}

#cross {
    font-size: 20px;
    padding: 7px;
    color: white !important;
    border: 1px solid;
    font-weight: 300;
}

#cross:hover {
    color: white;
}

#under-book {
    padding: 10px;
    display: flex;
    justify-content: center;
}

#book-page-btn {
    color: white;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    -webkit-user-select: none;
    white-space: nowrap;
    font-weight: bold;
    padding: 4px;
    border-radius: 3px;
    background-color: green;
}

#book-page-btn:hover {
    color: black;
    transform: scale(1.2);
    transition: 300ms;
    background-color: rgba(0, 165, 27, 0.534);
}

.book-down-image {
    transform: rotate(-15deg);
    width: 20%;
    left: 210px;
    top: 340px;
    position: absolute;
    z-index: -1 !important;
    transition: 300ms;
}

#book-page-div {
    justify-content: center;
    display: flex;
}

.fb-share {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    overflow: hidden;
    margin-top: 5px !important;
    margin: auto;
}

.details-button-view {
    line-height: 1.5 !important;
}

.stock-flag {
    color: red;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}

#myModal {
    background-color: unset !important;
    margin-top: 5% !important;
}

p {
    color: #000000 !important;
}

.price-font {
    color: black;
    font-family: "Kiron" !important;
    max-width: 300px;
    overflow: hidden;
}

.sego-font {
    color: #000000;
    font-family: 'Kiron' !important;
    font-size: 18px !important;
}

.sego-font-track {
    color: #777;
    font-family: 'Kiron' !important;
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .selectedSearchType {
        font-family: 'Kiron' !important;
        font-size: 15px !important;
        font-weight: 100 !important;
    }
}

@media (min-width: 768px) {
    .selectedSearchType {
        font-family: 'Kiron' !important;
        font-size: 16px !important;
        font-weight: 100 !important;
    }
}

.text-muted {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 14px !important;
    font-weight: 100 !important;
}

.foot div h4,
.foot h4 {
    font-weight: 100 !important;
}

.tk_home {
    font-size: medium;
    color: #1361b1;
    font-family: 'Kiron', sans-serif;
    margin: 1px 0px;
    font-weight: 1000;
}

.modal-header .close,
.login-header .close {
    color: #000000 !important;
}

.sidebarSearch {
    margin-top: 8px !important;
    margin-bottom: -2px !important;
    margin-left: -15px !important;
    border: unset !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

.xyz {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.list-unstyled hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

@media (min-width: 360px) {
    .visible-mobile {
        display: none !important
    }
}

.search-input-custom .input-group-btn .dropdown .btn-primary {
    background-color: #015DE6 !important;
    border-color: #015DE6 !important;
}

.title-check {
    font-size: 100px;
}

.home-assent-image {
    width: 70px !important;
    margin: 19px;
}

.home-asset-image-div {
    z-index: 10 !important
}


/* .home-asset-text{
  float: left;
  width: 220px;
  border: 1px solid #ffffff;
  padding: 10px;
  margin: 25px;
  background-color: #d3d3d369;
  border-radius: 30px;
} */

@media (min-width: 700px) {
    .home-asset-span {
        font-family: 'Kiron' !important;
        font-size: 18px;
        float: right;
        padding-right: 15px;
        float: left;
        min-width: 220px;
        padding: 6px;
        margin: 35px;
        padding-left: 33%;
        background-color: #f1f1f18f;
        border-radius: 30px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.11);
    }
}

@media (max-width: 700px) {
    .home-asset-span {
        font-family: 'Kiron' !important;
        font-size: 18px;
        float: right;
        padding-right: 15px;
        float: left;
        min-width: 220px;
        border: 1px solid #ffffff;
        padding: 10px;
        margin: 30px;
        padding-left: 22%;
        background-color: #d3d3d369;
        border-radius: 30px;
    }
    .margin-home-asset {
        margin-top: -25px !important;
    }
}

.totalBundle p {
    text-transform: uppercase;
    font-family: 'Kiron' !important;
    font-size: 16px !important;
}

.totalBundle span {
    text-transform: uppercase;
    font-family: 'Kiron' !important;
    font-size: 16px !important;
}

.cart_price .bundle-text {
    font-family: 'Kiron' !important;
    font-size: 14px !important;
}/* CSS Document */

