/*!
Theme Name: Book-seller
Theme URI: https://www.dimensionangle.com/
Author: Dimensionangle Techno Solutions
Author URI: https://www.dimensionangle.com/
Description: Custom Devloped Wordpress Theme.
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: book-seller
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.

Book-seller 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.woocommerce-ordering{display:none !important;}
.bapf_sfilter{padding: 1.875rem !important;}
#secondary .bapf_sfilter h3{font-size: 1.125rem;margin-bottom: 1.5rem;}
#secondary .bapf_body ul{padding:0;}
#secondary .bapf_sfilter.bapf_ckbox input[type=checkbox], .bapf_sfilter.bapf_ckbox label, .bapf_sfilter.bapf_ckbox label+span, .bapf_sfilter.bapf_ckbox label>span
{font-size: 14px; margin: 5px 10px;}

/* custom Css */

#tab-description h2{display:none !important;}
h3.policy_heading {background: #ECF0F2 !important;}









#primary-menu {margin-left: 0;}#menu-item-24 a{margin:0 !important;}
#primary-menu li a{color:#19110b;padding-bottom: 32px !important; padding-top: 32px !important; margin-left: 6px !important;margin-right: 6px !important;display: flex !important;}
#primary-menu li a:hover{color:#f30b0b;}#primary-menu .current-menu-item a{color:#f30b0b;}
#menu-top-menu{margin-left:0rem !important;}
#menu-top-menu li a{display: block;padding: 0.5rem 1rem;color:#19110b;}#menu-top-menu li a:hover{color:#f30b0b;}
.after_app_banner{background: url(https://www.chhaya.co.in/wp-content/uploads/2021/08/explore-cata-bg.jpg) no-repeat center;background-repeat: repeat-y;text-align: center; padding: 46px 0px 0px 0px;margin-bottom: 3px;}
.after_app_banner h2 { color: #fff;}.after_app_banner p { color: #fff;font-size: 1.5rem;  margin-bottom: 2rem;}.btnWhite {background: #FFF;color: #e30413 !important;padding: 1rem 1.5rem; font-size: 16px;}
.site-footer{padding: 61px 0 0;background-color: #262626;position: relative;} .site-footer .border-top { border: none !important;}.site-footer .border-bottom { position: relative;border-bottom: 2px solid #585858 !important; padding-top: 0 !important;}
.site-footer .border-bottom:before { background-image: url(https://www.chhaya.co.in/wp-content/uploads/2021/08/footer-1.png);background-position: bottom; position: absolute; bottom: 0; left: 0px;right: 0px;margin: 0 auto; opacity: 0.2; content: "";  top: 0; background-repeat: no-repeat;}
.site-footer .space-1 {padding-top: 1rem !important; padding-bottom: 1rem !important;}.site-footer .copiright{background: #111111;}.site-footer .copiright{color:#fff;text-align:center !important;}
.site-footer .widget-title { color: #fff;  position: relative;  text-transform: uppercase;}.site-footer h4{color:#fff;position: relative;text-transform: uppercase; display: inline-block;} .site-footer h4:before {background-color: #e30413; position: absolute;left: 0;bottom: 0;height: 2px;width: 100%;content: "";}
.site-footer .textwidget p {color: #fff; padding: 0 31px 0 0; font-size: 16px;font-weight: normal;}
.site-footer .menu { list-style: none;padding-left: 0;margin-bottom: 0; font-size: 14px;margin: 0;}#menu-important-links li { float: left; width: 50%; border-bottom: 1px solid #2a2a2a;}.site-footer .menu a {color: #fff !important;font-size: 16px;display: inline-block;padding: 9px 0;}
.site-footer .textwidget ul {margin: 0; padding: 0;}.site-footer .textwidget ul li {list-style: none;color: #fff;}.site-footer .textwidget address {font-size: 14px;}footer .bwgb-social-icon li a {color: #fff; font-size: 24px;}
footer .bwgb-social-icon li {padding: 0 10px; height: 42px!important;margin: 10px 0;}
.dnd_pg_content {text-align: justify;line-height: 25px;}.dnd_pg_content h5{text-decoration:underline; font-size:18px; color:#333;}.dnd_pg_content h1{font-size: 1.875rem;margin-bottom: 25px;}.dnd_pg_content ul{padding: 18px;margin: 0;}.dnd_pg_content ul li{margin-bottom:10px;}
.dmn_pg_img{width: 100%;}.dd_txt{text-align:justify;}.dnd_pg_content ol{padding: 18px;margin: 0;}.dnd_pg_content ol li{margin-bottom:10px;}.dnd_pg_content h3{text-decoration:underline; font-size:18px; color:#333;}
.dnd_pg_content p strong{font-weight: bold !important;font-size: 15px !important;color:#333;}
.wp-block-separator {border-top: 1px dotted #e7eaf3; border-bottom: none;border-bottom-width: medium; margin: 16px auto;}

.dd_address h2{    line-height: normal;
    color: #363636;    text-transform: uppercase;
    font-weight: bold;    display: inline-block;    position: relative;
    padding-bottom: 20px;    margin-bottom: 24px; font-size:20px}
.dd_address h2::before {   background: #363636}
.dd_address h2:before { position: absolute;  left: 0;  bottom: 0;   height: 2px;  width: 70px;    content: "";}
.dd_address p{font-style: normal;
    font-size: 14px;
    margin: 0;line-height: 1.42857143;}

.dd_address h3{font-size: 14px;  text-decoration: underline;  margin-bottom: 8px;   font-weight: bold;}
.dd_address h5{text-decoration: underline;}
.dd_address .icon{font-size: 25px;padding: 5px;}.dd_address ul{margin:0;}
.dd_address .wp-block-bwgb-social-icon li{border: 1px solid #333;    text-align: center;    padding: 1px !important;    line-height: 10px;
    height: 30px;    width: 39px;    margin: 5px;}
footer a{color:#fff !important;}


.dd_form h3{ line-height: normal;
    color: #363636;    text-transform: uppercase;
    font-weight: bold;    display: inline-block;    position: relative;
    padding-bottom: 20px;    margin-bottom: 24px; font-size:20px}
.dd_form h3::before {   background: #363636}
.dd_form h3:before { position: absolute;  left: 0;  bottom: 0;   height: 2px;  width: 70px;    content: "";}
.dd_address p{font-style: normal;
    font-size: 14px;
    margin: 0;line-height: 1.42857143;}
.dd_form form .row{margin-bottom:15px;}.dd_form form .row textarea{height:105px;}

.dd_form form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea
{display: block;
width: 100%;
height: calc(1.5em + 1.688rem + 2px);
padding: .844rem 1rem;
font-size: .875rem;
font-weight: 400;
line-height: 1.5;
color: #7c6e65;
background-color:#ebebeb;
background-clip: padding-box;
border: 1px solid #dfdcd7;
border-radius: 0;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.dd_form form label{font-weight: 400 !important;font-size: 1rem; color: #161619;width: 100%;}.dd_form form label span{color:#f00;}

.dd_form form .wpcf7-submit{color: #fff !important;background-color: #e30413 !important;border-color: #e30413 !important;height: 3.75rem !important;font-size: 1em;padding: .75rem 3rem !important;}
.dd_form form .wpcf7-submit:hover{background-color: #000 !important;border-color: #000 !important;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{margin:0 !important;}.woocommerce-loop-product__title{color: #161619 !important;}.onsale{display:none !important;}
.woocommerce ul.products li.product .price{color:#000 !important; font-size:1.125rem !important;font-weight: normal;}
.woocommerce ul.products li.product .price ins{color:#000 !important; font-size:1.125rem !important;font-weight: normal;}
.woocommerce ul.products li.product .price del{font-size: 0.75rem; color: #7c6e65;}
.woocommerce ul.products .add_to_cart_button{/*background: transparent;color: #333;padding: 0;text-transform: uppercase;font-size: 14px;*/    background:#ed1313;
    color: #fff;margin-top: 10px !important;
    padding: 8px;
    text-transform: uppercase;
    font-size: 21px !important;}
/*.add_to_cart_button:hover::after {
    width: 100%;
    opacity: 1;
}
.add_to_cart_button::after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #161619;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}*/

#menu-item-24{margin-right:0 !important;}#menu-item-24 img{width:28px;}

#secondary{border: 1px solid #ccc;}#secondary section{border-bottom: 1px solid #ccc; padding: 1.875rem !important;}
#secondary h2{font-size: 1.125rem;}#secondary .menu{margin: 10px 0;}#secondary .menu .sub-menu{margin: 5px 0;}
#secondary .product_list_widget li .product-title{font-size: 0.875rem !important;color: #333;}
#secondary .product_list_widget li{margin: 0 0 5px;}#secondary .product_list_widget li img{float:left !important;margin-right: 15px;margin-left: 0 !important;width: 60px !important;}
#secondary .product_list_widget li del {color: #7c6e65;font-size: 0.75rem;}#secondary .product_list_widget li ins {font-size: 16px;background: transparent;}
#woocommerce_products-2{border-bottom:none !important;}
.woocommerce .woocommerce-result-count{margin-bottom:2rem;}.woocommerce .woocommerce-ordering{margin-bottom:2rem; display:none;}.woocommerce .woocommerce-ordering .orderby{    border-bottom: 1px solid #ccc !important;padding: 0 0 10px;border: none;}
.woocommerce nav.woocommerce-pagination ul{border:none !important;}.woocommerce nav.woocommerce-pagination ul li{border:1px solid #ccc !important;margin: 5px;text-align: center;}
.woocommerce nav.woocommerce-pagination ul li span{padding: 15px;}.woocommerce nav.woocommerce-pagination ul li a:hover{background:#333 !important;color:#fff !important;}
.woocommerce nav.woocommerce-pagination ul li span.current{background:#333 !important;color:#fff !important;}.woocommerce nav.woocommerce-pagination ul li a{font-size: 16px !important;color: #333;padding: 15px;}
.woocommerce div.product div.images{width:100%;}.woocommerce div.product div.summary{margin-top:0.5rem;}
.dnd_pro_detail_crt .quantity{width:100%;} .dnd_pro_detail_crt .qty{width:100% !important; margin-bottom:10px;}.dnd_pro_detail_crt form{margin-bottom:1rem !important;}
.dnd_pro_detail_crt form .single_add_to_cart_button{color: #fff; background: #000 !important;width: 100%;font-weight: 400 !important; padding: 1rem !important;font-size: 16px !important;display: block; text-align: center;}
.dnd_single_buynow{color: #fff !important; background-color: #2d5faa;
	width: 100%;font-weight: 400; padding: 0.7rem !important;font-size: 16px;display: block; text-align: center;}
.dnd_pro_detail_crt ins{font-size: 1.375rem;font-weight: 500 !important;color: #333;}.dnd_pro_detail_crt del{font-size: 0.75rem;font-weight: 400 !important; color: #7c6e65;}
.dnd_pro_detail_crt .price{font-size: 1.375rem !important;font-weight: 500 !important;color: #333 !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom: 0 !important;}.woocommerce-tabs ul .active a{border-bottom: 1px solid #333 !important;}
.woocommerce-tabs ul li{border:0 !important;background:transparent !important;padding:0 !important;}.woocommerce-tabs ul.tabs li.active{background: #fff;z-index: 2;border-bottom-color: #fff;}
.woocommerce-tabs ul li:before{border: none !important;}.woocommerce-tabs ul li:after{border: none !important;}.woocommerce-tabs .wc-tabs a{font-weight: 500 !important;text-decoration: none;padding-top: 1.5rem !important;padding-bottom: 1.5rem !important;padding-right: 0 !important;padding-left: 0 !important;margin: 0 1.6rem !important;border-bottom: 1px solid transparent !important;position: relative;}
.woocommerce div.product .woocommerce-tabs .panel{margin: auto !important;    padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{border: 0 !importnt;}
.panel h2{margin: 0 0 10px 2em; font-size: 22px;text-decoration: underline;} .woocommerce-noreviews{margin: 0 0 10px 2em;}.review_form_wrapper{margin: 0 0 10px 2em;}
#commentform label{width:100%;}#commentform input[type="text"]{padding: .844rem 1rem; width: 100%;}.woocommerce #review_form #respond .form-submit input {
    left: auto;
    color: #fff;
    background-color: #161619;
    border-color: #161619;
    padding: 0.75rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
}

.topbar__nav--right li a{color:#19110b !important;font-size: 18px;}.topbar__nav--right li a:hover{color:#f75454 !important;}
.related_prs ins{color: #000 !important;font-size: 1.125rem !important;font-weight: normal;background: transparent;}.related_prs del{font-size: 0.75rem;color: #7c6e65;} 

.related_prs .dnd_lst_cart{margin-top: .3em;padding-right: 27px !important;}
.related_prs .dnd_lst_chkout{margin-top: .3em;padding-right: 27px !important;padding-left: 27px !important;background: #2d5faa; padding:11px 0px !important;border-radius: 3px  !important; }
.related_prs .dnd_lst_chkout a{background: #2d5faa;
    margin-top: 1em !important;
    padding:11px 0px;
    border-radius: 3px;    color: #FFF !important;
    font-size: 13px;
    font-weight: 500;}

.woocommerce ul.products li.product a img{margin-bottom:0 !important;}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after{display:none !important;}
.added_to_cart{line-height: 15px;color: #333 !important; text-align: center;}


.dnd_lst_cart{padding-right: 0 !important;}.dnd_lst_cart a{font-size: 13px !important;}
.dnd_lst_chkout{margin-top: 1em;text-align: center;padding: 0 !important;}
.dnd_lst_chkout a{/*font-size: 13px !important;font-weight: 700 !important; color: #333 !important; margin-top: 1em !important;*/
	background: #2d5faa;
    margin-top: 1em !important;
    padding:11px 11px;
    border-radius: 3px;    color: #FFF !important;
    font-size: 13px;
    font-weight: 500;}
/*#pills-tabContent .dnd_lst_chkout:hover::after {
    width: 100%;
    opacity: 1;
}
#pills-tabContent .dnd_lst_chkout::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #161619;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}*/
.woocommerce-notices-wrapper{width:100%;}.woocommerce-message { border-top-color: #f00;}.woocommerce-message::before{color: #f00;}

ins { color: #000 !important;font-size: 1.125rem !important;font-weight: normal; background: transparent;}
del {font-size: 0.75rem;color: #7c6e65;}
.dnd_best_seller .dnd_lst_chkout{margin-top: 3px; padding-right: 0!important; padding-left: 0 !important;}
.dnd_best_seller .dnd_lst_chkout a{font-weight: 500 !important;color: #fff !important;background:#2d5faa;
	margin-top: 1em !important; padding: 12px 30px;border-radius: 3px;font-size: 13px;}

.dnd_best_seller .dnd_lst_cart { padding-right: 5px !important;padding-left: 10px !important;}
.dnd_best_seller .dnd_lst_cart a{background: #ed1313;color: #fff !important;margin-top: 10px !important;padding: 7px 14px;text-transform: uppercase;font-size: 21px !important;border-radius: 3px !important;}


.off_price{border-radius: 50%;padding: 10px;background: #f00;position: absolute; color: #fff;top: -23px; right: 0;}
#featured .dnd_lst_chkout{margin-top: 3px; padding-right: 0!important; padding-left: 0 !important;}#featured .dnd_lst_chkout a{font-weight: 500 !important;color: #fff !important;background:#2d5faa;
margin-top: 1em !important; padding: 12px 30px;border-radius: 3px;font-size: 13px;}
#featured .dnd_lst_cart { padding-right: 5px !important;padding-left: 10px !important;}
#featured .dnd_lst_cart a{background: #ed1313;color: #fff !important;margin-top: 10px !important;padding: 7px 14px;text-transform: uppercase;font-size: 21px !important;border-radius: 3px !important;}

#onsale .dnd_lst_chkout{margin-top: 3px; padding-right: 0!important; padding-left: 0 !important;}#onsale .dnd_lst_chkout a{font-weight: 500 !important;color: #fff !important;background: #2d5faa;
margin-top: 1em !important; padding: 12px 30px;border-radius: 3px;font-size: 13px;}
#onsale .dnd_lst_cart { padding-right: 5px !important;padding-left: 10px !important;}
#onsale .dnd_lst_cart a{background: #ed1313;color: #fff !important;margin-top: 10px !important;padding: 7px 14px;text-transform: uppercase;font-size: 21px !important;border-radius: 3px !important;}

#mostviewed .dnd_lst_chkout{margin-top: 3px; padding-right: 0!important; padding-left: 0 !important;}#mostviewed .dnd_lst_chkout a{font-weight: 500 !important;color: #fff !important;background: #2d5faa;
margin-top: 1em !important; padding: 12px 30px;border-radius: 3px;font-size: 13px;}
#mostviewed .dnd_lst_cart { padding-right: 5px !important;padding-left: 10px !important;}
#mostviewed .dnd_lst_cart a{background: #ed1313;color: #fff !important;margin-top: 10px !important;padding: 7px 14px;text-transform: uppercase;font-size: 21px !important;border-radius: 3px !important;}


#history-1 .dnd_lst_chkout{margin-top: 3px; padding-right: 0!important; padding-left: 0 !important;}#history-1 .dnd_lst_chkout a{font-weight: 500 !important;color: #fff !important;background: #2d5faa;
margin-top: 1em !important; padding: 12px 40px;border-radius: 3px;font-size: 13px;}
#history-1 .dnd_lst_cart { padding-right: 5px !important;padding-left: 10px !important;}
#history-1 .dnd_lst_cart a{background: #ed1313;color: #fff !important;margin-top: 10px !important;padding: 7px 14px;text-transform: uppercase;font-size: 21px !important;border-radius: 3px !important;}

#sciencemath-1 .dnd_lst_chkout{margin-top: 3px; padding-right: 0!important; padding-left: 0 !important;}
#sciencemath-1 .dnd_lst_chkout a{font-weight: 500 !important;color: #fff !important;background: #2d5faa; margin-top: 1em !important; padding: 12px 40px;border-radius: 3px;font-size: 13px;}
#sciencemath-1 .dnd_lst_cart { padding-right: 5px !important;padding-left: 10px !important;}
#sciencemath-1 .dnd_lst_cart a{background: #ed1313;color: #fff !important;margin-top: 10px !important;padding: 7px 14px;text-transform: uppercase;font-size: 21px !important;border-radius: 3px !important;}

.deal-progress a{font-weight: 500 !important; color: #fff !important;background: #2d5faa; margin-top: 1em !important;padding: 10px 30px;border-radius: 3px; font-size: 16px;}




.ribbon-wrap { text-align: right;}
.ribbon {
    background: #f00;
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    font-weight: bolder;
    line-height: normal;
    padding: 1px 0px 2px;
    position: absolute;
    text-transform: uppercase;
    border-top-left-radius: 3px;
    color: #fff;
    margin-bottom: 5px;
    width: 40%;
    top: -11px;
    right: 0px;
    text-align: center;
}
.ribbon:before {
   width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 0 6px;
    border-color: transparent transparent transparent #f00;
    position: absolute;
    content: "";
    left: -5px;
    bottom: 0;
    transform: scaleX(-1);
}

.ribbon:after {
  width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 0;
    border-color: #f00 transparent transparent transparent;
    position: absolute;
    content: "";
    left: -5px;
    top: 0;
    transform: scaleX(-1);
}

.b_now11{    font-weight: 500 !important;
    color: #fff !important;
    background: #2d5faa;
    margin-top: 1em !important;
    padding: 12px 40px;
    border-radius: 3px;
    font-size: 13px;}



/* custom Css  BY DIM*/
.crellyslider ul.cs-slides li:nth-child(odd){ background:#000; 
}
.crellyslider ul.cs-slides li:nth-child(even){ background:#ff00ff; 
   
}

body.archive.tax-product_cat #secondary {
    border: 0px  solid #ccc;
}
body.archive.tax-product_cat #secondary .berocket_single_filter_widget{
    border: 1px  solid #ccc;
	margin:15px 0px;
}
body.archive.tax-product_cat #secondary .berocket_single_filter_widget .bapf_sfilter {
    padding: 0 !important;
}
body.archive.tax-product_cat #secondary .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 {
    padding: 10px;
    background: #2d5faa;
    color: #fff;
    margin: -1px -1px 10px -1px;
}
body.archive.tax-product_cat #secondary #woocommerce_products-2{
    border: 1px  solid #ccc;
    padding: 15px !important;
    clear: both;border-bottom: 1px solid #ccc !important;
}
.dnd-related-product .text-dark span.product__add-to-cart {
    background: #ed1313;
    position: absolute;
    padding: 4px 14px;
    color: #fff !important;
    font-size: 21px;
    border-radius: 3px !important;
    margin-top: 1px;
    text-transform: none;
}
.dnd-product-competitive-books-list .crop-text-2 {
    overflow: unset;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 3em;
	min-height: 70px;
}
.dnd-product-competitive-books-list .media-body.ml-4d875, .media-body.mx-4d875{
    margin-left: 1rem !important;
}
.dnd-product-competitive-books-list h2.woocommerce-loop-product__title{
	font-size:14px;
}
body.single-product.woocommerce .woocommerce-breadcrumb {
    margin: 0px 0px 0px 8px;
    padding: 0;
    font-size: .92em;
    color: #767676;
}
body.single-product h1.page-title.font-size-3.font-weight-medium.m-0.text-lh-lg {
    display: none;
}
#menu-important-links li {
    float: left;
    width: 100% !important;
    border-bottom: 1px solid #2a2a2a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    justify-content: left !important;
    margin-left: 5%;
}
h3.dnd-download{
 padding:0px 10px 30px 10px;
}
li.dndLoginSignup a span {
    font-size: 14px;
    font-weight: 500;
}
li.dndCartBag a span.dndCart {
    font-size: 14px;
    font-weight: 500;padding-left:5px;
}
#menu-important-links li {
    width: 50% !important;
}
.dndISBNBox {
	padding:6px 0px;
}
ul.dndHmenu {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.dndHmenu li {
    float: left;
    padding: 0px;
}
ul.dndHmenu li.isbnNumber {
    padding-left: 15px;
}
.woocommerce-product-details__short-description.font-size-2.mb-5 {
    clear: both;
}

.book-detail {
    text-align: left;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    margin: 0px 0px 10px 0px;
    padding-bottom: 10px;
}
.book-detail ul {
    margin: 0;
    padding: 0;
}.book-detail ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    color: #121111;
    width: 50%;
    float: left;
    line-height: 27px;
}
/*10-Nov-2021*/
.p-md-4d875 .price{    height: 53px;}
body.page-id-4907 h3.policy_heading {
    background: #ECF0F2 !important;
    font-size: 18px;
    line-height: 28px;
    padding: 5px;
}
.media-box {
    border: 1px solid #ddd;margin-bottom: 30px;
}
.media-box .media-caption{
    font-size: 18px;
    line-height: 25px;
    color: #222222;
    font-weight: 500;
    padding: 15px 15px 15px 15px;text-align: initial;
}
.media-box .media-caption .dndDate{
    font-size: 13px;
    color: #8e8080;
    margin: 10px 0;
}
.dnd-csr{
	max-width:1120px;
	margin:0 auto;
}
.dnd-bxs {
    border: 1px solid #ddd;
    text-align: center;
	padding:10px;
}
.tttl {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}
body.tax-product_cat .pt-3.bg-white {
    min-height: 165px;
}

/* BY DND - 15-Nov-2021 - Copy paste from */
.banner-with-product.dnd-deals-of-the-month {
    margin-top: 45px !important;
}
.home-dnd-banner-with-product-section {
    padding-top: 1px;
}
.space-bottom-3.home-dnd-deals-of-the-month {
    background: #fff6f6;
    padding-bottom: 50px !important;
    margin-bottom: 24px;
}
.home-dnd-deals-of-the-month .u-slick__pagination:not(.u-slick__pagination--block) {
    margin-top: 10px !important;
}
img.banner_books {
    padding: 10px 0px;
}
img.banner_phone {
    width: 55% !important;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 0em;
    margin: 0px 0px 0px 0px;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-transform: none !important;
}
.single-product .woocommerce-tabs ul .active a {
    border-bottom: 0px solid #333 !important;
}
.single-product .woocommerce-Tabs-panel {
    border: 1px solid #afaaaa8a;
    border-top: 0px!important;
}
.single-product .woocommerce-tabs li{
	text-transform:none !important;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -7px !important;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin: 0px 2px 0px 0px !important;
}
.coupon input#coupon_code {
    min-width: 120px;
}
body.page-template-cart-page-php .qib-button-wrapper .quantity input.input-text.qty.text {
    max-width: 66px;
}
body.page-template-cart-page-php .cart-collaterals .cart_totals.calculated_shipping h2{
  display:none;
}
body.page-template-cart-page-php p.woocommerce-shipping-destination {
    display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35% !important;
}
body.page-template-checkout-page-php div#order_review table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name strong.product-quantity {
    display: none;
}
body.page-template-checkout-page-php .woocommerce-form-coupon-toggle {
    display: none;
}
div#customer_login h2 {
    font-size: 22px;
}
/**** MOBILE *************/
@media only screen and (max-width: 600px) {
.home-dnd-featured-boks-section {
    padding-top: 50px;
}
.home ul#featuredBooks li {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.home-dnd-bestseller-section .product__inner .woocommerce-loop-product__thumbnail a img {
    height: auto !important;
}
.woocommerce-loop-product__thumbnail span.off_price {
    margin-top: 10px;
    padding: 4px 6px 4px 6px;
    font-size: 13px;
}
#featured .dnd_lst_chkout a {
    padding: 12px 12px;
}
#history-1 .dnd_lst_chkout a {
    padding: 12px 12px;
}
.home-dnd-banner-with-product-section ul.nav li {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.page #content .space-bottom-2 {
    padding-bottom: 20px !important;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
    max-width: 100px;
}
.coupon button.button {
    padding-left: 5px;
    padding-right: 5px;
}.site-navigation.mr-auto.d-none.d-xl-block {
    display: block !important;
}
#primary-menu li a {
    padding: 4px !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    line-height: 24px;
    font-size: 14px;
}
ul.dndUsersNav.d-md-none.nav.mr-md-n3.ml-auto {
    margin-top: -50%;
}
.dndNone{display:none !important;}
}

/* Sangeeta */

/* #woo-store-vacation {
	margin-bottom: 20px;
}
form.cart, .dnd_lst_cart, .dnd_lst_chkout{
	display:none;
} */

.tax-product_cat .tab-content ul li .product__inner .woocommerce-loop-product__thumbnail{
	height: 270px;
	display: flex;
	align-items: center;
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1440px) { 
	.tax-product_cat .tab-content ul li .product__inner .woocommerce-loop-product__thumbnail {
	    height: 180px;
	}
}


@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) { 
	.tax-product_cat .tab-content ul li .product__inner .woocommerce-loop-product__thumbnail {
	    height: 180px;
	}
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) { 
	.tax-product_cat .tab-content ul li .product__inner .woocommerce-loop-product__thumbnail {
	    height: 180px;
	}
}
@media screen and (max-device-width: 475px) { 
	.tax-product_cat .tab-content ul li .product__inner .woocommerce-loop-product__thumbnail {
	    height: 215px;
	}
}