/*!
Theme Name:   Hinza Woocommerce
Theme URI:    https://hinzaco.com
Author:       Hinzaco
Author URI:   https://hinzaco.com
Description:  Hinza is the perfect theme for your next WooCommerce project. Designed and developed by Hinzaco Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Version:      1.0.1
Tested up to: 6.3
Requires PHP: 5.6.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  Hinza
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
 */

@font-face {
    font-family: Shabnam;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/shabnam/eot/Shabnam-Bold.eot);
    src: url(assets/fonts/shabnam/eot/Shabnam-Bold.eot) format("embedded-opentype"),
    url(assets/fonts/shabnam/woff2/Shabnam-Bold.woff2) format("woff2"),
    url(assets/fonts/shabnam/woff/Shabnam-Bold.woff) format("woff"),
    url(assets/fonts/shabnam/ttf/Shabnam-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Shabnam;
    font-style: normal;
    font-weight: 500;
    src: url(assets/fonts/shabnam/eot/Shabnam-Bold.eot);
    src: url(assets/fonts/shabnam/eot/Shabnam-Bold.eot) format("embedded-opentype"),
    url(assets/fonts/shabnam/woff2/Shabnam-Bold.woff2) format("woff2"),
    url(assets/fonts/shabnam/woff/Shabnam-Bold.woff) format("woff"),
    url(assets/fonts/shabnam/ttf/Shabnam-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Shabnam;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/shabnam/eot/Shabnam-Light.eot);
    src: url(assets/fonts/shabnam/eot/Shabnam-Light.eot) format("embedded-opentype"),
    url(assets/fonts/shabnam/woff2/Shabnam-Light.woff2) format("woff2"),
    url(assets/fonts/shabnam/woff/Shabnam-Light.woff) format("woff"),
    url(assets/fonts/shabnam/ttf/Shabnam-Light.ttf) format("truetype")
}

@font-face {
    font-family: Shabnam;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/shabnam/eot/Shabnam.eot);
    src: url(assets/fonts/shabnam/eot/Shabnam.eot) format("embedded-opentype"),
    url(assets/fonts/shabnam/woff2/Shabnam.woff2) format("woff2"),
    url(assets/fonts/shabnam/woff/Shabnam.woff) format("woff"),
    url(assets/fonts/shabnam/ttf/Shabnam.ttf) format("truetype")
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/shabnam/ttf/Shabnam-FD-WOL.ttf') format("truetype"),
    url('assets/fonts/shabnam/woff2/Shabnam-FD-WOL.woff2') format('woff2'),
    url('assets/fonts/shabnam/woff/Shabnam-FD-WOL.woff') format('woff');
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: bold;
    src: url('assets/fonts/shabnam/ttf/Shabnam-Bold-FD-WOL.ttf') format("truetype"),
    url('assets/fonts/shabnam/woff2/Shabnam-Bold-FD-WOL.woff2') format('woff2'),
    url('assets/fonts/shabnam/woff/Shabnam-Bold-FD-WOL.woff') format('woff');
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/shabnam/ttf/Shabnam-Light-FD-WOL.ttf') format("truetype"),
    url('assets/fonts/shabnam/woff2/Shabnam-Light-FD-WOL.woff2') format('woff2'),
    url('assets/fonts/shabnam/woff/Shabnam-Light-FD-WOL.woff') format('woff');
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/shabnam/ttf/Shabnam-Medium-FD-WOL.ttf') format("truetype"),
    url('assets/fonts/shabnam/woff2/Shabnam-FD-WOL.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('assets/fonts/shabnam/woff/Shabnam-FD-WOL.woff') format('woff');
}

:root {
    --primary-color: #f9b71b;
    --secondary-color: #2f3a56;
    --third-color: #f9b71b;
    --accent-color: #f9b71b;
    --text-color: #7a7a7a;
    --text-color-dark: #221e1f;
    --text-color-dark2: #43454b;
    --text-color-light2: #787878;
    --text-color-light: #a3a29f;
    --text-color-light3: #ffff;
    --text-font-family: "Shabnam", Sans-serif;
    --digits-font-family: shabnam-digits;
    --background-color: #f1f1f1;
    --background-colored: #f7efde;
    --background-color-dark: #ebebeb;
    --background-color-light: #f6f6f6;
    --border-color-light: #e6e6e6;
    --border-color-dark: #6B6B6B;
    --border-color-dark2: #c5c6c8;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 14px;
    max-width: 100%;
    overflow-x: hidden;
}

body * {
    font-family: var(--text-font-family);
    font-weight: 400;
}

::-moz-selection { /* Code for Firefox */
    color: var(--text-color-dark);
    background: var(--primary-color);
}

