@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&display=swap');

body {background:#fff;font-family: 'Josefin Sans', sans-serif;font-size:18px;color:#000;padding:0;margin:0 auto;}
h1, h2, h3, h4 {margin:0 0 15px;}
h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:22px;}
h4 {font-size:18px;}
p {margin:0 0 15px;}
input:focus {outline:0;}
.form-control:focus, .btn-success.focus, .btn-success:focus  {box-shadow:none;}
section {padding:80px 0;}
a {text-decoration:none;color: #31a9dc;}
ul {padding:0;}
button:focus {outline: none;}
img {max-width: 100%;}
.navbar {
	padding:0;
}
.navbar-nav {
    margin-left: auto;
}
.navbar-expand-lg .navbar-nav li .nav-link {
	padding:2rem 1.5rem;
	color:#454545;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.navbar-expand-lg .navbar-nav li a.nav-link:hover, .navbar-expand-lg .navbar-nav li.active a.nav-link {
	background:#f409fe;
	color:#fff !important;
}

/*======================== BANNER CSS STARTS ========================*/
#banner {
	background:#f2f2f2;
	padding:20px 0 32px;
	position:relative;
	width:100%;
}
#banner:before {
	content:"";
	position:absolute;
	top:8%;
	left:2%;
	background-image:url(../images/circel_shape01.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:320px;
	width:320px;
}
#banner:after {
	content:"";
	position:absolute;
	bottom:-68px;
	left:0;
	background-image:url(../images/waves.jpg);
	background-repeat:repeat-x;
	height:68px;
	width:100%;
}
.fs_t1-item-txt h1 {
	font-size:74px;
	line-height:1.2;
	color:#282828;
}
.fs_t1-item-txt strong {
	color:#f409fe;
}
.fs_t1-item-txt h4 {
	font-size:37px;
	line-height:1.2;
	color:#000;	
}
.fs_t1-item-txt p {
	font-size:19px;
	line-height:1.2;
	color:#282828;	
	max-width:510px;
}
.subscribe {
    margin: 50px 0 0;
}
.subscribe .input-group {
    border-radius: 90px;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px 10px 10px 0;
}
.subscribe .input-group input.form-control {
    border-radius: 90px 0 0 90px;
    border: none;
    color: #000;
    padding: 0 30px;
}
.subscribe .input-group .btn-success {
    border-radius: 90px;
    background: #f409fe;
    border: none;
    padding: 10px 20px;
	font-style: italic;
    text-transform: uppercase;
}
.subscribe .input-group .btn-success:hover, .subscribe .input-group .btn-success:focus, .subscribe .input-group .btn-success:active, .subscribe .input-group .btn-success:active:focus {
	background: #000;
	box-shadow:none;
}
.fs_t1-item-img img {
    width: 100%;
}
#book_deal {
	padding:140px 0 80px;
}
.head_title h2 {
    font-size: 55px;
    color: #282828;
    font-weight: 700;
    margin: 0 auto 40px;
    max-width: 720px;
}
.fs_t2-item .fs_t2-item-img img {
    border: 11px solid #f2f2f2;
}
.fs_t2-item h4 {
	color:#282828;
	font-size:17px;
	margin:15px 0 10px;
}
.fs_t2-item a {
    text-decoration: none;
}
.fs_t2-item span {
	color:#f409fe;
	font-size:15px;
}
#best_seller {
	background:#f2f2f2;
	position:relative;
}
#best_seller:before {
	content:"";
	position:absolute;
	top:8%;
	right:10px;
	background-image:url(../images/circel_shape01.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:320px;
	width:320px;
}
.fs_t3-item {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 4px 8px 16px rgb(0 0 0 / 9%);
    margin: 0 0 30px;
}
.fs_t3-item-img img {
    width: 100%;
    margin: 0 0 26px;
}
.fs_t2-item-txt h2 {
	font-size:21px;
	color:#171717;
	font-weight:700;
}
.fs_t2-item-txt p {
	font-size:15px;
	color:#525252;
}
.fs_t2-item-txt a {
	color:#f409fe;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.fs_t2-item-txt a:hover {
	color:#000;
}
#testimonial {
	background-image:url(../images/testimonial_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#testimonial .head_title h2 {
	color:#fff;
}
.fs_t4-item {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px;
}
.fs_t4-item-img {
    float: left;
    margin: 0 20px 0 0;
}
.fs_t4-item-text {
    padding: 10px 0 0;
}
.fs_t4-item-text h4 {
    margin: 0;
    color: #161616;
    font-size: 18px;
    font-weight: 700;
}
.fs_t4-item-text span {
    color: #515151;
    font-size: 14px;
	position:relative;
}
.fs_t4-item-text span:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    border: 2px solid #f409fe;
    height: 2px;
    width: 46px;
}
.rating {
    margin: 14px 0 0;
}
.fs_t4-item p {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}
footer {
    padding: 80px 0 50px;
    background: #021c24;
    position: relative;
}
footer .fs_t5-item-txt ul {
    padding: 0;
    list-style: none;
}
footer .fs_t5-item-txt ul li a {
    transition: all .5s;
    position: relative;
}
footer .fs_t5-item-txt ul li a:hover {
    transition: all .5s;
    padding-left: 10px;
}
footer .fs_t5-item-txt ul.social li a:hover {
    transition: all .5s;
    padding-left: 0;
}
footer:before {
	content: "";
    position: absolute;
    top: 12%;
    left: -10px;
    height: 64px;
    width: 166px;
	background-image:url(../images/ftr_pattern.png);
	background-repeat:no-repeat;
	background-size:100%;
}
footer:after {
	content: "";
    position: absolute;
    bottom: 12%;
    right: 0;
    height: 64px;
    width: 166px;
	background-image:url(../images/ftr_pattern.png);
	background-repeat:no-repeat;
	background-size:100%;
}
.fs_t5-item-txt h3 {
    color: #fff;
    font-size: 19px;
    position: relative;
    margin: 0 0 34px;
	z-index:99;
}
.fs_t5-item-txt h3:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    background: #fff;
    width: 37px;
    height: 3px;
}
.fs_t5-item-txt li {
    color: #fff;
    padding: 0 0 15px 0;
}
.fs_t5-item-txt li a {
    color: #fff;
    font-size: 15px;
	text-decoration:none;
}
.fs_t5-item-txt li a:hover {
    color: #f409fe;
}
.fs_t5-item-txt .social {
    padding: 0;
}
.fs_t5-item-txt .social li {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 0 7px;
    background: #efefef;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.fs_t5-item-txt .social li:hover {
    background: #f409fe;
}


