/*
Theme Name: Enroll
Theme URI: https://www.demo.fossil-it.com/enroll
Author: Fossil IT
Author URI: https://www.fossil-it.com/
Description: A fresh, minimal & good looking wordpress theme. Small or mid level business or service company & also for personal branding can use this theme for branding comfortably.
Demo: #
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.2 
License: Premium
License URI: #
Version: 1.0.0
Text Domain: enroll
Tags: Minimal, E-commerce, WordPress, WooCommerce, Clean, Personal, Small, Online, Digital, Shop, Products, Home-business, Branding, Dokan, Business, Pixel, Story, Eye-catching, Simple, Enroll, UI-UX, Landing-page.
*/
 
/*====*PRESET CSS*====*/  
@import url('https://fonts.maateen.me/kalpurush/font.css'); 
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	max-width: 100%;
	height: auto;
}
body {  
    font-family: "Open Sans", sans-serif;
    font-family: 'Kalpurush', serif; 
    font-style: normal;
    font-size: 14px;
    background-color: #fff;
    margin: 0;
}
h1, 
h2,
h3 {
	font-weight: 700;
}
img {
	max-width: 100%;
}
p {
	margin: 0;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ptb-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.pt-90 {
	padding-top: 90px; 
}
.pb-90 { 
	padding-bottom: 90px;
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
} 
.pt-50 {
	padding-top: 50px; 
} 
.pb-50 { 
	padding-bottom: 50px;
}   
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
} 
.bg-gray {
	background-color: #f3f3f3;
}
.no-display {
	display: none !important;
} 
.site-content {
    padding-top: 50px;
}  
.home .site-content {
    padding-top: 0;
} 

/*====*HEADER CSS*====*/ 
.en-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px; 
    padding: 5px 0;
    background-color: #fff;
    z-index: 99999;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    transition: all 0.5s ease;
}
.en-header.on-scroll { 
    padding: 0;
    height: 50px;
}
.en-logo img {
    max-width: 55px;
    height: auto;
    border-radius: 50%;
}
.en-header .mobile {
    margin-top: 20px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    position: relative;
    padding-left: 20px;
    display: none;
}
.en-header .mobile i {
    color: #000;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 1px;
}
.desktop-menu {
    display: inline-block;
} 
.desktop-menu ul li a {
    font-family: "Open Sans", sans-serif;
}
/* main menu area */
.en-header .d-menu ul {
    text-align: left;
    line-height: 50px;
}
.en-header .d-menu ul li {
    display: inline-block; 
    margin-right: 10px;
}
.en-header .d-menu ul li a {
	font-size: 12px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 6px 13px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    transition: all 0.5s;
}
.en-header .d-menu ul li a:hover, .en-header .d-menu ul li.current-menu-item a {
    background-color: #ffc09b;
}  
.en-header .d-menu ul li ul, .en-header .d-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 45px;
    width: 150px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    background-color: #fff;
	border-radius: 0 0 5px 5px;
    transition: all 0.5s ease;
	transform: scaleY(0);
	transform-origin: top; 
}
.en-header .d-menu > ul > li:hover .sub-menu { 
    transform: scaleY(1);
}
.en-header .d-menu ul ul li {
    display: block;
    margin-right: 0;
    line-height: 35px;
    text-align: left;
    border-top: 1px solid #f0f0f0;
}
.en-header .d-menu ul ul li:first-child {
    border-top: 0;
}
.en-header .d-menu ul ul li a {
    box-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    border-radius: 0;
    padding: 3px 10px;
}

.en-header .d-menu > ul > li.menu-item-has-children {
	position: relative; 
}
.en-header .d-menu > ul > li.menu-item-has-children a { 
	padding-right: 20px;
}
.en-header .d-menu > ul > li.menu-item-has-children:before {
    content: '\F229';
    position: absolute;
    right: 5px;
    top: 0px;
    font-family: 'bootstrap-icons';
}
.en-header .menubar .account {
    text-align: center;
    line-height: 60px;
} 
/* header icon box */ 
.icon-box {
    text-align: right;
    line-height: 50px;
}
.en-header .icon-box ul li {
    display: inline-block; 
    position: relative;
} 
.en-header .icon-box ul li:last-child:after {
    display: none;
}
.en-header .icon-box ul li a {
    background-color: transparent;
    color: #000;
    font-size: 18px;
    display: inline-block;
    width: 45px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    transition: all 0.5s ease;
}
.en-header .icon-box ul li a span {
    position: absolute;
    top: 7px;
    right: 1px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    background-color: #237807;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 12px;
} 

