/*
Theme Name: فوملند
Theme URI: https://www.novinvision.com
Author: نوین ویژن
Author URI: https://www.novinvision.com/
Version: 1.2.3
Description: خرسندیم که افتخار طراحی و برنامه نویسی وب سایت شما بر پایه وردپرس توسط نوین ویژن انجام شده است. از اعتماد شما سپاسگذاریم و امیدواریم در راه استفاده از این پروژه کسب و کار شما همیشه پر رونق و موفق باشد.
Text Domain: foamland
*/

body {
    position: relative;
}

.header {
    font-size: 90%;
    color: #a5bbd9;
    --bs-link-color: #a5bbd9;
    --bs-link-color-rgb: rgba(165, 187, 217);
    --bs-link-hover-color: #ffffff;
    --bs-link-hover-color-rgb: #ffffff;
}

.header .header-item {
    color: #a5bbd9;
}

.header a.header-item:hover {
    color: #ffffff;
}

.header .header-item i {
    font-size: 1rem;
    vertical-align: middle;
}

.header-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-inner ul > li {
    display: inline-block;
}

.header-inner ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px 0 15px;
    color: #666666;
    font-weight: bold;
}

.header-inner ul > li > a:before {
    content: "";
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    margin-left: 10px;
    border-right: 2px solid #cccccc;
    transition: all ease 0.3s;
}

.header-inner ul > li > a:hover {
    color: var(--bs-primary);
}

.header-inner ul > li > a:hover:before {
    border-color: var(--bs-primary);
}

.header-menu {
    border: 6px solid transparent;
    margin-left: 25px;
}

.header-menu ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

.header-menu ul > li {
    display: inline-block;
    position: relative;
}

.header-menu ul > li > a {
    position: relative;
    display: block;
    padding: 15px 15px;
    color: #666666;
    font-weight: bolder;
}

.header-menu ul > li > a:before {
    content: "\f142";
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    margin-left: 10px;
    color: #cccccc;
    vertical-align: middle;
    transition: all ease 0.3s;
}

.header-menu ul > li > a:hover:before {
    color: var(--bs-primary);
}

.header-menu ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    border-bottom: 2px solid var(--bs-primary);
    transition: all ease 0.3s;
}

.header-menu ul > li > a:hover:after {
    visibility: visible;
    opacity: 1;
}

.header-menu ul > li > ul {
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    z-index: 1030;
    width: 250px;
    padding: 15px 0;
    display: none;
}

.header-menu ul > li:hover > ul {
    display: block;
}

.header-menu ul > li > ul > li {
    display: block;
}

.header-menu ul > li > ul > li > a {
    display: block;
    border-right: 5px solid transparent;
}

.header-menu ul > li > ul a:hover {
    background-color: var(--bs-gray-100);
    border-right-color: var(--bs-primary);
}

.header-menu ul > li > ul a:active {
    background-color: var(--bs-gray-200);
}

.header-menu ul > li > ul a:after {
    display: none;
}

.flow {
    position: relative;
}

.flow:after {
    content: "";
    background-color: var(--bs-primary);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 30px;
    transform: skewX(15deg);
    transition: all ease 0.3s;
}

@media (min-width: 992px){
    .flow:after{
        bottom: 1px;
    }
}

.header-menu.flow:after {
    transform: skewX(15deg);
    background-color: #ffffff;
    border: 6px solid var(--bs-light);
    border-right: 0;
    right: auto;
    left: -20px;
    top: -5px;
    bottom: -6px;
}

.header-menu .btn-link:hover {
    background-color: #eeeeee;
}

.header-cart {
    background-color: var(--bs-primary);
    color: #ffffff;
    font-size: 1rem;
    transition: all ease 0.3s;
}

.header-cart:hover {
    background-color: var(--bs-secondary);
}

.header-cart.flow:hover:after {
    background-color: var(--bs-secondary);
}

.header-cart .small {
    font-size: .7rem;
    opacity: 0.8;
}

.header-cart i {
    font-size: 1.3rem;
}

.header-cart .header-cart-inner {
    position: relative;
    z-index: 2;
}

@media (max-width: 550px) {
    .searchform {
        width: 210px;
    }
}

.home-slider .slider-item {
    display: block;
    background-image: url("img/slider-bg.png");
    background-position: -150% 0;
    background-repeat: repeat-y;
}

