@charset "utf-8";
/* CSS Document */

/****** Fonts ******/
@import url(fonts.css);
/****** Fonts ******/

/******************** Global ********************/

html {
scroll-behavior: smooth;
}

*{padding:0; margin:0; box-sizing:border-box; font-family: 'Cambria', 'PlantagenetCherokee', 'Poppins', 'Roboto', 'Josefin Sans', sans-serif;}

body {
border: none;
outline: 0;
vertical-align: baseline;
text-decoration: none;
margin: 0;
padding: 0;
color:#000;
/*text-shadow: 0 0px 1px rgba(0,0,0,0.4);*/
-webkit-backface-visibility:hidden !important;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
background-color:#fff;
}

a { text-decoration:none !important; }
.fluid_container { margin:0px; padding:0px; float:left; width:100%; height:auto; }
.wrapper { margin:0 auto; padding:0px; padding-left:40px; padding-right:40px; width:100%; height:auto; }
#universal_row { margin:0px; padding:0px; } 
#universal_column { margin:0px; padding:0px; }
.universal_container { margin:0; padding:0px; float:left; width:100%; height:auto; }

.row.no-gutters {
margin-right: 0;
margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
padding-right: 0;
padding-left: 0;
}

/******************** Global ********************/

/****** Top Bar ******/

#top_bar_container {
padding-top:10px;
padding-bottom:0px;
height:auto;
background-color:#000;
}

#top_bar_content {
height:auto;
overflow:hidden;
}

#top_bar_content_table {
float:right;
}

#top_bar_track_order {
float:left;
width:auto;
height:30px;
font-size:14px;
color:#fff;
line-height:30px;
text-align:left;
text-indent:45px;
letter-spacing:1px;
background-image:url(../images/icon-track-order.png);
background-repeat:no-repeat;
background-position:left top;
}

#top_bar_track_order a {
font-size:14px;
color:#fff;
line-height:30px;
text-align:left;
text-indent:45px;
letter-spacing:1px;
}

#top_bar_track_order a:hover {
color:#e4c863;
text-decoration:underline !important;
}

#top_bar_register {
width:auto !important;
float:left !important;
height:30px;
font-size:14px;
color:#fff;
line-height:30px;
text-align:right !important;
letter-spacing:1px;
}

#top_bar_log_in {
width:auto !important;
float:left !important;
height:30px;
font-size:14px;
color:#fff;
line-height:30px;
text-align:right !important;
letter-spacing:1px;
}

#top_bar_log_in a, #top_bar_register a, #top_bar_track_order a {
font-size:14px;
color:#e4c863;
line-height:30px;
text-align:right !important;
letter-spacing:1px;
}

#top_bar_log_in a:hover, #top_bar_register a:hover {
color:#e4c863;
text-decoration:underline !important;
}

#top_bar_shopping_cart {
float:right;
width:auto;
height:30px;
font-size:14px;
color:#fff;
line-height:30px;
text-align:left;
text-indent:40px;
letter-spacing:1px;
background-image:url(../images/icon-cart.png);
background-repeat:no-repeat;
background-position:left top;
}

#top_bar_shopping_cart a {
font-size:14px;
color:#e4c863;
line-height:30px;
text-align:left;
text-indent:40px;
letter-spacing:1px;
}

#top_bar_shopping_cart a:hover {
color:#e4c863;
text-decoration:underline !important;
}

#emailid a
{
float:right;
width:auto;
height:30px;
font-size:14px;
color:#fff;
line-height:22px;
text-align:left;
text-indent:45px;
letter-spacing:1px;
margin:auto;
font-family:'SolaimanLipi';
}

#emailid a i{padding-right:10px; font-size:16px}
#emailid a:hover{color:#e4c863; font-size:14px;}

/****** Top Bar ******/

/****** Header ******/
#header_container {
height:auto;
background-color:#eee6c9;
background-image:url(../images/header_img.png);
background-repeat:no-repeat;
background-position:bottom right !important;
background-size: contain;
}

#logo {
margin-top:45px;
margin-bottom:45px;
margin-left:50px;
}

@media screen and (max-width: 576px){
#header_container {
background-image: none;
}

#logo {
margin-top:10px;
margin-bottom:10px;
}
}
/****** Header ******/