/*====*SIDESCREEN CSS*====*/ 
.en-sidemenu-area {
    position: fixed;
    left: -250px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 250px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    z-index: 99999;
    transition: all 0.5s;
}
.en-sidemenu-area.active { 
    left: 0; 
}
.en-sidemenu-area .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 10px;
    background-color: #fff;
}
.en-sidemenu-area img {
    max-width: 55px;
    height: auto;
    border-radius: 50%;
}
.en-sidemenu-area .menu-close {
    font-size: 16px;
    color: #555;
    background-color: transparent;
    text-decoration: none;
    text-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    position: relative;
}
.en-sidemenu-area .menu-close i {
    position: absolute;
    left: -16px;
    top: 1px;
}
.en-sidemenu-area .middle {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    bottom: 50px;
    overflow: hidden;
    overflow-y: auto;
}
.en-sidemenu-area .middle ul li {
    display: block;
    line-height: 45px;
    border-top: 1px solid #ddd;
    padding: 0 10px 0;
}
.en-sidemenu-area .middle ul li i {
    position: absolute;
    left: 15px;
    font-size: 22px;
    margin-top: 7px;
}
.en-sidemenu-area .middle ul li a {
    font-size: 18px;
    text-decoration: none;
    line-height: 36px;
    margin-top: 10px;
    color: #333;
    font-family: kalpurush;
    display: inline-block;
    padding-left: 38px;
    padding-right: 30px;
    transition: all 0.5s ease;
}
.en-sidemenu-area .middle ul li a:hover {  
    font-weight: 700 !important;
} 
.en-sidemenu-area .middle ul li.current-menu-item a { 
    font-weight: 700 !important;
}
.en-sidemenu-area .middle ul li {
    position: relative;
}
.en-sidemenu-area .middle ul li.menu-item-has-children:before {
    content: '\F229';
    position: absolute;
    right: 20px;
    top: 6px;
    font-family: 'bootstrap-icons';
}
.en-sidemenu-area .middle ul li .sub-menu {
    position: relative; 
    display: none;
}
.en-sidemenu-area .middle ul li .sub-menu li {
    border-bottom: none;
    border-top: 1px solid #eee;
}
.en-sidemenu-area .middle ul li .sub-menu li a {
    font-size: 12px;
    font-weight: 400;
	padding-left: 45px;
}
.en-sidemenu-area .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
}
.en-sidemenu-area .bottom p {
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
}
.en-sidemenu-area .bottom p i {
    margin-right: 3px;
}
.en-sidemenu-area .en-social {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 5px;
}
.en-sidemenu-area .en-social ul {
    text-align: center;
}
.en-sidemenu-area .bottom span {
    padding-left: 15px;
    color: #000;
}
.en-sidemenu-area .bottom .contacts {
    padding: 1px 15px;
}
.en-sidemenu-area .bottom .contacts p {
    color: #444;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
	letter-spacing: 1px;
}
.en-sidemenu-area .bottom .contacts p i {
    margin-right: 5px;
}  
.body-overlay {
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
	cursor: move;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}
/* social links area */
.en-social {
    margin-bottom: 10px;
    text-align: center;
}
.en-social ul li { 
    display: inline-block; 
}
.en-social ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background-color: #3c6611;
    text-align: center;
    color: #fff !important;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    font-size: 12px;
    margin-right: 5px;
    border-radius: 5px;
    transition: all 0.5s ease;
} 
.en-sidemenu-area .en-social ul li a {
	background-color: #333 !important;
} 
@media screen and ( max-width: 768px ) {
    .en-banner {
        margin-top: 45px;
    }
	.hidden-mv { 
		display: none !important;
	}
	.en-header .mobile {
		display: block !important;
	} 
	.en-header .desktop-menu {
		display: none !important;
	}
	 
}
/*====*BREADCRUMBS CSS*====*/  
 
