
@font-face {
    font-family: IRANSansx;
    font-style: normal;
    font-weight: 100;
    src: url('../../fonts/iransansx/woff/IRANSansXFaNum-Thin.woff') format('woff');
}
@font-face {
    font-family: IRANSansx;
    font-style: normal;
    font-weight: 200;
    src: url('../../fonts/iransansx/woff/IRANSansXFaNum-UltraLight.woff') format('woff');
}
@font-face {
    font-family: IRANSansx;
    font-style: normal;
    font-weight: 300;
    src: url('../../fonts/iransansx/woff/IRANSansXFaNum-Light.woff') format('woff');
}
@font-face {
    font-family: IRANSansx;
    font-style: normal;
    font-weight: 500;
    src: url('../../fonts/iransansx/woff/IRANSansXFaNum-Medium.woff') format('woff');
}
@font-face {
    font-family: IRANSansx;
    font-style: normal;
    font-weight: 600;
    src: url('../../fonts/iransansx/woff/IRANSansXFaNum-DemiBold.woff') format('woff');
}
@font-face {
    font-family: IRANSansx;
    font-style: normal;
    font-weight: 800;
    src: url('../../fonts/iransansx/woff/IRANSansXFaNum-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: IRANSansx;
    font-style: normal;
    font-weight: 900;
    src: url('../../fonts/iransansx/woff/IRANSansXFaNum-Black.woff') format('woff');
}
@font-face {
    font-family: IRANSansx;
    font-style: normal;
    font-weight: bold;
    src: url('../../fonts/iransansx/woff/IRANSansXFaNum-Bold.woff') format('woff');
}
@font-face {
    font-family: IRANSansx;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/iransansx/woff/IRANSansXFaNum-Regular.woff') format('woff');
}
:root{
    --wd-arrow-radius:6px;
    
}




.category-grid-item .wd-cat-image {
    margin: 3px !important;
}


[class*="wd-underline-colored"] u {
    color: #1c79c8;
    background: rgba(28, 121, 200, 0.08);
    border-right: 5px solid #1c79c8;
    padding-right: 5px;
}


.order-icons .phone .wd-info-box .info-box-content{
		background:var(--wd-primary-color);
}

.order-icons .telegram .wd-info-box .info-box-content{
		background: #1eaff5;
}


.order-icons .whatsapp .wd-info-box .info-box-content{
		background: #128d85;
}


.order-icons .bale .wd-info-box .info-box-content{
		background: #39c59d;
}


.order-icons .eita  .wd-info-box .info-box-content{
		background: #fd730a;
}


.order-icons .wd-info-box .info-box-content {
    --wd-tags-mb: 10px;
    position: relative;
    flex: 1 1 auto;
    border-radius: var(--wd-brd-radius);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    height: 50px;
    align-content: center;

}


.order-icons .wd-info-box .box-icon-wrapper{
	    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
	border-radius: var(--wd-brd-radius);
}
.yw-products-table-wrap {
    direction: rtl;
    margin-top: 20px;
}

.yw-brand-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.yw-brand-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    background: #022F61;
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 700;
    transition: 0.2s;
}

.yw-brand-btn:hover {
    background: #1C79C8;
    color: #fff !important;
}

.yw-brand-section {
    scroll-margin-top: 120px;
    margin-bottom: 45px;
}

.yw-brand-title {
    background: #022F61;
    color: #fff;
    padding: 14px 18px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
}

.yw-products-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    background: #fff;
    min-width: 800px;
}

.yw-products-table th {
    background: #f2f2f2;
    color: #222;
    padding: 14px 10px;
    font-weight: 700;
    border: 1px solid #ddd;
}

.yw-products-table td {
    padding: 16px 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.yw-products-table tr:nth-child(even) {
    background: #fafafa;
}

.yw-products-table a {
    color: #222;
    font-weight: 600;
    text-decoration: none;
}

.yw-products-table a:hover {
    color: #155a9c;
}

@media (max-width: 768px) {
    .yw-brand-section {
        overflow-x: auto;
    }

    .yw-products-table {
        min-width: 700px;
    }
}