/* 
Theme Name: Haariken 
Theme URI: https://haariken.ameerul.io/
Author: Ameerul Islaam
Author URI: https://ameerul.io/
Description: Haariken is a multi-industry WordPress theme, minimal and clean design, focus on user-interface and user-experience. Haariken theme is responsive mobile-friendly.  
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haariken
Tags: ecommerce, company, business, branding, clean, tiny, shop, multi-color, user-interface, user-experience, simple, easy-order, clean-design, brand-color, single-vendor, eye-catching, easy-customizable, woocommerce, wordpress, entrepreneur, farm, construction-company, home-business, useful-features.
*/
 
/*====*PRESET CSS*====*/     
@font-face {
  font-family: 'kalpurush'; 
  src: url('fonts/kalpurush.ttf') format('ttf'); 
} 
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, 
body {
	max-width: 100%;
	height: auto;
}
body {   
	background-color: #f3f3f3;  
	font-family: "Alan Sans", sans-serif;
	font-family: "Roboto", sans-serif; 
	font-weight: 400;
	font-style: normal; 
	margin: 0;
}  
h1, h2 {
	font-family: "Roboto", sans-serif;   
}
img {
    max-width: 100%;
} 
p {
	font-family: "Roboto", sans-serif;  
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	font-family: "Alan Sans", sans-serif; 
	text-decoration: none;
}
.pt-90 {
	padding-top: 90px; 
} 
.pb-90 { 
	padding-bottom: 90px;
} 
.bg-gray {
	background-color: #f3f3f3;
}  
.bg-white {
	background-color: white;
}
input[type="search"] {
    border: 1px solid #f0f0f0;
    height: 38px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding: 5px 10px;
    width: 250px;
    font-size: 14px;
    color: #333; 
}
input:focus, input:focus-visible {
	border: 1px solid #f0f0f0;
	outline: none;
}
.demo {
    position: fixed;
    top: 400px;
    right: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #444;
    z-index: 1000;
    color: #fff;
    font-size: 14px;
}
/*====*HEADER CSS*====*/  
.site-header {
    position: relative;
    width: 100%;
    z-index: 999;
}
.site-header .topbar {
    background-color: #000; 
    padding: 5px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.topbar .phone {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 24px;
}
.topbar .i-box a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    margin-left: 11px;
}
.site-header .menubar {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 1px 9px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
}
.logo-link img {
    width: 50px;
    height: auto;
} 
.icon-box {
    margin-top: 9px;
}
.site-header .icon-box a {
    display: inline-block;
    color: #000;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    background-color: transparent;
}
.logo-box img {
    max-width: 55px;
    height: auto;
}
/*====*SIDESCREEN CSS*====*/ 
.hrk-sidescreen {
    position: fixed;
    width: 290px;
    top: 0;
    left: -300px;
    bottom: 0;
    background-color: #000;
    z-index: 99999;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}
.hrk-sidescreen.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.hrk-sidescreen .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
}
.hrk-sidescreen .top span {
    color: #fff;
    font-size: 15px;
}
.hrk-sidescreen .top .close {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.hrk-mainmenu {
    padding: 15px 20px 15px 30px;
}
.hrk-mainmenu ul li {
    display: block;
    position: relative;
}
.hrk-mainmenu ul li a {
    display: block;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 0 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.5s ease;
}
.hrk-mainmenu ul li a:hover { 
	background-color: #555;
}
.hrk-mainmenu ul.sub-menu {
    padding-left: 13px;
    display: none;
}
.body-overlay {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
	cursor: move;
}
.body-overlay.opened {
    opacity: 1;
    visibility: visible;
} 
/*====*BANNER CSS*====*/  
.hrk-banner {
    position: relative;
} 
.swiper {
    width: 100%;
    height: 100%;
} 
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-content {
    text-align: center;
    position: relative;
}
.slide-content .btn {
    background-color: #000 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    padding: 9px 25px;
    border-radius: 0;
}
.slide-content h2 {
    font-size: 20px;
    background-color: rgba(0,0,0,0.9);
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    margin: 0 3px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
}
.swiper svg {
    color: #000;
}
/*====*SECTION HEADING CSS*====*/ 
.section-heading {
    text-align: center;
    margin-bottom: 30px;
}
.section-heading h2 {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    background-color: #000;
    border: 1px dashed #ddd;
    padding: 9px 20px;
    margin-top: -15px;
    border-radius: 0px;
}
.section-heading p {
    color: #555;
    font-size: 13px;
    margin-bottom: 0;
} 
.hrk-home-section {
    box-shadow: 0 1px 9px rgb(0 0 0 / 20%);
    margin-top: 90px;
}
/*====*Woocommerce CSS*====*/  
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    border: 1px solid #000;
}
.woocommerce-loop-product__title {
    color: #000 !important;
    font-size: 15px !important;
}

.woocommerce ul.products li.product .price {
    color: #000;
    font-size: 13px;
}
.add_to_cart_button {
    background-color: #000 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    display: inline-block !important;
    text-transform: uppercase;
    padding: 9px 13px !important;
}
.woocommerce-loop-product__link {
    color: #333;
    font-size: 13px;
}
.hrk-sale-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
}
/*====*SERVICES CSS*====*/  
.hrk-services .item {
    padding: 38px 5px 15px;
    position: relative;
    text-align: center;
    background-color: #fff;
    margin-bottom: 50px;
    border: 1px dashed #000;
    border-radius: 0;
}
.hrk-services .item i {
    position: absolute;
    font-size: 15px;
    display: inline-block;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border: 1px dashed #000; */
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}
.hrk-services .item h3 {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 24px;
}
.hrk-services .item p {
    color: #333;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
    margin-bottom: 5px;
} 
/*====*FOOTER CSS*====*/  
.site-footer {
    background-color: #000;
    padding: 15px 0 10px;
}
.site-footer p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 1px;
}   
.site-footer .hrk-built {
    font-size: 10px;
	color: #ddd;
}
.site-footer .hrk-built a {
    color: #ddd;
}