/*/Fonts /*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
/*/General /*/
.error {
    color: #d02323!important;
}
body {
    background-color: #FFF;
    font-size: 15px;
    position: relative;
    font-family: 'Lato', sans-serif;
    color: #5c5f5f
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
a {
    color: #5c5f5f
}
a:hover {
    text-decoration: none;
    color: #005740;
    transition: all 0.5s ease 0s
}
.height_200 {
    height: 200px
}
.height_50 {
    height: 50px
}
.height_20 {
    height: 20px
}
.text-transform{
    text-transform: uppercase
}
.line-height30{
    line-height:30px
}
::placeholder {
    color: #a9bcb6
}
.red {
    color: #f33039
}
.opacity {
    opacity: 0.3;
}
input[type="text"], input[type="email"], textarea , input[type="password"] , input[type="date"]{
    border: 1px solid #b1b0b0;
    display: block;
    padding: 15px;
}
select {
    padding: 12px 12px 12px 20px;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    background: #ffffff url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%23656464%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll right 13px center;
    border: 1px solid #656464;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    min-height: 53px;
}
.bt {
    background-color: #00a0b1;
    color: #FFF;
    display: block;
    margin: auto;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
}
.border-red {
    border-bottom: red 2px solid;
    padding-bottom: 5px;
}
.color {
    color: #00a0b1;
    font-weight: bolder;
}
.clear {
    clear: both;
}
/*/header/*/
header {
    border-top: #00a0b1 10px solid;
    border-bottom: #d9f1f3 1px solid;
}
header .logo {
    background-image: url('../image/logo.png');
    height: 109px;
    display: block;
    background-repeat: no-repeat;
}
nav ul li a {
    font-size: 18px;
    font-weight: 600;
}
.navbar-nav {
    margin-top: 30px;
}
.nav-item {
    margin-right: 40px;
}
.nav-link{
    border-bottom: 3px solid #FFF;
}
.nav-link.active , .nav-link:hover {
    border-bottom: 3px solid #00a0b1;
}
/* Search Style */
.nav-link.cart_icon {
    background-image: url("../image/cart.png");
    background-repeat: no-repeat;
    height: 28px;
    width: 32px;
    margin-top: 4px;
}
.nav-link.search_icon {
    background-image: url("../image/search.png");
    background-repeat: no-repeat;
    height: 31px;
    width: 26px;
    margin-top: 4px;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -171px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}
