
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* Body */
body {
    background-color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    color: #222;
    -webkit-font-smoothing: antialiased;
}

input:focus, textarea:focus, select:focus, a, button {
    outline-style: none !important;
    box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 600;
}

p {
    font-size: 13px;
    line-height: 22px;
    color: #333;
}

img {
    height: auto;
    max-width: 100%;
}

ul, ol {
    list-style: outside none none;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    transform-style: preserve-3d;
}

a {
    text-decoration: none;
    color: #3a3838;
    transition-duration: 0.4s;
}

    a:hover {
        transition-duration: 0.4s;
        color: inherit;
        text-decoration: underline;
    }


        a:focus {
            outline: medium none;
            outline-offset: 0;
        }

.border-none {
    border: medium none !important;
}

.section-padding {
    padding: 40px 0;
}

.section-padding-1 {
    padding: 5px 0;
}

.section-padding-2 {
    padding: 10px 0;
}

.section-padding-min-height
{
    min-height: 1000px;
}


.margin-auto {
    margin: auto;
}

.table tbody tr td.no-item {
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.bg-success {
    background: #23bd5b none repeat scroll 0 0 !important;
}

.pmb-3 {
    margin-bottom: 30px !important;
}

.page-link {
    color: #000;
    border: none;
    line-height: 12px;
    font-size: 12px;
    margin: 0;
    padding: 8px 14px;
}



    .page-item.active .page-link {
        border-color: transparent !important;
        background: #333;
    }

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}

.page-link:hover {
    color: #000;
    background: transparent;
}

.bg-dark {
    background: #0cc5b7; /* Old browsers */
}

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.text-secondary {
    color: #0cc5b7 !important;
}

.bg-success, .btn-success, .btn-outline-success:hover, .badge-success {
    border-color: transparent !important;
    background: #4eda92;
}

.btn-outline-success {
    border-color: #4eda92;
    color: #4eda92;
}

.bg-danger, .btn-danger, .btn-outline-danger:hover, .badge-danger {
    border-color: transparent !important;
    background: #ff253a;
  
}

.btn-outline-danger {
    border-color: #ff253a;
    color: #ff253a;
}

.text-danger {
    color: #ff253a !important;
}

.bg-info, .btn-info, .btn-outline-info:hover, .badge-info {
    border-color: transparent !important;
    background: #17a2b8;
}

.btn-outline-info {
    border-color: #17a2b8;
    color: #17a2b8;
}

.text-info {
    color: #17a2b8 !important;
}

.badge {
    border-radius: 2px;
    font-weight: 400;
}

.btn {
    border-radius: 2px !important;
    font-size: 14px;
    padding: .575rem .75rem;
}

    .btn.btn-sm {
        font-size: 13px;
        height: calc(1.3em + .75rem + 2px);
        padding: .300rem .75rem;
    }


.heading-design-h5 {
    font-size: 30px;
    margin-bottom: 14px;
}

    .heading-design-h5 a.heading-design-nav {
        font-size: 16px;
        line-height: 22px;
    }

.border-top {
    border-top: 1px solid #eeeeee !important;
}

.border-bottom {
    border-bottom: 1px solid #eeeeee !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f9f9f9 !important;
    color: #1c2224 !important;
    text-decoration: none;
}

.accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:first-of-type {
    border: 1px solid #eeeeee;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    border-radius: 2px;
    background: transparent;
    /*border-left: 0;*/

    
}
.input-group .form-control:focus ~ .input-group-append .input-group-text {
    border-color: #80bdff;
    
}


.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
}

.card-header {
    background-color: #fbfbfb;
    border-bottom: 1px solid #eeeeee;
}

.card {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
}

    .card .card-header h1.card-title,
    .card .card-header h2.card-title,
    .card .card-header h3.card-title,
    .card .card-header h4.card-title,
    .card .card-header h5.card-title,
    .card .card-header h6.card-title {
        padding: 0;
        margin: 0;
    }

    .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

.list-group-item:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.list-group-item {
    border: 1px solid #eeeeee;
}

.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
}
/* Top Menu */
.navbar-top, .footer-bottom {
    border: none;
    background: #45494e;
}

#cupom-desconto-primeira-compra-container
{
    display: block;
}

#cupom-desconto-primeira-compra-responsive-container
{
    display: none;
}


