/*
Theme Name: BellaBooks
Author: Ted Hust
Description: Bootstrap Converted To WP
Version: 0.0.1
Tags: bootstrap
*/

/*.alg-wc-wl-btn {
	display: none!important;
}
.logged-in .alg-wc-wl-btn {
	display: block!important;
}*/

/* covid */

.covid-notice {
	padding: 8px 15px;
	background-color: #e1e4f7;
	color: #111;
	text-align: center;
}

body.woocommerce-checkout .wc_points_redeem_earn_points, body.woocommerce-cart .wc_points_redeem_earn_points { display: none!important; }

.star-rating {
	color: #f4c722;
}

.pagination {
	display: block;
}

/* global */

body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif!important;
}
h1,
h2,
h3,
h4 {
    /*font-family: 'Raleway', sans-serif;*/
    display: block;
    margin: 0 0 30px 0;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
}
h1 {
    font-size: 35px;
    line-height: 35px;
}
h1.product_title {
    padding-bottom: 15px!important;
}
h2 {
    font-size: 30px;
    line-height: 30px;
    padding: 10px 0;
    font-weight: normal;
}
h2.with-borders,
.related h2 {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
}
h2.section-title {
    font-size: 25px!important;
    line-height: 25px!important;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
}
h2.bigger {
    font-size: 38px;
    line-height: 38px;
}
@media (max-width:767px) {
    h2.bigger {
        font-size: 28px;
        line-height: 28px;
    }
}
h2.smaller {
    font-size: 32px;
    line-height: 42px;
}
h3.section-title {
    font-size: 22px!important;
    line-height: 22px!important;
    text-transform: uppercase;
}
p {
    margin: 0 0 30px 0;
}
@media (max-width:767px) {
    h2 {
        font-size: 35px line-height: 45px;
    }
}

/* containers */

.container {
    max-width: 1300px;
    width: 100%;
}
.container-default {
    padding-top: 40px;
    padding-bottom: 40px;
}
.bkg-container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFF;
    -webkit-box-shadow: inset 0 13px 13px -13px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: inset 0 13px 13px -13px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 13px 13px -13px rgba(0, 0, 0, 0.3);
}
.home .bkg-container {
    padding-top: 0;
}

/* global header */

