/*
Theme Name: ChapterOne Child
Theme URI: https://chapterone.qodeinteractive.com/
Description: A child theme of ChapterOne Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: chapterone
Template: chapterone
*/

/* Font */
@font-face {
    font-family: 'Providence Sans';
    src: url('fonts/ProvidenceSans.woff2') format('woff2'),
        url('fonts/ProvidenceSans.woff') format('woff'),
        url('fonts/ProvidenceSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Home Page CSS Start Here */
.page-id-313 .vc_row {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.wFullWidth figure {
    width: 100%;
}
.wFullWidth figure .vc_single_image-wrapper {
    width: 100%;
}
.wFullWidth figure .vc_single_image-wrapper img {
    width: 100%;
}

/* Product Card */
.homeProductItem .mkdf-item-space {
    text-align: center;
}
.homeProductItem .mkdf-item-space .mkdf-pli-inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.homeProductItem .mkdf-item-space .mkdf-pli-inner .mkdf-pli-image {
    padding: 20px;
}
.homeProductItem .mkdf-item-space:hover .mkdf-pli-inner {
    box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px 0px;
}
.homeProductItem .mkdf-item-space .mkdf-pli-inner .mkdf-pli-text { 
    background-color: rgb(1, 94, 161,0.90);
}
.homeProductItem .mkdf-item-space .mkdf-pli-inner .mkdf-pli-text a:hover{
    color: #fff !important;
}

.mkdf-mobile-logo-wrapper a {
	height: auto !important;
}
@media (max-width: 768px){
    .homeProductItem .mkdf-item-space .mkdf-pli-inner .mkdf-pli-text{
        opacity: 1;
        position: relative;
    }  
    .homeProductItem .mkdf-item-space .mkdf-pli-inner .mkdf-pli-text-wrapper {
        margin: 21px 0 21px;
    }
    .page-id-313 .vc_custom_1686570740074 {
        padding-top: 50px !important;
        padding-bottom: 20px !important;
    }
    .page-id-313 .vc_custom_1686570985825 {
        padding-bottom: 5px !important;
    }
    .page-id-313 .vc_empty_space {
        height: 50px !important;
    }
    .annualSummer h3 {
        font-size: 24px;
    }
}
/* Footer */
footer #text-6 a {
    color: #fdf5be !important;
}
footer #text-6 a, #text-5 a{
    color: #fdf5be !important;
    border-color: #fdf5be !important;
}
footer #text-6 a:hover{
    border-color: transparent !important;
    text-decoration: none !important;
}

/* Home Page CSS End Here */

