﻿body {
    padding-bottom: 20px;
    font-family: "IRANsans" !important;
    font-weight:300;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.middleImage {
    max-width: 100%;
    border-radius: 16px;
}

.productImage {
    max-width: 100%;
}
.boxcat {
    border: 1px solid #f0f0f1;
    border-radius: 20px;
}
.product-back {
    background: linear-gradient(36deg, rgb(143 253 192) 0%, rgb(198 198 247) 35%, rgb(235 252 255) 100%);
    width: 150px;
    height: 150px;
    margin: auto;
    display: block;
    border-radius: 50%;
}

    .product-back img {
        box-shadow: 0 0 20px 0px #938a8a;
    }

.catImage {
    background: linear-gradient(181deg, rgb(255 255 255) 0%, rgb(255 255 255) 35%, rgb(237 237 237) 100%);
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 50%;
    margin: auto;
}

    .catImage img {
        width: 100%;
        border-radius: 20px;
    }

.aboutSection {
    background-color: #e11734;
    padding: 50px;
    text-align: justify;
}

.companylogo {
    align-items: center;
    text-align: center;
    background-color: #435252;
    justify-content: space-around;
}

.product {
    border: 1px solid #f0f0f1;
    text-align: center;
   
}

    .product h6 {
        padding-top: 30px;
        font-size: 0.9rem;
        line-height: 2.17;
    }

    .product p {
        font-size: 0.8rem;
        line-height: 2.17;
    }

    .product img {
        max-height: 250px;
        max-width: 250px;
    }

.category {
}

    .category ul {
        border: 1px solid #f0f0f1;
        border-radius: 16px;
        list-style: none;
        line-height: 2.7;
    }

        .category ul li {
            border-bottom: 1px solid #f0f0f1;
            padding-top: 14px;
            padding-bottom: 14px;
            justify-content: space-between;
            align-items: center;
            display: flex;
        }

            .category ul li a {
                text-decoration: none;
            }
.searchbox {
    border-radius: 8px;
    background-color: #f0f0f1;
    border: 1px solid #d5d5d9;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    margin-left:10px;
}
.searchbox input {
 
    background-color: inherit;
    border: none;
    padding: 4px;
}
.nav-link {
    display: inline-flex;
    align-items: center;
}
.subMenu {
    border-bottom: 1px solid #f0f0f1;
    padding-top: 7px;
    padding-bottom: 7px;
}
.subMenu a:hover {
    border-right: 3px solid green;
}