body {
    font-family: 'Poppins', sans-serif;
}

.sb-topnav {
    height: 80px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

.elem_categorias,
nav a {
    font-size: 14px !important;
}

.navbar-brand img {
    height: 60px;
    margin-left: 30px;
}

.navbar {
    background-color: white;
    -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}

#userDropdown {
    color: black;
}

#sidebarToggle {
    text-decoration: none;
    outline: none !important;
    border: solid 1px var(--babyPrimaryColor);
}

#titulo_categorias_sidebar {
    color: var(--babyPrimaryColor);
    font-size: 26px !important;
}

.icono_categoria {
    height: 24px;
}

#wrap_carousel,
.wrap_img_categorias {
    margin: auto;
}

.subtitulo {
    font-size: 25px;
    border-bottom: solid 2px var(--babyPrimaryColor);
    width: 290px;
}

.img_cat_foot {
    border-radius: 10px;
    margin-bottom: 30px;
    filter: brightness(70%);
}

.t_cat_det {
    margin-left: 10px;
    margin-bottom: 40px;
    color: white;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

#buscador {
    width: auto;
}

.sb-topnav .input-group .form-control {
    /* -moz-box-shadow: inset 0 0 5px  var(--babyPrimaryColor);
    -webkit-box-shadow: inset 0 0 5px  var(--babyPrimaryColor);
    box-shadow: inset 0 0 5px  var(--babyPrimaryColor);*/
    border-radius: 20px;
}


/****************** 
CATEGORIES - SIDEBAR
*****************/

.nav-link {
    color: #6c757d!important;
}

.nav-link:hover {
    background-color: #ededed !important;
}


/*  ::-webkit-scrollbar {
    width: 10px;
} */


/****************** 
TRACK
*****************/

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/****************** 
HANDLE
*****************/

 ::-webkit-scrollbar-thumb {
    background: var(--babyPrimaryColor);
    border-radius: 10px;
}


/****************** 
HANDLE ON HOVER
*****************/

 ::-webkit-scrollbar-thumb:hover {
    background: #898b96;
}


/****************** 
CATEGORIES - IMAGES AND QUANTITY MINUS-PLUS
*****************/

#images-container {
    background-color: #f5f5f5;
    margin-top: 0;
    padding: 3% 0;
}

.img-cover {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 7px;
    margin-bottom: 10px;
}

.img-cover h6 {
    position: absolute;
    bottom: 30px;
    left: 10px;
    color: #fff;
    font-weight: 600;
    z-index: 7;
    padding: 5px;
    border-radius: 15px;
    font-size: 13px;
}

.img_cat_elem {
    object-fit: cover;
}

.img-cover img {
    width: 100%;
    height: 230px;
    opacity: 0.7;
    border-radius: 7px;
}

.img-cover img:hover {
    opacity: 0.5;
}

.img-cover p {
    position: absolute;
    bottom: -2px;
    left: 10px;
    color: #fff;
    font-weight: 600;
    z-index: 7;
    padding: 5px;
    border-radius: 10px;
    font-size: 11px;
}

.space-top {
    margin-top: 25px;
}


/****************** 
LINE CONTENT 
*****************/

.line {
    background: #efefef;
    position: relative;
    height: 1px;
    margin-bottom: 5%;
}

.line:before {
    content: '';
    background: var(--babyPrimaryColor) !important;
    border-radius: 20px;
    width: 25%;
    height: 4px;
    position: absolute;
}


/****************** 
CAROUSEL OF FEATURES PRODUCTS
*****************/

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: var(--babyPrimaryColor) !important;
    border: var(--babyPrimaryColor);
    padding: 0!important;
    font: inherit;
    border: none;
    outline: none;
}

.owl-carousel .owl-prev {
    position: absolute;
    color: var(--babyPrimaryColor)!important;
    top: 110px;
    left: -30px;
    font-size: 100px !important;
}

.owl-carousel .owl-next {
    position: absolute;
    color: var(--babyPrimaryColor)!important;
    top: 110px;
    right: -30px;
    font-size: 100px !important;
}

