
.coustom-color {
    background-color: rgb(18, 70, 105);
    color: #fff
}

.coustom-color:hover {
    background-color: rgb(15, 57, 85);
    color: #fff
}

.background-table {
    background-color: rgb(243, 238, 238);
}

.background-color-two {
    background-color: #125a69;
}

.background-table-one {
    background-color: rgb(243, 159, 50);
}

th {
    font-size: 40px;
    font-weight: bold;

}

.circle {
    width: 70px;
    height: 70px;
    background-color: #e0141e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto 30px;

}

.image-container {
    margin: 0 auto;
    /*width: 100%;*/
    /*height: 100px;*/
    overflow: hidden;
}

.image-container-footer {
    margin: 0 auto;

}

.image-container-products {
    margin: 0 auto;
    width: 324;
    /* ابعاد مورد نظر خود را تنظیم کنید */
    height: 202px;
    /* ابعاد مورد نظر خود را تنظیم کنید */
    overflow: hidden;
    /* برش تصویرهای اضافی در صورت نیاز */

}

.formComment {
    margin: 30px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid rgb(214, 213, 213);
}

.form-group {
    margin: 40px 20px;
}

.number {
    display: inline-block;
}

.rating-box {
    position: relative;
    background: #fff;
    padding: 25px 50px 35px;
    border-radius: 25px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.rating-box header {
    font-size: 22px;
    color: #dadada;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.rating-box .stars {
    display: flex;
    align-items: center;
    gap: 25px;
}

.stars i {
    color: #e6e6e6;
    font-size: 35px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.stars i.active {
    color: #ff9c1a;
}

.language-selector {
    margin: 20px;
}

#language-list {
    list-style-type: none;
    padding: 0;
    display: flex;
}

#language-list li {
    margin-right: 10px;
}

#content {
    text-align: center;
}

.ml-3 {
    margin-left: 5px;
}

.mr-3 {
    margin-left: 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.sub-dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
}
.tag i {
    cursor: pointer;
    margin-left: 5px;
}
.dropdown:hover .sub-dropdown {
    display: block;
}

.sub-dropdown li {
    padding: 10px;
    text-align: center;
}

.sub-dropdown li:hover {
    background-color: #f1f1f1;
}

.span-coustom {
    background-color: #024b86;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 5px 5px ;
    text-transform: uppercase;
}
.span-coustom2 {
    background-color: #076fc4;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 5px 5px ;
    text-transform: uppercase;
}
.marginCoustom a {
    margin-bottom: 5px;
    margin-top: 5px;
}
.home-link-header{
    margin-right: 20px;
    text-decoration: none;
}

.home-dropdown{
    direction: ltr;

}
.home-dropdown a{
    text-decoration: none;

}
.image-full img{
    width: 100%;
    height: 100%;
}
.image-border img{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.card-home {
    background-color: #f2f2fd;
    border-radius:10px;
    ;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.card-home img {
    filter: grayscale(80%) contrast(0.9) brightness(0.95) saturate(0.4);
    transition: filter 0.3s ease
}
.card-home:hover img {
    filter: grayscale(0%) contrast(1) brightness(1) saturate(.8);
    }
.strok{
    -webkit-text-stroke: 1px white;
    text-stroke: 1px black;
}
.border-radius-home-40 {
    border-radius: 40px;
}
.tag-category{
    margin-top: 13px;
    display: inline-block

}
.border-category-tag {
    border: 2px solid #000000;
}
.main-pic {
    background-image: url('/assets/media/1000066771.jpg')

}
.horizontal-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.horizontal-menu li {
    float: left;
}

.horizontal-menu li a {
    margin-left:15px;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.coustom-green{
    background-color:#1ab744
}
.coustom-green:hover{
    background-color:#1ab744
}
.coustom-red{
    background-color:red
}
.coustom-red:hover{
    background-color:red
}
.coustom-navbar {
    font-size: 15px;
    /* margin: 10px; */
    /* margin-top: 20px; */
}
.search-box{
    width: 800px;
    margin-top: 30px;

}
.coustom-navbar a{
    margin:20px 20px;
}
.about-company {
    margin: 0 60px
}

.product-img img{
    width :850px;
}
.coustom-span-category{
    background-color: #ffffff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #024b86;
    line-height: 25px;
    font-size: 16px;
}
.coustom-span-category-green{
    background-color: #03af0c;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #ffffff;
    line-height: 25px;
    font-size: 16px;
}





@media screen and (min-width: 768px) and (max-width: 1500px) {
    .col-lg-8{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-lg-4{
        flex: 0 0 auto;
        width: 100%;
    }
}



@media (max-width: 767px) {
    .top-header{
        text-align: center;
    }
    .fs-sm-3{
        font-size: 10px;
    }
    .coustom-navbar a{
        margin:5px 20px;
    }
    .background-image-home {
        /* margin-top: 100px; */
        /* width: 100%; */
    }
    .search-box{
        max-width: 80%;
        margin-top: 10px;
    }
    .min-h-lg-500px{
        min-height: 5px !important;
    }
    .min-h-350px {
        min-height: 5px !important;
    }
    .main-pic {
        background-image: url('/assets/media/1000066771.jpg');
        width: 100%;
        object-fit: none;
        vertical-align: middle;
    }
    .bgi-size-contain{
        background-size:400px 220px;
        background-repeat: no-repeat;
    }
    .text-center-mobile {
        text-align: center !important;
    }
    .about-company {
        margin: 0 10px;
       text-align: center;
       text-align: justify; /* تراز به چپ و راست متن */
        text-justify: inter-word;

    }
    .about-company-text {
       text-align: center;
    }
    .banner-footer img{
        width: 100%;
        height: 40px;
    }
    .span-coustom {
        background-color: #024b86;
        color: #ffffff;
        padding: 5px 3px !important;
        border-radius: 4px;
        margin: 3px 1px;
        text-transform: uppercase;
    }
    .mt-mobile{
        margin-top: 10px;
    }
    .text-center-mobile {
        text-align: center;
        margin-left: 0px;

    }
    .product-img img{
        max-width: 100%;
        max-height: 300px;
    }
    .coustom-span-category{
        background-color: #ffffff;
        border-radius: 100%;
        width: 11px;
        height: 11px;
        margin-right: 5px;
        color: #024b86;
        line-height: 14px;
        font-size: 12px;
    }
  }
  .badge-coustom:after{
    content:attr(value);
    font-size:12px;
    color: #fff;
    background: red;
    border-radius:50%;
    padding: 0 5px;
    position:relative;
    left:-8px;
    top:-10px;
    opacity:0.9;
}
.top-header{
    background-color: #024b86;
}
.main-header{
    background-color: #012543;
}
.main-header a{
    color: #ffffff;
}