@media screen and (max-width: 1199px) {
.fs_t1-item-txt h1 {
    font-size: 56px;
}


}

@media screen and (max-width: 991px) {
.fs_t2-item {
    margin: 0 0 30px;
}
.fs_t2-item-img img{
	width:100%;
}
.fs_t5-item-txt h3 {
	font-size:18px;
}
.fs_t5-item-txt li a {
	font-size:14px;	
}
.navbar-nav {
    float: none;
}
.navbar-expand-lg .navbar-nav li .nav-link {
	padding:1rem 1.5rem;
}
.navbar-nav {
	margin-top:20px;
}

}

@media screen and (max-width: 767px) {
.fs_t1-item-txt h1 {
    font-size: 39px;
}
.head_title h2 {
    font-size: 22px;
}
.fs_t4-item {
    margin: 0 0 20px;
}
.fs_t5-item {
    margin: 0 0 40px;
}
footer {
    padding: 80px 0 40px;
}

	
}




.navbar-nav li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight:bold;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}



/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 767px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding: 0 .5rem;
  margin:0 .25rem;
}

  
/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

  
.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:100%;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}
  
 

  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}
.dropdown-menu ul li {
    display: inline-block;
    list-style: none;
    padding: 5px 10px;
}

.sidebar-item .subscribe .input-group {
    display: block;
	border: none;
	background: none;
	border-radius: 0;
	padding: 0;
}
.sidebar-item .subscribe .input-group input.form-control {
    border: none;
    width: 100%;
    border-radius: 0;
    padding: 5px 10px;
}
.sidebar-item .fs-t1-inr {
    background: #f409fe;
    color: #fff;
    padding: 16px;
	margin: 0 0 30px;
}
.sidebar-item .subscribe {margin: 0;}
.sidebar-item .subscribe .input-group .btn-success {
    background: #000;
    border-radius: 0;
    width: 100%;
    margin: 5px 0 0;
    padding: 7px 10px;
}
.audible_img_amz {
    margin: 50px 0;
}
.book-item-links .btn-store,
.book-item-links .btn-other-stores {
    background: #f0f0f0;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ddd;
    padding: 12px 20px;
    border-radius: 6px;
    line-height: 1.6;
    display: inline-block;
    margin: 0 6px 5px 0;
    cursor: pointer;
    font-size: 14px;
}
.book-item-links .btn-store:hover,
.book-item-links .btn-other-stores:hover {
    background: #e2e2e2;
}
.book-item-links .btn-store {
    background: #f409fe;
    color: #fff !important;
    border: 1px solid #f409fe;
}
.book-item-links .btn-store:hover {
    background: #c907cf;
    border: 1px solid #c907cf;
}
.book-item-links .btn-other-stores {
    background: #6c757d;
    color: #fff !important;
    border: 1px solid #6c757d;
}
.book-item-links .btn-other-stores:hover {
    background: #5c636a;
    border: 1px solid #5c636a;
}
.other-stores {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.other-stores.open {
    display: block;
}
.other-stores-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.other-stores-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 90%;
    max-width: 640px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgb(0 0 0 / 25%);
}
.other-stores-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}
.other-stores-box h4 {
    margin: 0 0 20px;
}
.other-stores-links {
    column-count: 3;
    column-gap: 20px;
}
.other-stores-links a {
    display: block;
    padding: 6px 0;
    color: #333;
    break-inside: avoid;
}
.other-stores-links a:hover {
    color: #f409fe;
}
@media (max-width: 767px) {
    .other-stores-links {
        column-count: 1;
    }
}
.book-item-links a {
    background: #000;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 3px;
    margin: 0 0 5px;
}
.book-item-price  {
    font-size: 20px;
}
.book-item-price span {
    font-size: 30px;
}
.book-item-book h2 span {
    display: block;
    font-size: 18px;
}
header {
    border-bottom: 1px solid #ddd;
}
main {
    margin: 40px 0;
}