.global-header-container {
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
.logo {
    float: left;
    width: 30%;
}
.logo img {
    margin: 0 auto!important;
    height: 70px!important;
}
@media (max-width:767px) {
    .logo {
        width: 100%;
        text-align: center;
    }
    .logo img {
        height: 65px!important;
    }
}
.header-social-icons {
    float: right;
    width: 70%;
    text-align: right;
}
.header-social-icons a {
    margin-left: 10px;
}
.header-social-icons i {
    font-size: 22px;
    color: #999;
}
@media (max-width:767px) {
    .header-social-icons {
        display: none;
    }
}
.header-cart {
    float: right;
    margin: 20px 0 0 0;
    width: auto;
    text-align: right;
}
.header-cart a {
    margin-left: 15px;
}
.header-cart .btn {
    font-size: 20px!important;
}
.header-cart i {
    font-size: 20px;
}
@media (max-width:785px) {
    .header-cart {
        margin-top: 10px;
    }
    .header-cart a {
        margin-left: 5px;
    }
    .header-cart i {
        font-size: 17px
    }
}
.header-search {
    float: right;
    margin: 15px 0 0 0;
    width: 40%;
}
.header-search .product-search-form .product-search-field {
    width: 77%!important;
    padding: 7px 0!important;
	margin:0!important;
	text-indent: 8px;
    border-radius: 4px;
    border: 1px solid #DDD;
    outline: none;
}
.header-search .product-search-form button {
    width: 19%;
    padding: 8px 0!important;
	margin:0!important;
    background-color: #999;
    color: #FFF;
    border: 0!important;
    border-radius: 4px;
    outline: none!important;
    box-shadow: 0!important;
}
@media (max-width:767px) {
    .header-search {
        float: right;
        width: 79%;
        margin: 10px 0 0 0;
    }
    .header-search .product-search-form .product-search-field {
        width: 76%!important;
    }
    .header-search .product-search-form button {
        float: right;
        width: 20%;
    }
}

@media (min-width:768px) {
	.header-mobile-menu { display:none!important; }
}
@media (max-width:767px) {
	.header-mobile-menu {
		display:inline;
		float: left;
		margin: 10px 0 0 0;
		padding: 0 6px 1px 6px;
		border: 1px solid #DDD;
		background-color: #F1F1F1;
	}
	.header-mobile-menu a {
		font-size: 34px;
		line-height: 34px;
	}
}

/* secondary menu */

.secondary-header-container {
	background-color: #F1F1F1;
}
.secondary-social-icons {
	float: left;
    margin: 10px 0;
    width: 30%;
}
.secondary-social-icons a {
    margin-left: 10px;
}
.secondary-social-icons i {
    font-size: 22px;
    color: #999;
}
@media (max-width:785px) {
    .secondary-social-icons {
        display: none;
    }
}
.secondary-menu {
    float: right;
    margin: 10px 0;
    padding-right: 0!important;
    width: 70%;
    text-align: right!important;
}
.secondary-menu ul,
.secondary-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.secondary-menu ul li {
    display: inline-block;
    margin-left: 20px!important;
}
.secondary-menu ul li a {
	text-decoration: none!important;
}
@media (max-width:785px) {
    .secondary-menu {
        margin: 5px 0;
        padding: 0 0 3px 0;
        width: 100%;
        clear: both;
        text-align: center!important;
        background-color: #EFEFEF;
        border-radius: 0 0 10px 10px;
    }
    .secondary-menu ul li {
        margin: 0 8px!important;
        font-size: 0.9em!important;
    }
}

/* jet menu */

.jetmenu-container {
    background-color: #3643a1;
}

/* messages */

.top-message {
    padding: 8px 15px;
    background-color: #000;
    color: #FFF;
    text-align: center;
}
.bottom-message {
    padding: 100px 15px;
    background-color: #CCC;
    text-align: center;
    color: #DDD;
    font-size: 16px;
}
.bottom-message h2 {
    color: #FFF;
    text-shadow: 2px 2px #000;
    font-size: 45px;
    line-height: 55px;
}
.bottom-message p {
    margin-bottom: 40px;
}


/* footer */

footer {
    padding: 30px 0 20px 0;
    background-color: #000;
    color: #DDD;
    text-align: center;
}
footer h3 {
    color: #beaeef;
    text-align: center;
}
footer a,
footer a:visited {
    color: #DDD;
}
footer a.btn-primary {
    background-color: #B2BD76;
    border-color: #B2BD76;
    color: #000;
}
footer .footer-social-icons a {
    display: inline-block;
    margin: 0 5px 10px 5px;
}
footer .copyright {
    margin-bottom: 0;
    padding-top: 40px;
}
footer ul,
footer li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* sidebar */

#sidebar {}

#sidebar ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 30px 0;
}
#sidebar li {
    padding: 8px 16px;
    font-size: 16px;
    border: 1px solid #DDD;
    border-top: 0;
}
#sidebar h2,
#sidebar h3 {
    padding: 10px;
    margin-bottom: 0!important;
    line-height: 18px!important;
    font-size: 18px!important;
    font-weight: bold;
    text-transform: none;
    background-color: #666;
    border: 0;
    border-radius: 4px;
}
.woo-sidebar h3.section-title,
aside.widget h3.section-title {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #DDD;
    background-color: #999;
    color: #FFF;
    font-size: 18px!important;
    line-height: 18px!important;
}
.woo-sidebar ul.pagination li {
    margin-bottom: 5px;
}

/* home page */

#bkg-paper {
	background: #EFEFEF url("../../../images/bkg-paper-tiled.jpg") repeat;
}

.slider-promo {
    background-color: #000;
}
	.slider-promo img {
		width: 100%;
		height: auto;
	}
.slider-promo-right {
	text-align: center;
}
	.slider-promo-right img {
		max-width: 100%!important;
		height: auto;
	}
@media (max-width: 767px) {
	.slider-promo-right {
		margin-top: 30px;
	}	
}
.facebook-box {
    text-align: center;
    padding: 3px 0;
    border-radius: 4px;
}
#tabbedFeatures .tab-content {
    margin-top: 40px;
    padding: 0;
}
#tabbedFeatures .nav-pills > li {
    float: none;
    display: inline-block;
    text-transform: uppercase;
    zoom: 1;
	background-color: #EFEFEF;
}
#tabbedFeatures .nav-pills {
    text-align: center;
}

/* rich text editor */

.rich-text-editor {}
.rich-text-editor h2 {
    display: block;
    margin-bottom: 15px;
    font-size: 45px;
    line-height: 45px;
}

