/*header*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.container {
    width:95%;
}

.single-rel {
    margin-top: 40px;
}

.wpas-table .red {
    color: red;
}

.l-buy-points {
    padding-top: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.l-buy-points input[type="text"] {
    margin-top: 15px;
}

.browse-all {
    display: none;
    text-align: center;
}

#content .browse-all a {
    background: #6eaf7e;
    color: #fff;
    padding: 5px 32px;
}

#content a#loadmore_post_home {
    cursor: pointer;
    background: #6eaf7e;
    color: #ffffff;
}

#content a#loadmore_post_home:hover {
    background: #5b9268;
}


div.wishlist-items .wl-single-item .wl-thumb span {
    width: auto;
}

.wishlist-items {
    margin-left: -15px;
    margin-right: -15px;
    display: grid;
    grid-template-columns: 16.666% 16.666% 16.666% 16.666% 16.666% 16.666%;
}

div.wishlist-items .wl-single-item {
    padding: 0 15px;
    margin: 0;
    margin-bottom: 30px;
    width: auto;
}

ul.menu_items .menu-item {
    display: none !important;
}

.logged-in .title-login {
    display: none;
}

.ur-frontend-form input[type=submit] {
    float: none;
    color: #fff;
    background: #377844;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}

p.user-registration-register.register {
    text-align: center;
}

#content .user-registration-register.register a {
    color: #000000;
    background: #efefef;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}

.ur-frontend-form input[type=submit]:hover {
    background: #2d6338;
}

#content .user-registration-register.register a:hover {
    background: #d2d0d0;
}

.wishlist-button-wrap .menu_items .menu_item:first-child {
    display: block;
    font-size: 0;
}

.wishlist-button-wrap .menu_items .menu_item {
    display: none;
    background: transparent;
    border: none;
    overflow: hidden;
    height: auto;
}

#content .delete-ticket {
    color: red;
}

.wishlist-button-wrap .menu_items .menu_item:first-child i {
    font-size: 14px;
}

.wishlist-button-wrap .menu_items {
    border: none;
    top: -15px;
    background: transparent;
    left: -5px;
    overflow-y: hidden;
}

span.wishlist_button_menu_icon {
    opacity: 0;
}

.wishlist_count {
    display: none;
}

.wishlist-button-wrap .menu_items .menu_item:hover {
    background: transparent;
}

.single .wishlist-button-wrap .wishlist_button_menu ul.menu_items {
    display: none !important;
}

.single  span.wishlist_button_menu_icon {
    display: none;
}

ul#menu-top-header li {
    display: inline-block;
}

.single-wishlist .meta-top,
.single-wishlist .tab-A.single-rel,
.single-wishlist .filed,
.single-wishlist div#comments {
    display: none;
}

.wrap-single .cover {
    height: auto;
}

#header .top .account {
    display:none;
}
.top-bar {
    background:#f3f3f3;
}
.topbar-left a { 
    text-transform: uppercase;
    font-size:14px;
}
#menu-topbar-left li {
    display: inline-block;
    vertical-align: middle;
    margin-right:7px;
}
#menu-topbar-left li a { 
    text-transform: uppercase;
    font-size: 12px;
    color: #000; 
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#header .top {
    height:inherit;
    min-height:65px;
}
#header .top .user {
    display:none;
}
#header {
    height:auto;
    box-shadow: 0 5px 10px #f7f6f6; 
}
#header .top.container {
    padding-top:9px;
    min-height:85px;

}
#header .top .logo {
    position: static;
    height: auto;
    width: auto;
    float:left;
}
#header .top.container .search {
    max-width: 410px;
    position: relative;
    left: inherit;
    bottom: inherit;
    overflow: hidden;
    margin-left: 170px;
    float: left;
    margin-top: 22px;
    width: 100%;
    overflow: inherit;
}
#header .top .btn {
    background:url('../images/icon1-search.png') center center no-repeat;
    right: inherit;
    top: 0;
    left: 10px;
}
#header .top .input {
    padding-left:35px;
    padding-right:20px;
    border: 1px solid #e5e5e5;
}
#header .top .input:focus {
    outline: none;
}
#header .menu {
    height: auto; 
    border-bottom: none;
    position:relative;
}
#header .menu ul {
    text-align:center;
}
#header .menu >ul li {
    padding-bottom:5px;
}
#header .menu ul li {
    float: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;    
}
#header .menu ul li a {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding: 0px 18px;
    border-right: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#header .menu ul li.current-menu-item {
    position:relative;
}
#header .menu ul li.current-menu-item a {
    color:#3a7b4c;    
}

#header .menu ul li:after,
#header .menu ul li.current-menu-item:after {
    content: "";
    width: auto;
    position: absolute;
    height: 2px;
    left: 18px;
    background: #3a7b4c;
    right: 18px;
    bottom: 0;
    opacity:1;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#header .menu ul li:after {
    opacity:0;
}
#header .menu ul li:hover:after {
    opacity:1;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header .menu ul li li:hover:after {
    display: none;
}
#header .menu ul li a:hover {
    color:#3a7b4c; 
}
.menu-hamburger {
    text-align:right;
}
.wrap-login {
    float: right;
    margin-top: 27px;
}
.wrap-myacc {
    position:relative;
}
.wrap-myacc span {
    font-size:13px;
    color:#000;
    text-transform: uppercase;
    font-weight:600;
    margin-left:12px;
    position:relative;
}
.wrap-myacc ul:before { 
    top: 30px;
    left: 0; 
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -2em;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 6px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.wrap-ul {
    display:none;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 12px;
}
.wrap-myacc ul { 
    z-index: 1;
    background: #fff; 
    width: 180px;
    box-shadow: 0 0px 8px #dedcdb;
    padding: 10px 0; 
    margin-top:30px;
}    
.wrap-myacc:hover span {
    cursor: pointer;
}
.wrap-myacc ul li {
    display:block;
}
.wrap-myacc ul li a {
    font-size:13px;
    color:#787878;
    font-weight:400;
}

.wrap-myacc ul li a:hover {
    color: #377844
}
.wrap-login a.lh-login:after,
.wrap-myacc:after {
    position:absolute;
    content:"";
    top:0;
    right:-10px;
    height:100%;
    width:2px;
    background:#000;       
}
.wrap-myacc {
    position:relative;
}
.logged-in .wrap-login a.lh-login {
    display:none;
    poisition:relative;
}
.logged-in .wrap-login.account-login-area {
    max-height: 60px;
}
.logged-in .wrap-myacc {
    display:inline-block!important;
}

.wrap-login a {
    font-size:13px;
    color:#000;
    text-transform: uppercase;
    font-weight:600;
    margin-left:15px;
    position:relative;
}
.wrap-login a:not(.m-ac) span {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 100%;
    background: #ef4581;
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-size: 9px;
    position: absolute;
    top: -15px;
    right: -10px;
}

.panelcontent nav.flypanels-treemenu > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 5px 0;
    position: relative;
}

.flypanels-treemenu .toggle-menu {
    background: url(../images/right.png);
    position: absolute;
    right: 10px;
    top: 11px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center right;
}

.flypanels-container.openleft .flypanels-left .panelcontent::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
.flypanels-container.openleft .flypanels-left .panelcontent {
  -ms-overflow-style: none;
}

.panelcontent nav.flypanels-treemenu ul ul {
    margin-left: 20px;
}

.panelcontent nav.flypanels-treemenu ul li li a {
    padding-top: 0;
    padding-bottom: 0;
}

.flypanels-treemenu .toggle-menu.open {
    transform: rotate(90deg);
}

/**banner**/
.image-top img {
    width:100%;
}

.topbar-right a {
    margin-right: 6px;
}

.topbar-right a:nth-child(1) {
    display: inline-block;
    position: relative;
    top: 2px;
}

.icon-menu {
    position: fixed;
    display: inline-block;
    max-width: 30px;
    top: 50%;
    margin-top: -13px;
    left: 10px;
    z-index: 999;
}

.flypanels-container.openleft .flypanels-left {
    z-index: 999999;
}

.panelcontent nav.flypanels-treemenu ul ul {
    display: none;
}
/**/
.wrap-hot-book {
    background: url(../images/lh-hero-widget-background.jpg) top center;
    background-size: cover;
    padding: 40px 0 20px 0;
    margin: 0 0 30px;
}
#content .wrap-hot-book .tab-A h3 a {
    background: transparent;
}

.btn-viewmore {
    text-align: center;
}

#content .btn-viewmore a {
    background: #6eaf7e;
    border-radius: 30px;
    border: 1px solid #6eaf7e;
    height: 38px;
    line-height: 38px;
    padding: 5px 35px;
    color: #ffffff;
}

#content .btn-viewmore a:hover {
    background: #5b9068;
}

div.book {
    width: 250px;
    padding-right: 30px;
    float: left;
    height: initial;
}

.book .info {
    width: 250px;
    text-align: center;
    padding-left: 0;
}

.single #content h1.line {
    border-bottom: 2px double #2b2b2b;
    border-width: 4px;
}

span.save.format-btn {
    color: #ffffff;
    background: #377844;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: -1px 2px 5px #808080d6;
    /* cursor: pointer; */
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-top: 15px;
}

.info span.l_price {
    color: black;
}

b.btn-request {
    background: gray;
    color: #ffffff;
    padding: 5px 15px;
    display: inline-block;
    margin: 5px 0;
    border-radius: 15px;
    box-shadow: -1px 2px 5px #808080d6;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-align: center;
}

b.btn-report {
    background: gray;
    color: #ffffff;
    padding: 5px 15px;
    display: inline-block;
    margin: 5px 0;
    border-radius: 15px;
    box-shadow: -1px 2px 5px #808080d6;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-align: center;
}

b.btn-report:hover {
    background: #504e4e;
}

b.btn-request:hover {
    background: #504e4e;
}

div.info .buy:hover {
    background: #8e2323;
}

span.save.format-btn:hover {
    background: #2f673a;
}

.single-main-content {
    width: calc( 100% - 280px);
    float: right;
}

.filed {
    width: 100%;
    float: left;
}

.icon-menu-comment {
    top: 50%;
}

#left-comments ul li.recentcomments,
#left-comments ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 5px 0;
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0;
}

#left-comments h3.widget-title {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.panelcontent nav.flypanels-treemenu #left-comments ul li a {
    padding-left: 0;
}

span.date-comment {
    font-size: 12px;
    color: #cecece;
}
/******tab*****/
.top-tab {
    padding: 15px 0;
}
#content .top-tab .tab-A h3.catbox-title:after {
    display:none;   
}
#content .top-tab .tab-A h3 {
    padding-bottom:0;
}
#content .top-tab .tab-A h3 a {
    font-size: 16px;
    padding: 0px;
    margin-right: 30px;
    color: #000;
}
#content .top-tab .tab-A h3 a.activelink {
    color: #377844;
}
#content .top-tab .tab-A {
    display:inline-block; 
}
#content .tab-content .tab-A.active{
    display: block;
}
.hide{
    display: none;
}
/*******add banner slider******/ 
body {
    margin:0;
}
/*.bottom-footer .footer-content .col img {
    margin-top:15px;
}*/
.bottom-footer .footer-content .col img {
    margin: 15px 5px 0 5px;
    border-radius: 5px;
}
.wrap-banner-slider {
    margin:0;
} 
.banner .wrap-banner-slider ul {
    padding-left:0;
} 
.banner .wrap-banner-slider .image-top .content-banner h2 {
    margin-bottom:10px;
}
.banner .wrap-banner-slider strong {
    margin-top:10px;
}
.banner .wrap-banner-slider .slick-prev {
    background-image: url('../images/chevron_left_grey_icon.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    left:-35px;
}
.banner .wrap-banner-slider .slick-next {
    background-image: url('../images/chevron_right_red_icon.png'),linear-gradient(transparent,transparent);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    right:-35px;
}
.main-footer ul {
    padding-left:0;
}
.main-footer .menu li ul {
    padding-left:10px;
}
.top-bar .topbar-left ul {
    margin: 0;
    display: inline-block;
}

.top-bar .welcome {
    font-size: 14px;
}

#cp_logs_table tfoot {
    display: none;
}

#cp_logs_table {
    border-spacing: 0;
    width: 100%;
}

#cp_logs_table th {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #377844;
    color: white;
}

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

#cp_logs_table td, #cp_logs_table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}
/***fix menu***/
#header .menu ul li >ul {
    width:350px; 
}
/*#header .menu ul li ul li ul {
    right: -350px!important;
    left: inherit!important;
    top: -15px !important;
}*/
/*#header .menu ul li ul li:hover ul {
    display: block;
    visibility: inherit; 
}*/
.sf-sub-indicator {
    float:right;
}   