.home-slider .slider-item .slider-image,
.home-slider .slider-item .slider-thumbnail {
    opacity: 1 !important;
}

.home-slider .overly {
    background-image: none;
}

.home-slider .slider-item,
.home-slider .overly {
    height: 400px;
}

.home-slider .swiper-action {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 20%;
    width: auto;
}

.home-slider .swiper-pagination {
    position: relative;
    width: auto;
    right: 0;
    left: 0;
}

.arrow-dot {
    display: inline-block;
    vertical-align: middle;
    width: 17.5px;
    height: 30px;
    background-image: url("img/rectangle-gray.png");
}

.arrow-dot.arrow-dot-primary {
    background-image: url("img/rectangle-primary.png");
}

.arrow-dot.arrow-dot-start {
    background-position-x: 17.5px;
}

.arrow-dot.arrow-dot-sm {
    width: 29px;
    height: 25px;
}

.badge-arrow {
    position: relative;
}

.badge-arrow:after {
    content: "";
    background-color: var(--bs-secondary);
    position: absolute;
    right: 15px;
    bottom: -3px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}

.image-bg-skew {
    position: relative;
    padding: 30px;
    overflow: hidden;
}

.image-bg-skew:before,
.image-bg-skew:after {
    content: "";
    background-color: var(--bs-gray-200);
    display: block;
    position: absolute;
    top: -55%;
    right: -81%;
    height: 120%;
    width: 178%;
    z-index: -1;
    transform: rotate(44deg);
}

.image-bg-skew.image-bg-skew-two:before {
    right: -100%;
    background-color: var(--bs-primary);
    top: 30%;
    transform: rotate(-44deg);
}

.image-bg-skew.image-bg-skew-two:after {
    left: -100%;
    right: auto;
    transform: rotate(136deg);
    background-color: var(--bs-secondary);
}

.image-bg-skew img {
    height: 500px;
    width: 500px;
    object-fit: cover;
}

@media (max-width: 480px){
    .image-bg-skew img{
        height: 300px;
    }
}

.award-item {
    position: relative;
    margin-top: 70px;
    border: 0;
    border-right: 3px solid var(--bs-primary);
}

.award-item .award-image {
    position: relative;
    background-image: url("img/bg-doted.png");
    height: 130px;
    width: 100%;
}

.award-item .award-image .award--thumbnail {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 140px;
    height: 197px;
}

.post-item {
    position: relative;
}

.post-item .card-img-overlay {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.post-item img{
    min-height: 300px;
    object-fit: cover;
}

footer {
    font-size: .85rem;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul > li {
    display: block;
    flex: 0 0 auto;
    width: 50%;
}

footer ul > li > a {
    display: block;
    color: #666666;
    padding: 5px;
}

footer ul > li > a:hover {
    color: var(--bs-primary);
}

footer .custom-logo-link img {
    width: 80px;
}

.rank-math-breadcrumb .separator {
    display: inline-block;
    background-image: url("img/arrow-multi-left.png");
    background-repeat: no-repeat;
    width: 19px;
    height: 8px;
    background-size: 100%;
    margin: 0 12px 2px 12px;
    font-size: 0;
    vertical-align: middle;
}

.rank-math-breadcrumb,
.rank-math-breadcrumb a {
    color: #666666;
}

.social-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: #eeeeee;
    font-size: 1.5rem;
    border-radius: .5rem;
}

.social-share a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.post-navigations a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    border-radius: .5rem;
}

.post-navigations a i {
    vertical-align: middle;
}

.post-navigations a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.post-navigations a:active {
    background-color: rgba(0, 0, 0, 0.1);
}

#comments .g-recaptcha-wrap {
    order: 5 !important;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    margin-top: var(--bs-gutter-y);
}

.comment-item {
    position: relative;
}

.comment-item .comment-body {
    position: relative;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1rem;
    min-height: 70px;
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.8;
}