::selection {
    color: var(--text-color-dark);
    background: var(--primary-color);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s;
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

body, button, input, textarea {
    color: var(--text-color-dark2);
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 400
}

select {
    color: initial;
    max-width: 100%
}

summary {
    display: list-item
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 300;
    margin: 0 0 .5407911001em;
    color: #131315
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 300
}

h1, .alpha {
    font-size: 2.617924em;
    line-height: 1.214;
    letter-spacing: -1px
}

h2, .beta {
    font-size: 2em;
    line-height: 1.214
}

h2 + h3, .beta + h3 {
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding-top: .5407911001em
}

h3, .gamma {
    font-size: 1.618em
}

h4, .delta {
    font-size: 1.41575em
}

.alpha, .beta, .gamma, .delta {
    display: block
}

p + h2, p + header h2, p + h3, p + h4, ul + h2, ul + header h2, ul + h3, ul + h4, ol + h2, ol + header h2, ol + h3, ol + h4, table + h2, table + header h2, table + h3, table + h4, blockquote + h2, blockquote + header h2, blockquote + h3, blockquote + h4, form + h2, form + header h2, form + h3, form + h4 {
    margin-top: 2.2906835em
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 0 0 1.41575em
}

p {
    margin: 0 0 1.41575em
}

ul, ol {
    margin: 0 3em 1.41575em 0;
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-right: 1em
}

dt {
    font-weight: 600
}

dd {
    margin: 0 0 1.618em
}

b, strong {
    font-weight: 600
}

dfn, cite, em, i {
    font-style: italic
}

blockquote {
    padding: 0 1em;
    border-right: 3px solid rgba(0, 0, 0, .05);
    font-style: italic
}

address {
    margin: 0 0 1.41575em
}

pre {
    background: rgba(0, 0, 0, .1);
    font-family: "Courier 10 Pitch", Courier, monospace;
    margin-bottom: 1.618em;
    padding: 1.618em;
    overflow: auto;
    max-width: 100%
}

code, kbd, tt, var {
    background-color: rgba(0, 0, 0, .05);
    padding: .202em .5407911001em
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark, ins {
    text-decoration: none;
    font-weight: 600;
    background: rgba(0, 0, 0, 0)
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

figure {
    margin: 0
}

img {
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 3px
}

p a {
    color: var(--secondary-color) !important;
    text-decoration: none !important;
}
footer a{

}
a:focus, input:focus, textarea:focus, button:focus {
    outline: 0
}

.elementor-widget-button .elementor-button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.storefront-cute * {
    font-family: "Comic Sans MS", sans-serif
}

* {
    box-sizing: border-box
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

.site {
    overflow-x: hidden
}

.site-content, .header-widget-region {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.elementor-widget-button .elementor-button {
    display: block;
}

.site-main {
    margin-bottom: 2.617924em
}

.site-content {
    outline: none
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 4.235801032em
}

.page-template-template-homepage .type-page {
    padding-top: 2.617924em;
    padding-bottom: 2.617924em;
    position: relative
}

.page-template-template-homepage .type-page .storefront-hero__button-edit {
    position: absolute;
    top: 1em;
    left: 1em;
    font-size: .875em
}

.page-template-template-homepage .entry-content {
    font-size: 1.1em
}

.page-template-template-homepage .entry-content p:last-child {
    margin-bottom: 0
}

.page-template-template-homepage .entry-header h1 {
    font-size: 3.706325903em;
    margin-bottom: .2360828548em
}

.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
    max-width: 41.0994671405em;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail {
    background-size: cover;
    background-position: center center;
    padding-top: 6.8535260698em;
    padding-bottom: 6.8535260698em
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content, .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title {
    opacity: 0;
    transition: all, ease, .5s
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content.loaded, .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title.loaded {
    opacity: 1
}

.site-info {
    padding: 2.617924em 0
}

.site-info span[role=separator] {
    padding: 0 .3342343017em 0 .2360828548em
}

.site-info span[role=separator]::before {
    content: "|"
}

.alignleft {
    display: inline;
    float: right;
    margin-left: 1em
}

.alignright {
    display: inline;
    float: left;
    margin-right: 1em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: var(--background-color);
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    display: block;
    font-weight: 700;
    height: auto;
    right: 0;
    line-height: normal;
    padding: 1em 1.618em;
    text-decoration: none;
    top: 0;
    width: auto;
    z-index: 100000;
    outline: none
}

.screen-reader-text.skip-link:focus {
    -webkit-clip-path: none;
    clip-path: none
}

.clear::before, .clear::after, .entry-content::before, .entry-content::after, .comment-content::before, .comment-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after {
    content: "";
    display: table
}

.clear::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after {
    clear: both
}

table {
    border-spacing: 0;
    width: 100%;
    margin: 0 0 1.41575em;
    border-collapse: separate
}

table caption {
    padding: 1em 0;
    font-weight: 600
}

table td, table th {
    padding: 1em 1.41575em;
    text-align: right;
    vertical-align: top
}

table td p:last-child, table th p:last-child {
    margin-bottom: 0
}

table th {
    font-weight: 600
}

table thead th {
    padding: 1.41575em;
    vertical-align: middle
}

table tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: 400
}

table tbody h2 a {
    font-weight: 400
}

.woocommerce-price-suffix {
    display: none;
}

.cat-links, .tags-links {
    font-size: .875em
}

.cat-links a, .tags-links a {
    color: #727272;
    font-weight: 600;
    text-decoration: underline
}

.byline, .updated:not(.published) {
    display: none
}

.single .byline, .group-blog .byline {
    display: inline
}

.page-links {
    clear: both;
    margin: 0 0 1em
}

form {
    margin-bottom: 1.618em
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0
}

button, input[type=button], input[type=reset], input[type=submit], .button, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .added_to_cart {
    border: 0;
    border-radius: 0;
    background: none;
    background-color: var(--text-color-dark2);
    border-color: var(--text-color-dark2);
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none
}

button::after, input[type=button]::after, input[type=reset]::after, input[type=submit]::after, .button::after, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after, .added_to_cart::after {
    display: none
}

button.cta, button.alt, input[type=button].cta, input[type=button].alt, input[type=reset].cta, input[type=reset].alt, input[type=submit].cta, input[type=submit].alt, .button.cta, .button.alt, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt, .added_to_cart.cta, .added_to_cart.alt {
    background-color: var(--text-color);
    border-color: var(--text-color)
}

button.cta:hover, button.alt:hover, input[type=button].cta:hover, input[type=button].alt:hover, input[type=reset].cta:hover, input[type=reset].alt:hover, input[type=submit].cta:hover, input[type=submit].alt:hover, .button.cta:hover, .button.alt:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover, .added_to_cart.cta:hover, .added_to_cart.alt:hover {
    background-color: var(--text-color)
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover, .added_to_cart:hover {
    color: #fff
}

button.loading, input[type=button].loading, input[type=reset].loading, input[type=submit].loading, .button.loading, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading, .added_to_cart.loading {
    opacity: .5
}

button.small, input[type=button].small, input[type=reset].small, input[type=submit].small, .button.small, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.small, .added_to_cart.small {
    padding: .5407911001em .875em;
    font-size: .875em
}

button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled, .button.disabled, .button:disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled, .added_to_cart.disabled, .added_to_cart:disabled {
    opacity: .5 !important;
    cursor: not-allowed
}

button.disabled:hover, button:disabled:hover, input[type=button].disabled:hover, input[type=button]:disabled:hover, input[type=reset].disabled:hover, input[type=reset]:disabled:hover, input[type=submit].disabled:hover, input[type=submit]:disabled:hover, .button.disabled:hover, .button:disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled:hover, .added_to_cart.disabled:hover, .added_to_cart:disabled:hover {
    opacity: .5 !important
}

.button.woocommerce-MyAccount-downloads-file {
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-button:not(.is-link).disabled, .wc-block-components-button:not(.is-link):disabled {
    opacity: .5;
    cursor: not-allowed
}

.wc-block-components-button:not(.is-link).disabled:hover, .wc-block-components-button:not(.is-link):disabled:hover {
    opacity: .5
}

input[type=checkbox], input[type=radio] {
    padding: 0
}

input[type=checkbox] + label, input[type=radio] + label {
    margin: 0 .3819820591em 0 0
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=search] {
    box-sizing: border-box
}

input[type=search]::placeholder {
    color: #616161
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
    padding: 5px 10px;
    background-color: transparent;
    color: var(--text-color-dark);
    border: 1px solid var(--border-color-dark2);;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 5px;
}

select {
    padding: 5px 10px;
    background-color: var(--background-color);
    color: var(--text-color-dark);
    border: 0;
    box-sizing: border-box;
    font-weight: 400;
    height: 40px;
    text-align: right;
    direction: rtl;
}

/*input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus {
    background-color: #ededed
}*/

textarea {
    overflow: auto;
    padding-right: .875em;
    vertical-align: top;
    width: 100%
}

label {
    font-weight: 400
}

label.inline input {
    width: auto
}

fieldset {
    padding: 1.618em;
    padding-top: 1em;
    border: 0;
    margin: 0;
    margin-bottom: 1.618em;
    margin-top: 1.618em
}

fieldset legend {
    font-weight: 600;
    padding: .6180469716em 1em;
    margin-right: -1em
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    display: inline-block;
    border-radius: 0
}

.wp-caption {
    margin-bottom: 1em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto
}

.wp-caption .wp-caption-text {
    text-align: right;
    font-style: italic;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
    padding: 1em 0
}

embed, iframe, object, video {
    max-width: 100%
}

.secondary-navigation {
    display: none
}

button.menu-toggle {
    cursor: pointer;
    text-align: right;
    float: left;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0);
    box-shadow: none;
    border-radius: 2px;
    background-image: none;
    padding: .6180469716em 2.617924em .6180469716em .875em;
    font-size: .875em;
    max-width: 120px
}

button.menu-toggle:hover {
    background-image: none
}

button.menu-toggle span::before {
    transition: all, ease, .2s
}

button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before {
    content: "";
    display: block;
    height: 2px;
    width: 14px;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -1px;
    transition: all, ease, .2s;
    border-radius: 3px
}

button.menu-toggle::before {
    transform: translateY(-4px)
}

button.menu-toggle::after {
    transform: translateY(4px)
}

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
    transform: rotate(-45deg)
}

.toggled button.menu-toggle::after {
    transform: rotate(45deg)
}

.toggled button.menu-toggle span::before {
    opacity: 0
}

.primary-navigation {
    display: none
}

.main-navigation::before, .main-navigation::after {
    content: "";
    display: table
}

.main-navigation::after {
    clear: both
}

.main-navigation div.menu {
    display: none
}

.main-navigation div.menu:last-child {
    display: block
}

.main-navigation .menu {
    clear: both
}

.handheld-navigation, .nav-menu, .main-navigation div.menu > ul:not(.nav-menu) {
    overflow: hidden;
    max-height: 0;
    transition: all, ease, .8s
}

.handheld-navigation {
    clear: both
}

.handheld-navigation ul {
    margin: 0
}

.handheld-navigation ul.menu li {
    position: relative
}

.handheld-navigation ul.menu li button::after {
    transition: all, ease, .9s
}

.handheld-navigation ul.menu li button.toggled-on::after {
    transform: rotate(-180deg)
}

.handheld-navigation ul.menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all, ease, .9s
}

.handheld-navigation ul.menu .sub-menu.toggled-on {
    visibility: visible;
    max-height: 9999px;
    opacity: 1
}

.handheld-navigation .dropdown-toggle {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.main-navigation.toggled .handheld-navigation, .main-navigation.toggled .menu > ul:not(.nav-menu), .main-navigation.toggled ul[aria-expanded=true] {
    max-height: 9999px
}

.main-navigation ul {
    margin-right: 0;
    list-style: none;
    margin-bottom: 0
}

.main-navigation ul ul {
    display: block;
    margin-right: 1.41575em
}

.main-navigation ul li a {
    padding: .875em 0;
    display: block
}

.main-navigation ul li a:hover {
    color: var(--border-color-light)
}

.site-main nav.navigation {
    clear: both;
    padding: 0
}

.site-main nav.navigation::before, .site-main nav.navigation::after {
    content: "";
    display: table
}

.site-main nav.navigation::after {
    clear: both
}

.site-main nav.navigation .nav-previous a, .site-main nav.navigation .nav-next a {
    display: inline-block
}

.site-main nav.navigation .nav-previous {
    float: right;
    width: 50%
}

.site-main nav.navigation .nav-next {
    float: left;
    text-align: left;
    width: 50%
}

.pagination {
    flex: 0 0 100%;
}

.pagination ul.page-numbers::before,
.pagination ul.page-numbers::after,
ul.page-numbers::before,
ul.page-numbers::after {
    content: "";
    display: table
}

.pagination ul.page-numbers::after, ul.page-numbers::after {
    clear: both
}

.pagination .page-numbers, .page-numbers {
    list-style: none;
    margin: 0;
    vertical-align: middle
}

.discounts .page-numbers {
    text-align: left;
}

.pagination .page-numbers li, .page-numbers li {
    display: inline-block
}

.pagination .page-numbers li .page-numbers, .page-numbers li .page-numbers {
    border-right-width: 0;
    display: inline-block;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, .025);
    color: var(--text-color-dark2)
}

.pagination .page-numbers li .page-numbers.current, .page-numbers li .page-numbers.current {
    background-color: var(--text-color);
    border-color: var(--text-color);
    font-family: var(--digits-font-family);
}

.pagination .page-numbers li .page-numbers.dots, .page-numbers li .page-numbers.dots {
    background-color: rgba(0, 0, 0, 0)
}

.pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next, .page-numbers li .page-numbers.prev, .page-numbers li .page-numbers.next {
    padding-right: 1em;
    padding-left: 1em
}

.pagination .page-numbers li a.page-numbers:hover, .page-numbers li a.page-numbers:hover {
    background-color: rgba(0, 0, 0, .05)
}

.rtl .pagination a.next, .rtl .pagination a.prev, .rtl .page-numbers a.next, .rtl .page-numbers a.prev {
    transform: rotateY(-180deg)
}

.pagination .page-numbers {
    display: flex;
    justify-content: flex-end;
    direction: rtl;
}

.widget {
    margin: 0 0 3.706325903em
}

.widget select {
    max-width: 100%
}

.widget .widget-search .search-submit {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.widget .widget-title, .widget .widgettitle {
    font-size: 1.41575em;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 0 0 1em;
    margin-bottom: 1em;
    font-weight: 300
}

.widget ul {
    margin-right: 0;
    list-style: none
}

.widget ul ul {
    margin-right: 1.618em
}

.widget-area .widget {
    font-size: .875em;
    font-weight: 400
}

.widget-area .widget h1.widget-title {
    font-size: 1.41575em
}

.widget-area .widget a {
    font-weight: 600;
    text-decoration: underline
}

.widget-area .widget a:hover {
    text-decoration: none
}

.widget-area .widget a.button, .widget-area .widget a.components-button:not(.is-link), .widget-area .widget a.wp-block-button__link {
    text-decoration: none
}

.widget-area .widget a.button {
    font-weight: 600 !important
}

.widget_search form:not(.wp-block-search), .widget_product_search form:not(.wp-block-search) {
    position: relative
}

.widget_search form:not(.wp-block-search) input[type=text], .widget_search form:not(.wp-block-search) input[type=search], .widget_product_search form:not(.wp-block-search) input[type=text], .widget_product_search form:not(.wp-block-search) input[type=search] {
    width: 100%
}

.widget_search form:not(.wp-block-search) input[type=submit], .widget_search form:not(.wp-block-search) button[type=submit], .widget_product_search form:not(.wp-block-search) input[type=submit], .widget_product_search form:not(.wp-block-search) button[type=submit] {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    top: 0;
    right: 0
}

.widget_recent_entries ul, .widget_pages ul, .widget_categories ul, .widget_archive ul, .widget_recent_comments ul, .widget_nav_menu ul, .widget_links ul, .widget_product_categories ul, .widget_layered_nav ul, .widget_layered_nav_filters ul {
    margin: 0
}

.widget_recent_entries ul li, .widget_pages ul li, .widget_categories ul li, .widget_archive ul li, .widget_recent_comments ul li, .widget_nav_menu ul li, .widget_links ul li, .widget_product_categories ul li, .widget_layered_nav ul li, .widget_layered_nav_filters ul li {
    list-style: none;
    margin-bottom: 1em;
    line-height: 1.41575em
}

.widget_recent_entries ul .children, .widget_pages ul .children, .widget_categories ul .children, .widget_archive ul .children, .widget_recent_comments ul .children, .widget_nav_menu ul .children, .widget_links ul .children, .widget_product_categories ul .children, .widget_layered_nav ul .children, .widget_layered_nav_filters ul .children {
    margin-right: 0;
    margin-top: 1em
}

#wp-calendar th, #wp-calendar td, .wp-calendar-table th, .wp-calendar-table td {
    padding: .236em;
    text-align: center
}

.widget_recent_entries ul ul.children, .widget_pages ul ul.children {
    margin: .6180469716em 1.41575em 0 0
}

.widget_rating_filter .wc-layered-nav-rating {
    margin-bottom: .6180469716em
}

.widget_rating_filter .wc-layered-nav-rating a {
    text-decoration: none !important
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
    display: inline-block;
    height: 1em;
    line-height: 1
}

@media (min-width: 768px) {
    table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
        text-align: right
    }

    .col-full {
        max-width: 66.4989378333em;
        margin-right: auto;
        margin-left: auto;
        padding: 0 2.617924em;
        box-sizing: content-box
    }

    .col-full::before, .col-full::after {
        content: "";
        display: table
    }

    .col-full::after {
        clear: both
    }

    .col-full:after {
        content: " ";
        display: block;
        clear: both
    }

    .site-content::before, .site-content::after {
        content: "";
        display: table
    }

    .site-content::after {
        clear: both
    }

    .content-area {
        width: 73.9130434783%;
        float: right;
        margin-left: 4.347826087%
    }

    .widget-area {
        width: 21.7391304348%;
        float: left;
        margin-left: 0
    }

    .right-sidebar .content-area {
        width: 78%;
        float: right;
        margin-left: 0px;
    }

    .single.right-sidebar .content-area {
        width: 100%;

    }

    .right-sidebar .widget-area {
        width: 22%;
        float: left;
        margin-left: 0
    }

    .left-sidebar .content-area {
        width: 73.9130434783%;
        float: left;
        margin-left: 0
    }

    .left-sidebar .widget-area {
        width: 21.7391304348%;
        float: right;
        margin-left: 4.347826087%
    }

    .storefront-full-width-content .content-area {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0
    }

    .content-area, .widget-area {
        margin-bottom: 2.617924em
    }

    .page-template-template-fullwidth-php .content-area, .page-template-template-homepage-php .content-area {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0
    }

    .footer-widgets {
        padding-top: 4.235801032em;
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }

    .footer-widgets::before, .footer-widgets::after {
        content: "";
        display: table
    }

    .footer-widgets::after {
        clear: both
    }

    .footer-widgets.col-2 .block {
        width: 47.8260869565%;
        float: right;
        margin-left: 4.347826087%
    }

    .footer-widgets.col-2 .block.footer-widget-2 {
        float: left;
        margin-left: 0
    }

    .footer-widgets.col-3 .block {
        width: 30.4347826087%;
        float: right;
        margin-left: 4.347826087%
    }

    .footer-widgets.col-3 .block.footer-widget-3 {
        float: left;
        margin-left: 0
    }

    .footer-widgets.col-4 .block {
        width: 21.7391304348%;
        float: right;
        margin-left: 4.347826087%
    }

    .footer-widgets.col-4 .block.footer-widget-4 {
        float: left;
        margin-left: 0
    }

    .menu-toggle, .handheld-navigation, .main-navigation.toggled .handheld-navigation, .main-navigation.toggled div.menu {
        display: none
    }

    .primary-navigation {
        display: block
    }

    .main-navigation, .secondary-navigation {
        clear: both;
        display: block;
        width: 100%
    }

    .main-navigation ul, .secondary-navigation ul {
        list-style: none;
        margin: 0;
        padding-right: 0;
        display: block
    }

    .main-navigation ul li, .secondary-navigation ul li {
        position: relative;
        display: inline-block;
        text-align: right
    }

    .main-navigation ul li a, .secondary-navigation ul li a {
        display: block
    }

    .main-navigation ul li a::before, .secondary-navigation ul li a::before {
        display: none
    }

    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul, .secondary-navigation ul li:hover > ul, .secondary-navigation ul li.focus > ul {
        right: 0;
        display: block
    }

    .main-navigation ul li:hover > ul li > ul, .main-navigation ul li.focus > ul li > ul, .secondary-navigation ul li:hover > ul li > ul, .secondary-navigation ul li.focus > ul li > ul {
        right: -9999px
    }

    .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device, .secondary-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .secondary-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
        display: none;
        right: 0
    }

    .main-navigation ul li:hover > ul li:hover > ul, .main-navigation ul li:hover > ul li.focus > ul, .main-navigation ul li.focus > ul li:hover > ul, .main-navigation ul li.focus > ul li.focus > ul, .secondary-navigation ul li:hover > ul li:hover > ul, .secondary-navigation ul li:hover > ul li.focus > ul, .secondary-navigation ul li.focus > ul li:hover > ul, .secondary-navigation ul li.focus > ul li.focus > ul {
        right: 100%;
        top: 0;
        display: block
    }

    .main-navigation ul ul, .secondary-navigation ul ul {
        float: right;
        position: absolute;
        top: 100%;
        z-index: 99999;
        right: -9999px
    }

    .main-navigation ul ul.sub-menu--is-touch-device, .secondary-navigation ul ul.sub-menu--is-touch-device {
        display: none;
        right: 0
    }

    .main-navigation ul ul li, .secondary-navigation ul ul li {
        display: block
    }

    .main-navigation ul ul li a, .secondary-navigation ul ul li a {
        width: 200px
    }

    ul.menu li.current-menu-item > a {
        color: var(--text-color-dark2)
    }

    .storefront-primary-navigation {
        clear: both
    }

    .storefront-primary-navigation::before, .storefront-primary-navigation::after {
        content: "";
        display: table
    }

    .storefront-primary-navigation::after {
        clear: both
    }

    .main-navigation div.menu {
        display: block
    }

    .main-navigation ul.menu, .main-navigation ul.nav-menu {
        max-height: none;
        overflow: visible;
        margin-right: -1em;
        transition: none
    }

    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
        padding: 1.618em 1em
    }

    .main-navigation ul.menu > li.menu-item-has-children:hover::after, .main-navigation ul.menu > li.page_item_has_children:hover::after, .main-navigation ul.nav-menu > li.menu-item-has-children:hover::after, .main-navigation ul.nav-menu > li.page_item_has_children:hover::after {
        display: block
    }

    .main-navigation ul.menu ul, .main-navigation ul.nav-menu ul {
        margin-right: 0
    }

    .main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
        padding: .875em 1.41575em;
        font-weight: 400;
        font-size: .875em
    }

    .main-navigation ul.menu ul li:last-child, .main-navigation ul.nav-menu ul li:last-child {
        border-bottom: 0
    }

    .main-navigation ul.menu ul ul, .main-navigation ul.nav-menu ul ul {
        margin-right: 0;
        box-shadow: none
    }

    .main-navigation ul.menu ul a:hover, .main-navigation ul.menu ul li:hover > a, .main-navigation ul.menu ul li.focus, .main-navigation ul.nav-menu ul a:hover, .main-navigation ul.nav-menu ul li:hover > a, .main-navigation ul.nav-menu ul li.focus {
        background-color: rgba(0, 0, 0, .025)
    }

    .main-navigation a {
        padding: 0 1em 2.2906835em
    }

    .secondary-navigation {
        margin: 0 0 1.618em;
        width: auto;
        clear: none;
        line-height: 1
    }

    .secondary-navigation .menu {
        font-size: .875em;
        width: auto;
        float: left
    }

    .secondary-navigation .menu > li:hover > a {
        text-decoration: none
    }

    .secondary-navigation .menu ul a {
        padding: .326em .875em;
        background: rgba(0, 0, 0, .05)
    }

    .secondary-navigation .menu ul li:first-child a {
        padding-top: 1em
    }

    .secondary-navigation .menu ul li:last-child a {
        padding-bottom: 1em
    }

    .secondary-navigation .menu ul ul {
        margin-top: -.6180469716em
    }

    .secondary-navigation .menu a {
        padding: 1em .875em;
        color: #737781;
        font-weight: 400
    }

    .secondary-navigation .menu a:hover {
        text-decoration: none
    }

    .error404 .fourohfour-columns-2 .col-1 {
        width: 47.8260869565%;
        float: right;
        margin-left: 4.347826087%
    }

    .error404 .fourohfour-columns-2 .col-1 ul.products {
        margin-bottom: 0
    }

    .error404 .fourohfour-columns-2 .col-2 {
        width: 47.8260869565%;
        float: left;
        margin-left: 0
    }
}

@media (max-width: 66.4989378333em) {
    .col-full {
        margin-right: 2.617924em;
        margin-left: 2.617924em;
        padding: 0
    }
}

@media (max-width: 568px) {
    .col-full {
        margin-right: 1.41575em;
        margin-left: 1.41575em;
        padding: 0
    }
}


/*--------- Edit By Y.kiani ---------------*/


@media (max-width: 575.98px) {
    .col-xs-1 {
        flex: 0 0 auto;
        width: 7.41%
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 15.83%
    }

    .col-xs-3 {
        flex: 0 0 auto;
        width: 24.25%
    }

    .col-xs-4 {
        flex: 0 0 auto;
        width: 32%
    }

    .col-xs-5 {
        flex: 0 0 auto;
        width: 40.66666667%
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 49%
    }

    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xs-8 {
        flex: 0 0 auto;
        width: 66%
    }

    .col-xs-9 {
        flex: 0 0 auto;
        width: 73.75%
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 7.41%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 15.83%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 24.25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 32%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 40.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 49%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 73.75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 7.41%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 15.83%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 24.25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 32%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 40.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 49%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 73.75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 7.41%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 15.83%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 24.25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 32%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 40.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 49%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 73.75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 auto;
        width: 7.41%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 15.83%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 24.25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 32%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 40.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 49%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 73.75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1400px) {
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 7.41%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 15.83%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 24.25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 32%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 40.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 49%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 73.75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.container-fluid {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

.row .col-md-6 {
    flex: 0 0 49%;
    /*max-width: 49%;*/
}

.section {
    padding: 80px 15px;
}

.map-road-section.dark-section:before {
    animation: moveBackground 50s linear infinite;
    transition: background-position 1s ease-in-out;
}

.map-road-section.dark-section > .e-con-inner:before {
    position: absolute;
    content: "";
    border: 40px solid rgba(191, 191, 191, 0.1);
    width: 250px;
    height: 450px;
    left: -190px;
    bottom: -50px;
    transform: rotate(45deg);
    animation: shake 1.5s ease-in-out 1.5s infinite alternate;
    z-index: 1;
}

@keyframes shake {
    0% {
        -webkit-transform: rotate(45deg);
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(35deg);
    }
}

@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
}

.section .section-subtitle .elementor-heading-title {
    font-family: var(--text-font-family);
    /*background: #fff;*/
    font-size: 18px;
    color: var(--text-color-dark);
    font-weight: 300;
    line-height: 35px;
}

.section.dark-section .section-subtitle .elementor-heading-title {
    color: var(--text-color-light3);
}

.section .section-title .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    color: var(--text-color-dark);
    position: relative;
    margin-bottom: 60px;
}

.section.dark-section .section-title .elementor-heading-title {
    color: var(--text-color-light3);
}

.section.dark-section p {
    color: var(--text-color-light);
}

.section .subsection-title .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
}

.section .section-subtitle .elementor-widget-container {
    padding-right: 40px;
}

.section .section-subtitle.center .elementor-widget-container {
    padding-left: 40px;
}

.section .section-subtitle:after {
    position: absolute;
    content: '';
    background-color: #f5be23;
    height: 2px;
    right: 15px;
    top: 12px;
    width: 15px;
}

.section .section-subtitle.center:before {
    position: absolute;
    content: '';
    background-color: #f5be23;
    height: 2px;
    left: 15px;
    top: 12px;
    width: 15px;
}

.section .section-subtitle .elementor-heading-title:after {
    position: absolute;
    content: '';
    background-color: #f5be23;
    height: 2px;
    width: 30px;
    right: 0px;
    top: 22px;
}

.section .section-subtitle.center .elementor-heading-title:before {
    position: absolute;
    content: '';
    background-color: #f5be23;
    height: 2px;
    width: 30px;
    left: 0px;
    top: 22px;
}

.section .section-subtitle-overlay {
    position: relative;
    max-width: 90%;
    margin-top: -125px;
}

.section .section-subtitle-overlay:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    position: absolute;
    top: -20px;
    transform: rotate(270deg);
}

.section .section-subtitle-overlay:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    position: absolute;
    left: -20px;
    bottom: 0;
    transform: rotate(270deg);
}

.section .section-subtitle-overlay .elementor-heading-title {
    font-family: var(--text-font-family);
    background: #fff;
    font-size: 18px;
    color: var(--text-color-dark);
    font-weight: 300;
    line-height: 35px;
    padding: 10px 0 10px 30px;
    border-top-left-radius: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.section .section-title-overlay {
    position: relative;
    max-width: 90%;
}

.section .section-title-overlay:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    position: absolute;
    left: -20px;
    bottom: 0;
    transform: rotate(270deg);
}

