/*
Theme Name: قالب منو کافه و رستوران
Description: قالب وب سایت توسط شرکت طراحی سایت دارکوب طراحی گردیده است.
Author: محمد بالوی پور
Theme URI: https://sitedar.com/category/darkoobthemes/
Author URI: https://sitedar.com/#sp-team-wrapper
Version: 1.1.1
*/

@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");
}

* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
}

a, a:hover {
    text-decoration: none;
}

img {
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

p {
    margin: 0;
}

/* MENU NAVBAR */
.menu-nav-bar #social ul,
.menu-nav-bar #dashboard ul {
    margin: 25px 0 0 0;
    padding: 0;
}

.menu-nav-bar #social ul li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.menu-nav-bar #social ul li:last-child {
    margin-right: 0;
}

.menu-nav-bar #social ul li a {
    font-size: 0;
    float: left;
}

.menu-nav-bar #social ul li a:before {
    font-family: "FontAwesome";
    font-size: 22px;
    color: #dccbb2;
}

.menu-nav-bar #social ul li.menu-item-7 a:before {
    content: "\f09a";
}

.menu-nav-bar #social ul li.menu-item-8 a:before {
    content: "\f099";
}

.menu-nav-bar #social ul li.menu-item-9 a:before {
    content: "\f232";
}

.menu-nav-bar #social ul li.menu-item-10 a:before {
    content: "\f0d5";
}

.menu-nav-bar #social ul li a:hover:before {
    color: #ca416e;
}

.menu-nav-bar #dashboard ul li a:before {
    font-family: "FontAwesome";
    font-size: 25px;
    float: left;
}

.menu-nav-bar #dashboard ul li {
    list-style: none;
    margin-left: 20px;
    display: inline-block;
    line-height: 44px;
}

.menu-nav-bar #dashboard ul li#wpmenucartli a:before {
    content: "\f290";
    color: #dccbb2;
}

.menu-nav-bar #dashboard ul li.wpmenucartli a {
    position: relative;
}

.menu-nav-bar #dashboard ul li.wpmenucartli a span.cartcontents {
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 18px;
    text-align: center;
    background-color: #000;
    border-radius: 100%;
    top: 0px;
    right: -5px;
    color: #fff;
    z-index: -1;
    font-size: 0;
}

.menu-nav-bar #dashboard ul li#wpmenucartli a span.cartcontents:first-letter {
    font-size: 11px;
}

.menu-nav-bar #dashboard ul li.menu-item-16 {
    background-color: #b89d85;
    border-radius: 5px;
    padding: 0 15px;
}

.menu-nav-bar #dashboard ul li.menu-item-16 a {
    color: #fff;
}

.menu-nav-bar #dashboard ul li.wpmenucartli {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    border-right: dashed 1px #dccbb2;
    padding-right: 25px;
}

/* END MENU NAVBAR */

/* HEADER */
.header {
    padding: 0 15px;
}

.header h1 {
    position: absolute;
    width: 100%;
    left: 0;
    color: #fff;
    text-shadow: 0 0 2px #00000075;
    text-align: center;
    font-weight: bold;
}

/* END HEADER */

/* LIST PRODUCT */
.list-product h3 {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    font-weight: 900;
    color: #b89d85;
    margin: 0 0 20px;
}

.list-product h3:after {
    content: " ";
    display: block;
    min-height: 50px;
    background: url("images/shape-1-1.png") no-repeat 50%;
}

.list-product .responsive-tabs ul.responsive-tabs__list {
    margin: 0 auto;
    display: table;
}

.list-product .responsive-tabs ul.responsive-tabs__list li {
    float: none;
    display: inline-flex;
    background-color: transparent;
    color: #9c9fa6;
    border-radius: 30px;
    border: 0;
}

.list-product .responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item--active {
    background-color: #b89d85;
    color: #fff;
}

.list-product .responsive-tabs .tabcontent {
    border: 0;
    background-color: transparent;
    direction: rtl!important;
}

