/*General style*/
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.bag-orange{background-color: #2dc20a;color: #FFF}
img{max-width: 100%}
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Roboto",Helvetica,Arial,sans-serif,SolaimanLipi;
    font-size: 16px;
}
body a:hover{  text-decoration: none;}
a, h1, h2, h3, h5, h6, p{font-family: "Roboto", SolaimanLipi}
.no-border-radius{border-radius: 0px}
.no-padding-container{padding-left: 0 !important;padding-right:0  !important}
/*
Primary Color: #2dc20a
Primary Color: #000000
*/

/*Simple animation*/

/*simple animation*/
.navbar.top-nav .navbar-nav .nav-link, .blo-box .blog-overflow-content, .blog-overflow-content p, .single-products .book-block-footer, .single-products img, .footer-social li a, .footer_menus ul li a, .blog-squre .post-info, .blog-squre img, .single_service_category, .single_profile, .header_top_nav .navbar #first_nav .nav-item .nav-link, .floating_button_menu li, .floating_button_menu.active li, .floating_button_menu.in_active li{-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;}



/*This style  for header section*/
.header_top {
	background: #f7f8fa;
	color: #444;
	border-bottom: 1px solid #e2e8f0;
}
.top_contact_menu{padding: 0;list-style: none;margin:0}
.top_contact_menu li{display: inline-block;margin-right: 5px}
.top_contact_menu li a{color: #444;text-decoration: none;font-size: 14px}
.top_contact_menu li a span{color: #2dc20a;}
.top_contact_menu li a:hover{color: #2dc20a}

.top_social_menu{padding: 0;list-style: none;margin:0}
.top_social_menu li{display: inline-block;margin-right: 10px}
.top_social_menu li a{color: #444;text-decoration: none}
.top_social_menu li a:hover{color: #2dc20a}



/*This style for menu*/


.navbar.to-section-nav .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}



.navbar.top-nav{border-bottom: 1px solid #DDD;}

.navbar.top-nav .navbar-nav{margin-left: auto}
.navbar.top-nav .navbar-brand span{color: #2dc20a}
.navbar.top-nav .navbar-nav .nav-link{ 
color: #000;font-weight: 400}
.navbar.top-nav .navbar-nav .nav-link:focus, .navbar.top-nav .navbar-nav .nav-link:hover, .navbar.top-nav .navbar-nav .active > .nav-link{
    color: #2dc20a;
    border-color: #2dc20a;
}


.top-nav-brand{
    margin-top: -5px;
    margin-bottom: -5px;
}
.top-nav-brand img{
    max-height: 53px;
}


.header_top_nav .navbar.bg-dark{ background-color: #1a202c !important }
.header_top_nav .navbar #first_nav .nav-item { }
.header_top_nav .navbar #first_nav .nav-item .nav-link {
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
}

.header_top_nav .navbar #first_nav .nav-item .nav-link:hover {
	background: #2dc20a;
	border-radius: 5px;
}


/*Left Menu design style*/
.left_menu{}
.left_menu .list-group-item.left_cat_list_heading {
	background: #2dc20a;
	color: #FFF;
	padding: 0px;
    border: none;
}
.left_menu .list-group-item.left_cat_list_heading a {
	color: #FFF;
	display: block;
	font-size: 22px;
	padding: 7px 15px;
}
.left_menu ul{}
.left_menu ul li {
	padding: 0px;
	background: #fff;
	border-color: #828282;
	position: relative;
}
.left_menu ul li a {
	padding: 8px 15px;
	display: block;
	color: #fff;
	background: #2d3036;
	font-weight: 300;
}
.left_menu ul li a:hover {
	background: #2dc20a;
}
.left_menu ul li:hover{
	background: #edf2f7;
}
.left_menu ul li:hover ul.sub_menu{
	display: block;
}
.left_menu ul li:first-child {
	border-radius: 0;
}


/*left menu sub menu*/
.left_menu ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 200px;
	width: 250px;
	z-index: 2;
    border: 1px solid #DDD;
    display: none;
    top: 0;
}
.left_menu ul li ul li {
	border-bottom: 1px solid #DDD;
}
.left_menu ul li ul li:last-child {
	border-bottom: 0;
}
.left_menu ul li ul li a{}
.left_menu ul li ul li ul{list-style: none;margin: 0;padding: 0;display: none}

.left_menu ul li ul li:hover ul.third_menu{display: block}
.left_menu ul li ul li ul li{}
.left_menu ul li ul li ul li a{}




/*This style for slider section*/
.slider_section{position: relative}
.item h4{min-height: 500px;background:red}
.slider_section{}
.slider_section .owl-carousel{}
.slider_section .owl-carousel .item{position: relative}
.slider_section .owl-carousel .caption {
	position: absolute;
	top: 0;
	color: #FFF;
	padding-top: 5%;
	padding-bottom: 5%;
	left: 0;
	right: 0;
	bottom: 0;
	/* top: 0; */
	background: #00000070;
	margin: 0px;
}
.slider_section .owl-carousel .caption h3 {
	color: #ffec00;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 18px;
}
.slider_section .owl-carousel .caption h1{}
.slider_section .owl-carousel .caption p{}
.owl-theme .owl-dots .owl-dot span {
	width: 40px;
	height: 4px;
	border-radius: 0px;
}
.slider_section .owl-theme .owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.slider_section #slider-carousel.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    left: 0;
    color: #2dc20a;
    font-size: 50px;
    height: 100%;
    margin: 0;
    padding: 41px !important;
    border-radius: 0px;
    outline : none;
}
.slider_section #slider-carousel.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    right: 0;
    color: #2dc20a;
    font-size: 50px;
    height: 100%;
    margin: 0;
    padding: 41px !important;
    border-radius: 0px;
    outline : none;
}

.slider_section .owl-theme .owl-nav [class*="owl-"]:hover{background-color: #2dc20a4f}
.slider_section #slider-carousel .owl-carousel .owl-item img{min-height: 300px}

.btn.btn-yellow{background-color: #2dc20a;border-color: #FFF;border-radius: 0;}
.btn.btn-yellow:hover{background-color: #2dc20a;border-color: #2dc20a;border-radius: 0;color: #000}


/*Ad slider*/
.slider_section .slide_advertising.owl-carousel .owl-nav{
}


.category_title {
	position: relative;
	min-height: 36px;
	margin-bottom: 0px;
}
.category_title a {
	display: block;
	color: #212529;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 2;
}
.category_title span {
	background: #FFF;
	display: inline-block;
	overflow: hidden;
	padding: 0px 15px;
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
	/* color: #2dc20a; */
}

.category_title a.left-title {
    left: 0;
    text-align: left;
}
.category_title a.left-title span{
    padding-left: 0;
}


.category_title::after {
	/* width: 100%; */
	height: 6px;
	border-top: 2px solid #c2c2c2;
	border-bottom: 2px solid #c2c2c2;
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -5px;
    
}


.blo-box {
	position: relative;
	border-bottom: 1px solid #DDD;
}
.blo-box img{width: 100%}
.blo-box .blog-overflow-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #FFF;
	padding: 5px 20px;
	overflow: hidden;
	height: 60px;
    opacity: 0.8;
}
.blo-box .blog-overflow-content h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
    display: block;
    overflow: hidden;
    height: 53px;
}
.blo-box .blog-overflow-content p {
	margin: 0;
	display: block;
	overflow: hidden;
	height: 44px;
	font-size: 14px;
	margin-bottom: 5px;
    width: 0px;
}
.blo-box .blog-overflow-content h1 a{color: #212529;}

.blo-box:hover .blog-overflow-content {height: 150px; opacity:1}
.blo-box:hover .blog-overflow-content p{width: 100%}
.blo-box:hover img{opacity: 0.8}


.blog-squre{width: 100%;height: 100%;position: relative;overflow: hidden;box-sizing: border-box;}
.blog-squre img{width: 100%; transform: scale(1.2);}
.blog-squre .post-info {
	color: #FFF;
	visibility: visible;
	opacity: 1;
	text-shadow: none;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-flow: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background: rgba(23,23,23,0.6);
}
.blog-squre .post-info .post-title{width: 100%}
.blog-squre .post-info .btn-date{color: #FFF}
.blog-squre .post-info h1{color: #FFF;font-size: 25px}
.blog-squre .post-info h1 a{color: #FFF}

.blog-squre:hover img{transform: scale(1);}
.blog-squre:hover .post-info{opacity: 0;}
.blog-squre .pos-link{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%}






.books_section {background: #eee}
.books_section .category_title span{background: #eee}
.single-products{ text-align: center;overflow: hidden;border: 1px solid #DDD; padding-bottom: 10px}
.single-products img{width:100%;padding: 15px 10px;}
.single-products .book-block-footer {
	border-top: 1px solid #DDD;
	padding-bottom: 15px;
	top: 0;
	bottom: 0;
	padding: 5px;
	background: #FFF;
    left: 100%;
    width: 100%;
}
.single-products .book-block-footer h1 {
	font-size: 16px;
	padding-top: 15px;
	margin-bottom: 5px;
	font-weight: 400;
}
.single-products .book-block-footer h1 a {
	text-decoration: none;
	height: 40px;
	-webkit-line-clamp: 2;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	letter-spacing: 0;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.single-products .book-block-footer p {
	margin-bottom: 3px;
	color: #666;
    font-size: 14px;
}
.single-products .book-block-footer .button-block {
	display: block;
    overflow: hidden;
    padding-top: 10px;
    
}
.pricing{display: block;overflow: hidden;width: 100%}





/*Style for footer*/
footer{color: #212529}
.footer_top{background: #cecece;}
.footer-brand{color: #212529; font-size: 20px}
.footer-brand:hover{color: #212529; }
.footer-social{margin: 0;padding: 0;list-style: none;display: inline-block;}


.footer-social li{float: left;}
.footer-social li a {
	color: #848484;
	display: block;
	text-decoration: none;
	font-size: 20px;
	background: #DDD;
	padding: 5px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
}
.footer-social li a:hover{background:  #2dc20a; color: #FFF}

.footer-brand span{color: #2dc20a}
.footer_middle{background: #cecece;}
.footer_bottom{background: #cecece;}

.footer_menus{}
.footer_menus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_menus ul li{}
.footer_menus ul li a{
    color: #cdcdcd;
	display: block;
	text-decoration: none;
	font-size: 18px;
}
.footer_menus ul li a:hover{
    color: #2dc20a
}

.developed-by a{color: #212529}
.developed-by a:hover{color: #212529}



/*This style for category apge*/
.category_header {
	position: relative;
	min-height: 100px;
	background: #022d4d;
}
.category_header img{ width: 100%;background-color: #000;height: 300px }
.cat_caption{width: 100%;position: absolute;display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-flow: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    padding: 10px;
    background-color: #0000000f;
}
.cat_caption h1 {
	color: #FFF;
	font-size: 25px;
}

.cat_caption .breadcrumb {
	background: none;
	display: block;
	width: 100%;
	overflow: hidden;
    margin-bottom: 0;
}
.cat_caption .breadcrumb .breadcrumb-item {
	display: inline-block;
}
.cat_caption .breadcrumb .breadcrumb-item a {
	color: #ffec00 ;
}
.cat_caption .date {
	margin: 0;
	color: #6F6F6F;
	font-size: 14px;
}


/*Single book section design*/
.single_book_section{
}

.book_left_bar{position: relative;}


.left-box-content{
    z-index: 8;
}
.left-box-content h1{
    font-size: 30px;
    margin-top: 15px;
}
.left-box-content h1 a{
    text-decoration: none;
    color: #FFF;
    display: block;
}
.left-box-content p {
    margin-bottom: 5px;
}

.single-products .book-block-footer p.price-tag {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: red;
    padding: 0px 7px;
}

.single-products .book-block-footer p.price-tag.overright {
	color: #888;
	text-decoration: #000 line-through;
}

.single-products .book-block-footer p.rattings .fa {
	color: orange;
}
.single-products .book-block-footer p.rattings .fas {
	color: #888;
}

.single-products:hover img{transform: scale(1.1);}


#product-carosel  .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 50px;
    height: 100%;
    margin: 0;
    border-radius: 0px;
    outline : none;
}
#product-carosel .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 50px;
    height: 100%;
    margin: 0;
    border-radius: 0px;
    outline : none;
}
#product-carosel .owl-nav button span {
	background: #0000006e;
	color: #FFF;
	padding: 5px 15px;
}
#product-carosel  .owl-nav [class*="owl-"]:hover{background:none}
#product-carosel  .owl-nav [class*="owl-"]:hover button span{background:#000}

.gray_section, .gray_section .category_title span{background: #eee;}



.left-box-content .button-block{margin-top: 15px}
.btn.btn-yellow.background-transparent{background-color: transparent;margin-right: 10px;}



.contact_contant{border: 1px solid #DDD; border-radius: 10px;display: block;overflow: hidden}




/*Contact Page Design*/
.contact_us_page{background: #DDD}
.contact_contant{background: #FFF}
.page_heading{position: relative}
.page_heading .page_caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #FFF;
	background: #000000ad;
	bottom: 0;
	padding-top: 8%;
}
.page_heading .page_caption h1{
	text-transform: uppercase;
    font-weight: 300;
}
.custom_group_icon{
    padding: 2px 10px;
    font-size: 30px;
    background: #2dc20a;
    color: #FFF;
    border: none;
}

.mobile_nav{margin: 0;padding: 0;list-style: none;}
.mobile_nav li{display: inline-block;}
.mobile_nav li a {
	color: #000;
	padding: 10px 5px;
}
.mobile_nav li:first-child a{padding-left: 15px}

.profile_picture {
	position: absolute;
	z-index: 2;
	width: 100px;
	height: 100px;
	background: #DDD;
	border-radius: 5px;
	border: 1px solid #000;
	left: 5%;
	bottom: -10%;
    overflow: hidden;
}
.profile_picture img{}





/*This style for footer section*/
.footer_section{background: #e6e6e6}
.footer_section .footer_widget h1{color: #2dc20a;font-size: 20px;}
.footer_section .footer_widget p{
    font-size: 14px;
	color: #1d1d1d;
}
.footer_section .footer_widget a{
    font-size: 14px;
	color: #1d1d1d;
}
.footer_section .footer_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_section .footer_widget ul li{}
.footer_section .footer_widget ul li a {
	font-size: 14px;
	color: #1d1d1d;
	text-decoration: none;
	display: block;
}
.footer_section .footer_widget ul li a:hover{color: #2dc20a;}
.footer_widget{border-right:1px solid #5a5a5a;padding-right: 15px}
.footer_section .col-sm-3:last-child .footer_widget{border-right:none}

.footer_bottom_section{background: #2d3036;font-size: 14px;color: #FFF;}
.footer_bottom_section p{margin: 0;font-size: 14px;color: #1d1d1d;}
.footer_bottom_section a{margin: 0;font-size: 14px;color: #2dc20a;}


/*************************/
/*Scroll To Top main.css*/
/************************/
.scroll_top .top .go-top {
	position: fixed;
	bottom: 0em;
	right: 0em;
	text-decoration: none;
	color: #2dc20a;
	font-size: 40px;
	padding-right: 1.5rem;
	padding-bottom: 1.5rem;
}


.dashboard_button {
	border: 1px solid #DDD;
	display: block;
	overflow: hidden;
	color: #2dc20a;
    padding: 15px;
}
.dashboard_button p{color: #444;margin: 0;}

.about_content h1 {
	color: #444;
	font-weight: 700;
	font-size: 30px;
}
.about_content h1 span{
	color: #2dc20a;
}
.home_about_blocks{}
.home_about_blocks img{width: 100%}
.home_about_blocks h1 {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #222222;
}
.home_about_blocks p {
	color: #888888;
	font-size: 15px;
}


.left-bar-tabs{}
.left-bar-tabs .card{border: none}
.left-bar-tabs.accordion > .card > .card-header {
	padding: 0;
	margin: 0;
    border: none;
}
.left-bar-tabs.accordion > .card > .card-header .btn {
	margin: 0;
	padding: 5px;
	text-align: center;
	display: block;
	width: 100%;
	color: #FFF;
	background: #2dc20a;
	border: none;
	border-radius: 0;
	text-decoration: none;
	border-bottom: 1px solid #D57C00;
}
.left-bar-tabs .card-body {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}





/*This is new style for product page*/
.sinlge-product-right{}
.sinlge-product-right .pricing{}
.sinlge-product-right .pricing p.price-tag {
	font-weight: bold;
	font-size: 25px;
	margin: 0;
	float: left;
	margin-right: 15px;
	color: #343a40;
}
.sinlge-product-right .pricing p.price-tag.overright {
	color: #888;
	text-decoration: #000 line-through;
	font-weight: normal;
}
.sinlge-product-right .rattings{
    font-size: 25px;
    color: orange;
}


.product_tabs nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    border-radius:0;
    background:#2dc20a;

}
.product_tabs nav > div a.nav-item.nav-link
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    border-radius:0;
    background:#272e38;
}

.product_tabs nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#2dc20a;
    border-radius:0;
}

.product_tabs nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -58px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #2dc20a ;
}
.product_tabs .tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #2dc20a;
    border-bottom:5px solid #2dc20a;
    padding:30px 25px;
}
.product_tabs .tab-content > .tab-pane{
  padding: 15px
}

.product_tabs nav > div a.nav-item.nav-link:hover,
.product_tabs nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #2dc20a;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}


/*Rewview panel*/
.panel.panel-default{
    border: 1px solid #DDD;
padding: 5px;
margin-top: 15px;

}

.custom_breadcrumbs ol{margin-bottom: 0px}
.pagination.custom_pagination{padding-bottom: 0;margin-bottom:0}


.counter_section{
    
}
.single_counter_box{}
.single_counter_box a {
	display: block;
	overflow: hidden;
	color: #fff;
	border: 1px solid #FF9600;
	padding: 5px;
	background: rgb(250,150,10);
	background: radial-gradient(circle, rgba(250,150,10,1) 0%, rgba(250,143,10,1) 50%, rgba(208,122,0,1) 100%);
}
.counter_icon{font-size: 50px;}
.counter_content{}
.counter_content h3{font-size: 18px;}
.counter_content p {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}


.social_services_category{background: #022d4d;}
.social_services_category .category_title span{color: #FFF;background: #022D4D;}
.single_service_category {
	overflow: hidden;
	color: #022d4d;
	padding: 5px;
	border-radius: 5px;
	background: #FFF;
	min-height: 82px;
	display: table;
	width: 100%;
}
.single_service_category:hover {
	background: #2dc20a;
	color: #FFF;
	transform: scale(1.15);
}
.single_service_category.active {
	background: #2dc20a;
	color: #FFF;
	transform: scale(1.15);
}
.single_service_category h1 {
	font-size: 25px;
	vertical-align: middle;
	line-height: normal;
	display: table-cell;
}

.cart_item_row button {
	padding: 0px 3px;
}
.single_profile {
	display: table;
	width: 100%;
	border: 1px solid #FFD69E;
	border-radius: 40px;
	color: #022d4d;
    cursor: pointer;
}
.single_profile img {
	width: 80px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}
.single_profile h5 {
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	margin-left: 10px;
}
.single_profile:hover{background: #FFD69E;}

.shipping_title{
	font-size: 23px;
	padding: 5px 10px;
	box-shadow: 0px 5px 14px -12px #000;
	border: 1px solid #DDD;
	color: #2dc20a;

}

.cart_delete_button{position: relative}
.cart_delete_button span {
	position: absolute;
	left: 0;
	top: 0;
	background: #DDD;
	padding: 5px;
	text-align: center;
	padding-right: 0px;
	display: block;
}


.small_table_padding.table > tbody > tr > td, .small_table_padding.table > tbody > tr > th, .small_table_padding.table > tfoot > tr > td, .small_table_padding.table > tfoot > tr > th, .small_table_padding.table > thead > tr > td, .small_table_padding.table > thead > tr > th{padding:5px}

.achivment-timer {
	font-size: 20px;
	background: #000;
	padding: 5px;
	border-radius: 5px;
}
.achivment-timer p#achivment-timer {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #F00;
}
.achivment-timer p {
	color: #FFF;
    margin: 0;
}
.achivment-timer p#achivment-timer span{
	border: 1px solid #666;
    padding: 3px;
    border-radius: 3px;
    margin-right: 5px;
}


.navbar .navbar-nav.top_mobile_login_nav li.nav-item{display: inline-block;}
.navbar .navbar-nav.top_mobile_login_nav li.nav-item a.nav-link{padding-right: 5px;}
.navbar .navbar-nav.top_mobile_login_nav li.cart_button a.nav-link{}



.submit_model_view{position: relative}
.submit_model_view .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0000000d;
	color: #4D4D4D;
	text-align: center;
	display: block;
	overflow: hidden;
}

.submit_model_view .overlay .spin_icon {
	font-size: 50px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}

.submit_model_view .overlay .spin_icon.icon_add_cart_done {
	background: #FFF;
}
.submit_model_view .overlay .spin_icon.icon_add_cart_done svg{
	color:green;
    font-size: 150px
}
.submit_model_view .overlay .spin_icon svg{
    font-size: 50px;
}

.single_product_top_part{overflow: hidden;position: relative}
.single-products{position: relative}
.discount_box {
	background: #ff0000a1;
	color: #FFF;
	display: inline-block;
	padding: 1px 10px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 9;
}

.single_product_buttons {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.single_product_buttons ul{margin: 0;padding: 0;list-style: none;}
.single_product_buttons ul li {
	border-right: 1px solid #209D03;
	margin-bottom: -43px;
     -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;
}
.single_product_buttons ul li:last-child {
	border-right: 0px solid #209D03;
}
.single_product_buttons ul li a {
	display: block;
	background: #2dc20a;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	padding: 5px 0px;
}
.single_product_buttons ul li a:hover{}

.single-products .single_product_buttons ul li.first{
   
}
.single-products .single_product_buttons ul li.second{
    
    transition-delay: .1s
}
.single-products  .single_product_buttons ul li.third{
    
    transition-delay: .2s
}

.single-products:hover  .single_product_buttons ul li{margin-bottom: 0px}


.single-category{
    border:none;
}
.single-category img{
    border-radius: 50%;
}
.single-category .book-block-footer{border:none}

.search-dropdown{}
.search-dropdown {
    display: block;width:100%;
	position: absolute;
	top: 38px;
	left: 0px;
}
.search-dropdown .list-group{border-radius: 0px;}
.search-dropdown .list-group a{padding: 0.5rem 1.25rem;}




/*This style for right  cart*/

#kt_quick_cart_toggle{
    position: fixed;
	top: 42%;
	right: 0;
    z-index: 9;
}
.sticky-toolbar {
	width: 80px;
	height: 80px;
	cursor: pointer;
	
	list-style: none;
	margin: 0;
	padding: 13px 15px 15px 10px;
	z-index: 95;
	background: #fff;
	-webkit-box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
	box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 50%;
}
img#mini-cart-icon {
	width: 75px;
}

.mini-cart-count {
	position: absolute;
	top: 15px;
	right: 11px;
	background-color: #087010;
	color: #fff;
	display: inline-block;
	width: 21px;
	height: 21px;
	border-radius: 100%;
	line-height: 21px;
	font-size: 12px;
}
#mini-cart-total-number {
	padding-left: 7px;
}
.sticky-toolbar-footer {
	width: 80px;
	height: 28px;
	cursor: pointer;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 2px;
	z-index: 95;
	-webkit-box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
	box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
	background-color: #2dc20a;
	color: #fff;
	border-radius: 15px;
	text-align: center;
}






/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
	/* display: flex; */
	width: 100%;
	align-items: stretch;
	position: relative;
}

#sidebar {
	min-width: 250px;
	max-width: 250px;
	background: #2d3036;
	color: #fff;
	transition: all 0.3s;
	position: sticky;
	z-index: 9;
	top: 0;
    float: left;
      overflow-y: scroll;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #2d3036;
}

#sidebar ul.components {
    padding: 20px 0;
   
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 13px;
    display: block;
    color: #fff;
    font-weight: 300;
}

#sidebar ul li {
    border-bottom: 1px solid #828282;
}
#sidebar ul li:last-child {
    border: none;
}

#sidebar ul li a:hover {
    color: #FFF;
    background: #2dc20a;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #2dc20a;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#sidebarCollapse{
    background-color: #2dc20a;
border-color: #2dc20a;
}

.floating_button_menu {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99999999;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 30px;
}
.floating_button_menu li{
	background: rgb(45, 194, 10);
	margin-bottom: 10px;
	padding: 5px;
	font-size: 30px;
	border-radius: 50%;
	text-align: center;
    position: absolute;
    bottom: 0;
}
.floating_button_menu li a {
	width: 45px;
	display: block;
	text-decoration: none;
    color: #FFF
}
.floating_button_menu li.messenger_icon {
	background: rgb(0, 132, 255);
}
.floating_button_menu li.whatsapp_icon {
	background: rgb(77, 194, 71);
}
.floating_button_menu li a:hover{}

.floating_buttons_section{position: relative}
.floating_button_menu li.clouse_icon {
	position: absolute;
	bottom: 0;
}


.floating_button_menu.active li.messenger_icon {bottom: 130px}
.floating_button_menu.active li.whatsapp_icon{bottom: 65px;}
.floating_button_menu.active li.clouse_icon{z-index: 3; 
          transform: rotate(1000deg);}
.floating_button_menu.active li.chat_icon{z-index:  2;
          transform: rotate(1000deg);}

.floating_button_menu.in_active li.messenger_icon {bottom: 0}
.floating_button_menu.in_active li.whatsapp_icon{bottom: 0}
.floating_button_menu.in_active li.clouse_icon{z-index: 2}
.floating_button_menu.in_active li.chat_icon{z-index: 3}

.overlay{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #0000006e;
    font-size: 40px;
    color: #FFF;
    display: table;
    width: 100%;
    height: 100%;
}

.spin_icon{
    display: table-cell;
vertical-align: middle;
}

.twist_message {
	position: fixed;
	right: 25px;
	bottom: 0;
	max-width: 250px;
}

.support_area{
    background-color: #f7f7f7;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
	width: 100%;
	min-height: 100vh;
	transition: all 0.3s;
    top: 0;
}

#content.sidebarActive{
    
	padding-left: 250px;
    
}

.mb-30 {
/*	margin-bottom: 30px;*/
}
.support-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.support-wrap .support-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	margin-right: 20px;
}

.support-wrap .support-icon img {
	width: 100%;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.support-wrap .support-content h5 {
	font-size: 18px;
	margin: 0 0 5px;
    line-height: 18px;
    color: #000;
    font-family: Poppins,sans-serif;
    font-weight: 400;
}

.support-wrap .support-content p {
	color: #666;
	margin: 0;
      font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.support-wrap .support-content p a{
	color: #666;
}
.support-wrap .support-content p a:hover{
	color: #2dc20a;
}
.support-wrap:hover .support-icon img {
	-webkit-animation: .5s ease-in-out 0s normal none 1 running tada;
	animation: .5s ease-in-out 0s normal none 1 running tada;
}

.product_cat_menu{margin: 0;padding: 0;list-style: none}
.product_cat_menu li{display: inline-block}
.product_cat_menu li:first-child a{background: none;font-weight: bold;}
.product_cat_menu li:first-child a:hover{background: none;color: #000}
.product_cat_menu li a{
    background-color: #f1f2f6;
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 1;
    padding: 6px 9px 7px;
    text-transform: uppercase;
}
.product_cat_menu li a:hover{background: #2dc20a; color: #FFF}
.facebook_comments_heading{
    padding: 7px 15px;
    color: #fff;
    background: #2dc20a;
    font-size: 20px;
    margin: 0;
}
.facebook_comment_box{
    border: 1px solid #2dc20a;
    padding: 15px;
    border-bottom: 5px solid #2dc20a;
}
.top_phone_number {
	margin-top: 0px;
	display: block;
	color: white;
	background: #2DC109;
	font-weight: bold;
	overflow: hidden;
}
.top_phone_number:hover{color: yellow}
.top_phone_number img {
	max-height: 39px;
	float: left;
}
.top_phone_number span {
	  font-size: 25px;
}
.top_phone_number .span_1 {
	display: block;
	float: left;
	margin-left: 10px;
	min-width: 78%;
}
.top_phone_number span:last-child {
	display: block;
	margin-top: -4px;
	font-size: 13px;
	color: black;
	float: right;
	margin-right: 60px;
	font-weight: normal;
    display: none;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}