/**fix search bar**/
#header .top.container .search {
    max-width:480px;
    margin-left:100px;
    margin-top:15px;
}
#header .top .input {
    height:45px; 
}
#header .top .btn {
    top:5px;
}



/*******slider-homeh*******/
.page-template-template-booknew .vote-item,
.banner .wrap-banner-slider-home .vote-item,
.wrap-banner-no-slider .vote-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.page-template-template-booknew .vote-item p:before,
.banner .wrap-banner-slider-home .vote-item p:before {
       
}
.page-template-template-booknew .vote-item p,
.banner .wrap-banner-slider-home .vote-item p,
.wrap-banner-no-slider .vote-item p {  
    padding-left: 0px; 
    margin-top: 8px;
    position:relative;  
    margin-bottom:0;
}
.banner .wrap-banner-slider-home .vote-item p span.vote-text,
.wrap-banner-no-slider .vote-item p span.vote-text  {
    position: absolute!important;
}
.page-template-template-booknew a.checkmark,
.banner .wrap-banner-slider-home a.checkmark,
.wrap-banner-no-slider a.checkmark {
    /*background-image: url('../images/like.svg'); */
    background-image:none;
    margin-top:3px; 
}
.page-template-template-booknew a.checkmark.active svg path, 
.banner .wrap-banner-slider-home a.checkmark.active svg path,
.wrap-banner-no-slider a.checkmark.active svg path{
    fill:#0E5F18;
}
.wrap-banner-no-slider a.checkmark svg path,
.page-template-template-booknew a.checkmark svg path, 
.banner .wrap-banner-slider-home a.checkmark svg path {
    fill:#000;
}
.page-template-template-booknew .price-new-book.curren-group-price p,
.banner .wrap-banner-slider-home .price-new-book.curren-group-price p,
.wrap-banner-no-slider .price-new-book.curren-group-price p { 
    margin: 10px 0 0 0;
    display: none;
}
.page-template-template-booknew #content .tab-A .box img,
.banner .wrap-banner-slider-home .box img { 
}
.page-template-template-booknew .vote-text,
.banner .wrap-banner-slider-home .vote-text,
.wrap-banner-no-slider .vote-text {
    display: inline-block; 
    border: 1px solid black;
    text-decoration: none;
    border-radius: 2px; 
    margin-top: 1px;
    font-size: 14px;
    top: -10px;
    left: 27px;
    opacity:0;
    padding:0 10px; 
}
.page-template-template-booknew .vote-item p:hover .vote-text,
.banner .wrap-banner-slider-home .vote-item p:hover .vote-text,
.wrap-banner-no-slider .vote-item p:hover .vote-text {
    opacity:1;
} 
.page-template-template-booknew .tab-A .box .title,
.banner .wrap-banner-slider-home .box .title,
.wrap-banner-no-slider .box .title {  
    padding-bottom:0;
}
.wrap-banner-slider.wrap-banner-slider-home,
.wrap-banner-no-slider  {
    margin-right: -15px;
    margin-left: -15px;
}
.wrap-banner-slider.wrap-banner-slider-home .slick-slide >div,
.wrap-banner-no-slider .slick-slide >div {
    margin:15px;
}
.wrap-banner-slider.wrap-banner-slider-home .slick-slide img,
.wrap-banner-no-slider .slick-slide img {
    margin-bottom:10px; 
    height: auto;
}
.banner .wrap-banner-slider.wrap-banner-slider-home .box .title,
.wrap-banner-no-slider .box .title {
    font-weight:700;
}  
#content .wrap-banner-slider.wrap-banner-slider-home .slick-slide .vote-item a img,
#content .wrap-banner-no-slider .vote-item a img,
.wrap-banner-no-slider a.checkmark.active svg,
.wrap-banner-no-slider a.checkmark svg,
a.checkmark.active svg,
a.checkmark svg {
    width:25px;
    height:25px;
}
.title-pre-order {
    text-align: center; 
    padding: 40px 0 0 0; 
    font-size: 40px;
}
span.number-vote {
    margin-top:11px;    
}
.tab-A .wrap-banner-no-slider .box {
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
    display: inline-block;
} 

.single .wishlist-button-wrap {
    margin-top: 0;
    margin-bottom: 15px;
}

span.contribution {
    margin-left: 7px;
}

span.author.notFaded {
    margin-left: 10px;
}

#bylineInfo {
    margin-bottom: 20px;
}

span.author.notFaded:first-child {
    margin-left: 10px;
}

form.question {
    margin-top: 15px;
    text-align: left;
    font-size: 13px;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 15px;
    bottom: 49px;
    width: 100%;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
form.question input[type="text"] {
    width: 70%;
}

form.question label {
    margin-bottom: 10px;
    display: block;
}


form.question .flex {
    display: flex;
}

form.question input {
    border-radius: 0;
    border: 1px solid #ccc;
    height: 26px;
    line-height: 26px;
}

form.question input[type="submit"] {
    background: #292929;
    color: #fff;
    border: 0;
    padding-left: 12px;
    padding-right: 12px;
    height: 30px;
    cursor: pointer;
}

.tab-A .box {
    position: relative;
}

.wrap-banner-slider .slick-slide {
    padding: 0 15px;
}

.form-rq form {
    /*max-width: 640px;*/
    margin: 0 auto;
}

.form-rq form .lfield {
    margin: 20px 0;
    width: calc((100% - 60px)/3);
    float: left;
    margin-right: 30px;
}
.form-rq form .lfield >span {
    display:block;
    margin-bottom:10px;
}
.page-template-template-requestEbooks .form-rq form .lfield {
    width:100%;
    margin:0;
}
.page-template-template-requestEbooks .form-rq form .lfield >span,
.page-template-template-requestEbooks .form-rq .wpcf7-submit {
    display:block;
}
.page-template-template-requestEbooks .form-rq form .lfield.radio-field span {
    margin-bottom: 10px;
}
.page-template-template-requestEbooks .form-rq input, 
.page-template-template-requestEbooks .form-rq textarea  {
    margin-bottom:20px;
}
.home .form-rq .wpcf7-submit {
    margin-top:0;
}
.form-rq form .lfield:last-child {
    margin-right: 0;
}

.form-rq form .wpcf7-list-item {
    display: block;
    margin: 15px 0;
}
.home .request-action {
    margin-top:20px;
}
.form-rq input, .form-rq textarea {
    border: none;
    border: 1px solid #dadce0;
    margin-bottom: 12px;
    padding: 10px;
    max-height: 20px;
    /*padding-left: 0;*/
    font-size: 16px;
    padding-top: 10px; 
}

.form-rq .wpcf7-submit {
    padding: 14px 30px;
    display: inline-block;
    max-height: 40px;
    cursor: pointer;
    border-radius: 8px;
    background: #0E5F18;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border: none;
    margin-top: 30px;
}

.form-rq .wpcf7-submit:hover {
    background: #345d39;
}

.thank-you {
    display: none;
    text-align: center;
}

.infor-rqb {
    float: left;
}

table .infor-rqb {
    float: none;
}

.btn-action .btn-submit-offer {
    width: initial;
    text-align: center;
    float: none;
}

.btn-submit-offer {
    width: 50%;
    float: right;
    text-align: right;
}

#content .btn-submit-offer a,
.btn-sbm {
    background: #0E5F18;
    color: #ffffff;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 8px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border: none;
    cursor: pointer;
}

#content .btn-submit-offer a:hover,
.btn-sbm:hover {
    background: #355f3a;
}

.infor-rqb h3 {
    margin: 0;
}

.item-rqb td {
    padding: 20px;
}

.item-rqb,
.item-offer {
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: 0 0 17px rgba(0,0,0,.08), 0 2px 17px rgba(0,0,0,.12);
    border-radius: 8px;
}

.title-page {
    padding: 40px 0 20px;
}

.form-offer input,
.form-offer textarea {
    border: none;
    border-bottom: 1px solid #dadce0;
    margin-bottom: 12px;
    padding-left: 0;
    font-size: 16px;
    padding-top: 10px;
}

.form-offer .lfield {
    padding-bottom: 10px;
}

.form-offer {
    max-width: 640px;
    width: 100%;
    margin: auto;
}

input[type="text"],input[type="number"], textarea {
    width: 100%;
    outline: none;
}

.form-offer button[type="submit"] {
    background: #0E5F18;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 8px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border: none;
    outline: none;
}

.form-offer button[type="submit"]:hover {
    background: #355f3a;
}

.radio-field label {
    display: inline-block;
    padding: 5px 0;
}

.radio-field .label {
    margin-bottom: 10px;
    display: block;
}

.form-rq input[type=text],
.form-rq input[type=number],
.form-rq textarea {
    width: 95%;
}

.btn-submit-rq {
    text-align: center;
}

.other-field input[name="other_file"] {
    width: 100%;
}

.list-users-offer {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.loading {
    display: none;
    text-align: center;
}

.loading img {
    width: 50px;
}

.solve-success,
.success-resolved {
    display: none;
}

.success-resolved.show {
    display: block;
}

.fr {
    float: right;
}

#content .btn-sbm a {
    color: #ffffff;
    font-size: 14px;
}

.item-offer .item-content {
    float: left;
}

/*form.solve-request-form {
    float: right;
    padding-top: 16px;
}*/

.total_point_need {
    padding-bottom: 30px;
}


input.rq.error {
    border-color: red;
}

.request-action ul {
    text-align: center;
}

.request-action ul li {
    display: block;
    padding: 10px;
    margin-bottom: 30px;
}

.request-action ul li a {
    /*background: #0E5F18;*/
    background: #b6b6b6;
    padding: 10px 30px;
    border-radius: 8px;
    color: #ffffff;
}

.request-action ul li:nth-child(2) a {
    background: #b6b6b6;
}

.request-action ul li:nth-child(2) a:hover {
    background: #a5a2a2;
}

.request-action ul li a:hover {
    /*background: #39673f;*/
    background: #a5a2a2;
}

.request-action {
    margin-top: 40px;
}

table.request-layout {
  border-collapse: collapse;
  width: 100%;
}

.request-layout td, .request-layout th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 15px 9px;
}

.request-layout .item-rqb {
    box-shadow: none;
}

.request-layout .change_status {
    margin-top: 10px;
}

.request-layout td.infor-rqb h3 {
    font-size: 14px;
    font-weight: normal;
}

.request-layout .text-center {
    text-align: center;
    font-size: 14px;
}

#content .request-layout .btn-submit-offer a {
    padding: 3px 0;
    width: 133px;
    width: 100px;
    font-size: 14px;
}

.link-exists {
    display: none;
    text-align: center;
}

.request-layout .book-link a {
    font-size: 14px;
}

/************/
.box-support {
    position:relative;
    display: inline-block;
}
.box-support .wrap-myacc ul { 
    width: 110px;
    padding-right:15px; 
}

.item-ticket,
.tickets-action #comments .comment-entry {
    color: #1d3026;
    background-color: #f4f6f5;
    border: 1px solid #e5e7eb;
    padding: 12px 15px;
    margin-bottom: 12px;
    border-radius: 8px;
}

.item-ticket span.name,
.tickets-action span.author-cmt,
.tickets-action #comments .date {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    color: #677e73;
    text-shadow: none;
    opacity: 1;
    float: none;
    display: inline-block;
}

.tickets-action span.author-cmt {
    opacity: 1;
    color: #1d3026;
}

.item-ticket span.date {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    color: #677e73;
    text-shadow: none;
    opacity: 1;
    float: none;
    display: inline-block;
    margin-left: 8px;
}

.item-ticket .content-ticket {
    font-size: 13.6px;
}

.ticket-message textarea {
    padding: 10px;
    font-size: 0.85rem;
    line-height: 1.25;
    color: #464a4c;
    width: 100%;
}

.btn-send {
    text-align: center;
}

.btn-send a,
.tickets-action #respond #commentform #submit {
    background: #0E5F18;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 8px;
    border: none;
    transition: opacity 0.2s;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.btn-send a:hover,
.tickets-action #respond #commentform #submit:hover {
    opacity: 0.9;
}

.tickets-section,
.users-offer {
    max-width: 600px;
    width: 100%;
    border-radius: 12px;
    padding: 24px;
    overflow: hidden;
}

/* Comment popup cleanup */
.tickets-section .comment-content a {
    word-break: break-all;
}

.tickets-section .logged-in-as {
    font-size: 12px;
    color: #677e73;
    margin-bottom: 12px;
    line-height: 1.5;
}

.tickets-section .required-field-message,
.tickets-section .logged-in-as .required-field-message {
    display: none;
}

.tickets-section .required::after {
    display: none;
}

.tickets-section .comment-form-comment {
    margin-bottom: 0;
}

.tickets-section .comment-form-comment label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1d3026;
    margin-bottom: 6px;
}