.main_contact {
    padding: 70px 0;
}
.main_contact .contact_text {
	text-align:center;
}
.main_contact form {
    max-width: 560px;
    margin: 60px auto 0;
}
#banner .fs_t1-item-img img {
    max-height: 500px;
    max-width: 100%;
    width: auto;
}
.fs_t1-item-img {
    text-align: center;
}





.btn-primary {
    background: #f409fe;
    color: #fff !important;
    border: 1px solid #f409fe;
    font-size: 16px;
    padding: 10px 12px;
    text-decoration: none !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn.focus, .btn:focus {
    box-shadow: unset;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: unset;
}
li.header_btn {
    margin-top: 0;
}


li.header_btn {
    padding: 25px 0 25px 30px;
}
.navbar .dropdown-menu {
   margin: 0;
}
footer .fs_t5-item-txt h3:after {
    display: none;
}




/* redesign */
.best_seller-dk{
    background: #fff !important;
}





/* 404 page css */
.not-found-dk{
    padding: 30px 0 80px;
}
.not-found-dk img{
        width: 280px;
        margin: auto;
}
.not-found-dk header{
    border-bottom: unset;
}

.not-found-dk header h1{
        margin-top: 30px;
}
.not-found-dk header h2{
    font-size: 200px;
    line-height: 165px;
    margin-top: 30px;
    color: #f409fe;
}
.not-found-dk p{
    margin-bottom: 40px;
}


.not-found-dk .btn-primary{
    padding: 15px 30px;
    border-radius: 30px;
}






@media(max-width: 460px){
    #book_deal {
        padding: 80px 0 20px;
    }
    section {
        padding: 50px 0 20px;
    }
}
@media(max-width: 352px){
    .navbar-brand img{
        width: 190px !important;
    }
    .not-found-dk header h2 {
        font-size: 170px;
    }
}