.cupom-desconto-primeira-compra {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.cupom-desconto-primeira-compra a {
    text-decoration: none;
}


        .cupom-desconto-primeira-compra .chamada {
        }

        .cupom-desconto-primeira-compra .cupom {
            background: #0b2c88;
            color: #fff;
/*            border: 1px solid #ffffff;
*/            border-radius: 5px;
            padding: 7px;
            padding-left: 9px;
            padding-right: 9px;
            font-size: 0.9em;
            line-height: 0.9em;
            letter-spacing: 1px;
            cursor: pointer;
            margin-right: 10px;
            margin-left: 10px
        }




.cupom-desconto-primeira-compra-responsive {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: 12px;
    margin-right: 12px;
    user-select: none;
}


    .cupom-desconto-primeira-compra-responsive a {
        text-decoration: none;
    }


    .cupom-desconto-primeira-compra-responsive .chamada {
        color: red;
        font-size: 1.1em;
    }

    .cupom-desconto-primeira-compra-responsive .cupom {
       
        font-size: 0.8em;
        letter-spacing: 1px;
        cursor: pointer;
        margin-right: 10px;
        margin-left: 10px
    }

            .osahan-menu {
                padding: 0px;
                background: #fff !important;
            }

    .osahan-menu .navbar-brand {
        padding: 15px 0;
        display: flex;
        justify-content: center;
        width: 255px;
        margin-right: 0;
    }

        .osahan-menu .navbar-brand .logo {
            width: 255px;
            height: auto;
        }

.main-nav-right {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.main-nav-right-top-item {
    font-size: 35px;
    display: flex;
    padding-left: 20px;
    align-items: center;
    cursor: pointer;
    user-select:none;
}



    .main-nav-right-top-item.account-btn {
        font-size: 38px;
    }

    .main-nav-right-top-item.super-fidelidade-btn {
        font-size: 38px;
    }

    .main-nav-right-top-item.cart-btn
    {
        position: relative;
    }

    .main-nav-right-top-item .cart-value {
        font-size: 12px;
        right: -5px;
        line-height: 12px;
        position: absolute;
        top: -25px;
        min-width: 22px;
        padding: 5px;
        text-align: center;
        height: 21px;
    }

.main-nav-right-top-item.menu-responsive-btn {
    display: none;
}


.top-categories-search-main {
    margin-top: 0;
    margin-right: 0;
    margin-left: 30px;
    flex-grow: 1;
}

.top-categories-search {
    margin: auto;
    flex-grow: 1;
    width: 100%;
    border: 1px solid #d0d0d0;
    box-shadow: 0 0px 4px 0 rgb(223, 225, 226);
    border-radius: 4px;
    position: relative;
    height: 46px;
}

    .top-categories-search .form-control-custom {
        border: medium none;
        font-size: 15px;
        height: 44px;
        padding-left: 15px;
        padding-top: 4px;
    }

    .top-categories-search .btn-search {
        color: #7e7e7e;
        font-size: 20px;
        position: absolute;
        right: 0px;
        top: 8px;
        background: transparent;
        border: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .top-categories-search .easy-autocomplete {
        border: 0;
        background-color: #fff;

    }
        .top-categories-search .easy-autocomplete .input-search-product {
            border: 0;
            box-shadow: none;
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

    .top-categories-search .easy-autocomplete-container {
        top: 45px;
        left: -1px;
        right: -1px;
        width: auto;
        z-index: 9999;
    }

        .top-categories-search .easy-autocomplete-container .eac-item {
            font-size: 18px !important;
            padding: 4px 12px;
        }
    
/* Link Menu */
.osahan-menu-2 {
    background: red;
    border-radius: 0;
    padding: 0;
    border-bottom: 3px solid #980101;
}

    .osahan-menu-2 .nav-link {
        color: #fff !important;
        font-size: 15px;
        padding: 19px 13px !important;
        display: flex;
    }

.dropdown-menu {
    border: medium none;
    border-radius: unset;
    box-shadow: 0 4px 4px #09090842;
    margin: 0;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
}


    .dropdown-menu .dropdown-header {
        display: block;
        padding: .5rem 1.5rem;
        margin-bottom: 0;
        font-size: 1em;
        white-space: nowrap;
        color: #000;
        cursor: default;
    }

    .dropdown-menu .dropdown-item {
        color: #191919;
        font-size: 1em;
        padding: 8px 18px !important;
        display: flex;
        align-items: center;
    }

        .dropdown-menu .dropdown-item i {
            color: #191919;
            font-size: 28px;
            margin-right: 12px;
        }

            .dropdown-menu .dropdown-item i.fas,
            .dropdown-menu .dropdown-item i.far {
                font-size: 20px;
            }



            .osahan-menu-2 .nav-link.shop {
                border-right: 1px solid #ececec;
                color: #333 !important;
                font-weight: 500;
                margin-right: 11px;
                padding-right: 22px !important;
            }

.osahan-menu-2 .nav-link:hover {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #333 !important;
}

.osahan-menu-2 .nav-link .mdi.icon {
    margin-right: 10px;
    font-size: 22px;
}



.card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}

.page-info {
   /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);*/
    border-top: 1px solid #ececec;
}
    .page-info .bread-crumb 
    {
        font-size: 0.8em;
    }

    .page-info .bread-crumb .home {
        font-weight: bold;
    }

.category-item img {
    border-radius: 50px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    height: 80px;
    margin: 1px 0 8px;
    object-fit: scale-down;
    padding: 9px;
    transform: scale(1);
    transition-duration: 0.4s;
    width: 80px;
}

.category-item:hover img {
    transform: scale(1.09);
}

.category-item {
    padding: 8px;
    text-align: center;
}

    .category-item h6 {
        font-size: 13px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.top-category {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding: 14px 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}

.category-item p {
    margin: 0;
}


/* Featured Box */
    .feature-box p {
    margin: 0;
}

.feature-box h6 {
    color: #24a3b5;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 10px 0 0;
}

.feature-box .mdi {
    border: 1px solid #24a3b5;
    border-radius: 50px;
    color: #24a3b5;
    display: inline-block;
    float: left;
    font-size: 21px;
    height: 60px;
    line-height: 56px;
    margin: 0 15px 0 0;
    text-align: center;
    width: 60px;
}
/* Footer */
.footer {
    background-color: red;
    margin-top: 50px;

}

    .footer * {
        color: #fff;
    }

    .footer .footer-brand img {
        background: #fff;
        padding: 20px;
        max-width: 255px;
    }

    .app img {
        height: 32px;
        margin: 0 11px 0 0;
    }

    .app-version {
        font-size: 0.7em;
        color: gray;
    }

.footer-bottom p {
    line-height: 16px;
}

.footer-social a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 25px;
    color: #ccc;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    text-align: center;
    width: 30px;
}

.footer-bottom p, .footer-bottom a, .footer-bottom span {
    color: #fff;
}


.footer-bottom .text-primary {
    color: #ff253a !important;
}

.footer .contact-item {

    font-size: 1.3em;
    margin-bottom: 0.5em;
}

/* Cart Sidebar */
body.toggled {
    overflow: hidden;
}

    body.toggled::after {
        background: #000 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0.7;
        position: absolute;
        right: 0;
        z-index: 9;
        top: 0;
    }

.cart-sidebar {
    background: #fff none repeat scroll 0 0;
    overflow: auto;
    position: fixed;
    right: -400px;
    top: 0;
    width: 400px;
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100vh;
}

.toggled .cart-sidebar {
    right: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    flex-direction:column;
}

.cart-sidebar-body {
    overflow: inherit;
    flex-basis: 100%;
}


.cart-sidebar-header {
    background: #fff;
    color: #000;
    padding: 15px;
    height: 65px;
    border-bottom: 1px solid #e2e2e2;
}

    .cart-sidebar-header h5 {
        font-size: 20px;
        line-height: 24px;
        margin: 0;
    }

        .cart-sidebar-header h5 img {
            margin-right: 15px;
            width: 35px;
        }
        .cart-sidebar-header h5 .badge {
            min-width: 26px;
        }


        .cart-sidebar-header .float-right {
            text-align: center;
            font-size: 30px;
            color: #373636
        }
 

.cart-list-product {
    width: 100%;
}

.cart-sidebar-footer {
    background: #e8e8e8;
    padding: 20px 16px 16px 16px;
    height: 180px;


}

.cart-sidebar-footer-checkout {
    height: auto;
}
    .cart-sidebar-footer-checkout .cart-sidebar-footer-checkout-action {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

        .cart-sidebar-footer-checkout .cart-sidebar-footer-checkout-action .btn.btn-primary {
            width: 260px;
            font-size: 18px;
        }


    .cart-sidebar-footer p {
        font-size: 18px;
    }

/* Shop Filters */
.shop-filters .card-header .btn {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

    .shop-filters .card-header .btn .mdi {
        position: absolute;
        right: 0;
    }

.shop-filters .card-body {
    padding: 4px;
    background: #fff;
    max-height: 1000px;
}



/* width */
    .shop-filters .card-body::-webkit-scrollbar {
        width: 10px;
    }

/* Track */
    .shop-filters .card-body::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px lightgray;
    }

/* Handle */
    .shop-filters .card-body::-webkit-scrollbar-thumb {
        background: lightgray;
    }

    /* Handle on hover */
        .shop-filters .card-body::-webkit-scrollbar-thumb:hover {
            background: gray;
        }

.card-shop-filters {
    padding: 18px !important;
}

    .card-shop-filters .custom-control {
        margin: 8px 0;
    }

        .card-shop-filters .custom-control .badge {
            float: right;
            margin: 6px 0 0;
        }

        .card-shop-filters .custom-control label {
            width: 100%;
        }

 
.list-group-item.active {
    background: #0cc5b7 none repeat scroll 0 0;
    border-color: #0cc5b7;
}

.shop-filters .card {
    margin: -2px 0 0;
}


.form-control {
    border-radius: 2px;
    font-size: 15px;
    height: calc(2.3em + .75rem + 2px);
    padding: .575rem .75rem;
    color: #000;
    font-weight: bold;
}

label {
    font-size: 14px;
    margin: 0 0 3px;
}

.modal-content {
    border: medium none;
    border-radius: 2px;
}


#best-offers {
    background: #fff;
    border: none;
}


#home-alerts {
    background: #f7f7f7;
    border-top: 5px solid #dac5c5;
    border-bottom: 5px solid #dac5c5;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    padding: 18px;
}
    #home-alerts i {
        font-size: 2em;
        margin-bottom: 0.5em;
        color: red;
        transform: rotate(-20deg)
    }
    #home-alerts .item {
        font-size: 0.8em;
        text-align: left;
        border: 1px solid #dcb1b1;
        background: #ff00000f;
        padding: 0.5em;
        border-radius: 3px;
        margin-bottom: 0.5em;
    }



