.product-card-info {
    padding: 0;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.product-card {
    direction: rtl !important;
    margin-bottom: 15px;
}

.product-card-info li {
    display: inline-block;
    margin-left: 10px;
}

    .product-card-info li:last-child {
        border-right: 1px solid #000;
        padding-right: 10px;
    }

    .product-card-info li i {
        color: #f1bf0a;
    }

.bold {
    font-weight: bold;
}

#offer {
    padding: 50px 0;
    background: rgb(255, 153, 0);
    background: linear-gradient(90deg, rgba(255, 153, 0, 1) 0%, rgba(255, 66, 10, 1) 100%);
}

.product-card {
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 10px;
    background: #fff;
}

.product-title {
    font-size: 17px;
    direction: rtl;
    font-weight: bold;
}

    .product-title a:hover {
        color: #d82b2b;
    }

    .product-title a {
        color: #323232;
        text-decoration: none;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
    }

.product-dsc {
    padding: 10px;
}

span.price {
    font-weight: bold;
    color: #585858;
    display: block;
}

.price.old {
    text-decoration: line-through;
    font-weight: normal;
    color: #afafaf;
}

.product-category {
    font-size: 11px;
    display: block;
    margin: 10px auto;
    position: relative;
}

    .product-category a:hover {
        color: #d82b2b;
    }

a.btn-all-product {
    position: absolute;
    left: 0;
    bottom: 4px;
    background: #696969;
    padding: 9px;
    color: #fff !important;
    font-weight: bold;
    border-radius: 3px;
}

    a.btn-all-product:hover {
        background: #2f2f2f;
        color: #fff;
        text-decoration: none;
    }

.product-category a {
    color: #323232;
    text-decoration: none;
}

.product-full-dsc {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    margin: 15px auto;
}

section#product {
    background: #f7f7f7;
}

section#product-view {
    background: #f7f7f7;
    padding: 30px 0;
}

.product-content a {
    color: #d40d0d;
}

    .product-content a:hover {
        color: #ff0000;
        text-decoration: underline;
    }

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: center;
    caption-side: top;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.product-category .title {
    text-align: revert;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin: 15px auto;
    padding-bottom: 10px;
}

.product-category-title {
    display: block;
    margin: 15px auto;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    font-weight: bold;
}

#product-category {
    background: #f7f7f7;
    padding: 50px 0;
}

ul.tag-list {
    padding: 0;
    list-style-type: none;
}

    ul.tag-list li a {
        display: block;
        margin: 10px auto;
        /* border: 1px dashed #bbb; */
        background: #328e53;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        padding: 10px 5px;
        border-radius: 3px;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

        ul.tag-list li a:hover {
            background: #40af68;
        }


a.my-tag {
    display: block;
    padding: 10px 5px;
    text-align: center;
    background: #2fb4c1;
    margin: 5px auto;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    text-decoration: none;
}

    a.my-tag:hover {
        background: #11b0bf;
    }

section #all-tags {
    padding: 30px 0;
}

.product-box-dsc {
    background: #fff;
    padding: 10px;
    min-height: 350px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}


@media (min-width: 0px) and (max-width: 768px) {
    .product-title a {
        font-size: 9px;
        font-weight: bold;
    }
}

.product-category-content img {
    max-width: 100%;
    height: auto;
}


.product-content img {
    max-width: 100% !important;
    height: auto;
}
.product-image {
    border-radius: 5px;
    margin: 10px 0;
}