/****** Nav Bar ******/
#navbar_container {
height:auto;
background-color:#e90303;
}
/****** Nav Bar ******/

/****** Banner ******/
#banner_container {
height:auto;
}

#banner_container img {
height:100%;
max-height:400px !important;
width:100% !important;
}

.carousel-indicators li {
margin-bottom:5px;
width:10px;
height:10px;
border:2px solid #ccc;
opacity:.5;
transition:opacity .6s ease; 
border-radius:20px;
background-color:#fff;
}
/****** Banner ******/

/****** Search ******/
#search_container {
padding-top:25px;
padding-bottom:25px;
height:auto;
background-color:#006666;
}

#search_box select {
float:left;
width:100% !important;
height:50px;
border:none !important;
font-size:14px;
font-weight:600;
color:#666 !important;
text-align:justify;
text-indent:15px;
text-transform:capitalize;
background:rgba(255, 255, 255, 1);
background-image:url(../images/search-icon-01.jpg) !important;
background-repeat:no-repeat !important;
background-position:right top;
webkit-appearance:none;
-moz-appearance:none;
-ms-appearance:none;
appearance:none;
outline:0;
box-shadow:none;
border:0!important;
background-image: none;
flex: 1;
}

#search_box select:focus {
border:none !important;
outline:none !important;
}

#search_box_submit_btn {
margin-top:20px;
display:block;
height:50px;
font-size:15px;
color:#e90303;
text-align:center;
line-height:50px;
text-transform:uppercase;
background-color:#ccc;
}

#search_box_submit_btn a {
display:block;
padding-left:20px;
padding-right:20px;
height:50px;
font-size:15px;
font-weight:600;
color:#e90303;
text-align:center;
line-height:50px;
text-transform:uppercase;
background-color:#ccc;
border:3px solid #e90303;
}

#search_box_submit_btn a:hover {
color:#000;
border:3px solid #000;
}

#left_search_box {
float:left;
width:100%;
height:50px;
}

#left_search_box_btn {
display:block;
width:50px;
height:50px;
}

#left_search_box_content {
width:100% !important;
}

#left_search_box_content input {
float:right;
width:100% !important;
height:50px;
border:none !important;
font-size:13px;
font-weight:600;
color:#666 !important;
text-align:justify;
text-indent:10px;
text-transform:capitalize;
background:rgba(255, 255, 255, 1);
border:none !important;
}

#left_search_box_content input:focus {
border:none !important;
outline:none !important;
}

#left_search_box_content input::-webkit-input-placeholder {
color:#666 !important;
}
/****** Search ******/

/****** Book section heading ******/
.firstHeading .fa{color:#e90303; font-size:24px}

/****** Footer ******/
#footer_container {
padding-top:100px;
padding-bottom:100px;
height:auto;
overflow:hidden;
background-color:#14191f;
}

#footer_content {
height:auto;
font-size:15px;
color:#666;
text-align:left;
line-height:26px;
letter-spacing:1px;
overflow:hidden;
}

#footer_content_box {
padding-right:5px;
float:left;
height:auto;
overflow:hidden;
}

#footer_content_box_heading {
height:35px;
font-size:20px;
color:#fff;
text-align:left;
line-height:35px;
letter-spacing:1px;
text-indent:50px;
background-image:url(../images/footer/footer-content-box-heading-bg.png);
background-repeat:no-repeat;
background-position:left top;
overflow:hidden;
}

#footer_content_box_text {
margin-top:30px;
height:auto;
font-size:15px;
color:#fff;
text-align:left;
line-height:26px;
letter-spacing:1px;
overflow:hidden;
}

#footer_content_box_text a {
font-size:15px;
color:#fff;
text-align:left;
line-height:26px;
letter-spacing:1px;
}

#footer_content_box_text a:hover {
color:#e90303;
}

#footer_content_box_text_list {
float:left;
width:100%;
height:auto;
overflow:hidden;
list-style:circle !important;
}

#footer_content_box_text_list_text {
margin-left:-30px;
float:left;
width:99%;
height:auto;
overflow:hidden;
}

#footer_content_box_text_list_text a {
font-size:15px;
color:#fff;
text-align:left;
line-height:30px;
letter-spacing:1px;
list-style:circle !important;
}

