
@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    5% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    28% {
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

@font-face {
    font-family: "oxygen-bold";
    src: url("../fonts/Oxygen-Bold.ttf");
}

@font-face {
    font-family: "oxygen-light";
    src: url("../fonts/Oxygen-light.ttf");
}

@font-face {
    font-family: "oxygen-regular";
    src: url("../fonts/Oxygen-Regular.ttf");
}

* {
    font-family: "oxygen-regular";
}
/* Layout */
.page-container {
    position: relative;
    background: red;
    width: 100%;
    height: 100%;
}

.page-header {
    position: absolute;
    height: 30%;
    background: yellow;
    width: 100%;
}

.top-bar {
    background-color: #ffeb00;
    height: 30%;
    align-items: center;
    display: flex;
}

    .top-bar a {
        font-size: 23px;
        text-decoration: none;
        color: #555;
    }

    .top-bar .about-us {
        flex: 1;
        flex-basis: 60%;
        text-indent: 4%;
    }

    .top-bar .contact-us {
        flex: 1;
    }

    .top-bar .cart {
        flex: 1;
    }

.header-with-menu {
    background-color: #e9550f;
    height: 70%;
    /*display: flex;*/
    min-height: 155px;
}

    .header-with-menu .chakra {
        float: left;
        /*flex-basis: 151px;*/
margin-left: 25px;
    }

img.chakra-logo {
    align-items: center;
    width: 105px;
    cursor: pointer;
    margin-top: 30px;
}

img.chakra-logo-content {
    margin-top: 40px;
    width: 380px;
}

.header-with-menu .divineshop {
    /*flex-basis: 60%;*/
    float: left;
    cursor: pointer;
}

.header-with-menu .menu-promo {
    display: block;
    /* flex-direction: column; */
    width: 37%;
    overflow: hidden;
    float: right;
    margin-right: 1%;
position: relative;
}

.promo-container {
    display: flex;
}

    .promo-container span {
        flex-basis: 16%;
        align-items: center;
        flex: 1;
        display: flex;
        color: white;
        /* font-weight: bold; */
        text-align: center;
        text-indent: 47px;
    }

    .promo-container input {
    padding: 11px;
    margin: 30px 0 17px;
    width: 230px;
    float: right;
    margin-left: 116px;
    border: none;
    outline: none;
}
.homepage-bookcontainer {
    position: fixed;
    z-index: 5;
    border: 0;
    right: 50px;
    width: 40%;
    bottom: 50px;
}

    .homepage-bookcontainer img {
        /* width: 199px; */
        height: 172px;
    }

.page-body {
    top: 30%;
    position: absolute;
    min-height: 70%;
    background: #ee771d;
    width: 100%;
}

.home-body {
    overflow: hidden;
}

    .home-body .slider-image {
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-backface-visibility: hidden;
        -webkit-animation: imageAnimation 36s linear infinite 0s;
        -moz-animation: imageAnimation 36s linear infinite 0s;
        -o-animation: imageAnimation 36s linear infinite 0s;
        -ms-animation: imageAnimation 36s linear infinite 0s;
        animation: imageAnimation 36s linear infinite 0s;
    }


    .home-body .chakra {
        position: absolute;
        z-index: 12;
        left: -120px;
        width: 500px;
        height: 500px;
        opacity: 0.8;
        -webkit-animation: spin 50s linear infinite;
        -moz-animation: spin 50s linear infinite;
        animation: spin 50s linear infinite;
        bottom: -115px;
    }

.book-nav {
    display: flex;
    color: white;
    list-style: none;
    /* direction: rtl; */
}

    .book-nav li {
        margin: 7px 10px;
    }

        .book-nav li a {
            color: white;
            text-decoration: none;
        }

            .book-nav li a:hover {
                text-decoration: underline;
            }
@media (min-width: 1300px)
{
	.homepage-bookcontainer {
   		 bottom: 12px !important;
	}
}
@media (min-width: 1024px) {
    .homepage-bookcontainer img {
        width: 160px;
        height: 230px;
        margin: 5px;
    }

    .homepage-bookcontainer {
        bottom: 47px;
    }
}

.suggestion-book-list {
      display: block;
    position: absolute;
    left: 116px;
    background: white;
    width: 276px;
    top: 70px;
    z-index: 38;

}

.listing-suggestion-books {
    padding: 5px;
}


/*add to cart listing style*/
.navbar-product-list-container {
    width: 45%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 0px 10px 0px #808080;
    display: none;
}

.product-list-header {
    padding: 1%;
    text-align: center;
    border-bottom: 1px solid #80808057;
    font-weight: bold;
    clear: both;
}

.product-list-form {
    padding: 2%;
    margin-bottom: 2%;
    min-height: 16%;
}

.input-field-container {
    margin-bottom: 2%;
}

    .input-field-container label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }

.input-form-align {
    margin-left: 2%;
}

.input-field-control {
    width: 96%;
    height: 34px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline-color: #1ad6bd94;
}

textarea.input-field-control {
    height: 90px !important;
}

.split-input-field-container {
    width: 48%;
    float: left;
}