.section .section-title-overlay .elementor-heading-title {
    background: #fff;
    font-family: var(--text-font-family);
    font-size: 26px;
    line-height: 50px;
    font-weight: bold;
    color: var(--text-color-dark);
    position: relative;
    padding: 10px 0 10px 30px;
    border-top-left-radius: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .desc * {
    font-size: 14px;
    font-family: var(--text-font-family);
}

.section .desc ol, .section .desc ul {
    margin: 0;
    padding-right: 20px;
}

.absolute-link {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 30px;
    right: 0;
    z-index: 1;
    opacity: 0.5;
}


.swiper {
    position: relative;
}

.swiper .swiper-pagination {
    z-index: 1 !important;
}

.bold-title .elementor-heading-title,
.bold-title .elementor-heading-title a {
    font-weight: bold;
    font-family: var(--text-font-family);
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important;
}

/*--------------------- Header / Start ----------------------*/
.header {
    padding: 10px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: transparent;
}
.single .header{
    background: #221e1f;
}
.header.scrolled {
    background: #fff;
    box-shadow: 0 2px 10px rgba(114, 114, 114, 0.6);
}

.header .logo {
    width: 240px;
    min-width: 150px;
}

.header:not(.scrolled) .logo.white {
    display: inline-flex;
}

.header:not(.scrolled) .logo.black {
    display: none;
}

.header.scrolled .logo.black {
    display: inline-flex;
}

.header.scrolled .logo.white {
    display: none;
}

.header .header-btns {
    width: 240px;
    min-width: 240px;
}

.header .header-btns .elementor-icon-list-items .elementor-icon-list-item a {
    padding: 0 10px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    font-family: var(--text-font-family);
    border-radius: 20px;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.header .header-btns .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-text {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: bold;
    font-family: var(--text-font-family);
}

.header .header-btns .elementor-icon-list-items .elementor-icon-list-item a:hover {
    background: var(--primary-color);
}

.header .header-btns .elementor-icon-list-items .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: var(--text-color-dark);
}

.header .header-btns .elementor-icon-list-items .elementor-icon-list-item:first-child a {
    background: var(--primary-color);
    color: var(--text-color-dark);
    text-align: center;
    display: block;
}

.header .header-btns .elementor-icon-list-items .elementor-icon-list-item:first-child a .elementor-icon-list-text {
    color: var(--text-color-dark);
}

.header .header-btns .elementor-icon-list-items .elementor-icon-list-item:first-child a:hover {
    background: var(--text-color-dark);
    border-color: var(--text-color-dark);
    color: #fff;
}

.header .header-btns .elementor-icon-list-items .elementor-icon-list-item:first-child a:hover .elementor-icon-list-text {
    color: #fff;
}

.header .menu-wrapper {
    max-width: calc(100% - 400px) !important;
}

.header .hfe-nav-menu .menu-item .hfe-menu-item {
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: bold;
    color: var(--text-color-dark);
}

.header:not(.scrolled) .hfe-nav-menu .menu-item .hfe-menu-item {
    color: #fff;
}

.header .hfe-nav-menu .menu-item .hfe-menu-item .hfe-menu-toggle {
    margin-right: 5px;
}

.header .hfe-nav-menu > .menu-item > .sub-menu {
    left: inherit;
    right: 0;
}

.header .hfe-nav-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    left: inherit;
    right: 100%;
}

.header .hfe-nav-menu .sub-menu .hfe-sub-menu-item {
    font-family: var(--text-font-family);
    color: var(--text-color-dark);
    font-size: 15px;
    font-weight: normal;
    padding: 0 15px !important;
    line-height: 45px;
}

.header .elementor-menu-toggle {
    padding: 0 15px;
    margin-left: 0 !important;
    line-height: 35px;
    border-radius: 17px;
    background-color: transparent !important;
    border: 1px solid var(--border-color-dark);
}

.header .elementor-menu-toggle .e-font-icon-svg {
    fill: var(--text-color);
    height: 25px;
    width: 20px;
}

.header .elementor-menu-toggle .elementor-screen-only {
    position: relative;
    top: inherit;
    font-size: 13px;
    padding: 0 5px 0 10px;
    white-space: nowrap;
    font-weight: 400;
    width: auto;
    height: auto;
    color: var(--text-color-dark) !important;
    font-family: var(--text-font-family);
}


/*--------------------- Header / End ----------------------*/
/*--------------------- Footer / Start ----------------------*/

.footer {
    position: relative;
    padding-top: 50px;
    background: var(--text-color-dark);
}

.footer .contact-info .elementor-icon-list-items {
    direction: rtl;
    gap: 6px;
    display: flex;
    flex-direction: column;
}

.footer .contact-info .elementor-icon-list-items .elementor-icon-list-item {
}

.footer .contact-info .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 14px;
    font-weight: 300;
    color: var(--border-color-light);
    font-family: var(--text-font-family);
}

.footer .socials .elementor-icon-list-items {
    direction: ltr;
    gap: 20px;
    margin-top: 40px;
}

.footer .socials .elementor-icon-list-items .elementor-icon-list-item {
    margin: 0;
    padding: 2px 15px;
    border: 1px solid var(--border-color-dark2);
    border-radius: 20px;
}

.footer .socials .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
    width: 18px;
    height: 18px;
    fill: var(--text-color-light);
}

.footer .socials .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 14px;
    font-weight: bold;
    color: var(--text-color-light);
    padding-top: 5px;
}

.footer .socials .elementor-icon-list-items .elementor-icon-list-item:hover {
    border-color: var(--primary-color);
}

.footer .socials .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: var(--primary-color);
}

.footer .socials .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
    fill: var(--primary-color);
}

.footer .footer-nav .hfe-nav-menu .hfe-menu-item {
    display: block;
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 300;
    color: var(--border-color-light);
}

.footer .copyright {
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top: 1px solid var(--text-color-dark2) !important;
}

.footer .copyright .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 13px;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--text-font-family);
}

/*--------------------- Footer / End ----------------------*/
/*--------------------- Buttons / Start ----------------------*/
.btn .elementor-button {
    font-size: 14px;
    font-weight: bold;
    font-family: var(--text-font-family);
    box-shadow: none;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    border-radius: 25px;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    position: relative;
    transition: all 0.3s;
}

.btn .elementor-button .elementor-button-text {
    font-weight: bold;
}

.btn .elementor-button:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.button,
.btn-bg .elementor-button {
    font-size: 14px;
    font-weight: bold;
    font-family: var(--text-font-family);
    box-shadow: none;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    border-radius: 25px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--text-color-dark);
    position: relative;
    transition: all 0.3s;
}

.btn-bg .elementor-button .elementor-button-text {
    font-weight: bold;
}

.button:hover,
.btn-bg .elementor-button:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.btn .elementor-button .elementor-button-content-wrapper,
.btn-bg .elementor-button .elementor-button-content-wrapper {
    align-items: center;
}

.btn .elementor-button .elementor-button-icon,
.btn-bg .elementor-button .elementor-button-icon {
    height: 30px;
}

.btn .elementor-button svg, .btn-bg .elementor-button svg {
    width: 30px;
    height: 30px;
}

.btn .elementor-button svg *, .btn-bg .elementor-button svg * {
    fill: none;
    stroke: #000;
}

.btn .elementor-button:hover svg *, .btn-bg .elementor-button:hover svg * {
    stroke: #fff;
}

/*--------------------- Buttons / End ----------------------*/
/*--------------------- Home page / Start ----------------------*/
@keyframes wave {
    0% {
        transform: matrix(1, 0, 0, 1, 0, -20); /* Top */
    }
    25% {
        transform: matrix(1, 0, 0, 1, 20, 0); /* Right */
    }
    50% {
        transform: matrix(1, 0, 0, 1, 0, 0); /* Bottom */
    }
    75% {
        transform: matrix(1, 0, 0, 1, -20, 0); /* Left */
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, -20); /* Back to Top */
    }
}

.section-slider .bdt-prime-slider-skin-slide .bdt-slide-shape {
    animation: wave 2.5s infinite linear;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.section-slider .bdt-prime-slider-skin-slide .bdt-slide-featured {
    border-top-right-radius: 25px;
}

.section-slider .bdt-prime-slider-skin-slide .bdt-dotnav li:after {
    font-family: var(--digits-font-family);
}

.section-slider .bdt-prime-slider-skin-slide .bdt-slide-featured .bdt-slider-excerpt {
    border-left-color: var(--primary-color);
}

.section-slider .bdt-prime-slider-arrow-button .bdt-slide-btn-icon {
    transform: rotate(180deg);
}

.section-slider .bdt-prime-slider-skin-slide .bdt-prime-slider-next,
.section-slider .bdt-prime-slider-skin-slide .bdt-prime-slider-previous {
    border-radius: 50%;
}

.section-about .about-pic img {
    border-radius: 25px;
}

.dark-section .counter-item {
    width: 200px;
    height: 100px;
    border-radius: 25px;
    border: 1px solid var(--border-color-dark2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dark-section .counter-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    border: 4px solid var(--primary-color);
    transition: all 0.4s ease;
    transform: scale(0);
}

.dark-section .counter-item:hover::before {
    transform: scale(1.01);
}

.dark-section .counter-item > .elementor-widget-container {
    height: auto;
}

.dark-section .counter-item .elementor-counter-title {
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color-light);
    line-height: 30px;
    font-family: var(--text-font-family);
}


.dark-section .counter-item .elementor-counter-number-wrapper .elementor-counter-number {
    font-size: 26px;
    font-weight: bold;
    color: var(--text-color-light3);
    font-family: var(--digits-font-family);
}

.section-about .btn .elementor-button {
    padding: 0 30px;
}

/*.section-about .brands-slider {
    margin-top: 90px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color-light);
    border-bottom: 1px solid var(--border-color-light);
}

.section-about .brands-slider .swiper-slide img {
    filter: grayscale(100%);
    opacity: 0.4;
    transition: all 0.5s;
}

.section-about .brands-slider .swiper-slide:hover img {
    filter: grayscale(0);
    opacity: 1;
}*/

.section-categories {
    padding-top: 0px;
}

.section-categories .cat-item {
    padding: 30px 30px 0 40px;
    background: #f1e6cb;
    border-radius: 30px;
}

.section-categories .cat-item .title .elementor-heading-title {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: var(--text-color-dark);
    font-family: var(--text-font-family);
}

.section-categories .cat-item .pic {
    width: 240px !important;
    height: 240px !important;
    margin-top: 10px;
}

.section-categories .cat-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}

.section-categories .cat-item .btn-bg {
    background: #fff;
    padding: 10px 10px 0 0;
    border-top-right-radius: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-categories .cat-item .btn-bg:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='white'/%3E%3C/svg%3E%0A");
    top: -20px;
    left: 0;
    transform: rotate(90deg);
}

.section-categories .cat-item .btn-bg:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='white'/%3E%3C/svg%3E%0A");
    right: -20px;
    bottom: 0;
    transform: rotate(90deg);
}

.section-categories .cat-item:nth-child(2) {
    background: #dde0e9;
}

.section-categories .cat-item:nth-child(2) .btn-bg .elementor-button {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.section-categories .cat-item:nth-child(2) .btn-bg .elementor-button:hover {
    background: var(--text-color-dark);
    border-color: var(--text-color-dark);
}

.section-categories .cat-item:nth-child(2) .btn-bg .elementor-button svg * {
    stroke: #fff;
}

.section-categories .cat-item:nth-child(3) {
    background: #dddddd;
}

.section-categories .cat-item:nth-child(3) .btn-bg .elementor-button {
    background: var(--text-color-dark);
    border-color: var(--text-color-dark);
    color: #fff;
}

.section-categories .cat-item:nth-child(3) .btn-bg .elementor-button svg * {
    stroke: #fff;
}

.section-habtoor .pic {
    margin-top: -125px;
}

.section-habtoor .pic img {
    border-radius: 25px;
}

.section-habtoor .section-subtitle-overlay {
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.section-habtoor .section-title-overlay {
    position: relative;
    z-index: 1;
}

.section-habtoor .section-subtitle-overlay .elementor-heading-title {
    border-radius: 0;
}

.section-habtoor .section-subtitle-overlay:before {
    top: 0;
    left: -20px;
    transform: rotate(180deg);
}

.section-habtoor .section-title-overlay:after {
    left: inherit;
    right: 0;
    bottom: -20px;
    transform: rotate(180deg);
}

.section-habtoor .section-title-overlay .elementor-heading-title {
    border-bottom-left-radius: 15px;
}

.section-habtoor .section-brand-logo{
    background:#fff;
    padding:10px 20px 10px 0;
    border-top-right-radius: 15px;
    position:absolute;
    bottom:-1px;
    top:inherit;
    left:0;
    z-index:1;
    width:160px;
}

.section-habtoor .section-brand-logo img{
    width:100%;
    height:100% !important;
    object-fit: contain;
}

.section-habtoor .section-brand-logo:before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    position: absolute;
    left: 0;
    top: -20px;
    /*transform: rotate(270deg);*/
}
.section-habtoor .section-brand-logo:after{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    position: absolute;
    right: -20px;
    bottom: 0;
    /*transform: rotate(270deg);*/
}

.section-habtoor .btn-bg {
    margin-top: 40px;
}

.section-habtoor .section-about .elementor-widget-image {
    height: 100%;
}

#main-cta.section .section-title .elementor-heading-title ,
.main-cta.section .section-title .elementor-heading-title {
    margin-bottom: 20px;
}

#main-cta.section .btn-bg svg * ,
.main-cta.section .btn-bg svg * {
    fill: var(--text-color-dark);
    stroke: none;
}

#main-cta.section .btn-bg:hover svg * ,
.main-cta.section .btn-bg:hover svg * {
    fill: #fff;
    stroke: none;
}

#main-cta.section .btn-bg svg ,
.main-cta.section .btn-bg svg {
    width: 16px;
}

.section-brands .elementor-image-carousel .swiper-slide .swiper-slide-inner img {
    filter: grayscale(1.5) invert(.5) brightness(2);
}

.section-brands > .e-con-inner:before {
    position: absolute;
    content: "";
    border: 40px solid rgba(191, 191, 191, 0.1);
    width: 250px;
    height: 450px;
    right: -190px;
    bottom: 0px;
    transform: rotate(45deg);
    animation: shake 1.5s ease-in-out 1.5s infinite alternate;
    z-index: 1;
}

.section-brands > .e-con-inner:after {
    content: "";
    position: absolute;
    top: 90px;
    left: -90px;
    width: 75%;
    height: 90%;
    background-color: transparent;
    border: 30px solid rgba(191, 191, 191, 0.1);
    z-index: 1;
}

.section-brands.dark-section:before {
    animation: moveBackground 50s linear infinite;
    transition: background-position 1s ease-in-out;
}

#main-cta.section .col-bg ,
.main-cta.section .col-bg {
    background: #fff;
    padding: 10px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    position: absolute;
    width: fit-content !important;
    bottom: -90px;
}

#main-cta.section .col-bg:after ,
.main-cta.section .col-bg:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='white'/%3E%3C/svg%3E%0A");
    right: -20px;
    bottom: 10px;
    transform: rotate(90deg);
}

#main-cta.section .col-bg:before ,
.main-cta.section .col-bg:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    position: absolute;
    left: -20px;
    top: 38px;
    transform: rotate(270deg);
}

.section-kitline .item {
    border-radius: 30px;
    overflow: hidden;
}

.section-kitline .item .pic {
    height: 100%;
}

.section-kitline .item .pic img {
    transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}

.section-kitline .item:hover .pic img {
    transform: scale(1.1);
}

.section-kitline .item .btn-bg {
    background: #fff;
    padding: 10px 10px 0 0;
    border-top-right-radius: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-kitline .item .btn-bg:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='white'/%3E%3C/svg%3E%0A");
    top: -20px;
    left: 0;
    transform: rotate(90deg);
}

.section-kitline .item .btn-bg:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='white'/%3E%3C/svg%3E%0A");
    right: -20px;
    bottom: 0;
    transform: rotate(90deg);
}

.section-cta {
    padding-top: 0;
    padding-bottom: 0;
}

.section-cta .cta-wrapper {
    background: #dde0e9;
    border-radius: 30px;
    padding: 40px 40px 0 0;
}

.section-cta .cta-wrapper .section-subtitle .elementor-heading-title {
    /*padding: 10px 30px;*/
    background: transparent;
}

.section-cta .cta-wrapper .section-title .elementor-heading-title {
    font-size: 36px;
    margin-bottom: 30px;
}

.section-cta .cta-wrapper .desc {
    margin-bottom: 60px;
    margin-left: 60px;
}

.section-cta .cta-wrapper .btn-wrapper {
    background: #fff;
    padding: 10px 10px 0 0;
    border-top-right-radius: 30px;
    position: relative;
}

.section-cta .cta-wrapper .btn-wrapper:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='white'/%3E%3C/svg%3E%0A");
    top: -20px;
    left: 0;
    transform: rotate(90deg);
}

.section-cta .cta-wrapper .btn-wrapper:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='white'/%3E%3C/svg%3E%0A");
    right: -20px;
    bottom: 0;
    transform: rotate(90deg);
}

.section-cta .cta-wrapper .btn-wrapper .btn-bg svg {
    width: 16px;
}

.section-cta .cta-wrapper .btn-wrapper .btn-bg svg * {
    fill: var(--text-color-dark);
    stroke: none;
}

.latest-posts .row {
    gap: 3%;
}

.latest-posts .blog-cart {
    flex: 0 0 31.33%;
    max-width: 31.33%;
}

.latest-posts .blog-cart .blog-img-wrapper {
    border: 1px solid var(--border-color-light);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    aspect-ratio: 2/1;
}