.list-product ul.products li.product {
    border: solid 1px #eee;
    border-radius: 5px;
    text-align: center;
}

.list-product ul.products li.product h2.woocommerce-loop-product__title {
    color: #000;
    font-weight: bold;
    min-height: 65px;
    line-height: 25px;
}

.list-product ul.products li.product span.price {
    color: #b89d85;
}

/* END LIST PRODUCT */

/* ABOUT US */
.about-us {
    padding: 0 15px 40px;
}
/* END ABOUT US */

/* FOOTER */
.footer {
    padding: 40px 15px;
    text-align: justify;
    background-color: #f9f9f9;
    color: #b7b7b7;
}

.footer h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    color: #000;
}
/* END FOOTER */

/* DOEN */
.copy-right {
    background-color: #eee;
    line-height: 40px;
    color: #a5a5a5;
    font-size: 12px;
    text-align: center;
    padding: 10px 15px;
}

.copy-right span.icon-love {
    font-size: 0;
    position: relative;
}

.copy-right span.icon-love:before {
    font-family: "FontAwesome";
    content: "\f08a";
    color: red;
    font-size: 12px;
}

/* END DOWN */


.single-product .related.products{clear: both;}



/* RESPONSIVE MENU */
#wprmenu_bar .menu_title a {
    color: #fff;
    top: 0!important;
}

#mg-wprm-wrap ul li {
    width: 100%;
}

#mg-wprm-wrap ul li.wpmenucartli {
    background-color: #b89d85;
    margin-bottom: 10px;
}
/* END RESPONSIVE MENU */

/* ICON WHATSAPP */
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);}}

.link-to-whatsapp {
    position: fixed;
    z-index: 90;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    background: #b89d85;
    cursor: pointer;
    box-shadow: 0 0 0 0 #dccbb2;
    animation-name: pulse;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    -webkit-animation: pulse 1.25s infinite #dccbb2;
    -moz-animation: pulse 1.25s infinite #dccbb2;
    -ms-animation: pulse 1.25s infinite #dccbb2;
    animation: pulse 1.25s infinite #dccbb2;
}

.link-to-whatsapp a {
    width: 100%;
    float: left;
    font-size: 0;
}

.link-to-whatsapp a:before {
    content: "\f232";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 35px;
}

.link-to-whatsapp span {
    position: absolute;
    right: -120px;
    top: 10px;
    width: auto;
    background-color: #fff;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 30px;
    box-shadow: 0 0 12px #0000001a;
    opacity: 0;
    transition: all 0.5s;
}

.link-to-whatsapp:hover span {
    opacity: 1;
}

/* END ICON WHATSAPP */

@media (min-width:1px) {

    .container {
        width: 100%;
    }

    .menu-nav-bar {
        padding: 0 15px;
    }

    .menu-nav-bar #social ul li {
        line-height: 10px;
    }

    .header h1 {
        top: 10%;
        font-size: 18px;
    }

    .list-product {
        padding: 20px 15px;
    }

    .list-product .responsive-tabs ul.responsive-tabs__list li {
        font-size: 12px;
        margin: 1px 0 0 5px;
    }

    .list-product .responsive-tabs-wrapper .responsive-tabs h2.tabtitle {
        display: none;
    }

    .footer #contact-us {
        margin-bottom: 25px;
    }

    .link-to-whatsapp {
        left: 15px;
        bottom: 15px;
    }

}

@media (min-width:669px) {

    .container {
        width: 70%;
    }

    .menu-nav-bar {
        padding: 10px 15px;
    }

    .menu-nav-bar #social ul li {
        line-height: 44px;
    }

    .header h1 {
        top: 35%;
        font-size: 35px;
    }

    .list-product {
        padding: 40px 15px;
    }

    .list-product .responsive-tabs ul.responsive-tabs__list li {
        font-size: 16px;
        margin: 1px 0 0 12px;
    }

    .link-to-whatsapp {
        left: 25px;
        bottom: 25px;
    }

}