.tickets-section .comment-metadata {
    font-size: 11px;
    color: #9ca3af;
    margin-bottom: 8px;
}

.tickets-section .comment-metadata a {
    color: #9ca3af;
    text-decoration: none;
}

.tickets-section .comment-author.vcard {
    font-size: 13px;
    margin-bottom: 2px;
}

.tickets-section .comment-author .fn {
    font-weight: 600;
    color: #1d3026;
}

.tickets-section .comment-author .says {
    display: none;
}

.tickets-section .comment-body {
    margin-bottom: 0;
}

.tickets-section .reply {
    margin-top: 6px;
}

.tickets-section .reply a {
    font-size: 12px;
    color: #0E5F18;
    text-decoration: none;
    font-weight: 500;
}

.tickets-section .edit-link {
    display: none;
}

.tickets-section .form-submit {
    margin-top: 12px;
    margin-bottom: 0;
}

.tickets-action #respond h3,
.tickets-section #reply-title {
    display: none;
}

.tickets-action #commentform textarea {
    background: #ffffff;
    width: 100% !important;
    border: 1px solid #dce5e0;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    resize: vertical;
    min-height: 100px;
}

.tickets-action #commentform textarea:focus {
    outline: 2px solid #0E5F18;
    outline-offset: -1px;
    border-color: transparent;
}

.tickets-action #commentform label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1d3026;
    margin-bottom: 6px;
}

.tickets-action #commentform .required-field-message,
.tickets-action #commentform .comment-notes {
    font-size: 12px;
    color: #677e73;
    margin-bottom: 10px;
}

.tickets-action .commentlist {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.tickets-action .commentlist li {
    margin-bottom: 0;
}

.tickets-action .left {
    float: left;
}

.tickets-action .right {
    float: right;
}

.tickets-action #comments {
    border: none;
}

.tickets-action .title-cmt,
.tickets-action .text-area,
.tickets-action #comments .title-res,
.tickets-action span.perma,
.tickets-action span.edit,
.tickets-action .comment-head {
    display: none;
}

.tickets-action .comment-body {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    font-size: 14px;
}

.tickets-action .byuser.bypostauthor .comment-body {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.tickets-action .comment-author {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    float: left;
    margin-bottom: 5px;
}

.tickets-action .comment-meta .comment-author {
    opacity: 1;
}

.tickets-action .comment-meta,
.tickets-action .comment-metadata {
    float: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-bottom: 5px;
}

.tickets-action .auth-lb,
.tickets-action .comment-author img,
.tickets-action .says,
.tickets-action a.comment-edit-link,
.tickets-action .reply,
.tickets-action .logged-in-as {
    display: none;
}

.tickets-action .commentlist li {
    list-style-type: none;
}

.tickets-action .byuser {
    padding-right: 20px;
}

.tickets-action .bypostauthor {
    padding-left: 20px;
    padding-right: 0;
}

.tickets-action .commentlist {
    padding-left: 0;
}

.request-layout .unavailable {
    color: #a94442;
    text-transform: capitalize;
    font-size: 14px;
}

.request-layout .solved {
    color: #337ab7;
    text-transform: capitalize;
    font-size: 14px;
}

.request-layout .open {
    color: #3c763d;
    text-transform: capitalize;
    font-size: 14px;
}

.request-layout .paid {
    color: #3c763d;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
}

.request-layout .waiting {
    color: #c1c116;
    text-transform: capitalize;
    font-size: 14px;
}

#content .request-layout .btn-download a {
    color: #fff;
    background-color: #0E5F18;
    border-color: #0E5F18;
    font-size: 14px;
    padding: 5px 4px;
    border-radius: 6px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    margin-top: 10px;
    display: inline-block;
    width: 75px;
}

#content .request-layout .btn-download a:hover {
    background: #355f3a;
}

.request-layout .no-margin {
    margin: 0;
}

.form-rq .wpcf7-submit:focus {
    outline: none;
}

.list_user_offer .item-user-offer {
    padding: 10px 0;
    border-bottom: 1px dashed #000000;
}

.list_user_offer .item-user-offer:last-child {
    border-bottom: none;
}

.list_user_offer .item-user-offer b {
    text-transform: capitalize;
}

#content a.comment-style {
    font-size: 14px;
    text-align: center;
    display: block;
}

.tickets-section .loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.tickets-action #respond #commentform #submit:focus {
    outline: none;
}


a.btn-show-input {
    background: #0E5F18;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 8px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border: none;
}

a.btn-show-input:hover {
    background: #2c4e30;
}

.show-input input {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 98%;
    border: 1px solid #dadce0;
    padding: 15px 10px;
    max-height: 20px;
    font-size: 16px;
    outline: none;
    max-width: 600px;
}

.show-input input:focus {
    border-color: #87898c;
}

.show-input {
    /*max-width: 600px;*/
    width: 100%;
    float: left;
    /*margin: 0 auto;*/
}

.right-btn-action {
    float: right;
    padding-top: 16px;
}

.pay-success {
    display: none;
    text-align: right;
}

.solved a.btn-smb {
    cursor: no-drop;
}

.choose-user-bid-success {
    display: none;
    text-align: right;
}


.form-offer .loading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 30px;
}

/**/
.single-product .woocommerce div.product form.cart >span {
    display:block;
        margin-bottom: 15px;
}
.single-product .woocommerce div.product form.cart >span.popfwc-currency-symbol {
    display:inline-block;
}
.single-product .woocommerce div.product form.cart .quantity {
    width:100%;
        margin-bottom: 15px;
}
.single-product .woocommerce div.product form.cart label {
    margin-right:15px;
}
.single-product .woocommerce .quantity .qty {
    width: 50%;
    text-align: center;
    height: 35px;
}
.single-product .woocommerce div.product form.cart >input {
    height:35px;
}
.single-product .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background: #6eaf7e;
    border-radius: 30px;
    border: 1px solid #6eaf7e;
    height: 38px;
    line-height: 28px;
    padding: 5px 35px;
    color: #fff;
}
.single-product .woocommerce div.product form.cart .button:focus {
  outline: none;
}

.btn-sbm.fr {
    float: none;
    margin: 5px auto;
    display: inline-block;
}

.request-layout .btn-action {
    text-align: center;
}

.message-hide {
    display: none;
    text-align: right;
}

td.btn-action {
    position: relative;
}

.btn-action .loading {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
}

.wrap-single div#user-registration {
    text-align: left;
    font-size: 16px;
}

.contact-form {
    width: 48%;
    float: left;
    padding-right: 2%;
}

.content-select {
    width: 48%;
    float: right;
    padding-left: 2%;
}

.loading img {
    width: 50px;
}

.topbar-left .m-ac span {
    color: #ea504b;
    margin-left: 0;
}

.topbar-left .m-ac {
    padding-bottom: 5px;
}

.topbar-left .wrap-myacc:after {
    display: none;
}

.topbar-left .wrap-myacc ul {
    padding: 10px 20px;
}


.topbar-left .wrap-ul {
    left: 0;
    top: 23px;
}

.admin-offer-single {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 12px;
}

.admin-offer-single a {
    background: #0E5F18;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 18px;
}

.admin-offer-single a:hover {
    background: #335d38;
}
/*css list all cate - 3post cate and 3post child cate*/
.page-template-template-post-cate #content .tab-A .box .wrap-thumb {
    padding-top:60px;
    min-height:180px;
}
.page-template-template-post-cate #content .tab-A .box .wrap-thumb a img{
    border-radius:10px;
}
.page-template-template-post-cate #content .tab-A .box .wrap-thumb a img:nth-child(1) {
    position:relative;
    z-index:9;
    width:90%;
    margin:0 auto;
}
.page-template-template-post-cate #content .tab-A .box .wrap-thumb a img:nth-child(2) {
    position: absolute;
    width: 70%!important;
    top: 30px;
    right: 15px;
    z-index:6
}
.page-template-template-post-cate #content .tab-A .box .wrap-thumb a img:nth-child(3) {
    position: absolute;
    width: 50%!important;
    top: 0%;
    left: 15px;
    z-index:1;
}
.page-template-template-post-cate #content .tab-A .box .wrap-thumb a {
    color: #000;
    padding: 0 0 10px 0;
    font-size: 14px;
    font-weight: 700; 
    overflow: hidden;
    text-align: center;
    display: block;
}
.Comment-section-request-page div#respond h3:before {
    content: unset;
}

.single-request-ebooks .status {
    text-transform: capitalize;
}
/***********************/
/******responsive*******/
@media only screen and (max-width: 1199px) {
   #header .menu ul li a { 
        padding: 0px 10px;    
   }
   #header .top.container .search {
        margin-left:70px;
   }
   .wrap-ul { 
        right: -35px;
        left:inherit;
    }
    /*#header .menu ul li >ul {
        width:320px; 
    }*/
    /*#header .menu ul li ul li ul {
        right: -320px!important; 
    }
    #header .top.container .search {
        max-width: 360px; 
    }*/
    
}

@media only screen and (max-width: 1128px) {
    .wrap-login { 
        position: absolute;
        right: 0;
        top: 25px;
    }
    #header .top.container .search {
        max-width:400px;
    }
}

@media only screen and (max-width: 1080px) {
    #header .menu ul li ul li {
        min-width:inherit;
    }
    #header .menu ul li ul li a {
        font-size:12px;
    }
    /*#header .menu ul li >ul {
        width:260px; 
    }
    #header .menu ul li ul li ul {
        right: -260px!important; 
    }*/
}

@media (max-width: 1024px) {
    #header .menu ul li a { 
        padding: 0px 5px;    
    }
    #header .top.container .search {
     margin-left:70px;
    }
    .main-status-section {
        flex-flow: column !important;
    }
    div#delete-request-button a#delete-request {
        margin-bottom: 15px;
    }
    .main-status-section .submit-offer-button a#open-form {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1023px) {
/**fix search bar**/
    #header .top.container .search {
        max-width: 330px;
    }

}

@media only screen and (min-width: 992px) {
    .menu-hamburger {
        display:none;
    }
    #header .menu >ul {
        display:block!important;
    }
}
@media only screen and (max-width: 991px) {
    #header .menu.container {
        width:100%;
    }
    
    #header .icon-menu {
        display: block;
    }
    .icon-menu.top-body {
        display: none;
    }

    #header .menu ul ul {
        display: block!important;
        visibility: inherit!important;
        padding-right:20px;
    }
    #header .menu >ul {     
        position: absolute;        
    }
    
    #header .menu ul {
        text-align:left;
        display:none; 
        top: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        width: 100%; 
        overflow: hidden;
    }
    #header .menu ul li ul li {
        padding-left:20px;
    }
    #header .menu ul li {
        display:block;
        padding-left:20px;
    }
    #header .top.container .search {
        margin-left: 30px;
    }
    #header .top .logo {
 float: none;
    margin: 0 auto;
    text-align: left
    }
    #header .top.container .search { 
        float: none;  
        margin: 20px auto 20px!important;
    }
    .menu-hamburger {
        position: absolute;
        top: -64px;
        right: 2.5%;
        max-width: 35px;
    }
    .wrap-login {
        position: absolute;
        top: 25px;
        right: 10px;
    }
    
    a.icon-menu {
        position: absolute;
        display: inline-block;
        max-width: 30px;
        top: -45px;
        left: 25px;
    }
}

@media screen and (max-width: 980px){
    div#left {
        max-width: 100%;
        clear: both;
        float: none;
        margin-top: 65px;
    }
}
@media only screen and (max-width: 767px) {
    .wrap-login {
        top: 85px;
        right: 0;
        left: 0;
        text-align: center;
    }
    #header .top.container .search { 
           margin: 20px auto 5px!important;
    }
}

