.footer-menu {
    display: none;
}

.page-wrap {
    padding-top: 0px;
    overflow-x: hidden;
}
@media screen and (max-width:768px) {
    #bottom-header{
        display: none;
    }
}


/* Slider info */
#slider-out {
    background: #efefef;
    height: 400px;
    width: 100%;
    display: inline-block;
}

.slider-div {
    padding: 0px;
    height: 400px;
}
.text-center{
    margin-top:4px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-div h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #777;
    font-size: 12px;
    margin-top: 100px;
}

.slider-div h1 {
    font-weight: 900;
    font-size: 42px;
    margin: 0px;
    margin-top: 15px;
}

.slider-div p {
    line-height: 26px;
    color: #777;
    margin-top: 15px;
}

.slider-div a {
    background: #111;
    color: #fff;
    padding: 10px 45px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
}

#arrow-controls a {
    background: #fff;
    color: #111;
    padding: 15px 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: all .4s ease-in-out;
}

#arrow-controls a:hover {
    background-color: #F8931F;
    color: #fff;
}

#arrow-controls a.left {
    left: 2rem;
}

#arrow-controls a.right {
    right: 2rem;
}

#arrow-controls a span {
    font-size: 1.5rem;
}

.carousel-inner {
    height: 400px;
}

img.img-slide {
    height: 400px;
    width: 100%;
}

.carousel-indicators li {
    border: solid 1px #111;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 5px;
}

.carousel-indicators .active {
    background: #111;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

#arrow-controls {
    position: initial;
}



/* .flash_sale {
    margin-top: 4rem;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
} */

.flash_sale .small-item-box {
    background-color: rgba(255, 255, 255, 1);
}

.flash_sale_slider .slick-slide {
    margin: 0 15px;
}

/* .flash_sale .is-title .title-content {
    margin-right: 1rem;
} */

.flash_sale .is-title .title-content span {
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    font-style: italic;
}

.flash_sale .is-title h2 {
    margin: 0;
}
/* .time-count{
    color: #ff3c00 !important;
    @media screen and (max-width: 767px) {
         padding: 1px !important;
         font-size: 8px !important;
    }
} */

/* .flash_sale .is-title {
    margin-bottom: 3rem;
    text-align: center;
    justify-content: center;
} */

/* .flash_sale .saleTime {
    margin-left: 1rem;
} */

/* .saleTime span > span {
    font-weight: 700;
    min-width: 30px;
    padding: 6px 4px 4px;
    line-height: 12px;
    display: inline-block;
    margin: 0 0 0 1px;
    text-align: center;
    background: #fad6ab;
    color: #000;
}

.saleTime span > span span {
    display: block;
    background: none;
    font-size: 10px;
    font-weight: 400;
    margin-top: -3px;
    text-transform: uppercase;
    line-height: 8px;
}

.saleTime span > span span {
    display: block;
    background: none;
    font-size: 10px;
    font-weight: 500;
    margin-top: -3px;
    text-transform: uppercase;
    line-height: 8px;
}

.saleTime.details_sales_time span > span {
    padding: 0;
    min-width: unset;
    background-color: transparent;
    color: #000;
}

.saleTime.details_sales_time span.ht-count:not(:last-child)::after {
    content: ':';
    display: inline-block;
    margin: 0 2px;
    font-size: 10px;
}

.saleTime.details_sales_time span.count-inner span:not(:first-child) {
    display: none;
} */

.details-product-sale {
    border: 1px solid #F8931F;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 1rem;
}

.details-product-sale .sold_text {
    font-size: 12px;
}

.details-product-sale .progress {
    margin: 0;
    min-width: 100px;
    border-radius: 10px;
    height: 12px;
    background-color: #fbafb0;
}

.details-product-sale .progress-bar {
    border-radius: 10px;
    line-height: 12px;
}

.progress-bar.progress-bar-danger {
    background-color: #ee4b4c;
}

.details-product-sale .progress-bar span {
    font-size: 10px;
}

