/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Render the `main` element consistently in IE. */
main { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; height: 0; overflow: visible; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; font-size: 1em; }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body { background: #fff; }

input[type="search"] { color: #666; background: #f1f1f1; }

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

a { color: #4169e1; }

a:visited { /*color: $color__link-visited;*/ }

a:hover, a:focus, a:active { color: #191970; }

a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

img { height: auto; max-width: 100%; }

[class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'apc' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; vertical-align: middle; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-address:before { content: "\e90a"; }

.icon-email:before { content: "\e90b"; }

.icon-phone:before { content: "\e90c"; }

.icon-socials:before { content: "\e90d"; }

.icon-cart:before { content: "\e900"; }

.icon-chevron:before { content: "\e901"; }

.icon-chevron.flip:before { transform: scaleX(-1); display: inline-block; }

.icon-facebook:before { content: "\e902"; }

.icon-instagram:before { content: "\e903"; }

.icon-like:before { content: "\e904"; }

.icon-linkedin:before { content: "\e905"; }

.icon-search:before { content: "\e906"; }

.icon-star:before { content: "\e907"; }

.icon-user:before { content: "\e908"; }

.icon-zoom:before { content: "\e909"; }

@font-face {
  font-family: 'IranSansX';
  font-weight: 900;
  src: url('../fonts/IRANSansX/IRANSansXFaNum-Black.woff') format('woff');
  src: url('../fonts/IRANSansX/IRANSansXFaNum-Black.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IranSansX';
  font-weight: normal;
  src: url('../fonts/IRANSansX/IRANSansXFaNum-Regular.woff') format('woff');
  src: url('../fonts/IRANSansX/IRANSansXFaNum-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IranSansX';
  font-weight: bold;
  src: url('../fonts/IRANSansX/IRANSansXFaNum-Bold.woff') format('woff');
  src: url('../fonts/IRANSansX/IRANSansXFaNum-Bold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IranSansX';
  font-weight: 300;
  src: url('../fonts/IRANSansX/IRANSansXFaNum-Light.woff') format('woff');
  src: url('../fonts/IRANSansX/IRANSansXFaNum-Light.woff2') format('woff2');
  font-display: swap;
}
@font-face { font-family: 'apc'; src: url("../fonts/icons/apc.eot"); src: url("../fonts/icons/apc.eot#iefix") format("embedded-opentype"), url("../fonts/icons/apc.ttf") format("truetype"), url("../fonts/icons/apc.woff") format("woff"), url("../fonts/icons/apc.svg#apc") format("svg"); font-weight: normal; font-style: normal; font-display: block; }

p { margin-bottom: 1.5em; }

dfn, cite, em, i { font-style: italic; }

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

pre { background: #eee; font-family: "Courier 10 Pitch", courier, monospace; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var { font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }

mark, ins { text-decoration: none; }

big { font-size: 125%; }

h1, h2, h3, h4, h5, h6 { clear: both; }

body, button, input, select, optgroup, textarea { color: #272727; font-family:  IranSansX ,sans-serif; font-size: 1rem; line-height: 1.5; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation { --bs-navbar-padding-x: calc(var(--bs-gutter-x) * .5); --bs-navbar-nav-link-padding-x: 1rem; }

.main-navigation ul ul { display: none; background: white; }

@media (min-width: 992px) { .main-navigation ul ul { display: block !important; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); float: right; list-style: none; padding: 0; position: absolute; top: calc(100% - var(--bs-nav-link-padding-y)); right: -999em; z-index: 99999; }
  .main-navigation ul ul ul { right: -999em; top: 0; }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { display: block; right: auto; } }

.main-navigation ul ul a.nav-link { width: 200px; }

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { right: auto; }

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a { font-weight: bold; }

.main-navigation li.menu-item-has-children > a > i { font-size: 12px; display: inline-block; transform: rotate(-90deg); margin-right: .5rem; }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; }

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display: flex; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { flex: 1 0 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { text-align: end; flex: 1 0 50%; }

#navbarNav { position: fixed; z-index: 9; right: 0; width: 60vw; box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }

@media (min-width: 992px) { #navbarNav { position: static; box-shadow: none; width: auto; } }

.navbar-toggler { background-color: #3061E7; border: none; }

.navbar-toggler .navbar-toggler-icon { filter: brightness(1000%); }

/* Posts and pages
--------------------------------------------- */
.sticky { display: block; }

.updated:not(.published) { display: none; }

.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }

.page-links { clear: both; margin: 0 0 1.5em; }

.byline { color: #888; }

.byline a { text-decoration: none; color: #888; }

article .card .post-thumbnail { overflow: hidden; }

article .card .post-thumbnail img { height: auto !important; }

article .card .card-title a { color: #272727; line-height: 1.5; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.page-title, .entry-title { font-weight: bold; }

.page-title.sec-title h1 { font-weight: 900; }

figcaption { text-align: end; font-size: .875em; color: var(--bs-secondary-color); }

.entry-meta .cat-links .badge { --bs-badge-font-size: 1rem; }

.entry-meta .cat-links a { color: inherit; text-decoration: none; }

.tags-links .tag { background: #eee; padding: .5rem 1rem; margin: .5rem; border-radius: var(--bs-border-radius); }

.tags-links .tag a { text-decoration: none; color: #888; }

/* Comments
--------------------------------------------- */
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

#comments { padding-top: 3rem; }

#comments #commentform { display: grid; grid-template-areas: 'author comment' 'email  comment' 'notes  comment' 'submit submit '; gap: 0 2rem; }

#comments #commentform .comment-notes { grid-area: notes; }

#comments #commentform .comment-form-comment { grid-area: comment; }

#comments #commentform .comment-form-author { grid-area: author; }

#comments #commentform .comment-form-email { grid-area: email; }

#comments #commentform .form-submit { grid-area: submit; }

#comments #commentform .logged-in-as .required-field-message { display: block; }

#comments .comment { padding: 1rem; border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color); margin-top: 1rem; }

#comments .comment.depth-1 { border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color); }

#comments .comment .comment-meta { display: flex; gap: 2rem; margin-bottom: 1rem; }

#comments .comment .comment-meta .comment-author::after { content: ''; width: 50px; height: 2px; background: #3061E7; display: block; }

#comments .comment .comment-meta .comment-author .says { display: none; }

#comments .comment .comment-meta .comment-metadata a { color: var(--bs-secondary-color); text-decoration: none; font-size: 12px; }

#comments .comment .comment-content { font-size: 14px; }

#comments .comment .reply { text-align: end; }

#comments .comment .comment-reply-title small a { font-size: 14px; float: left; }

#comments .comment .comment-reply-title small a { --bs-btn-color: #6c757d; --bs-btn-border-color: #6c757d; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: #6c757d; --bs-btn-hover-border-color: #6c757d; --bs-btn-focus-shadow-rgb: 108, 117, 125; --bs-btn-active-color: #fff; --bs-btn-active-bg: #6c757d; --bs-btn-active-border-color: #6c757d; --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color: #6c757d; --bs-btn-disabled-bg: transparent; --bs-btn-disabled-border-color: #6c757d; --bs-gradient: none; }

#comments .comment .comment-reply-title small a, #comments .comment .comment-reply-link { display: inline-block; padding: var(--bs-btn-padding-y) 0.75rem; color: var(--bs-btn-color); text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; border: var(--bs-border-width) solid var(--bs-btn-border-color); border-radius: var(--bs-btn-border-radius); transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

/* Widgets
--------------------------------------------- */
.widget { margin: 0 0 1.5em; }

.widget select { max-width: 100%; }

.widget .wp-block-group__inner-container, .widget .wc-blocks-filter-wrapper { border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color); padding: 1rem; }

.widget .wp-block-heading { font-size: 1rem; font-weight: bold; }

.widget .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount { max-width: 45%; }

.widget .wc-block-product-categories-list { --bs-list-group-color: var(--bs-body-color); --bs-list-group-bg: var(--bs-body-bg); --bs-list-group-border-color: var(--bs-border-color); --bs-list-group-border-width: var(--bs-border-width); --bs-list-group-border-radius: var(--bs-border-radius); --bs-list-group-item-padding-x: 1rem; --bs-list-group-item-padding-y: 1rem; --bs-list-group-action-color: var(--bs-secondary-color); --bs-list-group-action-hover-color: var(--bs-emphasis-color); --bs-list-group-action-hover-bg: var(--bs-tertiary-bg); --bs-list-group-action-active-color: var(--bs-body-color); --bs-list-group-action-active-bg: var(--bs-secondary-bg); --bs-list-group-disabled-color: var(--bs-secondary-color); --bs-list-group-disabled-bg: var(--bs-body-bg); --bs-list-group-active-color: #fff; --bs-list-group-active-bg: #0d6efd; --bs-list-group-active-border-color: #0d6efd; display: flex; flex-direction: column; padding-right: 0; margin-bottom: 0; border-radius: var(--bs-list-group-border-radius); }

.widget .wc-block-product-categories-list .wc-block-product-categories-list-item { position: relative; display: block; padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x); background-color: var(--bs-list-group-bg); border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); border-right: 0; border-left: 0; }

.widget .wc-block-product-categories-list .wc-block-product-categories-list-item:first-child { border-top: 0; }

.widget .wc-block-product-categories-list .wc-block-product-categories-list-item:last-child { border-bottom: 0; }

.widget .wc-block-product-categories-list .wc-block-product-categories-list-item + .wc-block-product-categories-list-item { border-top-width: 0; }

.widget .wc-block-product-categories-list .wc-block-product-categories-list-item a { color: var(--bs-list-group-color); text-decoration: none; }

.widget .wc-block-product-categories-list .wc-block-product-categories-list-item a .wc-block-product-categories-list-item__name { font-size: .875em; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link { display: inline-block; }

.gallery { margin-bottom: 1.5em; display: grid; grid-gap: 1.5em; }

.gallery-item { display: inline-block; text-align: center; width: 100%; }

.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }

.gallery-caption { display: block; }

.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.wp-caption-text { text-align: center; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }

.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus { outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft { float: left; margin-right: 1.5em; margin-bottom: 1.5em; }

.alignright { float: right; margin-left: 1.5em; margin-bottom: 1.5em; }

.aligncenter { clear: both; margin-bottom: 1.5em; }

:root, [data-bs-theme="light"] { --bs-primary: #3061E7; --bs-primary-rgb: 48,97,231; --bs-primary-text: #3061E7; /*--bs-secondary-text: #6c757d; --bs-secondary-color: rgba(33, 37, 41, 0.75); --bs-secondary-color-rgb: 33,37,41; --bs-secondary-bg: #e9ecef; --bs-secondary-bg-rgb: 233,236,239;*/ --bs-border-radius: 2px; }

.btn, #comments .comment .comment-reply-title small a, #comments .comment .comment-reply-link { --bs-btn-padding-y: 0.5rem; }

.badge { --bs-badge-border-radius: var(--bs-border-radius); }

.btn-primary { --bs-btn-bg: #3061E7; --bs-btn-border-color: #3061E7; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: #0b5ed7; --bs-btn-hover-border-color: #0a58ca; --bs-btn-focus-shadow-rgb: 49, 132, 253; --bs-btn-active-color: #fff; --bs-btn-active-bg: #0a58ca; --bs-btn-active-border-color: #0a53be; --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color: #fff; --bs-btn-disabled-bg: #3061E7; --bs-btn-disabled-border-color: #3061E7; }

.btn-outline-primary, #comments .comment .comment-reply-link { --bs-btn-color: #3061E7; --bs-btn-border-color: #3061E7; --bs-btn-hover-bg: #3061E7; --bs-btn-hover-border-color: #3061E7; --bs-btn-active-bg: #3061E7; --bs-btn-active-border-color: #3061E7; --bs-btn-disabled-color: #3061E7; --bs-btn-disabled-border-color: #3061E7; }

.accordion { --bs-accordion-border-width: 2px; --bs-accordion-active-bg: var(--bs-body-bg); }

.accordion .accordion-button:not(.collapsed) { box-shadow: inset 0 calc(-2 * var(--bs-accordion-border-width)) 0 #3061E7; }

@media (min-width: 992px) { .accordion .tab-pane.accordion-item { border: 0; } }

.nav { --bs-nav-link-color: #121F28; }

.nav.nav-underline { border-bottom: 1px solid var(--bs-border-color); --bs-nav-underline-gap: 2rem; }

.nav.nav-underline .nav-link.active, .nav.nav-underline .show > .nav-link { border-bottom-color: #3061E7; }

@media (max-width: 991px) { .tab-content.accordion > .tab-pane { display: block; opacity: 1; } }

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
.home .site-main .btn, .home .site-main #comments .comment .comment-reply-title small a, #comments .comment .comment-reply-title small .home .site-main a, .home .site-main #comments .comment .comment-reply-link, #comments .comment .home .site-main .comment-reply-link { --bs-btn-padding-x: 4rem; }

.home #hero::before { content: ''; width: 100%; height: calc(100% - 45px); position: absolute; right: 0; top: 0; background: #f1f1f1; }

@media (min-width: 992px) { .home #hero::before { width: 50%; height: 85%; } }

.home #hero .container-lg > .row > div:first-child { max-height: 100%; }

@media (min-width: 992px) { .home #hero .container-lg > .row > div:first-child { min-width: calc(100vw - 400px - ((100vw - 960px) / 2)); } }

@media (min-width: 1200px) { .home #hero .container-lg > .row > div:first-child { min-width: calc(100vw - 475px - ((100vw - 1140px) / 2)); } }

@media (min-width: 1400px) { .home #hero .container-lg > .row > div:first-child { min-width: calc(100vw - 550px - ((100vw - 1320px) / 2)); } }

.home #hero h2:last-of-type { font-weight: 900; }

.home #hero h2:first-of-type { font-weight: lighter; font-size: 2rem; }

.home #products .product-category { transform: scale(1); transition: all .5s; }

@media (min-width: 992px) { .home #products .product-category { height: 300px; } }

.home #products .product-category .category-wrapper img { box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); transition: all .5s; width: 150px; }

.home #products .product-category .category-wrapper::before { content: ''; width: 1rem; height: 1rem; position: absolute; bottom: -1.25rem; right: 0; left: 0; background: #3061E7; border-radius: 50%; margin: auto; transition: all .5s; transform: scale(0); }

.home #products .product-category h3 { transition: all .5s; transform: scale(1); }

.home #products .product-category h3 a { color: #272727; text-decoration: none; font-size: 18px; }

.home #products .product-category h3 a::before { content: ''; width: 0; height: 2px; background: #272727; position: absolute; bottom: -.5rem; right: 0; left: 0; margin: auto; border-radius: 2px; transition: all .5s; }

@media (min-width: 992px) { .home #products .slide-active .product-category { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); transform: scale(1.4); height: 260px; }
  .home #products .slide-active .product-category .category-wrapper::before { transform: scale(1); }
  .home #products .slide-active .product-category .category-wrapper img { box-shadow: -2px 12px 0 #C4C4C4; width: 100%; }
  .home #products .slide-active .product-category h3 { transform: scale(0.715); }
  .home #products .slide-active .product-category h3 a { font-weight: bold; }
  .home #products .slide-active .product-category h3 a::before { width: 20%; } }

.home #about::before { content: ''; width: 100%; height: 80px; background: #3061E7; bottom: 0; right: 0; left: 0; position: absolute; }

.home #about .sec-title h2 { font-weight: 900; }

.home #about .row > img:last-child { margin-right: 50%; }

.home #news .sec-title h2 { font-weight: 900; }

.home #news h5 a { color: #272727; text-decoration: none; font-weight: bold; line-height: 1.5; }

.home #news .swiper .swiper-slide .container-lg > .row > div:first-child { max-height: 100%; }

@media (min-width: 992px) { .home #news .swiper .swiper-slide .container-lg > .row > div:first-child { min-width: calc(100vw - 480px - ((100vw - 960px) / 2)); margin-right: calc((-100vw + 960px) / 2); } }

@media (min-width: 1200px) { .home #news .swiper .swiper-slide .container-lg > .row > div:first-child { min-width: calc(100vw - 570px - ((100vw - 1140px) / 2)); margin-right: calc((-100vw + 1140px) / 2); } }

@media (min-width: 1400px) { .home #news .swiper .swiper-slide .container-lg > .row > div:first-child { min-width: calc(100vw - 660px - ((100vw - 1320px) / 2)); margin-right: calc((-100vw + 1320px) / 2); } }

@media (min-width: 992px) { .home #news .swiper .swiper-slide .row > div:first-child { margin-top: -6rem; } }

.home #articles .card a.btn, .home #articles .card #comments .comment .comment-reply-title small a, #comments .comment .comment-reply-title small .home #articles .card a, .home #articles .card #comments .comment a.comment-reply-link, #comments .comment .home #articles .card a.comment-reply-link { margin-bottom: calc(-21px - 1.5rem); }

.home #articles .card .post-thumbnail img { width: 100%; }

.home #customers { overflow: hidden; }

@media (min-width: 992px) { .home #customers { margin-bottom: -3.5%; } }

.home #customers .container-lg > .row > div:last-child { max-height: 100%; }

@media (min-width: 992px) { .home #customers .container-lg > .row > div:last-child { min-width: calc(100vw - 320px - ((100vw - 960px) / 2)); } }

@media (min-width: 1200px) { .home #customers .container-lg > .row > div:last-child { min-width: calc(100vw - 380px - ((100vw - 1140px) / 2)); } }

@media (min-width: 1400px) { .home #customers .container-lg > .row > div:last-child { min-width: calc(100vw - 440px - ((100vw - 1320px) / 2)); } }

.home #customers .sec-title h2 { font-weight: 900; }

.home #customers .swiper-autoheight .swiper-slide { width: auto; }

.home #partners .swiper-autoheight .swiper-slide { width: auto; }

.page-template-tmpl-about #factory { margin-top: -3rem; }

.page-template-tmpl-about #products .swiper-slide > div { max-width: 150px; }

.wpcf7-form { font-size: 14px; }

.wpcf7-form .wpcf7-form-control-wrap { flex: 1; }

.bg-alt { background: #f1f1f1; }

.bg-alt .sec-title.big-char > :first-child::before { background: #f1f1f1; }

.search-form .search-submit { font-family: apc; }

.table p { margin-bottom: 0; }

.sec-title { font-weight: 900; }

@media (min-width: 992px) { .sec-title.big-char::before { content: attr(char); color: #DAD9D9; font-weight: 700; font-size: 6rem; line-height: 1; min-width: 4rem; }
  .sec-title.big-char > :first-child { flex-basis: 0; }
  .sec-title.big-char > :first-child * { z-index: 1; position: relative; }
  .sec-title.big-char > :first-child::before { content: ''; height: 160px; width: 100px; box-shadow: 6px 0px 6px -3px rgba(0, 0, 0, 0.1); transform: rotate(-35deg); position: absolute; top: 0; background: #FFFFFF; right: 6rem; z-index: 0; transform-origin: top right; } }

.archive.woocommerce .main-layout { display: grid; gap: 1rem; grid-template-columns: auto; grid-template-areas: "main" "sidebar"; }

@media (min-width: 992px) { .archive.woocommerce .main-layout { grid-template-columns: 25% auto; grid-template-areas: "sidebar main"; } }

/*.archive.woocommerce.wc-catalogue-mode .main-layout {
  grid-template-areas: "main";
  grid-template-columns: auto;
}*/
.site-main { grid-area: main; }

.widget-area { grid-area: sidebar; }

/*.site {
  display: grid;
  grid-template-columns: 25% auto;
  grid-template-areas:
		"header header"
		"sidebar main"
		"footer footer";
}*/
.swiper { --swiper-pagination-bullet-size: 10px; }

.swiper .swiper-pagination { position: static; }

.swiper .swiper-pagination .swiper-pagination-bullet { transition: width .5s; border-radius: 5px; }

.swiper .swiper-pagination .swiper-pagination-bullet-active { width: 30px; }

.swiper div[class^="container"] { box-sizing: border-box; }

/* Header
--------------------------------------------- */
header#masthead { grid-area: header; }

header#masthead .search-form { flex-basis: 0; flex-grow: 1; }

header#masthead .dropdown-toggle { background: transparent; border: 0; }

header#masthead .dropdown-toggle::after { display: none; }

header#masthead #breadcrumbs { font-size: 14px; }

header#masthead #breadcrumbs a { color: #FFFFFF; text-decoration: none; }

header#masthead #breadcrumbs i { font-size: 12px; margin: 0 .5rem; }

.home #breadcrumbs { display: none; }

/* Footer
--------------------------------------------- */
#colophon { grid-area: footer; background: #3061E7; color: #FFFFFF; }

@media (min-width: 992px) { #colophon { padding-top: 3rem; }
  #colophon .socials a:last-child { margin-left: 0 !important; } }

#colophon a { color: #fff; text-decoration: none; }

#colophon ul { list-style: none; margin: 0; padding: 0; }

#colophon ul a { display: block; padding: 0.25rem 0.5rem; }

#colophon .copyright { border-top: 1px solid #FFFFFF; }

#colophon .copyright .site-info { font-size: 14px; }

#colophon .copyright .custom-logo { filter: contrast(0%) brightness(1000%); }

.home #colophon { margin-top: 0 !important; }

.otgs-development-site-front-end { display: none !important; }