/* Book Page */
 .products{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}
 .products li {
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}
 .products li .item{
	position: relative;
	line-height: 0;
	/* background-color: #fff; */
	text-align: center;
	/* padding: 30px; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* box-shadow: 0 0 15px rgba(0,0,0,0.07);	 */
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
 .products li .item:hover {
	scale: 1.04;
}
 .products li .onhover{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
/* 	background-color: rgba(221, 152, 106, 0.9); */
	background-color: #fffdd0;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 30px;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
 .products li .onhover .by,  .products li .onhover .lang-trans-cnt{
	font-size: 20px;
}
 .products li .onhover .by{
	margin-top: 10px;
	margin-bottom: 5px;
}
 .products li .item:hover .onhover{
	 opacity: 1;
	 visibility: visible;
}
 .products li .onhover:hover{
	color: #000;
}
 .products li .item img {
	max-height: 400px;
	width: auto;
	box-shadow: -6px 6px 4px rgba(0,0,0,0.3);
}
 .products li .item:hover img {
  box-shadow: none;
}

/* Filter */
.archi-filter-wrap .books_filter{
	display: flex;
	align-items: flex-end;
	margin-bottom: 50px;
}
.books_filter .archi-wrap--filter-items{
	padding-right: 10px;
	width: 23%;
}
.books_filter .archi-wrap--filter-items select{
	border: 1px solid #e1e1e1;
	border-radius: 0;
	height: 50px;
	background-color: #fff;
	padding: 0 15px;
	width: 100%;
	font-family: "Cormorant Garamond",sans-serif;
	font-size: 18px;
	background-image: url(./images/down-arrow.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 18px center;
	-webkit-appearance: none; 
	-moz-appearance: none;
}
.books_filter .archi-wrap--filter-items select option{
	font-family: "Cormorant Garamond",sans-serif;
	font-size: 18px;
	color: #000;
}
.books_filter .archi-wrap--filter-items h6{
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
 .woocommerce-result-count{
	color: #000;
	font-family: "Cormorant Garamond",sans-serif;
	font-size: 20px;
}
 .select2-container--default .select2-selection--single{
	color: #000;
	font-family: "Cormorant Garamond",sans-serif;
	font-size: 18px;
}
.post-type-archive-product .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner{
	padding-top: 50px;
  	padding-bottom: 60px;
}
.mkdf-woocommerce-page  .woocommerce-ordering, .mkdf-woocommerce-page  .woocommerce-result-count{
	margin-bottom: 20px;
}
 .woocommerce-pagination .page-numbers li{
	margin: 0 2px;
}
 .woocommerce-pagination .page-numbers .page-numbers{
	color: #000;
	background-color: #dd986a;
	font-size: 20px;
	border-radius: 0;
}
 .woocommerce-pagination .page-numbers .page-numbers.current{
	background-color: #dd7c3a;
	color: #fff;
}
 .woocommerce-pagination .page-numbers .next.page-numbers,  .woocommerce-pagination .page-numbers .prev.page-numbers{
	font-size: 0;
	margin: 0;
	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.select2-results .select2-results__options{
	font-family: "Cormorant Garamond",sans-serif;
}

.author-tax-content {
	display: flex;
    flex-wrap: wrap;
}
.author-tax-content figure {
	width: 300px;
}
.author-tax-content .description {
	width: calc(100% - 300px);
	padding-left: 30px;
}
.archi-filter-wrap .archi-wrap--filter-items .select2{
	margin-bottom: 0;
	width: 100% !important
}
.archi-my-custom-wrap .archi-shop-load-more-wrap{
	text-align: center;
}

/* Media css */
@media (max-width: 1279px){	
	 .products li .onhover{
		font-size: 24px;
	}
	 .products li .onhover .by,  .products li .onhover .lang-trans-cnt {
		font-size: 18px;
	}
	 .products li .item img{
		max-height: 250px;
	}
	 .products li{
		width: 33.33%;
	}
	 .products li .item img{
		width: auto;
		max-height: none;
	}
}
@media (max-width: 1024px){
	body .mkdf-mobile-header .mkdf-mobile-logo-wrapper img {
		height: auto;
		width: 222px;
	}
	 .woocommerce-pagination ul.page-numbers{
		margin-bottom: 20px;
	}
}
@media (max-width: 1023px){
	 .products li{
		width: 50%;
	}
}
@media (max-width: 800px){
	.archi-filter-wrap .books_filter{
		flex-wrap: wrap;
	}
	.books_filter .archi-wrap--filter-items{
		width: 30%;
	}
	.author-tax-content figure {
		width: 100%;
	}
	.author-tax-content .description {
		width: 100%;
		padding-left: 0;
	}
}
@media (max-width: 680px){
	 .products li{
		width: 100%;
	}
	 .products li .onhover {
		font-size: 26px;
	}
	.books_filter .archi-wrap--filter-items{
		width: 100%;
		padding-right: 0;
	}
	.books_filter .filter-submit{
		margin-top: 25px;
	}
	.post-type-archive-product .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	 .woocommerce-ordering .select2.select2-container{
		width: 100% !important;
	}
	 .products li .item img{
		width: 100%;
		height: auto;
	}
	.archi-my-custom-wrap p.woocommerce-result-count{
		margin-bottom: 0;
	}
	input.archi-prod-keyword.archi-search-box {
    margin-top: 50px !important;
	}
	.archi-filter-wrap input.archi-prod-keyword.archi-search-box {
    margin-top: 50px !important;
	}
	
}
/* Book Page end */

/* Book Page filter Keyword*/
.archi-filter-wrap input.archi-prod-keyword.archi-search-box {
    margin-bottom: 0 !important;
    background-color: #fffae6 !important;
}
body .select2-container--default .select2-results__option{
	color: #000 !important;
}
body .select2-container--default .select2-results__option[aria-disabled="true"]{
	color: #999 !important;
}
.woocommerce-no-products-found{
	width: 100%;
}
.woocommerce-no-products-found .woocommerce-info{
	color: #721c24;
	background-color: #f8d7da !important;
	border-color: #f5c6cb !important;
	text-align: center;
	font-size: 22px;
	line-height: 1.2 !important;
}
@media (max-width: 680px){
	.woocommerce-no-products-found .woocommerce-info{
		font-size: 18px;
	}
}

/* Book Detail page testimonial */
.single-product .tabs-title{
	width: 100%;
}
.single-product .tabs.wc-tabs li a {
	text-transform: capitalize !important;
}
.single-product #tab-praise.woocommerce-Tabs-panel{
	display: flex !important;
   flex-wrap: wrap;
	margin-left: -40px;
	margin-right: -40px;
	width: auto !important;
	margin-top: 50px;
}
.single-product .woocommerce-Tabs-panel .tab_praise_wrap{
	width: 50%;
	padding: 0 40px;
	text-align: left;
 	margin-top: 50px;
}
.single-product .woocommerce-Tabs-panel .tab_praise_wrap p{
	text-align: left !important;
}
.single-product .woocommerce-Tabs-panel .tab_praise_wrap div[align="right"]{
	text-align: left;
	font-weight: bold;
}
.archi-featured-quote{
	color: #dd7c3a;
	font-weight: 500;
    font-size: 20px;
	margin-top: 10px;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
	left: 0 !important;
}
@media (max-width: 768px){
	.single-product .woocommerce-Tabs-panel .tab_praise_wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
	.single-product #tab-praise.woocommerce-Tabs-panel{
		margin-left: -20px;
		margin-right: -20px;
	}
	.single-product .woocommerce-Tabs-panel .tab_praise_wrap{
		margin-top: 40px;
	}
}
@media (max-width: 680px){
	.single-product .woocommerce-Tabs-panel .tab_praise_wrap{
		width: 100%;
	}
	.single-product .woocommerce-Tabs-panel .tab_praise_wrap{
		margin-top: 30px;
	}
	.variations_form.cart .woovr-variations.woovr-variations-grid-4 .woovr-variation{
		width: calc(50% - 20px);
	}
}
/* Book Detail page testimonial end */

/* sticky product sidebar */
.archi-feat-img-sticky{
	max-width: 420px;
}
.archi-feat-img-sticky.fixed{
	position: fixed;
	top: 90px;
}
@media (max-width: 1399px){
	.archi-feat-img-sticky {
		max-width: 350px;
	}
}
@media (max-width: 1200px){
	.archi-feat-img-sticky {
		max-width: 300px;
	}
}
@media (max-width: 1024px){
	.archi-feat-img-sticky.fixed, .archi-feat-img-sticky{
		position: static !important;
	}
	.mkdf-woo-single-page .woocommerce-tabs#archi-tab-wrap-sticky{
		margin-top: 0;
	}
	.archi-feat-img-sticky{
		max-width: 100%;
	}
}
/* sticky product sidebar */


/******* Product Variation ********/

.woovr-variations.woovr-variations-grid-4 .woovr-variation:first-child {
    cursor: default;
    border: none;
    padding: 0;
    width: auto;
}
.woovr-variations[class*="woovr-variations-grid"] {
    align-items: center;
}
.woovr-variations.woovr-variations-grid-4 .woovr-variation:first-child:hover {
    background: none;
}
.woovr-variation-radio .woovr-variation-info .woovr-variation-price {
    font-size: 20px;
}
button.single_add_to_cart_button {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}
.mkdf-woo-single-page .mkdf-single-product-summary form.cart {
    margin-top: 10px;
}
.archi-custom-description {
    margin-top: 20px;
}
body .select2-container--default .select2-selection--single, body .select2-container--default .select2-dropdown {
    background-color: #fffae6 !important;
}

/******* Product Variation ********/

/* Book page sidebar */
.books_filter .archi-filter-main{
	margin: 0;
    list-style: none;
	width: 100%;
}
.books_filter .archi-filter-main li{
	width: 100%;
	padding-right: 0;
	font-family: "Josefin Sans",sans-serif;
	font-weight: 300;
	font-size: 20px;
	font-size: 16px;
    color: #000;
    list-style: none;
	cursor: pointer;
}
.books_filter .archi-filter-main li:hover{
	color: rgba(221, 124, 58, 1);
}
.archi-filter-wrap .books_filter input.archi-prod-keyword.archi-search-box{
	border: 0;
	border-bottom: 2px solid #999999;
	padding: 0 0 15px 20px;
	color: #000;
	font-size: 22px;
}
.books_filter .archi-wrap--filter-items h6{
	font-family: "Josefin Sans",sans-serif;
	font-weight: 300;
	font-size: 22px;
}
.books_filter .archi-filter-main li ul{
	padding-left: 30px;
	display: none;
}
.books_filter .archi-filter-main li a{
	padding-left: 20px;
	display: block;
}
.books_filter .archi-filter-main li a:after{

}
.books_filter .archi-filter-main li a:hover h6{
	color: #dd7c3a;
}
.archi-my-custom-wrap p.woocommerce-result-count {
    display: none;
}
.books_filter li.archi--filter-select.item.selected {
    color: #dd7c3a;
}
.books_filter li.disabled.item {
    cursor: not-allowed;
}
/* nov10 */
.praise-container{
	background-color: #cbcbe0;
	display: flex;
    flex-wrap: wrap;
	padding: 40px 0 70px;
	position: relative;
}
.praise-container:before{
	background-color: #cbcbe0;
	position: absolute;
	left: -300%;
	top: 0;
	bottom: 0;
	width: 300%;
	content: "";
}
.praise-container:after{
	background-color: #cbcbe0;
	position: absolute;
	right: -300%;
	top: 0;
	bottom: 0;
	width: 300%;
	content: "";
}
.praise-container .tabheading, .extras-container .tabheading{
	width: 100%;
	text-align: center;
}
.praise-container .tabheading{
	margin-bottom: 0;
}
.extras-container{
	width: 100%;
	text-align: left;
	padding-top: 40px;
}
.single-product .woocommerce-Tabs-panel .tab_praise_wrap{
	color: #000;
}

h2.praise-heading {
	color: #000;
}

.woocommerce-page .mkdf-content .wc-forward:not(.added_to_cart):not(.checkout-button), .woocommerce-page .mkdf-content a.added_to_cart, .woocommerce-page .mkdf-content a.button, .woocommerce-page .mkdf-content button[type="submit"]:not(.mkdf-search-submit), .woocommerce-page .mkdf-content input[type="submit"], div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button), div.woocommerce a.added_to_cart, div.woocommerce a.button, div.woocommerce button[type="submit"]:not(.mkdf-search-submit), div.woocommerce input[type="submit"]{
	background-color: rgba(221, 124, 58, 1) !important;
}
.woocommerce-page .mkdf-content .wc-forward:not(.added_to_cart):not(.checkout-button):hover, .woocommerce-page .mkdf-content a.added_to_cart:hover, .woocommerce-page .mkdf-content a.button:hover, .woocommerce-page .mkdf-content button[type="submit"]:not(.mkdf-search-submit):hover, .woocommerce-page .mkdf-content input[type="submit"]:hover, div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button):hover, div.woocommerce a.added_to_cart:hover, div.woocommerce a.button:hover, div.woocommerce button[type="submit"]:not(.mkdf-search-submit):hover, div.woocommerce input[type="submit"]:hover{
	background-color: #000 !important;
	color: #fff !important;
}
#mkdf-back-to-top > span{
	background-color: rgba(221, 124, 58, 1) !important;
	border-color: rgba(221, 124, 58, 1) !important;
}
body a:hover, body p a:hover, body .mkdf-position-right-inner .mkdf-main-menu ul li a:hover, body .mkdf-main-menu > ul > li.mkdf-active-item > a {
  color: rgba(221, 124, 58, 1) !important;
} {
  color: rgba(221, 124, 58, 1) !important;
}
body .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-sc-opener-count{
	background-color: rgba(221, 124, 58, 1) !important;
}
::-moz-selection {
  background: rgba(221, 124, 58, 1) !important;
}
::selection {
  background: rgba(221, 124, 58, 1) !important;
}
.books_filter .archi-filter-main li a{
	position: relative;
}
.books_filter .archi-filter-main li a:after{
	position: absolute;
	right: 20px;
	width: 15px;
	height: 2px;
	background-color: #999;
	content: "";
	top: 12px;
}
.books_filter .archi-filter-main li a:before{
	position: absolute;
	right: 26px;
	width: 2px;
	height: 14px;
	background-color: #999;
	content: "";
	top: 6px;
}
.books_filter .archi-filter-main li a.open:before{
	display: none;
}
.archi-ajax-loader{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	display: flex;
	justify-content:center;
	align-items: center;
	z-index: 1111;
}
.email-subscribe input:focus[type="text"]{
	color: #999;
}
.mkdf-woo-single-page .mkdf-single-product-summary .variations_form.cart{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.mkdf-woo-single-page .mkdf-single-product-summary .variations_form.cart .woovr-variations{
	margin-right: 10px;
}
.mkdf-woo-single-page .mkdf-single-product-summary .variations_form.cart .woovr-variation.woovr-variation-radio{
	width: auto;
}
body .mkdf-single-product-content .mkdf-single-product-summary form.cart{
	display: flex;
	flex-wrap: wrap;
}
.mkdf-single-product-summary form.cart .single_add_to_cart_button.button{
	margin-left: 0 !important;
}
.woovr-variation-info .woovr-variation-price del {
    display: none;
}
.mkdf-single-product-summary p.price del{ display: none; }
@media (max-width: 1024px){
	.archi-filter-wrap.mkdf-grid-col-3{
		margin-bottom: 30px;
	}
}
.country-filetr-wrap .archi-country-filter-main li ul {
    padding-left: 30px;
    display: none;
}

/* book authors 11july24 */
.archi-my-custom-wrap .country-filetr-wrap-main{
	display: flex;
	flex-wrap: wrap;
}
.archi-my-custom-wrap .country-filetr-wrap-main .country-filetr-wrap.left-wrap{
	width: 25%;
    padding-right: 15px;
}
.archi-my-custom-wrap .country-filetr-wrap-main .result-wrap.right-wrap{
	width: 75%;
	padding-left: 15px;
    padding-right: 15px;
}
.archi-my-custom-wrap .country-filetr-wrap.left-wrap .archi-country-filter-main{
	margin: 0;
	list-style: none; 
}
.archi-my-custom-wrap .country-filetr-wrap.left-wrap .archi-country-filter-main .archi-header{
	font-weight: 300;
    font-size: 22px;
	color: #000;
	position: relative;
}
.archi-my-custom-wrap .country-filetr-wrap.left-wrap .archi-country-filter-main .archi-header:before {
    position: absolute;
    right: 26px;
    width: 2px;
    height: 14px;
    background-color: #999;
    content: "";
    top: 6px;
}
.archi-my-custom-wrap .country-filetr-wrap.left-wrap .archi-country-filter-main .archi-header:after {
    position: absolute;
    right: 20px;
    width: 15px;
    height: 2px;
    background-color: #999;
    content: "";
    top: 12px;
}
.archi-my-custom-wrap .country-filetr-wrap.left-wrap .archi-country-filter-main .open .archi-header:before{
	display: none;
}
.archi-my-custom-wrap .country-filetr-wrap.left-wrap .archi-country-filter-main .country-list.archi-country-filter ul{
	padding-left: 15px;
}
.archi-my-custom-wrap .country-filetr-wrap.left-wrap .archi-country-filter-main .country-list.archi-country-filter {
    width: 100%;
    padding-right: 0;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    list-style: none;
    cursor: pointer;
	padding-left: 10px;
}
.archi-my-custom-wrap .country-filetr-wrap.left-wrap .archi-country-filter-main .country-list.archi-country-filter li{
	padding-bottom: 5px;
}
.page-template-template-book-authors .mkdf-content .mkdf-content-inner>.mkdf-container>.mkdf-container-inner{
	padding-top: 40px;
	padding-bottom: 40px;
}
.archi-my-custom-wrap{
	padding: 0 15px;
}
.archi-my-custom-wrap .country-filetr-wrap-main .result-wrap.right-wrap .products li{
	padding: 10px 30px
}
.archi-my-custom-wrap .country-filetr-wrap-main .result-wrap.right-wrap .products li a{
	font-size: 22px;
}
.archi-my-custom-wrap .country-filetr-wrap-main .result-wrap.right-wrap .products li h3{
	font-size: 18px;
	margin: 5px 0 0 0;
}
.archi-my-custom-wrap .country-filetr-wrap-main .country-filetr-wrap.left-wrap .search-term a{
	display: inline-block;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0 6px;
	position: relative;
}
.archi-my-custom-wrap .country-filetr-wrap-main .country-filetr-wrap.left-wrap .search-term a:hover{
	background-color: #000;
	border-color: #000;
	color: #fff !important;
}
.archi-my-custom-wrap .country-filetr-wrap-main .country-filetr-wrap.left-wrap .search-term a .fas {
    position: absolute;
    right: -4px;
    top: -6px;
    font-size: 15px;
    color: #dd7c3a;
}
.archi-my-custom-wrap .country-filetr-wrap-main .result-wrap.right-wrap .products {
	display: flex;
	align-items: flex-start;
}
.archi-my-custom-wrap .country-filetr-wrap-main .result-wrap.right-wrap .products .nodata{
	width: 100%;
}
.archi-my-custom-wrap .country-filetr-wrap-main .country-filetr-wrap.left-wrap .archi-search-key-wrap{
	display: flex;
	flex-wrap: wrap;
}
.archi-my-custom-wrap .country-filetr-wrap-main .country-filetr-wrap.left-wrap .archi-search-key-wrap .reset-filter{
	display: inline-block;
    border: 1px solid #dd7c3a;
	background-color: #dd7c3a;
	color: #fff;
    border-radius: 5px;
    padding: 0 6px;
	margin-bottom: 10px;
}
.archi-my-custom-wrap .country-filetr-wrap-main .country-filetr-wrap.left-wrap .archi-search-key-wrap .reset-filter:hover{
	background-color: transparent;
}
.archi-my-custom-wrap .country-filetr-wrap-main .country-filetr-wrap.left-wrap .archi-search-key-wrap .search-term{
	width: 100%;
}
@media (max-width: 1279px){
	.archi-my-custom-wrap .country-filetr-wrap-main .result-wrap.right-wrap .products li{
		padding: 10px 15px;
	}
}
@media (max-width: 1024px){
	.archi-my-custom-wrap .country-filetr-wrap-main .country-filetr-wrap.left-wrap, .archi-my-custom-wrap .country-filetr-wrap-main .result-wrap.right-wrap{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}
/* book authors 11july24 end */

body span.quote {
  font-family: 'Providence Sans', sans-serif !important;
}