/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
    .header_top_custom {
        display: none;
    }
    .search-box {
        display: none;
    }
    .top-menu-item {
        display: none;
    }
    .header_bottom .logo {
        display: block !important;
    }
    #navbar_menu.small-screen #menu-button {
        top: -56px;
    }
    .right_section_header_top {
        display: none;
    }
    .header_top .topbar-left .list-inline {
        display: flex;
        justify-content: space-between;
    }
    .header_top ul li {
        font-size: 12px;
    }
    .feed-alert-2 {
        display: block;
    }
    .feed-alert-3 {
        display: block;
    }
}
/** ADD YOUR AWESOME CODES HERE **/
.header_top_custom .j-menu>li>a {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    word-break: break-word;
    letter-spacing: 1px;
    border-radius: 5px !important;
    background: rgba(0, 49, 81, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
.j-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: end;
}
.j-menu  li {
    margin: 0px 10px;
}
.header-search-icon {
    position: absolute;
    right: 7px;
    top: 6px;
    border: none;
    background: none;
    height: 24px;
    width: 24px;
}
.search-box {
    width: 300px;
}
.custom-logo img{
    height: 50px;
}
.custom-logo {

    margin: 10px 0px;

}
.header_bottom {
    /*background-color: #011832 !important;*/
    color: #000;
}


#navbar_menu>ul>li>a {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    font-family: monospace;
}
.sticky-icon  {
    z-index:1;
    position:fixed;
    bottom:15%;
    right:0%;
    width:220px;
    display:flex;
    flex-direction:column;}
.sticky-icon a  {
    transform:translate(160px,0px);
    border-radius:50px 0px 0px 50px;
    text-align:left;
    margin:2px;
    text-decoration:none;
    text-transform:uppercase;
    padding:10px;
    font-size:15px;
    font-family:'Oswald', sans-serif;
    transition:all 0.8s;}
.sticky-icon a:hover  {
    color:#FFF;
    transform:translate(0px,0px);}
.sticky-icon a:hover i  {
    transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
    background-color:#2C80D3;
    color:#FFF;}


.sticky-icon a i {
    background-color:#FFF;
    height:40px;
    width:40px;
    color:#000;
    text-align:center;
    line-height:40px;
    border-radius:50%;
    margin-right:20px;
    transition:all 0.5s;}



#myBtn {
    height:50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align:center;
    padding:10px;
    text-align:center;
    line-height:40px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}
.fa-arrow-circle-up  {
    font-size:30px;}

#myBtn:hover {
    background-color: #555;
}


.theme-btn {
    background: linear-gradient(135deg, #059669 0%, #34d399 100%);
     color: white; 
     border: none;
      /* font-weight: 600 */
}

.product_detail .tab_bar_section ul.nav.nav-tabs li a.active {
    background: linear-gradient(135deg, #059669 0%, #34d399 100%) !important;
     color: white !important; 
     border: none;
}

.category-product-list-section {
    position: relative;
}
.product-carousel .owl-nav {
    position: absolute;
    right: 185px;
    /* background: red; */
    top: -105px;
}
.product-carousel .owl-nav .owl-prev{
    
    font-size: 30px !important;
    font-weight: bold !important;
}
.product-carousel .owl-nav .owl-next{
    
    font-size: 30px !important;
    font-weight: bold !important;
}

.featured-categories {
    background: #f5f5f5;
}

.section-title {
    font-weight: 700;
    letter-spacing: 2px;
}

.category-item {
    text-align: center;
    padding: 20px;
}

.category-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.category-icon img {
    max-width: 60px;
}

.category-item h6 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.category-item:hover .category-icon {
    background: #ddd;
    transform: translateY(-5px);
}
.category-carousel .owl-next {
    position: absolute;
    right: -55px;
    top: 47px;
    background: #fff !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 30px !important;
    font-weight: bold !important;
}

.category-carousel .owl-prev {
    position: absolute;
    left: -55px;
    top: 47px;
    background: #fff !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 30px !important;
    font-weight: bold !important;
}