﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 25px;
    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 widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
/*    max-width: 280px;
*/}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}


.ltr-input {
    direction: ltr;
    text-align: left;
}

.spec-table, .size-table {
    border-collapse: collapse;
    width: 100%;
    direction: rtl;
    margin-top: 10px;
}

    .spec-table td, .size-table td,
    .spec-table th, .size-table th {
        border: 1px solid #ccc;
        padding: 6px 10px;
    }

    .spec-table th, .size-table th {
        background-color: #f5f5f5;
    }

body, button, input, select, textarea {
    font-family: 'Vazirmatn', sans-serif;
}


@font-face {
    font-family: 'Vazirmatn';
    src: url('/Content/fonts/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/Content/fonts/Vazirmatn-ExtraLight.woff2') format('woff2');
    font-weight: 200;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/Content/fonts/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/Content/fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/Content/fonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/Content/fonts/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/Content/fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/Content/fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/Content/fonts/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
}


.valueText {
    direction: rtl;
    text-align: right;
    white-space: normal;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    align-items: start;
}

.image-item {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
}

    .image-item img {
        width: 100%;
        height: auto;
        border-radius: 4px;
        margin-bottom: 8px;
    }

    .image-item select {
        width: 100%;
    }

