﻿.category-boxes-layout-2 {
    margin: 0px !important;
}
/*********** ORDER ADD REMOVE BUTTON**********/
.order-summary-content .remove-from-cart > input[type='checkbox'] {
    display: none;
}

.change-phonenumber a::before {
    content: "\e922" !important;
}

.notices a::before {
    content: "\e928" !important;
}

.order-summary-content .ico {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.order-summary-content .remove-from-cart > .ico-delete {
    background: url('../img/delete_out.png') center no-repeat;
    background-size: 35px,35px;
}

    .order-summary-content .remove-from-cart > .ico-delete:hover {
        background: url('../img/delete_out_h.png') center no-repeat;
        background-size: 35px,35px;
    }

/*********** WISHLIST ADD REMOVE BUTTON**********/
.wishlist-content .remove-from-cart > input[type='checkbox'] {
    display: none;
}

.wishlist-content .ico {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.wishlist-content .remove-from-cart > .ico-delete {
    background: url('../img/delete_out.png') center no-repeat;
    background-size: 35px,35px;
}

    .wishlist-content .remove-from-cart > .ico-delete:hover {
        background: url('../img/delete_out_h.png') center no-repeat;
        background-size: 35px,35px;
    }


/*********** CHANGE FONT**********/
@font-face {
    font-family: Vazir;
    src: url('Font/Farsi-Digits/Vazir-FD.eot');
    src: url('../fonts/Vazir-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir-FD.woff') format('woff'), url('../fonts/Vazir-FD.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Bold-FD.eot');
    src: url('../fonts/Vazir-Bold-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir-Bold-FD.woff') format('woff'), url('../fonts/Vazir-Bold-FD.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Light-FD.eot');
    src: url('../fonts/Vazir-Light-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir-Light-FD.woff') format('woff'), url('../fonts/Vazir-Light-FD.ttf') format('truetype');
    font-weight: 300;
}

body {
    font: normal 14px Vazir, Arial, Helvetica, sans-serif !important;
}

input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    font: normal 14px Vazir, Arial, Helvetica, sans-serif !important;
}

.selected-value .attribute-square:before {
    border: 1px solid var(--theme-color) !important;
}

.selected-value .attribute-square:after {
    color: var(--theme-color) !important;
    opacity: 0.8 !important;
}

.gallery .picture-thumbs {
    max-height: 350px !important;
    overflow-y: auto !important;
    margin: 0px 30px 15px !important;
}


.quickView .thumbnails {
    overflow-y: auto !important;
    max-height: 350px !important;
}

    .quickView .thumbnails a {
        width: calc(33.333% - 6.666px) !important;
    }

.add-to-cart-panel {
    direction: ltr !important;
}

.add-to-cart-button {
    padding: 14px 24px !important;
    font-size: 15px !important;
    font-weight: normal !important;
    direction: rtl;
    display: flex !important;
}

.quickView .add-to-cart {
    width: calc(100% - 80px) !important;
}

.productAddedToCartWindowSummary .button-1 {
    padding: 13px 25px !important;
}

.productAddedToCartWindowSummary a {
    padding: 13px 25px !important;
}

.product-grid-bestsellers .product-item .picture {
    position: relative;
}

.product-grid .item-box input.product-box-add-to-cart-button {
    font-weight: normal !important;
}


/* Sell of Day*/
.sale-of-the-day-offer .link span {
    font-weight: normal !important;
}

.quickView .links-panel a span {
    font-weight: normal !important;
}

.spc-categories .item-box input.product-box-add-to-cart-button {
    font-weight: normal !important;
}

.blog-posts .read-more, .news-list-page .read-more {
    font-weight: normal !important;
}

.sale-of-the-day-offer .title strong:hover {
    color: #aaa !important;
}

.sale-of-the-day-offer .title strong {
    color: var(--theme-color) !important;
}


.item-box .product-item .details .prices {
    display: grid !important;
}

.custom .sale-of-the-day-offer {
    position: absolute !important;
    z-index: 999 !important;
    top: 0 !important;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

    .custom .sale-of-the-day-offer .timer-group {
        width: calc(25% - 9px) !important;
    }

    .custom .sale-of-the-day-offer .timer-info-box {
        font-size: 16px !important;
    }

.also-purchased-products-grid .sale-of-the-day-offer .timer-group {
    width: 32px !important;
}

.also-purchased-products-grid .sale-of-the-day-offer .timer-info-box {
    font-size: 12px !important;
}

.also-purchased-products-grid .sale-of-the-day-offer .timer-info-text {
    font-size: 10px !important;
}

.also-purchased-products-grid .center-name {
    font-size: 10px !important;
}


.also-purchased-products-grid .custom .seconds {
    display: none;
}

.product-bundle-category-name {
    color: #fff !important;
    font-size: 10px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    border: none;
    background-color: var(--theme-color) !important;
}

.product-item .sale-of-the-day-offer {
    opacity: 1;
    transition: visibility 1s, opacity 0.3s linear;
}

.product-item:hover .sale-of-the-day-offer {
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}


.custom .countdown-timer {
    color: #fff !important;
    opacity: 0;
    animation: blinking 6s linear 3s infinite;
    background-color: var(--theme-color) !important;
}

.custom .sale-of-the-day-offer .timer-info-box {
    color: #fff !important;
}

.custom .product-bundle-category-name {
    opacity: 1;
    animation: blinking 6s linear infinite;
}

@keyframes blinking {
    from, 49.9% {
        opacity: 0;
    }

    50%, to {
        opacity: 1;
    }
}

.center-name {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}


.spc-categories .sale-of-the-day-offer .timer-group {
    width: 32px !important;
}

.spc-categories .sale-of-the-day-offer .timer-info-box {
    font-size: 12px !important;
}

.spc-categories .sale-of-the-day-offer .timer-info-text {
    font-size: 10px !important;
}

.spc-categories .center-name {
    font-size: 10px !important;
}

.custom .sale-of-the-day-offer .overview {
    padding-top: 0 !important;
    width: 100%;
    padding-top: 0px;
    position: absolute;
    padding: 0 3% 0;
}


.custom .sale-of-the-day-offer .countdown-timer {
    margin: 0 -10% 0 !important;
}

.spc-categories .custom .seconds {
    display: none;
}

.custom .sale-of-the-day-offer .countdown-timer {
    padding: 7px 0;
    display: block !important;
}

.dtl-custom {
    margin: 0px !important;
    padding: 0px !important;
}

    .dtl-custom .overview {
        margin: 0px !important;
        padding: 0px !important;
        width: 100% !important;
        display: block !important;
    }
/* Sell of Day*/
@media (min-width: 1000px) {
    .cart-collaterals .deals {
        width: 100% !important;
    }
}

.mini-shopping-cart .buttons button:before {
    line-height: 14px !important;
}

.mini-shopping-cart .buttons button {
    padding: 14px 22px 20px 35px !important;
}

.out-of-stack {
    background: var(--theme-color) !important;
    color: white;
    padding: 4px 10px;
    position: absolute;
    z-index: 222;
    top: 25px;
}

@media (min-width: 1260px) {
    .master-wrapper-page {
        background: url('../img/header.png') center top no-repeat;
        background-position-y: 25px;
    }

    .header-upper {
        min-height: 170px;
    }

    .header-logo a {
        right: 50px !important;
        left: 5px !important;
    }

    .header-links-wrapper {
        width: 100%;
        background: white;
        text-align: left;
    }

    .tab-to-list {
        padding: 40px;
        background: #fff;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .tab-to-list {
        padding: 0px !important;
    }
}

@media (max-width: 1260px) {
    .tab-to-list {
        padding: 10px;
        background: #fff;
        margin-bottom: 30px;
    }

    .responsive-logo-wrapper .logo {
        height: 50px !important;
        padding: 4px !important;
    }
}

.footer-upper {
    min-height: 600px;
    border: none !important;
    background: none;
}

.footer-lower {
    background: none;
    border: none !important;
    color: white;
    padding: 10px !important;
}

.footer {
    background: url('../img/footer.png') center bottom no-repeat;
}

@media (min-width: 1261px) {
    .footer-blocks-wrapper.left, .footer-blocks-wrapper.right {
        width: 50% !important;
    }
}

.bar-notification
{
    z-index: 2000!important ;

}

.enamad {
    text-align: left;
}

.sub-enamad {
    background: white;
    display: inline-block;
    border-radius: 5px;
    height: 110px;
    width: 100px;
    padding: 5px;
    margin-left: 20px;
}
