/*
Fonts 
Everything is Lato except for headers
*/
html, body {
    font-family:'Lato', sans-serif, Arial, Helvetica;
    overflow-x: hidden;
}

h1, h2, h3, h4{
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
}

.header-top, .mainmenu{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.925em;
}

/*Default Css*/
:focus {
    outline: none;
}

body {
	color: #000;
	background: #f7f7f7;
}

ul {
	margin-bottom: 0px;
}

img {
	max-width: 100%
}

.hr-border {
	border-color: #bce4be;
	margin:0px;
}

.theme_heading_green {
    color: rgba(1, 116, 151, 0.95);
    position: relative;
    margin-bottom: 25px !important;
}

.theme_heading_green:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: rgba(0, 72, 94, 0.95) !important;
    top: 100%;
    left: 2px;
}

.not-found {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    background: #fff;
    color: #495057;
}

/*Header Top Section*/
.header-top {
	background: rgba(0, 72, 94, 0.95);
	padding: 5px 0px;
	color: #fff
}

.header-top a {
    color: #fff
}

.header-email {
	padding: 5px 0px;
	float: left;
}
.header-phone {
	margin-left: 10px;
	padding: 5px 0px;
	float: left;
}
a.header-email:hover {
	color: #e6e6e6;
    text-decoration: none;
}
a.header-phone:hover {
	color: #e6e6e6;
    text-decoration: none;
}

.header-items {
	float: right;
	padding: 5px 0px;
}

.header-items li {
	display: inline-block;
	border-right: 1px solid #5fb588;
}

.header-items li:last-child {
	border-right: 0px solid #5fb588;
}

.header-items li a {
	color: #fff;
	padding: 10px;
}

.header-items li a.active {
	color: #75dca7 !important;
}

.header-items li a:hover {
	color: #e6e6e6;
	text-decoration: none;
}

/*Header Section*/
.header {
	padding: 25px 0px;
}

.header-logo {
    width: 120px;
    height: 60px;
}

.header-search {
	margin-top: 0px;
}

.input-group-search-form {
}

.input-group-search {
	border-radius: 25px 0px 0px 25px;
	border:1px solid #5fb588;
}

.search-btn .input-group-text {
	color: #fff;
	cursor: pointer;
	background: #5fb588;
	border:1px solid #5fb588;
	border-radius: 0px 25px 25px 0px;
}

.cart-item-badge {
	padding-top: 8px;
}

.cart-item-badge-count {
	top: -20px !important;
	right: -20px;
}

/* Home logo */
.home-logo a {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    margin: 0.25em 0;
    left: -2px;
    letter-spacing: -0.03125em;
    width: 100%;
    font-weight: bold;
    color: rgba(1, 116, 151, 0.95);
    text-decoration: none;
}

.home-logo span {
    color: black;
}

/*Main Menu*/
.mainmenu {
	color: #fff;
	padding: 5px 0px;
	background: rgba(0, 72, 94, 0.95);
}

.mainmenu ul {
	padding: 5px 0px;	
}

.mainmenu li {
	display: inline-block;
	border-right: 1px solid #5fb588;
}
.mainmenu li:last-child {
	border-right: 0px solid #5fb588;
}
.mainmenu ul li a {
	color: #fff;
	padding: 5px 10px;
	display: block;
}

.mainmenu ul li a.active {
    color: #75dca7 !important;
    /* color: #fba342 !important */
}



.mainmenu ul li a:hover{
	color: #e6e6e6;
	text-decoration: none;
}



/*Slider*/
.main-slider {
	padding: 50px 0px;
	color: #000;
    background: #f7f7f7;
}

.main-slider-menu {
    background: rgb(239, 239, 239);
}
.sidebar-title {
	color: #fff;
    background: rgba(0, 72, 94, 0.95);
    width: 100%;
    padding: 10px;
    overflow: hidden;
    display: inline-block;
    font-size: 20px;
}

.main-slider-menu {
	border:1px solid rgba(0, 72, 94, 0.95);
}

.slider-menu ul li {
	list-style: none;
	display: block;
	border-bottom: 1px solid rgba(0, 135, 175, 0.95);
}

.slider-menu ul li:last-child {
	border-bottom: 0px solid rgba(0, 135, 175, 0.95);
}

.slider-menu ul li a {
	color: rgba(0, 72, 94, 0.95);
	padding: 5px 10px;
	display: block;
}

.slider-menu ul li a:hover{
	color: rgba(0, 135, 175, 0.95);
	text-decoration: none;
}

.slider-menu ul li a.active{
	color: rgba(0, 135, 175, 0.95);
	text-decoration: none;
}