/*====*Front Page CSS*====*/  
/*banner*/
.en-banner {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
}  
/*section top*/
.section-top {
    text-align: center;
    margin-bottom: 20px;
}
.section-top h3 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin-bottom: 3px;
    position: relative;
    font-family: kalpurush;
}
.section-top p {
    color: #333;
    font-size: 14px;
    font-family: kalpurush;
}
@media screen and ( max-width: 900px ) { 
    .en-banner img {
        max-height: 200px; 
    }
	.en-banner .item .info h2 { 
		font-size: 16px; 
	}
	.en-banner .item .info { 
		width: 75%;  
		padding: 15px 13px; 
	} 
}
 
/*our services*/
.en-services .item {
    position: relative;
    background-color: #f3f3f3;
    text-align: center;
    padding: 25px 10px;
    border-radius: 5px; 
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
.en-services .item i {
    font-size: 20px;
    color: #000;
    border: 1px dashed #333;
    background-color: #ffc09b;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 15px;
}
.en-services .item h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 3px;
}
.en-services .item p {
    color: #000;
    font-size: 13px;
}
/*our reviews*/ 
.en-reviews .item {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
.en-reviews .item .info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.en-reviews .item .info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.en-reviews .item .info .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ffc09b;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
}
.en-reviews .item .info .icon i {
    font-size: 20px;
}
.en-reviews .item .txt {
    margin-bottom: 13px;
    color: #000;
    font-size: 14px;
}
.en-reviews .item .info .right h4 {
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 700;
    color: #000;
}
.en-reviews .item .info .right p {
    font-size: 12px;
    color: #000;
} 
.en-reviews .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.en-reviews .owl-dots button {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 1px;
    background-color: #000;
    transition: all 0.5s ease;
}
.en-reviews .owl-dots button.active {
    background-color: #ffc09b;
    width: 10px;
    height: 10px;
}
/* faq */
.en-faq .item {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0;
}
.en-faq .section-top {
    margin-bottom: 0;
}
.en-faq .section-content {
    padding-left: 5%;
    padding-right: 5%;
}
.en-faq .item h3 {
    background-color: #f3f3f3;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    width: 100%;
    font-weight: bold;
    transition: all 0.5s ease;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 0;
}
.en-faq .item h3.active {
    background-color: #ffc09b;
    color: #000;
}
.en-faq .item h3::after {
    content: '\F4FE';
    position: absolute;
    font-family: bootstrap-icons;
    right: 15px;
    transition: all 0.5s ease;
} 
.en-faq .item h3.active::after {
    content: '\F2EA'; 
} 
.en-faq .item .panel-info p {
    padding: 15px 20px;
    line-height: 24px;
    font-size: 14px;
}   
.en-faq .panel-info {
    display: none;
    border: 1px solid #f3f3f3;
} 
.en-faq .open .panel-info {
    display: block;
}
@media (max-width: 768px) {
	.en-faq .item h3 { 
		font-size: 12px;
	} 
}
/* tags */  
.en-tags .product-tags {
	text-align: center;
}
.en-tags .product-tags a {
    padding: 6px 13px;
    display: inline-block;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    color: #000;
    background-color: #f3f3f3;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.5s ease;
    margin-right: 5px;
    margin-bottom: 10px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
.en-tags .product-tags a:hover { 
    text-decoration: underline;
    background-color: #ffc09b;
}
@media screen and (max-width: 768px) {
	.en-tags .product-tags a { 
		padding: 2px 8px;
	} 
}
/* section bottom button */
.btn-link {
    display: block;
    text-align: center; 
}
.btn-link .more {
    display: inline-block;
    background-color: #ffc09b;
    padding: 8px 28px 8px 16px;
    border-radius: 5px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    transition: all 0.5s ease;
}
.btn-link .more::after {
    content: '\F234';
    position: absolute;
    font-family: 'bootstrap-icons';
    color: #fff;
    right: 10px;
    transition: all 0.5s ease;
}
.btn-link .more:hover::after { 
    right: 8px;
	opacity: 1;
}
/*====*404 CSS*====*/  
.error-404 {
    text-align: center;
}

.error-404 h1 {
    font-size: 45px;
    color: #333;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.error-404-link {font-size: 16px;text-transform: capitalize;}
/*====*WooCommerce CSS*====*/ 
.en-header .icon-box ul .en-cart span.xoo-wsc-sc-count {
    position: absolute;
    top: 0px;
    right: -1px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background-color: #ffc09b;
    border-radius: 50%;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
.en-header .icon-box ul .en-cart {
    position: relative;
} 
.woocommerce .products .product {
    text-align: center;
    padding-bottom: 20px !important;
    background-color: #fff;
    border-radius: 1px;
	transition: all 0.5s ease;
}
.woocommerce .products .product:hover {
	box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
.woocommerce .products .product h2 {
    color: #000;
    font-size: 15px !important;
    font-family: kalpurush;
}
.woocommerce .products .product .price {
    color: #333 !important;
}
.woocommerce .woocommerce-ordering select {
    padding: 8px 5px;
    color: #000;
    border: 1px solid #ddd !important;
    border-radius: 1px;
}
.woocommerce .products .product .add_to_cart_button {
    background-color: #f0f0f0;
    color: #000;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.5px;
    font-size: 11px;
    padding: 10px 15px;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    transition: all 0.5s ease;
}
.woocommerce .products .product .add_to_cart_button:hover {
    background-color: #ffc09b; 
}
.woocommerce .products .product .onsale {
    min-height: 20px !important;
    line-height: 20px !important;
    min-width: 45px;
    border-radius: 0;
    background-color: #ffc09b;
    top: 20px !important;
    left: 0px !important;
    right: auto !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000 !important;
	box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
.woocommerce .added_to_cart {
    display: none !important;
}
.woocommerce ul.products li.product .added {
    pointer-events: none;
    cursor: not-allowed;
}
.woocommerce .woocommerce-pagination ul {
    border: none !important;
    padding: 5px 0 !important;
    margin-top: -30px !important;
}
.woocommerce .woocommerce-pagination ul li {
    margin: 0 3px !important;
    border: none !important;
    overflow: visible !important;
}
.woocommerce .woocommerce-pagination ul li span, .woocommerce .woocommerce-pagination ul li a {
    color: #000;
    background-color: #fff;
    width: 45px !important;
    height: 45px !important;
    line-height: 31px !important;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
.woocommerce .woocommerce-pagination ul li .current, .woocommerce .woocommerce-pagination ul li:hover a {
    background-color: #ffc09b!important;
    color: #000 !important;
    transition: all 0.5s ease;
}
.en-categories .woocommerce .products .product {
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    padding: 10px !important;
    border-radius: 5px;
    position: relative;
}
.en-categories .woocommerce .products .product img {
    margin-bottom: 0;
}
.en-categories .woocommerce .products .product h2.woocommerce-loop-category__title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    display: block;
    width: 80%;
    font-size: 16px !important;
    border: 1px solid #999;
    background-color: rgba(0,0,0,0.5);
	transition: all 0.5s ease;
}
.en-categories .woocommerce .products .product:hover h2.woocommerce-loop-category__title { 
    border-radius: 5px; 
    background-color: rgba(0,0,0,0.8);
}
.woocommerce ul.products li.product .star-rating {
    color: #ffb100;
    margin: 0 auto 10px;
    font-size: 12px;
}
.en-categories .woocommerce .products .product mark {
    background-color: #ffc09b;
}
/*single product*/
.woocommerce div.product .product_title {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000;
    margin-bottom: 15px;
    font-size: 14px;
}
.woocommerce-product-details__short-description p {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
}
.woocommerce .quantity .qty {
    height: 32px;
    width: 55px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.woocommerce div.product form.cart .button {
    background-color: #444;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 400;
}
.product_meta span {
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.product_meta span a {
    color: #555;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
}
.related > h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    background-color: #444;
    padding: 8px 0;
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-left: 10px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 5px;
    border-radius: 25px;
    background-color: #000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
} 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
    background-color: #5d931d !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none !important;
}
.woocommerce-Tabs-panel h2 { 
    display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    padding: 10px;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description p {
    margin-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce div.product .woocommerce-tabs .panel p:last-child {
    border-bottom: 0;
}
.form-submit input[type="submit"] {
    background-color: #444 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 400 !important;
    min-width: 120px;
    padding: 8px 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.woocommerce-Reviews label {
    text-transform: uppercase;
    font-size: 12px;
    color: #000 !important;
    font-weight: 400;
}
.woocommerce p.stars a {
    color: #ffb100;
} 
.woocommerce-Reviews textarea {
    border: 1px solid #ddd;
}
@media screen and (max-width: 900px) {
	.en-categories .woocommerce .products .product h2.woocommerce-loop-category__title { 
		bottom: 15px;  
		width: 86%;
		font-size: 12px !important; 
	}
	.woocommerce nav.woocommerce-pagination ul { 
		margin-top: -35px !important;
	}
	.woocommerce .woocommerce-pagination ul li span, .woocommerce .woocommerce-pagination ul li a { 
		width: 38px !important;
		height: 38px !important;
		line-height: 26px !important; 
		font-weight: 700 !important; 
	}
}

/*====*CART + CHEKOUT CSS*====*/   
.woocommerce thead, .woocommerce-cart thead {
    background-color: #f3f3f3;
}

.woocommerce thead tr th, .woocommerce-cart thead tr th {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.woocommerce-cart tbody tr .product-name a {
    color: #000;
}

.woocommerce-cart tbody tr .product-remove a {
    color: #d34343 !important;
    border: 1px dashed #ffb9b9;
}

.woocommerce-cart tbody tr .product-remove a:hover {
    background-color: transparent !important;
    color: #d34343 !important;
}

.woocommerce-cart tbody tr .product-quantity input {
    border: 1px solid #ddd;
    height: 30px;
    width: 60px !important;
    border-radius: 3px;
}
.woocommerce-cart tbody tr .actions .button {
    background-color: #f3f3f3;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
}
.woocommerce-cart .cart_totals h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
}
.restore-item {
    color: #000;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #333 !important;
    border-radius: 3px !important;
}
.return-to-shop a {
    color: #fff !important;
    background-color: #333 !important;
    text-transform: capitalize;
}
.woocommerce .woocommerce-info {
    border-top-color: #ccc;
}
.woocommerce .woocommerce-info::before {
    color: #444;
}
/*checkout page */
.woocommerce-checkout #customer_details .woocommerce-billing-fields .input-text {
    border: 1px solid #ddd;
    height: 38px;
    padding: 5px 10px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields label {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
}
.woocommerce-checkout .col2-set .col-1 {
    float: none !important;
    width: 100% !important;
}
.woocommerce-checkout #order_review {
    background-color: #fff;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}

.woocommerce-checkout #order_review_heading {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 25px;
    color: #000;
}

.woocommerce-checkout #order_review thead tr th {
    text-transform: uppercase;
    color: #000;
}

.woocommerce-checkout #order_review thead {
    background-color: #f3f3f3;
}

.woocommerce-checkout #payment {
    background-color: #fff !important;
}

.woocommerce-checkout #payment ul {padding: 20px;}

.woocommerce-checkout #payment .payment_box {
    background-color: #f3f3f3 !important;
    border: 1px solid #ddd;
    border-radius: 3px !important;
} 
.woocommerce-checkout #payment .payment_box::before {
    border: 1em solid #ddd !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
.woocommerce-checkout #payment #place_order {
    background-color: #333;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px !important;
    padding: 12px 30px;
    font-weight: 400;
}
.woocommerce-error li a {
    color: #333;
}
.woocommerce-terms-and-conditions-link {
    color: #000;
}
/* order completed page */
.woocommerce-order {
    text-align: center;
}
.woocommerce-order > p {
    display: inline-block;
    margin: 0 auto 10px;
    color: #333;
    background-color: #cef3ad;
    padding: 3px 20px;
    border-radius: 3px;
}
.woocommerce-order ul {
    display: flex;
    justify-content: center;
    background-color: #f3f3f3;
    padding: 10px 0;
}
.woocommerce-order-details tbody td a {
    color: #000;
}
.woocommerce-order-details .woocommerce-order-details__title, .woocommerce-customer-details .woocommerce-column__title {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 25px;
    color: #000;
	    text-align: left;
}
/* order tracking */ 
.woocommerce .track_order label {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.woocommerce .track_order input {
    border: 1px solid #ddd !important;
    height: 38px !important;
    border-radius: 5px !important;
}

.woocommerce .track_order button[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #555;
    padding: 10px 20px;
    display: inline-block;
}
/*====*MY ACCOUNT CSS*====*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 10px 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
    border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    padding: 6px 10px;
    display: block;
    font-size: 13px;
    font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #000;
    background-color: #ffc09b;
    font-weight: 700;
}

.woocommerce-MyAccount-content a {
    color: #333;
}
.woocommerce-MyAccount-content tbody tr td .button {
    background-color: #f3f3f3 !important;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    color: #333;
}
.woocommerce-info .wc-forward {
    background-color: #444 !important;
    color: #ddd !important;
    text-transform: capitalize;
    font-size: 12px !important;
}
.woocommerce-MyAccount-content .woocommerce-Address h2, .woocommerce-MyAccount-content fieldset legend, .woocommerce-MyAccount-content form h2 {
    font-size: 18px;
	color: #333;
	text-transform: uppercase; 
	font-weight: 700;
}
.woocommerce-MyAccount-content .col-1 {
    width: 100% !important;
}
.woocommerce-MyAccount-content form label {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.woocommerce-MyAccount-content form input {
    border: 1px solid #ddd !important;
}
.woocommerce-MyAccount-content form button[type="submit"] {
    background-color: #444 !important;
    color: #ddd !important;
    text-transform: capitalize;
    margin-top: 10px;
    margin-left: 5px;
    border-radius: 3px;
}
.select2-container .select2-selection--single { 
    border: 1px solid #ddd !important;
}
/* login register */
.woocommerce-account h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    line-height: 22px;
}
#customer_login form {
    margin-top: 10px;
    box-shadow: 0 6px 3px rgb(0 0 0 / 15%);
    border: 1px solid #ddd;
}
#customer_login input {
    border: 1px solid #ddd;
    height: 40px;
}

