/*your custom css goes here*/

.glass {
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-radius: 10px !important;
}

/* Homepage Titel Style */
.channel_cen .c_bt {
    color: #000;
    /* font-family: Microsoft YaHei UI; */
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    text-align: center;
}

.channel_cen .c_bt .bt_dian_l {
    margin-right: 10px;
}

.channel_cen .c_bt>span {
    background: url(https://img12.360buyimg.com/imagetools/jfs/t1/78401/1/23035/426/63a40b29Eef1d048f/a63ab5379c36bb6b.png) 0 0/100% 100%;
    display: inline-block;
    height: 12px;
    vertical-align: 4px;
    width: 10px;
}

.channel_cen .c_bt .bt_dian_r {
    margin-left: 10px;
}

.channel_cen .c_bt>span {
    background: url(https://img12.360buyimg.com/imagetools/jfs/t1/78401/1/23035/426/63a40b29Eef1d048f/a63ab5379c36bb6b.png) 0 0/100% 100%;
    display: inline-block;
    height: 12px;
    vertical-align: 4px;
    width: 10px;
}

/* End Homepage Titel Style */

.search_bar_grad {
    /* background-image: linear-gradient(135deg, #F1EBFF 0, #E5E5FA 47%, #EAF7FD 100%); */
    background-image: linear-gradient(135deg, #ffebeb 0, #faf9e5 47%, #edfdea 100%);
}

/* custon fontaswome color and size for navbar */
.custom_navbar_icon {
    font-size: 33px;
    --fa-primary-color: #eb2024;
    --fa-secondary-color: #FF7F50   ;
}

.p-3-bottom-padding-0 {
    padding: 1rem 1rem 0rem 1rem !important;
}

.flash-deal-icons {
    margin-right: 5px;
    --fa-primary-color: #eb2024;
    --fa-secondary-color: #FF7F50  ;
}

.badge-custom-noor {
    display: inline-block;
    padding: 3px;
    font-size: 11px;
    border-radius: 0 50em 50em 0;
    color: #eb2024;
    font-weight: 600;
    line-height: 26px;
    position: absolute;
    background: #fff;
    z-index: 1;
    top: 20px;
    box-shadow: 2px 1px 6px 2px rgba(0, 0, 0, 0.1), 0 4px 4px 0px rgba(0, 0, 0, 0.06) !important;
}

.badge-custom-noor .box {
    height: 26px;
    width: 26px;
    background: #FF7F50;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.mobile-footer-icon{
    font-size: 1.5em;
}
.mobile-footer-active{
    --fa-primary-color: #eb2024;
    --fa-secondary-color: #FF7F50;
}



/* scroll strats */
.scroll {
    position: relative;
    display: flex;
    /* width: 700px; */
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 30%, #fff 70%, transparent);
}

.scroll div {
    white-space: nowrap;
    animation: animate var(--t) linear infinite;
    animation-delay: calc(var(--t)/-1);
}

.scroll div:nth-child(2) {
    animation: animate2 var(--t) linear infinite;
    animation-delay: calc(var(--t)/-2);
}

@keyframes animate {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

.scroll div span {
    display: inline-flex;
    margin: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    background: #333;
    color: #fff;
    transition: 0.5s;
}

.scroll div span:hover {
    background: #f52789;
    cursor: pointer;
}
/* scroll ends */


/* top nav bad stripe visible only on pc */
.top-navbar{
  display: none; /* Hidden by default */
}

@media (min-width: 1200px) {
  .top-navbar {
    display: block; /* Show when screen width is at least 1200px */
  }
}
/* top nav bad stripe visible only on pc ends*/

.rounded-slider-custom{
    border-radius:20px !important;
}