.fs_t2-item{margin-bottom: 25px;}

/* ============================================================
   Phase 6: pagination styling, ported from the (now removed)
   easy-wp-page-navigation plugin's own css/easy-wp-pagenavigation.css
   so cravebooks_book_pagination() keeps the exact same look
   (circle style, centered) the plugin produced.
   ============================================================ */
.easy-wp-page-navigation {
	clear: both;
	margin: 10px 0 0;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.easy-wp-page-navigation.align-center {
	text-align: center;
}
ul.easy-wp-page-nav {
	list-style: none !important;
	display: inline-block;
	vertical-align: top;
}
ul.easy-wp-page-nav li {
	display: inline-block;
	float: left;
	margin: 0 3px 0 0;
}
ul.easy-wp-page-nav li:last-child {
	margin-right: 0;
}
.easy-wp-page-navigation a,
.easy-wp-page-navigation span {
	display: inline-block;
	padding: 5px 8px;
	line-height: 1;
	border: 1px solid #676767;
	transition: all .2s;
	color: #676767;
	background: #fff;
	text-decoration: none;
}
.easy-wp-page-navigation a:hover,
.easy-wp-page-navigation span.current {
	background: #676767;
	color: #fff;
}
.easy-wp-page-navigation.style-circle a,
.easy-wp-page-navigation.style-circle span {
	padding: 0;
	width: 28px;
	height: 28px;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
}
.easy-wp-page-navigation.style-circle a.next,
.easy-wp-page-navigation.style-circle a.prev,
.easy-wp-page-navigation.style-circle a.first-page-link,
.easy-wp-page-navigation.style-circle a.last-page-link {
	width: auto;
	border-radius: 0;
	border: none;
	padding: 0 8px;
	background: none;
	color: #676767;
}
.easy-wp-page-navigation.style-circle a.next:hover,
.easy-wp-page-navigation.style-circle a.prev:hover,
.easy-wp-page-navigation.style-circle a.first-page-link:hover,
.easy-wp-page-navigation.style-circle a.last-page-link:hover {
	color: #000;
}
@media screen and (max-width: 479px) {
	ul.easy-wp-page-nav li {
		margin: 0 2px 0 0;
	}
	.easy-wp-page-navigation a,
	.easy-wp-page-navigation span {
		padding: 4px 6px 5px;
	}
	.easy-wp-page-navigation.style-circle a,
	.easy-wp-page-navigation.style-circle span {
		width: 24px;
		height: 24px;
		line-height: 22px;
	}
}

/* ============================================================
   Phase 8: book listing/detail page UI pattern
   ============================================================ */

/* Item 9: card treatment -- white card, soft border/shadow, not a flat box. */
.book-item {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	margin: 0 0 30px;
	padding: 25px 25px 20px;
}
.book-item-book h2 {
	margin: 6px 0 2px;
}
.book-item-book h2 a {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}
.book-item-date {
	margin: 0 0 12px;
}
.book-item-desc {
	line-height: 1.6;
	margin: 0 0 16px;
}
.book-item-links {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 20px;
}

/* Item 6/9: author on its own line under the title, not inline in the h2. */
.book-item-author {
	font-size: 16px;
	color: #555;
	margin: 0 0 10px;
}

/* Item 5: highlight the sale/current price with the site's brand accent color;
   keep the crossed-out original price muted. */
.book-item-price {
	margin: 10px 0;
}
.book-item-price .price-current {
	color: #f409fe;
	font-weight: 700;
	font-size: 30px;
}
.book-item-price .price-regular {
	color: #999;
	text-decoration: line-through;
	font-size: 18px;
	margin-left: 8px;
}

/* Item 9: genre + book length share one row instead of stacking. */
.book-item-meta-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	margin: 0 0 6px;
}