#footer_content_box_text_list_text a:hover {
color:#e90303;
}
/****** Footer ******/

/****** Footer Logo ******/
#footer_logo_container {
padding-top:15px;
padding-bottom:15px;
width:100%;
height:auto;
overflow:hidden;
background-color:#fff;
}

#footer_logo_content img a {
text-decoration:none !important;
}

.container {
width:100%;
height:auto;
overflow: hidden;
}

.marquee {
position: absolute;
animation: scroll 5s linear infinite
}

@keyframes scroll {
0% {
left: 100%;
}

100% {
left: -50px;
}
}
/****** Footer Logo ******/

/****** Copyright ******/
#copyright_container {
padding-top:30px;
padding-bottom:30px;
height:auto;
background-color:#000;
}

#copyright_content {
font-size:16px;
font-weight:600;
color:#666;
text-align:center;
line-height:30px;
}

#copyright_content a{color:#B9B7B7}
#copyright_content a:hover{color:#e90303}
/****** Copyright ******/

/****** Body Container ******/
#body_container {
height:auto;
overflow:hidden;
}

#body_content {
height:auto;
min-height:500px;
overflow:hidden;
}
/****** Body Container ******/

/******************** Global ********************/

/******************** Index ********************/

/****** First Container ******/
#index_first_container {
margin-top:50px;
padding-bottom:30px;
height:auto;
overflow:hidden;
background-color:#f5f5f5;
border-bottom:2px solid #666;
}

#index_first_heading_container {
float:left;
padding-bottom:15px;
width:100%;
height:auto;
overflow:hidden;
border-bottom:2px solid #cecece;
}

#index_first_heading {
float:left;
width:100%;
height:40px;
font-size:25px;
color:#666;
text-align:justify;
line-height:40px;
text-transform:capitalize;
overflow:hidden;
background-image:url(../images/index-top-container-heading-bg.jpg);
background-repeat:no-repeat;
background-position:top left;
font-family:'Cambria', 'PlantagenetCherokee';
}

#index_first_container_view_all_button {
float:right;
width:130px;
height:40px;
font-size:15px;
color:#fff;
text-align:center;
line-height:40px;
background-color:#e90303;
}

#index_first_container_view_all_button a {
display:block;
width:130px;
height:40px;
font-size:15px;
color:#fff;
text-align:center;
line-height:40px;
background-color:#e90303;
}

#index_first_container_view_all_button:hover {
color:#fff;
background-color:#000;
}

#index_first_heading_content {
margin-top:50px;
float:left;
width:100%;
height:auto;
overflow:hidden;
}
/****** First Container ******/

/****** Image Carousel ******/
#index_image_carousel_slider_container {
padding-top:50px;
padding-bottom:50px;
height:auto;
overflow:hidden;
background-color:#f9f9f9;
}

#index_image_carousel_slider_content {
margin-left:5%;
width:90%;
height:auto;
text-align:center !important;
overflow:hidden;
}

#index_image_carousel_slider_heading {
padding-bottom:20px;
width:100%;
height:auto;
overflow:hidden;
font-size:26px;
color:#006666;
text-align:center;
letter-spacing:1px;
border-bottom:2px solid #cecece;
font-family:'Cambria', 'PlantagenetCherokee';
}

#index_image_carousel_slider_content_container {
margin-top:40px;
width:100%;
height:auto;
overflow:hidden;
}
/****** Image Carousel ******/

/****** Image Slider ******/
#index_body_image_slider_container {
padding-top:50px;
padding-bottom:50px;
height:auto;
overflow:hidden;
background-color:#fff;
border-top:2px solid #666;
}

#index_body_image_slider_content {
margin-left:5%;
width:90%;
height:auto !important;
overflow:hidden;
}

#index_body_image_slider_container img {
width:100% !important;
height:350px !important;
overflow:hidden;
}
/****** Image Slider ******/