/* blurbs */

.blurb {
    margin-bottom: 20px;
    text-align: center;
}
.blurb img {
    margin: 0 auto 5px auto!important;
}
.blurb h3 {
    font-size: 20px;
    line-height: 25px;
}

/* carousel */

.carousel-row {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #EFEFEF;
    text-align: center;
}
.carousel-row strong {
    display: block;
    font-size: 2.7em;
    line-height: 1.1em;
    margin-bottom: 40px;
    color: #FFF;
    font-weight: normal;
}

/* category page */

li.product h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: bold;
}
.ctgy-ordering {
    padding: 5px;
    font-weight: bold;
}
.ctgy-parent {
    padding: 10px;
    margin-bottom: 30px;
    background-color: #EFEFEF;
    border: 1px solid #DDD;
    border-radius: 4px;
}
h2.ctgy-parent-heading {
    margin: 0!important;
    padding: 0!important;
    font-size: 27px;
    line-height: 32px;
    color: #3643a1;
}
.ctgy-parent-link {
    text-align: right;
}
.ctgy-pub-date {
	margin: 0;
	padding-bottom: 5px;
	background-color: #efefef;
	width: 100%;
	border-top: 0 solid #DDD;
	border-radius: 0 0 4px 4px;
}
.search-audio .quick-view-button {
	display: none!important;
}

.prod-pre-release a.quick-view-button,
.prod-coming-soon a.quick-view-button {
	display: none!important;
}

/* woo categories */

.woocommerce ul.products li.first {
    clear: none;
}

p.woocommerce-result-count,
form.woocommerce-ordering {
    margin-bottom: 30px!important;
}
.woocommerce ul.products { text-align: center; }
.woocommerce ul.products li.product {
    float: none!important;
	display: inline-block!important;
    margin: 0 0.6% 1.2% 0.6%;
    padding: 0;
    position: relative;
    width: 15%!important;
    text-align: center;
	background-color:#EFEFEF;
	border: 1px solid #DDD;
	border-radius: 4px;
}
	.archive li.post-313328 .button { display: none!important; }
	.woocommerce ul.products li.post-313328 a img {
		margin-bottom:0!important;
	}
/* for author pages */
.woo-content-with-sidebar .woocommerce ul.products li.product {
	width: 23%!important;
}
.woocommerce ul.products li.product a img {
    width: 100%!important;
    max-width:100%!important;
}

@media (max-width:991px) {
    .woocommerce ul.products li.product {
        margin: 0 1% 2% 1;
        width: 23%!important;
    }
}

@media (max-width:650px) {
    .woocommerce ul.products li.product {
        margin: 0 0.5% 1.0% 0.5%!important;
        width: 48%!important;
    }
						/* for author pages */
						.woo-content-with-sidebar .woocommerce ul.products li.product {
							width: 45%!important;
						}
}

/* start right column product layout */

.woo-content-with-sidebar .woocommerce ul.products li.product,
body.page-template-page-right-column .woocommerce ul.products li.product {
    width: 17%!important;
	margin: 0 1.20% 2.4% 1.20%;
}

@media (max-width:991px) {
	.woo-content-with-sidebar .woocommerce ul.products li.product,
	body.page-template-page-right-column .woocommerce ul.products li.product {
		width: 30%!important;
		margin: 0 1% 2% 1%;
	}
}

@media (max-width:650px) {
	/* woocommerce-page */
    .woo-content-with-sidebar .woocommerce ul.products li.product,
    body.page-template-page-right-column .woocommerce ul.products li.product {
        margin: 0 1.2% 2.4% 1.2%!important;
        width: 47%!important;
    }
}
/* end right column product layout */

/*.woocommerce ul.products li.product del,
.woocommerce ul.products li.product ins,*/
ul.products li.product .woocommerce-Price-amount {
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: -6px!important;
	/*clear: left;*/
}
	ul.products li.product span.prod-pre-release .woocommerce-Price-amount,
	ul.products li.product span.prod-coming-soon .woocommerce-Price-amount	{
		float: none;
		display:block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		/*clear: left;*/
	}