.sliders {
    height: 400px;
}

.slider-item img {
    width: 100%;
    height: 400px;
}

.sliders .owl-prev {position: absolute;left: -42px;top: 45%;background:none!important}
.sliders .owl-next {position: absolute;right: -42px;top: 45%;background:none!important}
.sliders .owl-nav i {color: rgba(0, 72, 94, 0.95);font-size:35px;padding: 10px 5px;}
.sliders .owl-nav i {color: rgba(0, 72, 94, 0.95);font-size:35px;padding: 10px 5px;}



/*Main Feature*/
.main-feature {
	color: #333;
	padding: 50px 0px;
    background: #f7f7f7;
}

.single-icon-feature {
	display: flex;
	border: 1px solid rgba(0, 72, 94, 0.95);
	padding: 15px;
    background: #fff;
}
.single-icon-feature_icon {
	font-size: 30px;
	padding: 0px 20px;
}

.single-icon-feature_content p {
	margin-bottom: 0px;
}
.feature-title {
	color: rgba(0, 72, 94, 0.95);
}



/*Footer Bottom*/
.footer-bottom {
    margin-top: auto;
	color: #fff;
	padding: 5px 0px;
	background: rgba(0, 72, 94, 0.95);
    text-align: center;
}

.footer-bottom p{
	margin-bottom: 0px;
	padding:10px 0px;
}

/**/

.footer-bottom-main {
    
}

.col.footer-left{
    width: 17%;
}

.col.footer-middle{
    width: 18%;
}

.col.footer-right{
    width: 35%;
}

.footer-bottom-main ul {
	padding: 10px 10px;
    width: 100%;
	text-align: center;
}
.footer-bottom-main li {
    padding: 10px 10px;
    width: 33%;
	display: inline-block;
}

.footer-bottom-main ul li p {
	color: #fff;
	
	display: block;
}


/* ^^^ */

.footer-bottom-menu {

}

.footer-bootom-menu ul {
	padding: 5px 0px;
	text-align: center;
}
.footer-bootom-menu li {
	display: inline-block;
	border-right: 1px solid #5fb588;
}
.footer-bootom-menu li:last-child {
	border-right: 0px solid #5fb588;
}

.footer-bootom-menu ul li a {
	color: #fff;
	padding: 5px 10px;
	display: block;
}
.footer-bootom-menu ul li a.active {
    color: #75dca7 !important;
}

.footer-bootom-menu ul li a:hover{
	color: #e6e6e6;
	text-decoration: none;
}

.v1 {
    border-left: 1px solid #5fb588;
    border-right: 1px solid #5fb588;
  }


/*Shop*/
.main-shop {
	color: #000;
	padding: 50px 0px;
    background: #f7f7f7;
}
.single-book {
	border: 1px solid #bce4be;
	margin-bottom:25px;
    background: #fff;
}
.book-image {
	overflow: hidden;
    position: relative;
}
.book-thumbnail-image {
	width: 100%;
	height: 200px;
}

.book-image img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
    width: 100%;
    height: 200px;
}

.book-image:hover img {
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}

.book-badge-label {
	background: rgba(0, 72, 94, 0.95);
    border-radius: 3px;
    color: #fff;
    left: 0;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    top: 0px;
}

.book-badge-price {
	background: rgba(0, 72, 94, 0.95);
    border-radius: 3px;
    color: #fff;
    right: 0;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    top: 0px;
}

.book-content {
	padding: 10px;
}
.book-title {
	color: rgba(0, 72, 94, 0.95);
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
}
.book-title:hover{
	color: rgba(0, 135, 175, 0.95);
	text-decoration: none;
}
.book-title2 {
	font-size: 14px;
	display: inline-block;
	line-height: 16px;
}
.book-actions {
	margin-top: 10px;
	text-align: center;
}

/*Home Page Book Category*/
.main-book-category-list {
    color: #000;
    padding: 50px 0px;
    background: #f7f7f7;
}

.single-book-category {
    border: 1px solid #bce4be;
    margin-bottom: 25px;
    background: #fff;
}
.book-category-image {
    overflow: hidden;
    position: relative;
}

.book-category-image img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.book-category-image:hover img {
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}

.book-category-thumbnail-image {
    width: 100%;
    height: 80px;
}
.book-category-content {
    padding: 5px;
}
.book-category-title {
    color: rgba(0, 72, 94, 0.95);
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}
.book-category-title:hover{
    color: rgba(0, 72, 94, 0.95);
    text-decoration: none;
}