/****** Book Carousal ******/
.screen_wrap{width:900px;margin:50px auto 0;position:relative}@media only screen and (max-width: 768px){.swiper-button-prev{left:-4%;background-image:none !important}.swiper-button-next{right:3%;background-image:none !important}.screen_wrap{width:80%;margin:50px auto 0;position:relative}}@media only screen and (max-width: 360px){.swiper-button-prev{left:-7%;background-image:none !important}.swiper-button-next{right:8%;background-image:none !important}.screen_wrap{width:80%;margin:50px auto 0;position:relative}.swiper-slide{text-align:center}}@media only screen and (max-width: 320px){.swiper-button-prev{left:-7%;background-image:none !important}.swiper-button-next{right:19%;background-image:none !important}}.screen_wrap .swiper-container{padding-bottom:60px}.screen_wrap .swiper-pagination-bullets{width:100%;display:block;text-align:center;margin-top:10px}.screen_wrap .swiper-pagination-bullets .swiper-pagination-bullet{width:8px;height:8px;background-color:#898989;opacity:1;margin:0 3px;transition:all 0.5s ease-in-out}.screen_wrap .swiper-pagination-bullets .swiper-pagination-bullet-active{background-color:#ccc;-webkit-transform:scale(1.8);-ms-transform:scale(1.8);-o-transform:scale(1.8);transform:scale(1.8);transition:all 0.5s ease-in-out}

.share-book a{color:#32354B; padding-right:10px}
.share-book a:hover{color:#006666}
.readmore a{background-color:#e90303; color:#FFFFFF; padding:10px; font-size:15px;}
.readmore a:hover{background-color:#52535E; color:#FFFFFF}
/****** Book Carousal ******/

/****** Testimonials ******/
#index_testimonials_container {
padding-top:70px;
padding-bottom:70px;
height:auto;
overflow:hidden;
background-color:#f0f0f0;
border-top:2px solid #666;
border-bottom:2px solid #666;
}

#index_testimonials_heading {
width:100%;
height:auto;
overflow:hidden;
font-size:26px;
color:#000;
text-align:center;
letter-spacing:1px;
font-family:'Cambria', 'PlantagenetCherokee';
}

#index_testimonials_content_container {
margin-top:40px;
margin-left:5%;
width:90%;
height:auto;
overflow:hidden;
}

#index_testimonials_content {
padding:30px;
width:100%;
height:auto;
overflow:hidden;
}

#index_testimonials_pic {
width:100%;
height:140px;
overflow:hidden;
}

#index_testimonials_pic img {
margin:0 auto !important;
}

#index_testimonials_ratings {
margin-top:15px;
width:100%;
height:auto;
overflow:hidden;
}

#index_testimonials_ratings img {
margin:0 auto !important;
}

#index_testimonials_text {
margin-top:30px;
width:100%;
height:90px;
overflow:hidden;
font-size:16px;
color:#666;
text-align:center;
line-height:30px;
letter-spacing:1px;
text-shadow: 0 0px 1px rgba(0,0,0,0.1);
}

#index_testimonials_read_more {
margin-top:20px;
width:100%;
height:auto;
font-size:16px;
color:#0478cf;
text-align:center;
letter-spacing:1px;
text-shadow: 0 0px 1px rgba(0,0,0,0.2);
}

#index_testimonials_read_more a {
display:block;
font-size:16px;
color:#0478cf;
text-align:center;
letter-spacing:1px;
text-shadow: 0 0px 1px rgba(0,0,0,0.2);
}

#index_testimonials_read_more a:hover {
color:#000;
}

#index_testimonials_customer_name {
margin-top:30px;
width:100%;
height:auto;
font-size:17px;
color:#000;
text-align:center;
letter-spacing:1px;
text-shadow: 0 0px 1px rgba(0,0,0,0.2);
}

#index_testimonials_customer_post {
padding-top:5px;
font-size:16px;
color:#9f9f9f;
text-align:center;
letter-spacing:1px;
text-shadow: 0 0px 1px rgba(0,0,0,0.2);
}
/****** Testimonials ******/

/****** Bottom Ad ******/
#index_bottom_ad_container {
padding-top:40px;
padding-bottom:40px;
height:auto;
overflow:hidden;
background-color:#fff;
}

#index_bottom_ad_content {
margin-left:5%;
width:90%;
}

#index_bottom_ad_content img {
height:220px !important;
}

#index_bottom_ad_content img a {
text-decoration:none !important;
}
/****** Bottom Ad ******/

