/*
Theme Name: Fuladin - فولادین
Theme URL:http://www.fuladin.com
Description: طراحی شده توسط گروه روژال
Author: Rozhal group
Author URL: mailto: info@fuladin.ir
Version: 1.0
License: general public license V3 or later
Tags: fuladin-shop-center
*/

@charset "UTF-8";

:root {
    --background: whitesmoke;
    --light-main-color: #f70000;
    --dark-main-color: #b30000;
    --light-gradiant-color: #f700009c;
    --dark-gradiant-color: #c80000e6;
    --lighter-main-color: #f7000033;
}

/* fonts */
@font-face {
  font-family: "vazir";
  src: url("../fonts/Vazir.ttf");
}

@font-face {
  font-family: "yekan";
  src: url("../fonts/BYekan.ttf");
}

/* tag style */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: vazir;
  color: #000;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: var(--background);
}

/* Grid */
.row {
  width: 100%;
  max-width: 1800px;
  overflow-x: hidden;
  margin: 0 auto;
  min-height: 1px;
}
  
.flex-row {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  width: 100%;
  min-height: 1px;
}

.full-row {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  min-height: 1px;
}

.small-row {
  width: 100%;
  max-width: 1400px;
  overflow-x: hidden;
  margin: 0 auto;
  min-height: 1px;
}

.col-25 {
  flex: 25%;
}

.col-33 {
  flex: 33.33333%;
}

.col-50 {
  flex: 50%;
}

.col-100 {
  flex: 100%;
}

@media (min-width: 1200px) {
  .hide-lg {
    display: none;
  }
  .col-lg-10 {
    flex: 10%;
  }
  .col-lg-20 {
    flex: 20%;
  }
  .col-lg-25 {
    flex: 25%;
  }
  .col-lg-30 {
    flex: 30%;
  }
  .col-lg-33 {
    flex: 33.3333%;
  }
  .col-lg-40 {
    flex: 40%;
  }
  .col-lg-60 {
    flex: 60%;
  }
  .col-lg-80 {
    flex: 80%;
  }
}

@media (max-width: 1200px) {
  .hide-md {
    display: none;
  }
  .col-md-10 {
    flex: 10%;
  }
  .col-md-20 {
    flex: 20%;
  }
  .col-md-25 {
    flex: 20%;
  }
  .col-md-30 {
    flex: 30%;
  }
  .col-md-33 {
    flex: 33.3333%;
  }
  .col-md-50 {
    flex: 50%;
  }
  .col-md-60 {
    flex: 60%;
  }
  .col-md-70 {
    flex: 70%;
  }
  .col-md-80 {
    flex: 70%;
  }
}

@media (max-width: 800px) {
  .hide-sm {
    display: none;
  }
  .col-sm-33 {
    flex: 33.3333%;
  }
  .col-sm-50 {
    flex: 50%;
  }
  .col-sm-100 {
    flex: 100%;
  }
}

@media (max-width: 600px) {
  .hide-xs {
    display: none;
  }
  .show-xs {
    display: inherit;
  }
  .col-xs-50 {
    flex: 50%;
  }
  .col-xs-100 {
    flex: 100%;
  }
}

/* default class */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.background-ccc {
  background-color: #ccc !important;
}

.background-ddd {
  background-color: #ddd !important;
}

/* scroll style */
::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

/* fix menu */
.fix-menu {
    font-size: 20px;
    padding: 10px;
    height: 75px;
    background-color: #fff;
    border-bottom: 2px solid #ccc;
    overflow: hidden;
    position: fixed;
    z-index: 999;
}

.menu-brand {
    text-align: right;
    float: right; 
    display: flex;
    display: block ruby;
}

.menu-brand ul {
    padding-right: 10px;
    vertical-align: middle;
   
}

.menu-brand li {
    padding-right: 30px;
    vertical-align: middle;
    list-style: none;
}

.menu-brand img{
    height: 55px;
    filter: grayscale(0.2);
    transition: all 0.3s;
}

.menu-brand li a {
    text-decoration: none;
    color: #555;
    transition: color 0.3s;
    text-align: center;
    font-size: 0.9em;
}

.menu-brand li a:hover {
    color: var(--light-main-color);
}

.menu-brand li a:hover img{
    filter: grayscale(0);
}

.menu-call {
    text-align: center;
    float: left;
}

.menu-call ul {
    vertical-align: middle;
}