#search .close:hover{
    color: #089b73;
    cursor: pointer;
}
/* Middle */
.book_store {
    background-image: url('../image/bg.png');
    height: 600px;
    background-repeat: no-repeat;
}
.book_store h3 {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
}
.book_store p {
    color: #FFF;
    margin-top: 15px;
    font-size: 17px;
    text-align: center;
}
.book_store h3 span {
    color: #f33039;
}
.book_store a {
    text-align: center;
    display: block;
    background-color: #FFF;
    width: 200px;
    margin: auto;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #00a0b1;
}
.book_store a:hover {
    background-color: #00a0b1;
    color: #FFF;
}
.school {
    background-image: url('../image/Group1.png');
    height: 324px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
}
.school .border_red {
    width: 7px;
    height: 100px;
    display: block;
    background-color: #f33039;
    position: absolute;
    left: 0px;
}
.school h4 {
    font-weight: 700;
    margin-top: 70px;
}
.school p {
    max-width: 360px;
    font-size: 15px;
}
.school a {
    text-align: center;
    display: block;
    background-color: #00a0b1;
    width: 200px;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
}
.school a:hover {
    background-color: #FFF;
    color: #00a0b1;
}
.app_area {
    background-color: #f0f0f0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.app_area h4 span {
    color: #00a0b1;
}
.app_area .border_bottom {
    border: 1px #f33039 solid;
    margin-bottom: 1rem;
}
.app_area .app_store {
    background-image: url('../image/1.png');
    display: inline-block;
    height: 41px;
    background-repeat: no-repeat;
    width: 143px;
}
.app_area .google_store {
    background-image: url('../image/2.png');
    display: inline-block;
    height: 41px;
    background-repeat: no-repeat;
    width: 143px;
    margin-left: 15px;
}
.app_area .app_screen {
    background-image: url('../image/mockup.png');
    background-repeat: no-repeat;
    height: 419px;
    background-position: right;
}
.best_seller .product1, .best_seller .product2, .best_seller .product3 {
    display: inline-block;
    box-shadow: 1px 2px 4px 2px #dcdcdc;
    padding: 20px;
    margin-top: 10px;
}
.best_seller {
    margin-bottom: 50px;
}
.best_seller .product2, .best_seller .product3 {
    margin-left: 87px;
}
.best_seller .product1 .icon , .best_seller .product2 .icon  , .best_seller .product3 .icon  {
    background-image: url('../image/heart.png');
    display: block;
    height: 29px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.best_seller .product1 img, .best_seller .product2 img, .best_seller .product3 img {
    width: 270px;
    height: 420px;
    margin-bottom: 15px;
}
.best_seller .product1 .rating .star , .best_seller .product2 .rating .star , .best_seller .product3 .rating .star {
    background-image: url('../image/star.png');
    height: 22px;
    width: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}
.best_seller div p {
    margin-bottom: 5px;
}
.best_seller .product1 .add_to_cart , .best_seller .product2 .add_to_cart , .best_seller .product3 .add_to_cart {
    border: 1px #3dabb8 solid;
    padding: 15px 10px 15px 10px;
    border-radius: 5px;
    max-width: 200px;
    margin-left: 35px;
    display: block;
    color: #3dabb8;
    margin-top: 10px;
}
.add_to_cart:hover {
    background-color: #f0f0f0;
}
.best_seller .product1 .add_to_cart .icon, .best_seller .product2 .add_to_cart .icon, .best_seller .product3 .add_to_cart .icon {
    background-image: url('../image/cart1.png');
    background-repeat: no-repeat;
    float: left;
    width: 32px;
    margin-right: 10px;
    margin-left: 16px;
}
.out_stock.red {
    text-align: right;
    display: block;
    font-size: 17px;
    font-weight: 600;
}
.fav {
    background-image: url('../image/heart1.png');
    display: block;
    height: 29px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.show_all {
    background-color: #00a0b1;
    color: #FFF;
    padding: 15px;
    border-radius: 5px;
    font-size: 18px;
    margin: auto;
    display: block;
    width: 150px;
    margin-top: 50px;
}
/* Footer */
footer {
    background-color: #00a0b1;
    padding-top: 30px
}
footer .footer_logo {
    background-image: url("../image/logo_footer.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 102px
}
footer .footer_logo_area p {
    color: #fff;
    font-size: 15px;
    margin-top: 20px
}
footer h5 {
    color: #fff;
    margin-top: 20px
}
footer ul {
    margin-top: 20px;
    padding-left: 0
}
footer ul li a , footer a {
    color: #fff;
    font-size: 15px
}
footer .mobile_number , footer .email , footer .website {
    color: #fff;
    margin-top: 20px
}
footer .mobile_number .icon {
    background-image: url("../image/mobile.png");
    display: block;
    float: left;
    height: 21px;
    margin-right: 10px;
    width: 21px
}
footer .email .icon {
    background-image: url("../image/mail.png");
    display: block;
    float: left;
    height: 19px;
    margin-right: 10px;
    width: 23px
}
footer .website .icon {
    background-image: url("../image/website.png");
    display: block;
    float: left;
    height: 22px;
    margin-right: 10px;
    width: 23px
}
footer .social_media .facebook {
    background-image: url("../image/fb.png");
    display: inline-block;
    height: 33px;
    margin-right: 10px;
    width: 33px
}
footer .social_media .twitter {
    background-image: url("../image/tw.png");
    display: inline-block;
    height: 33px;
    margin-right: 10px;
    width: 33px
}
footer .social_media .instgram {
    background-image: url("../image/inst.png");
    display: inline-block;
    height: 33px;
    margin-right: 10px;
    width: 33px
}
footer .social_media .linkedin {
    background-image: url("../image/li.png");
    display: inline-block;
    height: 33px;
    margin-right: 10px;
    width: 33px
}
footer .coprights {
    display: block;
    border-top: #2eb1bf 1px solid;
    width: 100%;
    margin-top: 20px;
}
footer .coprights p {
    margin-top: 15px;
    color: #FFF;
}
footer .payment_meth {
    background-image: url('../image/payment.png');
    background-repeat: no-repeat;
    height: 25px;
    display: block;
    margin-top: 30px;
}
footer h5 .underline {
    width: 70px;
    background-color: #FFF;
    display: block;
    height: 2px;
    margin-top: 5px;
}
/*////////// pages //////////////////*/
/*/Favourites/*/
.best_seller.favourites .product1 img, .best_seller.favourites .product2 img, .best_seller.favourites .product3 img {
    width: 224px;
    height: 360px;
    margin-bottom: 15px;
}
.best_seller.favourites .product2, .best_seller.favourites .product3 {
    margin-left: 15px;
}
.best_seller.favourites .product1 .add_to_cart, .best_seller.favourites .product2 .add_to_cart, .best_seller.favourites .product3 .add_to_cart {
    border: 1px #3dabb8 solid;
    padding: 15px 10px 15px 10px;
    border-radius: 5px;
    max-width: 200px;
    margin-left: 9px;
    display: block;
    color: #3dabb8;
    margin-top: 10px;
}
/*/404/*/
.bg_404 {
    background-image: url('../image/404.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 440px;
    margin-bottom: 40px;
}
.back_home {
    color: #00a0b1;
    border: #00a0b1 1px solid;
    padding: 13px;
    border-radius: 5px;
    margin: auto;
    display: block;
    width: 125px;
    text-align: center;
}
.back_home:hover {
    background-color: #00a0b1;
    color: #FFF;
}
/* login */
.login_bg {
    background-image: url('../image/login.png');
    height: 435px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 35px;
}
.login .under_border {
    background-color: #00a0b1;
    height: 3px;
    display: block;
    width: 55px;
}
.login label {
    margin-top: 20px;
    color: #c0c0c0;
}
.login input {
    width: 100%;
}
.login input[type="submit"] {
    width: 110px;
    padding: 10px;
    background-color: #00a0b1;
    color: #FFF;
    border: 0px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 17px;
}
/* About Us */
.about_book {
    background-image: url('../image/book.png');
    background-repeat: no-repeat;
    height: 353px;
    margin-bottom: 20px;
}
.about_text h5 {
    color: #00a0b1;
}
.about_text h5 .underline {
    height: 3px;
    width: 70px;
    display: block;
    background-color: #f33039;
}
.our_message {
    background-color: #f0f0f0;
    padding-top: 50px;
    padding-bottom: 40px;
}
/* Faq */
.faq_call {
    background-color: #00a0b1;
    padding: 10px;
    margin-bottom: 30px;
}
.faq_call h5 {
    color: #FFF;
    margin-bottom: 15px;
    margin-top: 10px;
}
.faq_call input , .faq_call textarea {
    display: block;
    background-color: #00a0b1;
    border: #5ac2cd 1px solid;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 0px;
    color: #96cdd5;
}
.faq_call [type="submit"] {
    width: 110px;
    margin: auto;
    background-color: #FFF;
    padding: 10px;
    border-radius: 5px;
    color: #00a0b1;
}
.faq_text {
    margin-bottom: 30px;
}
.faq_text .faq_border {
    background-color: #d9f1f3;
    height: 2px;
    display: block;
}
.load_more {
    background-color: #00a0b1;
    display: block;
    color: #FFF;
    width: 115px;
    text-align: center;
    padding: 15px;
    margin: auto;
    border-radius: 5px;
    font-size: 17px;
}
/* Contact Us */
.contact_info {
    margin-bottom: 50px;
}
.contact_info h5 {
    color: #00a0b1;
    margin-bottom: 25px;
}
.contact_detalis .mobile_number , .contact_detalis .email {
    margin-bottom: 30px;
}
.contact_info .contact_detalis .mobile_number .icon {
    background-image: url('../image/54718.png');
    width: 16px;
    height: 32px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 25px;
}
.contact_info .contact_detalis .email .icon {
    background-image: url('../image/55.png');
    width: 25px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
}
.contact_info .contact_detalis .address .icon {
    background-image: url('../image/img_574524.png');
    width: 24px;
    height: 35px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
}
.contact_info .contact_detalis .content {
    display: inline-block;
}
.contact_detalis {
    border-right: #00a0b1 2px solid;
}
.contact_message h5 {
    color: #00a0b1;
    margin-bottom: 25px;
}
.contact_message input , .contact_message textarea {
    width: 100%;
}
.contact_message label {
    color: #e1e1e1;
}
.form-row {
    margin-bottom: 10px;
}
.contact_message form textarea {
    min-height: 250px;
    margin-top: 15px;
}
.form-row .submit {
    width: 110px;
    padding: 12px;
    display: block;
    background-color: #00a0b1;
    border: 0px;
    color: #FFF;
    border-radius: 5px;
}
/* Account Details */
.account_detalils a {
    border: 1px #00a0b1 solid;
    display: block;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    color: #00a0b1;
}
.account_detalils .active {
    background-color: #00a0b1;
    color: #FFF;
}
.table-bordered {
    text-align: center;
}
.table.table-bordered thead {
    background-color: #f3f3f3;
}
.table-bordered a {
    color: #00a0b1;
}
.profile_img img {
    display: block;
    margin: auto;
}
.profile_img a {
    display: block;
    text-align: center;
    width: 180px;
    margin: auto;
}
.profile_img a .icon {
    background-image: url('../image/edite.png');
    width: 23px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.user_info {
    margin-top: 25px;
}
.user_info input {
    width: 100%;
}
/* Shoping Cart */
.shoping_cart , .location , .preview , .payment {
    color: #24a7b6;
    font-size: 17px;
}
.shoping_cart .icon {
    background-image: url('../image/shop.png');
    width: 65px;
    display: block;
    height: 57px;
    margin-bottom: 10px;
}
.shoping_cart .line {
    background-color: #0599aa;
    height: 2px;
    display: inline-block;
    width: 130px;
    margin-left: 25px;
}
.location .icon {
    background-image: url('../image/location.png');
    width: 65px;
    display: block;
    height: 69px;
    margin-left: 30px;
}
.location .line {
    background-color: #0599aa;
    height: 2px;
    display: inline-block;
    width: 107px;
    margin-left: 15px;
}
.preview .icon {
    background-image: url('../image/order.png');
    width: 65px;
    display: block;
    height: 62px;
    margin-left: 15px;
    margin-bottom: 11px;
}
.preview .line {
    background-color: #0599aa;
    height: 2px;
    display: inline-block;
    width: 107px;
    margin-left: 15px;
}
.payment .icon {
    background-image: url('../image/payments.png');
    width: 91px;
    display: block;
    height: 62px;
    margin-bottom: 11px;
}
.cart_area {
    border: 1px #00a0b1 solid;
    padding: 20px;
    margin-bottom: 25px;
    margin-top: 8px;
}
.cart_product_info {
    margin-left: 30px;
    display: inline-block;
    margin-top: 30px;
}
.cart_product img {
    border: 1px #00a0b1 solid;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}
.cart_product_info p {
    color: #00a0b1;
    font-size: 17px;
}
#quantity {
    width: 120px;
    display: inline-block;
    padding-right: 50px;
    padding-left: 50px;
    border-color: #00a0b1;
}
.cart_product {
    position: relative;
    border-bottom: 1px #00a0b1 solid;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cart_product:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.cart_product:first-child {
    padding-top: 0px;
}
.quantity-left-minus.btn-number {
    margin-right: -29px;
    position: relative;
    background-color: transparent;
    border: 0px;
    font-size: 30px;
    vertical-align: top;
    top: 1px;
    color: #00a0b1;
}
.quantity-right-plus.btn-number {
    margin-left: -36px;
    position: relative;
    background-color: transparent;
    border: 0px;
    font-size: 25px;
    vertical-align: top;
    top: 9px;
    color: #00a0b1;
}
.cart_product_info .qty {
    margin-right: 5px;
}
.cart_product .remvoe {
    background-image: url('../image/remove.png');
    height: 27px;
    width: 28px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 30px;
}
.car_sumery h5 {
    color: #00a0b1;
}
.car_sumery .box {
    box-shadow: 1px 2px 4px 2px #dcdcdc;
    margin-top: 20px;
}
.car_sumery .box .top {
    border-bottom: 1px #e0e0e0 solid;
}
.car_sumery .box .top .cart_total , .car_sumery .box  .bottom .Delivery {
    display: inline-block;
    width: 49%;
    border-right: #e4e4e4 1px solid;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    color: #00a0b1;
}
.car_sumery .box .top .cart_number {
    display: inline-block;
    width: 49%;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    color: #00a0b1;
}
.car_sumery .box .bottom .vat {
    display: inline-block;
    width: 49%;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    color: #00a0b1;
}
.car_sumery p {
    color: #00a0b1;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 17px;
}
.car_sumery .continue {
    background-color: #00a0b1;
    color: #FFF;
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
}
.cart_head, .location_head, .preview_head {
    margin-bottom: 15px;
}
.cart_content {
    box-shadow: 1px 2px 4px 2px #dcdcdc;
    margin-top: 10px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.cart_content .cart_product img {
    width: 100px;
    height: 100px;
}
.cart_content .cart_product .cart_product_info {
    margin-left: 15px;
}
.car_sumery .top_title {
    margin-bottom: 40px;
    font-weight: bold;
}
.car_sumery .top_title a {
    color: #00a0b1;
}
.form-check {
    margin-top: 25px;
    color: #00a0b1;
}
.form-check.new_address_area {
    margin-bottom: 20px;
}
.new_addressbox {
    box-shadow: 1px 2px 4px 2px #dcdcdc;
    margin-top: 25px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.new_addressbox input {
    width: 100%;
    border: #00a0b1 1px solid;
}
.new_addressbox label {
    margin-left: 10px;
}
.new_addressbox select {
    padding: 12px 12px 12px 20px;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    background: #ffffff url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%23656464%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll right 13px center;
    border: 1px solid #00a0b1;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    min-height: 53px;
}
.new_addressbox .bt {
    width: 200px;
    float: right;
}
.save_address {
    background-color: #ededed;
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.save_address a {
    color: #00a0b1 !important;
}
.save_address::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 15px;
    top: 18px;
}
/* Payment */
.payments .visa {
    background-image: url('../image/visa.png');
    height: 127px;
    width: 160px;
    display: block;
}
.payments .debit {
    background-image: url(../image/debit.jpg);
    height: 127px;
    width: 160px;
    display: block;
}
.payments .paypal {
    background-image: url('../image/paypal.png');
    height: 127px;
    width: 160px;
    display: block;
}
.payments .mada {
    background-image: url('../image/mada.png');
    height: 127px;
    width: 160px;
    display: block;
}
.payments .mastercard {
    background-image: url('../image/mastarcard.png');
    height: 127px;
    width: 160px;
    display: block;
}
.payments .cash {
    background-image: url('../image/cash.png');
    height: 127px;
    width: 160px;
    display: block;
}
.payment_area {
    border: #00a0b1 1px solid;
    padding: 40px;
    height: 100%;
}
.payment_area input {
    width: 100%;
    margin-bottom: 20px;
}
.payment_area .bt {
    border: 0px;
    width: 250px;
}
.payments .active {
    border: #b37880 2px solid;
}
/* Shop */
.sidbar {
    box-shadow: 1px 4px 10px #dcdcdc;
    padding: 15px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00a0b1;
    background-color: #00a0b1;
}
.shop_title {
    color: #00a0b1;
    margin-left: 15px;
}
.shop_title .under_border {
    background-color: #f33039;
    height: 2px;
    display: block;
    max-width: 190px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.price-range-block {
    margin-top: 5px;
}
.sliderText{
    width:40%;
    margin-bottom:10px;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}
.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
}
.ui-widget-header {
    background: #00a0b1;
}
@-moz-document url-prefix() {
    #max_price {
        box-shadow: none;
    }
}
.price-range-search {
    width:40.5%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom:20px;
    font-size:16px;
}
.price-range-field{
    width:35%;
    min-width: 20%;
    background-color:#f9f9f9;
    border: 1px solid #6e6666;
    color: black;
    border-radius: 5px;
    height:26px;
    padding:5px;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}
.shop_bg {
    background-image: url('../image/books-1617327_960_720.png');
    background-repeat: no-repeat;
    height: 355px;
    margin-top: 7px;
    margin-bottom: 20px;
}
.book_filter {
    float: right;
    width: 150px;
}
.book_filter select {
    border-radius: 5px;
}
.best_seller.favourites.books {
    padding-top: 10px;
}
.border_top {
    border-top: #d9f1f3 1px solid;
    margin-top: 20px;
}
.best_seller.favourites.books.best_seller.favourites.books .product1, .best_seller.favourites.books .product2, .best_seller.favourites.books .product3 {
    display: inline-block;
    box-shadow: 1px 2px 4px 2px #dcdcdc;
    padding: 19px;
    margin-top: 10px;
}
.related .border-red {
    display: block;
    width: 65px;
}
/* Book Details */
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.gallery {
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
}
.book_info {
    float: left;
    margin-top: 21px;
}
.book_info .icon {
    background-image: url('../image/heart.png');
    display: block;
    height: 29px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    float: right;
    width: 34px;
}
.book_info .rating .star {
    background-image: url('../image/star.png');
    height: 22px;
    width: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}
.left_border {
    background-color: #00a0b1;
    height: 65px;
    display: block;
    width: 3px;
    float: left;
    margin-right: 25px;
}
.book_info .rating {
    margin-bottom: 5px;
}
.book_info .add_to_cart {
    border: 1px #3dabb8 solid;
    padding: 10px 15px 0px 0px;
    border-radius: 5px;
    max-width: 200px;
    margin-left: 9px;
    display: inline-block;
    color: #3dabb8;
    margin-top: 10px;
    line-height: 34px;
}
.book_info .add_to_cart .icon {
    background-image: url('../image/cart1.png');
    background-repeat: no-repeat;
    float: left;
    width: 32px;
    margin-right: 10px;
    margin-left: 16px;
}
.book_info .quantity-right-plus.btn-number {
    top: 18px;
}
.book_info .quantity-left-minus.btn-number {
    top: 13px;
}
.nav.nav-tabs {
    background-color: #f0f0f0;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
}
.nav.nav-tabs li {
    margin: auto;
    display: inline-block;
    width: 50%;
    text-align: center;
}
.nav.nav-tabs li:first-child {
    border-right: #999999 1px solid;
}
.nav.nav-tabs li .active {
    border-bottom: #f33039 2px solid;
    padding-bottom: 23px;
}
#description p {
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 20px;
}
#reviews {
    margin-left: 30px;
    margin-top: 20px;
}
#reviews .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}
#reviews .rating {
    display: inline;
    margin-right: 15px;
}
#reviews .rating .star {
    background-image: url('../image/star.png');
    height: 22px;
    width: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}
#reviews .user_data {
    display: inline;
    vertical-align: top;
}
#reviews .user_data a {
    color: #38aab7;
    font-weight: bold;
}
.profileim img {
    display: inline-block;
    width: 60px;
    margin-top: 10px;
}
.profileim p {
    display: inline-block;
    margin-left: 10px;
}
.reviews_content {
    border-bottom: #d9f1f3 1px solid;
    padding-bottom: 30px;
}
.add_review h5 {
    color: #00a0b1;
    font-weight: bold;
    margin-top: 20px;
}
.add_review h5 .border-red {
    border-bottom: red 2px solid;
    padding-bottom: 5px;
    display: block;
    width: 70px;
    margin-bottom: 20px;
}
.add_review textarea {
    width: 100%;
    min-height: 200px;
    margin-bottom: 25px;
}
.add_review .bt {
    border: 0px;
    float: left;
    width: 130px;
    font-size: 17px;
}