.latest-posts .blog-cart .blog-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-posts .blog-cart .blog-info-wrapper {
    padding: 0 10px;
    position: relative;
}

.latest-posts .blog-cart .blog-info-wrapper .blog-title a {
    display: block;
    font-size: 16px;
    color: var(--text-color-dark);
    font-weight: bold;
    font-family: var(--text-font-family);
    margin-bottom: 15px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest-posts .blog-cart:hover .blog-info-wrapper .blog-title a {
    color: var(--secondary-color);
}

.latest-posts .blog-cart .blog-info-wrapper .blog-date {
    font-size: 13px;
    font-weight: 300;
    font-family: var(--digits-font-family);
    margin-bottom: 10px;
    color: var(--text-color-dark);
    padding: 10px 15px 0 5px;
    line-height: 25px;
    background: #fff;
    border-top-right-radius: 15px;
    position: absolute;
    left: 0;
    top: -50px;
}

.latest-posts .blog-cart .blog-info-wrapper .blog-date:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='white'/%3E%3C/svg%3E%0A");
    top: -20px;
    left: 0;
    transform: rotate(90deg);
}

.latest-posts .blog-cart .blog-info-wrapper .blog-date:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='white'/%3E%3C/svg%3E%0A");
    right: -20px;
    bottom: 0;
    transform: rotate(90deg);
}

.latest-posts .blog-cart .blog-info-wrapper .blog-desc {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.latest-posts .blog-cart .blog-info-wrapper .blog-desc * {
    font-size: 14px;
    font-weight: 300;
    font-family: var(--text-font-family);
    color: var(--text-color-light2);
}

.text-slider > .elementor-element {
    opacity: 0.3;
}

/*--------------------- Home page / End ----------------------*/
/*------ Product Single Elementor / Start -------------*/
.single-product .product {
    padding-top: 100px;
    background: var(--background-color-light)
}

.single-product .product .product_title {
    font-size: 22px;
    font-weight: 500 !important;
    margin-bottom: 10px;
    color: var(--text-color-dark) !important;
    line-height: 1.6;
}

.single-product .product .woocommerce-product-gallery {
    z-index: 0;
    width: 40% !important;
    flex: 0 0 40%;
    float: none !important;
    margin: 0 !important;
}

.single-product .product .woocommerce-product-gallery img {
    width: 100%;
}

.single-product .product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    /*flex-wrap: wrap;*/
    overflow-x: auto;
}

.single-product .product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
    width: 1px; /* Set the width of the scrollbar */
    height: 3px;
}

.single-product .product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-track {
    background: var(--background-color); /* Set the background color of the scrollbar track */
}

.single-product .product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-thumb {
    background: #b9b9b9; /* Set the color of the scrollbar thumb */
    border-radius: 5px; /* Add rounded corners to the scrollbar thumb */
}

.single-product .product .woocommerce-product-gallery .flex-control-thumbs li {
    float: none !important;
    width: 15% !important;
    flex: 0 0 15%;
    margin-left: 1% !important;
    margin-bottom: 5px;
    border: 1px solid var(--border-color-light);
    border-radius: 5px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    border: 1px solid var(--border-color-light);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px !important;
}

.single-product .feature-list .elementor-icon-list-items {
    margin: 0 !important;
}

.single-product .feature-list .elementor-icon-list-items .elementor-icon-list-item {
    flex: 0 0 25%;
    width: 25%;
    margin: 0 !important;
    justify-content: center;
}

.single-product .feature-list .elementor-icon-list-items .elementor-icon-list-item:after {
    position: absolute !important;
    left: 0 !important;
}

.single-product .product-description {
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
    margin-bottom: 40px;
}

.single-product .product-description p {
    margin-bottom: 15px;
}

.single-product .product-description ul,
.single-product .product-description ol {
    margin-right: 20px;
    margin-bottom: 15px;
}

.single-product .product-description h2,
.single-product .product-description h3,
.single-product .product-description h4,
.single-product .product-description h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.single-product .product-description h2 {
    font-size: 20px;
}

.single-product .product-description h3 {
    font-size: 18px;
}

.single-product .product-description h6, .single-product .product-description h5 {
    font-size: 16px;
}

.single-product .product-description *:last-child {
    margin-bottom: 0;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments, .comment-product .woocommerce-noreviews {
    background-color: transparent !important;
    padding: 0 !important;
    color: var(--secondary-color) !important;
    font-size: 14px;
    margin: 20px 0 0 !important;
    border: 0 !important;
}

.single-product .cross-sells-wrapper {
    background-color: transparent !important;
    padding-bottom: 30px;
}

/*------ Product Single Elementor / End -------------*/
/*------ Product Single Classic / Start -------------*/
.single-product .content-area {
    float: none !important;
    width: 100%;
    margin: 0 auto;
}

.single-product .product .summary {
    display: flex;
    flex-direction: column;
    float: none !important;
    margin-bottom: 0 !important;
    padding-right: 30px;
    padding-top: 20px;
}

.single-product .product .product_title {
    font-size: 22px;
    font-weight: 500 !important;
    margin-bottom: 10px;
    color: var(--text-color-dark) !important;
    line-height: 1.6;
    order: 0;
}

.single-product .product .sku_wrapper {
    color: var(--text-color-light);
    font-size: 14px;
    margin-left: 5px;
    font-weight: 400;
    order: 1;
}

.single-product .product .sku_wrapper .sku {
    color: var(--text-color);
    font-family: var(--digits-font-family);
}

.sec-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--text-font-family);
    color: var(--text-color-dark);
    position: relative;
}

.sec-title:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--primary-color);
    display: inline-block;
    margin-left: 5px;
}

.sec-title:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--primary-color);
    display: inline-block;
    margin-right: 5px;
}

.single-product .product .product-attributes {
    order: 2;
    margin: 30px 0;
}

.single-product .product .product-attributes ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 2%;
}

.single-product .product .product-attributes .attr-item {
    font-size: 14px;
    color: var(--text-color-light);
    font-weight: 400;
    line-height: 30px;
    min-width: 32%;
}

.single-product .product .product-attributes .attr-item .term-item {
    padding-right: 4px;
    color: var(--text-color);
}

.single-product .product .product-attributes .attr-item .term-item:not(:last-child):after {
    content: '،';
}

.single-product .product .product-attributes + .product-ex-attributes {
    margin-top: -25px;
}

.single-product .product .woocommerce-product-details__short-description {
    order: 4;
}

.single-product .product .woocommerce-product-details__short-description * {
    font-family: var(--text-font-family);
    /*color: var(--text-color-dark);*/
    font-size: 14px;
    line-height: 1.8;
}

.single-product .product .woocommerce-product-details__short-description a {
    color: var(--secondary-color);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.single-product .product .excerpt-title {
    order: 3;
}

.single-product .storefront-product-pagination a[rel="prev"]::after {
    content: "";
}

.single-product .storefront-product-pagination a[rel="next"]::after {
    content: "";
}

.pswp .pswp__caption {
    display: none;
}

.pswp--open {
    z-index: 99999;
}

.single-product .product-details-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    padding-top: 40px;
}

.single-product .product-details-row .woocommerce-tabs {
    flex-basis: calc(95% - 250px);
    flex-grow: 1;
    padding: 0;
}

/*.single-product .product-details-row .wc-tabs-wrapper .wc-tab.panel {
    height: calc(100% - 77px);
}*/

.single-product .product-details-row .cross-sells-wrapper {
    flex: 0 0 250px;
    max-width: 250px;
    padding: 0;
}

.single-product .product-details-row .cross-sells-wrapper .sec-title {
    margin-bottom: 15px;
}

.single-product .product-details-row .cross-sells {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.single-product .product-details-row .cross-sells .products li {
    list-style: none;
}

.single-product .product-details-row .cross-sells .products .product {
    width: 100% !important;
    margin-bottom: 25px !important;
    position: relative;
}


.single-product .product-details-row .cross-sells .swiper-pagination {
    position: absolute;
    bottom: 0 !important;
}

.single-product .product-details-row .cross-sells .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.single-product .product-details-row .cross-sells .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}

.single-product .product .product-description * {
    font-family: var(--text-font-family);
    color: var(--text-color-dark);
    font-size: 14px;
    line-height: 1.8;
}

.single-product .product .product-description a {
    color: var(--secondary-color);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.single-product .product .product-description p {
    margin-bottom: 10px;
}

.single-product .product .product-description ol,
.single-product .product .product-description ul {
    margin: 0 15px 10px 0;
}

.single-product .product .product-description h2,
.single-product .product .product-description h3,
.single-product .product .product-description h4,
.single-product .product .product-description h5,
.single-product .product .product-description h6 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

.single-product .product .product-description h2:first-child,
.single-product .product .product-description h3:first-child,
.single-product .product .product-description h4:first-child,
.single-product .product .product-description h5:first-child,
.single-product .product .product-description h6:first-child {
    margin-top: 0;
}

.single-product .product .product-description h2:last-child,
.single-product .product .product-description h3:last-child,
.single-product .product .product-description h4:last-child,
.single-product .product .product-description h5:last-child,
.single-product .product .product-description h6:last-child {
    margin-bottom: 0;
}

.single-product .product .product-description h2 {
    font-size: 22px;
}

.single-product .product .product-description h3 {
    font-size: 20px;
}

.single-product .product .product-description h4 {
    font-size: 18px;
}

.single-product .product .product-description h5 {
    font-size: 16px;
}

.single-product .product .product-description h6 {
    font-size: 14px;
}

/*------ Product Single Classic / End -------------*/

.storefront-breadcrumb {
    padding: 0 !important;
    margin-bottom: 15px !important;
}

.product-list-breadcrumb {
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

.storefront-breadcrumb .col-full {
    padding: 0 !important;
}

/*.storefront-breadcrumb .woocommerce-breadcrumb {
    white-space: nowrap;
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
}*/

.storefront-breadcrumb .woocommerce-breadcrumb a {
    text-decoration: none;
}

.storefront-breadcrumb .woocommerce-breadcrumb a:first-of-type::before {
    content: none;
}

.contact-form p {
    display: flex;
    border: 1px solid var(--border-color-light);
    padding: 10px 5px;
    border-radius: 28px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.contact-form .wpcf7-submit {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 5px 25px;
    font-size: 14px;
    font-family: var(--text-font-family);
    color: #fff;
}

.contact-form .wpcf7-submit:hover {
    background-color: #000;
    border: 1px solid #000;
}

.contact-form p .wpcf7-email {
    background-color: transparent;
}

.form-cta .wpcf7-form {
    margin-bottom: 0px;
}

.share-btn .elementor-grid {
    width: 70%;
}

.opacity-5 {
    opacity: 0.3;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

/*--------- Product list / Start -------------*/
.product-list .content-area,
.product-list .widget-area {
    float: none !important;
}

.products .product .woocommerce-loop-product__title {
    font-size: 14px;
    transition: all 0.6s;
}

.related .products .product {
    border: 1px solid #fff;
}

.products .product {
    transition: all 0.8s;
}

.products .product .secondary-pic {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
}

.products .product:hover .secondary-pic {
    opacity: 1;
}

.products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    color: var(--text-color-dark2);
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 48px;
    margin-bottom: 5px !important;
    text-align: center;
    transition: all 0.5s;
}
.products .product .woocommerce-loop-product__link{
    color: var(--text-color-dark2) !important;
    text-decoration: none !important;
}
.products .product:hover .woocommerce-loop-product__link .woocommerce-loop-product__title {
    color: var(--secondary-color);
}

.products .product .onsale {
    display: none;
}

.products .product {
    background-color: #fff;
    border-radius: 7px;
}

.search .product-list-breadcrumb {
    display: none;
}

.page-template-template-discounted-products .container-fluid,
.Woocommerce .container-fluid,
.search .container-fluid,
.archive.woocommerce .container-fluid {
    /*padding: 40px 0px;*/
    padding-bottom: 40px;
}

.page-template-template-discounted-products .container-fluid .row,
.Woocommerce .container-fluid .row,
.search .container-fluid .row,
.archive.woocommerce .container-fluid .row {
    flex-direction: row-reverse;
}

.page-template-template-discounted-products .container-fluid .row #primary,
.Woocommerce .container-fluid .row #primary,
.search .container-fluid .row #primary,
.archive.woocommerce .container-fluid .row #primary {
    margin-left: 0px;
    margin-right: auto;
}

.page-template-template-discounted-products .woocommerce-products-header,
.Woocommerce .woocommerce-products-header,
.search .woocommerce-products-header,
.archive.woocommerce .woocommerce-products-header,
.page-header {
    padding: 80px 10px;
    background-image: url("assets/images/background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 40px;
}


.page-template-template-discounted-products .woocommerce-products-header:after,
.Woocommerce .woocommerce-products-header:after,
.search .woocommerce-products-header:after,
.archive.woocommerce .woocommerce-products-header:after,
.page-header:after {
    content: '';
    background: var(--secondary-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1;
}

.page-template-template-discounted-products .woocommerce-products-header .page-title,
.Woocommerce .woocommerce-products-header .page-title,
.search .woocommerce-products-header .page-title,
.archive.woocommerce .woocommerce-products-header .page-title,
.page-header .page-title .elementor-heading-title {
    position: relative;
    z-index: 2;
    font-size: 26px;
    font-weight: bold;
    font-family: var(--text-font-family);
    color: #fff;
    line-height: 55px;
    letter-spacing: 0px;
    text-align: center;
}
.woocommerce-products-header .woocommerce-breadcrumb{
    text-align: center;
}

.page-template-template-discounted-products .woocommerce-products-header .product-list-breadcrumb,
.Woocommerce .woocommerce-products-header .product-list-breadcrumb,
.search .woocommerce-products-header .product-list-breadcrumb,
.archive.woocommerce .woocommerce-products-header .product-list-breadcrumb,
.page-header .breadcrumb {
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-family: var(--text-font-family);
    color: #fff;
}

.page-template-template-discounted-products .woocommerce-products-header .product-list-breadcrumb a,
.Woocommerce .woocommerce-products-header .product-list-breadcrumb a,
.search .woocommerce-products-header .product-list-breadcrumb a,
.archive.woocommerce .woocommerce-products-header .product-list-breadcrumb a,
.page-header .breadcrumb a {
    font-size: 13px;
    font-family: var(--text-font-family);
    color: #fff;
}


.page-template-template-discounted-products .woocommerce-products-header .product-list-breadcrumb a:hover,
.Woocommerce .woocommerce-products-header .product-list-breadcrumb a:hover,
.search .woocommerce-products-header .product-list-breadcrumb a:hover,
.archive.woocommerce .woocommerce-products-header .product-list-breadcrumb a:hover,
.page-header .breadcrumb a:hover {
    color: var(--primary-color);
}

.page-header .breadcrumb .hfe-breadcrumbs-separator-icon {
    transform: rotate(180deg);
    fill: #fff;
}

.woocommerce-breadcrumb .breadcrumb-separator:after {
    display: none !important;
}

.woocommerce-breadcrumb .breadcrumb-separator {
    text-indent: 0px !important;
}

.page-template-template-discounted-products .container-fluid .row #secondary .widget_block,
.Woocommerce .container-fluid .row #secondary .widget_block,
.search .container-fluid .row #secondary .widget_block,
.archive.woocommerce .container-fluid .row #secondary .widget_block {
    margin-bottom: 25px;
}

.page-template-template-discounted-products .container-fluid .row #secondary .widget_block .wp-block-heading,
.Woocommerce .container-fluid .row #secondary .widget_block .wp-block-heading,
.search .container-fluid .row #secondary .widget_block .wp-block-heading,
.archive.woocommerce .container-fluid .row #secondary .widget_block .wp-block-heading {
    font-size: 16px;
    line-height: 30px;
    font-family: var(--text-font-family);
}

.page-template-template-discounted-products .container-fluid .row #secondary .widget a,
.Woocommerce .container-fluid .row #secondary .widget a,
.search .container-fluid .row #secondary .widget a,
.archive.woocommerce .container-fluid .row #secondary .widget a {
    text-decoration: none !important;
    color: var(--text-color-dark);
    font-size: 13px;
    font-weight: 400;
    font-family: var(--text-font-family);
}

.page-template-template-discounted-products .container-fluid .row #secondary .wc-block-price-filter .wc-block-components-price-slider__controls .wc-block-formatted-money-amount,
.Woocommerce .container-fluid .row #secondary .wc-block-price-filter .wc-block-components-price-slider__controls .wc-block-formatted-money-amount,
.search .container-fluid .row #secondary .wc-block-price-filter .wc-block-components-price-slider__controls .wc-block-formatted-money-amount,
.archive.woocommerce .container-fluid .row #secondary .wc-block-price-filter .wc-block-components-price-slider__controls .wc-block-formatted-money-amount {
    color: var(--text-color-dark);
    background-color: transparent !important;
    text-align: center;
    max-width: 86px;
    padding: 5px;
    border-radius: 7px !important;
    font-family: var(--digits-font-family);
}

.page-template-template-discounted-products .container-fluid .row #secondary,
.Woocommerce .container-fluid .row #secondary,
.search .container-fluid .row #secondary,
.archive.woocommerce .container-fluid .row #secondary,
.wc-block-components-checkbox .wc-block-components-checkbox__label {
    color: var(--text-color-dark);
    font-size: 13px;
    font-weight: 400;
    font-family: var(--text-font-family);
}

