@media (max-width: 576.98px) {
    .title {
        font-size: 19px;
        font-weight: 600;
    }

    .all-btn {
        font-size: 14px;
    }

    .all-content svg:not(a svg ) {
        width: 45px;
        height: 45px;
    }
}

@media (min-width: 577px) {
    .title {
        font-size: 22px;
        font-weight: 600;
    }

    .all-content svg:not(a svg ) {
        width: 48px;
        height: 48px;
    }
    .all-btn {
        font-size: 14px;
    }
}

@media (min-width: 992px) {

    .title {
        font-size: 24px;
        font-weight: 700;
    }

    .all-btn {
        font-size: 15px;
    }

    .all-content svg:not(a svg ) {
        width: 60px;
        height: 60px;
    }
}

.shop-poster-bg {
    /*max-height: 150px;*/
    background: #0c2d57;
    box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.3);
}

.head-poster nav li a, .shop-intro a {
    color: #FC6736;
    text-decoration: none;
}

.poster nav li {
    color: white;
}

.divider-before::before {
    --bs-breadcrumb-divider-color: white;
}

.categories-items a {
    list-style: none;
    background-color: #FC673610;

}

.categories-items li a {
    min-height: 92px;
    transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}

.categories-items li a:hover {
    box-shadow: 0px 5px 5px #0c2d575c;
    transform: scale(1.02);
}

.categories-items a {
    text-decoration: none;
    color: #0c2d57;
}

.categories-items {
    list-style: none;
    padding: 0;
}

.ravan-new-books .new-books-icon {
    flex-shrink: 0;
    color: #ff7043;
    background-color: #003366;
    border-radius: 5px;
    padding: 5px;
}

.new-books-all .ravan-new-books-btn, .classes-all a, .exams-all a, .stickers-all a {
    background-color: #fc6736;
    min-height: 40px;
}

.new-books-all .ravan-new-books-btn, .classes-all a, .exams-all a, .stickers-all a {
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.new-books-all .ravan-new-books-btn:hover, .classes-all a:hover,
.exams-all a:hover, .stickers-all a:hover {
    transform: scale(1.03);
    background-color: rgba(252, 103, 54, 0.9);
}

/*PRODUCT CARD START*/


.psy-poster, .classes-poster, .exams-poster, .edu-posters-bg,
.narengi-flash-cards-bg {
    background-color: #0c2d57;
    border-radius: var(--bs-border-radius-xl) ;
}

.psy-poster .psy-icon {
    width: 50px;
    height: 50px;
}

.psy-poster .more-psy-books a, .uni-psy .uni-psy-text a,
.test-classes-poster .more-test-classes a,
.more-summery a {
    color: #fc6736;
}

.more-psy-books a , .more-test-classes a span,
.more-summery a span, .more-booklets a span,
.more-edu-posters a span, .more-narengi-flash-cards a span,
.uni-psy-text a span {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.more-psy-books a span::after, .more-test-classes a span::after,
.more-summery a span::after, .more-booklets a span::after,
.more-edu-posters a span::after, .more-narengi-flash-cards a span::after,
.uni-psy-text a span::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.more-psy-books a:hover span::after,
.more-test-classes a:hover span::after,
.more-summery a:hover span::after,
.more-booklets a:hover span::after,
.more-edu-posters a:hover span::after,
.more-narengi-flash-cards a:hover span::after,
.uni-psy-text a:hover span::after {
    width: 100%;
}

.booklets .booklet-icon, .classes-poster .classes-icon, .uni-psy .uni-psy-icon, .exams-poster .exams-icon,
.test-classes-poster .test-classes-icon, .edu-posters .edu-posters-icon,
.summery-poster .summery-icon, .narengi-flash-cards .narengi-flash-cards-icon,
.sticker-poster .sticker-icon {
    flex-shrink: 0;
    color: #ff7043;
    background-color: #0c2d57;
    border-radius: 15px;
    padding: 10px;
}

.booklets .booklets-text a, .edu-posters .edu-posters-text a,
.narengi-flash-cards .narengi-flash-cards-text a {
    color: #ff7043;
}


.footer-content .icon-element {
    margin-left: 10px;
    padding: 5px;
    width: 65px;
    height: 65px;
    background-color: #fc6736;
    fill: white;
    color: white;
    border-radius: 10px;
}

.footer-content h2 {
    font-size: 19px;
    font-weight: 600;
}

.custom-nav {
    width: 30px;
    height: 50px;
    background-color: #FC6736;
    border-radius: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


.custom-nav::after {
    font-size: 14px !important;
}

.swiper-container-wrapper {
    padding: 0 70px;
}