.details-product-sale .flash_sale_text {
    font-weight: 600;
    border-radius: 30px;
    color: #F8931F;
    display: inline-flex;
}

.brand h3 {
    margin-top: 0;
}

.logo_slider.slick-slider {
    margin: 0;
    padding: 0;
}

.logo_slider.slick-slider .slick-slide {
    /* margin-right: 15px;
    margin-left: 15px; */
    padding: 10px;
}

/* #offer-category {
    background-color: #fff;
} */

.slick-prev,
.slick-next {
    position: absolute;
    display: none;
    z-index: 9;
    /* display: block; */
    height: 38px;
    width: 38px;
    line-height: normal;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    opacity: 1;
    background-color: #fff;
    transition: all .5s ease-in-out;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border: 1px solid #ddd;
    
}
.slick-prev.slick-arrow{
    display: none;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: "\f054";
}

.slick-prev:before {
    content: "\f053";
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #F8931F;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.ht-count {
    /* background: #f59335; */
    /* color: #fff; */
    display: flex;
    border: none;
    border-radius: 4px;
    margin: 0 2px;
    background-color: #ff3c00;
    color: rgba(255, 255, 255, 1);
}

/* featured tabs */

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: transparent;
    opacity: 1;
    border: none;
    border-bottom: 2px dashed #ff3c00;
}

#oc-options-head .search-option {
    display: none;
}

.notification-snackbar {
    margin-bottom: 0px;
}

.slick-prev:before {
    content: '\2190';
}

[dir='rtl'] .slick-prev:before {
    content: '\2190';
}

.slick-next:before {
    content: '\2192';
}

[dir='rtl'] .slick-next:before {
    content: '\2192';
}



.search-box h2 {
    font-size: 15px;
    margin: 0;
}

.search-box h2 span {
    font-style: italic;
    color: #f59335;
}

.search-box {
    background: #efefef;
    padding: 12px;
    margin-top: 0;
}

.product-image {
    background: #fff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f59335;
    border-color: #fb641b;
}

input[type="radio"] + div {
    position: relative;
}

.single-feat-cat {
    border: 0;
    padding: 0;
}

.js-image-zoom__zoomed-image {
    z-index: 9999;
}

/* Social Login */

.oneeclick-social-link .fab {
    padding: 8px;
    font-size: 20px;
    width: 34px;
    text-align: center;
    text-decoration: none;
    margin: 17px 2px;
    border-radius: 64%;
}

.oneeclick-social-link .fab:hover {
    opacity: 0.7;
}

.oneeclick-social-link .fa-facebook-f {
    background: #3B5998;
    color: white;
}

.oneeclick-social-link .fa-twitter {
    background: #55ACEE;
    color: white;
}

.oneeclick-social-link .fa-instagram {
    background: #125688;
    color: white;
}

#user-drop a span:hover {
    font-weight: bold;
    color: #000;
}

#user-drop a svg {
    max-height: 20px;
    fill: #000000;
}

#user-drop a svg:hover {
    max-height: 20px;
    fill: #000000;
}

#after-login a:hover {
    width: 100%;
    display: flex;
    color: #000;
    padding: 5px 10px;
    transition: linear .25s color;
    font-weight: bold;
}

.load-more-section {
    margin-top: 15px;
    font-weight: bold;
}

.load-more-section a {
    text-decoration: none;
    padding: 8px;
    color: #ff3c00;
    border: 0.5px solid #ff3c00;
    border-radius: 4px;
}

#accordian ul ul li a:hover {
    border-left: 0;
}

.side-menu-fade {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.brand{
    padding:0;
    border-bottom:1px solid rgba(255,255,255,0.5);
}
.brand img {
    max-height: 50px;
}
button#cart-button {
    width: 20px;
    height: 20px;
}

.search-div form .inner-form .input-field.third-wrap .btn-search {
    border-left: 0;
}

#accordian ul ul li a:hover {
    border-left: 0;
    background: #90ee90;
}

