/*!
Theme Name: darkoob
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>darkoob</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: darkoob
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

darkoob is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# 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;
	overflow-x:hidden !important;
}

/**
 * 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;
	text-decoration: none;
}

/**
 * 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 0;
}

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 {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 3em 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #363636b9;
	text-decoration: none;
}

a:visited {
	color: rgba(37, 37, 37, 0.74)96;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: right;
	position: absolute;
	top: 100%;
	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 {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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%;
}

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

.post,
.page {
	margin: 0;
}

.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;
}

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

.bypostauthor {
	display: block;
}

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

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

/* 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;
}

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

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

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

/* Galleries
--------------------------------------------- */
.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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}
/* My Styles */
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot'); 
    src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), 
         url('fonts/fontawesome-webfont.woff2') format('woff2'),
         url('fonts/fontawesome-webfont.woff') format('woff'), 
         url('fonts/fontawesome-webfont.ttf') format('truetype'), 
         url('fonts/fontawesome-webfont.svg#FontAwesome') format('svg'); 
    font-weight: normal;
    font-style: large;
}
@font-face {
    font-family: "IRANSansWebFaNum";
    src: url('fonts/IRANSansWebFaNum.eot');
    src: url('fonts/IRANSansWebFaNum.eot?#iefix') format('embedded-opentype'),
         url('fonts/IRANSansWebFaNum.woff2') format('woff2'),
         url('fonts/IRANSansWebFaNum.woff') format('woff'),
         url('fonts/VIRANSansWebFaNum.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "titr";
	src: url('fonts/B\ Titr\ Bold.ttf');
	
	font-weight: bold;
	font-style: normal;
}
@media only screen and (max-width: 768px){
    h1{ font-size: 20px !important; }
    h2{ font-size: 1em !important; }
    h3{ font-size: 16px !important; }
    h4{ font-size: 14px !important; }
  }
  
  @media only screen  and (min-width: 768px)
{
    .woocommerce-page div.product div.images {
        width: 30% !important;
    }
    .woocommerce-page div.product div.summary {
        width: 67%;
    }
    h1{ font-size: 20px !important; }
    h2{ font-size: 1em !important; }
    h3{ font-size: 16px !important; }
    h4{ font-size: 14px !important; }
}

body {
    font-family: "IRANSansWebFaNum";
}
.topmenu{
	text-align: left;
}
.tophead{
	border-bottom: 1px solid #80808047;
}
.topmenu ul{
	list-style-type: none;
    margin-top: 9px;
    margin-bottom: 5px;
    padding: 0;
    display: inline-flex;
    margin-right: 0;
}
.topmenu ul li a{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
 
}
.menu-item-76 a{
	border-right: 1px solid rgb(81 81 81 / 38%);
}
.menu-item-75 a{
	border-right: 1px solid rgb(81 81 81 / 38%);
}
#text-2 p{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 11px;
}
#text-2 a{
	color: #003789;
}
.mainmenu{
	text-align: center;
}
.mainmenu ul{
	list-style-type: none;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    display: inline-flex;
    margin-right: 0;
}
.mainmenu ul li a{

    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
	font-weight: 600;
}
#text-4 p{
	text-align: left;
	margin-top: 10px;
}
#text-4 p a{
	background: #003789;
	padding: 10px 30px;
	color: white;
}
#text-4 p a::before{
	font-family: 'FontAwesome';
	content:"\f290";
	padding-left: 5px;
	font-size: 14px;
	
}
.head{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid lightgray;
}
.dgwt-wcas-ico-magnifier-handler{
	margin-top: 10px;
}
.js-dgwt-wcas-mobile-overlay-enabled{
	margin-left: 0;
}
.accessesories{
	padding-top: 100px;
	padding-bottom: 110px;
	background: #EFF1F1;
}
.accessesories h2{
	font-weight: 600;
	font-size: 22px !important;
	font-family: "titr";
}
.accessesories p{
	color: #6d6b6b;
}
#text-5 img {
    transition: transform 0.5s ease; 
}

#text-5 img:hover {
    transform: rotateY(180deg); 
}
#text-6 img {
    transition: transform 0.5s ease; 
}

#text-6 img:hover {
    transform: rotateY(180deg); 
}
#text-7 img {
    transition: transform 0.5s ease; 
}