.menu-call li {
    direction: ltr;
    vertical-align: middle;
    padding: 5px;
    padding-top: 0;
    top: -3px; 
    padding-left: 30px;
    list-style: none;
    line-height: 1.1em;
}

.menu-call li a {
    font-size: 1em;
    text-decoration: none;
    color: #555;
    transition: all 0.3s;
}

.menu-call li a small {
  font-size: 0.8em;
  font-weight: normal;
  color: var(--light-main-color);
  transition: all 0.3s;
}

.call-text {
  position: relative;
  top: -8px;
}

.menu-call li i{
    font-size: 1.8em;
    color: var(--light-main-color);   
    transform: rotate(75deg); 
    -webkit-transform:rotate(75deg);
    display: inline-block;
    transition: all 0.5s;
}

.menu-call li a:hover {
  color: #333;
}

.menu-call li a:hover small,
.menu-call li a:hover i {
  color: var(--dark-main-color);  
}

/* header */
.header {
  padding-top: 75px;
}

/* product menu */

.product-item {
	text-align:center;
	overflow: hidden;
  background: whitesmoke;
	padding-right:3vw;
	padding-left:3vw;
	padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}

.product-item ul {
	padding:10px 0;
	text-align:center;
	list-style:none;
	height: auto;
}

.product-item li {
	max-width:100px;
	width: 100px;
	max-height: 130px;
  height: 130px;
	text-align: center;
	float: right;
	padding:10px;
	transition: all .5s ease-in-out;
	border: 2px solid #999;
  margin: 5px;
  border-radius: 10px;
}

.product-item a {
	text-decoration:none;
	color: #333;
	font-size: 16px;
	/* font-weight:bold; */
  transition: all .3s ease-in-out;
  display: grid;
  line-height: 1.2em;
  height: 120px;
}

.product-item img {
	width: 50px;
}


.product-item li:hover {
	box-shadow: 0 3px 10px rgba(171,175,184,.35);
	background: white;
  border-color: var(--light-main-color);
}

.product-item li:hover a {
	color: var(--light-main-color);
}

@media (min-width: 0px) and (max-width: 280px) {
	.product-item li { 
    width: 100% ; 
    max-width: 100% ; 
  }
}
@media (min-width: 280px) and (max-width: 385px) {
	.product-item li { 
    width: calc(50% - 10px); 
    max-width: calc(50% - 10px); 
  }
}
@media (min-width: 386px) and (max-width: 720px) {
	.product-item li { 
    width: calc(33.3333333% - 10px); 
    max-width: calc(33.3333333% - 10px); 
  }
}
@media (min-width: 720px) and (max-width: 1550px) {
	.product-item li { 
    width: calc(16.6666666% - 10px);
    max-width: calc(16.6666666% - 10px); 
  }
}
@media (min-width: 1550px) {
	.product-item li {
    width: calc(8.33333333% - 10px); 
    max-width: calc(8.33333333% - 10px); 
  }
}

.all-products-link {
  padding: 10px;
  text-align: center;
}
.all-products-link span {
  text-align: center;
  width: 100%;
}

.all-products-link a {
  
  text-align: center;
  font-size: 1.4em;
  text-decoration: none;
  color: var(--dark-main-color);
  transition: color .3s;
}

.all-products-link a:hover {
  color: #333;
}

.all-products-link a i {
  color: #333;
}

/* home top banner */
.home-top-banner {
  text-align: center;
  padding: 10px;
}

.home-top-banner img {
  max-height: 250px;
  max-width: 100%;
}

/* main */
.main {
  /* min-height: 100vh; */
}

/* sell support */
.sell-support-div {
  text-align: center;
}

.sell-support { 
  font-size: 28px;
  padding: 20px;
	text-align: center;
  color: white;
	position: relative;
  width: 100%;
  background: var(--light-gradiant-color);
  background: radial-gradient(circle, var(--light-gradiant-color) 0%, var(--dark-gradiant-color) 100%); 
}

.sell-support small {
  font-size: 16px;
  line-height: 0px;
  position: relative;
  top: -10px;
}

.sell-support input {
  outline: none;
  padding: 5px;
  font-size: 20px;
  background-color: whitesmoke;
  color: #555;
  border-radius: 5px;
  border: 2px solid transparent;
  box-shadow: none;
  margin: 5px 0px;
  text-align: center;
  transition: all 0.3s;
  width: 500px;
  max-width: 100%;
}

.sell-support input:focus {
  border: 2px solid var(--dark-gradiant-color);
}