@media only screen and (max-width: 640px) {
    #header .top.container .search {        
        width: 75%;
    }
    #header .top .logo {
        margin-bottom:50px;
    } 
    #content .top-tab .tab-A h3 a {
        padding: 0px;
    }
    #content .top-tab .tab-A {
        margin-bottom: 10px;
    }
    #content.content-home .tab-A .box .list-price,
    #content .tab-A .grid-book .box {
        font-size: 14px;
    }
       #header .top.container .search { 
           margin: 20px 0px 5px!important;
    }
}
@media only screen and (max-width: 579px) {
    .book .info {
        width: calc(100% - 270px);
        text-align: left;
        padding-top: 10px;
    }

    div.book {
        width: 100%;
    }

    .single-main-content {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .book .info {
        width: 100%;
        text-align: center;
    }
    #content .info a {
        display: block;
    }
    .cover {
        width: 100%;
    }
    .user-registration-page .user-registration p.user-registration-LostPassword.lost_password:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #ffffff7a;
        position: absolute;
        left: 0;
        max-width: 100%;
        top: 30px;
    }
    .user-registration-page .user-registration #ur-frontend-form {
        padding: 0px;
    }
    .user-registration-page .user-registration .user-registration-register.register a {
        white-space: pre !important;
    }
    .user-registration-page .user-registration {
        padding: 10px;
    }
     .user-registration-page #user-registration {
        padding: 0px;
    }
}
table.dataTable thead #wpas-ticket-status {
    background : none;
}
#wpas_ticketlist_filters .wpas-form-control { 
    display:block !important; 
}
#wpas_ticketlist_e_paginate a {
    border-color: #F7F7F7;
    background: #F7F7F7;
    color: #000 !important;
}
#wpas_ticketlist_e_paginate a.paginate_button.current , 
#wpas_ticketlist_e_paginate a:hover {
    background: #0E5F18 !important;
    color: #fff !important;
    border-color: #0E5F18 !important;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #377844;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#wpas_ticketlist_e_processing {
    background-color: #fff;
    height: 100%;
    top: 30px;
    opacity: .6;
}
#wpas_ticketlist_e_processing .lds-roller {
    position: absolute;
    top: 50%;
}
.eb-width-100-per {
    width: 100%;
}
.add-book-dwn-link a{
    white-space: inherit !important;
    text-align: center;
}
.request-book-list .table_footer{
    margin-bottom: 20px;
}
#change_requests_count, #change_requests_status {
    background: #0E5F18;
    color: #fff;
    border: 1px solid #0E5F18;
}
#change_requests_count:hover, #change_requests_status:hover{
    background: #355f3a;
    color: #fff;
    border: 1px solid #355f3a;
    cursor: pointer;
}
.request_filter_form .btn.btn-primary {
    background: #0E5F18;
    color: #fff;
    border: 1px solid #0E5F18;
}
.request_filter_form .btn.btn-primary:hover {
    background: #355f3a;
    color: #fff;
    border: 1px solid #355f3a;
    cursor: pointer;
}

@media(max-width:767px) {
    .logged-in .welcome {
        font-size: 14px;
    }
    .logged-in .wrap-login a.m-ac {
        font-size: 14px;
    }
    .wrap-login .wrap-myacc span {
        font-size: 14px;
    }
    #lblCartCount {
        font-size: 12px !important;
        background: #0E5F18 !important;
        color: #fff;
        width: 18px;
        padding: 2px 5px !important;
        vertical-align: top;
        border-radius: 12px;
        height: 17px;
        top: -19px;
        right: -1px;
        line-height: 15px;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logged-in .wrap-myacc .m-ac b {
        top: 4px;
        text-align: left;
    }
}
    
@media(max-width:480px) {
    .logged-in .welcome {
        font-size: 13px;
    }
    .logged-in .wrap-login a.m-ac {
        font-size: 13px;
    }
    .wrap-login .wrap-myacc span {
        font-size: 13px;
    }
    #lblCartCount {
        font-size: 12px !important;
        background: #0E5F18 !important;
        color: #fff;
        width: 18px;
        padding: 2px 5px !important;
        vertical-align: top;
        border-radius: 12px;
        height: 17px;
        top: -19px;
        right: -1px;
        line-height: 15px;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:375px) {
    .bottom-footer {
        padding-bottom: 100px !important;
    }
    
}

@media(max-width:340px){
    #header .top.container .search {
        width: 74% !important;
    }
}

a#approve-btn {
    margin-top: 4px;
}
.request_filter_form form .select2-container--default {
    display: none;
}
/* .request_filter_form form input[name="book_name"] {
    display: none;
} */
.request-books-page .container {
    max-width: 1250px;
}
.request-book-list table.request-layout{
    width: 1250px;
}
td.infor-rqb.book-link {
    text-align: center;
}
table.request-layout tr th {
    text-align: center;
}
.request-book-list .table_footer ul.page-numbers .page-numbers.current {
    background: #0E5F18;
    color: #fff;
    margin: 0;
    height: 25px;
    min-width: 20px;
    text-align: center;
    border: unset;
}
.request-book-list .table_footer ul.page-numbers a.page-numbers ,
.request-book-list .table_footer ul.page-numbers span.page-numbers.dots {
    background-color: #F7F7F7;
    margin: 0;
    height: 25px;
    min-width: 20px;
    text-align: center;
    border: unset;
}
.request-book-list .table_footer ul.page-numbers a.page-numbers:hover {
    background: #0E5F18;
    color: #fff !important;
}
.request-books-page .request-book-list .title-page {
    padding-top: 0;
}
.request-books-page .request-book-list {
    padding-bottom: 30px;
}
.request-books-page .request-book-list .title-page h2 {
    font-size: 32px;
    margin-top: 20px;
    text-align: center;
    color: #0E5F18;
    position: relative;
}
.request-books-page .request-book-list .title-page h2:before {
    content: "" !important;
    width: 100%;
    height: 4px;
    background: #0E5F18;
    position: absolute;
    max-width: 50px;
    margin: auto;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50px;
}
.request-book-list .table_footer {
    margin-top: 30px;
}
.single-approve-btn {
    width: auto;
    float: unset;
    text-align: left;
    margin-top: 20px;
}
form#commentform {
    padding-bottom: 50px;
}

@media(max-width:1200px) {
    .request_filter_form {
        overflow: auto;
    }
}

@media(max-width:576px) {
    .request-book-list .table_footer {
        flex-flow: column;
    }
    .request-book-list .table_footer .set_per_page {
        margin-bottom: 20px;
    }
    .col.copyright {
        padding-top: 0;
    }
    .scrolltotop_wrap a:after {
     bottom: 140px !important;
    }
    .single-approve-btn {
        margin-bottom: 20px;
    }
    .show-input input {
       width: 96%;
    }
}
#afkebooks-remove-cart-item .form-offer {
    max-width: 640px;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

/*
* My Cart Page
*/

table#show_user_cart td.sorting_1 {
    min-width: 150px;
}
body.page-template-template-my-cart.user-registration-page #main .container .article h1.line {
    font-size: 32px;
    margin-top: 20px !important;
    text-align: center;
    color: #0E5F18;
    position: relative;
}
body.page-template-template-my-cart.user-registration-page #main .container .article h1.line:before {
    content: "" !important;
    width: 100%;
    height: 4px;
    background: #0E5F18;
    position: absolute;
    max-width: 50px;
    margin: auto;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50px;
}
span#total-cart-points,
span#total-cart-points-bottom {
    color: #0E5F18;
}
div#show_user_cart_length label {
    font-weight: 600;
}
div#show_user_cart_length {
    margin-top: 4px;
}
.cart-points p {
    font-weight: 600;
    margin: 0 !important;
}
div#show_user_cart_length select {
    padding: 5px 0px;
    background-color: #F7F7F7;
    font-weight: 600;
    border-color: #0E5F18;
}
div#show_user_cart_filter label {
    font-weight: 600;
}
div#show_user_cart_filter input[type="search"] {
    padding: 10px 5px;
    background-color: #F7F7F7;
    border: 1px solid #0E5F18;
}
div#post-166674 .cart-points p {
    margin-top: 30px;
}
table#show_user_cart th.sorting_asc {
    width: 150px !important;
}
table#show_user_cart td.sorting_1 a {
    display: block;
    text-align: center;
}
table#show_user_cart td {
    text-align: center;
}
table#show_user_cart tr td:nth-child(2) {
    text-align: left;
}
div#show_user_cart_paginate a.paginate_button.current {
    background: #0E5F18 !important;
    color: #fff !important;
}
div#show_user_cart_paginate .paginate_button {
    border-right: 1px solid #ECEDE8;
    background: #F7F7F7;
    font-weight: 600;
}
div#show_user_cart_paginate .paginate_button:hover {
    color: #fff !important;
    background: #0E5F18;
}
table#show_user_cart {
    margin-bottom: 15px;
    padding-top: 15px
}
div#afkebooks-remove-cart-item-confirmation div#form-add-dwn-link {
    display: flex;
    flex-flow: column;
}
.remove-cart-yes-no-btns {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 15px;
}
.remove-cart-yes-no-btns .btn-buy-points {
    margin: 0 8px;
}
select.rq.error {
    color: red;
}
body.page-template-template-my-cart div#left {
    padding-top: 30px;
}
table#show_user_cart thead {
    background-color: #0E5F18;
    color: #fff;
}
table#show_user_cart th.sorting_asc {
    width: 150px !important;
}
table#show_user_cart.dataTable thead .sorting,
table#show_user_cart.dataTable thead .sorting_asc,
table#show_user_cart.dataTable thead .sorting_desc {
    filter: brightness(0) invert(1);
}
table#show_user_cart tbody tr td:nth-child(1) {
    padding: 0;
}
table#show_user_cart tbody tr td:nth-child(1) a img.attachment-thumbnail {
    width: 100%;
    padding: 0;
}
table#show_user_cart tbody tr td:nth-child(1) a {
    transition: 0.5s ease-in-out;
    display: block;
}
table#show_user_cart tbody tr td:nth-child(1) a:hover {
    position: relative;
}
table#show_user_cart tbody tr td:nth-child(1) a:hover:before {
    content: '\f00e';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 44%;
    top: 44%;
    font-family: 'FontAwesome';
    color: #fff;
    z-index: 9;
    font-size: 25px;
}
table#show_user_cart tbody tr td:nth-child(1) a:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    opacity: 0.8;
}
table#show_user_cart thead tr th {
    border-bottom: 0;
}
a.cart-icon-top {
    padding-left: 0 !important;
    margin-left: 15px !important;
    margin-right: 15px;
}
#lblCartCount {
    top: -18px;
    right: -20px;
}
.logged-in .wrap-login a img.image-cart {
    margin-left: 5px;
}
table#show_user_cart thead tr th:nth-child(1),
table#show_user_cart tbody tr td:nth-child(1) {
    width: 18% !important;
    max-width: 18%;
    min-width: 18%;
}
table#show_user_cart thead tr th:nth-child(2),
table#show_user_cart tbody tr td:nth-child(2) {
    width: 33% !important;
    max-width: 33%;
    min-width: 33%;
}
table#show_user_cart thead tr th:nth-child(3),
table#show_user_cart tbody tr td:nth-child(3) {
    width: 12% !important;
    max-width: 12%;
    min-width: 12%;
}
table#show_user_cart thead tr th:nth-child(4),
table#show_user_cart tbody tr td:nth-child(4) {
    width: 11% !important;
    max-width: 11%;
    min-width: 11%;
}
table#show_user_cart thead tr th:nth-child(5),
table#show_user_cart tbody tr td:nth-child(5) {
    width: 10% !important;
    max-width: 10%;
    min-width: 10%;
}
.points-checkout-wrap {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.cart-checkout-btn {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
.cart-checkout-btn a {
    display: block;
    padding: 20px 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirm-cancel-cart-btn, .empty-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-checkout-btn a {
    background: #0E5F18;
    min-height: 10px;
    line-height: 0px;
    color: #fff !important;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
}
.cart-checkout-btn a:hover {
    background-color: #30603e;
}
.cart-checkout-btn a:first-child {
    margin-right: 15px;
}

.points-checkout-wrap.table-bottom-btns {
    margin-top: 25px;
}
div#show_user_cart_info {
    font-weight: 500;
    position: sticky;
    left: 0;
}
div#show_user_cart_paginate {
    position: sticky;
    left: 0;
}
table#show_user_cart th, table#show_user_cart td {
    border: 1px solid #ddd;
}
body.page-template-template-my-billing-php table#show_user_cart thead tr th.sorting_desc {
    min-width: 70px !important;
}
form.offer-sm-form .fields-container, form.update-offer-form .fields-container {
    display: flex;
}
.lfield.form-offer-delivery-time, .lfield.form-offer-select-btn {
    width: 50%;
}
.lfield.form-offer-select-btn select#number-format {
    width: 130px;
    height: 38px;
    font-size: 15px;
}
.lfield.form-offer-select-btn {
    text-align: center;
}

@media(max-width: 991px) {
    body.page-template-template-my-cart div#left {
        margin-top: 0;
        padding-top: 0;
    }
    a.cart-icon-top {
        margin-left: 5px !important;
        margin-right: 10px;
    }
}

@media(min-width: 577px) {
    div#show_user_cart_length {
        float: left;
    }
    div#show_user_cart_filter {
        float: right;
        margin-top: 0;
    }
}

@media(max-width: 767px) {
    div#show_user_cart_length {
        margin-bottom: 15px; 
    }
    div#show_user_cart_filter {
        margin-bottom: 15px; 
    }
    div#post-166674 .cart-points p {
        text-align: center;
    }
    table#show_user_cart th.sorting_asc {
        width: 70px !important;
    }
    table#show_user_cart td.sorting_1 {
        min-width: unset;
    }
    table#show_user_cart thead tr th {
        font-size: 14px;
    }
    body.page-template-template-my-cart.user-registration-page #main .container .article h1.line{
        margin-bottom: 25px !important;
    }
    body.page-template-template-my-cart .article {
        margin-bottom: 0;
    }
    body.page-template-template-my-billing-php table#show_user_cart tfoot tr th {
        font-size: 14px;
    }
}

