@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

@font-face {
    font-family: Tajawal-Medium;
    src: url('../font/Tajawal-Medium.woff')
}

@font-face {
    font-family: Tajawal-Light;
    src: url('../font/Tajawal-ExtraLight.woff')
}

@font-face {
    font-family: Tajawal-regular;
    src: url('../font/Tajawal-Regular.woff')
}

@font-face {
    font-family: Tajawal-bold;
    src: url('../font/Tajawal-Bold.woff')
}

.bold {
    font-family: Tajawal-Bold;
}

.regular {
    font-family: Tajawal-regular;
}

.medium {
    font-family: Tajawal-Medium;
}

.light {
    font-family: Tajawal-Light;
}

.body {
    font-family: 'Tajawal-Medium', sans-serif;
}

.rtl {
    direction: rtl;
    text-align: right;
    font-family: 'Tajawal-Medium', sans-serif;
}

.ltr {
    direction: ltr;
    text-align: left;
    font-family: sans-serif;
}

.list-group-item:hover {
    border: 0px;
}

.sidebar .sidebar-div .list-group .list-group-item {
    border: none;
    cursor: pointer;
}

.checkbox-label {
    font-size: 17px;
    padding-right: 5px;
}

:root {
    --sidebar-color: #F26932;
    --sidebar-bg2-color: #FFD200;
}

.clr-bg-orange {
    background: var(--sidebar-color);
    color: white !important;
}

.clr-orange {
    color: var(--sidebar-color);
}

.clr-bg-yellow {
    background: var(--sidebar-bg2-color);
    /* color: white; */
}

.btn-outline-none {
    box-shadow: none;
    outline: none;
    font-family: Tajawal-Regular;
}

.btn-outline-none:focus, .btn-outline-none:active {
    box-shadow: none;
    outline: none;
}

.accor-btn-text {
    font-size: 18px;
    font-family: Tajawal-medium;
}

.accor-btn-text .fa-caret-down {
    padding-top: 3px;
}

.rounded-4 {
    border-radius: 10px;
}

.clr-bg-gray {
    background: #F8F8F8;
    border: none;
}

.border-bottom-orange {
    border-bottom: 5px solid var(--sidebar-color);
}

.total-products {
    font-size: 22px;
    color: #4e4e4e;
    text-align: right;
    margin-bottom: 0px;
    font-family: 'Tajawal-Medium', sans-serif;
}

.bor-0 {
    border: 1px solid rgba(133, 133, 133, 0.3) !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.bor .bor-li {
    border: 1px solid rgba(133, 133, 133, 0.3) !important;
    font-family: Tajawal-Regular;

}

.hadiya input {
    /* width: 36px; */
    border: 1px solid rgba(133, 133, 133, 0.3) !important;
    border-radius: 10px;
    margin-left: 5px;

}

.bg-clr-off-white {
    background: #F8F8F8;
}

.bg-clr-off-white .medium {
    font-weight: bold;
}

/* cards styling
 */

.card .card-div {
    position: relative;
}

.card .card-div .card-top-div {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 60px;
    display: flex;
    justify-content: space-between;
}

.card-padding {
    padding-right: 0px;
}

.price-div {
    margin-top: -4px;
    font-size: 16px;
}

.slider-price {
    font-size: 16px;
}

.price-div .font-weight-normal {
    font-size: 17px;
}

.slider-price .font-weight-normal {
    font-size: 12px;
    font-family: tajawal-regular;
}

.price-div i {
    color: #e8e8e8;
}

.card .card-title {
    font-size: .9em;
    font-family: Tajawal-bold;
}

.card .card-text {
    font-size: 12px;
    color: #8e8e8e;
}

/* faisal se lia hai  */

/* cat-bottom */

.category .container .cat-bottom {
    text-align: center;
    padding: 120px;
}

.category .container .cat-bottom .cat-bottom-btn {
    background-color: #f26932 !important;
    color: #fff;
    border-radius: 20px;
    margin-top: 15px;
    font-family: Tajawal-medium;
    font-weight: 900;
}

.category .container .cat-bottom .cat-bottom-btn:hover {
    background-color: #fff !important;
    color: #f26932;
    border-radius: 20px;
    border: 1px solid #f26932;
}

.category .container .cat-bottom .cat-bottom-btn i {
    vertical-align: middle;
    padding: 0px 3px;
}

.category {
    background-image: url('./img/category-bg.png');
    background-attachment: scroll;
    background-size: cover;
    height: auto;
}

.category .container {
    padding: 20px 0px;
}

.category-text {
    color: #858585;
    font-family: Tajawal-Light;
    font-weight: 900;
    margin-bottom: 0px;
}

.category-h4 {
    color: #3b3b3b;
}

/* cat-bottom */
.cat-bottom {
    background-image: url(../assets/category-bg.png);
    background-position: bottom;
    text-align: center;
    background-size: cover;
    padding: 66px 250px;
    font-family: 'Tajawal-Medium', sans-serif;
    background-repeat: no-repeat;
}

.cat-bottom p {

    color: #4e4e4e;

}

.cat-bottom .cat-bottom-btn {
    background-color: #f26932 !important;
    color: #fff;
    border-radius: 20px;
    padding: 8px 18px 5px 18px;
    border: 1px solid #f26932;

}

.cat-bottom .cat-bottom-btn:hover {
    background-color: #fff !important;
    color: #f26932;
    border-radius: 20px;
    border: 1px solid #f26932;

}

.cat-bottom .cat-bottom-btn i {
    vertical-align: middle;
    padding: 0px 3px;
}

@media screen and (max-width: 768px) {
    .cat-bottom {
        padding: 50px;
    }
}

@media screen and (max-width: 426px) {
    .cat-bottom {
        padding: 40px 30px;
        background-size: inherit;
    }

    .cat-bottom p {
        font-size: 14px;
    }

    .cat-bottom h3 {
        font-size: 16px;
    }

    .card-padding {
        padding-right: 15px;
    }
}

@media screen and (max-width: 320px) {
    .cat-bottom {
        padding: 40px 20px;
        /* background-size: inherit; */
    }
}

.rotate-180{
    transform:rotateZ(180deg);
}
.no-border-radius-left{
    border-top-left-radius:0 !important;
    border-bottom-left-radius:0 !important;
}
.no-border-radius-right {
    border-top-right-radius:0 !important;
    border-bottom-right-radius:0 !important;
}