.book-cart-listing-container {
    min-height: 60%;
    overflow: auto;
    height: 60%;
}
.cart-container {
    /* height: 26.5%; */
    padding: 2%;
    border-bottom: 1px solid #80808057;
    clear: both;
    overflow: auto;
}

/*.cart-container {
    height: 26.5%;
    padding: 2%;
    border-bottom: 1px solid #80808057;
}*/

.cart-book-image-container {
    width: 15%;
    float: left;
}

.book-cart-name-container {
    width: 30%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
}

.book-cart-qty-container {
    width: 25%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.book-cart-amount-container {
    width: 30%;
    float: left;
}

.qty-btn {
    width: 20%;
    float: left;
    margin-left: 5%;
}

.qty-values {
    width: 40%;
    float: left;
    text-align: center;
    margin-left: 5%;
    height: 24px;
}

.qty-action-container {
    padding: 2%;
    display: flex;
}

.text-overflow-hidden {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.book-price-amount {
    width: 75%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: row;
    padding-left: 10%;
    align-items: center;
    padding-top: 10px;
}

.product-cart-delete-icon {
    width: 15%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: red;
    font-weight: bolder;
    cursor: pointer;
    align-items: center;
    margin-top: 14px;
}

.cart-action-btn-container {
    /* padding: 3%; */
    padding: 0.5% 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    border-top: 1px solid black;
}

.cart-action-btn {
    padding: 1% 2%;
    margin-left: 2%;
    border-radius: 3px;
}

.cart-buy-now {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .cart-buy-now:focus,
    .cart-buy-now.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .cart-buy-now:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

.cart-keep-shoping {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .cart-keep-shoping:focus,
    .cart-keep-shoping.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .cart-keep-shoping:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }


.promo-container span a {
    color: white;
    text-decoration: none;
}

.video-container {
    width: 50%;
    margin: 0 auto;
}
.video-referal {
    float: right;
    margin: 54px 100px;
}

    .video-referal li {
        list-style: none;
        color: white;
        padding: 10px 0;
    }

.video-container {
    width: 50%;
    margin: 0 auto;
    height: 450px;
    margin-top: 3%;
    position: fixed;
    left: 30%;
}

.cart-book-image-container .tiles-img-control {
    width: 32px;
}
.validate-error {
    border: 1px solid red;
}
.check-btn {
    padding: 14px;
    margin-left: 2%;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}


@media (max-width: 500px) {
    .top-bar .about-us {
        flex-basis: 14% !important;
    }

    .home-body .chakra {
        width: 200px !important;
        height: 200px !important;
        left: -50px !important;
        bottom: -50px !important;
    }

    .homepage-bookcontainer img {
        height: 95px !important;
    }

    .homepage-bookcontainer {
        position: fixed;
        z-index: 5;
        border: 0;
        right: 20px !important;
        width: 48% !important;
        bottom: 50px !important;
    }

    .home-body .slider-image {
        width: auto !important;
    }

    img.chakra-logo {
        width: 72px !important;
        margin-top: 10px !important;
    }
    img.chakra-logo-content {
        width: 200px !important;
        margin-top: 20px !important;
    }
    .top-bar a {
        font-size: 14px !important;
    }
    .cart-icon {
        width: 30px !important;
    }
    .navbar-product-list-container {
        width: 100% !important;
        overflow: auto;
    }
    .split-input-field-container {
        width: 96% !important;
    }
    .input-form-align {
        margin-left: 0 !important;
    }
    .header-with-menu .menu-promo {
        width: 100% !important;
        /*margin-top: -51px;*/
    }
    .home-body {
        top: 30% !important;
    }
    .promo-container input {
        margin: 0 auto !important;
        float: none !important;
        width: 50% !important;
    }
    .book-nav {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 5px !important;
    }
        .book-nav li {
            margin: 0 !important;
            float: left !important;
            font-size: 14px !important;
            padding: 5px !important;
        }

    .header-with-menu {
        min-height: 135px !important;
    }
    .promo-container {
        display: none !important;
    }

    .book-holder {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
        background: white;
        color: black !important;
        height: auto !important;
    }
    .book-images img {
        width: 140px !important;
    }
    .tile-content-container {
        font-size: 91% !important;
    }
    .add-to-cart-action-btn img, .content-more-text img {
        width: 120px !important;
    }
    .book-details, .book-images {
        margin-top: 5%;
    }
    .tile-content-container div {
        line-height: 21px !important;
    }
    .no-books-msg {
        display: block !important;
    }
    .comming-soon {
        width: 100% !important;
    }
    .index {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }
    .book-sample-page {
        width: 46% !important;
        margin: 2% !important;
        height: auto !important;
    }
    img.book-image-path {
        width: 150px !important;
        height: auto !important;
    }
    .book-sample-page img {
        width: 154px !important;
        height: 200px;
    }
    .index-content {
        width: 96%;
        clear: both;
        margin: 0;
        padding: 2%;
    }
    .add-to-cart-btn-container {
        text-align: center !important;
    }
    .order-form {
        margin-bottom: 26px;
    }
    }