/* 
Theme Name: Hello Child
Theme URI: https://keyhanpos.com/
Description: 
Author: Elementor Site
Author URI: https://keyhanpos.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: bold;
	src: url('./fonts/IRANYekanWebBold.woff2') format('woff2'),
	font-display: swap;
		/* FF39+,Chrome36+, Opera24+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 100;
	src: url('./fonts/IRANYekanWebThin.woff2') format('woff2'),
		/* FF39+,Chrome36+, Opera24+*/
	font-display: swap;
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 300;
	src: url('./fonts/IRANYekanWebLight.woff2') format('woff2'),
		/* FF39+,Chrome36+, Opera24+*/
	font-display: swap;
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/IRANYekanWebRegular.woff2') format('woff2'),
		/* FF39+,Chrome36+, Opera24+*/
	font-display: swap;
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/IRANYekanWebMedium.woff2') format('woff2'),
		/* FF39+,Chrome36+, Opera24+*/
	font-display: swap;
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 800;
	src: url('./fonts/IRANYekanWebExtraBold.woff2') format('woff2'),
		/* FF39+,Chrome36+, Opera24+*/
	font-display: swap;
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 850;
	src: url('./fonts/IRANYekanWebBlack.woff2') format('woff2'),
		/* FF39+,Chrome36+, Opera24+*/
	font-display: swap;
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 900;
	src: url('./fonts/IRANYekanWebExtraBlack.woff2') format('woff2'),
		/* FF39+,Chrome36+, Opera24+*/
	font-display: swap;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
li,
a,
div,
blockquote,
input,
textarea {
	font-family: iranyekan, Arial, sans-serif;
}
.contact-icon {
  background-color: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.contact-icon:hover {
    background-color: #fba834;
}
.contact-icon img {
    width: 20px !important;
    stroke: #fff;
    filter: invert(1);
}
.contact-panel {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(23 91 217 / 0.15);
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    border: 1px solid #175bd9;
}
.contact-panel.open {
    opacity: 1;
    visibility: visible;
}
.contact-info {
    text-align: right;
}
.contact-info p {
    margin: 10px 0;
}
.contact-info a {
    text-decoration: none;
    direction: rtl;
    color: #333 !important;
    line-height: 2;
    display: flex;
    align-items: center;
}
.contact-info a:hover {
    text-decoration: underline;
    color: #175bd9;
}
.contact-info img {
    margin-left: 10px !important;
    width: 14px !important;
    filter: invert(32%) sepia(109%) saturate(12%) hue-rotate(329deg);
}
.contact-info .social {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.contact-info .social img.telegram {
    filter: invert(32%) sepia(109%) saturate(480%) hue-rotate(540deg);
    width: 20px !important;
    margin-left: 6px !important;
}
.contact-info .social img.whatsapp {
    filter: invert(32%) sepia(120%) saturate(480%) hue-rotate(794deg);
    width: 20px !important;
    margin-left: 6px !important;
}
.product__categories {
    margin-bottom: 6px !important;
}
.floating-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
@media screen and (max-width: 1024px) {
	.floating-contact {
		bottom: 66px;
		right: 10px;
	}
}