/*Cart CSs*/
.mini-cart {
    min-width: 355px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.cart-item {
    overflow: hidden;
    padding: 5px;
    border-bottom: 1px solid #ebebeb;
    display: inline-flex;
}

.cart-item-image {
    width: 90px;
    margin-right: 10px;
    border: 1px solid transparent;
}

.cart-item-image {
    width: 90px;
    height: 70px;
}


.cart-item:hover .cart-item-image {
	border: 1px solid rgba(0, 135, 175, 0.95);
}

.cart-item-info a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #000;
    padding-top:10px;
}

.cart-item-info {
    width: 215px;
}

.cart-item-info a:hover{
	text-decoration: none;
}

.cart-item-info p {
    font-size: 12px;
	margin-bottom: 0px;
}

.cart-item-info p span {
	font-weight: bold;
}

.mini-cart-total {
    padding: 5px 20px;
    border-bottom: 1px solid #ebebeb;
}

.cart-total span.price {
    font-weight: 700;
    float: right;
}
.cart-total span {
    font-size: 14px;
    font-weight: 400;
}

.mini-cart-footer {
    padding: 5px 20px;
}



/*Ebook*/
.main-ebook {
	padding: 50px 0px;
    background:#f7f7f7;
    margin-bottom: 0px;
}
.main-ebookview {
	padding: 50px 0px;
	color: #555;
}
.ebook-header{
    color: #495057;
    background: #fff;
}

.single-ebook {
    background: #fff;
    border: 1px solid #ddd;
    color: #495057;
}

.single-ebook-content {
    padding: 10px;
}





/* Contact Form  */
.contact-form{
    background: #fff;
    padding: 30px;
}
.contact-form .form-control{
    border-radius:1rem;
}

.contact-image{
    text-align: center;
}

.contact-image img{
    border-radius: 6rem;
    width: 11%;
}

.contact-form form{
    padding: 0% 10%;
}

.contact-form h3{
    margin-bottom: 20px;
    text-align: center;
    color: #0062cc;
}

.btnGreen {
    border-bottom: 0.25em;
    border-color: #4d936e;
    border-style: solid;

    background-color: #5fb588 !important;
    
    color: #fff
}

.btnGreen:hover {
    border-bottom: 0.25em;
    border-color: #4d936e;
    border-style: solid;

    background-color: #4d936e !important;
    
    color: #fff
}

.btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    font-weight: 600;
    cursor: pointer;
    float: left;
    background-color: #5fb588;
}

.btn-secondary{
    border-bottom: 0.25em;
    border-color: #545c62;
    border-style: solid;
}

/*Book Page*/

.main-books{
    padding: 50px 0px;
    background:#f7f7f7;
    margin-bottom: 0px;
}

.book-header {
	color: #495057;
}

.booktabble img {
	width: 60px;
	height: 60px;
	border-radius: 3px;
	border: 1px solid #eee
}

/*Cart Page*/
.cart-page table {
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 50px;
    background: #fff;
}

.cart-page table thead tr th {
    border-bottom: 3px solid #408ed4;
    border-right: 1px solid #ebebeb;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px;
    text-align: center;
}


.cart-page table tbody tr td {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    text-align: center;
    padding: 10px;
}

.cart-page table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 13px;
}

.cart-page table td.product-image {
    width: 100px;
}

.cart-page table tbody tr td.product-name a {
    color: #232323;
    text-transform: capitalize;
    font-size: 14px;
}

.cart-page table tbody tr td.product-quantity label {
    font-weight: 600;
    margin-right: 5px;
}

.cart-page table tbody tr td.product-name a:hover {
    color: #408ed4;
}

.continue-shopping, .continue-shopping:hover {
    background: rgba(0, 72, 94, 0.95) none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 25px;
    text-transform: uppercase;
    text-decoration: none;
}