#main-tool-bar {
    background-color: #fff;
}


/*---------------------------------------------------------------------------------------------------------------*/
/* Mobile Media */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .carousel-slider-main .owl-prev, .carousel-slider-main .owl-next {
        top: 34%;
    }

    .account-left {
        margin-right: 0;
    }

    .account-page .mx-auto {
        margin: 0 15px !important;
    }

    .account-right {
        border-left: medium none !important;
        border-top: 1px solid #eeeeee !important;
        min-height: auto !important;
    }

    .location-top {
        display: none;
    }

    .top-categories-search {
        left: 0;
        margin: auto;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }

    .container {
        max-width: 100%;
    }

    .main-nav-right {
        right: 10px;
        position: absolute;
        top: 25px;
    }

    .main-nav-right-top-item.menu-responsive-btn {
        display: block;
    }

    .shop-detail-slider #sync2 {
        padding: 0;
    }

        .shop-detail-slider #sync2 img {
            margin: 26px 0 10px 0;
        }

    .navbar-toggler {
        background: #fff none repeat scroll 0 0 !important;
        border: medium none;
        border-radius: 2px;
        margin: -10px 16px 0 0;
        padding: 6px 9px;
    }

    .top-categories-search-main {
        margin: 10px !important;
    }

    .cart-btn .cart-value {
        margin: 10px 0 0 2px;
    }

    .login-modal-left {
        display: none;
    }

    .app img {
        margin-bottom: 4px;
    }

    .footer-social a {
        margin-bottom: 3px;
    }

    .top-categories-search .form-control {
        border-radius: 2px 0 0 2px !important;
        min-width: auto;
    }

    .cart-sidebar {
        right: 100%;
        width: 100%;
    }

    .login-modal-right {
        padding: 6px;
    }

    .top-category .owl-prev {
        left: 0;
    }

    .top-category .owl-next {
        right: 0px;
    }


    .feature-box {
        margin-bottom: 6px;
        overflow: hidden;
    }

    .footer h6 {
        margin-bottom: 12px !important;
        margin-top: 25px;
    }

    .navbar-top {
        text-align: center;
    }

        .navbar-top .text-right {
            text-align: center !important;
        }

    .osahan-menu .navbar-brand {
        padding: 15px 15px;
        display: block
    }

        .osahan-menu .navbar-brand .logo {
            width: 150px;
            height: auto;
        }

    .category-list-sidebar {
        width: 100% !important;
    }

    .section-padding-min-height {
        min-height: 700px;
    }


    /*hack para iphone*/
    .cart-sidebar-body {
        height: 100%;
        flex-basis: calc(100% - 300px);
    }


    .heading-design-h5 {
        font-size: 22px;
    }


    #cupom-desconto-primeira-compra-container {
        display: none;
    }

    #cupom-desconto-primeira-compra-responsive-container {
        display: block;
    }
     
}