.woocommerce ul.products li.product del span.woocommerce-Price-amount{
	/*display: none;*/
	text-decoration: line-through!important;
	float: left;
}
.woocommerce ul.products li.product ins{
	margin-top: 0!important;
	font-weight: bold;
	color: #d80d1a;
}
ul.products li.product a.button {
	margin-top: -7px!important;
	float: right;
	padding: 4px 8px 5px 6px;
	font-weight: normal!important;
	margin-right: 0!important;
	background-color: #3643a1!important;
	color: #FFF!important;
}
ul.products li.product a.button-purchased {
	background-color: #FFF!important;
	color: #3643a1!important;
}
.woocommerce span.onsale{
	background-color:#d80d1a;
	color:#fff;
}
.woocommerce ul.products li.product .onsale{
	top:0;
	right:0;
}
.ctgy_featured_image {
    display: block;
    width: 100%;
    text-align: center!important;
    margin-bottom: 30px;
}
ul.products li.product .woocommerce-Price-amount {
	margin-left: 10px!important;
	margin-bottom: 10px!important;
}
ul.products li.product a.button {
	margin-right: 10px!important;
	margin-bottom: 10px!important;
}

.ctgy_featured_image img {
    max-width: 100%!important;
    margin: 0 auto!important;
}


/* woo products */

.single-product .woo-content {
    width: 100%!important;
}

.single-product .woo-sidebar {
    display: none!important;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 20%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 76%;
}

@media (max-width:875px) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
        clear: both;
    }
    .woocommerce div.product div.images img.wp-post-image {
        margin-left: auto!important;
        margin-right: auto!important;
        width: auto!important;
        height: 300px!important;
    }
}

.woocommerce div.product div.summary p.product_author {
    margin-top: -10px;
}

.woocommerce div.product div.summary div.product_price {
    padding: 16px 20px 0 20px;
    margin-bottom: 0!important;
    background-color: #EFEFEF;
	border: 1px solid #DDD;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
}

.woocommerce div.product p.stock {
    padding: 5px 20px 0 20px;
    margin: 0!important;
    background-color: #EFEFEF;
}

.woocommerce div.product h3 {
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin: 0;
    color: #3643a1!important;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
}

.woocommerce div.product form.cart {
    padding: 15px 20px 20px 20px;
    margin-top: 0!important;
    margin-bottom: 0!important;
    background-color: #EFEFEF;
	border: 1px solid #DDD;
	border-top: 0;
	border-radius: 0 0 4px 4px;
}
/* cart and wishlist button classes */
.woocommerce div.product form.cart .button {
    position: relative;
    border: 1px solid #3643a1!important;
    color: #FFF;
	font-size: 15px!important;
    background-color: #3643a1!important;
    padding: 10px 12px 10px 27px;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .single_add_to_cart_button:before {
    content: "\f07a";
    font-family: FontAwesome;
    left: 5px;
    position: absolute;
    top: 9px;
}
.woocommerce div.product form.cart .qty {
    display: none;
}
.single_add_to_cart_button {
    float: left;
}
.wl-row,
.wl-clear {
    clear: none!important;
	padding: 0!important;
}
.wl-button-wrap {
    float: right;
    width: auto!important;
}
#wl-wrapper .wl-add-but {
    position: relative;
    border: 1px solid #FFF!important;
    color: #3643a1;
	font-size: 15px!important;
    background-color: #FFF!important;
    padding: 10px 12px 10px 27px!important;
    text-transform: uppercase;
	text-align: center;
}
	#wl-wrapper .wl-add-but:before {
		content: "\f004";
		font-family: FontAwesome;
		left: 5px;
		position: absolute;
		top: 10px;
	}
	@media (min-width:768px) and (max-width:1250px) {
		.wl-button-wrap,
		.single_add_to_cart_button {
			float: none;
			width: 100%;
		}	
		.woocommerce div.product form.cart .button {
			width: 100%;
			margin-bottom: 15px;
		}
		#wl-wrapper .wl-add-butt {
		}
		.woocommerce div.product form.cart .single_add_to_cart_button:before,
		#wl-wrapper .wl-add-but:before {
			display: none;
		}
	}
	@media (max-width:450px) {
		.wl-button-wrap,
		.single_add_to_cart_button {
			float: none;
			width: 100%;
		}	
		.woocommerce div.product form.cart .button {
			width: 100%;
			margin-bottom: 15px;
		}
		#wl-wrapper .wl-add-butt {
		}
		.woocommerce div.product form.cart .single_add_to_cart_button:before,
		#wl-wrapper .wl-add-but:before {
			display: none;
		}
	}
