@font-face {
    font-family: iransans;
    src: url(/Content/vi/fonts/iransans/woff/IRANSansWeb.woff), url(/Content/vi/fonts/iransans/woff2/IRANSansWeb.woff2);
}

@font-face {
    font-family: iransans-bold;
    src: url(/Content/vi/fonts/iransans/woff/IRANSansWeb_Bold.woff), url(/Content/vi/fonts/iransans/woff2/IRANSansWeb_Bold.woff2);
}

* {
    font-family: iransans;
}

body {
/*    padding-top: 60px;
*/    background-color: #f6f1eb;
}

.reset {
    all: unset;
}

.default-background-color {
    background-color: #f6f1eb;
}

.font-bold {
    font-family: iransans-bold;
}

input[type="text"] {
    background-color: #fffcf7;
    color: #262626 !important;
    font-size: 10pt;
    line-height: 23px;
}

.accordion-button {
    background: #fffcf7 !important;
}

button.btn-IQ {
    background-color: #606060 !important;
    color: #fffcf7;
    font-size: 1.3rem !important;
    height: 37px !important;
}

.fs-4 {
    color: #262626;
    font-size: 1.7rem !important;
    text-align: right;
    font-weight: bold;
    margin-top: 15px !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    background-color: #fffcf7 !important;
    color: #fffcf7;
    font-size: 9pt !important;
    -ms-word-break: normal;
    word-break: normal;
    line-height: 20px !important;
}

option:not(:checked) {
    background-color: white !important;
    color: #000;
}

.WordSection h1 {
    font-size: 15pt;
    font-family: iransans-bold;
    text-align: initial;
    margin-top: 30px;
}

.WordSection h2 {
    font-size: 13pt;
    font-family: iransans-bold;
    margin-top: 30px;
}

.WordSection p {
    font-size: 11pt;
    font-family: iransans;
    text-align: justify;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .offcanvas {
        visibility: visible;
        position: relative;
        background: none;
        border: none;
        justify-content: right;
        color: red;
    }
}

@media (max-width: 992px) {
    .offcanvas {
        width: 250px !important;
        z-index: 1060;
    }

    .offcanvas-start-lg {
        top: 0;
        right: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        transform: translateY(-100%);
    }
}

a {
    text-decoration: none;
}

.navbar-nav li a {
    color: #252424 !important;
}

/* Home page Collections Section */
.collections-section {
    border-color: transparent;
}

    .collections-section .card-title {
        font-family: iransans-bold;
        font-size: 11pt;
    }

    .collections-section .card-text {
        font-family: iransans-bold;
        font-size: 10pt;
    }

/* Home page carpets section */
.carpets-section .card {
    text-align: center;
    font-size: 9pt;
    background-color: #fffcf7;
    border-color: transparent;
    border-radius: 0.0rem;
}

    .carpets-section .card .card-img-top {
        border-radius: 0.0rem;
    }

    .carpets-section .card .card-title {
        font-family: iransans-bold;
        font-weight: bold;
        font-size: 10pt;
        line-height: 27px;
    }

    .carpets-section .card .card-text {
        font-size: 10pt;
        line-height: 27px;
        height: 110px;
    }

/* Rugs page carpets section */
.Rugs-section .card {
    text-align: center;
    font-size: 7pt;
    background-color: #fffcf7;
    border-color: transparent;
    border-radius: 0.0rem;
}

    .Rugs-section .card .card-img-top {
        border-radius: 0.0rem;
    }

    .Rugs-section .card .card-title {
        font-family: iransans-bold;
        font-weight: bold;
        font-size: 9pt;
        margin-top: -10px;
    }

    .Rugs-section .card .card-text {
        font-size: 8pt;
        line-height: 16px;
        height: 70px;
        margin-top: -10px;
    }

/* Home page event section */
.events-section .card {
    text-align: center;
    font-size: 10pt;
    background-color: #fffcf7;
    border-color: transparent;
    border-radius: 0.0rem;
}

    .events-section .card .card-img-top {
        border-radius: 0.0rem;
        object-fit: contain;
    }

    .events-section .card .card-title {
        line-height: 27px;
    }


/* end of Home page event section */
/*pagination*/
/*end of pagination*/
.imagefixHeight img {
    height: 170px;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0.0rem;
}

    .dropdown-menu .dropdown-item {
        font-size: 10pt;
    }

.navbar-nav li:hover > .dropdown-menu {
    display: block;
}

#language:hover > .dropdown-menu {
    display: block;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .iq_carpet_card {
        width: auto;
    }
}

/* Medium devices (tablets, 768px and up) */
/*@media (min-width: 768px) {
    body {
        padding-top: 60px;
    }
}*/

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
/*    body {
        padding-top: 90px;
    }*/

    .iq_carpet_card {
        text-align: center;
        line-height: 13px;
        font-size: 10pt;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
/*@media (min-width: 1200px) {
    body {
        padding-top: 90px;
    }
}
*/
/* XX-Large devices (larger desktops, 1400px and up) */
/*@media (min-width: 1400px) {
    body {
        padding-top: 90px;
    }
}*/

.collections .card {
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
}

    .collections .card h1,
    h6 {
        color: white;
    }

.cert-inquiry-result .col {
    padding: 10px 10px 10px 10px;
}

.cert-inquiry-result .rtl {
    direction: rtl;
}

.cert-inquiry-result .ltr {
    direction: ltr;
}

.cert-inquiry-result .caption-fa {
    font-family: iransans-bold;
}

.cert-inquiry-result .val-fa {
    font-size: 10pt;
}

.cert-inquiry-result .caption-en {
    font-family: iransans-bold;
}

.cert-inquiry-result .val-en {
    font-size: 10pt;
}

.rugs-advance-search {
    font-size: 10pt;
}

    .rugs-advance-search .col {
        margin: 0px;
        margin-bottom: 2px;
        font-size: 10pt;
    }

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #707070 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .active span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff !important;
    border: 1px solid #707070;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.accordion-button:not(.collapsed) {
    color: #707070;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #eee !important;
    border-color: #fff !important;
}
@media (min-width: 768px) {
    .gallerist {
        margin-bottom: 2rem !important;
    }
}
@media (min-width: 480px) {
    .event-item-box {
        margin: 4px !important;
        width: 47% !important;
    }
}
.event-item-box {
    margin-bottom: 30px;
}