/*!
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;
}
 @font-face {
    font-family: "IRANSansWeb";
    font-weight: normal;
    src: url("fonts/IRANSansWeb_Medium.eot") format("embedded-opentype"),
    url("fonts/IRANSansWeb_Medium.woff") format("woff"), 
    url("fonts/IRANSansWeb_Medium.eot.ttf") format("truetype");
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
	url("fonts/fontawesome-webfont.woff") format("woff"), 
	url("fonts/fontawesome-webfont.ttf") format("truetype"), 
	url("fonts/fontawesome-webfont.svg") format("svg");
}
body,
button,
input,
select,
optgroup,
textarea {
    font-family: "IRANSansWeb";
	color: #404040;
	font-size: 16px;
	line-height:33px;
}
/**
 * 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;
}

/* 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
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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 {
	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: #4169e1;
}

a:visited {
	color: #800080;
}

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

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%;
}
.section-parallax-two{
	background-color: #FFECE7;
    background-image: url(https://fericoffee.ir/wp-content/uploads/2023/12/bg2.jpg);
    background-position: center center;
 	overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 100px 0px;
    z-index: 0;
   background-repeat: no-repeat;
   text-align: center;background-color: #0000005e;
    background-blend-mode: multiply;
}
#media_image-12{padding-top: 3px;}
#text-5 {color: #fff;    text-shadow: 2px 2px black;    padding-top: 100px;
    padding-bottom: 100px;}
.seriousslider-caption-text{color: #000 !important;}
span.pink{color:#ed1b6f; }
.cat{text-align: center;padding: 80px 0;}
.section-parallax-one h2{font-size: 36px;
    line-height: 2em;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;}
.section-parallax-one{
	 background-image: url("https://fericoffee.ir/wp-content/uploads/2023/12/bg8.jpg");
   	 padding: 50px 0;
}
.section-cat .section-one{
	float: right;
}
.section-cat{padding: 100px 0;}
.dt-sc-shop-category-listing-color{
	background-color: #e5fff0;
    content: "";
    height: 0;
    margin: auto;
    padding-top: 75%;
    position: absolute;
    bottom: 55%;
    left: 50%;
    top: auto;
    width: 75%;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: bottom 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
    transition: bottom 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
}
.cat-one:hover .dt-sc-shop-category-listing-color,.cat-two:hover .dt-sc-shop-category-listing-color,.cat-three:hover .dt-sc-shop-category-listing-color{border-radius:0; }
.section-parallax-three{
	background-image: url(https://fericoffee.ir/wp-content/uploads/2023/12/IMG_3fgfgggg4.jpg);
    padding: 200px 0;
    background-attachment: fixed;
    background-position-x: left;
    background-position-y: center;
	-webkit-transition: background-position 0s linear,-webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
    transition: background-position 0s linear,-webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
    -o-transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98),background-position 0s linear;
    transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98),background-position 0s linear;
    transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98),background-position 0s linear,-webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
}
#text-15{color: #fff;}
.site-info p{margin: 0;}
.category-one a,.category-two a,.category-three a{
	color: #000; 

    width: 40%;
    display: block;
    margin: 40px auto 0 auto;
    border: 1px solid #ee2d7a;
    padding: 3px 18px;
    border-radius: 50px;
}
.category-two{margin: 40px 0;}
.category-one a:hover,.category-two a:hover,.category-three a:hover{
	transition: 0.5s;  
	color: #ffffff;
    background-color: #ee2d7a;
}
.category-one,.category-two,.category-three{position: relative;overflow: hidden;text-align: center;}
.category-one .widget.widget_media_image,.category-two .widget.widget_media_image,.category-three .widget.widget_media_image{overflow: hidden;position: relative;}
.category-one .widget.widget_media_image img,.category-two .widget.widget_media_image img,.category-three .widget.widget_media_image img{
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    overflow: hidden;
}
.category-one .widget.widget_media_image:hover img,.category-two .widget.widget_media_image:hover img,.category-three .widget.widget_media_image:hover img{
	-webkit-transform: translateX(0);
    transform: translateX(0);
}
.category-one .widget.widget_media_image:before,.category-two .widget.widget_media_image:before,.category-three .widget.widget_media_image:before{
    left: 0;
    margin-left: -45px;
}
.category-one:hover .widget.widget_media_image:before,.category-two:hover .widget.widget_media_image:before,.category-three:hover .widget.widget_media_image:before{
    margin-left: -18px;
    margin-right: 0;
    opacity: 1;
}
.category-one .widget.widget_media_image:before,.category-two .widget.widget_media_image:before,
.category-three .widget.widget_media_image:before{
    background: #fff;
    content: "";
    height: 35px;
    margin: auto;
    margin-left: 45px;
    opacity: 0;
    position: absolute;
    bottom: 0;
  
    top: 0;
    width: 35px;
    z-index: 1;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: margin-left 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
    transition: margin-left 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
}
.category-two .widget.widget_media_image:before{left:100%;}
.category-one h2,.category-two h2,.category-three h2{margin: 56px 0;}
.category-one p,.category-two p,.category-three p{color: #848484;}
/*.category-one h2:before,.category-two h2:before,.category-three h2:before  {*/
/*   content: "";*/
/*    background-image: url(./../../../wp-content/uploads/2021/06/heading-floral-decor-image.png);*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 15%;*/
/*    height: 100%;*/
/*    margin: auto;*/
/*    opacity: 0.85;*/
/*    pointer-events: none;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 18%;*/
/*    width: 100%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*}*/
.section-product {
	padding: 80px 0;
    clear: both;
    position: relative;
    overflow: hidden}