#customer_login label {
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
}

.lost_password a {
    color: #555;
}

.woocommerce-privacy-policy-text a {
    color: #555;
}

#customer_login button[type="submit"] {
    background-color: #444;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 8px;
}

.woocommerce-form__input woocommerce-form__input-checkbox {
    height: 10px !important;
    line-height: 10px !important;
}

#customer_login input[type="checkbox"] {
    height: 9px;
    margin-top: 15px;
}
/*popup login*/
.popup-form {
    position: fixed;
    top: 0;
	left: 10%;
    max-width: 400px;
    background-color: #fff;
    padding: 10px 50px;
    z-index: 99999;
    box-shadow: 0 6px 3px rgb(0 0 0 / 15%);
    transform-origin: top;
    transform: translateY(-98%);
    transition: all 0.5s ease;
}
.popup-form.active { 
    transform: translateY(0); 
}
@media (max-width: 768px) {
	.woocommerce-MyAccount-content {
		margin-top: 20px;
	}
	.woocommerce-order ul { 
		flex-direction: column !important; 
	}
	.woocommerce-order ul li {
		margin-bottom: 10px;
		border: none !important;
		padding-left: 10px !important;
	}
}
  
/*====*BLOG CSS*====*/ 
.post .post-thumb img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
}
.blog .post {
    margin-bottom: 90px;
}
.blog .post h2  {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: kalpurush;
    text-shadow: 0 1px 9px rgb(0 0 0 / 15%);
}
.blog .post h2 a {
    color: #333;
    text-decoration: none; 
}
.blog .post p, .entry-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.blog .post .read-more {
    font-size: 20px;
    font-family: kalpurush;
    background-color: #444;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 9px 25px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
.post-thumb {
    position: relative;
} 
.post-thumb .info {
    position: absolute;
    width: 95%;
    bottom: 40px;
    left: 10px;
}
.post-thumb .info > span {
    background-color: #333;
    border-radius: 25px;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans';
}
.comments-area {
    margin-top: 90px;
}

textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
} 
.en-sidebar {
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    padding: 10px 20px;
}

