/*
  @Description: Hoor Resturant theme
  @Author: Hamed Yousefi
  @Website URL: www.ernahost.com
*/
@charset "UTF-8";
@font-face {
    font-family: Yekan;
    src: local(YekanRegular), url(../webfonts/YekanRegular.eot?#iefix) format("embedded-opentype"), url(../webfonts/YekanRegular.woff) format("woff"), url(../webfonts/YekanRegular.woff2) format("woff2"),
    url(../webfonts/YekanRegular.ttf) format("truetype");
    font-weight: 400;
    font-display: fallback;
}
@font-face {
    font-family: YekanBold;
    src: local(YekanBold), url(../webfonts/YekanBold.eot?#iefix) format("embedded-opentype"), url(../webfonts/YekanBold.woff) format("woff"), url(../webfonts/YekanBold.woff2) format("woff2"),
    url(../webfonts/YekanBold.ttf) format("truetype");
    font-display: fallback;
}
:root {
    --color1: #005cbf;
}
body{
    font-family: 'Yekan';
    direction: rtl;
}
.container {
    width: 90%;
    max-width: 90%;
}
.rtl{
    direction: rtl;
}
ul, li, p {
    list-style: none;
    margin: 0;
    padding: 0;
}
a, a:hover {
    text-decoration: none;
}
header .top {
    width: 100%;
}
header .top p {
    text-align: right;
    line-height: 1.5rem;
    color: var(--gray);
}
header .top p > i {
    float: right;
    margin-left: 10px;
    color: var(--red);
    font-size: 1.5rem;
}
header .top ul {
    width: 100%;
    float: left;
}
header .top ul > li {
    float: left;
    line-height: 1.5rem;
    margin: 3px 1rem 3px 0;
}
header .top ul > li a {
    color: var(--dark);
    line-height: 1.5rem;
}
header .top ul > li i {
    float: left;
    margin-right: 10px;
    color: var(--primary);
    font-size: 1.5rem;
}
header .main {
    width: 100%;
}
header .main .logo{
    max-width: 100%;
}
header .main .logo > img{
    width: 80px;
}
header .main nav {
    width: 100%;
    border-radius: 1rem;
}
header .main nav .navbar-toggler-icon{
    color: var(--gray-dark);
}
header .main nav .nav-item{
    float: right;
    padding-left: 1.5rem;
}
header .main nav .nav-item .nav-link {
    font-family: 'YekanBold';
    font-size: 18px;
    color: var(--gray-dark);
}
header .main .social {
    float: left;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    border-radius: 1rem;
    padding: 0.2rem 1.3rem;
    width: auto;
    background: var(--white);
}
header .main .social > li {
    float: left;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
header .main .social li > a {
    font-size: 30px;
    color: var(--primary)
}
/** Slider **/
.slider {
    width: 100%;
    float: right;
    padding: 2rem 0;
}
.slider h1 {
    font-size: 30px;
    font-family: 'YekanBold';
    margin: 0rem 0 1rem 0;
    color: var(--dark);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 1rem 2rem;
    border-radius: 1rem;
    display: inline-block;
}
.slider h2 {
    font-size: 21px;
    margin: 1.5rem 0;
    color: var(--dark);
    line-height: 35px;
}
.slider h3{
    font-size: 17px;
    margin: 1.5rem 0;
    color: var(--dark);
}
.slider h4{
    font-size: 15px;
    margin: 1.5rem 0;
    color: var(--dark);
}
.slider a {
    padding: 0.7rem;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
}
.slider img {
    max-width: 100%;
}
.slider .bg {
    background: url('../images/slider-hoor.png');
    width: 100%;
    float: right;
    height: 400px;
}
/** attribute **/
.productslist {
    width: 100%;
    float: right;
    padding: 2rem 0 1rem 0;
}
.productslist h2 {
    font-size: 24px;
    font-family: 'YekanBold';
    margin: 0rem auto 1rem auto;
    color: var(--dark);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 1rem 2rem;
    border-radius: 1rem;
    display: inline-block;
}
.productslist .more {
    float: left;
    font-size: 18px;
    font-family: 'Yekan';
    margin: 0rem auto 1rem auto;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 1rem 1rem;
    border-radius: 1rem;
    display: inline-block;
    background: var(--blue);
    color: var(--white);
}
.productslist .list{
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.productslist .list img {
    max-width: 100%;
    border-radius: 1rem;
    opacity: 0.85;
}
.productslist .list img:hover {
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 37%) !important;
    opacity: 1;
}
.attlist{
    width: 100%;
    float: right;
    padding: 2rem 0;
}
.attlist h2 {
    font-size: 24px;
    font-family: 'YekanBold';
    margin: 0rem auto 1rem auto;
    color: var(--dark);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 1rem 2rem;
    border-radius: 1rem;
    display: inline-block;
}
.attlist h3 {
    font-size: 20px;
    font-family: 'YekanBold';
    text-align: center;
    width: 100%;
    float: right;
    margin-bottom: 1rem;
    padding: 1rem 0;
    display: inline-block;
    border-bottom: 3px dashed #f7f7f7;
}
.attlist .att-item{
    width: 100%;
    margin: 0rem auto 1rem auto;
    color: var(--dark);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 1rem 2rem;
    border-radius: 1rem;
    display: inline-block;
}
.attlist .att-item:hover i, .attlist .att-item:focus i, .attlist .att-item:focus-visible i, .attlist .att-item:active i {
    position: relative;
    top: 10px;
    color: var(--primary);
}
.attlist .att-item i {
    text-align: center;
    margin: auto;
    display: block;
    font-size: 4rem;
    color: var(--red);
}
.attlist .att-item p{
    text-align: center;
    color: var(--gray);
}
.foodlist {
    width: 100%;
    float: right;
    padding: 1rem 0 3rem 0;
}
.foodlist h2 {
    font-size: 24px;
    font-family: 'YekanBold';
    margin: 0rem auto 1rem auto;
    color: var(--dark);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 1rem 2rem;
    border-radius: 1rem;
    display: inline-block;
}
.foodlist .more {
    float: left;
    font-size: 18px;
    font-family: 'Yekan';
    margin: 0rem auto 1rem auto;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 1rem 1rem;
    border-radius: 1rem;
    display: inline-block;
    background: var(--blue);
    color: var(--white);
}
.foodlist .list{
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.foodlist .list .food-info {
    font-size: 24px;
    font-family: 'Yekan';
    color: var(--dark);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 1rem 1rem;
    border-radius: 1rem;
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
}
.foodlist .list .food-info:hover h4, .foodlist .list .food-info:focus h4, .foodlist .list .food-info:focus-visible h4 {
    color: var(--white);
    bottom: -19px;
    background: var(--red);
}
.foodlist .list .food-info:hover .price, .foodlist .list .food-info:focus .price, .foodlist .list .food-info:focus-visible .price {
    color: var(--white);
    bottom: -19px;
    background: var(--red);
}
.foodlist .list .food-info .image {
    margin-bottom: 1.5rem;
    width: 100%;
    float: right;
}
.foodlist .list .food-info .title {
    width: 100%;
    float: right;
    font-size: 20px;
    font-family: 'YekanBold';
    margin: 0 0 1rem 0;
    box-shadow: none !important;
    border-radius: inherit;
    padding: 0;
    display: initial;
}
.foodlist .list .food-info .title a{
    color: var(--red);
}
.foodlist .list .food-info .price {
    font-size: 16px;
    font-family: 'YekanBold';
    background: #ffffff;
    color: #9e9e9e;
    width: auto;
    padding: 10px 15px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 0;
    position: absolute;
    bottom: -15px;
    margin: auto;
    box-shadow: 0 4.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    left: 0;
}
.foodlist .list .food-info .price > span {
    color: #d3d3d3;
    font-family: 'Yekan';
}
.foodlist .list .food-info h3 {
    width: 100%;
    float: right;
    font-size: 20px;
    font-family: 'YekanBold';
    margin-bottom: 1rem;
}
.foodlist .list .food-info h4 {
    font-size: 16px;
    font-family: 'YekanBold';
    background: #ffffff;
    color: #9e9e9e;
    width: auto;
    padding: 10px 15px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 0;
    position: absolute;
    bottom: -15px;
    margin: auto;
    box-shadow: 0 4.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    left: 0;
}
.foodlist .list .food-info h4 > span {
    color: #d3d3d3;
    font-family: 'Yekan';
}
.foodlist .list .food-info h3 > a {
    color: var(--red);
}
.foodlist .list .food-info p {
    width: 100%;
    float: right;
    font-size: 15px;
    color: var(--gray);
    padding-bottom: 15px;
}
.foodlist .list .food-info .blur {
    font-size: 17px;
    color: transparent;
    text-shadow: #919191 0 0 15px;
    transition: 0.4s;
    font-family: 'Yekan';
}
.blur-text {
    font-size: 17px;
    color: transparent;
    text-shadow: #919191 0 0 15px;
    transition: 0.4s;
    font-family: 'Yekan';
}
.foodlist .list .food-info .image img{
    width: 100%;
    max-width: 100%;
    border-radius: 1rem;
}/** footer **/
footer {
    box-shadow: 0 0 80px rgb(85 108 153 / 7%);
    font-size: 16px;
    line-height: 30px;
    float: right;
    width: 100%;
    padding: 4rem 0 1rem 0;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    color: var(--gray);
}
footer h2, footer h3, footer h4, footer h5, footer h6 {
    font-size: 19px;
    font-family: 'YekanBold';
    margin-bottom: 1rem;
}
footer a{
    color: var(--gray);
}
footer img{
    width: 100px;
    float: right;
    margin-left: 20px;
}
footer figure{
    margin: 0;
}
footer li {
    padding: 5px 0;
}
footer i {
    color: var(--danger);
    font-size: 20px;
    margin-left: 10px;
}
footer .support li {
    float: right;
    margin-left: 1rem;
}
footer .wp-block-buttons{
    width: 100%;
    float: right;
}
footer .wp-element-button {
    border-radius: 14px;
    font-size: 14px;
    padding: 15px 12px;
    line-height: 23px;
    background: #f4f4f4;
    color: var(--color1);
    margin-left: 5px;
    margin-top: 5px;
    font-family: 'YekanBold';
}
footer .wp-element-button:hover {
    background: #d7d7d8;
}
footer .copy-right {
    padding: 2rem 0 1rem 0;
    color: var(--dark);
    font-family: 'YekanBold';
    position: relative;
    float: right;
    width: 100%;
}
footer .copy-right p{
    padding-left: 25px;
}
footer .copy-right a{
    color: var(--color1);
}
footer .scroll-top {
    position: absolute;
    left: 0;
    top: 25px;
}
footer .scroll-top i {
    color: var(--danger);
    font-size: 25px;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
footer.scroll-top i:hover{
    background: var(--bs-teal);
}
.most-visited-food {
    width: 100%;
    float: right;
    border-top: 4px dashed #f9f9f9;
    border-bottom: 4px dashed #f9f9f9;
    padding: 1.5rem 0;
}
.most-visited-food .item{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    float: right;
    width: 100%;
}
.most-visited-food .item a {
    background: #f4f4f4;
    border-radius: 1rem;
    text-align: center;
    color: #939393;
    font-size: 14px;
    padding: 5px 5px;
}
.most-visited-food .item a:hover, .most-visited-food .item a:focus-visible, .most-visited-food .item a:hover {
    background: #efefef;
}
.most-visited-food .item img{
    max-width: 100%;
    border-radius: 1rem;
    opacity: 0.8;
}
.most-visited-food h2 {
    width: 100%;
    float: right;
    margin-bottom: 1.5rem;
    font-size: 17px;
    font-family: 'YekanBold';
    color: var(--gray-dark);
}
.tr-2{
    transition:all 0.2s linear;
}
/** single-post **/
.singular-post{
    width: 100%;
    float: right;
    padding: 3rem 0;
}
.singular-post .post {
    background: var(--white);
    box-shadow: 0 0 80px rgb(85 108 153 / 7%);
    padding: 2rem;
    border-radius: 0.7rem;
    width: 100%;
    float: right;
    margin-bottom: 2rem;
}
.singular-post .post .top {
    width: 100%;
    float: right;
    border-bottom: 3px dashed #f5f5f5;
    padding-bottom: 0.8rem;
}
.singular-post .post .top h1{
    font-size: 25px;
    font-family: 'YekanBold';
}
.singular-post .post .top .details > li {
    float: left;
    color: var(--wp--preset--color--cyan-bluish-gray);
    margin-right: 10px;
}
.singular-post .post .top .details > li > i {
    float: left;
    margin-right: 10px;
    line-height: 20px;
}
.singular-post .post .center {
    width: 100%;
    float: right;
    padding: 2rem 0 10px 0;
    line-height: 35px;
}
.singular-post .post .center .larg-images {
    width: 100%;
    max-width: 100%;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.singular-post .post .center .addtocard {
    background: var(--danger);
    color: var(--white);
    padding: 5px 0.8rem;
    display: inline-block;
    margin: 2rem 0 1rem 0;
    border-radius: 1rem;
}
.singular-post .post .center .addtocard:hover {
    background: #9E1422FF;
}
.singular-post .post .center .kksr-template {
    padding: 1rem 0;
    margin-top: 10px;
    float: right;
    width: 100%;
}
.singular-post .post .center .kksr-legend {
    margin: 0;
    font-size: 15px !important;
    text-align: right;
    line-height: 30px;
    position: relative;
    opacity: .5;
    top: 3px;
    right: 5px;
}
.singular-post .post .center .price {
    font-size: 16px;
    margin-top: 1rem;
    color: var(--dark);
    font-family: 'YekanBold';
}
.singular-post .post .center .price span {
    color: var(--danger);
    font-family: 'Yekan';
}
.kk-star-ratings .kksr-muted {
    opacity: 1 !important;
}
.share-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
    border-top: 3px dashed #f3f3f3;
    width: 100%;
}
.share-product ul{
    position: relative;
}
.share-product ul li {
    float: right;
    margin-left: 10px;
}
.share-product ul li a {
    font-size: 24px;
    color: #d7d7d7;
}
.share-product h2{
    margin: 0;
    font-size: 15px !important;
    text-align: right;
    line-height: 30px;
    opacity: .5;
}
.box {
    background: var(--white);
    box-shadow: 0 0 80px rgb(85 108 153 / 7%);
    padding: 1rem 2rem;
    border-radius: 0.7rem;
    width: 100%;
    float: right;
    line-height: 26px;
    margin-bottom: 15px;
    color: var(--secondary);
}
.box h1, .box h2, .box h3, .box h4, .box h5, .box h6 {
    font-size: 20px;
    font-family: 'YekanBold';
    color: var(--gray-dark);
    margin: 0;
    padding: 0;
}
.box ul{
    width: 100%;
    float: right;
}
.box ul li {
    padding: 10px 0;
    border-bottom: 2px dashed #f5f5f5;
}
.box ul li:last-child {
    border: none;
}
.box ul li a {
    color: var(--dark);
}
.box ul li .wp-block-latest-posts__post-excerpt {
    margin: 0;
}
.box img {
    margin-bottom: 1rem;
    border-radius: 1rem;
}
.box input[type=text], .box input[type=search] {
    border-radius: 1rem;
    border: 1px solid #dbdbdb;
    margin: 0;
}
.box button[type=submit], .box input[type=submit] {
    border-radius: 1rem;
    background: var(--blue);
    color: var(--white);
    border: none;
}
/* Comments */
.comments-area{
    width: 100%;
    float: right;
}
.comments-area .title {
    padding: 0 0 10px 0;
    margin-bottom: 1rem;
    border-bottom: 3px dashed #f5f5f5;
    padding-bottom: 0.8rem;
}
.comments-area .icon {
    font-size: 30px;
    float: right;
    margin-left: 10px;
    color: var(--gray);
}
.comments-area .text {
    font-size: 18px;
    color: var(--gray);
    line-height: 30px;
}
.comments-area .text .number {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
.comments-area .comments_list {
    width: 100%;
    float: right;
    padding: 0;
    margin: 1rem 0;
}
.comments-area .comments_list li {
    float: right;
    width: 100%;
}
.comments-area .comments_list .depth-1 {
    margin-bottom: 10px;
    border-bottom: 2px dashed #f1f1f1;
    padding-bottom: 1rem;
}
.comments-area .comments_list .depth-1:last-child{
    border: none;
}
.comments-area .comments_list li .comment-body {
    font-size: 13px;
    padding: 1rem;
    position: relative;
    float: right;
    width: 100%;
}
.comments-area .comments_list li .comment-body .comment-author {
    font-size: 13px;
    padding: 0px 0px;
    border-radius: 7px;
    float: right;
    margin-left: 10px;
}
.comments-area .comments_list li .comment-body .comment-author img {
    font-size: 13px;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: -2px;
    height: 32px;
    width: 32px;
    float: right;
}
.comments-area .comments_list li .comment-body .comment-author .fn {
    float: right;
    color: var(--gray);
    font-size: 13px;
    font-weight: bold;
    font-style: normal !important;
}
.comments-area .comments_list li .comment-body .comment-author .fn a {
    color: var(--gray);
    font-size: 15px;
    font-weight: bold;
    font-style: normal !important;
}
.comments-area .comments_list li .comment-body .comment-author span {
    color: var(--nvcl);
    display: none;
}
.comments-area .comments_list li .comment-body .comment-meta {
    border-right: 1px solid #e6e6e6;
    padding-right: 10px;
    line-height: 20px;
    margin-right: 10px;
    display: table;
    margin-top: 4px;
}
.comments-area .comments_list li .comment-body .comment-meta a {
    font-size: 12px;
    color: var(--nvcl);
}
.comments-area .comments_list li .comment-body p {
    font-size: 15px;
    display: inline-block;
    float: right;
    width: 100%;
    padding: 10px 0 5px 0;
    color: var(--gray-dark);
    line-height: 23px;
}
.comments-area .comments_list li .comment-body .reply {
    font-size: 13px;
    float: right;
}
.comments-area .comments_list li .comment-body .reply a {
    font-size: 13px;
    padding: 0px 0px;
    border-radius: 5px;
    color: var(--green);
}
.comments-area .comments_list li .comment-body .reply a::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f3e5";
    float: right;
    font-size: 11px;
    color: var(--green);
    margin-left: 5px;
    font-weight: 900;
}
.comment-respond #submit-comment {
    background: var(--primary);
    border: none;
    color: var(--white);
    padding: 5px 1rem;
    border-radius: 10px;
}
.comment-notes {
    padding: 1rem 0;
}
.comment-respond #submit-comment:hover {
    background: #036cdd;
}
.comments-area .comment-reply-title {
    font-size: 13px;
    color: var(--teal);
}
.comments-area .comment-reply-title a{
    font-size: 13px;
    color: var(--dark);
}
.comments-area .comment-reply-title small a {
    font-size: 13px;
    color: var(--red);
}
.comments-area .comment-reply-title small a::before {
    font-family: "Font Awesome 6 Pro";
    content: "\2192";
    font-size: 12px;
    color: var(--gray);
    margin-left: 5px;
    font-weight: 100;
}
.comments-area .comment-awaiting-moderation{
    float: right;
    width: 100%;
    color: var(--tk);
    font-size: 12px;
}
.comments-area .comment-form {
    padding: 0 0 20px 0;
}
.comments-area .children {
    padding: 0;
    float: right;
    width: 100%;
}
.comments-area .children .depth-2 {
    border-right: 2px dashed #ededed;
    margin-right: 1rem;
}
.comments-area .children .depth-3 {
    border-right: 2px dashed #ededed;
    margin-right: 1rem;
}
.comments-area .children .depth-4 {
    border-right: 2px dashed #ededed;
    margin-right: 1rem;
}
.comments-area .children .children .comment-body br{
    display: none;
}
.comments-area .must-log-in {
    color: var(--dark);
    padding: 10px 15px;
    font-weight: bold;
    font-size: 14px;
}
.comments-area .must-log-in a{
    color: var(--bs-teal);
}
.comments-area .navigation {
    padding: 0 15px;
    float: right;
    width: 100%;
}
.comments-area .navigation .pages {
    width: 100%;
    float: right;
    background: #fbfbfb;
    padding: 5px 10px;
    border-radius: 5px;
}
.comments-area .navigation .nav-previous{
    float: right;
}
.comments-area .navigation .nav-next{
    float: left;
}
.comments-area .navigation a{
    color: var(--cyan);
}
.comments-area .navigation a:hover{
    color: #0d8093;
}
.comment-form .form-submit{
    margin-top: 1rem;
}
.comment-form .form-submit input[type="submit"] {
    background: var(--primary);
    border: none;
    color: var(--white);
    padding: 5px 1rem;
    border-radius: 10px;
}
.comment-form .form-submit input[type="submit"]:hover {
    background: #036cdd;
}
/* Pagination */
.pagination {
    color: var(--gray);
    width: auto;
    padding: 0;
    margin: auto;
    display: table;
}
.pagination .current {
    background: var(--blue);
    color: var(--white);
}
.pagination span {
    float: right;
    color: #8f8f8f;
    padding: 5px 13px;
    line-height: 24px;
    font-size: 17px;
    background: #ffffff;
    margin: 5px;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    border-radius: 10px;
}
.pagination a {
    float: right;
    color: #8f8f8f;
    padding: 5px 13px;
    line-height: 24px;
    font-size: 17px;
    background: #ffffff;
    margin: 5px;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    border-radius: 10px;
}
.error404page {
    width: 100%;
    float: right;
    padding: 3rem 0 3rem 0;
}
.error404page h1 {
    font-family: 'YekanBold';
    direction: ltr;
    font-size: 6rem;
    color: var(--danger);
}
.titlepage {
    background: #ffffff;
    width: auto;
    margin: 1rem auto;
    display: table;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-size: 23px;
    font-family: 'YekanBold';
    color: var(--dark);
}
.searchform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 1rem;
    width: 100%;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
}
.searchform input[type=text], .searchform input[type=search] {
    border: 1px solid var(--blue);
    padding: 12px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    flex-grow: 1;
    margin-right: 0;
    margin-left: 0;
    min-width: 3em;
    color: var(--gray);
    text-decoration: unset!important;
}
.searchform button[type=submit], .searchform input[type=submit] {
    background: var(--blue);
    color: var(--white);
    border: 1px solid var(--blue);
    padding: 12px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
/** input & button **/
input[type=text], input[type=search], input[type=email], input[type=password], textarea, select {
    border-radius: 7px;
    padding: 7px 1rem;
    margin: 10px 0;
    border: 1px solid #dbdbdb;
    max-width: 100%;
    line-height: 25px;
    text-align: right;
    direction: rtl;
    color: var(--gray);
}
.form-control {
    margin: 0;
}
.wpcf7-form {
    width: 100%;
    padding: 2rem 0;
    direction: rtl;
}
.wpcf7-form label {
    width: 100%;
    float: right;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=search], .wpcf7-form input[type=email], .wpcf7-form input[type=password], .wpcf7-form textarea, .wpcf7-form select  {
    width: 100%;
    margin: 5px 0;
}
.wpcf7-form .wpcf7-spinner{
    display: none;
}
.tag-list a {
    font-size: 17px;
    color: #c5c5c5;
}
.tag-list a:hover {
    color: var(--primary);
}
.footer-form {
    padding: 0;
}
.footer-form textarea{
    max-height: 85px;
    min-height: 50px;
}
@media (max-width: 400px) {
    header .top ul > li {
        padding: 0.4rem 0;
    }
}
@media (max-width: 520px) {
    .foodlist .list{
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 0 !important;
    }
    .most-visited-food .item{
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 5px !important;
    }
    .singular-post .post .center .kksr-template{
        display: inline-block;
    }
    .singular-post .post .center .kksr-legend{
        margin-top: 5px;
    }
    .share-product {
        display: inline-block;
    }
    .share-product ul {
        position: relative;
        width: 100%;
        float: right;
    }
    .comments-area .comments_list li .comment-body .comment-meta{
        display: none;
    }
    .box {
        padding: 2rem 1rem;
    }
    .singular-post .post {
        padding: 2rem 1rem;
    }
    .foodlist .list .food-info {
        margin-bottom: 2rem;
    }
    .container {
        width: 95%;
        max-width: 95%;
    }
    footer .wp-block-buttons {
        grid-template-columns: repeat(2, 1fr) !important;
        display: grid !important;
    }
    footer .wp-element-button {
        width: 100%;
        padding: 10px 5px;
    }
}
@media (max-width: 846px) {
    .productslist .list{
        grid-template-columns: repeat(3, 1fr);
    }
    .foodlist .list{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .most-visited-food .item{
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }
}
@media (min-width: 990px) and (max-width: 1060px) {
    header .main .social > li {
        padding-right: 0.1rem;
        padding-left: 0.1rem;
    }
    header .main .social li > a {
        font-size: 24px;
    }
}