.comment-item .comment-body:before {
    content: "";
    display: inline-block;
    background-image: url("img/quotation.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
    float: right;
    margin: 0 0 0 15px;
    opacity: 0.1;
}

.comment-item .comment-body:after {
    content: "";
    position: absolute;
    display: block;
    width: 35px;
    height: 30px;
    background: #f4f5f7;
    top: calc(100%);
    right: 20px;
    box-sizing: border-box;
    clip-path: polygon(0 0, 0% 100%, 100% 0%, calc(100% - 2px) 0, 1px calc(100% - 2px), 35px 0);
}

@media (max-width: 480px) {
    .comment-item .comment-body:after {
        right: 10px;
    }
}

.comment-item .comment-body p:last-child {
    margin-bottom: 0 !important;
}

.comment-item .comment-star .star-rate-item {
    height: 15px;
    width: 15px;
}

.comment-item .comment-data {
    margin-right: 60px;
    line-height: 1.7;
}

.comment-item .comment-data .avatar {
    padding: 5px;
    background-color: #eeeeee;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.sidebar {
    font-size: 95%;
}

.sidebar .widget_block .wc-blocks-filter-wrapper>h3{
    font-size: 1rem;
}

.sidebar .widget_block .wc-blocks-filter-wrapper>h3,
.sidebar .widget .widget-title {
    position: relative;
    margin-bottom: 10px;
}

.sidebar .widget_block .wc-blocks-filter-wrapper>h3:before,
.sidebar .widget_block .wc-blocks-filter-wrapper>h3:after,
.sidebar .widget .widget-title:before,
.sidebar .widget .widget-title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.sidebar .widget_block .wc-blocks-filter-wrapper>h3:before,
.sidebar .widget .widget-title:before {
    height: 10px;
    width: 10px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    left: 85px;
}

.sidebar .widget_block .wc-blocks-filter-wrapper>h3:after,
.sidebar .widget .widget-title:after {
    left: 0;
    height: 5px;
    width: 80px;
    border-top: 1px solid var(--bs-gray-200);
    border-bottom: 1px solid var(--bs-gray-300);
}

.btn-product-order {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: .85rem;
}

.btn-product-order .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: .4rem;
    height: 30px;
    width: 30px;
    font-size: 1.2rem;
    margin-left: 10px;
}

.bg-telegram {
    background-color: #28a4e4;
}

.bg-whatsapp {
    background-color: #24cc63;
}

.contact-map {
    position: relative;
}

@media (min-width: 992px) {
    .contact-map .leaflet-container {
        height: 800px !important;
    }
}

.contact-map .leaflet-control {
    display: none;
}

.contact-form p {
    margin: 0 !important;
}

.contact-form .wpcf7-submit {
    position: absolute;
    left: 30px;
    bottom: 50px;
    z-index: 1;
}

.sidebar .card.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.1) !important;
}

.sticky-posts-swiper-area .swiper-pagination {
    width: auto;
    left: auto;
    right: 42px;
    bottom: 20px;
}

.post-item-sticky .overly {
    background-image: linear-gradient(to top, rgba(var(--bs-secondary-rgb), 0.8), transparent);
}

.card-iconer {
    margin-top: 60px;
}

.card-iconer .card-icon {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: -50px 50px 0;
}

.card-iconer .card-icon.bg-primary {
    box-shadow: 0 10px 50px rgba(var(--bs-primary-rgb), 0.3);
}

.card-iconer .card-icon.bg-secondary {
    box-shadow: 0 10px 50px rgba(var(--bs-secondary-rgb), 0.5);
}

.card-iconer .card-icon.bg-dark {
    box-shadow: 0 10px 50px rgba(var(--bs-dark-rgb), 0.5);
}

.card-iconer .card-body {
    padding-right: 50px;
    padding-left: 50px;
}

.card-iconer .card-icon svg {
    fill: #ffffff;
    height: 40px;
    width: 40px;
}

.card-iconer .card-icon svg,
.card-iconer .card-icon svg g,
.card-iconer .card-icon svg path {
    fill: #ffffff;
}

.enamad{
    position: relative;
    padding: 10px;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
}

.enamad img{
    max-width: 100%;
    height: auto;
    max-height: 100px;
}

.swiper-button-next,
.swiper-button-prev{
    --swiper-navigation-sides-offset: 15px;
    border-radius: 50%;
    background-color: var(--bs-body-bg, #ffffff);
    border: 0;
    box-shadow: 0 1px 0 1px rgba(var(--bs-body-color-rgb), 0.1);
}

.swiper-button-next svg,
.swiper-button-prev svg {
    height: 15px;
    width: 15px;
}

.swiper-button-next svg,
.swiper-button-prev svg,
.swiper-button-next svg path,
.swiper-button-prev svg path{
    fill: var(--bs-body-color, #333333) !important;
}