/*---------------------------------------------------------------------------------------------------------------*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .carousel-slider-main .owl-prev, .carousel-slider-main .owl-next {
        top: 40%;
    }

    .account-left {
        margin-right: 0;
    }

    .account-page .mx-auto {
        margin: 0 15px !important;
    }

    .account-right {
        border-left: medium none !important;
        border-top: 1px solid #eeeeee !important;
        min-height: auto !important;
    }

    .location-top {
        display: none;
    }

    .top-categories-search {
        left: 0;
        margin: auto;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }

    .container {
        max-width: 100%;
    }

    .shop-detail-slider #sync2 {
        padding: 0;
    }

        .shop-detail-slider #sync2 img {
            margin: 26px 0 10px 0;
        }

    .navbar-toggler {
        background: #fff none repeat scroll 0 0 !important;
        border: medium none;
        border-radius: 2px;
        margin: -10px 16px 0 0;
        padding: 6px 9px;
    }

    .top-categories-search-main {
        margin: 10px !important;
    }

    .main-nav-right {
        right: 10px;
        position: absolute;
        top: 35px;
    }

    .main-nav-right-top-item.menu-responsive-btn {
        display: block;
    }

    .login-modal-left {
        display: none;
    }

    .app img {
        margin-bottom: 4px;
    }

    .footer-social a {
        margin-bottom: 3px;
    }

    .feature-box {
        margin-bottom: 6px;
        overflow: hidden;
    }


    .navbar-top {
        text-align: center;
    }

        .navbar-top .text-right {
            text-align: center !important;
        }

    .osahan-menu .navbar-brand {
        padding: 8px 15px;
    }

    .category-list-sidebar {
        width: 100% !important;
    }

    .section-padding-min-height {
        min-height: 700px;
    }


    #cupom-desconto-primeira-compra-container {
        display: none;
    }

    #cupom-desconto-primeira-compra-responsive-container {
        display: block;
    }


}
 
/*
/*---------------------------------------------------------------------------------------------------------------*/
/* Medium devices (tablets, 768px and up) */
 @media (min-width: 768px) and (max-width: 991.98px) {

  

        .location-top {
            display: none;
        }

        .container {
            max-width: 100%;
        }

        .main-nav-right {
            right: 10px;
            position: absolute;
            top: 35px;
        }

        .main-nav-right-top-item.menu-responsive-btn {
            display: block;
        }

        .shop-detail-slider #sync2 {
            padding: 0;
        }

            .shop-detail-slider #sync2 img {
                margin: 26px 0 10px 0;
            }

        .navbar-toggler {
            background: #fff none repeat scroll 0 0 !important;
            border: medium none;
            border-radius: 2px;
            margin: -10px 16px 0 0;
            padding: 6px 9px;
        }

        .top-categories-search-main {
            margin: 10px !important;
        }

        .login-modal-left {
            display: none;
        }

        .app img {
            margin-bottom: 4px;
        }

        .footer-social a {
            margin-bottom: 3px;
        }

        .top-categories-search .form-control {
            min-width: auto;
        }

        .top-category .owl-prev {
            left: 0;
        }

        .top-category .owl-next {
            right: 0px;
        }

        .feature-box {
            margin-bottom: 6px;
            overflow: hidden;
        }

        .osahan-menu .navbar-brand {
            padding: 15px 15px;
        }


        .category-list-sidebar {
            width: 100% !important;
        }

}
 
/*---------------------------------------------------------------------------------------------------------------*/
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
   
    .location-top {
        display: none;
    }

    .top-categories-search .form-control {
        min-width: auto;
    }

    .top-category .owl-prev {
        left: 0;
    }

    .top-category .owl-next {
        right: 0px;
    }

    .container {
        max-width: 100%;
    }

  
}

/*---------------------------------------------------------------------------------------------------------------*/
/* Extra large devices (large desktops, 1300px and up) */
@media (min-width: 1300px) {

    
    .top-categories-search .form-control {
        min-width: auto;

    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }

}


 