.owl-carousel .carousel-detail a {
    text-decoration: none;
}

.owl-carousel .carousel-detail h4 {
    color: var(--babyPrimaryColor);
    font-size: 15px;
    font-weight: bold;
}

.owl-carousel .carousel-detail h6 {
    font-size: 13px;
    font-weight: bold;
}

.owl-carousel .carousel-detail .myNumber {
    color: var(--babyPrimaryColor);
    font-size: 15px;
    font-weight: bold;
}

.mhx {
    height: 40px;
}


/****************** 
FOOTER
*****************/

*/ .footer .list-group ul li a {
    color: #898b96 !important;
    text-decoration: none!important;
}

.footer .footer-detail img {
    width: 90px !important;
    height: 43px !important;
}

.footer .i-color {
    color: # !important;
}


/****************** 
OlD_THEME
*****************/

#map_canvas {
    width: 350px;
    height: 250px;
}


/****************** 
SEARCH BUTTON
*****************/

.Suggestion {
    position: absolute;
    top: 40px;
}

#search_bar input:hover,
#search_bar input:active {
    box-shadow: 0 0 5px 3px var(--babyPrimaryColor) !important;
}

.carousel-inner img {
    width: 100%;
}

.item-result-product {
    padding: 3px;
}

.item-result-product__avatar {
    float: left;
    width: 80px;
    margin-right: 10px
}

.item-result-product__avatar img {
    width: 100%;
    height: auto;
    border-radius: 2px
}

.item-result-product__meta {
    margin-left: 50px;
}

.item-result-product__title {
    padding-top: 20px;
    color: black;
    font-weight: bold;
    word-wrap: break-word;
    line-height: 20px;
    margin-bottom: 4px
}

.item-result-product__description {
    font-size: 13px;
    color: #777;
    margin-top: 4px
}

.item-results__option--highlighted .item-result-product__title {
    color: white
}

.item-result-product:hover {
    background-color: var(--babyPrimaryColor);
    cursor: pointer;
}

.item-result-product:hover .item-result-product__title {
    color: white !important;
}

.item-result-product__no_result {
    text-align: center;
}


/****************** 
MODAL LOGIN AND REGISTER
*****************/

#register .modal-header {
    padding: 0;
}

#loginModal .modal-header .close {
    margin-top: -42px;
    margin-right: -36px !important;
    font-size: 28px;
}

#register .modal-header .close {
    margin-top: -25px;
    font-size: 28px;
    margin-right: -20px !important;
}

.form-title {
    margin: -2rem 0rem 2rem;
}

.btn-round {
    border-radius: 3rem;
}

.delimiter {
    padding: 1rem;
}

.social-buttons .btn {
    margin: 0 0.5rem 1rem;
}

.signup-section {
    padding: 0.3rem 0rem;
}

#loginModal .modal-content {
    width: 100%;
    height: 360px;
    border-radius: 10px;
    margin: 0 auto;
}

#register .modal-content {
    height: 100%;
    border-radius: 10px;
    margin: 0 auto;
}

.modal-content .form-control {
    width: 100%;
    border-radius: 5px !important;
    border: 1px solid #e3e6e5;
}

.modal-content .form-group {
    width: 100%;
    border-radius: none !important;
}

.signup-section a {
    color: black;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 4px;
}

.form-check-label {
    font-size: 12px;
    color: #898b96;
}

.form-check-label a {
    font-size: 10px;
    color: #898b96;
    margin-left: 10px;
    margin-bottom: 10px;
}

.modal-content .btn {
    background-color: var(--babyPrimaryColor);
    border: none;
}

@media (min-width: 576px) {
    /*   .modal-dialog {
        max-width: 400px;
    } */
    .modal-content {
        padding: 1rem;
    }
}


/****************** 
CART DROPDOWN 
*****************/

.cartdropdown .dropdown {
    float: left;
    padding: 0 5px;
}

