/*!
Theme Name: maverol
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maverol
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

maverol is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body {
    font-family: Poppins;
}
.bg-primary-gradient-head {
	background: #F1EEE8;
}
img {
	width: 100%;
}
h2.product-title {
    font-family: Merriweather;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000;
    min-height: 100px;
}
h2.product-title a {
    color: #000;
}
p.product-price {
    font-family: Merriweather;
    font-weight: 900;
    font-size: 25px;
    line-height: 100%;
    text-transform: capitalize;
}
h1.slider-text {
    font-family: Poppins;
    font-weight: 800;
    font-size: 48px;
    text-transform: uppercase;
}
.book-product {
    
}
button.add-to-cart-btn, a.add-to-cart-btn {
    border: 2px solid #037722;
    border-radius: 20px;
    padding: 6px 15px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #037722;
    background-color: #fff;
}
span.foot-menu {
    border-left: 1px solid;
    padding-left: 15px;
    padding-right: 15px;
}
.foot-menu.first-menu-footer {
    border-left: none !important;
    padding-left: 0px !important;
}
span.foot-menu a, .foot-cr {
    text-transform: capitalize;
    color: #000;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
.subscribe-head {
	font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
}
.newsletter-btn {
	padding: 0;
    background-color: unset;
    border: unset;
    position: relative;
    right: 40px;
    top: -2px;
}
.product-head {
    font-family: Merriweather;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
}
.book-product-about .add-to-cart-btn {
    box-shadow: 0px 4px 12px 0px #4AAB2480 !important;
    background: #4AAB24 !important;
    color: #fff !important;
    padding-top: 10px !important;
    padding-right: 24px !important;
    padding-bottom: 10px !important;
    border: unset !important;
    padding-left: 24px !important;
    border-radius: 40px !important;
    font-family: Poppins !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 100% !important;
}
.about-title {
    font-family: Poppins;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
}
.product-desc {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #7B7F82;
}
.product-img {
    box-shadow: 17px 10px 13px 0px #0000005C;
}
.related-title {
    font-family: Poppins;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
}
.sale-regular {
	font-family: Merriweather;
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: line-through;
    color: #3b3b3b91;
}
nav#mainNav {
    box-shadow: 0px 4px 4px 0px #00000040;
	background-color: #F5F5F5 !important;
}
.cart-section {
	background: linear-gradient(180deg, rgba(175, 140, 109, 0.2) -55.35%, rgba(245, 245, 245, 0.2) 100%);
}
.cart-list-prod {
	background: #FFFFFF;
    border-radius: 20px;
}
.cart-item {
    background: #F5F5F5;
    border-radius: 12px;
    padding: 20px;
}
.book-img img {
    border-radius: 12px;
}
.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D25B00E5;
    border-radius: 40px;
    padding: 2px 2px;
    width: fit-content;
}
.quantity button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    font-weight: bold;
    background-color: white;
    color: black;
    cursor: not-allowed !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.quantity input {
    color: white;
    text-align: center;
    font-family: Poppins;
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    background: #d25b0000;
    text-transform: capitalize;
    border: unset;
    margin-left: 14px;
}
.quantity-action {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}
.cart-book-title {
    font-family: Merriweather;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
}
.product-price-cart {
    font-family: Merriweather;
    font-weight: 900;
    font-size: 25px;
    line-height: 100%;
    text-transform: capitalize;
}
.book-title {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}
.subtotal-sect {
    border-radius: 20px;
    background: #fff;
}
.subtotal.d-flex {
    justify-content: space-between;
}
.subtitle-head {
    color: #000;
    font-family: Merriweather;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
}
.sub-detail {
    color: #474747;
    font-family: Merriweather;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
}
.sub-price {
    color: #000000;
    font-family: Merriweather;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
    text-transform: capitalize;
}
.discount-price {
    color: #FE4A4E !important;
}
.total-price {
    color: #000 !important;
}
.cart-page-title {
	font-family: Merriweather;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
}
.cart-fragment {
    position: absolute;
    top: 3px;
    right: 3px;
    background: red;
    color: #fff;
    border-radius: 50%;
    padding: 0px 5px;
    font-size: 11px;
}
a.cart-btn-nav {
    background: #fff;
    border-radius: 50%;
    padding: 13px 17px;
    position: relative;
}
.checkout-sec-title {
	font-family: Poppins;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
}
::placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

}
.conrtact-address, .billing-address {
    background: #fff;
    border-radius: 20px;
}
.inputclass {
    background: #F5F5F5;
    border-radius: 8px;
    border: unset;
    width: 100%;
    padding: 9px 15px;
}
.billing-address .inputclass {
    margin-bottom: 20px;
}
.agreeterms {
	font-family: Poppins;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
}
#checkout-button {
    background: #4AAB24;
    border-radius: 40px;
    width: 100%;
    color: #fff;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border: unset;
    display: inline-block; 
    text-align: left;
    padding-left: 20px;
}
.remove-button {
    text-align: right;
}
button.remove-from-cart-btn {
    background: unset;
    border: unset;
}
#cart-message {
    display: none;
    position: fixed;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -30%);
    background: #009606;
    padding: 11px 60px;
    z-index: 9999;
    border-radius: 20px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
	-webkit-animation-name: fadeInDown;
     animation-name: fadeInDown;
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
}
#cart-message p {
    margin-bottom: 0;
    color: #fff;
}


@-webkit-keyframes fadeInDown {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
     }

     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
     }
 }

 @keyframes fadeInDown {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
     }

     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
     }
 }


@media only screen and (max-width: 798px) {
    h1.fw-bold.slider-text {
        font-size: 31px !important;
        margin-bottom: 20px !important;
    }
    span.foot-menu {
        display: block;
        border-left: none !important;
        padding-left: 0px !important;
        padding-bottom: 5px;
    }
    button.navbar-toggler {
        order: 2;
    }
    a.cart-btn-nav {
        order: 1;
        margin-inline-start: auto;
        margin-right: 10px;
    }
    .navbar-collapse {
        order: 3;
    }
    .product-head {
        font-size: 30px !important;
    }
    .related-title {
        font-size: 22px !important;
    }
    button.add-to-cart-btn {
        padding: 6px 10px !important;
    }
    .quantity-action {
        flex-direction: row !important;
    }
    .quantity input {
        margin-right: 13px !important;
    }
    .cart-page-title {
        font-size: 25px !important;
    }
    .btn.btn-primary.shadow {
        font-size: 14px;
    }
    .product-title.py-2 {
        min-height: 80px !important;
    }
    section#product .col-md-2.col-4.mb-3 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .head-title-line.text-layer span {
        font-size: 60px !important;
        line-height: 80px !important;
    }
    .head-title-clip {
        width: 55px !important;
        height: 114px !important;
        left: 74px !important;
        border: 10px solid #000 !important;
    }
    .cus-margin-left-top {
        margin-left: 55px !important;
    }
    .cus-margin-left-bottom {
        margin-left: 63px !important;
    }
    .cart-book-title {
        font-size: 10px;
        line-height: 1.3;
    }
    .product-price-cart {
        font-size: 14px;
        font-weight: 400;
    }
}
.cus-margin-left-top {
    margin-left: 70px;
}
.cus-margin-left-bottom {
    margin-left: 80px;
}
a.add-to-cart-btn {
    display: inline-block;
    margin-bottom: 25px !important;
}
.head-title-wrapper {
    position: relative;
    text-align: center;
}
.head-title-line {
    font-weight: bold;
    font-size: 64px;
    letter-spacing: 8px;
    display: flex;
    align-items: center;
}
.top-text span:first-child {
    margin-right: 10px;
}
.bottom-text span:first-child {
    margin-right: 10px;
}
.head-title-clip {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(-50%, -50%);
    width: 77px;
    height: 144px;
    border: 13px solid #000;
    border-radius: 60px;
    z-index: 1;
}
.text-layer {
    position: relative;
    z-index: 2;
}
.head-title-line.text-layer span {
    font-family: Poppins;
    font-weight: 600;
    font-size: 90px;
    line-height: 100%;
    color: #000;
}
a.btn.btn-primary.shadow {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 15px;
}
.custom-bg-color {
    background: #fff;
    padding: 40px !important;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}
.border-round-unset {
    border-radius: unset !important;
}