.wl-already-in {
    display: none;
}
.base-format,
.additional-format {}
.additional-format {
	margin-top: 30px;
}
.base-format h3,
.additional-format h3 {
    float: left!important;
    margin: 0;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    text-transform: none;
}
.base-format p.price,
.additional-format p.price {
    float: right;
    margin: 0;
    color: #3643a1;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
}
.additional-format .wl-button-wrap {
    display: none!important;
}
/* end button classes */

.woocommerce-variation span.price {
    display: none!important;
}

.woocommerce div.product p.points,
.wc-points-rewards-product-message {
    display: none;
}

table.variations {
    margin-bottom: 0!important;
}

table.variations th.label {
    display: none;
}

table.variations td.value select {
    padding: 5px;
    width: 100%;
}

h2.woocommerce-Reviews-title {
    display: none;
}

#review_form_wrapper {
    padding: 15px;
    background-color: #F1F1F1;
    border: 1px solid #DDD;
    border-radius: 4px;
}

#review_form_wrapper h3.comment-reply-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* product page, pre-order */

.pre_order_single {
    padding: 15px 20px 0 20px;
    margin-top: 0!important;
    margin-bottom: 0!important;
    background-color: #EFEFEF;
	border: 1px solid #DDD;
	border-top: 0;
	border-bottom: 0;
}
.variations_form .pre_order_single {
    padding: 0 0 16px 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    background-color: none;
	border: 0;
	border-top: 0;
	border-bottom: 0;
}

/* product page, hide for gift cert */

.postid-313328 .hide-for-gift-cert {
	display: none!important;
}

/* quick view */

.quick-view-button span {
	margin-right: 0!important;
}

.pp_pic_holder, .pp_woocommerce, .pp_woocommerce_quick_view {
	width: 700px!important;
	max-width: 700px!important;
	left:0!important;
	right:0!important;
	margin: auto!important;
}
div.quick-view, .pp_details {
	max-width: 650px!important;
}
.pp_content_container {

}
.quick-view-content h1 {
	margin-bottom: 20px;
}
.quick-view-content h3 {
	float: left;
	font-size: 25px;
	line-height: 25px;
}
.quick-view-content p.price .woocommerce-Price-amount {
	float: right;
	line-height: 25px;
}

/* browse by author */

.browse-by-author {}

.browse-by-author a {
    display: block;
    width: 100%;
}

/* button */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #FFF;
    background-color: #3643a1!important;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #CCC
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #935386;
    color: #fff
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #FFF!important;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em;
	color: #FFF;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb;
	color: #FFF;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

/* coupons */

.coupon .input-text {
	min-width: 250px;
}

/* form fields */

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{
	padding: 8px;
	border: 1px solid #DDD;
}

.select2-container .select2-selection--single{height:40px;}

.select2-container .select2-selection--single .select2-selection__rendered{padding-top:6px;}

.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #DDD;border-radius:0}

.select2-container--default .select2-selection--single .select2-selection__arrow{top:6px}

/* my cart */

#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	background-color:#3643a1!important;
}

.woocommerce table.shop_table th{
	background-color: #282A3F!important;
}

.woocommerce table.shop_table tr.cart-subtotal th,
.woocommerce table.shop_table tr.tax-total th,
.woocommerce table.shop_table tr.order-total th,
.woocommerce table.shop_table tr.cart-discount th{
	background-color: #f1f1f1!important;
	color: #333;
	text-align: right;
}

.woocommerce table.shop_table tr.tax-total td,
.woocommerce table.shop_table tr.cart-discount,
.woocommerce table.shop_table tr.order-total { background-color: #FFF; }

body.woocommerce-cart #coupons_list, body.woocommerce-checkout #coupons_list {
	display: none!important;
}

.wc_payment_methods {
	background-color: #FFF;
	border: 1px solid #DDD;
}

/* checkout */

.woocommerce-billing-fields {
	margin-bottom: 30px;
}

.place-order input.button {
	background-color:#3643a1!important;
}

body.woocommerce-checkout .woocommerce-account-fields {
	display: block;
	width: 300px;
	margin-bottom: 20px;
}
body.woocommerce-checkout .woocommerce-account-fields .create-account {
}

.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox span {
	float: right;
	margin: -12px 100px 0 0;
}

.woocommerce-checkout input#createaccount {
	margin-bottom: 50px!important;
	border: 1px solid #000!important;
}