input.login-register {
    margin-top: 0;
}

button.login-register {
    margin-top: 0;
    background: #fb641b;
    border: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px;
    margin-bottom: 15px;
    width: 100%;
}

.dashboard-block {
    margin: 0;
    min-width: 100%;
    background: #FFF;
    padding: 10px;
}

#dashboard-details {
    background: #FFF;
    padding: 10px;
}

/* Extra small devices (phones, 600px and down) */

@media screen and (max-width:768px) {

    #oc-options-head{
        display: none;
    }
    .no-padding {
        padding: 0 !important;
        margin: 0 !important;
    }

    .footer-menu {
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        height: 66px;
        padding: 5px 2px 0;
        text-align: center;
        display: block;
        z-index: 12345;
        left: 0;
        -webkit-box-shadow: -1px -8px 16px -12px rgb(0 0 0 / 75%);
        -moz-box-shadow: -1px -8px 16px -12px rgba(0, 0, 0, 0.75);
        box-shadow: -1px -8px 16px -12px rgb(0 0 0 / 75%);
        margin-top: 10px;
    }

    .footer-menu ul {
        padding-top: 0;
        padding-bottom: 5px;
        display: table;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .footer-right ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer-right ul li {
        color: #222;
        min-width: 0px;
    }

    .footer-li {
        position: relative;
        display: table-cell !important;
        padding: 2px 5px;
    }

    .footer-right ul li a {
        color: #222;
        font-size: 1.1em;
    }

    .footer-li i {
        position: relative;
        top: 2px;
        display: block;
        font-size: 24px;
        color: #ff3c00;
        /* line-height: 2; */
    }
    
    .footer-li i:active{
        color: green;
    }
    .footer-nav-title{
        font-size: 10px;
        padding-top: 4px;
    }
    .cart-item-count {
        right: 60px;
        overflow: initial;
        text-align: center;
        position: absolute;
        top: 8px;
        width: 20px;
        background: #ff3c00;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
        border-radius: 50%;
        color: #fff;
    }

    .cart-text {
        color: #222;
    }


}

@media only screen and (max-width:600px)  {
    .cart-item-count {
        right: 23px;
      
    }
    /* Menu */
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

    /*  Slider */
    img.img-slide {
        display: block;
        height: auto !important;
        margin-top: 10px;
    }

    #slider-out {
        height: auto;
    }

    .slider-div {
        height: auto;
    }

    .carousel-inner {
        height: auto;
    }

    #arrow-controls a {
        display: none;
    }

    .carousel-indicators {
        display: none;
    }

    #slider-out {
        height: auto;
    }

    .slider-div {
        height: auto;
    }

    .carousel-inner {
        height: auto;
    }

    #arrow-controls a {
        display: none;
    }

    .carousel-indicators {
        display: none;
    }

    #oc-options-head {
        position: fixed;
        width: 100%;
        top: 20px;
    }

    #oc-options-head .nav-right-side-icon {
        display: none;
    }

    #oc-options-head .search-option {
        display: block;
    }

    #slider {
        margin: -15px;
    }

    .notification-snackbar {
        display: none;
    }

    .search-div {
        display: flex;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    

    #button-top {
        background-color: #ff9800;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 100px;
        right: 16px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        z-index: 1000;
        color: #fff;
        font-size: 27px;
    }

    #button-top i {
        margin-right: -2px;
    }

    .second-home-items h2 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .search-div form .inner-form .input-field input {
        height: 90%;
    }

    .single-feat-cat {
        border: none;
        padding: 0;
    }

    #button-top {
        display: none;
    }

    .price-range-field {
        width: 100% !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    /* select[name="default-sorting"] {
        width: 25% !important;
    } */

    .menu-bar-text {
        display: none;
    }

    .margin-top-bottom {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #menu-switch {
        display: none;
    }
}


#menu-switch:checked~.page-wrap {
    margin-left: 0px;
    opacity: 30%;
}
