.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px !important;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.row>* {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters>* {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col {
    flex: 1 0 0%;
}


.col-1 {
    width: 8.333%;
}

.col-2 {
    width: 16.666%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333%;
}

.col-5 {
    width: 41.666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333%;
}

.col-8 {
    width: 66.666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333%;
}

.col-11 {
    width: 91.666%;
}

.col-12 {
    width: 100%;
}


@media (min-width: 576px) {
    .col-sm-1 {
        width: 8.333%;
    }

    .col-sm-2 {
        width: 16.666%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.333%;
    }

    .col-sm-5 {
        width: 41.666%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333%;
    }

    .col-sm-8 {
        width: 66.666%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.333%;
    }

    .col-sm-11 {
        width: 91.666%;
    }

    .col-sm-12 {
        width: 100%;
    }
}


@media (min-width: 768px) {
    .col-md-1 {
        width: 8.333%;
    }

    .col-md-2 {
        width: 16.666%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333%;
    }

    .col-md-5 {
        width: 41.666%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333%;
    }

    .col-md-8 {
        width: 66.666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.333%;
    }

    .col-md-11 {
        width: 91.666%;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        width: 8.333%;
    }

    .col-lg-2 {
        width: 16.666%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.333%;
    }

    .col-lg-5 {
        width: 41.666%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333%;
    }

    .col-lg-8 {
        width: 66.666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.333%;
    }

    .col-lg-11 {
        width: 91.666%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        width: 8.333%;
    }

    .col-xl-2 {
        width: 16.666%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.333%;
    }

    .col-xl-5 {
        width: 41.666%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.333%;
    }

    .col-xl-8 {
        width: 66.666%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.333%;
    }

    .col-xl-11 {
        width: 91.666%;
    }

    .col-xl-12 {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-1 {
        width: 8.333%;
    }

    .col-xxl-2 {
        width: 16.666%;
    }

    .col-xxl-3 {
        width: 25%;
    }

    .col-xxl-4 {
        width: 33.333%;
    }

    .col-xxl-5 {
        width: 41.666%;
    }

    .col-xxl-6 {
        width: 50%;
    }

    .col-xxl-7 {
        width: 58.333%;
    }

    .col-xxl-8 {
        width: 66.666%;
    }

    .col-xxl-9 {
        width: 75%;
    }

    .col-xxl-10 {
        width: 83.333%;
    }

    .col-xxl-11 {
        width: 91.666%;
    }

    .col-xxl-12 {
        width: 100%;
    }
}

.container {
    max-width: 1280px !important;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

body {
    font-family: 'Cormorant Garamond', serif;
}










/* ------------ */

/* custom css area */

/* ------------ */







.faded-border {
    position: relative;
    padding-bottom: 20px;
    /* فضای لازم برای خط */
}

.faded-border::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    /* ضخامت خط */
    background: linear-gradient(to right,
            transparent 0%,
            #1616166c 30%,
            /* رنگ خط وسط */
            #1616166c 70%,
            transparent 100%);
}

.tab-hover {
    position: relative;
    cursor: pointer;
}

.tab-hover::after,
.tab-hover::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 12px;
    background-image: url('img/tab-hover.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    right: 50%;
    transition:
        transform 0.3s ease,
        scale 0.3s ease,
        top 0.3s ease,
        bottom 0.3s ease;
    scale: 0;
}

.tab-hover::after {
    bottom: -10px;
    transform: translate(50%, 0px);
}

.tab-hover::before {
    top: -10px;
    transform: translate(50%, 0px) rotate(180deg);
}


.tab-hover:hover::after {
    bottom: -7px;
    scale: 1;
}

.tab-hover:hover::before {
    top: -7px;
    scale: 1;
}

#product-card {
    transform: translateY(0px);
    transition: transform 0.3s ease;
}

#product-card:hover {
    transform: translateY(-7px);
}

#product-card:hover #add-to-cart-btn {
    bottom: -35px;
    transition: all 0.3s ease;
}

#product-card:hover #view-details-btn {
    bottom: 10px;
    transition: all 0.3s ease;
}

#product-card:hover #config-wish-like {
    opacity: 1;
    transition: all 0.3s ease;
}

#tabs div {
    background-color: unset !important;
}



/* --------- */