.share-info a {
    animation: fadeInUp .3s ease-in-out forwards
}

.share-info a:nth-child(1) {
    animation-delay: .1s
}

.share-info a:nth-child(2) {
    animation-delay: .2s
}

.share-info a:nth-child(3) {
    animation-delay: .3s
}

.share-info a:nth-child(4) {
    animation-delay: .4s
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.courses-type.list-view {
    grid-template-columns: 1fr 1fr
}

.courses-type.list-view .courses-items {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px
}

.courses-type.list-view .courses-items .courses-thumbnail img {
    height: 209px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.courses-type.list-view .courses-items .courses-content {
    padding: 0;
    border: none
}

.courses-type.list-view .courses-items:hover .courses-content {
    box-shadow: none
}

.courses-type.list-view .courses-items .courses-content:hover {
    box-shadow: none
}

.courses-widt-sidebar .courses-type.list-view {
    grid-template-columns: 1fr
}

.courses-widt-sidebar .courses-type.list-view .courses-thumbnail {
    flex-basis: 300px
}

.courses-widt-sidebar .courses-type.list-view .courses-content {
    flex: 1
}

.courses-widt-sidebar .courses-type.list-view .courses-thumbnail img {
    height: 180px
}

#your-rating .star-wrapper path {
    fill: none;
    stroke: #fc0
}

#your-rating .star-wrapper.active path {
    fill: #fc0
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.noUi-horizontal {
    height: 4px!important;
    border: 0!important;
    box-shadow: none!important
}

.noUi-horizontal .noUi-tooltip {
    display: none
}

.noUi-horizontal .noUi-base .noUi-origin:nth-child(2) {
    left: 15px!important
}

.noUi-horizontal .noUi-connect {
    background: #171717
}

.noUi-horizontal .noUi-connects {
    background-color: #a3a3a3
}

.noUi-horizontal .noUi-handle {
    width: 15px!important;
    height: 15px!important;
    right: 0!important;
    border: none;
    box-shadow: none;
    border-radius: 100%;
    background: #171717;
    cursor: pointer
}

.noUi-horizontal .noUi-handle::before {
    display: none
}

.noUi-horizontal .noUi-handle::after {
    display: none
}

.noUi-horizontal .noUi-touch-area {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #171717
}

.thumbs-gallery {
    height: 500px;
    overflow: hidden
}

.thumbs-gallery .swiper-slide {
    height: 110px!important;
    background-color: #f5f5f5;
    border-radius: 8px;
    opacity: .5;
    display: flex;
    align-items: center;
    justify-content: center
}

.thumbs-gallery .swiper-slide:last-child {
    margin-bottom: 0!important
}

.thumbs-gallery .swiper-slide.swiper-slide-thumb-active {
    opacity: 1
}

.main-gallery {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 20px 0;
    height: 100%
}

.main-gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.thumbs-wrapper {
    height: 500px
}

.thumbs-gallery-shopdt {
    height: 500px;
    overflow: hidden
}

.thumbs-gallery-shopdt .swiper-slide {
    height: 110px!important;
    background-color: #f5f5f5;
    border-radius: 8px;
    opacity: .5;
    display: flex;
    align-items: center;
    justify-content: center
}

.thumbs-gallery-shopdt .swiper-slide:last-child {
    margin-bottom: 0!important
}

.thumbs-gallery-shopdt .swiper-slide.swiper-slide-thumb-active {
    opacity: 1
}

.main-gallery-shopdt {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 20px 0;
    height: 100%
}

.main-gallery-shopdt .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.quick-view-modal {
    opacity: 0;
    visibility: hidden;
    transform: scale(.8);
    transition: all .3s ease;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(.8);
    z-index: 1000;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    padding: 20px;
    max-width: 90%;
    width: 1390px
}

.quick-view-modal.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-50%) scale(1)
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.stacked-custom-01 {
    position: absolute;
    top: 0;
    right: 0
}

.stacked-custom-inner-01 {
    text-align: right;
    line-height: 1
}

.stacked-custom-wrap-01 {
    text-align: right;
    padding: 0 0 12px 12px;
    position: relative
}

.stacked-custom-wrap-01::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    right: 0;
    left: initial;
    top: 60px;
    z-index: -1;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #2a2a28;
    transform: scaleY(-1)
}

.stacked-custom-wrap-01::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    right: 60px;
    top: 0;
    z-index: -1;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #2a2a28;
    transform: scaleY(-1)
}

.stacked-custom-box-01 {
    background-color: #2a2a28;
    border-radius: 0 0 0 30px;
    padding: 0 0 12px 12px
}

.stacked-custom-icon-01 {
    color: #fff;
    padding: 6px;
    border-radius: 50%
}

.stacked-custom {
    position: absolute;
    bottom: 0;
    right: 0
}