.section-product h2:first-child{
	text-align: center;
    padding: 0 0 100px 0;
    position: relative;
}
/*.section-product h2:first-child:before{*/
/*	content: "";*/
/*    background-image: url(./../../../wp-content/uploads/2021/06/heading-floral-decor-image.png);*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 10%;*/
/*    height: 100%;*/
/*    margin: auto;*/
/*    opacity: 0.85;*/
/*    pointer-events: none;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 14%;*/
/*    width: 100%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/

/*}*/
.thumb-right{float: right;}
.woocommerce-MyAccount-navigation li{list-style: none;line-height: 50px;}
.woocommerce-MyAccount-navigation ul{padding: 0;margin: 0;    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    border: 1px solid #dedede;}
.woocommerce-MyAccount-navigation a{color:#000 !important;}
.woocommerce-MyAccount-navigation a:hover{color: #ed1b6f!important;}
.woocommerce-MyAccount-navigation a:before{font-family: "FontAwesome";font-size: 18px;color: #000;margin-left: 5px;}
.woocommerce-MyAccount-navigation-link--edit-account a:before{content:"\f007";}
.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:"\f08e";}
.woocommerce-MyAccount-navigation-link--edit-address a:before{content:"\f041";}
.woocommerce-MyAccount-navigation-link--orders a:before{content:"\f291";}
.woocommerce-MyAccount-navigation-link--dashboard a:before{content:"\f2bd";}
/*--------------------------------------------------------------
# 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;
}


.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%;
}
.woocommerce .comment-form-author, .woocommerce .comment-form-email {
    width: 49.5%;display: inline-block;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
    width: 100%;
}
.related.products h2:first-child{
	    text-align: center;
    color:#027653;
    border-bottom: 1px solid #027653;
    padding: 20px 0;
    width: 50%;
    margin: 10px auto;
}
.related.products .products.columns-4{padding-top: 30px;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #ed1b6f;
    }
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{    background-color: #ed1b6f;}
/* 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;
}
.site-branding,.main-menu-primary{float: right;}
.blog h3.widget-title{color:#0C5ADB;text-align: center;margin-bottom: 30px;}
.blog{
	padding: 80px 0;
	clear: both;
	position: relative; 
	overflow: hidden;

}

.blog h2{text-align: center;margin-bottom: 60px;}
/*.blog h2:before{*/
/*	content: "";*/
/*    background-image: url(./../../../wp-content/uploads/2021/06/heading-floral-decor-image.png);*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 10%;*/
/*    height: 100%;*/
/*    margin: auto;*/
/*    opacity: 0.85;*/
/*    pointer-events: none;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 14%;*/
/*    width: 100%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*}*/
#category-posts-2-internal{
	margin:0;
	padding: 0;
}
#category-posts-2-internal .cat-post-item{  
	width: 29%;
	transition: all 1s ease-in-out;
    float: right;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin:0 2% !important;
    padding: 0 !important;
    min-height: 550px;
}
.cat-post-excerpt-more.more-link{color: #000;}
.cat-post-excerpt-more.more-link:hover,#category-posts-2-internal li:hover .cat-post-title{transition:0.5s;color: #ee2d7a;}
 .cpwp-excerpt-text{
padding: 0 25px 30px 25px;
 }
 #category-posts-2-internal .cat-post-title{  clear: both;  padding: 25px 30px 25px;
    font-weight: 600;color:#000;text-decoration:none;display: block !important;}

 #category-posts-2-internal .cat-post-item img{width: 100%;margin:0;    transition: all 1s ease-in-out;}
 #category-posts-2-internal .cat-post-item:hover img{   transform: scale(1.4);  transition: all 1s ease-in-out;}
 #category-posts-2-internal .cat-post-thumbnail{margin:0!important;overflow: hidden;float: right;transition: transform 0.4s;}
 #category-posts-2-internal li > div{margin:0 !important;}
 #nav_menu-3,#nav_menu-2{text-align: center;}
 .footer-one #text-10{margin-top: 25px;}
 .footer-top i.fa.fa-truck{
 	width: 70px;
    height: 70px;
    font-size: 40px;
    background-color: #fdefe1;
	border: 1px solid #fdefe1;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
 }
 .footer-top i.fa.fa-truck:before{content: "";width: 50px; height:50px;
display: block;background-image: url('https://fericoffee.ir/wp-content/uploads/2023/12/truck.png');    margin: 0 auto;
    position: relative;
    top: 6px;}

 .footer-top i.fa.fa-phone{
 	width: 70px;
    height: 70px;
    font-size: 40px;
    background-color: #fdefe1;
	border: 1px solid #fdefe1;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
 }
 .footer-top i.fa.fa-phone:before{content: "";width: 50px; height:50px;
display: block;background-image: url('https://fericoffee.ir/wp-content/uploads/2023/12/grinder.png');    margin: 0 auto;
    position: relative;
    top: 6px;}

 .footer-top i.fa.fa-headphones{
 	width: 70px;
    height: 70px;
    font-size: 40px;
    background-color: #fdefe1;
	border: 1px solid #fdefe1;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
 }
 .footer-top i.fa.fa-headphones:before{content: "";width: 50px; height:50px;
display: block;background-image: url('https://fericoffee.ir/wp-content/uploads/2023/12/roast.png');     margin: 0 auto;
    position: relative;
    top: 6px;}

 .footer-top i.fa.fa-exchange{
 	width: 70px;
    height: 70px;
    font-size: 40px;
    background-color: #fdefe1;
	border: 1px solid #fdefe1;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
 }
 .footer-top i.fa.fa-exchange:before{content: "";width: 50px; height:50px;
display: block;background-image: url('https://fericoffee.ir/wp-content/uploads/2023/12/coffee-plant.png');     margin: 0 auto;
    position: relative;
    top: 6px;}

 .footer-top .col-md-3:hover i{
 	  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
 }
 .footer-top .widget.widget_text{text-align: right;display: inline-block;}
 /********cart*******/
 .widget_shopping_cart_content {
    background: white;
    -moz-box-shadow: 0 1px 16px rgba(16, 39, 71, 0.17);
    -webkit-box-shadow: 0 1px 16px rgb(16 39 71 / 17%);
    box-shadow: 0 1px 16px rgb(16 39 71 / 17%);
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 99999;
    display: none;
    position: absolute;
    right: -200px;
    text-align: center;
    top: 100%;
    z-index: 2;
    overflow: hidden;
    width: 311px !important;
    margin-top: 1px;
}
#woocommerce_widget_cart-2 h4:before {
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 26px;
    color: #000;
    display: block;
    text-align: center;
}
.cart h4{font-size: 12px;margin: 0;font-weight: 400;line-height: 33px;}
.cart #woocommerce_widget_cart-2:hover .widget_shopping_cart_content {
    display: block;
}
header .cart,header .wishlist,header .account{    
	text-align: center;
    font-size: 12px;
    padding: 10px 0;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}