.en-sidebar ul li {
    line-height: 38px;
}

.en-sidebar ul li a {
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    padding: 5px 13px;
    border-radius: 5px;
}
.wp-block-heading {
    margin-top: 25px;
    font-size: 25px;
    display: inline-block;
}
.en-sidebar .tag-cloud-link {
    display: inline-block;
    color: #333;
    font-size: 16px !important;
}
/* single post*/
.single .entry-header {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -80px;
    background-color: #fff;
    z-index: 9;
    border-radius: 5px;
    padding-top: 50px;
}
.single-post .post h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 0 1px 9px rgb(0 0 0 / 15%);
}
.single .entry-header > span {
    display: inline-block;
    border: 1px solid #f3f3f3;
    padding: 3px 10px;
    border-radius: 25px;
    color: #333;
    font-size: 14px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    margin-bottom: 5px;
}
@media ( max-width: 799px ) {
	.single-post .post h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 800px) {
    .single-post .site-content {
        margin: 0 150px 0;
    }
}

/*====*CONTACT CSS*====*/ 
#map { height: 180px; }
.en-contact ul li {
    padding: 20px 15px;
    text-align: center;
}

.en-contact ul li i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #f3f3f3;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 50%;
    font-size: 15px;
    color: #333;
}

.en-contact ul li p {
    color: #333;
    font-size: 14px;
    font-weight: 700;
} 
/*====*FOOTER CSS*====*/  
.en-footer {
    text-align: center;
    padding: 45px 0 15px;
    background-color: #444;
    margin-top: 120px;
    position: relative;
}
.footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-top .footer-box .heading-txt {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-top .footer-box .heading-txt:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #333;
    left: 0;
    bottom: -3px;
}
.footer-top .footer-box .sub-heading-txt {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 3px;
}
.footer-top .footer-box p {
    font-size: 13px;
    color: #333;
}

