/*Header Section*/
.header-style-1 .search-style-2 form input {
    background-image: none;
}

/*All Category Page*/
.category_image {
    height: 50px;
    width: 80px;
    margin-right: 20px;
}
/*Customer dashboard*/
.dashboard .card {
    margin-bottom: 25px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.4s;
    border: 2px solid gainsboro;
    padding: 10px 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%) !important;
}
.dashboard .card i {
    font-size: 35px;
    margin-bottom: 10px;
    color: #0d9dff;
}
@media only screen and (max-width: 991px) {
    .cart_hidden_mobile {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .header-wrap.header-space-between {
        justify-content: normal !important;
    }
    .header-action-right {
        position: absolute;
        right: 0;
    }
}
.main-menu > nav > ul > li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-style-1 .categories-dropdown-active-large {
    margin-top: 13px;
}
/*Custom Dashboard*/

/*Product fixed*/

/*.product-cart-wrap{
    min-height: 450px;

}
.product-shop .product-cart-wrap{
    min-height: 385px;
}*/

.product-tabs .common-product .product-cart-wrap {
    margin: 0px 5px;
}

/*Product fixed*/

.product-cart-wrap .product-badges-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-cart-wrap .product-badges-right.product-badges-mrg {
    margin: 0 0 10px;
}

.product-cart-wrap .product-badges-right.product-badges-position-right {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 9;
}

.product-cart-wrap .product-badges-right span.hot {
    background-color: #0d9dff;
}

.product-cart-wrap .product-badges-right span:last-child {
    margin-right: 0px;
}

.product-cart-wrap .product-badges-right span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px !important;
}

.product-cart-wrap .product-content-wrap h2 {
    margin-bottom: 0px !important;
}

.product-cart-wrap .product-content-wrap .product-category {
    margin-bottom: 0px !important;
    /*margin-top: 27px;*/
}

.custom-modal .modal-dialog .modal-content {
    max-height: 90vh;
    overflow: auto !important;
}
.cart-dropdown-wrap {
    overflow-y: auto;
    min-height: 80px;
    max-height: 43vh;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
    margin-bottom: 30px;
}
.cart-dropdown-wrap ul li {
    flex-wrap: nowrap;
}

.banners .banner-img {
    height: 100%;
    padding-bottom: 20px;
}
.banners .banner-img img {
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .mobile_margin_bottom {
        margin-bottom: 63px;
    }
    .et {
        display: none;
    }
    .header-info > ul > li.contact_header {
        display: none;
    }
    #scrollUp {
        right: 25px;
        bottom: 130px;
    }
    /*Main Footer*/
    .main.footer-dark {
        padding-bottom: 70px;
    }
    .main-menu.main-menu-lh-2 > nav > ul > li {
        line-height: 42px;
    }
}
@media only screen and (max-width: 1350px) {
    .main-menu > nav > ul > li > a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 993px) {
    .custom-modal .modal-dialog .modal-content .title-detail {
        font-size: 23px;
    }
    .detail-info .product-price .current-price {
        font-size: 40px;
    }
    .detail-info .product-extra-link2 .button.button-add-to-cart {
        padding: 0px 15px;
    }
    .header-bottom {
        padding: 20px 0;
    }
    .header-wrap.header-space-between {
        justify-content: normal !important;
    }
    .logo.logo-width-1 {
        margin-right: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .header-action-right {
        position: absolute;
        right: 0;
    }
    /*View Cart*/
    .shopping-summery button.btn {
        width: 39px;
        margin-left: 9px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-modal .modal-dialog .modal-content {
        height: 100vh !important;
    }
    .detail-info .product-price {
        flex-wrap: wrap;
    }
    .section-title h3 {
        font-size: 23px;
        margin-right: 0px;
    }
    .mobile-header-wrapper-style {
        width: 315px !important;
    }
}

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 375px) {
    .detail-info .product-price .current-price {
        font-size: 30px;
    }
    .hero-slider-1 .single-hero-slider .display-2 {
        font-size: 23px;
    }
    .hero-slider-1 .single-hero-slider .slider-content form {
        display: none !important;
    }
    .section-title h3 {
        font-size: 23px;
    }
    .product-tabs .section-title .nav {
        display: none;
    }
    .newsletter .newsletter-inner .newsletter-content form {
        display: none !important;
    }
    .archive-header h1 {
        font-size: 28px;
        color: #0d9dff;
    }
    .shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
        padding: 5px 5px;
    }
    .shopping-summery button.btn {
        width: 0px;
    }
    .shop-product-fillter
        .sort-by-product-area
        .sort-by-product-wrap
        .sort-by
        span {
        width: 75px;
    }
    .product-cart-wrap .product-content-wrap {
        padding: 0 10px 10px 10px;
    }
    .detail-info h2 {
        font-size: 26px;
    }
    .product-cart-wrap .product-content-wrap h2 {
        font-size: 14px;
    }
    .section-title.style-2 h3 {
        margin-bottom: 25px;
        font-size: 24px;
    }
    /*Product fixed*/

    /*.product-cart-wrap{
        min-height: 310px;
    }*/

    /*Product fixed*/

    .product-cart-wrap .product-card-bottom .add-cart .add {
        padding: 6px;
    }
    /*All category page*/
    .category-title {
        font-size: 17px;
    }
    .category_image {
        height: 41px;
        width: 65px;
        margin-right: 14px;
    }
    .shop-product-fillter-header .card {
        padding: 20px 20px;
    }
    .subcategory-title {
        font-size: 14px;
    }
    /*Custom Slider Campaign*/
    .common-product .slider-btn.slider-prev {
        right: 50px !important;
    }
}