header .wishlist a,header .account a{color: #000;}
header .wishlist:hover a,header .account:hover a,header .cart:hover h4{color: #1f7655;}
.header-bottom{
	background-color: #027653;

}
.search{float: right;padding-top: 25px;}
header .wishlist i,header .account i{padding-bottom: 2px;}
header .wishlist,header .account{padding-top: 15px}
.cart:hover i,.wishlist:hover i,.account:hover i{color:#1f7655; }
/***********************btn******/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
 background-color:#027653;
  color: white;
  cursor: pointer;
	width: 50px;
	height: 50px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%)
}
#myBtn:before{
	content:"\f106";font-family: "FontAwesome"; color: #fff; font-size: 22px;
}
#myBtn:hover {
  background-color: #000;
}
.header-bottom.fixed {
    top: 0;
    position: fixed!important;
    z-index: 99999;
    color: #000;
    transition: top 300ms ease;
    animation-name: insertBanner;
    animation-duration: 1s , .5s;
    animation-delay: 0.12s , .1s;
    animation-fill-mode: backwards , none;
    animation-iteration-count: 1 , infinite;
    background-color:#027653 !important;
    width: 100%;
    box-shadow:0 5px 32px rgb(0 0 0 / 37%);
}
/*************search**************/
.is-form-style input.is-search-submit, .is-search-icon{border-radius: 50px;}
.is-form-style button.is-search-submit{position: absolute;left: 10%;}
.search .is-form-style input.is-search-input{font-family: "IRANSansWeb";border-right:1px solid #ccc !important;border-radius: 50px;}
/***************/
a:hover{text-decoration: none;}
header .fa-heart,header .fa-user{
 font-family: "FontAwesome";
    font-size: 26px;
    color: #000;
    display: block;
    text-align: center;
}
#woocommerce_widget_cart-2:hover h4:before{color:#1f7655; }

.entry-header h1,.page-blog h1{
	text-align: center;
	padding: 100px 0;
	/*background-image: url(./../../../wp-content/uploads/2021/06/breadcrumb-1.jpg);*/
    background-position: left center;
    background-size: auto;
    background-repeat: repeat;
    position: relative;
    background-blend-mode: multiply;
    margin: 0;
    background-attachment: scroll;
    background-color:#02765329;
}
article.post{
	    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 30%);
    padding: 20px;
    border: 1px solid #dedede;
    margin: 50px 0;
}
article.post .post-thumbnail{text-align: center;}
.entry-header h1:after{
	content: "";
    height: 100% !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
	background-color: rgba(253,230,225,0.75);
}
.woocommerce .woocommerce-breadcrumb {
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 32px rgb(103 122 141 / 17%);
}