@media(max-width: 665px) {
    div#show_user_cart_length {
        position: static;
        top: 234px;
        margin-bottom: 0;
        width: 100%;
    }
    div#show_user_cart_filter {
        position: static;
        top: 268px;
        width: 100%;
        margin-bottom: 0px;
    }
    table#show_user_cart {
        width: 700px !important;
        overflow: auto;
        padding-top: 35px;
    }
    .show_user_cart-container {
        overflow: auto;
        padding-bottom: 10px;
    }
    .show_user_cart-container::-webkit-scrollbar {
        width: 6px;
    }
    .show_user_cart-container::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        background-color: #c4c4c4;
        border-radius: 8px;
        background-clip: content-box;
    }
    .show_user_cart-container::-webkit-scrollbar-thumb {
        background: #edf1f8b8; 
        border-radius: 8px;
        height: 10px !important;
        width: 5px;
    }
    body.page-template-template-my-billing-php table#show_user_cart {
        width: 800px !important;
    }
    body.page-template-template-my-billing-php div#show_user_cart_filter {
        top: 128px;
    }
    body.page-template-template-my-billing-php div#show_user_cart_length {
        top: 94px;
    }
    .show_user_cart-container.pending_payments div#show_user_cart_filter {
        top: 324px;
        margin-top: 0;
    }
    .show_user_cart-container.pending_payments div#show_user_cart_length {
        top: 285px;
    }
    a.efkebooks-cancel-payment, a.efkebooks-ec-btn {
        font-size: 15px;
        padding: 10px 12px;
    }
}

@media(max-width: 460px) {
    .show_user_cart-container.pending_payments div#show_user_cart_filter {
        top: 340px;
    }
    .show_user_cart-container.pending_payments div#show_user_cart_length {
        top: 300px;
    }
}

@media(max-width: 375px) {
    .points-checkout-wrap .cart-points p {
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
    }
    span#total-cart-points-bottom {
        text-align: center;
    }
    div#show_user_cart_paginate .paginate_button {
        padding: 6px 15px;
    }
}

@media(max-width: 360px) {
    .cart-points p {
        text-align: center;
    }
    span#total-cart-points, span#total-cart-points-bottom {
        color: #0E5F18;
        text-align: center;
    }
}
    
/*
* Transition Page
*/

div#cp_logs_table_filter {
    margin-bottom: 20px;
}
div#cp_logs_table_length {
    margin-top: 4px;
}
div#cp_logs_table_length label,
div#cp_logs_table_filter label {
    font-weight: 600;
}
div#cp_logs_table_length select {
    padding: 5px 0px;
    background-color: #F7F7F7;
    font-weight: 600;
    border-color: #0E5F18;
}
div#cp_logs_table_filter input[type="search"] {
    padding: 10px 5px;
    background-color: #F7F7F7;
    border: 1px solid #0E5F18;
}
div#cp_logs_table_info {
    font-size: 16px;
}
div#cp_logs_table_wrapper {
    overflow: auto;
}
table#cp_logs_table th:before, table#cp_logs_table th:after {
    content: unset !important;
}
table#cp_logs_table thead tr th:nth-child(1),
table#cp_logs_table tbody tr td:nth-child(1) {
    width: 15% !important;
    max-width: 15%;
    min-width: 15%;
}
table#cp_logs_table thead tr th:nth-child(2),
table#cp_logs_table tbody tr td:nth-child(2) {
    width: 15% !important;
    max-width: 15%;
    min-width: 15%;
}
table#cp_logs_table thead tr th:nth-child(3),
table#cp_logs_table tbody tr td:nth-child(3) {
    width: 40% !important;
    max-width: 40%;
    min-width: 40%;
}
table#cp_logs_table thead tr th:nth-child(4),
table#cp_logs_table tbody tr td:nth-child(4) {
    width: 15% !important;
    max-width: 15%;
    min-width: 15%;
}
table#cp_logs_table thead tr th:nth-child(5),
table#cp_logs_table tbody tr td:nth-child(5) {
    width: 15% !important;
    max-width: 15%;
    min-width: 15%;
}
div#cp_logs_table_paginate a.paginate_button.current {
    background: #0E5F18 !important;
    color: #fff !important;
}
div#cp_logs_table_paginate .paginate_button {
    border-right: 1px solid #ECEDE8;
    background: #F7F7F7;
    font-weight: 600;
}
div#cp_logs_table_paginate .paginate_button:hover {
    color: #fff !important;
    background: #0E5F18;
}
table#cp_logs_table thead {
    background-color: #0E5F18;
    color: #fff;
}
table#show_user_cart.dataTable thead .sorting,
table#show_user_cart.dataTable thead .sorting_asc,
table#show_user_cart.dataTable thead .sorting_desc {
    filter: brightness(0) invert(1);
}

@media(max-width: 576px) {
    .confirm-cancel-cart-btn {
        flex-flow: column;
    }
    table#cp_logs_table {
        width: 700px !important;
        overflow: auto;
        padding-top: 100px;
    }
    div#cp_logs_table_length {
        position: fixed;
        left: 0;
        top: 115px;
        margin-bottom: 0;
        width: 100%;
    }
    div#cp_logs_table_filter {
        position: fixed;
        left: 0;
        top: 155px;
        width: 100%;
    }
    div#cp_logs_table_wrapper {
        overflow: auto;
    }
    .cart-checkout-btn a:first-child {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .cart-checkout-btn {
        flex-flow: column;
    }
    .show_user_cart-container.pending_payments div#show_user_cart_filter
    {
        top: 393px !important;
    }
    .show_user_cart-container.pending_payments div#show_user_cart_length{
        top: 351px !important;
    }
}

@media(max-width: 640px) {
    .enable_points {
        text-align: center;
    }
}


/*
* My Purchases Page
*/

div#my_purchase_table_filter {
    margin-bottom: 20px;
}
div#my_purchase_table_length {
    margin-top: 4px;
}
div#my_purchase_table_length label,
div#my_purchase_table_filter label {
    font-weight: 600;
}
div#my_purchase_table_length select {
    padding: 5px 0px;
    background-color: #F7F7F7;
    font-weight: 600;
    border-color: #0E5F18;
}
div#my_purchase_table_filter input[type="search"] {
    padding: 10px 5px;
    background-color: #F7F7F7;
    border: 1px solid #0E5F18;
}
div#my_purchase_table_info {
    font-size: 16px;
}
div#my_purchase_table_wrapper {
    overflow: auto;
}
table#my_purchase_table {
    margin-bottom: 25px;
}
table#my_purchase_table thead tr th:nth-child(1),
table#my_purchase_table tbody tr td:nth-child(1) {
    width: 20% !important;
    max-width: 20%;
    min-width: 20%;
}
table#my_purchase_table thead tr th:nth-child(2),
table#my_purchase_table tbody tr td:nth-child(2) {
    width: 38% !important;
    max-width: 38%;
    min-width: 38%;
}
table#my_purchase_table thead tr th:nth-child(3),
table#my_purchase_table tbody tr td:nth-child(3) {
    width: 22% !important;
    max-width: 22%;
    min-width: 22%;
}
table#my_purchase_table thead tr th:nth-child(4),
table#my_purchase_table tbody tr td:nth-child(4) {
    width: 20% !important;
    max-width: 20%;
    min-width: 20%;
}
div#my_purchase_table_paginate a.paginate_button.current {
    background: #0E5F18 !important;
    color: #fff !important;
}
div#my_purchase_table_paginate .paginate_button {
    border-right: 1px solid #ECEDE8;
    background: #F7F7F7;
    font-weight: 600;
}
div#my_purchase_table_paginate .paginate_button:hover {
    color: #fff !important;
    background: #0E5F18;
}
table#my_purchase_table thead {
    background-color: #0E5F18;
    color: #fff;
}
table#my_purchase_table tbody tr td:nth-child(1) a {
    transition: 0.5s ease-in-out;
    display: block;
}
table#my_purchase_table tbody tr td:nth-child(1) a:hover {
    position: relative;
}
table#my_purchase_table tbody tr td:nth-child(1) a:hover:before {
    content: '\f00e';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 44%;
    top: 44%;
    font-family: 'FontAwesome';
    color: #fff;
    z-index: 9;
    font-size: 25px;
}
table#my_purchase_table tbody tr td:nth-child(1) a:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    opacity: 0.8;
}
td.purchase_download {
    text-align: center;
}
td.purchase_download a input {
    display: inline-block;
    border: 0px;
    border-radius: 15px;
    color: white;
    background-color: brown;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 20px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
td.purchase_download a:hover input {
    background: #8e2323;
}
table#my_purchase_table tbody tr td:nth-child(1) {
    padding: 0px;
}
table#my_purchase_table tbody tr td:nth-child(1) a img {
    height: auto;
    width: 100%;
}
table#my_purchase_table.dataTable thead .sorting,
table#my_purchase_table.dataTable thead .sorting_asc,
table#my_purchase_table.dataTable thead .sorting_desc {
    filter: brightness(0) invert(1);
}
td.purchase_date {
    text-align: center;
}
table#my_purchase_table th,
table#my_purchase_table td {
    border: 1px solid #ddd;
}
.user-registration-page .purchas-ebooks {
    margin: 0;
    display: block;
}

@media(max-width: 767px) {
    table#my_purchase_table tbody tr td:nth-child(1) a img{
        height: 100%;
        width: 100%;
    }
    table#my_purchase_table thead tr th,
    table#my_purchase_table tfoot tr th{
        font-size: 14px;
    }
}

@media(max-width: 665px) {
    table#my_purchase_table {
        width: 700px !important;
        overflow: auto;
        padding-top: 100px;
    }
    div#my_purchase_table_length {
        position: fixed;
        left: 0;
        top: 112px;
        margin-bottom: 0;
        width: 100%;
    }
    div#my_purchase_table_filter {
        position: fixed;
        left: 0;
        top: 150px;
        width: 100%;
    }
    div#my_purchase_table_wrapper {
        overflow: auto;
    }
}

/*
* Instruction tabs 
*/

.instruction-tabs-section {
    margin-bottom: 50px;
}
.instruction-tabs-section .tab {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instruction-tabs-section .tab button.tablinks {
    border: 1px solid #0E5F18;
    margin: 0 10px;
}
.instruction-tabs-section .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.instruction-tabs-section .tab button:hover {
     background-color: #0E5F18;
    color: #fff;
}  
.instruction-tabs-section .tabcontent {
  display: none;
  padding: 15px 30px;
  border: 1px solid #ccc;
}
div#inst-requesters ul {
    padding-left: 15px;
}
div#inst-requesters ul li {
    margin-bottom: 10px;
}
.instruction-tabs-section .tab button.tablinks.active {
    background-color: #0E5F18;
    color: #fff;
}
.instruction-tabs-section .tabcontent ul li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 25px;
}
.instruction-tabs-section .tabcontent ul li a {
    color: #0E5F18 !important;
}

