﻿
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/IranSans/IRANSansWeb(FaNum)_Black.woff') format('woff');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IranSans/IRANSansWeb(FaNum)_Bold.woff') format('woff');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/IranSans/IRANSansWeb(FaNum)_Light.woff') format('woff');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IranSans/IRANSansWeb(FaNum).woff') format('woff');
}


* {
    transition: all ease-in-out 0.2s;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    direction: rtl;
    font-family: IRANSans !important;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    text-align: right;
    background: #fff;
    color: #333;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.form-check-input {
    position: unset;
    margin-top: 0.3rem;
    margin-left: unset;
}

/*********Search**********/
.searchArea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: white;
    height: 0;
    box-shadow: 0px 1px 10px #d1d1d1;
    opacity: 0;
    padding: 0;
}

    .searchArea .fa,
    .searchArea .search-form {
        display: none;
    }

.searchAreaShow {
    opacity: 1 !important;
    height: 100px !important;
    padding: 1rem !important;
}

.searchArea.searchAreaShow .fa,
.searchArea.searchAreaShow .search-form {
    display: revert !important;
}

.topbar-middle .search-form button {
    background: linear-gradient(180deg, #c54961, #eda37f);
}

    .topbar-middle .search-form button:hover {
        background: linear-gradient(0deg,#e0a2ae,#f7d3ba);
        color: #333 !important;
    }

.searchicon {
    font-size: 1.4rem;
    -webkit-text-stroke: white;
    -webkit-text-stroke-width: 1px;
    cursor: pointer;
}

.searchArea .fa-times {
    font-size: 1.5em;
    cursor: pointer;
}

    .searchArea .fa-times:hover {
        color: red;
    }

.menu-content .navbar-toggler {
    background: linear-gradient(180deg, #c54961, #eda37f);
}

    .menu-content .navbar-toggler:hover {
        opacity: 0.75;
    }

.menu-content .navbar-toggler-icon:before {
    -webkit-text-stroke: #cd5b60;
    -webkit-text-stroke-width: 1px;
}
/*********Home**********/
.scroll-to-top {
    border: none;
    bottom: 213px;
    cursor: pointer;
    line-height: 24px;
    position: fixed;
    right: 20px;
    text-align: center;
    z-index: 99;
    color: #666 !important;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

    .scroll-to-top:after {
        content: '';
        height: 21px;
        width: 2px;
        background: #666;
        display: inherit;
        position: absolute;
        bottom: 2px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: -20px;
    }

    .scroll-to-top:hover {
        color: #c44860 !important;
    }


.category-Area .catItem {
    margin: 0.25rem;
    border: 1px solid #e7e7e7;
}

    .category-Area .catItem:hover {
        border: 1px solid #c5c5c5;
    }

    .category-Area .catItem img {
        max-width: 100%;
    }

    .category-Area .catItem a:hover .catItemContent {
        transform: translateY(10px);
    }

    .category-Area .catItem .catItemContent {
        position: absolute;
        top: 5px;
        inset-inline-start: 20px;
    }

.category-Area .catItemCenter {
    background: linear-gradient(#e0a2ae,#f7d3ba);
    padding: 0.75rem;
}

    .category-Area .catItemCenter .catItemContent {
        position: absolute;
        top: 60% !important;
        inset-inline-start: 35%;
        text-align: center;
    }

.category-Area .catItemContent h2 {
    color: #c54860;
    font-size: 1.3rem;
    text-decoration: underline;
    text-underline-offset: 8px;
    margin: 0.35rem;
}

.category-Area .catItemContent > span {
    color: #333;
}


.btnst1 {
    background: linear-gradient(180deg, #c54961, #eda37f);
    border-radius: 50px;
    color: #fff !important;
    border: none;
    padding: 0.65rem 1.5rem;
}

    .btnst1 .fa {
        vertical-align: middle;
        font-size: 0.65rem;
    }

    .btnst1:hover {
        background: linear-gradient(0deg,#e0a2ae,#f7d3ba);
        border-radius: 50px;
        padding: 0.65rem 1.5rem;
        color: #333 !important;
    }

.section-titr h2 {
    font-weight: bold;
    font-size: 1.6rem;
    color: #333;
    position: relative;
    margin: 2rem 0;
}

    .section-titr h2:before {
        content: '';
        background-color: #c54860;
        position: absolute;
        bottom: -18px;
        left: 48%;
        right: auto;
        height: 2px;
        width: 50px;
    }

.product-Item {
    text-align: center;
    margin: 0.5rem 0;
}

    .product-Item:hover .pr-image {
        filter: drop-shadow(0px 0px 4px #878787);
    }

.badge {
    background: linear-gradient(180deg, #c54961, #eda37f);
    color: #fff;
}

.product-Item .pr-title {
    color: #333;
    font-size: 1.3rem;
    margin-top: 0.75rem;
}

.product-Item .mainprice {
    color: #6d6b6c;
    text-decoration: line-through;
}

.product-Item .finalprice {
    color: #c44860;
}

.footer-main {
    background: linear-gradient(270deg, #ffe5ea, #f7d3ba);
    color: #333;
}

    .footer-main .foot-address {
        text-align: center;
        padding: 2rem 1rem;
    }

        .footer-main .foot-address .postalcode {
            color: #c44860;
        }

    .footer-main .foot-center {
        padding: 2rem 1rem;
    }

    .footer-main .foot-namad {
        text-align: center;
        background: url(../images/footlower.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 2rem 1rem;
    }

    .footer-main .foot-CR {
        text-align: center;
        padding: 0.5rem 0;
    }

        .footer-main .foot-CR a {
            color: #c44860;
        }

            .footer-main .foot-CR a:hover {
                color: #000;
            }

@media (max-width: 767px) {
    .footer-main .foot-center {
        text-align: center;
    }
}

.topbanner {
    height: 150px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.filters {
    padding: 1rem 0;
}

    .filters a {
        background: #ebebeb;
        color: #000;
        border-radius: 7px;
        padding: 0.5rem;
        font-size: 11px;
        margin: 2px 0;
        display: inline-block;
    }

        .filters a:hover {
            color: #c44860;
        }

        .filters a .fa {
            color: #c44860;
            font-size: 1rem;
            margin: 0 2px;
        }


/*************item page*************/
.p-details {
    padding: 1rem;
}

    .p-details .p-name {
        font-weight: 900;
        color: #333;
        font-size: 1.9rem;
    }

    .p-details .p-category {
        color: #b2b2b2;
        margin: 1rem 0;
    }

    .p-details .p-discount del {
        color: #6d6b6c;
        margin: 1rem;
        font-weight: bold;
        font-size: 1.8rem;
    }

    .p-details .p-finalprice {
        color: #c44860;
        margin: 1rem;
        font-weight: bold;
        font-size: 2rem;
    }

.badgecir {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.user-info {
    padding: 0 1rem;
}

.user-info ul {
    list-style: none;
    padding:0;
}

    .user-info ul li {
        padding: 0.75rem 0;
    }

        .user-info ul li span {
            color: #000;
        }

.userinfolist {
    list-style: none;
    padding: 0.5rem 0.75rem;
}

    .userinfolist li {
        padding: 0.5rem 0;
    }

        .userinfolist li a:hover {
            color: #c44860;
            font-weight: bold;
        }

.order-item {
    border-radius: 13px;
    border-inline-start: 3px solid #c44860;
}

    .order-item div {
        padding: 0.25rem 0;
    }


.filter-categories__item{
    padding:10px !important;
}

.filter-categories__item--child {
    padding: 10px 25px 10px 10px !important;
}

.selectopt.active {
    border: 1px solid #e08675;
    background: #ebccc3;
    color: black;
}