/* Item 9: tags row from the book_tag taxonomy. */
.book-item-tags {
	margin: 10px 0;
	color: #f409fe;
	font-size: 14px;
}
.book-item-tags a {
	color: #f409fe;
	margin-right: 6px;
}

/* Item 8: Read More / Read Less toggle on the detail page description. */
.book-item-desc.collapsed {
	max-height: 220px;
	overflow: hidden;
	position: relative;
}
.book-item-desc.collapsed:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.read-more-btn {
	display: inline-block;
	margin: 10px 0;
	padding: 6px 14px;
	background: none;
	border: 1px solid #f409fe;
	color: #f409fe;
	border-radius: 4px;
	font-weight: 500;
	cursor: pointer;
}
.read-more-btn:hover {
	background: #f409fe;
	color: #fff;
}

/* Item 2: one signup section per page (list + detail), not one per card --
   white card, border + shadow, not a filled banner. Form stays single-line. */
.site-signup-section {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	padding: 25px;
	margin: 30px 0;
	text-align: center;
}
.site-signup-section h3 {
	margin: 0 0 15px;
	font-size: 22px;
}
.site-signup-section .subscribe {
	margin: 0;
}
.site-signup-section .subscribe .input-group {
	display: flex;
	flex-wrap: nowrap;
	max-width: 480px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}
.site-signup-section .subscribe .input-group input.form-control {
	border: none;
	flex: 1 1 auto;
}
.site-signup-section .subscribe .input-group .btn-success {
	border-radius: 0;
	background: #f409fe;
	color: #fff;
	border: 1px solid #f409fe;
}
.site-signup-section .subscribe .input-group .btn-success:hover,
.site-signup-section .subscribe .input-group .btn-success:focus,
.site-signup-section .subscribe .input-group .btn-success:active {
	background: #c907cf;
	border-color: #c907cf;
}

/* Task 3: Recent Books sidebar widget -- plain bordered white box, matching
   Phase 8 item 18's convention for filling empty sidebar space. */
.recent-books-widget {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
}
.recent-books-widget h3 {
	font-size: 18px;
	margin: 0 0 15px;
}
.recent-books-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.recent-books-list li {
	margin: 0 0 12px;
}
.recent-books-list li:last-child {
	margin-bottom: 0;
}
.recent-books-list a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #282828;
}
.recent-books-list a:hover span {
	color: #f409fe;
}
.recent-books-list img {
	width: 50px;
	height: 75px;
	object-fit: cover;
	flex: 0 0 auto;
	border-radius: 4px;
}
/* Item 22: subscribe button padding consistent wherever userSubscribeform() renders on the detail page. */
.single-books input.subBtn {
    padding: 10px !important;
}

/* Pagination (core the_posts_pagination() output) -- centered, button-style pager. */
.navigation.pagination {
    clear: both;
    margin: 30px 0;
    text-align: center;
    display: block;
}
.navigation.pagination .nav-links {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.navigation.pagination .page-numbers {
    display: inline-block;
    min-width: 40px;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
}
.navigation.pagination a.page-numbers:hover {
    background: #f0f0f0;
}
.navigation.pagination .page-numbers.current {
    background: #f409fe;
    border-color: #f409fe;
    color: #fff;
}
.navigation.pagination .page-numbers.dots {
    border: none;
    background: none;
    padding: 8px 4px;
}

/* Wider container at large viewports (matches digitalbookend-clean). Plain
   .container is used directly by header/footer on this theme, so no separate
   .header-inner override is needed. */
@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
  }
}