@media(max-width: 670px) {
    .instruction-tabs-section .tab button {
        padding: 8px 5px;
        font-size: 14px;
    }
}
.afkebooks-btn{
    background: #377844;
    color: #fff !important;
    display: inline-block;
    border-radius: 5px;
    padding: 9px 15px;
    font-size: 18px;
    font-weight: bold;
    cursor:pointer;
    border-color: #377844;
    margin-top: 15px;
}
.afkebooks-btn:hover {
    background: #345d39;    
}
#show_user_cart .fancybox-datatable-img img {
    height: auto;
}
.main-footer .calendar_wrap a:hover {
    color: #fff;
}
.parent-ul li.parent-li div.childrens.childrens-hide {
    display: none !important;
}
div#browse_all_books {
    background: #0E5F18;
    border-radius: 13px;
    border: 1px solid #0E5F18;
    height: 38px;
    line-height: 38px;
    padding: 3px 35px;
    color: #ffffff;
    cursor: pointer;
    max-width: 130px;
    margin: auto;
}
#load_more {
    padding: 3px 35px;
}
div#browse_all_books:hover {
    background-color: #345d39;
}
#load_more,
a.browse-all-anchor {
    margin: 5px 10px !important;
}
.btn-viewmore .fa-spinner {
    left: 12px;
}
.custom_bottom_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    flex-wrap: wrap;
}
.scrolltotop_wrap a:after {
    bottom: 90px;
    right: 12px;
}
.afkeboos_add_book_to_cart input.buy.green {
    background-color: #377844;
}
.afkeboos_add_book_to_cart input.buy.green:hover {
    background-color: #345d39;
}
.filed .post-categories-name ul.post-categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filed .post-categories-name ul.post-categories li {
    padding: 10px 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    margin: 10px 10px;
}
.filed strong.fileds_title {
    font-size: 20px;
}
.meta-top span.meta-comments {
    display: inline-block;
}
.book .info span.save.format-btn {
    margin-bottom: 8px;
}
.main-footer .widget-title {
    margin-top: 0;
}
.footer-telegram ,
.footer-telegram h3 {
    margin-top: 0 !important;
}
.single-main-content > p {
    line-height: 24px;
    margin: 12px 0 !important;
}
.single-main-content > p strong {
    font-size: 20px;
}
.single-main-content > p:nth-last-child(2) {
    margin-bottom: 0 !important;
}
.single-main-content > p:nth-last-child(2) strong {
    font-size: 16px;
}
.single-main-content > div:nth-last-child(1) p {
    margin-top: 0;
}
form#commentform p:nth-child(1) a {
    color: #0E5F18;
    font-weight: 500;
}
form#commentform p:nth-child(1) a:hover {
    color: #000;
}
body.single #content .tab-A h3 a {
    padding-right: 0;
}
.single-main-content > p:nth-child(1) {
    margin-top: 0;
}
#left .widget_categories ul li a {
    width: fit-content;
    max-width: 66%;
    padding-right: 6px;
    white-space: nowrap;
}
.afkebooks-other-method > h4 {
    margin-bottom: 5px;
}
div#show_user_cart_paginate .paginate_button:hover {
    border: 1px solid #0E5F18;
}
.afkebooks-top-message p:before {
    content: '\f0a4';
    font-family: 'Font Awesome 5 Free';
    color: #0E5F18;
    padding-right: 5px;
}


@media(max-width: 992px){
    form#commentform p:nth-child(3) {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #respond form#commentform {
        padding-bottom: 15px;
    }

    body.single .single-rel h3.catbox-title a:before {
        top: 38px;s
    }
    form#commentform p:nth-child(1) {
        margin-bottom: 0;
    }
    body.single #content .tab-A h3 {
        padding-bottom: 38px !important;
    }
}

@media(max-width: 480px) {
    .afkeboos_add_book_to_cart input.buy.green {
        margin-bottom: 0;
    }
    body.single .wrap-single.clearfix > .book {
        margin-bottom: 0;
        padding-right: 0;
    }
}

@media (orientation: landscape) and (max-width: 568px) {
    body.single .wrap-single.clearfix > .book {
        padding-right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    body.single .wrap-single.clearfix > .book .info {
        padding-left: 50px;
    }
}

@media (orientation: landscape) and (max-width: 736px) {
    body.single .wrap-single.clearfix > .book  {
        width: 100%;
    }
    body.single .single-main-content {
        width: 100%;
    }
    body.single .wrap-single.clearfix > .book {
        padding-right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}
.title-css {
    font-size: 20px;
    font-weight: bold;
}
.hide-message-box { 
    display:none; 
}
.btn-margin-5 {
    margin:0px 5px;
}
.info .btn-go-to-cart {
    background-color: #377844;
}
.info .btn-go-to-cart:hover {
    background-color: #345d39 !important;
    color: #fff !important;
}
.slick-banner .slick-link-btn {
    bottom: 25px;
    right: 32%;
}
.slick-link-btn {
    position: absolute;
    bottom: 50px !important;
    right: 38% !important;
    z-index: 99;
}
/*body.home div#main {
    padding-top: 0 !important;
}*/
/*div#content .wrap-hot-book {
    background: #c3c3c3 !important;
}*/
.logged-in div#header .wrap-myacc {
    position: relative;
    padding-right: 20px;
}
.logged-in div#header .wrap-myacc:before {
    content: '\f078' !important;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: transparent;
    right: 9px;
    top: 5px;
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #0E5F18;
}
.logged-in div#header .wrap-myacc a.m-ac {
    padding: 0px;
}
.logged-in div#header .wrap-myacc:hover:before {
    color: #000;
}
#header .top .logo a {
    width: fit-content;
}
 #content .top-tab-new .tab-A h3 a {
    font-size: 16px;
    padding: 0px;
    margin-right: 30px;
    color: #000;
}
#content .top-tab-new .tab-A a {
    position: relative;
}
#content .top-tab-new .tab-A h3 {
    padding-bottom: 0;
}
#content .top-tab-new .tab-A {
    display: inline-block;
}
.top-tab-new {
    padding: 15px 0;
}
.wrap-tab .top-tab-new {
    padding-bottom: 0;
}
.add-top-tab-new {
    border-bottom: 1px solid #dfe0df;
    padding-bottom: 6px !important;
    margin-bottom: 30px;
}
#header .menu li#mega-menu-item-text-8 p a:hover {
    color: #000 !important;
}
#content .top-tab-new .tab-A h3 a.activelink {
    color: #0E5F18;
    position: relative;
}
#content .top-tab-new .tab-A h3 a.activelink:before {
    content: '';
    position: absolute;
    background-color: #0E5F18;
    width: 100%;
    height: 1px;
    bottom: 0;
}
.ui-autocomplete.ui-front.ui-widget-content .ui-menu-item:hover .ui-menu-item-wrapper {
    color: #0E5F18;
}
#header .main-menu-section .menu {
    max-height: 61px;
}
html {
    opacity: 0;
}
a.top-bar-my-account {
    display: none;
}
.logged-in div#header .wrap-login a.m-ac:after {
    content: unset !important;
}
.enable_points label {
    font-weight: 700;
}
.enable_points {
    margin-bottom: 12px;
}
.enable_points input#enable_remaining_points_checked {
    border-color: #0E5F18;
    border: 2px solid !important;
    height: 15px;
    width: 15px;
}
table#cp_logs_table thead tr th {
    text-align: center;
}
table#cp_logs_table tbody tr td:nth-child(2), table#cp_logs_table tbody tr td:nth-child(4), table#cp_logs_table tbody tr td:nth-child(5) {
    text-align: center;
}
.user-registration-page #main .container .article .post-166721 h1.line ,
.user-registration-page #main .container .article .post-143547 h1.line {
    position: relative;
}
.user-registration-page #main .container .article .post-166721 h1.line:before ,
.user-registration-page #main .container .article .post-143547 h1.line:before {
    content: "" !important;
    width: 100%;
    height: 4px;
    background: #0E5F18;
    position: absolute;
    max-width: 50px;
    margin: auto;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 42px;
}
div#form-add-dwn-link .remove-cart-yes-no-btns button {
    margin: 0 8px;
}
div#left {
    position: relative;
}
.logout_btn_wrap {
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    text-align: center;
}
body.page-template-template-my-cart div#left .logout_btn_wrap {
    top: 114px;    
}
div#left a.logout_btn {
    background: #377844;
    color: #fff !important;
    display: inline-block;
    border-radius: 5px;
    padding: 9px 25px;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 5px;
}

div#left div#text-5 .textwidget,
div#left div#text-3 .textwidget {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    min-height: 60px;
    flex-wrap: wrap;
}
body.logged-in div#left div#text-5 .textwidget a.login-btn-left ,
body.logged-in div#left div#text-5 .textwidget .register-btn-left,
body.logged-in div#left div#text-3 .textwidget a.login-btn-left ,
body.logged-in div#left div#text-3 .textwidget .register-btn-left,
body.logged-in .logout_btn_wrap,
body.logged-in div#left div#text-5{
    display: none !important;
}
body:not(.logged-in) div#left a.logout_btn {
    display: none;
}
body:not(.logged-in) div#text-3,
body:not(.logged-in) div#text-5 {
    display: block !important;
}
body.logged-in div#text-3,
body.logged-in div#text-5 {
    display: none !important;
}
.single-request-ebooks .status.waiting strong span {
    color: #c1c116;
}
.single-request-ebooks .status.paid strong span {
   color: #3c763d;
}
.single-request-ebooks .status.unavailable strong span {
   color: #a94442;
}
.single-request-ebooks .status.solved strong span {
   color: #337ab7;
}
.single-request-ebooks .status.open strong span {
   color: #3c763d;
}
.single-request-ebooks .status.pre-order strong span {
   color: #fc9803;
}
.single-request-ebooks .status.closed strong span {
   color: red;
}
.loading.footer-request-form-loader img {
    position: absolute;
    left: 48.5%;
    top: 4px;
    border-radius: 5px;
    width: 40px;
}
.loading.footer-request-form-loader {
    position: relative;
    text-align: center;
    width: 100%;
}
table.request-layout tbody tr td.btn-action {
    min-width: 120px;
}
#left .widget.widget_text {
    border-top: 1px solid #dfe0df;
}
.instruction-tabs-section .tab button.tablinks.custon-faq-act {
    background-color: rgb(45, 125, 69);
    color: rgb(255, 255, 255);
}
div#faq_requesters-instruction hr {
    border: 1px solid #cccccca6;
}
/* Single request ebooks page */
div.single-request-ebooks {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 20px 40px;
}

div.single-request-ebooks {
    overflow: hidden;
}

div.single-request-ebooks a {
    word-break: break-all;
    overflow-wrap: break-word;
}

div.single-request-ebooks .user-request-book p a {
    color: #0E5F18;
    text-decoration: none;
}

div.single-request-ebooks .user-request-book p a:hover {
    text-decoration: underline;
}

.single-request-book-top-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.single-request-book-top-sec .request-status > .status {
    text-align: center;
    line-height: 1.6;
    padding: 8px 0;
}

.single-request-book-top-sec .user-request-book {
    flex: 1 1 calc(70% - 20px);
    min-width: 300px;
    margin-bottom: 0;
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.single-request-book-top-sec .user-request-book .show-input input[type="url"] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #dce5e0;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

.single-request-book-top-sec .user-request-book .btn-sbm {
    background: #0E5F18;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.single-request-book-top-sec .user-request-book .btn-sbm:hover {
    opacity: 0.9;
}

.main-status-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.single-request-book-top-sec .request-status {
    flex: 0 0 320px;
    margin-bottom: 0;
    padding: 24px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    height: fit-content;
    align-self: flex-start;
}

.single-request-book-top-sec .user-request-book h3 {
    color: var(--wp--preset--color--text-color);
    font-size: 18px;
    position: relative;
}

.single-request-book-top-sec .section-heading {
    width: 100%;
    margin-bottom: 20px;
}

.single-request-book-top-sec .section-heading h3 {
    margin: 0 0 0 0;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--wp--preset--color--text-color);
    position: relative;
}

.single-request-book-top-sec .section-heading h3:before {
    display: none;
}

.list-users-offer h3 {
    margin: 0 0 16px 0;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--wp--preset--color--text-color);
    position: relative;
}

.list-users-offer h3:before {
    display: none;
}

.wrap-offer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
}

.item-offer-custom-layout:nth-child(odd) {
    margin-right: 0;
}

.item-offer-custom-layout {
    flex: 1 1 calc(50% - 8px);
    min-width: 280px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
}

.Comment-section-request-page {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 24px;
    clear: both;
}

.Comment-section-request-page #comments p {
    text-align: left;
}

.Comment-section-request-page .required::after {
    display: none;
}

.Comment-section-request-page .comment-reply-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.Comment-section-request-page .comments-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.Comment-section-request-page .comment-content a {
    word-break: break-all;
    color: #0E5F18;
}

.Comment-section-request-page .logged-in-as {
    font-size: 12px;
    color: #677e73;
    margin-bottom: 12px;
}

.Comment-section-request-page .required-field-message {
    display: none;
}

.Comment-section-request-page .comment-form-comment label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.Comment-section-request-page #commentform textarea {
    width: 100% !important;
    border: 1px solid #dce5e0;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    min-height: 100px;
}

.Comment-section-request-page #commentform #submit {
    background: #0E5F18;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.Comment-section-request-page #commentform #submit:hover {
    opacity: 0.9;
}

.Comment-section-request-page .comment-body {
    background: #f4f6f5;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 12px;
}

.Comment-section-request-page .comment-author .says {
    display: none;
}

.Comment-section-request-page .comment-metadata {
    font-size: 11px;
    color: #9ca3af;
}

.Comment-section-request-page .comment-metadata a {
    color: #9ca3af;
    text-decoration: none;
}

.Comment-section-request-page .edit-link {
    display: none;
}

.Comment-section-request-page .commentlist {
    list-style: none;
    padding: 0;
}

/* Go back button */
.go_back_home {
    margin-bottom: 16px;
}

.go_back_home a {
    font-size: 13px;
    color: #0E5F18;
    text-decoration: none;
    font-weight: 500;
}

.go_back_home a:hover {
    text-decoration: underline;
}

/* Status buttons */
.single-request-book-top-sec .main-status-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
    margin-top: 12px;
}