#text-7 img:hover {
    transform: rotateY(180deg); 
}
#widget_carousel_slider-2{
	direction: ltr;
}
#widget_carousel_slider-2 h2{
	text-align: right;
	font-family: "titr";
	font-size: 25px !important;
	margin-bottom: 30px;
}
#widget_carousel_slider-2 h2::after{
	font-family: 'FontAwesome';
    content: "\f046";
    margin-left: 10px;
    font-size: 20px;
    color: #003789;
}
.bestselling{
	margin-top: 60px;
	margin-bottom: 65px;
}
.entry-summary{
	text-align: right;
}
.mfp-content .product .price{
	float: right !important;
}
.carousel-slider__product{ 
	padding: 15px;
}
.carousel-slider .price {
	margin-bottom: 15px !important;
}
.ajax_add_to_cart{
	display: block !important;
	margin-bottom: 10px !important;
	padding: 8px 10px;
}
.carousel-slider .woocommerce-loop-category__title, .carousel-slider .woocommerce-loop-product__title{
        font-size: 20px !important;
    padding: 7px !important;
}

#text-8 p:nth-child(1){
	font-size: 30px;
	font-family: "titr";
}
#text-8{     
	margin-bottom: 25px;
    padding: 55px;
    background: #282E3A;
	color: white;
	height: 330px;
    padding-top: 83px !important;
}
#text-8 a{
	text-decoration: underline !important;
	color: white !important;
	font-weight: 600;
}
#text-9 img{
	width: 100%;
}
#text-8 strong{
	font-family: "titr";
	font-size: 40px;
}
#text-10{
	height: 100%;
	background: url("/wp-content/uploads/2025/04/Cms-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#text-10 .textwidget{
	padding: 15px;
}
#text-10 p:nth-child(1){
	
	margin-top: 520px;
}
#text-10 p:nth-child(2){
	font-size: 31px;
	font-family: "titr";
	margin-top: 20px;
}
#text-10 a{
	padding:10px 20px;
	background: #003789;
	color: white;
}
#text-11{
	margin-bottom: 25px;
}
#text-11 img{
	width: 100%;
}
#text-12{
	background: #003789;
    color: white;
    padding: 55px;
    height: 336px;
    padding-top: 62px !important;
	
}
#text-12 a{
	text-decoration: underline !important;
	color: white !important;
	font-weight: 600;
	
}
#text-12 p:nth-child(2) {
    font-size: 30px;
    
}
#text-12 strong {
    font-size: 40px;
	font-family: "titr";
}
#text-12 strong:nth-child(2){
	font-family: "IRANSansWebFaNum"!important;
}
.offs{
	margin-top: 60px;

}
.offs h2{

	font-size: 22px !important;
}
#text-13 .widget-title{
	text-align: right;
    font-family: "titr";
    font-size: 25px !important;
    margin-bottom: 30px;
}
#text-13 .widget-title::before{
	font-family: 'FontAwesome';
	content: "\f046";
	margin-left: 10px;
	font-size: 20px;
	color: #003789;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	padding: 15px;
	border: 1px solid lightgray;
}
.woocommerce ul.products li.product .button{
	display: block !important;
    margin-bottom: 10px !important;
    padding: 10px 10px !important;
	background: #003789 !important;
	color: white !important;
	font-weight: 400 !important;
	text-align: center !important;
	border-radius: 0 !important;
}
.woocommerce-loop-product__title{
	text-align: center;
}
.offs .price{
	text-align: center;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    left: 0;
    right: auto;
    margin: -.5em 0 0 -.5em;
    rotate: -45deg;
	background: #003789;
	color: white;
	
	font-size: 14px;
	font-weight: 600;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    left: 0;
    right: auto;
    margin: -0.5em 0 0 -0.5em;
    rotate: -45deg;
    background: #003789;
    color: white;
    font-size: 14px;
    
    position: absolute;
    animation: blink 1.5s infinite; 
}


@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.2; 
    }
}

.pcp-carousel-wrapper .sp-pcp-carousel{
	padding: 0 !important;
}
#text-14 .widget-title{
	text-align: right;
    font-family: "titr";
    font-size: 25px !important;
    margin-bottom: 30px;
}
#text-14 .widget-title::before{
	font-family: 'FontAwesome';
	content: "\f046";
	margin-left: 10px;
	font-size: 20px;
	color: #003789;
}
.brands{
	margin-top: 60px;
	margin-bottom: 60px;
}
#text-15{
	text-align: center;
}
.pcp-wrapper-140 .sp-pcp-title a{
	font-family: "titr";
	font-size: 20px !important;
	padding-right: 2px;
}
.foot{
	padding-top: 50px;
	padding-bottom: 50px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
	font-family: "IRANSansWebFaNum";
	width: 100%;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
	font-family: "IRANSansWebFaNum";
	width: 100%;
	margin-top: 10px;
	background: #003789;
	color: white;
	border-color: #003789 !important;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	direction: rtl;
	width:100%;
	margin-bottom: 10px;
}
#text-19 img{
	margin-bottom: 10px;
}