.search.Woocommerce #main .list-sorting,
.page-template-template-discounted-products #main .list-sorting,
.Woocommerce #main .list-sorting,
.archive.woocommerce #main .list-sorting {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.search.Woocommerce #main .list-sorting .woocommerce-ordering,
.page-template-template-discounted-products #main .list-sorting .woocommerce-ordering,
.Woocommerce #main .list-sorting .woocommerce-ordering,
.archive.woocommerce #main .list-sorting .woocommerce-ordering {
    margin-left: auto;
    width: 50%;
}

.search.Woocommerce #main .products + .list-sorting .woocommerce-ordering,
.page-template-template-discounted-products #main .products + .list-sorting .woocommerce-ordering,
.Woocommerce #main .products + .list-sorting .woocommerce-ordering,
.search.Woocommerce #main .products + .list-sorting .woocommerce-result-count,
.page-template-template-discounted-products #main .products + .list-sorting .woocommerce-result-count,
.Woocommerce #main .products + .list-sorting .woocommerce-result-count,
.archive.woocommerce #main .products + .list-sorting .woocommerce-ordering,
.archive.woocommerce #main .products + .list-sorting .woocommerce-result-count {
    display: none;
}

.search.Woocommerce #main.products + .list-sorting,
.page-template-template-discounted-products #main.products + .list-sorting,
.Woocommerce #main.products + .list-sorting,
.archive.woocommerce #main .products + .list-sorting {
    justify-content: flex-end;
}

.archive.woocommerce #main .products + .list-sorting .mobile-sidebar-btn {
    display: none;
}

.search.Woocommerce #main .list-sorting .woocommerce-ordering .orderby,
.page-template-template-discounted-products #main .list-sorting .woocommerce-ordering .orderby,
.Woocommerce #main .list-sorting .woocommerce-ordering .orderby,
.archive.woocommerce #main .list-sorting .woocommerce-ordering .orderby {
    font-family: var(--text-font-family);
    padding: 10px 8px !important;
    border-radius: 7px;
    border-color: var(--border-color-light);
    font-size: 14px;
    background-color: var(--background-color);
}

.search.Woocommerce #main .woocommerce-result-count,
.page-template-template-discounted-products #main .woocommerce-result-count,
.Woocommerce #main .woocommerce-result-count,
.archive.woocommerce #main .woocommerce-result-count {
    margin-right: auto;
    font-family: var(--digits-font-family) !important;
    font-size: 14px;
    padding-left: 10px;
}


.products .product img {
    border: 1px solid var(--border-color-light);
    margin-bottom: 15px;
    border-radius: 10px;
    transition: all 0.3s;
}

ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    /*margin-left: 10px;*/
}

ul.products::before, ul.products::after {
    content: none !important;
}

.search.Woocommerce #main .woocommerce-products-header__title,
.page-template-template-discounted-products #main .woocommerce-products-header__title,
.Woocommerce #main .woocommerce-products-header__title,
.archive.woocommerce #main .woocommerce-products-header__title {
    position: relative;
    padding-right: 50px;
}

.search.Woocommerce #main .woocommerce-products-header__title:before,
.page-template-template-discounted-products #main .woocommerce-products-header__title:before,
.Woocommerce #main .woocommerce-products-header__title:before,
.archive.woocommerce #main .woocommerce-products-header__title:before {
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 27px;
    width: 40px;
    background: var(--secondary-color);
}

.pagination .page-numbers li .page-numbers:not(.current),
.page-numbers li .page-numbers:not(.current) {
    background: none;
    padding: 0 10px;
    color: #6d6d6d;
    font-size: 14px;
    font-family: var(--digits-font-family) !important;
}

.pagination .page-numbers li .page-numbers.current,
.page-numbers li .page-numbers.current {
    background: none !important;
    color: var(--secondary-color) !important;
    text-decoration: underline;
}

.pagination .page-numbers li:last-child .page-numbers:before {
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: baseline;
    text-indent: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    font-size: 14px;
}

.pagination .page-numbers li:last-child .page-numbers {
    font-size: 0;
}

.widget-area .elementor-42426 .elementor-element.elementor-element-3314fd25 .elementor-button {
    padding: 12px 10px 12px 10px;
}

.woocommerce-widget {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 10px;
}

.woocommerce-widget .woocommerce-widget-title {
    font-size: 15px;
    font-weight: bold;
    color: var(--text-color-dark);
    padding: 15px 20px;
    line-height: 20px;
    border-bottom: 2px solid #F6F6F6;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
}

.woocommerce-widget .woocommerce-widget-title .toggle {
    float: left;
}

.woocommerce-widget .woocommerce-widget-title.open .toggle i:before {
    content: "";
}

.woocommerce-widget .woocommerce-widget-body {
    height: 0;
    transition: all 0.5s;
    overflow: hidden;
}


.woocommerce-widget .woocommerce-widget-body {
    list-style: none;
    margin-right: 0;
    padding-right: 0;
}

.woocommerce-widget .woocommerce-widget-body a {
    color: var(--text-color-dark);
    font-size: 14px;
}

.woocommerce-widget .woocommerce-widget-body a:hover {
    color: var(--primary-color);
}

.woocommerce-widget .woocommerce-widget-body.active {
    height: 240px;
}

.woocommerce-widget ul {
    list-style: none;
    padding-right: 0;
    margin-right: 0;
}

.woocommerce-widget .woocommerce-widget-body > ul {
    height: 240px;
    overflow: auto;
    margin-bottom: 0;
    padding: 20px 20px;
}

.woocommerce-widget .woocommerce-widget-body > ul::-webkit-scrollbar {
    width: 6px; /* Set the width of the scrollbar */
}

.woocommerce-widget .woocommerce-widget-body > ul::-webkit-scrollbar-track {
    background: var(--background-color); /* Set the background color of the scrollbar track */
}

.woocommerce-widget .woocommerce-widget-body > ul::-webkit-scrollbar-thumb {
    background: #888; /* Set the color of the scrollbar thumb */
    border-radius: 5px; /* Add rounded corners to the scrollbar thumb */
}

.woocommerce-widget .woocommerce-widget-body > ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.woocommerce-widget .woocommerce-widget-body ul .attribute-filter-item {
}

.woocommerce-widget .woocommerce-widget-body ul .attribute-filter-item label .text {
    position: relative;
}

.woocommerce-widget .woocommerce-widget-body ul .attribute-filter-item label .text:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid var(--border-color-dark2);
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.woocommerce-widget .woocommerce-widget-body ul .attribute-filter-item label .text:after {
    content: '';
    width: 13px;
    height: 6px;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    top: 1px;
}

.woocommerce-widget .woocommerce-widget-body ul .attribute-filter-item label input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

.woocommerce-widget .woocommerce-widget-body ul .attribute-filter-item label input[type="checkbox"]:checked ~ .text:after {
    border-color: var(--third-color);
}

.woocommerce-filter-product-cat .nested li {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}

.woocommerce-filter-product-cat .nested li .link {
    color: var(--text-color-dark);
    font-size: 14px;
    order: 1;
    flex-grow: 1;
    flex-basis: calc(100% - 25px);
    line-height: 23px;
    text-decoration: none;
}

.woocommerce-filter-product-cat .nested li.current > .link {
    color: var(--third-color);
}

.woocommerce-filter-product-cat .nested li.current > .caret::before {
    color: var(--third-color);
}

.woocommerce-filter-product-cat .nested li .link:hover {
    color: var(--primary-color);
}

.woocommerce-filter-product-cat .nested li .caret {
    cursor: pointer;
    user-select: none;
    flex: 0 0 20px;
    margin-left: 3px;
    text-align: center;
    line-height: 24px;
}

.woocommerce-filter-product-cat .nested li .caret::before {
    content: "-";
    font-size: 22px;
    width: 25px;
    text-align: center;
    vertical-align: center;
    color: var(--text-color-dark);
    font-weight: bold;
}

.woocommerce-filter-product-cat .nested li .caret:hover::before {
    color: var(--primary-color);
}

.woocommerce-filter-product-cat .nested li .caret.collapse::before {
    content: "+";
}

.woocommerce-filter-product-cat .nested li.parent-current > .caret.collapse::before,
.woocommerce-filter-product-cat .nested li .caret.collapse.caret-down::before {
    content: "-";
}

.woocommerce-filter-product-cat .woocommerce-widget-body > .nested .nested {
    flex: 0 0 100%;
    order: 2;
    height: 0;
    padding-right: 15px;
    overflow: hidden;
    transition: all .5s;
}

.woocommerce-filter-product-cat .woocommerce-widget-body .nested .parent-current > .nested,
.woocommerce-filter-product-cat .woocommerce-widget-body .nested .active {
    height: auto;
    overflow: auto;
}

.product-list #block-2, .product-list #block-3 {
    display: none;
}

.product-list #secondary .woocommerce-widget:nth-child(1) .elementor > .elementor-element {
    padding-left: 20px;
    padding-right: 20px;
}

/*.product-list #secondary {
    position: sticky;
    top: 160px;
    height: 100%;
}*/

.product-list .sidebar {
    /*position:relative;
    height: 100%;*/
}

/*.product-list .sidebar .sticky-sidebar {
    width:290px;
    position: sticky;
    top: 160px;
    overflow: auto;
    max-height: 100vh;
}*/

.product-list #secondary .widget_block .elementor .elementor-element {
    background-color: #fff;
    border-radius: 7px;
}

.product-list #primary .site-main .woocommerce .list-sorting .woocommerce-pagination,
.product-list #primary .site-main .list-sorting:first-child .woocommerce-pagination {
    display: none;
}

.banner-product .product .elementor-section-wrap {
    height: 100%;
}

.product-list #secondary .widget_block#block-9 {
    margin-bottom: 12px;
}

.products .product {
    width: 24% !important;
    margin-left: 0px !important;
    margin-bottom: 10px !important;
    border: 2px solid #fff;
    border-radius: 10px;
}

.products .product.outofstock .price .amount,
.products .product.outofstock .price .woocommerce-price-suffix {
    display: none;
}

.page-template-template-discounted-products .product-list .widget-area,
.Woocommerce .product-list .widget-area,
.search .product-list .widget-area,
.archive .product-list .widget-area {
    width: 22%;
}

.page-template-template-discounted-products .product-list .content-area,
.Woocommerce .product-list .content-area,
.search .product-list .content-area,
.archive .product-list .content-area {
    width: 76%;
}

.sidebar-mobile, .sidebar-mobile:hover, .sidebar-mobile:active {
    background-color: var(--primary-color);
    border-radius: 5px;
    padding: 8px 25px;
    font-family: var(--text-font-family);
    font-weight: 400;
    font-size: 14px;
    margin-left: auto;
    border: 1px solid var(--primary-color);
    width: 100%;
}

.mobile-sidebar-btn {
    display: inline-block;
    width: 49%;
}

.close-sidebar {
    margin-right: auto;
    color: #fff;
    padding: 5px;
    width: 25px;
    height: 25px;
    line-height: 15px;
    font-size: 26px;
    border-radius: 5px;
    display: none;
}

body.sidebar-open {
    overflow: hidden;
}

body.sidebar-open:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 9998;
    backdrop-filter: blur(3px);
}

.discounts .sidebar-mobile {
    display: none;
}

.products.columns-1 .product {
    width: 100% !important;
}

.products.columns-2 .product {
    width: 49.5% !important;
}

.products.columns-3 .product {
    width: 32.3% !important;
}

.products.columns-4 .product {
    width: 24.2% !important;
}

.products.columns-5 .product {
    width: 19.2% !important;
}

.product-list .products.columns-3 .product {
    width: 24% !important;
}

/* ------------- Product List page / End ---------*/
/* ------------- Product Card / Start ---------*/
.minimal-card .products .product .woocommerce-LoopProduct-link {
    display: flex;
    flex-wrap: wrap;
}

.minimal-card .products .product .woocommerce-loop-product__title {
    width: calc(100% - 100px);
    padding: 10px;
    text-align: right;
    font-size: 13px;
    line-height: 24px;
    height: 46px;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.minimal-card .products .product img {
    width: 100px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    margin-bottom: 0 !important;
}

/* ------------- Product Card / End ---------*/
/* ------------- Product slider / Start ---------*/
.products-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.products-slider .products li {
    list-style: none;
}

.products-slider .products .product {
    width: 100% !important;
    position: relative;
}

.products-slider .swiper-pagination {
    position: relative;
    bottom: 0 !important;
}

/* ------------- Product slider / End ---------*/
/*---------------- Active filters / Start -------------------*/
.attribute-filter-item input[type=checkbox] {
    cursor: pointer;
}

.attribute-filter-item span {
    vertical-align: 3px;
    padding-right: 3px;
}

.wc-active-filters {
    margin: 0 0 20px 0;
}

.wc-active-filters__item {
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 5px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--text-color-light2);
    border: 1px solid var(--border-color-dark2);
}

/* Ajax Load Product */

.main-loading {
    text-align: center;
    margin-top: 100px;
}

.main-loading p {
    margin-top: 10px
}

.lds-ring {
    color: #1c4c5b
}

.lds-ring,
.lds-ring div {
    box-sizing: border-box;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    margin: 8px;
    border: 4px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*---------------- Active filters / End -------------------*/
/*---------------- Cross sells / Start -------------------*/
.cross-sells-wrapper {
    background: var(--background-color-dark);
    padding-top: 60px;
    padding-bottom: 60px;
}

.cross-sells-wrapper .cross-sells {
    float: none;
    order: 1;
    width: 100%;
}

.cross-sells-wrapper .cross-sells .title {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    margin: 0 0 30px;
    line-height: 30px;
    color: var(--text-color-dark);
    width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 40px;

}
.cross-sells-wrapper .cross-sells .title-row{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;

}
.cross-sells-wrapper .cross-sells .title-row:before {
    position: absolute;
    content: '';
    background-color: #f5be23;
    height: 2px;
    width: 30px;
    left: 0px;
    top: 22px;
}
.cross-sells-wrapper .cross-sells .title-row:after {
    position: absolute;
    content: '';
    background-color: #f5be23;
    height: 2px;
    width: 30px;
    right: 0px;
    top: 22px;
}
.cross-sells-wrapper .cross-sells .title:before {
    position: absolute;
    content: '';
    background-color: #f5be23;
    height: 2px;
    left: 15px;
    top: 12px;
    width: 15px;
}

.cross-sells-wrapper .cross-sells .title:after {
    position: absolute;
    content: '';
    background-color: #f5be23;
    height: 2px;
    right: 15px;
    top: 12px;
    width: 15px;
}

.cross-sells .products .product {
    width: 19.2% !important; /* This is for single product page */
}

.cross-sells-wrapper .cross-sells ul.products {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
}

.cross-sells-wrapper .cross-sells ul.products .product {
    padding-top: 0 !important
}

/*---------------- Cross sells / End -------------------*/
/*----------- Blog section / Start ---------------*/
.blog-main .elementor-widget-wp-widget-rss h5 {
    display: none;
}

.blog-main .rss-feed-posts,
.blog-main .elementor-widget-wp-widget-rss ul {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
}

.blog-main .rss-feed-posts .rss-feed-item,
.blog-main .elementor-widget-wp-widget-rss ul li {
    flex: 0 0 25%;
    max-width: calc(25% - 10px);
    padding: 0 10px;
}

.blog-main .elementor-widget-wp-widget-rss ul li:before {
    /*content: 'No Photo';*/
    width: 100%;
    height: 200px;
    background: var(--background-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    color: #ccc;
    margin-bottom: 15px;
    border: 1px solid #fff;
    border-radius: 10px
}

.blog-main .rss-feed-posts .rss-feed-item .rss-title,
.blog-main .elementor-widget-wp-widget-rss ul li .rsswidget {
    font-size: 15px;
    font-weight: 600;
    display: block;
    color: var(--text-color-dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--text-font-family);
    margin: 15px 0 10px;
}

.blog-main .rss-feed-posts .rss-feed-item .rss-title a {
    font-size: 15px;
    font-weight: 600;
    display: block;
    color: var(--text-color-dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--text-font-family);
}

.blog-main .rss-feed-posts .rss-feed-item .rss-date,
.blog-main .elementor-widget-wp-widget-rss ul li .rss-date {
    font-size: 12px;
    font-weight: 400;
    color: var(--third-color);
    margin: 0 0 10px;
    display: block;
    padding: 0;
    font-family: var(--digits-font-family);

}

.blog-main .rss-feed-posts .rss-feed-item .rss-excerpt,
.blog-main .elementor-widget-wp-widget-rss ul li .rssSummary {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
    height: 70px;
    overflow: hidden;
    font-family: var(--text-font-family);
}

.blog-main .rss-feed-posts .rss-feed-item .rss-thumbnail {
    width: 100%;
    margin-bottom: 15px;
    aspect-ratio: 5/3;
    overflow: hidden;
}

.blog-main .rss-feed-posts .rss-feed-item .rss-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*----------- Blog section / End ---------------*/
/*------ search page / Start -------------*/
.search-results .content-area #main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.search-results .content-area #main .page-header {
    width: 100%;
    max-width: 100%;
}

.search-results .content-area #main .product .entry-title a {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color-dark);
    font-family: var(--text-font-family);
    position: absolute;
    right: calc(40% + 10px);
    top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.search-results .content-area #main .product .woocommerce-loop-product__title {
    color: var(--text-color);
    font-family: var(--text-font-family);
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 10px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.search-results .mobile-sidebar-btn {
    display: none;
}

.contact-expert .elementor-image-box-wrapper {
    align-items: center !important;
    margin-right: 10px;
}

.main-side-products-wrapper .product-card .e-con-inner > .elementor-element:nth-child(2) {
    padding-right: 15px !important;
}

.main-side-products-wrapper .product-card .elementor-widget-woocommerce-product-title .elementor-widget-container .product_title {
    font-size: 13px;
    -webkit-line-clamp: 1;
}

/*------ search page / End -------------*/
/*------------- About page / Start ----------------------*/
.video-about .elementor-widget-container .elementor-video {
    height: 100%;
    max-height: 100%;
}

.video-about .elementor-widget-container .elementor-wrapper {
    height: 100%;
    max-height: 100%;
}

.video-about .elementor-widget-video {
    height: 100%;
    max-height: 100%
}

/*------------- About page / End ----------------------*/
/*------------- Contact / Start ----------------------*/
.contact-map img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
}