/****** Newsletter ******/
#index_newsletter_container {
height:190px;
overflow:hidden;
background-color:#d2b54d;
background-image:url(../images/img-cellphone.png);
background-repeat:no-repeat;
background-position:left top;
}

#index_newsletter_content_container {
padding-top:80px;
font-size:16px;
color:#790000;
text-align:justify;
text-transform:capitalize;
text-shadow: 0 0px 1px rgba(0,0,0,0.6);
}

#index_newsletter_content input {
float:right;
width:95% !important;
height:50px;
border:none !important;
font-size:15px;
color:#666 !important;
text-align:justify;
text-indent:10px;
text-transform:capitalize;
text-shadow: 0 0px 1px rgba(0,0,0,0.6);
background:rgba(255, 255, 255, 1);
border:none !important;
}

#index_newsletter_content input:focus {
border:none !important;
outline:none !important;
}

#index_newsletter_content input::-webkit-input-placeholder {
color:#666 !important;
}

#index_newsletter_submit_button {
float:left;
width:140px;
height:50px;
font-size:15px;
color:#fff;
text-align:center;
line-height:50px;
background-color:#790000;
}

#index_newsletter_submit_button a {
display:block;
width:140px;
height:50px;
font-size:15px;
color:#fff;
text-align:center;
line-height:50px;
background-color:#790000;
}

#index_newsletter_submit_button:hover {
color:#fff;
background-color:#000;
}
/****** Newsletter ******/

/******************** Index ********************/

/****** Products ******/
#products_container {
float:left;
padding:0px !important;
margin:0px !important;
margin-bottom:30px !important;
width:100%;
height:auto;
overflow:hidden;
background-color:#f5f5f5;
}

#products_pic_tag {
margin-top:50px;
right:0px !important;
width:60px;
height:60px;
font-size:10px;
color:#fff;
text-align:center;
line-height:12px;
text-transform:uppercase;
background-image:url(../images/product-tag-bg.png);
background-repeat:no-repeat;
background-position:left top;
position:absolute;
z-index:100 !important;
}

#products_pic {
margin:0 auto !important;
margin:0 !important;
padding:0px !important;
width:100% !important;
/*height:280px !important;*/
overflow:hidden !important;
position:relative;
z-index:10 !important;
}

#products_pic img {
margin:0 !important;
padding:0px !important;
height:auto !important;
vertical-align:baseline !important;
text-align:center !important;
background-color:#f5f5f5; 
}

#products_container_title {
margin-top:8px;
float:left;
width:100%;
height:100px;
font-size:17px;
color:#000;
text-align:center;
line-height:25px;
overflow:hidden;
}

#products_container_title td{
vertical-align:top !important}

#products_container_author {
float:left;
margin-top:8px;
padding-top:10px;
width:100%;
height:40px;
font-size:16px; 
color:#7a7a7a;
text-align:center;
line-height:28px;
text-transform:capitalize;
overflow:hidden;
border-top:2px solid #cecece;
}

#products_container_ratings {
float:left;
margin-top:5px;
width:100%;
height:25px;
overflow:hidden;
}

#products_container_price {
float:left;
margin-top:5px;
width:100%;
height:auto;
overflow:hidden;
}

#products_container_new_price {
float:left;
margin-right:9%;
padding-right:5px;
width:45%;
height:40px;
font-size:18px;
color:#e90202;
text-align:right;
line-height:30px;
text-transform:capitalize;
overflow:hidden;
}

#products_container_old_price {
float:left;
padding-left:5px;
width:45%;
height:40px;
font-size:18px;
color:#666;
text-align:left;
line-height:30px;
text-transform:capitalize;
text-decoration:line-through;
overflow:hidden;
}

#products_container_discount {
float:none;
margin-top:5px;
margin:0 auto !important;
width:70%;
height:30px;
font-size:14px;
color:#fff;
text-align:center;
line-height:30px;
text-transform:capitalize;
overflow:hidden;
background-color:#f00;
border-radius:10px;
}

#products_container_buttons_container {
float:left;
margin-top:10px;
width:100%;
/*height:160px;*/
overflow:hidden;
padding-bottom:50px;
}