.sell-support button {
  padding: 8px;
  color: white;
  background-color: #555;
  cursor: pointer;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.sell-support button:hover {
  background-color: #333;
}

/* blog section */
.blog-section-container {
  margin-top: 40px;
}

.blog-section-header {
  text-align: center;
  padding: 10px;
  color: #555;
  font-size: 28px;
}

.blog-section-header a {
  border-bottom: 2px solid #555;
  text-decoration: none;
  color: #555;
  transition: all 0.5s;
}

.blog-section-header a:hover {
  border-bottom: 2px solid var(--light-main-color);
  color: #333;
}

.blog-section-header a span {
  color: var(--light-main-color);
  font-size: 0.5em !important;
}

.blog-section-header a span i{
  color: var(--light-main-color);
  font-size: 1em !important;
}

.blog-section {
  height: auto;
  padding: 30px;
}

.blog-section .outer-border {
  display: block;
  width: 100%;
  /* height: 400px; */
  background: white;
  text-align: right;
  position: relative;
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
}

.blog-section .outer-border::before,
.blog-section .outer-border::after {
  position: absolute;
  content: "";
  transition: all .25s;
}

.blog-section .outer-border::before {
  border-bottom: 3px solid var(--light-gradiant-color);
  border-left: 3px solid var(--dark-gradiant-color);
  width: 30%;
  height: 20%;
  left: -10px;
  bottom: -10px;
  border-bottom-left-radius: 7px;
}

.blog-section .outer-border::after {
  border-top: 3px solid var(--light-gradiant-color);
  border-right: 3px solid var(--dark-gradiant-color);
  width: 30%;
  height: 20%;
  top: -10px;
  right: -10px;
  border-top-right-radius: 7px;
}

.blog-section .outer-border:hover:before,
.blog-section .outer-border:hover:after {
  width: 40%;
  height: 30%;
}

.blog-section .inner-border {
  display: contents;
  width: 100%;
  height: 300px;
  position: absolute;
}

.blog-section .inner-border::before,
.blog-section .inner-border::after {
  position: absolute;
  content: "";
  transition: all .25s;
  transition-delay: 120ms;
}

.blog-section .inner-border::before {
  border-bottom: 2px solid #606060;
  border-left: 2px solid #4b4b4c;
  width: 25%;
  height: 15%;
  left: 0px;
  bottom: 0px;
  border-bottom-left-radius: 7px;
}

.blog-section .inner-border::after {
  border-top: 2px solid #606060;
  border-right: 2px solid #4b4b4c;
  width: 25%;
  height: 15%;
  top: 0px;
  right: 0px;
  border-top-right-radius: 7px;
}

.blog-section .outer-border:hover .inner-border:before,
.blog-section .outer-border:hover .inner-border:after {
  width: 30%;
  height: 25%;
}

.blog-section .outer-border:hover .blog-section-image img {
  filter: brightness(0.9);
}

.blog-section article {
  padding: 10px;
  height: auto;
}

.blog-section-image {
  text-align: center;
  padding: 10px;
  border-radius: 0 0 7px 7px;
  /* border-bottom: 1px solid #333;
  border-right: 1px solid #333; */
  height: 180px;
  overflow: hidden;
  font-size: 18px;
}

.blog-section-image img {
  width: 100% !important;
  border-radius: 7px 7px 0 0;
  /* border-top: 1px solid #333;
  border-left: 1px solid #333; */
  transition: filter 0.3s;
  height: auto !important;
  min-height: 180px !important;
}

.blog-section-content-header {
  text-align: center;
  font-size: 0.8em;
  color: #777;
  padding: 5px 10px;
  transition: color 0.3s;
}

.blog-section-content-header div div {
  direction: ltr;
}

.blog-section-content-header i {
  font-size: 18px;
  color: var(--light-gradiant-color);
  padding: 5px;
  transition: color 0.3s;
}

.blog-section .outer-border:hover .blog-section-content-header i {
  color: var(--dark-gradiant-color);
}

.blog-section .outer-border:hover .blog-section-content-header {
  color: #444;
}

.blog-section-content {
  text-align: center;
  max-height: 80px;
  height: 80px;
  overflow: hidden;
  color: #555;
}

.blog-section .outer-border:hover .blog-section-content {
  color: #222;
}

.blog-section-more {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.8em;
  padding: 8px;
  color: var(--light-main-color);
}

.blog-section-more i{
  color: var(--lighter-main-color);
  transition: color .3s;
}

.blog-section .outer-border:hover .blog-section-more i {
  color: var(--light-main-color);
}

/* pagination posts */
.post-paginator-container {
  text-align: center;
  padding: 10px 5px;
  font-size: 1.1em;
  border-top: 2px solid var(--lighter-main-color);
  border-bottom: 2px solid var(--lighter-main-color);
  margin-top: 10px;
}

.step-links span {
  margin: 2px;
  line-height: 2.5em;
}

.step-links a {
  text-decoration: none;
  transition: color .3s;
  padding: 3px;
  border: 1px solid #333;
  border-radius: 5px;
}

.step-links a i {
  color: var(--dark-main-color);
}

.step-links a:hover {
  color: var(--light-main-color);
}

.step-links .current {
  color: var(--dark-main-color);
}


/* single blog post */
.single-post-container {
  padding: 10px;
}

.single-content-header {
  padding: 15px;
  margin-bottom: 15px;
}

.single-content-header h2 {
  text-align: right;
  padding-right: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--lighter-main-color);
}

