.top-scroll {
    padding: 6px;
    background-color: #efe80b;
}

.top-scroll marquee {
    display: block;
}

.top-scroll marquee span {
    padding-right: 100px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 0;
    position: relative;
}

.dropdown-account {
    left: -110px;
    z-index: 999999;
}

.active a {
    background: #efe80b !important;
    color: #000000 !important;
}

.kyc-price {
    font-size: 16px;
    font-weight: 500;
    color: #1f88dd;
    text-decoration: underline;
}

.box-quickmenu .box-inner-quickmenu {
    max-width: 100% !important;
}

.link-cursor{
    cursor: pointer;
}

.timer{
   font-size: 26px;
    background-color: #000000cc;
    padding: 0px 10px;
    margin: 0px 0px;
    text-align: center;
    position: relative;
    border-radius: 0;
    height: 100%;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer span{}

.coupon-border {
    border: 1px solid #DDE4F0;
    border-radius: 4px;
}

.yellow-ancor{
    color: #000000;
    text-decoration: underline;
}
.white-text{
    color: #ffffff;
}

.yellow-ancor:hover{
    color: #efe80b;
    text-decoration: underline;
}

.btnwidth {
    width: 45% !important;
    margin-right: 9px !important;
}

.item-wishlist .wishlist-price {
    width: 20% !important;
}

.box-quantity .input-quantity .minus-cart1 {
       position: absolute;
    top: 8px;
    left: 6px;
    height: 26px;
    /* border: 2px solid gray; */
    width: 24px;
    cursor: pointer;
    background: url(../imgs/minus.svg) no-repeat 4px 10px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.box-quantity .input-quantity .plus-cart1 {
   position: absolute;
    top: 6px;
    right: 6px;
    height: 29px;
    width: 18px;
    cursor: pointer;
    background: url(../imgs/plus.svg) no-repeat 0px 7px;
}

.newbox {
    border: none !important;
}

.box-keysearch {
    position: relative;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 3px;
    width: 25px;
    height: 25px;
    border: none;
    background-image: url(../imgs/search.svg);
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
}

.header .nav-main-menu {
    margin-left: 20px;
}

.header .main-header .header-left {
    padding: 10px 0px;
}

.header .main-menu li a {
    padding: 5px 12px;
    border-radius: 4px;
}

.testimols-section {
    background-color: #ffffff;
    padding: 65px 0;
}

#testimonial-landing-link{
    position: relative;
    top: -80px;
}

.testimols-section .list-brands {
    padding: 45px 16px;
}

.testimols-text p {
    text-align: center;
    font-size: 18px;
    line-height: normal;
}

.testimols-text img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 50px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.carousel-control-next-icon {
    background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}

.carousel-control-prev-icon {
    background: url(../imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}

.header .main-header .header-left .header-logo a img {
    object-fit: contain;
}

.header .main-header .header-left .header-logo {
    max-width: 210px;
    margin-right: 20px;
}

.details-products {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 37px;
}

.list-features li {
    overflow: inherit;
    text-overflow: ellipsis;
    display: list-item;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.user-contact img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #425a8b;
}

.user-contact h2 {
    font-size: 22px;
    font-weight: 800;
    line-height: 40px;
}

.user-contact .image-box {
    width: auto;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
}

.heading-icon {
    font-size: 18px;
    line-height: 22px;
}

.testimols-text h2{
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}

.testimols-text span{
    font-size: 16px ;
    display: block;
    text-align: center;
}

/* faq */

.faq-banner {
    background-image: url(../imgs/faq.jpg);
    height: 260px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.faq-banner h3 {
    color: #ffffff;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #e5e7ec47;
    font-weight: 600;
}

.accordion-button:focus {
    z-index: 3;
    border-color: rgba(0, 0, 0, .125);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.w-dukan{
    font-weight: 700;
    color: #3d3d3d;
}

.list-dot li {
    list-style: disc;
    margin-bottom: 5px;
    font-weight: 500;
}

.apply-dukan {
    max-width: 220px !important;
    padding: 12px 0 !important;
}

.by-now-details .btn-buy{
    max-width: 160px !important;
    padding: 12px 0 !important;
}

.by-now-details h4 {
    font-weight: 600;
    margin-bottom: 16px;
}

.by-now-details .later{
    width: 22px;
    top: 3px;
    position: relative;
    margin-right: 4px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6 !important;
}

.list-col-5 li .item-list {
    align-items: center;
    height: 85px;
    background-color: #ffffff;
    border: 1px solid #ffffff !important;
    transition: all .3s ease;
}

.list-col-5 li .item-list:hover{
    transform: scale(1.10);
    background-color: #ffffff;
    box-shadow: 0 5px 13px rgba(60,72,88,.2)!important
    border: 1px solid #ffffff;
}

.product-list-price {
    font-size: 17px;
}

.box-orders .head-orders .head-left {
    justify-content: space-between;
}

.right-orddr-details{
    display: inline-grid;
    text-align: center;
}

.right-orddr-details a{
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.table-order .table-bordered td,
.table-order .table-bordered th {
    border-color: #e6edef !important;
}

.table-order .table th,
.table-order .table td {
    padding: 0.75rem;
    border: 1px solid gray;
}

.table-bold-text {
    font-weight: 600;
}

.bg-head {
    background-color: #000000;
}

.casio-logo {
    width: 20px;
    max-height: 100px !important;
}

.fuji {
    width: 50px;
    max-height: 100px !important;
}

.table>:not(caption)>*>* {
    font-size: 16px;
}

.btn-close-model{
    position: absolute;
    right: -20px;
    top: -18px;
    background-color: #efe80b;
    z-index: 9;
    color: #000;
    width: 30px;
    height: 30px;
    opacity: unset;
    border-radius: 50%;
}

.updated-icons-img{
    width: 60px;
    display: block;
    text-align: center;
    margin: 10px auto 20px;
}

.updated-cart p{
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
    display: block;
    font-weight: 500;
}

.form-register .form-control.credits {
    padding: 10px 15px;
    border: 1px solid #d2d2d2 !important;
}

.font-upper{
    text-transform: uppercase;
    font-weight: 900;
}

.font-upper-btn{
    text-transform: uppercase;
}

.display-text-short {
    display: inline-block;
    width: 100%;
    /*max-height: 1000px !important;*/
    /*min-height: 200px !important;*/
    height: auto !important;
    overflow: hidden;
}

.nav-tabs-account{
    padding-bottom: 10px;   
}

.home-banner-btn{
    position: absolute;
    bottom: 90px;
}

.block-samsung2{
  background-position:none !important;
  height: 215px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 12px;
}

.color-gray-9001{
    color:#0BA9ED !important;
}

.box-quickmenu .box-inner-quickmenu ul li a:hover {
    color: #efe80b;
}
.pright{
    float: right !important;
}

.coming-soon{
    background-color: #ef1606;
    padding: 8px 3px 9px 3px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    width: 72px;
    text-align: center;
    left: 82px;
    top: 0px;
    line-height: 0;
}

.back-aerrow{
       margin-right: 20px;
    color: #ffffff !important;
    font-size: 30px;
    font-weight: 400;
    top: 3px;
    position: relative;
}

.coming-soon:hover{
    color: #ffffff;
}

.box-quickmenu .box-inner-quickmenu ul li.coming-area a:hover{
    color: #000000;
}

.apply-credits{
    background-color: #efe80b;
    padding: 1px 6px;
    border-radius: 4px;
}

.label.bg-brand-2:hover{
    color: #000000 !important;
}

.apply-credits:hover{
   color: #000000 !important;
}

.mobile-view-search{
    display: none;
}

.mobile-details-view a{
    font-size: 16px;
    display: block;
    margin: 16px 0;
    color: #000000;
}

.mobile-tab-view{
    display: none;
}

.top-scroll img{
    width: 24px;
    height: 22px;
    position: absolute;
    left: -33px;
    top: 0px;  
    object-fit: contain;
}

.fs-18{
    font-size: 18px !important;
}

.contact-form {
    background-color: #ffffff;
    padding: 20px 30px;
    box-shadow: 0px 0px 12px 2px #cecece73;
}

.updated-details-contact{
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-area{
    margin-left: 40px;
    text-align: left;
}

.contact-area{
    margin-top: 60px;
}

.apply-credits-page{
   background-color: #ffffff;
    padding: 20px 30px;
    box-shadow: 0px 0px 12px 2px #cecece73; 
}

.coming-area{
    position: relative;
    top: 0px;
}

.address-corporate{
     color: #ffffff;
}

.coming-soon:after {
    content: " ";
    position: absolute;
    left: -7px;
    bottom: 5px;
    border-top: 5px solid #ef1606;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: none;
    rotate: 90deg;
}

.item-wishlist h4{
    font-size: 20px;
}

.summary-cart h4{
     font-size: 20px;
}

@media (max-width: 1199.98px) {
    .burger-icon {
        top: 32px !important;
    }
    
    .all-deals-menu{
        display: none;
    }
    
    .header .main-header .header-left .header-search {
        display: none;
    }
    
    .mobile-view-search{
        display: block;
    }
    .box-quickmenu {
        padding: 15px 0px 0px;
    }
    
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
        display: block;
        position: relative;
        padding: 13px 0 2px;
    }
    
    .mobile-menu .active a{
        background-color: transparent !important;
    }
    .apply-credits {
        background-color: #efe80b;
        padding: 4px 6px;
        border-radius: 4px;
        width: 140px;
        text-align: center;
    }

}

@media (max-width: 992px) {
    .mobile-tab-view{
        display: block;
    }
    
    .mobile-tab-view span{
        font-size: 16px;
        position: relative;
        top: -34px;
        background-color: #efe80b;
        color: #000000;
        padding: 5px 15px;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .mobile-tab-view img{
        position: relative;
        top: 1px;
        left: 6px;
        height: 13px;
        width: 17px;
    }
    
    .text-right-sec{
        text-align: right !important;
        margin: 0 !important;
    }
    
    .sidebar-border {
        background-color: #eeeeee;
    }
    
    .mobile-filter{
        position: absolute;
        top: 50px;
        z-index: 9;
        display: none;
    }

}

@media (max-width: 800px) {
    .kyc-price {
        display: block;
    }
    .faq-banner {
        height: 180px;
        background-position: right;
        margin-bottom: 60px;
    }
    .home-banner-btn {
        position: absolute;
        bottom: 50px;
    }
    
    .banner-hero.banner-1 .banner-big {
        padding: 60px 20px 25px 20px;
        background-position: center !important;
    }
    .swiper-group-1 .swiper-pagination {
        bottom: 50px;
        left: 18px;
    }
    .header .main-header .header-left .header-logo a img {
        height: 58px;
    }
    
    .nav-tabs {
        border-bottom: none !important;
    }
    
    .banner-hero{
        padding: 30px 0px;
    }
    
    .banner-ads-top img{
      height: 145px;
    }
    
    .block-samsung2{
        height: 145px;
        margin-bottom: 10px;
    }
}



@media (max-width: 575.98px) {
    .header-logo {
        margin-left: 0px !important;
    }
    .header .main-header .header-left .header-logo {
        margin-right: 0px;
    }
}