.form-contact .row {
    display: flex;
    flex-wrap: wrap;
}

.form-contact .row p {
    margin-bottom: 0px !important;
}

.form-control {
    padding: 5px 10px;
    border: 1px solid var(--border-color-dark2);
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    line-height: 30px;
    box-shadow: none;
    width: 100%;

    direction: rtl !important;
    font-family: var(--text-font-family);
}

.form-contact input[type=text], .form-contact input[type=number], .form-contact input[type=email], .form-contact input[type=tel], .form-contact input[type=url], .form-contact input[type=password], .form-contact input[type=search], .form-contact textarea, .form-contact .input-text {
    background: #fff;
}

textarea.form-control {
    line-height: 20px;
    padding-top: 10px;
    max-width: 100%;
    height: 100px;
}

.form-control:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}

/*.form-control[type="tel"],*/
/*.form-control[type="email"] {*/
/*    direction: ltr !important;*/
/*}*/

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: -15px;
}

.form-contact form label {
    color: var(--text-color-dark);
    font-weight: 600;
}

.form-contact .wpcf7-submit {
    background-color: var(--primary-color);
    font-size: 16px;
    padding: 0 15px;
    border-radius: 5px;
    width: 100% !important;
    font-family: var(--text-font-family);
}

/*------------- Contact / End ----------------------*/
/*-------------404 page / Start ----------------------*/


/*-------------404 page / End ----------------------*/
/*------------- About page / Start ----------------------*/

.section-brands .brands-list {
}

.section-brands .brands-list .item {
    width: calc(16.66% - 25px);
    flex-basis: calc(16.66% - 25px);
}

.info-about .elementor-icon-box-content .elementor-icon-box-title span {
    font-family: var(--text-font-family);
    font-size: 32px;
}

.info-about .elementor-icon-box-content .elementor-icon-box-description {
    font-family: var(--text-font-family);
    font-size: 14px;
}

/*------------- About page / End ----------------------*/

/*------------- Brands page / Start ----------------------*/
.item-desc .elementor-icon-list-item .elementor-icon-list-text {
    font-family: var(--text-font-family) !important;
    font-size: 16px;
    font-weight: 400 !important;
    color: var(--e-global-color-text);
}

.section-item-text.section {
    padding-top: 0px;
}

.brand-photo img {
    height: 400px !important;
    width: 100%;
    object-fit: cover;
}


/*------------- Brands  page / End ----------------------*/
/*------------- contact page / start ----------------------*/
.section-contact .social-contact {
    position: relative;
    width: 150px !important;
}

.section-contact .social-contact .elementor-social-icons-wrapper {
    position: relative;
    padding: 10px 0 10px 30px;
    border-top-left-radius: 15px;
    background: #fff;
    bottom: 125px;
    text-align: right;
}

.section-contact .contact-pic img {
    border-radius: 25px;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.section-contact .section-subtitle-overlay:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    position: absolute;
    left: -20px;
    bottom: 20px;
    transform: rotate(270deg);
}

.section-contact .section-subtitle-overlay {
    width: 200px !important;
}

.section-contact .section-subtitle-overlay .elementor-heading-title {
    font-family: var(--text-font-family);
    background: #fff;
    font-size: 18px;
    color: var(--text-color-dark);
    font-weight: 500;
    line-height: 35px;
    padding: 10px 0 10px 30px;
    border-top-left-radius: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    bottom: 20px;
    position: relative;
}

.section-contact .social-contact:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    position: absolute;
    left: -20px;
    bottom: 125px;
    transform: rotate(270deg);
}

.section-contact .social-contact:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20H20C8.95431 20 0 11.0457 0 0V20Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    position: absolute;
    bottom: 175px;
    transform: rotate(270deg);
}

.wpcf7-form .wpcf7-submit {
    font-size: 14px;
    font-weight: bold;
    font-family: var(--text-font-family);
    box-shadow: none;
    padding: 0 40px;
    height: 48px;
    line-height: 48px;
    border-radius: 25px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--text-color-dark);
    position: relative;
    transition: all 0.3s;
    margin-top: 20px;
}

.info-contact .elementor-icon-box-title a, .info-contact .elementor-icon-box-title span {
    font-family: var(--text-font-family);
    color: var(--text-color-dark);
    font-weight: 500;
    line-height: 35px;
    font-size: 20px;
}

/*.info-contact  .elementor-icon{*/
/*    border: 1px solid #221e1f !important;*/
/*    padding: 15px;*/
/*    border-radius: 50%;*/
/*    background-color: #221e1f;*/
/*}*/
.info-contact .info-item {

    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #DDE0E9;
    background-image: url(assets/images/bg.png);
    padding: 40px;
}

.info-contact .info-item .elementor-icon-box-icon {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    width: 80px;
    margin-bottom: 0px;
    border: 1px solid #fff;
    padding: 10px 0px 0px;
    border-top-right-radius: 15px;
}

.info-contact .info-item .elementor-icon-box-icon:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='white'/%3E%3C/svg%3E%0A");
    top: -21px;
    left: -1px;

    transform: rotate(90deg);
}

.info-contact .info-item .elementor-icon-box-icon:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='white'/%3E%3C/svg%3E%0A");
    right: -21px;
    bottom: -1px;
    transform: rotate(90deg);
}

.info-contact .info-item .elementor-icon-box-title,
.info-contact .info-item .elementor-icon-box-title span,
.info-contact .info-item .elementor-icon-box-description {
    font-family: var(--text-font-family) !important;
}

/*------------- contact page / End ----------------------*/
/*-------------- Blog Single Page / Start -----------*/
.blog-container {
    background-color: #f9f9f9;
    overflow: visible;

}

.blog-container .top-blog {
    display: flex;
    justify-content: space-between;

    border-radius: 15px;
}

.blog-container .top-blog .blog-info-top {
    padding: 30px;
    position: relative;
}

.blog-container .top-blog .top-blog-photo {
    display: flex;
}

.blog-container .top-blog .blog-img-wrapper {
    height: 100%;
}

.blog-container .top-blog .blog-img-wrapper img {
    width: 100%;
    height: 100% !important;
    max-width: 100% !important;
    border-bottom-right-radius: 15px;
    display: block;
    object-fit: cover;
}

.single .site-main.section {
    padding-bottom: 0px;
    padding-top: 100px;
    overflow: visible;
}

.single .post .blog-info-wrapper {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.container-fluid .entry-content {
    padding-top: 40px;
}
.single .container-fluid .entry-content{
    padding-top: 0px;
}
.single .blog-info-wrapper .blog-title {
    display: block;
    font-size: 20px;
    color: var(--primary-color);
    font-weight: bold;
    font-family: var(--text-font-family);
    margin-bottom: 15px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single .blog-info-wrapper .blog-details {
    display: flex;
    gap: 15px 30px;
    flex-wrap: wrap;
}

.single .blog-info-wrapper .blog-date,
.single .blog-info-wrapper .cat-links,
.single .blog-info-wrapper .cat-links a {
    font-size: 13px;
    font-weight: 300;
    font-family: var(--digits-font-family);
    margin-bottom: 10px;
    color: var(--primary-color);
    text-decoration: none;
}

.single .blog-info-wrapper .blog-desc {
    position: relative;

    text-align: justify;
    margin-top: 20px;
}

.single .blog-info-top .entry-title {
    display: block;
    font-size: 24px;
    color: var(--text-color-dark);
    font-weight: bold;
    font-family: var(--text-font-family);
    margin-bottom: 15px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single .blog-info-wrapper .blog-desc * {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--text-font-family);
    color: var(--text-color-dark);
}

.single .blog-content {

    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color-dark);
}

.single .blog-content p {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color-dark);
    margin-bottom: 15px;
    text-align: justify;

}

.single .blog-content ul,
.single .blog-content ol {
    margin-right: 0;
    margin-bottom: 15px;
    padding-right: 10px;
    font-family: var(--text-font-family);
}

.single .blog-content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: var(--accent-color);
    margin-left: 6px;
    display: inline-block;
}

.single .blog-content a {
    color: var(--secondary-color);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
}

.single .blog-content h2,
.single .blog-content h3,
.single .blog-content h4,
.single .blog-content h5 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: var(--text-font-family);
    color: var(--text-color-dark);
}

.single .blog-content h2 {
    font-size: 20px;
}

.single .blog-content h3 {
    font-size: 18px;
}

.single .blog-content h4 {
    font-size: 16px;
}

.single .blog-content h5 {
    font-size: 14px;
}

.single .blog-content video {
    max-width: 100%;
}

.single .tags-links,
.single .tags-links a {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--digits-font-family);
    margin-bottom: 10px;
    color: var(--primary-color);
    text-decoration: none;
    margin-top: 15px;
}

.single .navigation .nav-links {
    margin-top: 30px;

    border-top: 1px solid var(--border-color-light);
    display: flex;
}

.single .navigation .nav-links .nav-previous,
.single .navigation .nav-links .nav-next {
    float: none;
    flex: 0 0 50%;
}

.single .navigation .nav-links .nav-previous {
    border-left: 1px solid var(--border-color-light);
    padding-left: 10px;
}

.single .navigation .nav-links .nav-next {
    padding-right: 10px;
}

.single .navigation .nav-links .nav-previous a,
.single .navigation .nav-links .nav-next a {
    display: flex;
    gap: 10px;
    font-family: var(--digits-font-family);
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    padding-bottom: 20px;
    padding-top: 20px;
}

.single .navigation .nav-links .nav-next a {
    justify-content: flex-end;
}

.single .navigation.post-navigation {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px;
}

.single .navigation .nav-links .nav-previous a:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.single .navigation .nav-links .nav-next a:after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.single .navigation .nav-links .nav-previous a:hover,
.single .navigation .nav-links .nav-next a:hover {
    color: var(--text-color)
}

.blog-sidebar .wp-block-latest-posts__list {
    display: flex;
    flex-direction: column;
}

.blog-sidebar .sidebar-title {
    font-family: var(--text-font-family);
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 0;
}

.blog-sidebar .widget {
    margin-bottom: 20px;
}

.blog-sidebar .widget.widget_recent_entries li:before {
    content: none;
}

.blog-sidebar .widget.widget_recent_entries li {
    padding-right: 0px;
}

.blog-sidebar {
    padding-left: 20px;
}

.blog-sidebar .wp-block-categories {
    margin-bottom: 60px;
}

.blog-sidebar .wp-block-categories .cat-item a {
    color: var(--text-color-dark);
    font-family: var(--text-font-family);
    font-size: 14px;
}

.blog-sidebar .wp-block-categories .cat-item:before {
    color: var(--secondary-color);

    opacity: 1;
}

.blog-sidebar .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
    margin-right: 0px;
    width: 30%;

}

.single .nav-links .meta-nav {
    display: none;
}

.blog-sidebar .wp-block-latest-posts__post-date {
    font-family: var(--digits-font-family);
    color: var(--text-color);
}

.blog-sidebar .wp-block-latest-posts__post-title {
    color: var(--text-color-dark);
    line-height: 25px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 5em;
    font-family: var(--text-font-family);

}


.blog-container .top-blog .blog-img-wrapper {
    border: 1px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;

}

.blog-container .top-blog .blog-date {
    font-size: 13px;
    font-weight: 300;
    font-family: var(--digits-font-family);
    margin-bottom: 10px;
    color: var(--text-color-dark);
    padding: 10px 15px 10px 5px;
    line-height: 25px;
    background: #f9f9f9;
    border-top-right-radius: 15px;
    position: absolute;
    right: -97px;
    bottom: -10px;

}

.blog-container .top-blog .blog-date:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 0C20 11.0457 11.0457 20 0 20L20 20Z' fill='%23f9f9f9'/%3E%3C/svg%3E");

    right: -20px;
    bottom: 0;
    transform: rotate(90deg);
}

.blog-container .top-blog .blog-date:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;

    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='%23f9f9f9'/%3E%3C/svg%3E%0A");
    top: -20px;
    left: 0;
    transform: rotate(90deg);
}

.single .section.section-cta {
    padding: 0px;

}

.single .section.section-product {
    padding: 40px 20px 10px;
    border-radius: 30px;
}

.single .section.section-product .products .product {
    background-color: #f1f1f1;
    border: 2px solid #f1f1f1;
}

.single .blog-content .section.section-product ul li:before {
    content: none;
}

.single .section {
    padding: 40px 0px;
}

.single .section .elementor-widget-container li::before {
    content: none;
}

.single .section .elementor-widget-container li::marker {

    color: var(--accent-color);

}

.single .read-more-blog-col .elementor-widget-heading .elementor-heading-title {
    margin-top: 0px;
}

.single .read-more-blog-col .elementor-heading-title a {
    color: var(--secondary-color);
    font-weight: 500;
}

.single .entry-content .img-blog-content .elementor-widget-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}

.post-navigation {
    padding: 40px 0px 60px;
    border-top: 1px solid #d3d3d3;
}

.post-navigation .nav-links {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.post-navigation .nav-links a {
    font-size: 15px;
    font-weight: 300;
    font-family: var(--digits-font-family);
    color: var(--text-color-dark);
}

.post-navigation .nav-links a i:before {
    color: var(--accent-color);
}

.post-navigation .nav-links a i {
    transform: scale(-1, 1);
}

.sticky-sidebar {
    position: sticky;
    top: 40px;
    height: max-content;
}

.single-post.right-sidebar .content-area {
    overflow: visible;
}

.single-post .site {
    overflow: visible;
}

.post-navigation .nav-links .nav-previous {

    width: 50%;
}

.post-navigation .nav-links .nav-next {
    text-align: left;
    width: 50%;
}

.single-post .section-cta .cta-wrapper .btn-wrapper {
    background: #f9f9f9;
}

.single-post .section-cta .cta-wrapper .btn-wrapper:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 0C20 11.0457 11.0457 20 0 20L20 20Z' fill='%23f9f9f9'/%3E%3C/svg%3E");
}

.single-post .section-cta .cta-wrapper .btn-wrapper:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='%23f9f9f9'/%3E%3C/svg%3E%0A");
}

.single-post .btn-bg .elementor-button .elementor-button-text {
    color: #000 !important;
    text-decoration: none !important;
}

.single-post .section.section-product .section-subtitle .elementor-heading-title {
    margin-top: 0px;
    margin-bottom: 0px;
}

.single-post .section.section-product .section-title .elementor-heading-title {
    margin-top: 0px;
    margin-bottom: 60px;
}

/*-------------- Blog Single Page / End -----------*/
/*-------------- Blog archive Page / start -----------*/
.archive-post {
    margin: 0px auto;
    max-width: 1320px;

    padding: 40px 10px;
}

.archive .page-header .page-title, .category .page-header .page-title {
    text-align: center;
    z-index: 10;
    position: relative;
    color: #fff;
    font-size: 26px;
}

.archive .blog-cart .blog-info-wrapper .blog-desc {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.archive .blog-cart .blog-info-wrapper .blog-title a {
    display: block;
    font-size: 16px;
    color: var(--text-color-dark);
    font-weight: bold;
    font-family: var(--text-font-family);
    margin-bottom: 15px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.archive .blog-cart .blog-info-wrapper {
    padding: 0 10px;
    position: relative;
}

.archive .blog-cart .blog-img-wrapper {
    border: 1px solid var(--border-color-light);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    aspect-ratio: 2 / 1;
}

.post-cards .blog-cart {
    flex: 0 0 31.33%;
    max-width: 31.33%;
    margin-bottom: 40px;
}

.post-cards {
    display: flex;
    justify-content: space-between;
}

.post-cards .blog-cart .blog-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-cards .blog-cart .blog-info-wrapper .blog-date {
    font-size: 13px;
    font-weight: 300;
    font-family: var(--digits-font-family);
    margin-bottom: 10px;
    color: var(--text-color-dark);
    padding: 10px 15px 0 5px;
    line-height: 25px;
    background: #fff;
    border-top-right-radius: 15px;
    position: absolute;
    left: 0;
    top: -50px;
}

.post-cards .blog-cart .blog-info-wrapper .blog-date:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='%23f9f9f9'/%3E%3C/svg%3E%0A");
    top: -20px;
    left: 0;
    transform: rotate(90deg);
}

.post-cards .blog-cart .blog-info-wrapper .blog-date:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 20L20 2.38498e-07C20 11.0457 11.0457 20 0 20L20 20Z' fill='white'/%3E%3C/svg%3E%0A");
    right: -20px;
    bottom: 0;
    transform: rotate(90deg);
}