#products_container_view_details_button {
float:left;
margin-left:10%;
width:80%;
height:35px;
font-size:14px;
color:#e90303;
text-align:center;
line-height:38px;
text-transform:uppercase;
background-color:#fff;
border:1px solid #e90303;
}

#products_container_view_details_button a {
display:block;
font-size:14px;
color:#e90303;
text-align:center;
line-height:38px;
text-transform:uppercase;
background-color:#fff;
border:1px solid #e90303;
}

#products_container_view_details_button:hover {
color:#fff;
background-color:#e90303;
}

#products_container_view_ebook_button {
float:left;
margin-top:5px;
margin-left:10%;
width:80%;
height:35px;
font-size:14px;
color:#5a5a5a;
text-align:center;
line-height:38px;
text-transform:uppercase;
background-color:#fff;
border:1px solid #5a5a5a;
}

#products_container_view_ebook_button a {
display:block;
font-size:14px;
color:#5a5a5a;
text-align:center;
line-height:38px;
text-transform:uppercase;
background-color:#fff;
border:1px solid #5a5a5a;
}

#products_container_view_ebook_button:hover {
color:#fff;
background-color:#5a5a5a;
}

#products_container_view_emagazine_button {
float:left;
margin-top:5px;
margin-left:10%;
width:80%;
height:35px;
font-size:14px;
color:#006666;
text-align:center;
line-height:38px;
text-transform:uppercase;
background-color:#fff;
border:1px solid #006666;
}

#products_container_view_emagazine_button a {
display:block;
font-size:14px;
color:#006666;
text-align:center;
line-height:38px;
text-transform:uppercase;
background-color:#fff;
border:1px solid #006666;
}

#products_container_view_emagazine_button:hover {
color:#fff;
background-color:#006666;
}

#products_container_buy_now_button {
float:left;
margin-top:5px;
margin-left:10%;
width:80%;
height:35px;
font-size:14px;
color:#000;
text-align:center;
line-height:38px;
text-transform:uppercase;
background-color:#fff;
border:1px solid #000;
}

#products_container_buy_now_button a {
display:block;
font-size:14px;
color:#000;
text-align:center;
line-height:38px;
text-transform:uppercase;
background-color:#fff;
}

#products_container_buy_now_button:hover {
color:#fff;
background-color:#000;
}
/****** Products ******/

/****** Star Rating ******/
.rating { 
border: none;
margin:0px;
margin-bottom: 8px;
}

.rating > input { display: none; } 
.rating.star > label {
color: #ddd;
margin: 10px 6px 0px 0px;
float: right;
background-color: #ffffff;
/*border-radius: 0;
height: 48px;
width: 44px;
border: 1px solid #ffffff;*/
}

fieldset.rating.star > label:before { 
margin-top: 0;
padding: 0px;
font-size: 20px;
font-family: FontAwesome;
display: inline-block;
content: "\2605";
position: relative;
top: -9px;
}

.rating > label:before {
margin-top: 2px;
padding: 5px 12px;
font-size: 1.25em;
font-family: FontAwesome;
display: inline-block;
content: "";
}

.rating > .half:before { 
content: "\f089";
position: absolute;
}

.rating.star > label{
background-color: transparent !important;
}