.badge-pill {
    position: absolute;
    left: 15px;
    top: 2px !important;
    background: var(--babyPrimaryColor);
    font-size: 9px;
    border: none !important;
    outline: none !important;
}

.cartdropdown .btn {
    border: 0 !important;
    border-left: 1px solid #f1f1f1f1 !important;
    border-radius: 0;
    background-color: #fff;
    padding: 10px;
    color: #fff;
    padding-left: 15px;
    height: 45px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cartdropdown i {
    color: #000;
    -webkit-appearance: inherit;
}

.cartdropdown .btn:hover {
    background-color: #fff !important;
}

.cartdropdown .dropdown .dropdown-menu {
    padding: 30px;
    top: 45px !important;
    width: 350px !important;
    right: 100px !important;
    -webkit-box-shadow: 0px 5px 30px black;
    box-shadow: 0px 5px 30px black;
    left: -300px;
    max-height: 400px;
    overflow-y: auto;
}


/* .cartdropdown .total-section p {
margin-bottom: 20px;
} */


/* .cartdropdown .cart-detail {
padding: 15px 0px;
border: 1px solid #C2C2DC;
border-radius: 10px;
} */

.cartdropdown .cart-detail-img img {
    width: 100%;
    height: 100%;
}

.cartdropdown .cart-detail-product p {
    margin: 0px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
}

.cartdropdown .cart-detail .price {
    font-size: 12px;
    margin-right: 10px;
    font-weight: 500;
}

.cartdropdown .cart-detail .count {
    color: var(--babyPrimaryColor);
    font-weight: 500;
}

.cartdropdown .checkout {
    padding: 10px 0;
    margin: 0;
}

.cartdropdown .checkout .btn-primary {
    border-radius: 20px;
    margin-top: 15px;
    background: var(--babyPrimaryColor) !important;
}

.cartdropdown .checkout .btn-primary:hover {
    border-radius: 20px;
    margin-top: 15px;
    background: #336e30 !important;
}

.cartdropdown .dropdown-menu:before {
    content: " ";
    position: absolute;
    top: -20px;
    right: 50px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

.cart-space {
    margin-top: 10px;
}

.cartdropdown #total {
    color: #898b96;
}

.cartdropdown .checkout .float-right {
    font-weight: 700;
}

.cartdropdown {
    margin-right: 30px;
}

#cartbtn {
    background: var(--babyPrimaryColor);
}

#cartbtn:hover {
    background: #336e30 !important;
}

.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

#search_bar input {
    border: solid var(--babyPrimaryColor) 1px !important;
    width: 800px;
    outline-color: red !important;
}

@media only screen and (max-width: 1270px) {
    #search_bar input {
        width: 500px;
        /* margin-right: 20px; */
    }
}

@media only screen and (max-width: 1000px) {
    #search_bar input {
        width: 320px;
        /* margin-right: 20px; */
    }
}

#mini_buscador {
    width: 90%;
    display: block;
    visibility: hidden;
    margin-top: -60px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    #mini_buscador {
        visibility: visible;
        margin-top: 5px;
    }
    #mini_btn_buscar {
        font-size: 12px;
    }
}

#mini_search_bar {
    width: 100%;
    margin-right: 50px;
}

#mini_search_bar input {
    border: solid 1px var(--babyPrimaryColor);
    border-radius: 15px;
}

.carousel {
    margin-top: 30px;
}

.fa-shopping-cart {
    margin-top: 8px;
}


/* SET RULES BOOTSTRAP */

.pagination>li>a,
.pagination>li>span {
    color: green;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--babyPrimaryColor);
    border-color: var(--babyPrimaryColor);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--babyPrimaryColor) !important;
    border-color: var(--babyPrimaryColor) !important;
}


/* custom.css | http://127.0.0.1:8000/front/css/custom.css */

.pagination>li>a,
.pagination>li>span {
    color: var(--babyDarkGrayColor);
}


/* On screens that are 992px or less, set the background color to blue */