/*-------------responsive----------------------*/

@media (max-width: 1320px) {
    .product-list {
        padding-right: 15px;
        padding-left: 15px;
    }

    .container-fluid > .product-list {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .main-latest-products .products.columns-5 .product {
        width: 24.2% !important;
    }

    .main-latest-products .products.columns-5 .product:nth-child(10),
    .main-latest-products .products.columns-5 .product:nth-child(9) {
        display: none;
    }

    .archive .blog-cart .blog-img-wrapper {
        aspect-ratio: 2 / 1.5;
    }
}

@media (max-width: 1023.98px) {
    .header .hfe-nav-menu .hfe-nav-menu__toggle {
        width: 42px;
        height: 42px;
        border-radius: 20px;
        color: var(--text-color-dark2);
        border: 2px solid var(--text-color-dark2);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 4px;
    }

    .header .hfe-nav-menu .hfe-nav-menu__toggle .hfe-nav-menu-icon {
        padding: 0;
    }

    .header .hfe-nav-menu .hfe-nav-menu__toggle .hfe-nav-menu-icon svg {
        font-size: 20px;
        width: 20px;
        height: 20px;
        fill: #fff;
    }
    .header.scrolled  .hfe-nav-menu .hfe-nav-menu__toggle .hfe-nav-menu-icon svg{
        fill: var(--text-color-dark2);
    }
    .header .hfe-nav-menu .hfe-nav-menu__layout-horizontal {
        right: 0 !important;
        left: 0 !important;
        width: auto !important;
    }

    .header .hfe-nav-menu .menu-item .hfe-menu-item .hfe-menu-toggle {
        margin: 0;
        padding: 0 10px;
    }

    .header .hfe-nav-menu .menu-item .sub-menu {
        background: var(--background-color) !important;
    }

    .header .hfe-nav-menu .menu-item .sub-menu .menu-item .hfe-sub-menu-item {
        background: transparent !important;
    }

    .main-title .elementor-heading-title:before {
        right: 10px;
    }

    .product .product-card {
        padding-bottom: 0px !important;
    }

    .products .product {
        width: 32% !important;
    }

    .page-template-template-discounted-products .product-list .widget-area,
    .Woocommerce .product-list .widget-area,
    .search .product-list .widget-area,
    .archive .product-list .widget-area {
        width: 265px;
    }

    .page-template-template-discounted-products .product-list .content-area,
    .Woocommerce .product-list .content-area,
    .search .product-list .content-area,
    .archive .product-list .content-area {
        width: calc(98% - 265px);
        flex-grow: 1;
    }

    .page-template-template-discounted-products .woocommerce-products-header__title.page-title,
    .Woocommerce .woocommerce-products-header__title.page-title,
    .search .woocommerce-products-header__title.page-title,
    .archive .woocommerce-products-header__title.page-title {
        font-size: 22px;
    }

    .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
        font-size: 13px;
        line-height: 24px;
        height: 56px;
    }

    .woocommerce-widget .woocommerce-widget-body a, .woocommerce-widget .woocommerce-widget-title {
        font-size: 13px;
    }

    .single-product .product .product_title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .section-text-page > .e-con-inner {
        padding: 20px 10px 100px 10px;
    }

    .brand-latest-pd .products.columns-5 .product {
        width: 24.2% !important;
    }

    .brand-latest-pd .products.columns-5 .product:nth-child(5) {
        display: none;
    }

    .section .section-title .elementor-heading-title {
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 46px;
    }

    .section .section-title-overlay .elementor-heading-title {
        font-size: 26px;
        line-height: 40px;
    }

    .section .section-subtitle-overlay {
        margin-top: -113px;
    }

    .section {
        padding: 60px 10px;
    }

    .info-contact .info-item .elementor-icon-box-icon {
        width: 60px;
    }

    .section-cta {
        padding-top: 0;
        padding-bottom: 0;
    }

    .item-desc .elementor-icon-list-item .elementor-icon-list-text {
        font-size: 14px;
    }

    .section-cta .cta-wrapper .section-title .elementor-heading-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .post-navigation {
        padding: 30px 10px 50px;
    }

    .single-post .section-kitline {
        padding-right: 10px;
        padding-left: 10px;
    }

    .section-habtoor .pic {
        margin-top: -115px;
    }
}

@media (max-width: 991.98px) {
    .col-sm-12 {
        flex-basis: 100% !important;
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .header .logo {
        width: 150px;
    }

    .section .section-title .elementor-heading-title {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 40px;
    }

    .section .section-subtitle-overlay {
        margin-top: 0px;
        position: absolute;
        top: 0px;
        right: 0px;
    }
   .section-about.section .section-subtitle-overlay{
       margin-top: 0px;
       position: absolute;
       bottom: 60px;
       right: 0px;
       top: auto;
    }
    .section-about.section .section-title-overlay{
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    .section .section-title-overlay .elementor-heading-title {
        font-size: 22px;
    }

    .section .section-subtitle-overlay .elementor-heading-title {
        padding: 10px 0 0 20px;
    }


    .section-about .counter-item {
        width: 100px;
        height: 100px;
    }

    .section-about .counter-item .elementor-counter-title {
        font-size: 13px;
    }

    .section-about .counter-item .elementor-counter-number-wrapper .elementor-counter-number {
        font-size: 22px;

    }

    .section-brands > .e-con-inner:after {
        top: 35px;
        left: -90px;
    }

    .section-categories .cat-item {
        padding: 20px 25px 0 20px;
        border-radius: 20px;
    }

    .section-categories .cat-item .pic {
        width: 180px !important;
        height: 180px !important;
        margin-top: 0;
    }

    .section-kitline .item {
        border-radius: 20px;
    }

    .latest-posts .blog-cart .blog-info-wrapper .blog-title a {
        font-size: 14px;
    }

    .main-latest-products .products.columns-5 .product {
        width: 32.3% !important;
    }

    .main-latest-products .products.columns-5 .product:nth-child(8),
    .main-latest-products .products.columns-5 .product:nth-child(7) {
        display: none;
    }

    .search.Woocommerce #main .woocommerce-result-count,
    .page-template-template-discounted-products #main .woocommerce-result-count,
    .Woocommerce #main .woocommerce-result-count,
    .archive.woocommerce #main .woocommerce-result-count,
    .search.Woocommerce #main .list-sorting .woocommerce-ordering .orderby,
    .page-template-template-discounted-products #main .list-sorting .woocommerce-ordering .orderby,
    .Woocommerce #main .list-sorting .woocommerce-ordering .orderby,
    .archive.woocommerce #main .list-sorting .woocommerce-ordering .orderby {
        font-size: 12px;
    }

    .search.Woocommerce #main .list-sorting,
    .page-template-template-discounted-products #main .list-sorting,
    .Woocommerce #main .list-sorting,
    .archive.woocommerce #main .list-sorting {
        margin-bottom: 10px;
    }

    .single-product .product .summary {
        padding-top: 15px;
        padding-right: 0;
    }

    .single-product .product-details-row {
        padding-top: 20px;
    }

    .single-product .product-description {
        margin-bottom: 20px;
    }

    .single-product .cross-sells-wrapper {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .cross-sells-wrapper .cross-sells .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-list .products.columns-3 .product,
    .product-list .products .product {
        width: 32.2% !important;
    }

    .cross-sells ul.products li.product {
        width: 24% !important;
    }

    .cross-sells ul.products li.product:nth-child(5) {
        display: none;
    }

    .single-product .product .product-attributes .attr-item {
        font-size: 12px;
        line-height: 20px;
    }

    .blog-container .top-blog .top-blog-photo {
        flex-direction: column;
    }

    .blog-container .top-blog .blog-img-wrapper img {
        height: 400px !important;
    }

    .blog-container .top-blog-photo .col-lg-6:nth-child(1) {
        height: 400px !important;
        flex-basis: auto !important;
    }

    .blog-container .top-blog .blog-date {
        right: auto;
        bottom: auto;
        left: 0;
        top: -45px;
    }

    .blog-container .top-blog .blog-info-top {
        flex-basis: auto !important;
        padding-bottom: 0px;
    }

    .single-post .container-fluid .entry-content {
        padding-top: 0px;
    }

    .single .entry-content .img-blog-content .elementor-widget-container img {
        height: 300px;
    }

    .single-post .site {
        overflow: hidden;
    }

    .post-cards {
        flex-wrap: wrap;
    }

    .post-cards .blog-cart {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .archive .blog-cart .blog-img-wrapper {
        aspect-ratio: 2 / 1;
    }

    .section-habtoor .pic {
        margin-top: 0px;
    }

    .single-post .section.section-product .section-title .elementor-heading-title {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .section-habtoor .section-title-overlay {
        position: absolute;
        top: 45px;
    }
}

@media (min-width: 768px) {
    .col-full {
        max-width: 1320px;
    }

    .site-main ul.products li.product:nth-child(4n) {
        margin-left: 0 !important;
    }

    .mobile-sidebar-btn {
        display: none;
    }

    .sidebar-mobile-filter {
        display: none;
    }

    .title-close-sidebar {
        display: none;
    }

}

@media (max-width: 767.98px) {
    .single-post .section.section-product .section-title .elementor-heading-title {

        margin-bottom: 25px;
    }

    .sticky-sidebar {
        display: none;
    }

    .col-xs-12 {
        flex-basis: 100% !important;
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .header .header-btns {
        width: 221px;
        min-width: 221px;
    }

    .header .hfe-nav-menu .hfe-nav-menu__layout-horizontal {
        right: -255px !important;
        width: 100vw !important;
        top: 53px;
    }

    .header .hfe-nav-menu .menu-item .hfe-menu-item,
    .header .hfe-nav-menu .menu-item .sub-menu .menu-item .hfe-sub-menu-item {
        font-size: 14px;
        justify-content: center;
    }

    .header .hfe-nav-menu .menu-item .hfe-menu-item .hfe-menu-toggle {
        position: absolute;
        left: 10px;
    }

    .section-about .about-pic {
        height: 35vh;
        border-radius: 25px;
        overflow: hidden;
    }

    #main-cta.section .col-bg ,
    .main-cta.section .col-bg {
        bottom: -40px;
    }

    .section-categories .cat-item {
        margin-bottom: 20px;
        gap: 10px;
    }

    #main-cta.section .col-bg:after ,
    .main-cta.section .col-bg:after {
        bottom: 0px;
    }

    #main-cta.section .col-bg ,
    .main-cta.section .col-bg {
        padding: 5px;
        gap: 5px;
    }

    .section-categories .cat-item .pic {
        width: 120px !important;
        height: 120px !important;
    }

    .latest-posts .blog-cart {
        flex-basis: 48.5%;
        max-width: 48.5%;
    }

    .latest-posts .blog-cart:last-child {
        display: none;
    }

    .back-to-top a {
        bottom: 80px;
        right: inherit;
        left: 15px;
        background: #fff;
    }

    .section-text-page > .e-con-inner {
        padding: 15px 10px 70px 10px;
    }

    .product-list-breadcrumb .storefront-breadcrumb {
        margin-bottom: 0 !important;
    }

    .blog-main .rss-feed-posts .rss-feed-item .rss-excerpt,
    .blog-main .elementor-widget-wp-widget-rss ul li .rssSummary {
        display: none;
    }

    .blog-main .rss-feed-posts .rss-feed-item .rss-title,
    .blog-main .rss-feed-posts .rss-feed-item .rss-title a,
    .blog-main .elementor-widget-wp-widget-rss ul li .rsswidget {
        font-size: 14px;
    }

    .woocommerce-cart .shop_table.woocommerce-cart-form__contents tbody tr.cart_item:not(:nth-last-child(2)) td {
        border: 0;
    }

    .woocommerce-widget .woocommerce-widget-body > ul {
        height: auto;
        max-height: 200px;
    }

    .woocommerce-widget .woocommerce-widget-body.active {
        height: auto;
    }

    .woocommerce-error li {
        font-size: 13px;
    }

    .hero1-col .swiper .swiper-pagination {
        z-index: 1;
    }

    .header .elementor-widget-theme-site-logo {
        margin-right: auto;
    }

    .product-list #primary {
        padding-right: 15px;
        padding-left: 15px;
    }

    .page-template-template-discounted-products .product-list,
    .Woocommerce .product-list,
    .search .product-list,
    .archive .product-list {
        flex-wrap: wrap;
    }

    .page-template-template-discounted-products .product-list .widget-area,
    .Woocommerce .product-list .widget-area,
    .search .product-list .widget-area,
    .archive .product-list .widget-area {
        position: fixed !important;
        width: 100%;
        right: -100%;
        margin: 0 !important;
        order: 1;
        height: 100% !important;
        top: 185px !important;
        overflow-y: auto;
        background-color: #ffff;
        transition: left 0.3s ease;
    }

    .page-template-template-discounted-products .product-list .widget-area.open-sidebar,
    .Woocommerce .product-list .widget-area.open-sidebar,
    .search .product-list .widget-area.open-sidebar,
    .archive .product-list .widget-area.open-sidebar {
        right: 0px;
        top: 0px !important;
        margin-right: 0px !important;
        z-index: 100000;
        width: 80%;
    }

    .page-template-template-discounted-products .product-list .widget-area.open-sidebar .sidebar-filter,
    .Woocommerce .product-list .widget-area.open-sidebar .sidebar-filter,
    .search .product-list .widget-area.open-sidebar .sidebar-filter,
    .archive .product-list .widget-area.open-sidebar .sidebar-filter {
        position: absolute;
        bottom: 80px;
        left: 0;
        overflow-y: auto;
        right: 0;
        top: 50px;
        z-index: 10000;
        padding-bottom: 20px;
    }

    #secondary .title-close-sidebar {
        display: flex;
        background-color: #262020;
        padding: 10px 20px;
    }

    #secondary .title-close-sidebar .title-sidebar {
        color: #fff;
        font-size: 16px;
    }

    .sidebar-mobile-filter {
        position: absolute;
        bottom: 0px;
        color: #262020;
        font-size: 16px;
        background-color: var(--primary-color);
        width: 100%;
        font-family: var(--text-font-family);
        z-index: 10000;
        cursor: pointer;
    }

    .page-template-template-discounted-products .container-fluid,
    .Woocommerce .container-fluid,
    .search .container-fluid,
    .archive.woocommerce .container-fluid {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-template-template-discounted-products .product-list .widget-area .woocommerce-filter-product-cat,
    .Woocommerce .product-list .widget-area .woocommerce-filter-product-cat,
    .search .product-list .widget-area .woocommerce-filter-product-cat,
    .archive .product-list .widget-area .woocommerce-filter-product-cat {
        display: none;
    }

    .page-template-template-discounted-products .product-list .widget-area .widget_block > .elementor,
    .Woocommerce .product-list .widget-area .widget_block > .elementor,
    .search .product-list .widget-area .widget_block > .elementor,
    .archive .product-list .widget-area .widget_block > .elementor {
        width: 100% !important;
    }

    .page-template-template-discounted-products .product-list #secondary #block-9,
    .Woocommerce .product-list #secondary #block-9,
    .search .product-list #secondary #block-9,
    .archive .product-list #secondary #block-9 {
        display: none !important;
    }

    .page-template-template-discounted-products .product-list .content-area,
    .Woocommerce .product-list .content-area,
    .search .product-list .content-area,
    .archive .product-list .content-area {
        width: 100%;
        order: 2;
    }

    .search-results .content-area #main .product .woocommerce-loop-product__title,
    .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
        font-size: 12px;
        line-height: 22px;
    }

    .page-template-template-discounted-products .woocommerce-products-header__title.page-title,
    .Woocommerce .woocommerce-products-header__title.page-title,
    .search .woocommerce-products-header__title.page-title,
    .archive .woocommerce-products-header__title.page-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .page-template-template-discounted-products .product-list .site-main:nth-child(2),
    .Woocommerce .product-list .site-main:nth-child(2),
    .search .product-list .site-main:nth-child(2),
    .archive .product-list .site-main:nth-child(2) {
        display: none;
    }

    .search.Woocommerce #main .list-sorting,
    .page-template-template-discounted-products #main .list-sorting,
    .Woocommerce #main .list-sorting,
    .archive.woocommerce #main .list-sorting {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-template-template-discounted-products #main .list-sorting .woocommerce-ordering,
    .Woocommerce #main .list-sorting .woocommerce-ordering,
    .archive.woocommerce:not(.search-results) #main .list-sorting .woocommerce-ordering {
        margin-bottom: 0;
        margin-left: 0;
        width: 49%;
    }

    .archive.search-results #main .list-sorting .woocommerce-ordering {
        width: 100%;
        margin-bottom: 0;
    }

    .open-sidebar .woocommerce-widget {
        margin: 10px 20px;
        background: #f1f1f1;
    }

    .woocommerce-widget .woocommerce-widget-title {
        font-size: 14px;
    }

    .woocommerce-widget .sidebar-filter::-webkit-scrollbar {
        width: 6px; /* Set the width of the scrollbar */
    }

    .woocommerce-widget .sidebar-filter::-webkit-scrollbar-track {
        background: var(--background-color); /* Set the background color of the scrollbar track */
    }

    .woocommerce-widget .sidebar-filter::-webkit-scrollbar-thumb {
        background: #888; /* Set the color of the scrollbar thumb */
        border-radius: 5px; /* Add rounded corners to the scrollbar thumb */
    }

    #primary .list-sorting .pagination, #primary .list-sorting .woocommerce-pagination {
        padding: 0px;
        border: none !important;
    }

    .page-template-template-discounted-products #main .woocommerce-result-count,
    .Woocommerce #main .woocommerce-result-count,
    .search.Woocommerce #main .woocommerce-result-count,
    .archive.woocommerce #main .woocommerce-result-count {
        margin-bottom: 0px;

    }

    .page-template-template-discounted-products #main .products + .list-sorting .woocommerce-ordering,
    .Woocommerce #main .products + .list-sorting .woocommerce-ordering,
    .search.Woocommerce #main .products + .list-sorting .woocommerce-ordering,
    .archive.woocommerce #main .products + .list-sorting .woocommerce-ordering {
        display: none;
    }

    .page-template-template-discounted-products #main .list-sorting .woocommerce-ordering .orderby,
    .Woocommerce #main .list-sorting .woocommerce-ordering .orderby,
    .search.Woocommerce #main .list-sorting .woocommerce-ordering .orderby,
    .archive.woocommerce #main .list-sorting .woocommerce-ordering .orderby {
        width: 100%;
        height: 40px;
        border: 1px solid var(--border-color-light);
    }

    .wc-active-filters__item {
        background: transparent;
        font-size: 12px;
        padding: 5px 10px;
        border: 1px solid var(--border-color-dark2);
        color: var(--text-color-light2);
    }

    .feature-list {
        display: none;
    }

    .product-sidebar {
        background: transparent;
    }

    .single-product {
        margin-top: 0px;
    }
    .single-product .product {
        padding-top: 100px;
    }
    .single-product .product .woocommerce-product-gallery {
        width: 100% !important;
        flex-basis: 100%;
    }

    .single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        width: 37px !important;
        height: 37px !important;
        background: #fff !important;
        border: 1px solid var(--border-color-dark2);
        border-radius: 5px;
        padding: 5px;
        left: 12px !important;
    }

    .single-product .product .summary {
        padding-top: 15px;
    }

    .single-product .product .product-attributes ul {
        flex-direction: column;
    }

    .single-product .product .product-attributes .attr-item:not(:last-child) {
        margin-left: 0;
        margin-bottom: 5px;
    }

    .guide-section .number-guid {
        font-size: 18px;
        width: 30px;
        height: 30px;
    }

    .hero-banner-second .elementor-image-box-content .elementor-image-box-title {
        font-size: 18px;
    }

    .mobile-header-logo {
        margin-right: auto;
    }

    .page-template-template-discounted-products #main .list-sorting.sticky,
    .Woocommerce #main .list-sorting.sticky,
    .search.Woocommerce #main .list-sorting.sticky,
    .archive.woocommerce #main .list-sorting.sticky {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 100;
        background: #fff;
        padding: 10px;
        box-shadow: 0 0 10px rgba(103, 103, 103, 0.4);
    }

    .page-template-template-discounted-products #main .list-sorting.sticky .woocommerce-result-count,
    .Woocommerce #main .list-sorting.sticky .woocommerce-result-count,
    .search.Woocommerce #main .list-sorting.sticky .woocommerce-result-count,
    .archive.woocommerce #main .list-sorting.sticky .woocommerce-result-count {
        display: none;
    }

    .cross-sells ul.products li.product:nth-child(4) {
        display: none;
    }

    .cross-sells ul.products li.product {
        width: 32.6% !important;
    }

    .cross-sells-wrapper .cross-sells .title {
        font-size: 20px;
    }

    .section .section-title .elementor-heading-title {
        margin-bottom: 25px;
        font-size: 28px;
        line-height: 46px;
    }

    .section {
        padding: 40px 10px;
    }

    .info-contact .info-item .elementor-icon-box-icon {
        width: 80px;
    }

    .section-contact .contact-pic img {
        height: 320px;
    }

    .section-cta .cta-wrapper .desc {
        margin-bottom: 20px;
        margin-left: 10px;
    }

    .section-cta .cta-wrapper {
        padding: 20px 20px 0 0;
    }

    .section-cta .cta-wrapper .section-title .elementor-heading-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section .section-subtitle-overlay .elementor-heading-title,
    .section .section-subtitle .elementor-heading-title {
        font-size: 16px;

    }

    .brand-photo img {
        height: 320px !important;
    }

    .brand-photo .pic {
        width: 100% !important;
    }

    .page-template-template-discounted-products .woocommerce-products-header,
    .Woocommerce .woocommerce-products-header, .search .woocommerce-products-header,
    .archive.woocommerce .woocommerce-products-header, .page-header {
        margin-bottom: 0px;
    }

    .section-item-text.section {
        padding-bottom: 20px;
    }

    .products.columns-4 .product {
        width: 32% !important;
    }

    .post-navigation {
        padding: 30px 10px 30px;
    }

    .archive .page-header .page-title, .category .page-header .page-title {

    }

    .home .section-brands.section {
        padding: 0px 10px;

    }

    .home .section.section-cta {
        padding: 0px 10px;

    }

    .section-habtoor .pic img {
        height: 400px !important;
        object-fit: cover;
    }

    .section-habtoor .text-about {
        margin-bottom: 120px;
    }

    .info-about .elementor-icon-box-content .elementor-icon-box-title span {
        font-size: 28px;
    }

    .info-about .elementor-icon-box-content .elementor-icon-box-description {
        font-size: 14px !important;
    }

    .info-about .elementor-icon-box-icon {
        margin-bottom: 0px;
    }

    .info-about .elementor-icon-box-content {
        margin-top: -10px;
    }
}