/* checkout order received */
body.woocommerce-order-received h1 { display: none!important; }
ul.woocommerce-thankyou-order-details {
	padding-left: 0!important;
	margin-bottom: 0!important;
}


/* my account */

@media (min-width:992px) {
    /*.woocommerce-form-login {
        width: 50%;
    }*/
}

.woocommerce-MyAccount-content fieldset {
    margin-top: 30px;
}

/* category page header & sort */

form.woocommerce-ordering {
    border: 1px solid #DDD;
	border-radius: 4px;
}
	form.woocommerce-ordering .orderby {
		padding:8px!important;
		border: 1px solid #DDD!important;
		border-radius: 4px;
		outline: none!important;
	}

@media (min-width:992px) {
	.archive .woo-content .woocommerce { position:relative; }

	.archive .woo-content .woocommerce h1 {
		width: 70%;
	}
	.archive .woo-content .woocommerce p {
		width: 70%;
	}
	form.woocommerce-ordering {
		position: absolute;
		top:0;
		right: 15px;
	}
		body.search-results .woo-content .woocommerce { padding-top: 40px; }
		body.search-results form.woocommerce-ordering {
			
		}
}
@media (max-width:991px) {
	form.woocommerce-ordering {
		float: left!important;
	}
}
.page-template-downloads .menu-account-menu-container,
.woocommerce-account .menu-account-menu-container,
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
}

.page-template-downloads .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 78%;
}

.page-template-downloads .menu-account-menu-container ul,
.page-template-downloads .menu-account-menu-container li,
.woocommerce-account .menu-account-menu-container ul,
.woocommerce-account .menu-account-menu-container li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-template-downloads .menu-account-menu-container ul,
.woocommerce-account .menu-account-menu-container ul {
    border-top: 1px solid #DDD;
}

.page-template-downloads .menu-account-menu-container li a,
.woocommerce-account .menu-account-menu-container li a {
    display: block;
    padding: 10px 15px;
    border: 1px solid #DDD;
    border-top: 0;
}

@media (max-width:867px) {
	.page-template-downloads .menu-account-menu-container,
    .woocommerce-account .menu-account-menu-container,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
    }
	.page-template-downloads .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none!important;
        width: 100%!important;
    }
    .woocommerce-account .menu-account-menu-container ul {
        border-top: none;
        margin-bottom: 30px;
    }
    .woocommerce-account .menu-account-menu-container li {
        display: inline-block;
        width: auto!important;
    }
    .woocommerce-account .menu-account-menu-container li a {
        padding: 5px 8px;
        margin-bottom: 5px;
        border: 1px solid #DDD;
    }
}

/* hide order again */

p.order-again { display:none!important; }

/* hide downloads on order detail page */

.woocommerce-view-order .woocommerce-order-downloads { display:none!important; }

/* hide invoice download on my account */

.woocommerce-orders-table__cell a.invoice { display:none!important; }

/* hide gift certificate p tag  in checkout */

.woocommerce-checkout .gift-certificate { margin-bottom: 30px; border: 1px solid #DDD; padding-top: 30px; }
.woocommerce-checkout .gift-certificate p { display:none!important; }
.woocommerce-checkout .gift-certificate .gift-certificate-show-form p { display: block!important; margin-bottom: 20px; }


/* audible links */

.prod-audible-link {
    border: 1px solid #DDD;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 4px;
}


/* downloads */

table.tablesorter thead {
	background-color: #666;
	color: #FFF;
}

.ebook-download {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #DDD;
    border-radius: 4px;
}

.ebook-download:nth-child(odd) {
    background-color: #F1F1F1;
}

.ebook-download h3 {
    display: block;
    font-size: 1em;
    margin: 5px 0!important;
}

.ebook-download p {
    display: block;
    margin: 0!important;
}

@media (min-width: 768px) {}

.kindle-modal {
    /*height: 100%;
    padding: 0;
    margin: 0 auto;*/
}

.kindle-modal .modal-content {
    height: 100%!important;
}

.kindle-modal .modal-body {
    height: 80%!important;
    min-height: 0%!important;
}


/* slider home */

.slider-home {
    border-top: 1px solid #DDD;
    padding-top: 20px;
    overflow: visible;
    text-align: center;
}

.slider-home img {
    margin: 0 auto 8px auto!important;
    width: 150px!important;
    height: 225px!important;
}

.slider-home h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: none;
}

.slider-home a,
.slider-home a:hover {
    text-decoration: none;
}