@media screen and (max-width: 992px) {
    body h6 {
        font-size: 12px;
    }
    .footer .row div:nth-child(1) {
        margin-top: 20px;
    }
}

@media screen and ( max-width: 550px) {
    li.page-item {
        display: none;
    }
    .page-item:first-child,
    .page-item:nth-child( 3),
    .page-item:nth-last-child( 2),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {
        display: block;
    }
}

@media screen and (max-width: 900px) {
    #search_bar {
        width: 400px;
    }
}

@media screen and (max-width: 430px) {
    .navbar-brand {
        width: 100px !important;
    }
    .navbar-brand img {
        margin-left: -10px;
    }
}

.fa-circle {
    font-size: 6px;
    margin-right: 10px;
}

.cat_item {
    font-size: 12px !important;
}

#t_carrito td:nth-child(2) {
    padding-right: 20px !important;
}

.card-footer button {
    font-family: 'Poppins', sans-serif;
}

.btn_product_foot {
    visibility: visible !important;
    background-color: var(--babyPrimaryColor);
    border-style: hidden;
}

.btn_product_foot:hover {
    background-color: #377834;
}

.btn_product_foot:active {
    background-color: black !important;
    border: solid var(--babyPrimaryColor) 1px !important;
}

.q_cantidad {
    background-color: var(--babyPrimaryColor);
    border-radius: 5px;
    border: none;
    color: white;
    height: 30px;
    width: 30px;
    text-align: center;
}

.q_group input:nth-child(2) {
    border-top: solid var(--babyPrimaryColor) 1px;
    border-bottom: solid var(--babyPrimaryColor) 1px;
    border-right: none;
    border-left: none;
    max-height: 30px;
}

.q_group input:nth-child(1) {
    border-radius: 5px 0px 0px 5px;
}

.q_group input:nth-child(3) {
    border-radius: 0px 5px 5px 0px;
}

.btn_add_cart {
    font-size: 14px;
    background-color: var(--babyBlueColor);
    border-color: var(--babyBlueColor);
    color: white !important;
    text-shadow: 1px 1px 3px #292626 !important;
    padding: 3px;
    border-radius: 8px;
}

.txt_sm {
    display: none;
}

@media screen and (max-width: 640px) {
    .txt_sm {
        display: block;
        font-size: 12px;
    }
    .txt_lg {
        display: none;
    }
}

#t_cart tbody td:nth-child(2) {
    min-width: 140px;
    text-align: center;
}

#t_cart tbody td:nth-child(1) {
    width: 70%;
}

#t_cart tbody td:nth-child(3) {
    text-align: right;
}

@media screen and (max-width: 640px) {
    #t_cart tbody td:nth-child(2) {
        font-size: 12px;
    }
    #t_cart tbody td:nth-child(1) {
        font-size: 12px;
    }
}

#btn_pagar_cart,
#btn_finalizar_ped_checkout {
    background-color: var(--babyPrimaryColor);
    color: white;
}

#btn_pagar_cart:hover,
#btn_finalizar_ped_checkout:hover {
    background-color: #377834;
}

.obs_met_pago {
    color: rgb(211, 211, 211);
}

.btn_ped_checkout {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 70%;
}

.btn_wrap_checkout {
    width: 100%;
    text-align: center;
}

.btn-success {
    background-color: var(--babyPrimaryColor) !important;
}

button .btn_success:hover {
    background-color: #377834 !important;
}

.medida_label {
    font-size: 12px;
    color: grey !important;
}

.unidad_wrap {
    margin-top: -20px;
}

#medios_pagos_foot {
    margin: auto;
    /* background-color: grey; */
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

#medios_pagos_foot img {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

#procesado_pagopar {
    background-color: white;
    padding: 0;
    border-radius: 5px;
    height: 50px !important;
}

#mini_btn_buscar {
    border: none;
    border-radius: 20px;
    background-color: var(--babyPrimaryColor);
    color: white;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    outline: none;
    position: absolute;
    right: 0px;
    top: 0px;
}

#btn_buscar:active {
    background-color: #377834;
}