.single-content-header a {
  text-decoration: none;
  color: #333;
  transition: color .3s;
}

.single-content-header a i {
  color : var(--lighter-main-color);
  transition: color .3s;
}

.single-content-header a:hover {
  color : #666;
}

.single-content-header a:hover i {
  color : var(--light-main-color);
}

.single-content-header div {
  text-align: left;
  font-size: 0.8em;
  padding: 5px;
  color: #777;
}

.single-content-header div i {
  color: var(--light-main-color);
}

.single-content-content {
  padding: 15px;
  line-height: 2.1em ;
  text-align: justify;
  border-bottom: 2px solid var(--lighter-main-color);
}

.single-content-content a {
  text-decoration: none;
  color: var(--dark-main-color);
  transition: color .3s;
}

.single-content-content a:hover {
  text-decoration: none;
  color: var(--light-main-color);
}

.single-content-content img {
  text-align: center;
  padding: 20px;
  max-width: 100% !important;
  height: auto !important;
}

.single-post-thumbnail, .single-content-content figure {
  text-align: center;
}

/* footer */
.footer {
  margin-top: 30px;
}

.footer-line {
  background: url('../images/footer-line.png');
  background-repeat: repeat-x;
  height: 25px;
  background-size: auto 25px;
  width: 100%;
  border-bottom: 2px solid #ccc;
}

.main-footer {
  background-color: #ccc;
  min-height: 50px;
  color: #333;
  padding: 10px;
}

.copy-right {
  width: 100%;
  text-align: center;
  background-color: #ccc;
  padding: 5px;
  font-size: 12px;
  color: #999;
  border-top: 1px solid #ddd;
}

.copy-right a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s;
}

.copy-right a:hover {
  color: var(--light-main-color);
}

.footer-section {
  padding: 8px;
}

.footer-section-title {
  text-align: right;
  border-bottom: 2px solid var(--lighter-main-color);
}

.footer-section-title span {
  padding: 5px;
  line-height: 3em;
  padding-right: 5%;
}

.footer-section-title span i {
  font-size: 1.5em;
  color: var(--lighter-main-color);
}

.footer-section-content {
  padding: 10px;
}

.footer-section-content ul {
  list-style: none;
}

.footer-section-content ul li a .icofont-rounded-double-left {
  padding: 5px;
  color: var(--lighter-main-color);
  transition: color 0.4s;
}

.footer-section-content ul li a:hover .icofont-rounded-double-left {
  color: var(--light-main-color);
}

.footer-section-content ul li a {
  text-decoration: none;
  color: #555;
  transition: all 0.3s;
}

.footer-section-content ul li a:hover {
  color: #333;
}

.footer-section-content li {
  padding: 3px;
}

.footer-socialmedia {
  padding: 8px;
}

.footer-socialmedia li {
  padding: 6px;
}

.footer-socialmedia i {
  font-size: 1.5em;
}

.footer-socialmedia .icofont-instagram {
  color: rgb(196, 23, 75);
}

.footer-socialmedia .icofont-whatsapp {
  color: rgb(6, 145, 1);
}

.footer-socialmedia .icofont-telegram {
  color: rgb(23, 115, 196);
}

.footer-brand-section {
  text-align: center;
}

.footer-brand-section img {
  padding: 10px;
  height: 130px;
  max-width: 100%;
  transition: filter 0.3s;
}

.footer-brand-section a:hover img {
  filter: brightness(1.1);
}