.woocommerce .woocommerce-breadcrumb {
    margin: 1em 0;
    font-size: .92em;
    color: #767676;
}
 /************************woocommerce**********/
 .woocommerce div.product {
    box-shadow: 0 5px 32px rgb(103 122 141 / 17%);
	padding: 30px;
}
.woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id){text-align: right !important;justify-content: right !important;}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{text-align: right;}
 .woocommerce-product-gallery__image{border: 1px solid #ccc;}
 .single.single-product .yith-wcwl-add-button{display: none;}
 .woocommerce div.product p.price, .woocommerce div.product span.price{color: #000;}
 .single_add_to_cart_button{
 	    border: 1px solid #027653 !important;
    background: #027653 !important;
    display: block !important;
 }
 .woocommerce span.onsale{background-color:#ed1b6f;font-size: 12px;border-radius: 50% !important;}
 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{/*padding:10px 0;*/text-align: center;box-shadow: 0 5px 32px rgb(103 122 141 / 17%);}
.woocommerce ul.products li.product .price {
    color: #000;
}
.woocommerce ul.products li.product:hover .price{ color: #027653;}
 .woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{
border:1px solid  #027653;
 }
.woocommerce ul.products li.product .woocommerce-loop-product__title{color: #000;}
.woocommerce ul.products li.product a.add_to_cart_button{
	font-size: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #027653;
    border-radius: 50px;
    display: none;
    position: absolute;
    bottom: 50%;
    right: 50%;
} 
.woocommerce ul.products li.product a.add_to_cart_button:before{
	font-family: "FontAwesome";
	content: "\f07a";
	font-size: 20px;

	color:#fff;
	background-color: #027653;
}
.woocommerce ul.products li.product:hover a.add_to_cart_button{float:right;display: block;}
.woocommerce ul.products li.product .yith-wcwl-add-button{display: none;}
.woocommerce ul.products li.product:hover .yith-wcwl-add-button{display: inline-block;
    float: right;}

.yith-wcwl-add-button>a i{margin-right: 0;}

.woocommerce ul.products li.product .onsale {
    border-radius: 0;
    font-weight: 200;
    padding: 0;

    }
.woocommerce a.add_to_wishlist.button.alt {
	position: absolute;
	bottom: 50%;
	right: 30%;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 36px;
    vertical-align: middle;
}

.yith-wcwl-add-to-wishlist,.woocommerce ul.products li.product .button{margin-top: 0;}

.woocommerce div.product form.cart .variations td.label{color: #000;}
/*************end woocommerce***************/
footer{background-color: #fdefe1;margin-top: 100px;}
.footer-bottom{padding: 100px 0;}
.site-info{padding: 10px 0;text-align: center;border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(2, 1, 1, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}
.footer-one{float: right;}
.footer-one p{margin: 0;}
.footer-bottom h3{color:#027653;}
.footer-bottom ul{margin: 17px 0 0 0;padding: 0;}
.footer-bottom ul li{list-style: none;}
.footer-bottom li a{color: #232323;text-decoration: none;padding-bottom: 10px;}
.footer-bottom li a:hover{
	color:#ee2d7a;
}
.content{
	text-align: center;
	    clear: both;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #fdefe1;
    margin: -60px 0 0 0;
    padding: 20px 0;
}

.woocommerce-product-details__short-description table tr{border: 1px solid #ccc;}
.woocommerce-product-details__short-description table td {border: 1px solid #ccc;text-align: center;}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */

.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;
}
.main-navigation ul ul a{text-align: right !important;}

@media(max-width: 1000px){
	.dt-sc-shop-category-listing-color{width: 0;}
	.section-cat .section-one {float:none;}

}
@media(max-width:760px){
.section-parallax-one h2 {
    font-size: 21px;
}
#text-5 h2{font-size: 20px;line-height: 2;}
.woocommerce ul.products[class*=columns-] li.product{padding: 10px;width: 98%;}
.cat-one,.cat-two,.cat-three{margin: 50px 0;}
#category-posts-2-internal .cat-post-item{width: 96%;}
#category-posts-2-internal .cat-post-thumbnail{width: 100%;}
}
@media(max-width:600px){
	.seriousslider-caption-text h1{font-size: 1.3em;}
	.site-branding{text-align: center;}
	.section-parallax-one{    background-position: center;
    background-size: cover;}
}
/*--------------------------------------------------------------
# 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;
}
