/*
Template:  Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This file contains the styling for the Plumber Template. You can edit/add anything in this file!
*/
body {
    background-color: #fffaf6;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif
}
 
.fs-20 {
    font-size: 20px !important;
}

.social-icons > ul > li > a {
    line-height: 36px;
}

.product > .product-image {
    cursor: pointer;
}
.button { border-radius: 3px; }

.product-detail-title > span {
    font-size: 16px;
}

.product-detail-des > ul > li {
    font-size: 16px;
}
/*navbar*/
#onepagenav .mega-menu .menu-links > li > a {
    font-size: 18px;
    font-weight: 400;
}

/*book-banner*/
.book-banner { position: relative; padding-bottom: 130px; z-index: 1; }
.book-banner .container, .book-banner .row { height: 100%; }
.book-banner .slider-content-image { position: absolute; bottom: -50px; z-index: 9; }
.book-banner .slider-content-image .book { position: absolute; bottom: 0; z-index: 9; }
.book-banner .slider-content-image .text { position: absolute; bottom: 0; z-index: 8; left: -50px; }
.book-banner .slider-content-text { display: inline-block;  position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%);  }
.book-banner .slider-content-text h1 { font-size: 82px; line-height: 66px; }
.book-banner .slider-content-text h2 { font-size: 58px; line-height: 42px; }
    .book-banner .slider-content-text p {
        font-size: 24px;
        line-height: 32px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
    }
    .book-banner .slider-content-text span {
        font-size: 16px;
        line-height: 40px;
        font-family: "Poppins", sans-serif;
        background: #323232;
        color: #ffffff;
        padding: 6px 12px;
    }

/*book-about*/
.book-about .dropcap {width: inherit; height: inherit; background: transparent; font-size: 60px; line-height: 60px; font-weight: 200; color: #323232; }
.book-about blockquote { border-color: #ed5001; }

/*book-counter*/
.book-counter .counter { padding: 10px; position: relative; margin-top: -100px; }
.book-counter .counter .icon { background: #ed5001; padding: 16px; border-radius: 3px; font-size: 24px; }
.book-counter .counter .timer { display: block; }

/*book-custom-block*/
.book-custom-block  { padding-bottom: 200px; }
.book-custom-block h2 { font-size: 60px; line-height: 70px; }
.book-custom-block p { line-height: 30px; }

/*book-custom-block-02*/
.book-custom-block-02-content {
    padding: 20px 50px 10px 50px;
    background: #fec74fdb;
    /*border-radius: 3px;*/
}

/*book-order*/
.book-order .book-order-button { display: inline-flex; }
.book-order a { display: inline-block; margin: 0 3px; }
.book-order .googleplay img { height: 50px; border-radius: 3px; }

.book-banner {
    background: url('../images/bg/dog cover.png');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;

}

.page-heading {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    text-align: center;
    color: #5b5b5b;
}

.word-per-line {
    word-spacing: 9999px;
}

.product .product-price ins {
    color: #6b6b6b !important;
}

.p-2rem {
    padding: 2rem;
}