.foot{
	background: #282E3A;
	margin-top: 40px;
}
.foot h2{
	color: white;
	font-family: "titr";
	font-size: 25px !important;
	margin-bottom: 30px;
}
.foot p{
	color: #A0A0A0;
}
.foot a{
	color: #A0A0A0 !important;
}
#text-16 p:nth-child(1)::before{
	font-family: 'FontAwesome';
    content:"\f041";
    margin-left: 10px;
    font-size: 20px;
    color: #003789;
}
#text-16 p:nth-child(3)::after{
	font-family: 'FontAwesome';
    content: "\f1e4";
    margin-left: 10px;
    font-size: 20px;
    color: #003789;
}
#text-16 p:nth-child(5)::after{
	font-family: 'FontAwesome';
    content:"\f003";
    margin-left: 10px;
    font-size: 20px;
    color: #003789;
}
.comments-area{
	display: none;
}
.post-navigation{
	display:none
}
.entry-title{
	font-family: "titr";
	font-size: 30px !important;
	margin-bottom: 10px !important;
}
.entry-meta{
	color: gray;
    font-size: 14px;
    margin-bottom: 10px;
}
.entry-footer{
	display: none;
}
.carousel-slider .woocommerce-loop-category__title, .carousel-slider .woocommerce-loop-product__title{
    margin:0 !important;
}
#text-4 p a:hover{
    background:#252525 !important;
    transition:0.8s;
}
.slider a:hover{
    background:#252525 !important;
    transition:0.8s !important;
}
.carousel-slider a.add_to_cart_button:hover{
     background:#252525 !important;
     transition:0.8s;
}
.woocommerce ul.products li.product .button:hover{
    background:#252525 !important;
    transition:0.8s;
}
#pcp_wrapper-140 .pcp-readmore-link:hover{
    background:#252525 !important;
    
}
.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
	
	font-family: "titr";
	font-size: 20px !important;
	padding: 6px;
}
.sp-pcp-post .sp-pcp-post-content{
    padding:10px !important;
}
.swiper-backface-hidden .swiper-slide{
    border:1px solid #d3d3d370;
}
.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore{
    margin-top:40px !important;
    
}
.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a{
    font-size:17px !important;
    padding:11px;
}
#pcp_wrapper-177 .sp-pcp-post{
    border:1px solid #d3d3d366;;
}
.ertbtform {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  
}
.ertbtform br{
	display: none;
}

.ertbtform label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.ertbtform input[type="text"],
.ertbtform input[type="email"],
.ertbtform textarea,
.ertbtform .cf7-custom-input {
    width: 100%;
    padding: 12px;
    
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 14px;
    color: #555555;
    transition: border-color 0.3s ease;
}

.ertbtform input[type="text"]:focus,
.ertbtform input[type="email"]:focus,
.ertbtform textarea:focus,
.ertbtform .cf7-custom-input:focus {
    border-color: #007bff;
    outline: none;
}

.ertbtform ::placeholder {
    color: #aaaaaa;
    font-size: 14px;
}