.single-request-book-top-sec .btn-smb {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: var(--wp--preset--color--text-color);
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

.single-request-book-top-sec .btn-smb:hover {
    background: #f4f6f5;
}

.single-request-book-top-sec .delete-request-button .btn-smb {
    background: #dc2626;
    color: #fff;
    border-color: #dc2626;
}

.single-request-book-top-sec .delete-request-button .btn-smb:hover {
    background: #b91c1c;
}

/* Delete confirmation popup */
.remove-cart-yes-no-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.remove-cart-yes-no-btns button {
    padding: 8px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.remove-cart-yes-no-btns .confirmation-yes-delete {
    background: #dc2626;
    color: #fff;
}

.remove-cart-yes-no-btns .afke-confirmation-no {
    background: #e5e7eb;
    color: var(--wp--preset--color--text-color);
}

.single-request-book-top-sec .request-status select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #dce5e0;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 10px;
    background-color: #fff;
}

.single-request-book-top-sec .main-status-section {
    flex-direction: row;
    flex-flow: row;
}

.single-request-book-top-sec .main-status-section .delete-request-button,
.single-request-book-top-sec .main-status-section .submit-offer-button,
.single-request-book-top-sec .main-status-section .single-approve-btn {
    margin: 0;
}

.single-request-book-top-sec .main-status-section .delete-request-button a,
.single-request-book-top-sec .main-status-section .submit-offer-button a {
    margin-top: 0;
}

.single-request-book-top-sec .user-request-book p {
    line-height: 1.6;
    font-size: 14px;
    margin: 4px 0;
}

.list-users-offer > p {
    text-align: left;
    margin-top: 20px;
    color: #677e73;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .single-request-book-top-sec {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .single-request-book-top-sec .request-status {
        flex: 1 1 100%;
    }

    .item-offer-custom-layout {
        flex: 1 1 100%;
    }
}
body.compensate-for-scrollbar {
    margin-right: 0 !important;
}
.form-offer textarea{
    font-weight: 600;
    font-family: 'Open Sans';
}
.form-offer textarea::placeholder {
    font-family: 'Open Sans';
    font-weight: 400;
}
.request-layout .btn-action{
    position: relative;
}
.request-layout .btn-action .loading {
    position: absolute;
    bottom: -5px;
    max-width: 30px;
    height: 25px;
    width: 100%;
    left: 46%;
}
.single-request-book-top-sec .user-request-book p {
    line-height: 27px;
}
.list-users-offer > p {
    text-align: center;
    margin-top: 40px;
}
.instruction-tabs-section .tabcontent ul li a:hover {
    color: #000 !important;
    text-decoration: underline;
}
.user-registration-page #main .container .article h1.line {
    position: relative;
    margin-bottom: 30px !important;
}
.user-registration-page #main .container .article h1.line:before {
    content: "" !important;
    width: 100%;
    height: 4px;
    background: #0E5F18;
    position: absolute;
    max-width: 50px;
    margin: auto;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 42px;
}
ul#mega-menu-header-menu {
    text-align: center;
}
div#show_user_cart_wrapper {
    overflow: auto;
}
div#show_user_cart_wrapper::-webkit-scrollbar {
    width: 6px;
}
div#show_user_cart_wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    background-color: #c4c4c4;
    border-radius: 8px;
    background-clip: content-box;
}
div#show_user_cart_wrapper::-webkit-scrollbar-thumb {
    background: #edf1f8b8; 
    border-radius: 8px;
    height: 10px !important;
    width: 5px;
}
div#show_user_cart_paginate > span a {
    margin-bottom: 10px;
}
.pending-pay-notification a.text-green:hover {
    color: #000 !important;
    text-decoration: underline;
}
#left .button-wrap {
    padding: 4px 0 !important;
}
td.infor-rqb a {
    word-break: break-all;
}
.buy-points-field {
    margin-top: 10px;
}
.floating-purchases-button a{
    position: fixed;
    bottom: 0;
    right: 280px;
    height: 50px;
    background-color: #0E5F18;
    border-radius: 6px 6px 0 0;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.floating-purchases-button a:hover {
    background-color: #000;
    color: #FFF;
}
.main-status-section .submit-offer-button a {
    margin-top: 30px;
}
.main-status-section #delete-request-button a {
    margin-bottom: 0;
    margin-top: 0;
}
.link_ebooks a {
    color: #15527e !important;
    font-size: 18px !important;
    text-decoration: underline;
}
.link_ebooks {
    text-align: left;
    margin-bottom: 8px;
}
td.details .format b,
td.details .request-date b{
    padding-right: 6px;
    color: #0E5F18;
}
.link_ebooks a:hover {
    color: #000 !important;
}
.tickets-action ol.commentlist li {
    padding-right: 0;
}
.tickets-action ol.commentlist li div.comment-body {
    padding: 6px;
}

@media( min-width: 992px ) {
    .topbar-left.fr ul#menu-top-header li {
        padding: 0;
        border-radius: 6px;
        width: 100%;
        text-align: center;
        height: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .topbar-left.fr ul#menu-top-header li a {
        font-size: 18px !important;
        color: #fff !important
    }
    .topbar-left.fr ul#menu-top-header li a:hover{
        color: #fff !important;
    }
    .topbar-left.fr ul#menu-top-header li:hover a{
        color: #fff !important;
    }
    .topbar-left.fr ul#menu-top-header {
        position: fixed;
        right: 80px;
        z-index: 99999;
        bottom: 0;
        background-color: #3c8397;
        border-radius: 6px 6px 0 0px;
        width: 180px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .topbar-left.fr ul#menu-top-header li:after {
        content: unset !important;
    }
    .topbar-left.fr ul#menu-top-header li:hover {
        cursor: pointer;
    }
    .topbar-left.fr ul#menu-top-header:hover {
        background-color: #000;
    }
    .col.copyright p.text-right {
        margin-top: 0;
    }
}


@media( min-width: 1025px ) {
    .header-start {
        position: fixed;
        top: 0;
        box-shadow: 1px 1px 1px #ccc;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #ffffff;
        transition: 0.3s ease-in-out;
        max-height: 189px;
    }
    body {
        padding-top: 157px;
    }
    .slick-banner .slick-slide img {
        min-height: 369.5px;
        background-color: #ddd;
        max-height: 369.5px;
    }
}

@media(max-width: 991px) {
    .logged-in div#header .wrap-myacc {
        padding-right: 30px;
    }
    .logged-in div#header .wrap-myacc:before {
        right: 16px;
        top: 7px;
    }
    ul#menu-top-header li{
        padding-left: 0;
    }
    body.page-template-template-my-cart div#left .logout_btn_wrap {
        top: 61px;
    }
    .logout_btn_wrap {
        top: 61px;
    }
    .floating-purchases-button {
        display: none;
    }
    .button-buy-now a {
        margin: 0 10px;
    }
}

@media(min-width: 768px) {
    .wrap-offer-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item-offer-custom-layout:nth-child(odd) {
        margin-right: 20px;
    }
    .item-offer-custom-layout {
        width: 42%;
    }
}

@media(min-width: 1050px) {
    .wrap-offer-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item-offer-custom-layout:nth-child(odd) {
        margin-right: 25px;
    }
    .item-offer-custom-layout {
        width: 44%;
    }
}


@media( max-width: 767px ) {
    .slick-link-btn a {
        font-size: 8px;
        padding: 4px 9px;
    }
    .slick-banner .slick-link-btn {
        bottom: 15px !important;
        right: unset;
        width: 100%;
        text-align: center;
        margin-left: 18px;
    }
    .logged-in div#header .wrap-myacc:before {
        top: 5px;
    }
    #content .top-tab-new .tab-A h3 a {
        font-size: 14px;
    }
    body.single #commentform input.txt:first-child {
        margin-right: 6px;
    }
    .afkebooks-payment-options a.afkebooks-btn {
        margin: 5px 6px;
    }
    .afkebooks-payment-methods-box > h3 {
        margin-bottom: 5px;
    }
}

@media(min-width: 481px) and (max-width: 655px) {
    body.single #commentform input.txt {
        width: 97.5%;
        margin-right: 0px !important;
    }
}

@media(max-width: 576px) {
    div#form-add-dwn-link .remove-cart-yes-no-btns {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    div#form-add-dwn-link .remove-cart-yes-no-btns button {
        margin: 5px 8px;
    }
    .lfield.form-offer-select-btn {
        text-align: right;
        padding-left: 12px;
    }
    .lfield.form-offer-select-btn select#number-format {
        width: auto;
    }
    .button-buy-now a {
        margin: 0 8px;
        padding: 10px 18px;
    }
}

@media(max-width: 480px) {
    .ebook-request-main {
        padding-bottom: 60px;
    }
    .loading.footer-request-form-loader img {
        left: 46%;
    }
    .bottom-footer .col.copyright p.text-right {
        text-align: center;
        padding-right: 23px;
    }
}

@media(max-width:  1150px) {
    .single-request-book-top-sec .user-request-book {
        width: 60%;
    }
    .single-request-book-top-sec .request-status {
        width: 25%;
        padding: 15px 12px;
    }
}

@media(max-width:  991px){
    .single-request-book-top-sec {
        margin-bottom: 20px;
    }
    .Comment-section-request-page {
       margin-bottom: 30px;
    }
}

@media(max-width:  767px){
    .single-request-book-top-sec .user-request-book {
        width: 100%;
        margin-right: 0;
    }
    .single-request-book-top-sec .request-status {
        width: 100%;
        margin-left: 0;
    }
    .wrap-offer-list {
        flex-flow: wrap;
    }
    .item-offer-custom-layout:nth-child(odd) {
        margin-right: 0;
    }
    .item-offer-custom-layout {
        width: 100%;
    }
    .Comment-section-request-page #comments {
        margin-top: 0px;
    }
    .list-users-offer h3 , .single-request-book-top-sec .section-heading h3 {
        font-size: 28px;
    }
    .single-request-book-top-sec .section-heading {
        margin-bottom: 25px;
    }
    .wrap-offer-list {
        margin-top: 35px;
    }
}

@media(max-width:  665px){
    .buy-points-field .form-group {
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .buy-points-field .form-group a.afkebooks-payment-other {
        max-width: 247px;
        font-size: 16px;
        margin-top: 10px;
    }
    .buy-points-field .form-group label {
        width: 100%;
        word-break: break-word;
        padding: 0 10px;
        max-width: fit-content;
        text-align: center;
    }
    .buy-points-field .form-group input#inr-points {
        max-width: 280px;
        width: 100%;
        margin: 10px 0 5px 0;
    }
    .buy-points-field .form-group {
        width: 100%;
        max-width: 568px;
    }
    .buy-points-field .form-group input#amazon-points {
        margin: 10px 0 0px 0;
    }
    .buy-points-field .form-group input#crpt-points {
        margin: 10px 0 0px 0;
    }
    .buy-points-field .form-group input#inr-points {
        margin: 10px 0 0px 0;
    }
    form.buy_points.dfdsf input[type="text"] {
        margin: 10px 0 0 0;
    }
    form.buy_points.dfdsf button input.afkebooks-btn {
        margin-top: 2px;
    }
}
#show_user_cart .fancybox-datatable-img img {
    width:100%;
}
.afk-errors {
    margin: 0px;
    color: red;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}
.buy-points-field .afkebooks-btn {
    margin-top:0px;
}
.page-template-template-buy-points .aligncenter {
    text-align: center;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-current_page_item a.mega-menu-link, #menu-menu-2 li.current-menu-item > a{
    background-color: #30603e !important;
}
.point-amount-color, .point-discount-color{
    color:red;
    font-weight:600;
}
.my-manual-payments-list .custom-btn {
    font-size: 14px;
    padding: 9px 10px;
}
.afkebook-select {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #dadce0;
    font-size: 16px;
    padding: 10px;
}
.afkebooks-buy-points-container {
    width: 600px;
    margin: auto;
    max-width: 600px;
}
.payment-information {
    display:none;
    margin-bottom:40px;
}
form#afkebooks-buy-points-form .pay-point{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.row.pay-methods .field-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
form#afkebooks-buy-points-form .pay-point span,
form#afkebooks-buy-points-form .pay-methods span {
    font-weight: 600;
    font-size: 18px;
    padding-right: 20px;
    width: 33%
}
form#afkebooks-buy-points-form .pay-methods select#paymentmethod,
form#afkebooks-buy-points-form .pay-methods input#points {
    width: 65%;
}
form#afkebooks-buy-points-form .pay-point input#points {
    max-width: 357px;
}
form#afkebooks-buy-points-form .pay-methods select#paymentmethod  {
    margin-bottom: 0px;
}
.pay-point label#points-error {
    margin-bottom: 20px;
    color: red;
}
.payment-information p {
    margin-top: 0;
}
.buy-points-container button#payment-submit-form {
    border: unset;
    margin: 0;
}
.row.buy-points-container {
    text-align: center;
}
form#afkebooks-checkout-form .afkebook-select {
    max-width: 480px;
}
.row.afkebooks-checkout-select {
    display: flex;
    flex-flow: column;
}
.row.afkebooks-checkout-select select#paymentmethod {
    margin-bottom: 10px;
}
.row.afkebooks-checkout-select label#paymentmethod-error {
    color: red;
}
form#afkebooks-buy-points-form .pay-methods select#paymentmethod {
    width: 63%;
}
label#paymentmethod-error {
    color: red;
    margin-top: 10px;
}