.slick-button-left,
.slick-button-right {
    font-size: 25px!important;
    line-height: 25px!important;
}

.slick-button-left {
    position: absolute;
    top: -47px;
    right: 50px;
}

.slick-button-right {
    position: absolute;
    top: -47px;
    right: 15px;
}

.slick-slider-button-left,
.slick-slider-button-right {
    position: absolute;
    top: 44%;
    font-size: 35px;
    cursor: pointer;
    z-index: 1;
}

.slick-slider-button-left {
    left: 15px;
}

.slick-slider-button-right {
    right: 15px;
}

/* basket */

.shop_table{
	border:1px solid #DDD;
	margin:0 -1px 24px 0;
	text-align:left;
	width:100%;
	border-collapse:separate;
	border-radius:5px;
}
.woocommerce table.shop_table th{
	font-weight:700;
	font-size: 0.9em;
	padding:9px 12px;
	background-color: #999;
	color: #FFF;
}
.woocommerce table.shop_table td{
	border-top:1px solid rgba(0,0,0,.1);padding:6px 12px;vertical-align:middle
}
.woocommerce table.shop_table td small{
	font-weight:400
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{
	border-top:0
}
.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{
	font-weight:700;border-top:1px solid rgba(0,0,0,.1)
}

.woocommerce-cart table.cart td.product-thumbnail,
.woocommerce-cart table.cart td.product-thumbnail img { width: 65px!important; }
.woocommerce-cart table.cart td.product-name {  }
@media (min-width:800px) {
.woocommerce-cart table.cart td.product-remove,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-quantity,
.woocommerce-cart table.cart td.product-subtotal { width: 5%; }
}

/* wells */

.well {
    margin-top: 0!important;
    padding: 35px 30px;
}

.well p {
    margin: 15px 0;
}

.well-yellow {
    background-color: #FEE650;
    border-color: #B2BD76;
}

.well-alpha-sort {
	padding: 20px 20px 0 20px;
}
	.well-alpha-sort h3 {
		width: 275px!important;
		padding: 7px 10px;
		margin-bottom: 0;
		font-size: 18px;
		line-height: 18px;
		background-color: #3643a1;
		color: #FFF;
		text-transform: none;
	}


/* hrs */

.hr-big {
    margin: 50px 0 10px 0!important;
    border-color: #DDD;
}


/* colors */

.bkg-efefef {
    background-color: #EFEFEF
}

.bkg-white {
    background-color: #FFF!important;
}

.bkg-off-white {
    background-color: #F5F2E8
}

.red {
    color: #9b0f2d!important;
}


/* wells */

.well-white {
    background-color: #FFF
}


/* text */

.text-center {
    text-align: center!important;
}

.text-right {
    text-align: right!important;
}

.smaller {
    font-size: 1em!important;
}


/* margins and breaks */

.mrg-btm-0 {
    margin-bottom: 0!important;
}

.mrg-btm-5 {
    margin-bottom: 5px!important;
}

.mrg-btm-10 {
    margin-bottom: 10px!important;
}

.mrg-btm-15 {
    margin-bottom: 15px!important;
}

.mrg-btm-20 {
    margin-bottom: 20px!important;
}

.mrg-btm-25 {
    margin-bottom: 25px!important;
}

.mrg-btm-30 {
    margin-bottom: 30px!important;
}

.mrg-btm-40 {
    margin-bottom: 40px!important;
}

.mrg-btm-50 {
    margin-bottom: 50px!important;
}

.mrg-top-0 {
    margin-top: 0!important;
}

.pad-top-0 {
    padding-top: 0!important;
}

.pad-top-10 {
    padding-top: 10px!important;
}

.pad-top-15 {
    padding-top: 15px!important;
}

.pad-top-20 {
    padding-top: 20px!important;
}

.pad-top-30 {
    padding-top: 30px!important;
}

.pad-btm-0 {
    padding-bottom: 0!important;
}

.pad-top-btm-30 {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}

.br-0 {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
}

.br-5 {
    display: block;
    clear: both;
    height: 5px;
    line-height: 5px;
}

.br-10 {
    display: block;
    clear: both;
    height: 10px;
    line-height: 10px;
}

.br-15 {
    display: block;
    clear: both;
    height: 15px;
    line-height: 15px;
}

.br-20 {
    display: block;
    clear: both;
    height: 20px;
    line-height: 20px;
}

.br-25 {
    display: block;
    clear: both;
    height: 25px;
    line-height: 25px
}

.br-30 {
    display: block;
    clear: both;
    height: 30px;
    line-height: 30px;
}

.br-40 {
    display: block;
    clear: both;
    height: 40px;
    line-height: 40px;
}

.br-50 {
    display: block;
    clear: both;
    height: 50px;
    line-height: 50px;
}


/* borders */

.border-top-ddd {
    border: solid 1px #DDD
}


/* images */

.img-right {
    float: right;
    margin: 0 0 50px 50px;
}

@media (max-width:1199px) {
    .img-right {
        width: 50%!important;
        max-width: 50%!important;
    }
}

@media (max-width:767px) {
    .img-right {
        display: block;
        margin-bottom: 25px;
        width: 100%!important;
        max-width: 100%!important;
    }
}

/* panels */

.panel-heading-dark {
    background-color: #333!important;
    color: #FFF!important;
}


/* tables */

table {
    width: 100%;
    border: 1px solid #DDD;
    border-bottom: 0;
}

tr:nth-child(even) {
    background-color: #EFEFEF;
}

th,
td {
    padding: 8px;
    border-bottom: 1px solid #DDD;
    vertical-align: top;
}

.td-10 {
    width: 10%!important;
}

.td-15 {
    width: 15%!important;
}

.td-20 {
    width: 20%!important;
}

.td-25 {
    width: 25%!important;
}

.td-30 {
    width: 30%!important;
}

.td-33 {
    width: 33%!important;
}

.td-40 {
    width: 40%!important;
}

.td-50 {
    width: 50%!important;
}


/* Clip Screenreader Text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/* IE10 viewport hack for Surface/desktop Windows 8 bug */

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



/* navigation menu - desktop */

#primary_nav_wrap
{
	position: relative;
	z-index: 999;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index: 5;
}

#primary_nav_wrap ul a
{
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:20px;
	line-height:55px;
	padding:0 24px;
	text-transform: uppercase;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#3643a1
}

#primary_nav_wrap ul li:hover
{
	background:#000
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#000;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:290px
}

#primary_nav_wrap ul ul a
{
	font-size: 17px;
	line-height:40px;
	padding:0 15px 0 24px;
	text-transform: none;
}

#primary_nav_wrap ul ul a:hover
{
	background-color: #e0e0e0;
	color: #555;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

@media (max-width:767px) {
	#primary_nav_wrap { display:none!important; }
}

/* The side navigation menu */

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #000; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    /*transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.sidenav ul {
	list-style: none;
	padding: 0;
}


/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.1em;
    color: #fff;
    display: block;
    transition: 0.3s;
	font-weight: bold;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidenav ul > li > ul {
	margin: 0 0 10px 0;
}
.sidenav ul li ul li {
	padding-left: 16px;
}
/* The navigation menu links */
.sidenav ul li ul li a {
    padding: 4px 4px 4px 32px;
	font-size: 0.8em;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
	line-height: 32px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.pagination>li>span.current {
    z-index: 2;
    color: #50508e;
    background-color: #efefef;
    border-color: #ddd;
}

/* blog posts */

.blog-post-container {
	margin-bottom: 55px;
}
.blog-post-container img {
	width: 100%;
	height: auto;
	border: 1px solid #F1F1F1;
	margin-bottom: 20px;
}
.blog-post-parent-container .blog-post-container img {
	margin-bottom: 0;
}
.blog-post-title {
	text-transform: none;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.blog-post-parent-container .blog-post-title {
	font-size: 24px;
}
.blog-post-tags {
	display: block;
	margin-bottom: 15px;
}
.blog-post-categories ul.post-categories, .blog-post-tags ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.blog-post-categories li, .blog-post-tags li {
	list-style: none;
	padding: 5px 8px;
	margin: 0 5px 15px 0;
	background-color: #F1F1F1;
}
.blog-post-parent-container .blog-post-categories li, .blog-post-tags li {
	background-color: #fff;
}
.blog-post-tags li {
	background-color: #fff;
}
.blog-post-parent-container .blog-post-contents {
	display: block;
	padding: 25px 25px 5px 25px;
	background-color: #F1F1F1;
}
@media (min-width:999px) {
	.blog-post-parent-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: stretch;		
	}
	.blog-post-parent-container .blog-post-container {
		width: 49%;
		margin-right: 1%;
		background-color: #F1F1F1;
	}
}