.footer-brand-section-desc {
  text-align: justify;
}

.footer-brand-section-call {
  color: var(--light-main-color);
  text-align: right;
}

.footer-brand-section-call a {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
}

.footer-brand-section-call i {
  color: var(--light-main-color);
  font-size: 2.2em;
}

.footer-enamad {
  padding: 5px;
  text-align: center;
}

.footer-enamad img {
  width: 150px;
  max-width: 100%;
}

/* product categories */
.product-categories {
  padding: 5px;
}

.parent-category-container {
  padding: 10px;
}

.parent-category-header {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 8%;
  font-size: 1.4em;
  border-bottom: 2px solid #ff000055;
}

.parent-category-header a{
  text-decoration: none;
  color: #333;
  transition: color .3s;
}

.parent-category-header a:hover{
  color: #000;
}

.parent-category-header a img{
  height: 40px;
  margin-bottom: -10px;
  border: 2px solid #ff000055;
  padding: 2px;
  border-radius: 5px;
  transition: filter .3s;
}

.parent-category-header a:hover img{
  filter: drop-shadow(1px 1px #aaa);
}

.child-category-container {
  padding: 15px 10%;
  background-color: #d5d5d5;
  border-radius: 0 0 5px 5px;
}

.child-category-container a {
  text-decoration: none;
  color: #333;
  line-height: 2em;
  font-size: 1.1em;
  transition: color .3s;
}

.child-category-container i {
  color: var(--light-main-color);
  transition: color .3s;
  float: right;
  padding-left: 8px;
}

.child-category-container a:hover {
  color: #000;
}

.child-category-container a:hover i {
  color: var(--dark-main-color);
}

/* subcat-container */
.subcat-container {
  padding: 10px;
}

.subcat-container a{
  text-decoration: none;
  color: #333;
  border: 2px solid var(--lighter-main-color);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  text-align: center;
  margin: 5px;
  font-size: 1.2em;
  transition: all .3s;
}

.subcat-container a:hover {
  border-color: var(--light-main-color);
  color: #000;
  font-size: 1.3em;
}

/* product table */
.product-table-title {
  padding: 10px;
  font-size: 1.2em;
  padding-right: 7%;
  margin-top: 20px;
  color: var(--light-main-color);
}

.product-table-title i {
  color: #000;
}

.table-scroll-support , .products-table-container{
  overflow-x: auto;
}

#product-tables {
  overflow-x: auto;
}

.products-table {
  text-align: center;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1px;
  padding: 0px 15px;
  min-width: 100%;  
  border-top: 2px solid var(--lighter-main-color);
  border-bottom: 2px solid var(--lighter-main-color);
  white-space: nowrap;
}

.products-table thead {
  background-color: #ccc;
  font-size: 1em;
}

.products-table thead th{
  font-weight: 500;
  padding: 10px 7px;
  cursor: cell;
}

.products-table tbody {
  font-size: 0.9em;
}

.products-table tbody td{
  padding: 10px 7px;
  cursor: cell;
  direction: rtl;
}

.products-table tbody tr {
  transition: all 0.3s;
}

.products-table tbody tr:nth-child(2n+0){
  background-color: #d7d7d7;
}

.products-table tbody tr:hover {
  background-color: var(--lighter-main-color);
}

.products-table tbody td a {
  font-size: 0.8em;
  text-decoration: none;
  color: var(--light-gradiant-color);
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}

.products-table .price-td {
  color: #03440a;
  font-size: 1em;
  font-weight: bold;
}

.products-table tbody .analysis-charts {
  cursor: pointer;
}

.products-table tbody .analysis-charts i {
  font-size: 1.2em;
  color: var(--light-gradiant-color);
  transition: all 0.3s;
  padding: 10px 20px;
}

.products-table tbody .analysis-charts:hover i{
  color: var(--dark-gradiant-color);
}

/* loading-product */
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loading-product {
  text-align: center;
  padding: 50px 10px;
}

#loading-product i {
  font-size: 3em;
  display: inline-block;
  color: var(--light-main-color);
  /* -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite; */
  animation: rotating 2s linear infinite;
}

#loading-product div {
  font-size: 1em;
  color: #777;
  padding: 10px;
}


/* product-filter sidebar */
.product-sideitem {
  padding: 0px 10px;
}

.product-header-title {
  text-align: center;
  color: #555;
}

.product-header-title h2 {
  padding: 15px 5px;
  border-bottom:1px solid var(--light-main-color);
}