@media(max-width: 767px){
    form#afkebooks-buy-points-form .pay-point,
    .row.pay-methods .field-container   {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    form#afkebooks-buy-points-form .pay-point {
        margin-bottom: 20px;
    }
    form#afkebooks-buy-points-form .pay-point span,
    form#afkebooks-buy-points-form .pay-methods span {
        padding: 0px;
        text-align: center;
    }
    .row.pay-methods .payment-information {
        text-align: center;
    }
    .afkebooks-buy-points-container {
        width: 100%;
        max-width: 600px;
    }
    form#afkebooks-buy-points-form .pay-point span, form#afkebooks-buy-points-form .pay-methods span {
        width: 100%;
    }
    form#afkebooks-buy-points-form .pay-methods select#paymentmethod,
    form#afkebooks-buy-points-form .pay-methods input#points {
        width: 100%;
    }
    form#afkebooks-buy-points-form .pay-methods select#paymentmethod {
        max-width: 380px;
        margin-top: 16px;
    }
    form#afkebooks-buy-points-form .pay-point input#points {
        width: 93%;
    }
}

@media(max-width: 576px){
    .afkebooks-checkout-btn {
        text-align: center;
    }
}
.pay-checkout-error {
    color: red;
}
#payment-submit-form {
    background: #3c8397;
}
#payment-submit-form:hover {
    background: #000;
}
.checkout-message
{
    margin-bottom: 22px;
}
table#show_user_cart > thead > tr > th:nth-child(8),
table#show_user_cart tbody tr td:nth-child(8){
    width: 25% !important;
    max-width: 25%;
    min-width: 25%;
}

table.qbank_purchase_log thead tr th,
table.qbank_purchase_log tbody tr td
{
    font-size: 14px;
}


.request_filter_form form{
    display:flex;
    margin-left: -10px;
    margin-right: -10px;
}

.request_filter_form form > *{
    flex: 1;
    margin: 0 10px 20px;
    padding: 3px 10px;
    border-radius: 5px;
    border-color: #383838;
    color: #383838;
    line-height: 28px;
    font-size: 15px;
}

.request_filter_form form .select2{
    padding: 0;
}

.request_filter_form form .select2-container .select2-selection{
    box-sizing: content-box;
    padding: 3px 10px;
}

.request_filter_form form .select2-container .select2-selection .select2-selection__arrow{
    top: 4px;
}

.table_footer{
    display: flex;
    margin-top:20px;
    justify-content: space-between;
    align-items: center;
}

.table_footer .set_per_page > *{
    font-size: 13px;
    line-height: 24px;
    padding: 3px 8px;
    box-sizing: content-box;
    height: 24px;
    border-width: 1px;
    border-radius: 5px;
    margin-right: 5px;
}

.table_footer ul.page-numbers{
    display: flex;
}

.table_footer ul.page-numbers .page-numbers{
    padding:0 5px;
    display: block;
    background: #efefef;
    border: 1px solid #767676;
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
}

.table_footer ul.page-numbers .page-numbers.current{
    background: none;
    border-color: transparent;
}


a#not-available-btn {
    margin-top: 6px;
}
p.no-margin.not-available-status {
    color: red;
    font-size: 14px;
    text-transform: capitalize;
}
span.bold-name {
    color: #0E5F18;
}
.buy-points-field .form-group label {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
}
.right-btn-action.edit-offer {
    margin-right: 10px;
}
.request-layout .closed {
    color: red;
    text-transform: capitalize;
    font-size: 14px;
}
.request-layout .pre-order {
    color: #fc9803;
    text-transform: capitalize;
    font-size: 14px;
}
.btn-submit-offer.close-ebook {
    margin-top: 6px;
}
.btn-submit-offer.close-ebook a {
    padding-left: 3px !important;
    padding-right: 3px !important;
}
#home-book-request select#publisherSelect {
    margin-bottom: 12px !important;
}
#home-book-request select#publisherSelect {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #dadce0;
    font-size: 16px;
    padding:10px;
}
.form-error-message {
    margin-top: 2px;
    font-size: 17px;
    font-weight: 800;
    color: #ea0202;
    margin-bottom: 11px;
    text-transform: capitalize;
}

.request_filter_form .user-select
{
    max-width: 160px;
}
.request_filter_form .book-name
{
    min-width: 140px;
}
.request_filter_form select.publisher_type {
    max-width: 180px;
}
span.pc-element.pc-trigger {
    padding: 0 10px;
    max-width: fit-content;
}
td.publisher-field .lfield .picker span.pc-element.pc-trigger {
    border-color: #0E5F18;
    padding: 5px 8px;
    border-radius: 5px;
    padding-right: 20px;
}
td.publisher-field .lfield .picker span.pc-element.pc-trigger:hover {
    background-color: #0E5F18;
}
td.publisher-field .lfield .picker span.pc-element.pc-trigger:before {
    content: '\f078';
    right: 2px;
    position: absolute;
    font-family: 'FontAwesome';
    color: #0E5F18;
    bottom: 8px;
}
td.publisher-field .lfield .picker span.pc-element.pc-trigger:hover::before {
    color: #FFF;
}
td.publisher-field .lfield .picker span.pc-list > input[type="search"] {
    background-color: #598a5f;
    color: #FFF;
    font-size: 16px;
    padding: 6px 7px;
}
td.publisher-field .lfield .picker span.pc-list > input[type="search"]::placeholder {
    color: #FFF;
}
td.publisher-field .lfield .picker span.pc-list {
    border-color: #0E5F18;
}
td.publisher-field .lfield .picker span.pc-list > ul li:hover {
    background-color: #0E5F18;
}
table.request-layout tbody tr.item-rqb td.infor-rqb {
    max-width: 250px
}
table.request-layout tbody tr.item-rqb td.infor-rqb.book-link {
    max-width: 200px
}

.select-publisher .picker span.pc-element.pc-trigger {
    border-color: #0E5F18;
    padding: 5px 8px;
    border-radius: 5px;
    padding-right: 20px;
}
.select-publisher .picker span.pc-element.pc-trigger:hover {
    background-color: #FFF;
    color: #0E5F18;
}
.select-publisher .picker span.pc-element.pc-trigger:before {
    content: '\f078';
    right: 8px;
    position: absolute;
    font-family: 'FontAwesome';
    color: #0E5F18;
    bottom: 11px;
}
.select-publisher .picker span.pc-element.pc-trigger:hover::before {
    color: #0E5F18;
}
.select-publisher .picker span.pc-list > input[type="search"] {
    background-color: #598a5f;
    color: #FFF;
    font-size: 16px;
    padding: 6px 7px;
}
.select-publisher .picker span.pc-list > input[type="search"]::placeholder {
    color: #FFF;
}
.select-publisher .picker span.pc-list {
    border-color: #0E5F18;
}
.select-publisher .picker span.pc-list > ul li:hover {
    background-color: #0E5F18;
}
.publisher-format-group {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
.publisher-format-group .select-publisher,
.publisher-format-group .radio-field {
    width: 50% !important;
}
.select-publisher .picker span.pc-select span.pc-element.pc-trigger {
    width: 100% !important;
    min-width: 266px;
    height: 40px;
    padding: 9px 10px;
}
div#ebook-form .lfield span.label {
    padding-top: 6px;
}
.select-publisher .picker span.pc-list {
    min-width: 266px;
}
/*th.book-name-heading {
    min-width: 160px;
}*/
td.publisher-field .lfield .picker .pc-select span.pc-element.pc-trigger {
    width: auto !important;
    right: unset !important;
}
.main-status-section div#delete-request-button, .main-status-section .submit-offer-button {
    padding: 0;
}
.go_back_home {
    width: 100% !important;
    float: left !important;
    text-align: left !important;
    margin-bottom: 12px;
    font-size: 18px;
}
.go_back_home a, .btn-sbm {
    background: #0E5F18;
    color: #ffffff;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 8px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border: none;
    cursor: pointer;
}
.go_back_home a:hover, .btn-sbm:hover {
    background: #355f3a;
}
table.request-layout tbody tr .select-yes-no-heading {
    width: 5%;
}
table.request-layout tbody tr th.text-center.user-heading{
    width: 10%;
}
/*table.request-layout tbody tr th.request-type-heading {
    width: 8%;
}*/
table.request-layout tbody tr th.book-name-heading {
    width: 18%;
    min-width: auto;
}
table.request-layout tbody tr th.book-publisher-heading {
    width: 10%;
}
table.request-layout tbody tr th.book-link{
    width: 14%;
}
table.request-layout tbody tr th.action-col,
table.request-layout tbody tr th.status-col,
table.request-layout tbody tr th.comments-col {
    width: 10%;
}
table.request-layout:not(.request-layout-for-admin) tbody tr th.book-name-heading {
    width: 24%;
    min-width: auto;
}
.payment-done {
    color: #ffff !important;
    background: #3c8397 !important;
}
.show_user_cart-container select#search-by-status option {
    font-size: 15px;
}
.show_user_cart-container select#search-by-status {
    height: 40px;
    min-width: 200px;
    margin-bottom: 15px;
    border-color: #0E5F18;
}
.prev-comments .comment-body .first-p-text{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 78px;
    margin-top: 46px;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
    max-height: 20px;
    display: block;
}
.prev-comments .comment-body  p{
    display: none;
}
a.request_user {
    word-break: break-word;
}
.request-ebook-home-btn {
    width: unset;
    float: left !important;
    text-align: left !important;
    margin-bottom: 12px;
    font-size: 18px;
}
.request-ebook-home-btn a, .btn-sbm {
    background: #0E5F18;
    color: #ffffff;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 8px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border: none;
    cursor: pointer;
}
.list-home-btn-content .request-list-home-btn {
    width: 15%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 40px;
}
.list-home-btn-content .all-request-details {
    width: 85%;
}
.list-home-btn-content {
    display: flex;
    flex-wrap: wrap;
}

.request-books-page>.container {
    padding: 0 !important;

}
body.single-request-ebooks>.wrapper {
min-height: unset !important;
}

body.page-template-template-zee-requestEbooks-php>.wrapper {
min-height: unset !important;
}

.instruction-tabs-section {padding-top: 1em; }


/*---Rahul----Home Book Request-----10-03-2021------*/
#home-book-request .form-rq.book-request-section{
    width: 70%;
    margin: 0 auto;
}
#home-book-request .form-rq form .lfield {
    margin: unset;
    width: unset;
    float: none;
    margin-right: unset;
}

#home-book-request select#requestTypeSelect {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #dadce0;
    font-size: 16px;
    padding: 5px 10px;
}
#home-book-request .form-rq input, #home-book-request .form-rq textarea {
    border: none;
    border: 1px solid #dadce0;
    margin-bottom: 12px;
    padding: 10px;
    max-height: 40px;
    font-size: 16px;
    padding-top: 10px;
}
#home-book-request .form-rq input[type=text]{
    width: 100%;
}

#home-book-request .form-rq input[type=text], #home-book-request .form-rq input[type=number], #home-book-request .form-rq textarea {
    width: 100%!important;
    height: 46px;
    margin-bottom: 20px;
    border: 1px solid #dadce0;
    font-size: 16px;
    padding: 10px;
    max-height: 40px;
}

button.wpcf7-form-control.wpcf7-submit {
    width: 100%
}


/*---Rahul----Home Book Request-----10-03-2021------*/


/*---Rahul----Book Request-----08-03-2021------*/
select#requestTypeSelect {
    width: 97%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #dadce0;
    font-size: 16px;
    padding:10px;
}
.request_filter_form form>* {
    flex: 1;
    margin: 0 10px 20px;
    padding: 3px 10px;
    border-radius: 5px;
    border-color: #383838;
    color: #383838;
    line-height: 28px;
    font-size: 15px;
    cursor: pointer;
}

.btn-sbm {
    margin-left: 10px;
}

#home-book-request .form-rq input,
#home-book-request .form-rq textarea {
    margin-bottom: 0;
    margin-right: 5px;
}

.radio-field label {
    padding: 5px;
    align-items: center;
    display: inline-flex;
}