.rating > label { 
border-radius: 2px;
height: 16px;
float: right;
width: 16px;
background-color: #ddd; 
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { 
background-color:#ffca00!important;
cursor:pointer;
}

/* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { 
background-color:#ffca00!important;
cursor:pointer;
} 

.rating.star:not(:checked) > label:hover, /* hover current star */
.rating.star:not(:checked) > label:hover ~ label { 
color:#ffca00!important;
background-color: transparent !important;
cursor:pointer;
}

/* hover previous stars in list */
.rating.star > input:checked + label:hover, /* hover current star when changing rating.star */
.rating.star > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating.star > input:checked ~ label:hover ~ label { 
color:#ffca00!important;
cursor:pointer;
background-color: transparent !important;
} 

.star_rating{
width: 116px;
margin:auto;
}

/*.star_rating h2 {
font-size: 27px;
text-transform: uppercase;
}

.star_rating p {
font-size: 17px;
color: #78e2fb;
clear: both;
margin-bottom: 3px;
}

.star_rating h4 {
font-size: 17px;
color: #78e2fb;
clear: both;
margin-bottom: 3px;
border-top: 2px solid red;
padding-top: 16px;
text-align: center;
}*/

@media screen and (max-width: 576px){
/*.star_rating {
width: 208px;
}

.rating.star {
margin: 0 auto;
display: block;
text-align: center;
float: none;
}*/

.rating.star > label {
color: #ddd;
margin: 10px 6px 0px 0px;
float: right;
background-color: #ffffff;}

#products_pic_tag{
right:40px !important;
}
}

@media screen and (max-width: 768px){
/*.star_rating {
width: 230px;
}*/
}
/****** Star Rating ******/

/****** Book Details ******/
.product_view .modal-dialog{max-width: 1000px; width: 100%;}
/*.pre-cost{text-decoration: line-through; color: #a5a5a5; z-index:5}*/
.space-ten{padding: 10px 0;}
.modal-header{justify-content: space-between; font-family:'Cambria' , 'PlantagenetCherokee';}
.product_content p{line-height:22px; text-align:justify; color:#9A9A9A}
.btn-ground a{background-color: #e90303; color:#ffffff; margin-bottom:40px}
.btn-ground a:hover{background-color:#000000; color:#FFFFFF;}
.product_img{width:100%; text-align:center}
.product_content h6{margin-bottom:20px}
.product_content h6 .bold{font-weight: 700; font-size:20px;}

.product_content h6 .bold2{font-weight: 700;}

/****** About Us ******/
#about_first_container {
margin-top:50px;
padding-bottom:50px;
height:auto;
overflow:hidden;
background-color:#f5f5f5;
/*border-bottom:2px solid #666;*/
}

#about_first_heading_container {
float:left;
padding-bottom:15px;
width:100%;
height:auto;
overflow:hidden;
}

#about_first_heading {
width:600px;
font-size:40px;
color:#e90303;
text-align:center;
line-height:40px;
overflow:hidden;
font-family:'Cambria', 'PlantagenetCherokee';
position:relative;
padding:20px 0;
margin:0 auto;
}

#about_first_heading::after{
position:absolute;
content:"";
height:3px;
background-color:#A7A7A7;
margin:0 auto;
display:block;
width:60%;
right:0%;
left:0%;
bottom:0;
transition:all 0.5s;
}

.aboutBody{padding-top:30px; box-sizing:border-box}
.aboutBody p{font-size:18px; text-align:justify; font-family:'Cambria', 'PlantagenetCherokee'}

@media screen and (max-width: 540px){
#about_first_heading{
font-size:34px
}
}

/****** Contact ******/
.aboutBody #footer_content_box_text {
margin-top:30px;
height:auto;
font-size:20px;
color:#000;
text-align:left;
line-height:26px;
letter-spacing:1px;
overflow:hidden;
padding-bottom:15px;
font-family:'Cambria', 'PlantagenetCherokee';
}

.aboutBody #footer_content_box_text a {
font-size:18px;
color:#393939;
text-align:left;
line-height:26px;
letter-spacing:1px;
}

.aboutBody #footer_content_box_text a:hover {
color:#e90303;
}