@media (max-width: 640px) {
    .section-slider .bdt-prime-slider-skin-slide .bdt-navigation-arrows {
        right: calc(50% - 35px) !important;
    }
}

@media (max-width: 630px) {
    .blog-main .rss-feed-posts .rss-feed-item,
    .blog-main .elementor-widget-wp-widget-rss ul li {
        flex: 0 0 33%;
        max-width: calc(33% - 5px);
    }

    .blog-main .rss-feed-posts .rss-feed-item:nth-last-child(1),
    .blog-main .elementor-widget-wp-widget-rss ul li:nth-last-child(1) {
        display: none;
    }

    .blog-main .elementor-widget-wp-widget-rss ul li:before {
        height: 142px;
    }
}

@media (max-width: 575.98px) {
    .col-xxs-12 {
        flex-basis: 100% !important;
        width: 100% !important;
    }

    .footer .socials .elementor-icon-list-items {
        direction: ltr;
        gap: 10px;
        margin-top: 25px;
    }

    .section-kitline .item.first {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .section-kitline .item.first + .elementor-element {
        width: 100% !important
    }

    .section-kitline .item.first .pic {
        aspect-ratio: 5 / 3;
    }

    .main-latest-products .products.columns-5 .product {
        width: 100% !important;
    }

    .section-kitline .item:not(.first):not(:last-child) {
        width: calc(50% - 10px) !important;
    }

    .section-kitline .item:not(.first):not(:last-child) .pic {
        aspect-ratio: 3 / 5;
    }

    .main-latest-products .products.columns-5 .product:nth-child(6),
    .main-latest-products .products.columns-5 .product:nth-child(5) {
        display: none;
    }

    .blog-main .rss-feed-posts .rss-feed-item:nth-last-child(2),
    .blog-main .elementor-widget-wp-widget-rss ul li:nth-last-child(2) {
        display: none;
    }

    .blog-main .rss-feed-posts .rss-feed-item,
    .blog-main .elementor-widget-wp-widget-rss ul li {
        flex: 0 0 50%;
        max-width: calc(50% - 5px);
    }

    .product-list .products.columns-3 .product,
    .product-list .products .product,
    .products .product {
        width: 100% !important;
        display: flex;
    }

    .page-template-template-discounted-products #main .woocommerce-result-count,
    .Woocommerce #main .woocommerce-result-count,
    .search.Woocommerce #main .woocommerce-result-count,
    .archive.woocommerce #main .woocommerce-result-count {
        display: none;
    }

    .products .product .added_to_cart {
        top: 73%;
        height: 80px;
    }

    .products .product {
        margin-bottom: 10px;
    }

    .products .product .woocommerce-LoopProduct-link {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
    }

    .search:not(.archive) .products .product .woocommerce-LoopProduct-link {
        width: 102px;
        flex: 0 0 102px;
    }

    .search:not(.archive) .products .product .entry-content .woocommerce-loop-product__title {
        text-align: right;
    }

    .search:not(.archive) .products .product .entry-content {
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .products .product img {
        width: 100px;
        border-radius: 10px;
        border: 1px solid #f1f1f1;
        margin-bottom: 0 !important;
    }

    .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
        width: calc(100% - 100px);
        padding: 10px;
        text-align: right !important;
    }

    .page-template-template-discounted-products .container-fluid,
    .Woocommerce .container-fluid,
    .search .container-fluid,
    .archive.woocommerce .container-fluid {
        padding-bottom: 0;
    }

    .single-product .product .product_title {
        font-size: 16px;
    }

    .single-product .product-details-row .cross-sells-wrapper {
        flex-basis: 100%;
        max-width: 100%;
    }

    .product .product-card .elementor-widget-woocommerce-product-title .elementor-widget-container .product_title {
        -webkit-line-clamp: 1;
    }

    .contact-map img {
        height: 300px !important;
    }

    .cross-sells ul.products li.product {
        width: 100% !important;
    }

    .cross-sells-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .single-product .cross-sells-wrapper {
        padding: 30px 0 0 !important;
    }

    .cross-sells-wrapper .cross-sells .title {
        font-size: 18px;
    }

    .special-brand .products .product {
        width: 100% !important;
    }

    .brand-latest-pd .products.columns-5 .product {
        width: 100% !important;
    }

    .brand-latest-pd .products.columns-5 .product:nth-child(4),
    .brand-latest-pd .products.columns-5 .product:nth-child(5) {
        display: block;
    }

    .products.columns-4 .product {
        width: 100% !important;
    }

    .products.columns-3 .product {
        width: 100% !important;
    }

    .post-navigation .nav-links a {
        font-size: 13px;
    }

    .archive .blog-cart .blog-info-wrapper .blog-title a {
        font-size: 15px;
    }

    .section-brands .brands-list .item {
        width: calc(25% - 25px);
        flex-basis: calc(25% - 25px);
    }

}

@media (max-width: 480px) {
    .header .header-btns {
        width: 115px;
        min-width: 115px;
    }

    .header .header-btns .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-text {
        font-size: 13px;
        max-width: 6ch;
        display: block;
        white-space: nowrap;
        overflow: hidden;
    }

    .header .menu-wrapper {
        max-width: calc(100% - 275px) !important;
    }

    .header .hfe-nav-menu .hfe-nav-menu__layout-horizontal {
        right: -130px !important;
    }

    .info-contact .elementor-icon-box-title a, .info-contact .elementor-icon-box-title span {
        line-height: 25px;
        font-size: 18px;
    }

    .section-contact .section-subtitle-overlay .elementor-heading-title {

        padding: 10px 10px 10px 20px;
        font-size: 16px;
    }

    .section .section-title .elementor-heading-title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 40px;
    }

    .section .section-title-overlay .elementor-heading-title {
        font-size: 24px;
        line-height: 40px;
    }

    .info-contact .info-item {
        padding: 20px;
    }

    .section-cta .cta-wrapper .section-title .elementor-heading-title {
        font-size: 20px;
    }

    .section .section-subtitle-overlay .elementor-heading-title,
    .section .section-subtitle .elementor-heading-title {
        font-size: 14px;
    }

    .latest-posts .blog-cart {
        flex-basis: 100%;
        max-width: 100%;
        display: flex;
        align-items: flex-end;
    }

    .latest-posts .blog-cart:last-child {
        display: flex;
    }

    .latest-posts .blog-cart:not(:last-child) {
        margin-bottom: 20px;
    }

    .latest-posts .blog-cart .blog-img-wrapper {
        width: 35%;
        margin-bottom: 0;
        aspect-ratio: auto;
    }

    .latest-posts .blog-cart .blog-info-wrapper {
        width: 65%;
        padding-right: 15px;
    }

    .latest-posts .blog-cart .blog-info-wrapper .blog-date {
        width: 110px;
        left: inherit;
        top: inherit;
        bottom: 0;
        right: -110px;
        margin-bottom: 0;
    }

    .latest-posts .blog-cart .blog-info-wrapper .blog-desc * {
        font-size: 13px;
    }

    .post-cards .blog-cart {
        flex-basis: 100%;
        max-width: 100%;
        display: flex;
        align-items: flex-end;
    }

    .post-cards .blog-cart .blog-info-wrapper {
        width: 65%;
        padding-right: 15px;
    }

    .post-cards .blog-cart .blog-img-wrapper {
        width: 35%;
        margin-bottom: 0;
        aspect-ratio: auto;
    }

    .post-cards .blog-cart .blog-info-wrapper .blog-date {
        width: 110px;
        left: inherit;
        top: inherit;
        bottom: 0;
        right: -110px;
        margin-bottom: 0;
    }

    .post-cards .blog-cart {
        margin-bottom: 20px;
    }

    .info-about .elementor-icon-box-content .elementor-icon-box-title span {
        font-size: 24px;
    }

    .info-about .elementor-icon-box-icon .elementor-icon {
        font-size: 36px;
    }

    .info-about {
        gap: 15px;
    }
}

@media (max-width: 430px) {
    .blog-main .elementor-widget-wp-widget-rss ul li .rss-date {
        display: none;
    }

    .blog-main .rss-feed-posts .rss-feed-item .rss-title,
    .blog-main .elementor-widget-wp-widget-rss ul li .rsswidget {
        white-space: pre-wrap;
        width: 60%;
        padding-top: 10px;
    }

    .blog-main .rss-feed-posts .rss-feed-item .rss-title {
        padding: 0 15px 0 0;
        margin: 0;
    }

    .blog-main .rss-feed-posts .rss-feed-item .rss-thumbnail,
    .blog-main .elementor-widget-wp-widget-rss ul li:before {
        height: 100px;
        width: 40%;
        margin-bottom: 0;
    }

    .blog-main .rss-feed-posts .rss-feed-item,
    .blog-main .elementor-widget-wp-widget-rss ul li {
        flex: 0 0 100%;
        max-width: calc(100% - 5px);
        display: flex;
        align-items: center;
    }

    .blog-main .rss-feed-posts .rss-feed-item .rss-date {
        display: none;
    }

    .blog-main .rss-feed-posts,
    .blog-main .elementor-widget-wp-widget-rss ul {
        flex-direction: column;
        gap: 10px;
    }

    .contact-details .contact-details-col {
        width: 100%;
    }

    .form-contact .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-contact input[type=text], .form-contact input[type=number], .form-contact input[type=email], .form-contact input[type=tel], .form-contact input[type=url], .form-contact input[type=password], .form-contact input[type=search], .form-contact textarea, .form-contact .input-text {
        margin-bottom: 10px;
    }

    .form-contact p {
        margin-bottom: 0px;
    }

    .form-contact .wpcf7-spinner {
        height: 0px;
    }

    .category-main .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
        width: 80px;
        height: 80px;
        padding: 15px;
    }

    .category-main .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img img {
        width: 50px;
        height: 50px;
    }

    .category-main .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        font-size: 12px;
    }

    .category-main .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
        display: flex !important;
        justify-content: center;
    }

    .section-cta .btn-bg .elementor-button {
        font-size: 12px;
        padding: 0 10px;
    }

    .section-cta .btn-wrapper {
        width: 283px !important;
        gap: 5px;
    }

    .single .blog-info-top .entry-title {
        font-size: 20px;
    }

    .single .blog-content h3 {
        font-size: 16px;
    }

    .single .blog-content h2 {
        font-size: 18px;
    }

    .single .blog-content h4 {
        font-size: 16px;
    }

    .single .blog-content h5 {
        font-size: 14px;
    }

    .single .blog-content h2, .single .blog-content h3, .single .blog-content h4, .single .blog-content h5 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .section-brands .brands-list .item {
        width: calc(33% - 25px);
        flex-basis: calc(33% - 25px);
    }

    #main-cta.section .btn-bg .elementor-button ,
    .main-cta.section .btn-bg .elementor-button {
        font-size: 13px;
        padding: 0 10px;
    }
}

@media (max-width: 380px) {
    .header .logo {
        width: 120px;
        min-width: 120px;
    }

    .header .menu-wrapper {
        max-width: calc(100% - 245px) !important;
    }

    #primary .page-numbers li .page-numbers.current {
        padding: 0 5px;
    }

    .page-template-template-discounted-products .product-list .widget-area.open-sidebar,
    .Woocommerce .product-list .widget-area.open-sidebar,
    .search .product-list .widget-area.open-sidebar,
    .archive .product-list .widget-area.open-sidebar {
        width: 90%;
    }

    .latest-posts .blog-cart .blog-info-wrapper .blog-title a {
        margin: 0;
    }

    .latest-posts .blog-cart .blog-info-wrapper .blog-desc * {
        font-size: 12px;
    }

    .section-about .counter-item {
        width: 80px;
        height: 80px;
    }

    .section-about .counter-item .elementor-counter-title {
        font-size: 12px;
    }
}
