/** css reset */

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
/** bootstrap dropdown scroll fix */
.dropdown-menu {
    will-change: transform !important;
    position: absolute !important;
    transform: translate3d(0px, 31px, 0px) !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: translate3d(0px, 31px, 0px) !important;
    -moz-transform: translate3d(0px, 31px, 0px) !important;
    -ms-transform: translate3d(0px, 31px, 0px) !important;
    -o-transform: translate3d(0px, 31px, 0px) !important;
}
/** fonts */
@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/cust-fonts/vazir/Vazir.eot");
    src:url('../fonts/cust-fonts/vazir/Vazir.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/cust-fonts/vazir/Vazir.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/cust-fonts/vazir/Vazir.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url("../fonts/cust-fonts/vazir/Vazir.ttf") format('truetype');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/cust-fonts/vazirmedium/Vazir-Medium.eot");
    src:url('../fonts/cust-fonts/vazirmedium/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/cust-fonts/vazirmedium/Vazir-Medium.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/cust-fonts/vazirmedium/Vazir-Medium.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url("../fonts/cust-fonts/vazirmedium/Vazir-Medium.ttf") format('truetype');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/cust-fonts/vazirbold/Vazir-Bold.eot");
    src:url('../fonts/cust-fonts/vazirbold/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/cust-fonts/vazirbold/Vazir-Bold.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/cust-fonts/vazirbold/Vazir-Bold.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url("../fonts/cust-fonts/vazirbold/Vazir-Bold.ttf") format('truetype');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/cust-fonts/vazirlight/Vazir-Light.eot");
    src:url('../fonts/cust-fonts/vazirlight/Vazir-Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/cust-fonts/vazirlight/Vazir-Light.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/cust-fonts/vazirlight/Vazir-Light.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url("../fonts/cust-fonts/vazirlight/Vazir-Light.ttf") format('truetype');
}
@font-face {
    font-family:Lalezar;
    src: url("../fonts/cust-fonts/Lalezar-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/cust-fonts/Lalezar-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../fonts/cust-fonts/Lalezar-Regular.otf") format("opentype"), /* Open Type Font */
      url("../fonts/cust-fonts/Lalezar-Regular.woff") format("woff"), /* Modern Browsers */
      url("../fonts/cust-fonts/Lalezar-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }
body {
    direction: rtl;
    text-align: right;
    background: #253030;
    font-family: Vazir, serif;
    
}

a {
    text-decoration: none !important;
}
.transition {
    transition: 0.2s all ease-out;
    -webkit-transition: 0.2s all ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
}
.clear {
    clear: both;
}
/** header */
.topHeader {
    margin-bottom: 20px;
}
/** menu */
.top-menu {
    margin-top: 50px;
}
.top-menu > ul.nav > li.show > a.top-menu-title , .top-menu > ul.nav > li.show > a.top-menu-title svg {
    color: #ffffff;
    border-color: #9fa6a6;
    fill: #939a9a;
}

.top-menu-title {
    margin-top: 10px;
    padding: 7px 13px;
    font-size: 14px;
    background: #253030;
    color: #9fa6a6;
    border: 1px solid #3b4b4b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.top-menu-title svg {
    width: 1em;
    height: auto;
    fill: #3b4b4b;
    margin-left: 3px;
}

.top-menu ul li:focus .top-menu-title,
.top-menu ul li:hover .top-menu-title,
.menu-actived {
    color: #ffffff;
    border-color: #9fa6a6;
}
.top-menu ul li:hover .top-menu-title svg {
    fill: #939a9a;
}
.menu-first-lis {
    right: 0 !important;
    width: 250px;
    background-color: #5b6464;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 14px;
    padding: 0;
    z-index: 100;
}
.menu-first-lis ul {
    list-style: none;
}
.menu-first-lis ul > li {
    line-height: 32px;
    padding: 0.4rem 1.5rem;
    position: relative;

}
.top-menu-div-ul-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-first-lis ul > li:active,
.menu-first-lis ul > li:hover {
    background-color: #636c6c;

}
.menu-first-lis ul > li:first-child:hover {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.menu-first-lis ul > li:last-child:hover {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.menu-first-lis ul > li a {
    color: #f4f8f8;
    display: block;
    position: relative;
}
/* .menu-first-lis ul > li a::after {
    content: '>';
    position: absolute;
    left: 0;
    color: #9fa6a6;
} */

.top-menu-div-ul-li svg {
    height: 14px;
    fill: #9fa6a6;
    transition-delay: 0.4s;
}
.top-menu-div-ul-li:hover svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.menu-first-lis ul > li:hover > a {
    color: #c0c8c8;
}
.menu-first-lis ul > li > ul {
    position: absolute;
    right: 255px;
    top: 0;
    background-color: #5b6464;
    width: 250px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition-delay: 0.4s;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.menu-first-lis ul > li:hover > ul {
    overflow: visible;
    opacity: 1;
    visibility: visible;
}
.menu-first-lis ul > li > ul li ul,
.menu-first-lis ul > li:hover > ul li ul {
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition-delay: 0.4s;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.menu-first-lis ul > li > ul li:hover ul,
.menu-first-lis ul > li:hover > ul li:hover ul {
    overflow: visible;
    opacity: 1;
    transition-delay: 0.4s;

    visibility: visible;
}

/** menu mobile version  */
.side-mobile-ver {
    /* padding: 10px;
    margin-left: 50px;
    margin-top: 45px; */
}
.side-mobile-ver svg {
    width: 1em;
    height: auto;
    fill: #5b6464;
}
.sidr {
    background-color: rgba(91, 100, 100 , 0.98);
    height: 100%;
    padding: 20px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.top-mobile-menu-area {
    height: 50px;
}
.top-mobile-menu-area button {
    background: none;
    border: none;
    outline: none;
    float: left;
    margin-left: 20px;
}
.top-mobile-menu-area button svg {
    width: 0.8em;
    height: auto;
    fill: #929898;

}
.sidr_ul {
    width: 100%;
    font-family: vazir;
    list-style: none;
}
.sidr_ul > li {
    width: 100%;
    display: block;
    margin-right: 5px;
}
.sidr_ul > li:hover {
    background-color: rgba(99, 108, 108, 0.5);
    border-right: 3px solid #7c8484;
}

.sidr_ul li a {
    color: #f4f8f8;
    font-size: 14px;
    padding: 10px 25px;
    display: block;
    font-weight: lighter;
}
.sidr_ul li:hover > a {
    color: #9fa6a6;
}
.sidr_ul li ul {
    margin-right: 20px;
    list-style: none;
    display: none;
}
.sidr_ul li:hover ul {

    display: block;
}
.sidr_ul li ul li a {
    color: #f4f8f8;
}
.sidr_ul li ul li ul {
    display: none !important;
}
.sidr_ul li ul li:hover ul,
.sidr_ul li:hover ul li:hover ul {

    display: block !important;
}

#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999998;
    display: none;
}
.sidr-open #overlay {
    display: block;
}

/* Settings for fullwidth */
.sidr.fullwidth {
    width: 100%;
}

.sidr.left.fullwidth {
    left: -100%;
}

.sidr.right.fullwidth {
    right: -100%;
}
/* END Settings for fullwidth */

/** start logo area */

.logo-area {
    
    margin: auto;
}
.logo-area-link {
    display: block;
    text-align: center;
}
.logo-area-img {
    max-width: 100%;
    margin-top: 20px;
    width: 260px;
    height: auto;
}

/** start search and login area */
.search-login-area {
    margin-top: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.search-icon {
    color: #9fa6a6;
    fill: #9fa6a6;
    display: block;
}
.search-area-forms form {
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    justify-content: space-between;
    position: absolute;
    background: #202727;
    left: 0;
    top: -5px;
    display: flex;
    z-index: 2000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.search-active {
    width: 90% !important;
}
.search-area-forms form input {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 15px;
    width: 100%;
    direction: rtl;
    text-align: right;
    color: #ffffff;
}
.search-area-forms form input::-webkit-input-placeholder {
    color: #9fa6a6;

}
.search-area-forms form button {
    border: none;
    margin: 4px;
    font-size: 14px;
    padding: 2px 15px;
    border: none;
    outline: none;
    background: #9fa6a6;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.search-area-forms form button:hover {
    background: #f55f50;
}

/** login and register */
.login-register {
    list-style: none;
    align-content: flex-end;
    flex-direction: row-reverse;
    width: 85%;
    margin-top: 3px;
}
.login-register li {
    float: left;
    margin: 0 5px;
}
.login-register li a {
    display: block;
    color: #9fa6a6;
    font-size: 13px;
    font-weight: bold;

}
.login-register li a:hover {
    color: #ffffff;
}
.login-register span {
    float: left;
    color: #9fa6a6;
}

/** top-second-nav section */
section.top-second-nav-section {
    margin-top: 70px;
   
    color: #ffffff;
}
form.top-second-nav-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #202727;
    padding: 6px 0 6px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.form-raduis-combo-active {
    border-radius: 10px 10px 0 10px !important;
    -webkit-border-radius: 10px 10px 0 10px !important;
    -moz-border-radius: 10px 10px 0 10px !important;
    -ms-border-radius: 10px 10px 0 10px !important;
    -o-border-radius: 10px 10px 0 10px !important;
}
form.top-second-nav-form select {
    background: transparent;
    -webkit-appearance: none;
    font-size: 15px;
    border: none;
    outline: none;
    margin-right: 10px;
    color: #5b6464;
    padding: 0 20px;

}
form.top-second-nav-form select option {
    background-color: #202727;
    padding: 20px;
    border: none;
    margin: 2px;
}
form.top-second-nav-form select option:hover {
    background-color: #1b2020;
    color: #9fa6a6;
    font-weight: bold;
    outline: none;

}
.second-nav-line::before {
    content: '';
    border-right: 1px solid #aeafaf;
    display: block;
    width: 1px;
    height: 32px;
    margin-left: 10px;
}
form.top-second-nav-form input {
    width: 80%;
    outline: none;
    border: none;
    background: transparent;
    color: #ffffff;
    text-align: right;
    font-size: 15px;
    margin-left: 10px;
}
form.top-second-nav-form input::-webkit-input-placeholder {
    color: #9fa6a6;
}
.top-second-nav-form button {
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
}
.top-second-nav-form button span svg {
    height: 1em;
    fill: #ff374c;
    color: #ff374c;
}


/** selectbox new*/ 

.select-box-new {
    z-index: 3;
}

.center {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  select {
    z-index: 3;
    float: left;
  }
  /** Custom Select **/
  .custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    cursor: pointer;
  }
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
    font-size: 16px;
    background: none;
    padding: 0;
    border: none;
  }
  .custom-select-trigger {
    position: relative;
    display: block;
    width: 110px;
    padding: 8px 15px 8px 0;
    font-weight: 400;
    color: #6e7c83;
    /* background-color: #fff ; */
    background-color: #202727;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  
  
  .custom-options {
    position: absolute;
    display: block;
    top: 40px;
    right: 0;
    width: 100%;
    margin: 14px 0;
    box-sizing: border-box;
    background: #202727;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    border: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(-8px);
  
    
  }
  .option-hover:before {
    background: #f9f9f9;
  }
  .custom-option {
    position: relative;
    display: block;
    padding: 8px 15px 8px 0;
    color: #5b6464;
    cursor: pointer;
    transition: all 0.05s ease-in-out;
  }
  .custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
  
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  .custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 10px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}
  .custom-option:hover,
  .custom-option.selection {
    color: #9fa6a6;
    background-color: #1b2020;
    font-weight: 500;
  }
  
  .new-selectbox-before-svg svg {
    height: 12px;
    fill: #ff374c;
  }
  span.custom-select-trigger::after {
    background: url('data:image/svg+xml;utf8,<svg style="fill:red;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"/></svg>') no-repeat;
    
    content: '';
    background-position: center center;
    background-size: 12px;
    height: 7px;
    width: 12px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;
    transition: 0.2s all ease ;
    -webkit-transition: 0.2s all ease ;
    -moz-transition: 0.2s all ease ;
    -ms-transition: 0.2s all ease ;
    -o-transition: 0.2s all ease ;

  }
  .select-box-new .custom-select-wrapper > .opened > span.custom-select-trigger::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    
}

  /**section two menu*/
ul.section-two-top-menu-ul {
    list-style: none;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    margin-top: 10px;
}
.section-two-top-menu-li {
    margin: 0 15px;
    font-size: 15px;
}
li.section-two-top-menu-li a {
    color: #9fa6a6 !important;
    padding: 5px;
}
li.section-two-top-menu-li a:hover {
    color: #ffffff !important;
}

.request-book {
    display: flex;
    justify-content: space-around;
    border:1px solid #9fa6a6;
    color: #ffffff;
    font-size: 15px;
    padding: 11px 10px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.request-book:hover {
    border-color: #ffffff;
    color: #ffffff;

}

.request-book svg {
    height: 20px;
    width: 20px;
    fill: #9fa6a6;
}

/**title bar nav*/
.titlebarpub {
    margin: 35px 0;
}
.titlebarpub-nav {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}
.titlebarpub-nav svg {
    color: #339999;
    fill: #339999;
    height: 13px;
    margin: 0 4px;
}
.titlebarpub-nav a {
    color: #5b6464;
    text-decoration: none;
    margin: 0 5px;
}
.titlebarpub-nav a:hover {
    color: #858d8d;
}

.titlebarpub-nav span {
    color: #9fa6a6;
    margin-right: 5px;
}

/**book title*/
.book-title {
    text-align: left;
}
.book-title h2 {
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
}
.book-title h3 {
    color: #9fa6a6;
    margin-top: 10px;
    font-weight: 400;

}
.book-title h3 a {
    color: #339999;
}
.book-title h3 a:hover {
    color: #ff374c;
}


/** rating system*/
.rating-wrapper {
    margin-top: 6px;
}
.rating-wrappers {
    direction: ltr;
}
.rating-wrapper input {
    display: none;
}
.rating-wrapper label svg  , .rating-wrapper svg {
    display: inline-block;
    fill: #9fa6a6;
     width: 16px;
     position: relative;
     cursor: pointer;
}
.rating-wrapper label:hover svg , .rating-wrapper label:hover ~ label svg , .rating-wrapper input:checked ~ label svg , .rating-wrapper-active-svg {
    fill: #f3cc30 !important;
}





.book-detail-area {
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
    direction: ltr;
    text-align: left;
    padding: 25px 30px;
    border: 1px solid #3a4848;
    -webkit-border-radius: 20px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius: 20px;
    -moz-border-radius-topleft: 10px;
    border-radius: 20px;
    border-top-left-radius: 10px; 
}
.details-title { 
    font-size: 20px;
    color: #9fa6a6;
    display: block;
    width: 100%;
    margin-bottom: 10px;

}
.book-complete-details-span {
    font-size: 16px;
    color: #f4f8f8;
    display: block;
    width: 100%;
    font-weight: 300;
    margin-top: 20px;
}

.book-details-attributes {
    margin-top: 20px;
}
.book-details-attributes a h3 {
    color: #339999;
    display: block;
    width: 100%;
    font-weight: 300;
    margin-top: 24px;
    font-size: 16px;
}
.book-details-attributes a:hover h3 {
    color: #ff374c;
}
.book-details-attributes > h3 {
    color: #f8f8f8;
    display: block;
    width: 100%;
    font-weight: 300;
    margin-top: 26px;
    font-size: 16px;
}
.book-pic {
    width: 100%;
    display: block;
    height: 400px;
    margin-top: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.book-img {
    height: 400px;
    width: 280px;
    max-width: 100%;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);

}
.request-for-book {
    box-shadow: 0 0 0 1px #ff374c;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    background: #fff3f4;
    margin-top: 20px;
}

.request-book-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.request-book-title svg {
    height: 30px;
    width: 30px;
    fill: #ff374c;
    margin-left: 5px;
}
.request-book-title h4 { 
    color: #ff374c;
    margin-right: 5px;
}
.request-for-book form input {
    background: transparent;
    border:none;
    outline: none;
    width: 100%;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #3b4b4b;
    margin: 5px 0;

}
.request-for-book form button {
    border: none;
    outline: none;
    display: block;
    text-align: center;
    width: 100%;
    color: #ffffff;
    background: #ff374c;
    padding: 6px;
    font-size: 14px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}
.request-for-book form button:hover {
    box-shadow: 0px 0px 20px 0px rgba(255, 55, 76, 0.3);
}
/** description*/
.description-area {
    text-align: left;
    direction: ltr;
}
.description-span {
    display: block;
    width: 100%;
    color: #9fa6a6;
    font-size: 20px
}
.description-p {
    margin-top: 10px;
    color: #f4f8f8;
    font-weight: 200;
    text-align: justify;
    overflow: hidden;
    max-height: 70px;
    transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
}
.read-more-p-increase-width { 
    max-height: 600px ;
}
.read-more-description {
    display: flex;
    align-items: center;
    margin-top: 20px;
    
}
.read-more-description-div {
    cursor: pointer;
    display: inline-block;
}
.read-more-less-description-span {
    color: #9fa6a6;
    font-size: 13px;
}
.read-more-description svg {
    fill: #9fa6a6;
    height: 12px;
}
.rotate-180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/**amazon and good reads*/
.amazon-goodreads-area {
    direction: ltr;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
.amazon-goodreads-area button {
    background: transparent;
    border: none;
    outline: none;
    margin: 5px;
}
.amazon-goodreads-area button img {
    height: 24px;
    width: auto;
    max-height: 100%;
}
.amazon-goodreads-area button:hover img {
    opacity: 80%;
}

/**addd to favorite*/
.add-to-favorite {
    background: #3f2d2d ;
    border: 1px solid #ff374c;
    padding: 5px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.add-to-favorite:hover {
    background: #ff374c;
}
.add-to-favorite svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
}
.add-to-favorite span {
    color: #ffffff;
    font-size: 15px;
}

/** share to friends*/
.share-to-friends {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.share-to-friends-span {
    color: #5e6767;
    font-size: 14px;
    
}
.social-icons a {
    margin: 0 10px;
}
.social-icons a svg {
    height: 30px;
    width: 30px;
    fill: #929999;

}
.social-icons a:hover svg {
    fill: #ff374c;
}
/** share box */
.share-link-box {
    background: #ffffff;
    border: 1px solid #5b6464;
    position: relative;
    padding: 5px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    width: 220px;
    font-size: 15px;
    color: #5b6464;
    direction: ltr;
}
.share-link-box:hover {
    color: #ff374c;
}
.share-link-box svg {
    width: 20px;
    height: 18px;
    fill: #5b6464;
    position: absolute;
    top: 6px;
    right: 3px;
    z-index: 20;
}
.gradiant {
    position: absolute;
    top: -2px;
    z-index: 10;
    right: 0px;
    height: 36px;
    width: 222px;
    background: rgb(255,255,255);
background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%);
}



/** tabs */
.down-tabs-ul {
    border: none !important;
    margin-top: 50px;
}
.down-tabs-ul li:first-child a {
    border-radius: 0 10px 0 0 !important;
    -webkit-border-radius: 0 10px 0 0 !important;
    -moz-border-radius: 0 10px 0 0 !important;
    -ms-border-radius: 0 10px 0 0 !important;
    -o-border-radius: 0 10px 0 0 !important;
}
.down-tabs-ul li:last-child a {
    border-radius: 10px 0 0 0 !important;
    -webkit-border-radius: 10px 0 0 0 !important;
    -moz-border-radius: 10px 0 0 0 !important;
    -ms-border-radius: 10px 0 0 0 !important;
    -o-border-radius: 10px 0 0 0 !important;
}
.down-tabs-ul li a {
    color: #9fa6a6 !important;
    background: #384040;
    padding: 15px 20px;
}
.down-tabs-ul li a.active {
    background: #253030 !important;
    border: 1px solid #3a4848 !important ;
    border-bottom-color: #253030 !important ;
    outline: none ;
}
.down-tabs-ul li a:hover {
    border-color: #3a4848 #3a4848 #ff374c #3a4848 !important;
    border-bottom: 1px solid #ff374c;
}
.down-tabs-ul li a.active:hover {
    border-bottom-color: #253030 !important ;

}
.down-page-tabs-box {
    border: 1px solid #3a4848;
    margin-bottom: 50px;
    padding: 20px 30px;
    border-radius: 10px 0 10px 10px;
    -webkit-border-radius: 10px 0 10px 10px;
    -moz-border-radius: 10px 0 10px 10px;
    -ms-border-radius: 10px 0 10px 10px;
    -o-border-radius: 10px 0 10px 10px;
}
/** related tab*/
.relared-text-area {
    display: flex;
    align-items: center;
}
.relared-text-area:hover {
    opacity: 80%;
}
.author-img-link {
    margin:10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.author-img-link img {
    width: 50px;
    height: 50px;
}
.related-text-title-and-author-box {
    display: flex;
    flex-direction: column;
}
.related-text-title-and-author-box a h3 {
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 15px;
}
.author-related-details {
    display: flex;
    align-items: center;
}
.author-related-details a {
    color: #5b6464;
    font-size: 14px;

}
.author-related-details span {
    font-size: 12px;
    color: #3b4b4b;
    margin-right: 10px;
}


/** tags */
.tabs-tags-area-links {
    background-color: #202727;
    padding: 5px 15px;
    display: inline-block;
    margin: 5px ;
    color: #5b6464;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 14px;
}
.tabs-tags-area-links:hover {
    background: #171b1b;
    color: #5b6464;

}


/** comment area */
.comment-area-section {
    background: #202727;
    padding: 50px 0;
}
.title-comment-counter {
    color: #9fa6a6;
    font-family: lalezar;
    font-size: 26px;
}
.title-comment-counter > span {
    font-size: 32px;
}
.write-tour-comment-title {
    font-size: 18px;
    color: #9fa6a6;
    margin-top: 30px;
}

/** comment box */
.comment-box-area > form {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #253030;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
input.mail-and-name {
    width: 100%;
    outline: none;
    border: 1px solid #373e3e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 35px;
    padding: 5px 10px;
    background-color: #242b2b;
    color: #5b6464;
}
input.mail-and-name::placeholder {
    color: #9fa6a6;
}
input.mail-and-name[type=email]::placeholder {
   text-align: right;
   direction: rtl;
}
input.mail-and-name:focus {
    box-shadow: 0px 0px 15px 0px rgba(159, 166, 166, 0.2);

}
form textarea {

    width:  100%;
    color: #5b6464;
    margin: 5px;
    border: none;
    float: right;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 10px;
    resize: none;
    outline: none;
    background-color: transparent;
}
.comment-box-area  textarea::placeholder {
    color: #9fa6a6;
}
.comment-box-area  .submit {
    background: transparent!important;
    border: 1px solid #5b6464!important;
    outline: none!important;
    color: #8e9595!important;
    font-size: 15px!important;
    padding: 1px 18px!important;
    float: left!important;
    line-height: 33px!important;
    cursor: pointer!important;
    border-radius: 21px!important;
    -webkit-border-radius: 21px!important;
    -moz-border-radius: 21px!important;
    -ms-border-radius: 21px!important;
    -o-border-radius: 21px!important;
}
.comment-box-area  .submit:hover {
    border-color: #8e9595!important;
}
.woocommerce p.stars a {
   
    color: #f3cc30 !important;
}
.like-and-reply-comment-area {

    float: left;
}
.rating-wrapper-commentbox {
    direction: ltr;
}
.have-a-bigger-comment {
    background: #202727;
    width: 100%;
    border: 1px solid #ff374c;
    text-align: center;
    padding: 10px;
    margin: 50px 0 20px 0;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.have-a-bigger-comment a {
    color: #9fa6a6;
    display: block;
    font-size: 15px;

}
.have-a-bigger-comment:hover a {
    color: #ffffff;
}
.see-all-comments {
    background: #202727;
    width: 100%;
    border: 1px solid #5b6464;
    text-align: center;
    padding: 10px;
    margin: 0 0 20px 0;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.see-all-comments a {
    color: #9fa6a6;
    display: block;
    font-size: 16px;
}

.see-all-comments:hover {
border-color: #9fa6a6;
}

/** comments writen*/
.see-comment-box {
    background: transparent;
    width: 100%;
    border: 1px solid #253030;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    padding: 25px;
}
.comment-writer {
    display: flex;
    align-items: center;
}
.comment-writer > img {
    width: 35px;
    height: 35px;
    max-width: 100%;
}
.comment-writer > strong {
    font-size: 14px;
    margin-right: 15px;
    color: #99a0a0;
}
.comments-writen-date {
    display: flex;
    align-items: center;
}
.comments-writen-date > svg {
    width: 1em;
    margin-right: 50px;
    margin-left: 10px;
    fill: #5b6464;

}
.comments-writen-category-datebox {
    color: #5b6464;
    font-size: 14px;
    margin: 0 3px;
}

/** comments like and reply area */
.like-and-reply-comment-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment-like-box-area {
    display: flex;
    align-items: center;
}
.comment-like-box-area button {
    border: none;
    background: transparent;
    outline: none;
}
.comment-like-box-area button svg {
    width: 25px;
    height: 25px;
    fill: #5b6464;
}
.comment-like-box-area span {
    color: #5b6464;
    font-size: 18px;
}
.comment-reply-area svg {
    fill: #5b6464;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
div.comment-writen-darkmode {
    text-align: right;
    margin-top: 25px;
    color: #99a0a0;
    text-align: justify;
    line-height: 28px;
}
.wpulike-heart .wp_ulike_put_image:after {
    width: 26px!important;
    height: 25px!important;
}
.wpulike-heart .count-box {

    font-weight: bolder;
    font-size: 16px;
}
.wpulike-heart .wp_ulike_general_class {
    box-shadow: none;
}
.darkmode-comment-line {
    background-color: #242f2f;
    height: 1px;
    margin: 20px 0;
}
.darkmode-comment-reply {
    margin-right: 60px;
}


/** another book section*/
.another-books {
    padding: 50px 0;
}
.another-bookss {
    padding: 10px 0;
}
.another-book-title {
    color: #9fa6a6;
    font-family: lalezar;
    font-size: 26px;
    margin-bottom: 30px;
}
.releted-book-sigle-book-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.releted-book-sigle-book-area:hover {
    transform: scale3d(1.1,1.1,1);
    -webkit-transform: scale3d(1.1,1.1,1);
    -moz-transform: scale3d(1.1,1.1,1);
    -ms-transform: scale3d(1.1,1.1,1);
    -o-transform: scale3d(1.1,1.1,1);
}
.related-book-img-link {
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);

}
.related-book-img-link > img {
    width: 196px;
    height: 280px;
    max-width: 100%;
}

.related-book-title-link h3 {
    color: #9fa6a6;
    margin-top: 22px;
    text-align: center;
    font-weight: 400;
}
.releted-book-sigle-book-area:hover h3 {

    color : #b1b5b5 ;
}

.book-writer span {
    color: #5b6464;
    font-size: 14px;
}
.another-bookss {
    padding: 20px 0 50px 0;
}

/** footer */
.footer-dark-up {
    background-color: #1c2222;
    padding: 40px 0;
}
.footer-ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.footer-ul li {
    margin: 0 7px;
}
.footer-ul li a {
    color: #9fa6a6;
    font-size: 15px;
}
.footer-ul li:hover a , .footer-down-nav ul li:hover a {
    color: #d7dcdc;
}
.footer-dark-down {
    padding: 10px 0;
    background-color: #151919;
}
.p-copy-rights {
    color: #5b6464;
    font-size: 14px;
}
.footer-down-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: space-around;
}
.footer-down-nav ul li a {
    color: #9fa6a6;
    font-size: 14px;
}


.top-menu-div-ul-li {
 
    margin-right: 0px;
}
.nav-tabs .nav-item {
    margin-right: 0px;
    margin-left: 0px;
}
.share-link-box button {
    border: none;
    background: none;
    position: relative;
    top: -3px;
    left: 3px;
    zoom: 1.2;
	outline: none;

}
a.share-link-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.share-link-box input#myInput {
    border: none;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
	    height: 28px
}
.share-link-box input#myInput:hover {
  
    color: red;
   
}
.add-to-favorite svg {
   
    position: relative;
    top: 3px;
    left: 1px;
}

.menu-first-lis ul > li a {
    color: #f4f8f8!important;
}
.menu-first-lis ul > li {
    margin-right: 0px!important;
    text-align: right!important;
}

.entry-crumbs a {
    color: #777;
}
.entry-crumbs a:hover {
    color: #c8c2c2;
}
.entry-crumbs .td-bread-sep {
    color: #339999;
    font-size: 17px;
    margin: 0 5px;
    top: 4px;
    position: relative;
}
div#woosw-area {
    display: none;
}
.cust-addwish {
    color: white;
}
.add-to-favorite {
    width: fit-content;
}
.cust-addwish:hover {
    color: white;
}

.woocommerce .star-rating span {
    color: #f3cc30 !important;
}
.woocommerce .star-rating::before {
    content: "\53\53\53\53\53";
    color:#9fa6a6!important;
}
.rating-wrapper li {
    list-style-type: none;
}
.woocommerce .star-rating {;
    width: 6.4em;
 
}
.woocommerce .star-rating::before {
    letter-spacing: 3px;
}
.woocommerce .star-rating span::before {
    letter-spacing: 3px;
}
div#nav_menu-5 {
    margin-bottom: 0px;
}
.widget a {
    color: #d7dcdc;
}
.widget ul {
  
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.response svg {
    position: absolute;
    top: 16px;
    right: 114px;
}
.response a {
    display: inline-block!important;
}
.sidr_ul > li {
    position: relative;
}
.description-span {
    text-align: left;
    direction: ltr;
    padding-bottom: 10px;
}
.description-area p {
    margin-top: 10px;
    color: #f4f8f8;
    font-weight: 200;
    text-align: justify;
    overflow: hidden;
    max-height: 70px;
    transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
}
.read-more-p-increase-width {
    max-height: 600px!important;
}
.book-img {
    border-radius: 7px;
}
/********************************** responsive **********************/
@media (min-width:992px){
.offset-lg-1 {
    margin-right: 8.333333%;
}
}

@media (max-width:1199px) {
    
    .logo-area-img {
        width: 230px;
    }

    .search-active {
        width: 100% !important;
    }

    .request-book {
        font-size: 13px;
    }
    .request-book-top-page {
        font-size: 13px;
    }
    
    
    .request-for-book form input {
        font-size: 12px;
        padding: 10px;
    }
    .share-link-box {
        font-size: 13px;
        width: 200px;
    }
    .social-icons a svg {
        height: 23px;
        width: 23px;
    }
    .social-icons a {
        margin: 0 7px;
    }
    .add-to-favorite span {
        font-size: 14px;
    }
    .related-book-img-link > img {
        height: 265px;
        width: 185px;
    }


}
@media (max-width:991px) {
    
   
    section.top-second-nav-section {
        margin-top: 40px;
    }
    form.top-second-nav-form {
        margin-bottom: 15px;
    }
    form.top-second-nav-form input {
        width: 70%;
    }
    
    .book-pic {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .book-img {
        height: auto;
    }
    .request-for-book-border {
        margin-bottom: 30px;
    }
    .request-book-title {
        padding: 5px 0;
    }
    .request-for-book form input {
        padding: 12px;
    }
    .request-for-book form button {
        padding: 9px;
    }
    .email-input {
        margin-top: 5px;
    }
    .releted-book-sigle-book-area {
        margin-bottom: 20px;
    }
    .another-books {
        padding: 50px 0 0 0 ;
    }




}




@media (max-width:767px) {
    .logo-area-link img.logo-area-img {
        width: 190px ;
        height: auto ;
    }
    section.top-second-nav-section {
        margin-top: 25px;
    }
    .add-to-favorite {
        display: inline-block;
        margin-top: 20px;
    }
    .share-to-friends {
        margin-top: 10px;
    }
    .comments-writen-date > svg {
        margin-right: 10px;
    }
    .like-and-reply-comment-area {
        align-items: end;
    }
    div.comment-writen-darkmode {
        font-size: 14px;
    }
    .darkmode-comment-reply{
        margin-right: 30px;
    }
    .comment-writer > strong {
        font-size: 13px;
    }
    .comments-writen-category-datebox {
        font-size: 13px;
    }
    .footer-down-nav ul li a {
        font-size: 13px;
    }
    .footer-down-nav ul {
        justify-content:space-around;
        margin-top: 10px;
    }
    .p-copy-rights {
        text-align: center;
    }
    .footer-ul li a {
        font-size: 14px;
    }
}

@media (max-width:535px) {
    .section-two-top-menu-li {
        margin: 0 10px;
    }
    .footer-ul li a {
        font-size: 13px;
    }
    .footer-ul li {
        margin: 0 4px;
    }

}
@media (max-width:450px) {
    .social-icons a svg {
        width: 20px;
        height: 20px;
    }
    .section-two-top-menu-ul {
        width: 100%;
        overflow: hidden;
    }
    .request-book svg {
        height: 19px;
        width: 19px;
    }
    .request-book-top-page {
        font-size: 12px;
    }
    .footer-ul li {
        margin: 0 2px;
    }
    .footer-ul li a {
        font-size: 12px;
    }
}