/****** Opinion ******/
.opinion-form{}
.aboutBody .opinion-form label{margin: 30px 0 15px 0; font-size:24px}
.aboutBody .opinion-form .form-control{border:1px solid #d2b54d; font-size: 20px; border-radius: 0; height: auto; padding: 15px 20px}
.aboutBody .opinion-form .btn-warning{color:#fff; padding-left: 30px; padding-right: 30px; border-radius: 0; margin:30px 5px 0 }
.aboutBody .opinion-form .btn-danger{color:#FFFFFF; background-color:#e90303; padding-left: 30px; padding-right: 30px; border:none; border-radius:0; margin:30px 5px 0}
.aboutBody .opinion-form .btn-danger:hover{color:#FFFFFF; background-color:#52535E}

/****** book-catalogues ******/
.aboutBody .book p i{color:#e90303; font-size:19px}
.aboutBody .book a{color:#000000; font-size:18px; font-weight:bold}
.aboutBody .book a:hover{color:#e90303; font-size:18px}

/****** writer-intro ******/
.aboutBody .line{border-bottom:1px dashed #A7A7A7; margin-bottom:30px}
.aboutBody .authorImg{width:100%; max-width:500px; height:auto; padding-bottom:20px}
.aboutBody .authorImg img{width:100%; border:1px solid #e90303}
.aboutBody .authorDetails h3{color:#e90303; font-family:'Josefin Sans', 'Cambria', 'PlantagenetCherokee', sans-serif;}
.aboutBody .authorDetails h6{color:#494949; font-family:'Roboto', 'Cambria', 'PlantagenetCherokee', sans-serif;}
.aboutBody .authorDetails p{color:#000000; font-size:18px; text-align:justify; font-family:'Roboto', 'Cambria', 'PlantagenetCherokee', sans-serif; padding-bottom:20px}

@media screen and (max-width: 540px) {
.aboutBody .authorImg img{width:60%; border:1px solid #e90303}
.aboutBody .authorImg{text-align:center}
.aboutBody .authorDetails h3{color:#e90303; font-family:'Josefin Sans', 'Cambria', 'PlantagenetCherokee', sans-serif; text-align:center; font-size:24px}
.aboutBody .authorDetails h6{color:#494949; font-family:'Roboto', 'Cambria', 'PlantagenetCherokee', sans-serif; text-align:center; font-size:16px}
}

/****** Testimonial ******/
.aboutBody .testimonialImg{width:100%; max-width:500px; height:auto; padding-bottom:20px}
.aboutBody .testimonialImg img{width:100%; border:1px solid #e90303; border-radius:50%}

@media screen and (max-width:540px){
.aboutBody .testimonialImg img{width:40%; border:1px solid #e90303; border-radius:50%}
.aboutBody .testimonialImg{text-align:center}
}

/****** merchandise-and-other ******/
.aboutBody .merchandise{background-color:#FFFFFF; border-radius:20px; padding:20px; height:auto}
.aboutBody .merchandise p{font-size:26px; color:#000; font-weight:bold;}
.aboutBody .merchandise p i{font-size:22px; color:#e90303; padding-right:15px}
.aboutBody .merchandise img{width:100%; border-radius:50%; border:1px solid #e90303}
.aboutBody .merchandise a{font-size:22px; color:#3F3F3F;}
.aboutBody .merchandise a:hover{color:#e90303;}
.breadcrumb{/*background-color:#D1D1D1;*/ padding:10px}
.breadcrumb .breadcrumb-item{color:#000000; font-size:15px}
.breadcrumb .breadcrumb-item a{color:#e90303}
.breadcrumb .breadcrumb-item a:hover{color:#5B5B5B}
.dropdown .btn{width:250px;}
.dropdown .dropdown-toggle::after{margin-left:1.025rem}

@media screen and (max-width: 540px){
.aboutBody .merchandise img{width:90%; border-radius:50%; border:1px solid #e90303; margin-bottom:10px}
.aboutBody .merchandise {text-align:left; margin-bottom:20px}
}

/****** Coffee Mug ******/
#products_pic_tag1 {
margin-top:0;
right:0px !important;
width:45px;
height:45px;
font-size:12px;
color:#fff;
text-align:center;
line-height:12px;
text-transform:uppercase;
background-color: #e90303;
border-radius:50%;
background-position:left top;
position:absolute;
z-index:100 !important;
}

#products_container_title1 a {
margin-top:8px;
float:left;
width:100%;
height:auto;
font-size:17px;
color:#000;
text-align:center;
line-height:25px;
overflow:hidden;
}

#products_container_title1 a:hover{color:#e90303}

.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus{box-shadow:none !important}
.custom-select{width:250px; box-shadow:none !important; height:35px;}

/****** Scroll to Top ******/
.scroll_To_Top{color: #ff0000;text-decoration:none; position:fixed;padding:10px; text-align:center; bottom:14px;right:10px;display:none; z-index:100 !important}
.scroll_To_Top:hover{color: #ffffff;text-decoration: none;}
.scroll_To_Top i{color: #ffffff;font-size: 20px;border: 1px solid #e90303;border-radius: 5px;width: 30px;height: 30px;line-height: 28px;display: block;text-align: center;background: #e90303; padding:0 !important}