.ertbtform [type="submit"] {
    display: inline-block;
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ertbtform [type="submit"]:hover {
    background-color: #0056b3;
}

.ertbtform .captchac {
    margin-bottom: 20px;
    text-align: center;
}

.ertbtform .cf7-custom-input {
    margin-top: 10px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    font-size: 12px;
    color: #e74c3c;
}

.ertbtform span.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-spinner{
	display: none !important;
}
.sp-pcp-post .sp-pcp-post-thumb-area img {
	border-radius: 5px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px;
    margin-top: -24px;
    border-radius: 0px;
    border: 1px solid silver;
}
.price{
	text-align: center;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img{
	padding: 2px;
	border: 1px solid lightgray;
	border-radius: 5px;
	margin-left: 10px;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
	margin-left: 3px;
}
.woocommerce-breadcrumb{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	padding: 10px !important;
	background: #003789;
	color: #fff !important;
	width: 30%;
	border-radius: 10px;
}
.woocommerce-breadcrumb a{
	color: #fff !important;
}
.entry-summary .price{
	text-align: right !important; 
}
.woocommerce div.product form.cart .button{
	background: #003789 !important;
	color: white !important;
	font-weight: 400 !important;
	text-align: center !important;
	border-radius: 5px !important;
	width: 23% !important;
}
.woocommerce .quantity .qty {
padding: 5px;
}
.entry-summary{
	line-height: 35px;
}
.flex-viewport {
    border: 1px solid #d3d3d370;
    border-radius: 10px;
    margin-bottom: 10px;

  
    box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.1),   
        0 1px 3px rgba(0, 0, 0, 0.06), 
        inset 0 2px 4px rgba(255, 255, 255, 0.8),
        inset 0 -2px 4px rgba(0, 0, 0, 0.05);
    
   
    background-color: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.flex-viewport:hover {
    transform: translateY(-2px); 
    box-shadow: 
        0 6px 8px rgba(0, 0, 0, 0.15),   
        0 2px 4px rgba(0, 0, 0, 0.1), 
        inset 0 2px 4px rgba(255, 255, 255, 0.8),
        inset 0 -2px 4px rgba(0, 0, 0, 0.05);   
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #fff !important;
	border: 1px solid #d3d3d370 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	border: 1px solid #d3d3d370 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border: none !important;
}
.woocommerce-Tabs-panel {
	line-height: 30px;
}
.copyright {
	background: #003789;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.copyright strong{
	font-family: "titr";
	font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: gray !important;
}
.copyright p::before{
	font-family: "FontAwesome";
    content: "\f1f9";
    margin-left: 5px;
    color: white;
}
#nav_menu-4 .menu{
	display: inline-flex;
	margin-right: 0 !important;
	margin-top: 20px;
	list-style-type: none;
	padding-right: 0 !important;
}
#nav_menu-4 .menu li{
	margin-left: 20px;
}
#menu-item-188 a::before{
	font-family: "FontAwesome";
    content:"\f16d";
    margin-left: 15px;
    color: #fff;
	font-size: 20px !important;
	padding:5px
}
#menu-item-189 a::before{
	font-family: "FontAwesome";
    content:"\f2c6";
    margin-left: 15px;
    color: #fff;
	font-size: 20px !important;
	padding:5px
}
#menu-item-190 a::before{
	font-family: "FontAwesome";
    content:"\f232";
    margin-left: 15px;
    color: #fff;
	font-size: 20px !important;
	padding:5px
}
#menu-item-190 a::before:hover{
	background: #fff !important;
}
#nav_menu-4 a{
	font-size: 0;
}
.woocommerce a.added_to_cart{
    padding:10px !important;
}
.related h2{
    font-size:20px !important;
}
@media (max-width: 767px) {
    .headoff{
        display:none;
    }
    .mainmenu{
        display:none;
    }
    .search{
        display:none;
    }
    #text-4 p a {
        padding:10px 15px;
    }
    div#n2-ss-2 .n2-font-771738dbbd860d8d68b24a715e9aff88-hover {
        font-size:15px;
}
    .photoscenter{
        margin-top:15px;
        margin-bottom:15px;
    }
    #text-4 p {
        text-align:left;
}
.topmenu ul{
    margin-top:19px;
    margin-bottom:19px;
}
.steeltop{
    padding-top:50px;
}
.bathtop{
    padding-top:50px;
}
#text-5 p{
    text-align:center;
}
#text-5 h2{
    text-align:center;
}
#text-6 p{
    text-align:center;
}
#text-6 h2{
    text-align:center;
}
#text-7 p{
    text-align:center;
}
#text-7 h2{
    text-align:center;
}
ul.products,
    div.products {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    ul.products li.product,
    div.products .product {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
    #text-18{
        padding-top:20px;
    }
    #text-19{
        padding-top:20px;
    }
    .woocommerce div.product form.cart .button{
        width:100% !important;
    }
    .woocommerce-breadcrumb{
        width:100%;
    }
    
}
.metaside{
    margin-top:65px;
}
.metaside h2{
        padding: 15px;
    background: #80808024;
    color: #333;
 
}
.widget_wpb_wmca_accordion_widget{
    border:1px solid #d3d3d359;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
#recent-posts-2{
    margin-top:30px;
    border:1px solid #d3d3d359;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
#recent-posts-2 ul{
    margin-right:0 !important;
    padding-right:17px;
}
#recent-posts-2 ul li{
    list-style-type:none;
    padding:5px;
    
}
