@font-face {
    font-family: 'farsi';
    src: url('./fonts/iransansxnum/bold.woff') format('woff');
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: 'farsi';
    src: url('./fonts/iransansxnum/normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media only screen and (min-width: 1070px) {
    .entry-content .alignwide {
        width: 1024px;
        max-width: 1024px;
         margin-right:auto; 
         margin-left:auto; 
    }
}


li.product img {
    height: 220px;
    object-fit: contain;
}

.product img {
    height: 350px;
    object-fit: contain;
}

div#text-5 p {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    gap: 2px;
}

div#text-5 p img{
    height:90px;
    object-fit:contain;
    width:85px;
    border:1px solid #eaeaea;
    background:#fff;
    padding:4px;
    border-radius:10px;
}

div.product {
    overflow: hidden;
}

.mrcatdev-section {
    margin:50px auto;
}

.mrcatdev-section h2{
    margin-bottom:20px;
}
span.view-all {
    float: left;
    font-size: 0.9rem;
    color: orange;
    display: inline-block;
		position:relative;
}
span.view-all:before {
    height: 10px;
    width: 10px;
    background: var(--e-global-color-secondary);
    content: "";
    position: absolute;
    right: -20px;
    top: 2px;
    display: block;
	animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        
         box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    70% {
        
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    } 
}
/*
body:not(.header-4).sticky-d .col-full-nav{
    overflow:hidden;
}
*/

.shadow-sm,
.mrcatdev .elementor-widget-wrap{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}


.etebar  a {
    border-radius: 10px;
    background:#fff;
    overflow:hidden;
}

.etebar{
    width:350px;
}

/* check out */

@media (max-width: 992px){
    .single-product .site .content-area {
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col2-set,.page-template-template-fullwidth-php .cart-collaterals .cross-sells {
        float: right;
        width: 47.8260869565%;
        margin-right: unset !important;
    }

    #order_review,#order_review_heading {
            clear: left;
    }
        
    body .col2-set .form-row-first {
        float: right;
        width: 48%;
        margin: 0;
    }
}


#billing_country_field{
    display:none;
}


body.rtl .woocommerce-error .button, body.rtl .woocommerce-info .button, body.rtl .woocommerce-message .button, body.rtl .woocommerce-noreviews .button, body.rtl p.no-comments .button {
    float: right;
}

.mrcatdev-nav-link a {
    color: #dc9814 !important;
    font-family: 'farsi';
    font-weight: bold;
    animation: pulse 3s infinite;
}

.woocommerce-card__header .product__categories {
    display: none;
}

.menu, a, p, span{
    font-family: 'farsi';
}

.mrcatdev img {
    height: 110px;
    object-fit: contain;
}

.mrcatdev a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    border: 1px solid #cbc6c6;
    object-fit: cover;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_variable.add_to_cart_button{
    background: transparent !important;
    border: 1px solid #222;
    color: #222 !important;
}


@media (max-width: 992px) {
    
    
}

.container-wrapper{
    overflow-x:hidden;
}

div#block-8 {
    display: flex;
    gap: 10px;
    justify-content: left;
}