.footer-top .footer-box .en-social {
    padding-left: 0;
}
.footer-menu ul li {
    line-height: 26px;
}
.footer-top .footer-box ul li a {
    color: #333;
    font-size: 12px;
    text-transform: capitalize;
    text-decoration: none;
} 
.footer-menu ul li a {
    font-size: 13px !important;
    position: relative;
    padding-left: 13px;
	transition: all 0.5s ease;
}
.footer-menu ul li a:before {
    position: absolute;
    content: '\F231';
    font-family: 'bootstrap-icons';
    left: 0;
    font-size: 12px;
}
.footer-menu ul li a:hover {
    text-decoration: underline;
    color: #000; 
} 
.footer-bottom .copyright-txt {
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    color: #f3f3f3;
    font-family: "Open Sans", sans-serif;
}
.en-footer-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 99999;
}
.en-footer-panel ul {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    padding: 23px 0px 5px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}
.en-footer-panel ul li {
    position: relative;
}
.en-footer-panel ul li a {
    color: #444;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
}
.en-footer-panel ul li i {
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #333;
}
.en-footer-panel ul .cart {
    position: relative;
}
.en-footer-panel ul .cart span {
    position: absolute;
    top: -26px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ffc09b;
    border-radius: 50%;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
@media (max-width: 768px) {
	.footer-top { 
		flex-direction: column-reverse; 
	}
	.footer-top .footer-box {
		margin-bottom: 30px;
		padding-left: 15px;
	} 
	.en-footer-panel {
		display: block !important;
	} 
}

/*scroll to top */
.scroll-top {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px !important;
    line-height: 50px;
    color: #fff;
    background-color: #454545;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    transition: all 0.5s ease;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
	.item { 
		margin-bottom: 30px;
	} 
}
 

/*color */ 
.en-sidemenu-area .middle ul li i {
    color: #3c6611 !important;
}
.en-social ul li a, 
.btn-link .more,
.en-tags .product-tags a:hover,
.woocommerce .products .product .add_to_cart_button:hover,
.woocommerce .products .product .add_to_cart_button:active {
    background-color: #3c6611 !important;
	color: #fff !important;
}
#place_order {
    background-color: #333 !important;
}