/*Header Search*/
.search-area {
    position: relative;
}
.searchProducts {
    position: absolute;
    margin: auto;
    background: #ffffff;
    z-index: 999;
    border-radius: 15px;
    margin-top: 5px;
    width: 52%;
    min-height: 0px;
    max-height: 80vh;
    overflow-y: auto;
}
.advance-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
#btnGroupAddon {
    /*background-color:#38adf1;*/
    /*color: white;*/
    background-color: #eceef1;
    color: #000;
    cursor: pointer;
    border: none;
    z-index: 111;
}
#btnGroupAddon:hover {
    color: #fff;
}
.advance-search .search-box {
    margin: 0 !important;
    /*background: linear-gradient(to right,#0d9dff,#9cbb5f);*/
    background-color: #fff;
    align-items: center;
    position: absolute;
    width: 100%;
    justify-content: center;
}
.search-box input {
    border: 0;
    background: #fff;
    height: 45px;
    border-radius: 6px;
    padding-right: 30px;
    left: 53px;
}
.back_left {
    position: absolute;
    top: 19px;
    left: 19px;
    color: #000;
    font-size: 17px;
}

/* Mobile Bottom Nav */
.fs-10 {
    font-size: 10px;
}
.mobile_fixed_bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
}
.gutters-5 > .col,
.gutters-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.mobile_bottom_nav_col {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    min-width: 0 !important;
    max-width: 100% !important;
}
.mobile-card-nav {
    height: 50px;
    width: 50px;
    border-width: 4px !important;
    background-color: #0d9dff;
    border-radius: 50% !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.mobile_bottom_nav_account {
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
}
.front-header-search {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s;
}
.front-header-search.active {
    transform: translateY(0%);
    opacity: 1;
}

/*Mobile-bottom-menu*/
.header-bottom-1 {
    padding-top: 10px;
}
.mobile-hor-swipe {
    overflow-x: auto;
    white-space: nowrap;
}
/*.header-bottom-1.header-bottom-bg-color.sticky-bar.stick {*/
/*    top: 55px;*/
/*}*/

/*Footer Section*/
/*.container-footer{
    max-width: 1140px;
}*/
.container-footer .footer-link-widget {
    margin-right: 0px;
}
/*CheckOut page*/
.cit-megabox {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.cit-megabox input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.cit-megabox > input:checked ~ .cit-megabox-elem,
.cit-megabox > input:checked ~ .cit-megabox-elem {
    border-color: #0d9dff;
}
.cit-megabox .cit-megabox-elem {
    border: 1px solid #e2e5ec;
    transition: all 0.3s ease;
    border-radius: 0.25rem;
}

/* Home Page MiniCart Border Bottom Hide */
.cartBottom {
    border-bottom: 2px solid #eee;
}
.cartBottom::last-child {
    border-bottom: 0;
}

/*Custom Slider Campaign*/
.common-product .carausel-5-columns-cover .carausel-5-columns-arrow {
    margin-top: 0px;
}
.common-product .slider-arrow {
    top: 35%;
}
.common-product .carausel-5-columns-cover .product-cart-wrap {
    margin: 0px 5px 0px 5px;
}
.common-product .deals-countdown .countdown-section {
    padding: 15px 5px 29px 5px;
    background-color: #f2fce4;
    margin-left: 3px;
    margin-right: 3px;
}
.common-product .deals-countdown .countdown-section .countdown-amount {
    margin-bottom: 0;
}

/*Footer Section*/

/*footer Banner*/
/*.newsletter .newsletter-inner{
    background-image: none !important;
}*/

/*Footer Mid*/
.footer-dark .dark-section {
    background-color: #0d9dff;
}
.footer-dark .main-footer-custom p,
.footer-dark .main-footer-custom strong,
.footer-dark .main-footer-custom span,
.footer-dark .main-footer-custom h4,
.footer-dark .main-footer-custom a {
    color: #fff;
}
.footer-dark .dark-section p,
.footer-dark .dark-section strong,
.footer-dark .dark-section span,
.footer-dark .dark-section h6,
.footer-dark .dark-section a {
    color: #fff;
}
.footer-dark .main-footer-custom a:hover {
    color: #fff;
}
.footer-dark .mobile-social-icon a {
    background: #db8c00;
}

/*===== Home 2 custom css ======*/
.home2_custom_banner.banner-img img {
    min-height: 240px;
}
.home2_custom_banner .home2_banner_title {
    margin-bottom: 20px;
}
.home2_custom_banner .home2_banner_button {
    margin-bottom: 5px;
}

.header-top-ptb-1 #news-flash {
    line-height: 14px !important;
}
.header-style-1 .header-top-ptb-1 {
    background-color: #d8d9d1;
    color: #2d2d2d;
}
.header-action-2 .header-action-icon-2 > a span {
    color: #fff;
}
.header-info > ul > li a {
    color: #2d2d2d;
}
.footer-dark .dark-section .footer-link-widget .contact-infor img {
    /*background: aliceblue;*/
}
.header-style-1 .header-middle-ptb-1 {
    padding: 5px 0;
    background-color: #0d9dff;
}
/*.categories-dropdown-wrap .vertical-megamenu>li{*/
/*    position: relative;*/
/*}*/
.categories-dropdown-wrap .vertical-megamenu > li .nav-level1 {
    border: 0;
    border-radius: 0;
    box-shadow: 2px 3px 5px #999;
    margin: 0;
    padding: 0 15px;
    min-width: 650px;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
}
.categories-dropdown-wrap .vertical-megamenu > li:hover .dropdown-menu {
    display: block;
}

.product-cart-wrap .product-card-bottom .add-cart .stock_out {
    position: relative;
    display: inline-block;
    padding: 3px 5px 3px 7px;
    border-radius: 4px;
    background-color: #feb1b1;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

/*new sidebar submenu*/
ul.vertical-megamenu.category-item {
    position: relative;
}
ul.submenu {
    position: absolute;
    width: 200px;
    border: 1px solid #ddd;
    margin-left: 0;
    opacity: 0;
    background: #fff;
    left: 100%;
    top: 0;
    z-index: 9;
    padding: 15px;
    border-radius: 10px;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
ul.vertical-megamenu.category-item li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
}

ul.vertical-megamenu.category-item li ul.submenu ul.childmenu {
    position: absolute;
    background: #fff;
    left: 100%;
    top: 0;
    width: max-content;
    opacity: 0;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #ddd;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
ul.vertical-megamenu.category-item li ul.submenu li:hover ul.childmenu {
    opacity: 1;
    visibility: visible;
}

ul.submenu li:last-child {
    margin: 0;
}
.category-item li a {
    text-transform: capitalize;
    padding-right: 21px !important;
}
ul.vertical-megamenu.category-item li i {
    position: absolute;
    display: block;
    right: 0;
    cursor: pointer;
    margin-right: 10px;
}
.subcategory-icon {
    margin-right: 0 !important;
}
.rating-checked {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.rating-checked input {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 40px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.rating-checked input::before {
    content: "\f005";
    position: absolute;
    font-family: fontAwesome;
    font-size: 18px;
    color: #111;
    transition: 0.5s;
}

.rating-checked input:hover ~ input::before,
.rating-checked input:hover::before,
.rating-checked input:checked ~ input::before,
.rating-checked input:checked::before {
    color: #ffb811;
}

.rating-checked input {
    border: none;
}

.product__rating {
    display: flex;
    align-items: center;
}

.product__rating label {
    margin-right: 10px;
    margin-bottom: 0;
}

a.vendorBtn {
    background: #db8c00;
    display: inline-block !important;
    padding: 5px;
    border-radius: 4px;
}

.product-cart-wrap .product-content-wrap {
    padding: 10px 0;
    /* height: 175px!important; */
}

.slider__active .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    padding: 0 10px;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 35px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.slider__active .slider-next.slick-arrow {
    right: 0;
}

.slider__active .slick-arrow:hover {
    background: maroon;
    color: #fff;
}

.minicart_btn.minicart_btn_success, .minicart_btn.minicart_btn_danger {
    padding: 5px !important;
    font-size: 10px;
    border: 0;
}

.header-bottom-1.header-bottom-bg-color.sticky-bar.d-lg-none {
    display: none;
}

.carausel-6-columns-common, .top_category_name, .carausel-5-columns-common{
    will-change: transform;
}