.cart_totals h2 {
    border-bottom: 2px solid #222;
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.wc-proceed-to-checkout a {
    background: rgba(0, 72, 94, 0.95);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 25px;
    text-transform: none;
    text-decoration: none;
    margin-top: 10px;
    float: right;
}

.amount {
    color: rgba(0, 72, 94, 0.95);
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    text-align: right;
    text-transform: uppercase;
}

tr.order-total th {
    font-size: 20px;
}
tr.order-total th {
    font-weight: 700;
}


/*Prodcut Details*/

.book-details {
    background: #f7f7f7;
    padding: 50px 0px;
}

.main-book-content {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}

.book-mainimage-item {
    width: 100%;
    height: 350px;
}

.book-thumbnail-items {
    text-align: center;
    overflow: hidden;    
}
.book-thumbnail-items a{
    display: inline-block;
}

.book-thumbnail-item {
    width: 100px; 
    height: 100px;
    border: 1px solid #ddd;
    float: left
}

.product-thumbnail-description {
    color: #666666;
}

.product-header {
    padding-top: 10px;
    margin-bottom: 0px;
}

.product-price {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom:10px;
}
.product-quantity {
    width: 200px;
}
.product-stock {
    font-weight: 600;
}

.social-sharing {

}

.social-sharing ul {
    list-style: none;
}

.social-sharing ul li {
    font-weight: bold;
    display: inline-block;
}
.social-sharing ul li a {
    padding: 5px;
    color: #666666;
    display: block;
    font-weight: bold;
}

.main-book-details {
    overflow: hidden;
    margin-top: 20px;
}

.book-details-navs li {
    display: inline-block;
}

.book-details-navs li a {
    padding:10px 20px;
    background: green;
    color: #fff;
    display: block;
}

.book-details-navs li a {
    text-decoration: none;
}

.book-details-content {
    color: #666;
    font-size: 16px;
    background: #fff;
    padding: 20px;
}


/*main-newsletter*/
.main-newsletter {
    color: #fff;
    padding:30px 0px;
    background: #68d46c;
}

.newsletter-content h3 {
    margin-bottom: 0px;
}

.newsletter-content p {
    margin-bottom: 0px;
}

/*Checkout*/

.main-checkout {
    color: #000;
    padding: 50px 0px;
    background: #f7f7f7;
}

.checkout-form {
    border: 1px solid #ddd;
    padding: 20px 15px;
    background: #fff;
}

.checkout-cart-list {
    background: #fff;
    padding: 10px;
}


/*Login*/
.main-login {
    padding: 50px 0px;
    background:#f7f7f7;
    margin-bottom: 0px;
    color: #495057;
}


.my-login {
    background:#fff;
    padding: 20px;
    border-radius: 10px;
}

/*My Account*/

.user-profile {
    background: #fff;
    padding: 14px;
    border: 1px solid #ddd;
}

.user-profile-image {
    text-align: center;
    margin-bottom: 30px;
}

.user-profile-image img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}

.checkoutimage {
    width: 60px;
    height: 40px;
}

.profile_view_item {
    width: 50%;
    margin-bottom: 5px;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bookview-button {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.frontend-button {
    position: relative;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin-left: 1px;
    margin-right: 1px;
    line-height: 1.25;
    color: #fff;
    background-color: rgba(0, 72, 94, 0.95);
    border: 1px solid rgba(0, 72, 94, 0.95);
    border-radius: 8px;

    border-bottom: 0.25em;
    border-color: rgb(1 45 58 / 95%);
    border-style: solid;
}

.frontend-button-delete {
    position: relative;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin-left: 1px;
    margin-right: 1px;
    line-height: 1.25;
    color: #fff;
    border-radius: 8px;
    background-color: #dc3545;
    border-color: #dc3545;

    border-bottom: 0.25em;
    border-color: #89212b;
    border-style: solid;
}

.frontend-button-success {
    position: relative;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin-left: 1px;
    margin-right: 1px;
    line-height: 1.25;
    color: #fff;
    border-radius: 8px;
    background-color: rgba(0, 72, 94, 0.95);
    border-color: rgba(0, 72, 94, 0.50);
}
.btn:hover {
    color: #e6e6e6;
    text-decoration: none;
}

.myaccount-menu {
    padding: 0px;
}

@media screen and (min-width: 992px){
    .float-right-small {
        float: right;
    }
}

@media screen and (min-width: 768px){
    .float-right-cart {
        float: right;
    }
}
@media screen and (max-width: 992px){
    .mobile-row {
        margin: 0;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 900px){
    
}

@media (max-width: 756px){
    .mobile_hide{
        display:none;
    }

    .main_website_link{
        display:none;
    }

    .site_links{
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .top-site-links{
        text-align:right;
        font-size: 9pt;
    }

    .header-items{
        float: none;
    }

    .homepage_div{
        display: block !important;
    }

    .paginate_button{
        display: none !important;
    }

    .paginate_button.previous{
        display: inline-block !important;
    }

    .paginate_button.next{
        display: inline-block !important;
    }

    .mainmenu ul{
        display: flex;
        justify-content: space-around;
    }

    .mainmenu li{
        border-right: none;
    }

    .pagination{
        display: flex;
        justify-content: space-between;
        align-content: center;
    }

    .home-logo a{
        font-size: 16px;
    }

    .add-book-button{
        justify-content: center;
    }
}