.stacked-custom-inner {
    text-align: right;
    line-height: 1
}

.stacked-custom-wrap {
    text-align: right;
    padding: 20px 0 0 20px;
    position: relative
}

.stacked-custom-wrap::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    right: 0;
    left: initial;
    top: -20px;
    bottom: initial;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #fff
}

.stacked-custom-wrap::after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    left: 0;
    right: initial;
    top: initial;
    bottom: 0;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #fff
}

.stacked-custom-box {
    background-color: #fff;
    border-radius: 30px 0 0 0;
    padding: 12px 10px 0 12px
}

.stacked-custom-icon {
    color: #fff;
    padding: 12px;
    border-radius: 50%
}

#back-to-top {
    opacity: 0;
    transform: translateY(10px);
    transition: all .3s ease
}

#back-to-top.visible {
    opacity: 1;
    transform: translateY(0)
}

.shop-details-page .swiper-button-prev:after {
    display: none
}

.shop-details-page .swiper-button-next::after {
    display: none
}

.quick-view-modal .swiper-button-prev:after {
    display: none
}

.quick-view-modal .swiper-button-next::after {
    display: none
}

.banner-area .swiper-slide {
    position: relative
}

.banner-area .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%); */
    /* border-radius:0 0 16px 16px; */
}

.banner-area .swiper-slide .gradient-slide {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
}



.banner-area .university-bn-next {
    right: 30px!important;
    opacity: .7
}

.banner-area .university-bn-next:hover {
    opacity: 1
}

.banner-area .university-bn-prev {
    left: 30px!important;
    opacity: .7
}

.banner-area .university-bn-prev:hover {
    opacity: 1
}

body.overlay-modal {
    overflow: hidden;
    position: relative
}

body.overlay-modal::before {
    background-color: rgba(45,47,49,.8);
    position: absolute;
    z-index: 2;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .3s ease
}

body.overlay-mobile {
    overflow: hidden;
    position: relative
}

body.overlay-mobile::before {
    background-color: rgba(45,47,49,.8);
    position: absolute;
    z-index: 2;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .3s ease
}

@media (max-width: 1290px) {
    .header-wrapper {
        gap:0;
        padding: 15px 20px
    }

    .header-wrapper .header-logo {
        margin: auto
    }

    .header-nav .header-nav-list {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 280px;
        left: -100%;
        background: #fff;
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        transition: all .3s ease;
        padding: 20px;
        z-index: 999
    }

    .header-nav.active .header-nav-list {
        opacity: 1;
        visibility: visible;
        left: 0;
        overflow-y: auto;
        gap: 0
    }

    .header-nav.active .header-nav-list li {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 12px;
        margin-bottom: 12px
    }

    .header-nav.active .header-nav-list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .lucide-father {
        flex-direction: column;
        align-items: flex-start;
        width: 100%
    }

    .lucide-father .iconify {
        position: absolute;
        right: 0
    }

    .lucide-father.active .iconify {
        transform: rotateX(190deg)
    }

    .lucide-child {
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        padding-left: 15px
    }

    .lucide-child.active {
        margin-top: 12px;
        height: auto;
        opacity: 1;
        visibility: visible;
        transition: all .3s ease;
        width: 100%
    }
}

.search-mobile-modal {
    position: fixed;
    top: -150px;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 999
}

.search-mobile-modal.active {
    opacity: 1;
    visibility: visible;
    top: 0
}

@media (max-width: 992px) {
    .courses-type.list-view {
        grid-template-columns:1fr
    }
}

@media (max-width: 640px) {
    .courses-type.list-view .courses-items {
        display:block;
        padding: 0;
        border: none;
        border-radius: 0
    }

    .courses-type.list-view .courses-items .courses-content {
        padding: 20px;
        border: 1px solid #e5e5e5
    }

    .courses-type.list-view .courses-items img {
        height: auto!important;
        border-radius: 10px 10px 0 0!important
    }
}

@media (max-width: 1023px) {
    .filter-box.active .filter-menu {
        position:relative
    }

    .filter-box.active .filter-toggle {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 16px
    }

    .filter-box.active .filter-toggle.active .iconify {
        transform: rotateX(180deg);
        transition: all .3s ease
    }

    .filter-box.active .filter-menu {
        box-shadow: none;
        border: none
    }

    .filter-box.active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background: #fff;
        z-index: 999;
        transition: all .3s ease;
        display: block;
        padding: 20px;
        overflow-y: auto;
        padding-bottom: 155px
    }

    .filter-box .close-filter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px
    }

    .close-sidebar-filter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px
    }

    .sidebar-filter {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        padding: 20px;
        background: #fff;
        z-index: 999;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        padding-bottom: 155px
    }

    .sidebar-filter.active {
        opacity: 1;
        visibility: visible
    }
}