.product-header-title i {
  color: var(--light-main-color);
}

.product-filter-header {
  text-align: center;
  font-size: 1.1em;
  color: #333;
  padding: 8px;
  background: #ccc;
  border-radius: 0px 0px 10px 10px ;
  -webkit-border-radius: 0px 0px 10px 10px ;
  -moz-border-radius: 0px 0px 10px 10px ;
}
.product-filter-header i {
  font-size: 1.4em;
  color: var(--light-gradiant-color);
}

.product-filter-body ul {
  padding: 5px 10px;
  list-style: none;
  font-size: 1em;
  padding-right: 20px;
}

.product-filter-body ul  li {
  padding: 5px;
  padding-right: 10%;
  cursor: pointer;
  color: #333;
  transition: color .3s;
}

.product-filter-body ul  li:hover {
    color: #000;
}

.product-filter-body ul  li:hover i{
    border-color: var(--dark-main-color);
}

.product-filter-body > ul  > li {
  margin: 1px 0px;
  font-weight: bold;
  font-size: 1.1em;
}

.product-filter-body ul i{
  padding: 2px;
  margin-left: 10px;
  border: 2px solid var(--light-main-color);
  border-radius: 5px;
  float: right;
  color: transparent;
  transition: border-color .3s;
}

.filter-btn {
  display: none;
  font-size: 1.8em;
  background-color: var(--light-main-color);
  color: white;
  position: fixed;
  bottom: -10%;
  right: 5%;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  transition: all .3s;
  z-index: 998;
}

.filter-btn:hover {
  background-color: var(--dark-main-color);
}

.filter-btn i {
  color: white;
}

.product-filter-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: calc(95vh - 110px);
}

.fix-filter-container {
  height: 100%;
  width: 100%;
  background-color: #333333ee;
  z-index: 9999;
  position: fixed;
  overflow: hidden;
}

#fix-filter-container {
  display: none;
}

.fix-filter-body {
  margin: 2.5vh auto;
  top:20px;
  background-color: white;
  height: 95vh;
  width: 90vw;
  border-radius: 10px;
  overflow: auto;
}

@media (max-width: 800px) {
  .filter-btn {
    display: block;
  }
}

.close-filter-container {
  text-align: right;
  padding: 10px;
}

.close-filter-container span {
  padding: 5px;
  border: 2px solid #333;
  border-radius: 8px;
  font-size: 1.1em;
  color: #03440a;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all .3s;
}

.close-filter-container span i {
  font-size: 1.8em;
}

.fix-filter-list {
  overflow-y: auto;
}

.close-filter-container span:hover {
  border-color: #03440a;
  color: #03770a;
}

.product-bottom-content {
  text-align: justify;
  padding: 20px;
  padding-top: 50px;
  font-size: 1em;
  line-height: 2em;
}

.product-bottom-content p {
  padding: 10px;
}

.product-bottom-content > h1,
.product-bottom-content > h2,
.product-bottom-content > h3,
.product-bottom-content > h4,
.product-bottom-content > h5,
.product-bottom-content > h6 {
  padding: 10px 0;
}

.product-bottom-content a {
  text-decoration: none;
  color: var(--dark-main-color);
}

.product-bottom-content a:hover {
  color: var(--light-main-color);
}

.product-bottom-content .wp-block-image {
  text-align: center !important;
  width: 100%;
}

.product-bottom-content img {
  max-width: 100%;
}


/* error 404 */
.err-404-img {
  text-align: center;
  padding: 0px 5vw;
  padding-top: 10vh;
}

.err-404-img img {
  max-width: 100%;
}

.err-404-container h1{
  text-align: center;
  color: var(--light-main-color);
  padding: 0px 5vw;
  padding-bottom: 10vh;
}

/* google search form */
.search-form-container {
  text-align: center;
  padding: 15px 10px;
}

.search-form-container .search{
  font-size: 1.2em;
  padding: 10px 15px;
  border: none;
  background-color: transparent;
  width: calc(100% - 8vw - 20px);
  border-bottom: 2px solid var(--lighter-main-color);
  transition: all .3s;
}

.search-form-container .search:focus{
  border-bottom: 2px solid var(--light-main-color);
  outline: none;
}

.search-form-container .button{
  width: 8vw;
  font-size: 1.8em;
  padding: 0px 10px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  transition: color .3s;
}

.search-form-container .button:hover i{
  transition: color .3s;
}

.search-form-container .button:hover i{
  color: var(--dark-main-color);
}