/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*Import fonts*/
@font-face {
    font-family: "AmazonEmber";
    src: url('../fonts/Amazon-Ember-Regular.ttf');
}

a, p, li, h1, h2, h3, h4, h5, td, button span, strong, select, div, input, label, select {
    font-family: 'AmazonEmber' !important;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #000;
    background: #eaeded;
}

a {
    color: #383241;
    text-decoration: none;
}

a:hover {
    transition: 0.5s;
    color: #ab8b63;
    text-decoration: none;
}

.strong {
    font-weight: bolder;
}

.btn-primary {
    background: #383241;
    color: #fff;
    border: 2px solid #383241;
    transition: 0.5s;
    border-radius: 0.275rem;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #555556;
    --bs-btn-disabled-border-color: #555556;
}

.btn-secundary {
    background: #8d9093;
    color: #fff;
    border: 2px solid #8d9093;
    transition: 0.5s;
    border-radius: 0.275rem;
}

a.btn.btn-secundary, a.btn.btn-primary {
    color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus {
    background: transparent;
    color: #383241;
    border: 2px solid #383241;
}

.btn-secundary:hover, .btn-secundary:active, .btn-secundary:focus, a.btn-secundary:hover, a.btn-secundary:active, a.btn-secundary:focus {
    background: transparent;
    color: #8d9093;
    border: 2px solid #8d9093;
}

main {
    background-color: #eaeded;
}

.content.bg-light {
    background-color: #ffffff !important;
    border-radius: 10px;
}

.content-description.bg-light {
    height: 100%;
    border-radius: 10px;
}

.form-control:focus {
    border-color: rgb(35, 119, 130);
    box-shadow: 0 0 0 .25rem rgba(35, 119, 130, .25);
}

.form-select:focus, .btn-primary:focus, .btn-primary:active {
    border-color: rgb(35, 119, 130);
    box-shadow: 0 0 0 .25rem rgba(35, 119, 130, .25);
}

.mdi.mdi-information-outline::before {
    font-size: 16px;
}

.blue-text {
    font-size: 14px;
    color: rgb(0, 74, 84) !important;
}


/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.select2-container--default .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5e5d5d;
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #949494;
}

.select2-container {
    display: block;
    z-index: 10;
}
.select2 {
    height: 100%;
}
.carousel {
    z-index: 1;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 32px;
}

.form-check-input {
    border: 1px solid #383241;
}

.form-check-input:checked {
    background-color: #383241;
    border-color: #383241;
}

#contacts-form .form-group {
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 50px;
    z-index: 996;
    background: #ab8b63;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top.active:hover {
    background: #ab8b63;
    color: #fff;
    opacity: 1;
}

.back-to-top.active {
    visibility: visible;
    opacity: .6;
}

.select2-dropdown {
    z-index: 9999;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #383241;
    padding: 10px 0;
    font-size: 14px;
}

#topbar .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

#topbar .location {
    color: #fff;
    margin-right: 23px;
    min-width: 100px;
}

#topbar .location a {
    display: flex;
    color: #fff;
    align-items: end;
}

#topbar .location i {
    margin: 0 5px 2px 0;
}

#topbar .search .btn-secondary {
    background: #e6e6e6;
    color: #383241;
    border-radius: 5px 0 0 5px;
    height: 100%;
    border-width: 0 1px 0 0;
    border-color: #ccc;
    box-shadow: none;
}

#topbar .search input {
    border-width: 0 1px 0 0;
    box-shadow: none;
    border-color: #ccc;
}

#topbar .search .dropdown {
    height: 100%;
}

#topbar .search .btn-search {
    border-radius: 0 5px 5px 0;
    padding: 0 10px;
    height: 100%;
    color: #383241;
    background: #e6e6e6;
    border-width: 0 0 0 1px;
    border-color: #ccc;
}

#topbar .search .btn-search i {
    font-size: 1rem;
}

#topbar .menu-top .menu-li {
    margin: 0 15px;

}

#topbar .menu-top h4 {
    font-weight: bold;
}

#topbar .menu-top i {
    font-size: 1.3rem;
    color: #fff;
}

#topbar .menu-top .dropdown-toggle:after {
    display: none;
}

/* @media (min-width:768px) and (max-width:1609px) {
  #topbar .menu-top .dropdown-menu {
    transform: translate(48%, 30px) !important;
  }
} */

#topbar .menu-top .dropdown-menu {
    width: 320px;
    padding: 20px 15px;
    margin-top: 10px !important;

}

@media screen and (min-width: 1610px) {
    #topbar .menu-top .dropdown-menu {
        transform: translate(-45%, 37px) !important;
    }
}

#topbar .menu-top .dropdown-menu:before {
    content: "\F235";
    font-family: bootstrap-icons !important;
    position: absolute;
    top: -20px;
    color: #fff;
    font-size: 22px;
    margin: 0 40%;
}

#topbar .menu-top span {
    font-size: 14px;
}

span.account {
    display: block;
    font-family: 'AmazonEmber';
    color: #fff;
    /*height: 12px;*/
    position: relative;

}

#car-section.form-check {
    display: inline-flex;
    align-items: center;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal.offcanvas-menu {
    transform: translateX(-100%);
    transition: 0.4s;
}

.modal.offcanvas-menu.show {
    transform: translateX(0);
}

.modal.offcanvas-menu .modal-content {
    height: inherit;
    min-width: 320px;
    max-width: 80%;
}

.modal .modal-title {
    color: #000;
    font-size: 24px;
}

.modal-header {
    border: 0;
}

.modal-footer {
    border: 0;
}

#locationModal .modal-footer .btn-primary {
    width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 33px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #ebdacd;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    /*white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;*/
}

#header .logo h1 {
    font-size: 26px;
    padding: 0 0 0 8px;
    margin: 11px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    border-left: 8px solid #ab8b63;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #545454;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

.scrolled-offset {
    margin-top: 70px;
}

.hamburger {
    background: none;
    border: inherit;
    color: #383241;
}

.hamburger i {
    font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.principal-menu li.nav-item .nav-link {
    color: #383241;
    font-weight: 400;
}

.principal-menu {
    white-space: nowrap;
    flex-wrap: nowrap;
}

.container-menu {
    margin-left: 15px;
}

/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #545454;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #ab8b63;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #ab8b63;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #ec7f6d;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #545454;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #ab8b63;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #545454;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(59, 59, 59, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #545454;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #ab8b63;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #ab8b63;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

.badge-primary {
    color: #a78761;
}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
#banner {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

#banner .carousel-item {
    width: 100%;
    height: 350px;
}

#banner .carousel-item::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#banner .carousel-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center center;
}

#banner h2 {
    font-size: 2rem;
    color: #2e2e2e;
    margin: 0 8%;
}

#banner h2 span {
    color: #ab8b63;
}

#banner .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#banner .carousel-inner .carousel-item,
#banner .carousel-inner .active.carousel-item-start,
#banner .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#banner .carousel-inner .active,
#banner .carousel-inner .carousel-item-next.carousel-item-start,
#banner .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#banner .carousel-inner .carousel-item-next,
#banner .carousel-inner .carousel-item-prev,
#banner .carousel-inner .active.carousel-item-start,
#banner .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#banner .carousel-control-prev,
#banner .carousel-control-next {
    width: 10%;
}

#banner .carousel-control-next-icon,
#banner .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
    color: #545454;
}

#banner .carousel-indicators li {
    cursor: pointer;
    background: #ab8b63;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-bottom: 180px;
    opacity: 0.2;
}

#banner .carousel-indicators li.active {
    opacity: 1;
}

#banner .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #ab8b63;
    background: #ab8b63;
}

#banner .btn-get-started:hover {
    background: transparent;
    color: #ab8b63;
    text-decoration: none;
}

.carousel.carousel-fade .carousel-control-next, .carousel.carousel-fade .carousel-control-prev {
    margin: 0 20px;
}

#banner .carousel-control-prev-icon, #banner .carousel-control-next-icon {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.27);
    background: rgba(255, 255, 255, 0.6);
    height: 100px;
    font-size: 28px;
    line-height: 100px;
}

@media (max-height: 768px),
(max-width: 1200px) {
    #banner .carousel-container {
        padding-bottom: 0;
    }

    #banner .carousel-indicators li {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    #banner p {
        width: 50%;
    }

    #banner .carousel-control-prev,
    #banner .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 1024px) {
    #banner.banner-store .carousel-item {
        height: 250px;
    }
}

@media (max-width: 768px) {
    #banner.banner-store .carousel-item {
        height: 200px;
    }
}

@media (max-width: 520px) {
    #banner.banner-store {
       display: none;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 20px 0;
}

.section-bg {
    background-color: white;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #ab8b63;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.section-products {
    position: relative;
}

section h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 15px 15px 35px;
}

.carousel.slide {
    padding: 0 30px;
}

#carousel.carousel.slide {
    padding: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0 20px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 700;
    color: #545454;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6e6e6e;
    content: "/";
}

/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/
.contact-page .input-group {
    height: 100%;
}

.contact-page .panel.panel-default {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
    display: flex;
    padding: 20px 15px;
}

.contact-page .card-header span {
    font-weight: 600;
}

.contact-page .card-input-element {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.contact-page .card-body .name {
    font-weight: 600;
}

.contact-page .col-create .panel.panel-default {
    background: none;
    border: 2px solid #9DA2AB;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #9DA2AB;
    min-height: 280px;
}

.contact-page .col-create a {
    text-align: center;
    color: #9DA2AB;
}

.contact-page .col-create a h5 {
    font-weight: 600;
}


/*--------------------------------------------------------------
# Orders
--------------------------------------------------------------*/
.contact-page .input-group {
    height: 100%;
}

.orders-page .panel.panel-default {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
    display: flex;
    padding: 20px 15px;
}

.orders-page .panel.panel-default .name {
    font-weight: 600;
}

.pagination {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #c7c7c8;
    display: flex;
    flex-wrap: wrap;
}

.pagination .page-item {
    background: none;
    padding: 0;
    margin: 5px;
}

.pagination .page-item.active {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.pagination .active .page-link, .pagination .page-link.active, .pagination .page-item .page-link {
    color: #000;
    background-color: transparent;
    border: 0;
    padding: 3px 15px;
    margin: 0;
}

.pagination .page-item:first-child {
    border: 1px solid #ccc;
    border-width: 0 1px 0 0;
}

.pagination .page-item:last-child {
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
}

.pagination .page-item.disabled .page-link {
    color: #a8a8a8;
}

.pagination .page-link:focus {
    box-shadow: none;
}

.details-header {
    border: 2px solid #CCCACA;
    border-width: 0 0 2px 0;
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #383241;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 16px;
    margin-top: 50px;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #383241;
}

#footer .footer-newsletter p {
    font-size: 16px;
    /*font-family: "AmazonEmber"*/
    color: rgb(204, 202, 202);
    line-height: 1.333;
    margin-right: auto;
    margin-left: auto;
}

#select-language-footer, #select-coin-footer {
    font-family: 'AmazonEmber';
}

#footer .footer-newsletter {
    text-align: center;
}

#footer .footer-newsletter form input[type=email] {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(0, 50, 57);
    width: 327px;
    height: 34px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    padding-left: 10px;
}

#footer .footer-newsletter form input[type=submit] {
    background-color: #383241;
    height: 34px;
    font-size: 14px;
    text-align: center;
    border-width: 1px;
    border-color: rgb(204, 202, 202);
    color: rgb(204, 202, 202);
    border-radius: 5px;
    border-style: solid;
    padding: 5px 30px;
    margin-left: 25px;
}

#footer .footer-newsletter form input[type=submit]:hover {
    opacity: .8;;
}

#footer .footer-top {
    background: #383241;
    border-top: 1px solid #383241;
    border-bottom: 1px solid #383241;
    padding: 30px 0 30px 0;
}

#footer .footer-service,
#footer .footer-categories,
#footer .footer-about-us {
    color: rgb(204, 202, 202);
    margin-bottom: 20px;
}


#footer .footer-top .footer-service h4,
#footer .footer-top .footer-about-us h4,
#footer .footer-top .footer-categories h4 {
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(204, 202, 202);
    position: relative;
    padding-bottom: 8px;
}

#footer .footer-top .footer-service ul,
#footer .footer-top .footer-about-us ul,
#footer .footer-top .footer-categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

#footer .footer-top a {
    color: rgb(230, 233, 234);;
}

#footer .footer-categories ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#footer .footer-categories ul li {
    width: 50%;
    padding-right: 10px;
}

#footer .footer-categories .custom-color {
    color: #a8d0ff;
    background-color: transparent;
    transition: color 0.3s;
    text-decoration: none;
}

#footer .footer-categories .custom-color:hover {
    color: #6da2e1;
}

#footer .footer-categories .custom-color:active {
    text-decoration: underline;
    color: white;
    background-color: #3a5998;
}

#footer .footer-service .custom-color {
    color: #a8d0ff;
    background-color: transparent;
    transition: color 0.3s ;
    text-decoration: none;
}

#footer .footer-service .custom-color:hover {
    color: #6da2e1;
}

#footer .footer-service .custom-color:active {
    text-decoration: underline;
    color: white;
    background-color: #3a5998;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: rgb(204, 202, 202);
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #ab8b63;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgb(109, 109, 109);

}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.language-select-footer {
    margin: 8px 0;
    background: #383241;
    width: 180px;
    font-size: 16px;
    color: rgb(204, 202, 202);
    padding-left: 65px;
    background-image: url(../images/compra-d-todo/language-icons.png);
    background-repeat: no-repeat;
    background-position: 35px center;
}

.coin-select-footer {
    margin: 8px 0;
    background: #383241;
    width: auto;
    font-size: 16px;
    color: rgb(204, 202, 202);
    padding-left: 35px;
}

/*SideNavbar*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Arial";
}

body {
    overflow-x: hidden;
}

#whole-flex {
    position: absolute;
    flex-direction: column;
    text-align: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -10;
}

/* NavBar */
.sidenav {
    max-width: 380px;
    width: 85%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: white;
    transform-origin: left center;
    transform: translateX(-380px);
}

.sidenavHeader {
    color: white;
    font-weight: bold;
    background-color: #383241;
    padding: 10px 0px 10px 30px;
    font-size: 23px;
}

.sidenavContentHeader {
    margin-top: 5px;
    padding: 15px 0px 15px 25px;
    font-size: 20px;
    font-weight: bold;
}

.sidenavContent {
    padding: 15px 0px 15px 25px;
}

.sidenavContent:hover {
    background-color: #eaeded;
}

hr {
    height: 1px;
    border: 0;
    color: gray;
    background-color: gray;
    margin: 15px auto 10px auto;
    width: 100%;
}

.sidenavRow {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px 25px 15px 25px;
}

.sidenavRow:hover {
    background-color: #eaeded;
}

.sidenavRow:hover i {
    color: #111111 !important;
}

.sidenavRow i {
    color: #8e9090
}

#closeBtn {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 390px;
    color: white;
    font-size: 50px;
    cursor: pointer;
    z-index: 75;
    transform: translateY(-5px);
    transition: visibility 0.5s;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: black;
}

/* animation */
@keyframes collapse {
    0% {
        z-index: 100;
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-380px);
    }
}

@keyframes expand {
    0% {
        z-index: 100;
        transform: translateX(-380px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Overlay */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Dropdown */
.sidenavContainer hr {
    width: 85%;
}

.sidenavRowDropdown {
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
    padding: 15px 25px 15px 25px;
    cursor: pointer;
}

.sidenavRowDropdown:hover {
    background-color: #eaeded;
}

.sidenavRowDropdown:hover i {
    color: #111111 !important;
}

.sidenavContainer {
    display: none;
    height: 0px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
}

@keyframes expandDropDown {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes collapseDropDown {
    0% {
        transform: scaleY(1);
        opacity: 1;
    }
    100% {
        transform: scaleY(0);
        opacity: 0;
    }
}

/* Container part */
#main-container {
    position: absolute;
    width: 100%;
    max-height: 93%;
    overflow-y: scroll;
}

@keyframes mainAway {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-380px);
    }
}

@keyframes mainBack {
    0% {
        transform: translateX(-380px);
    }
    100% {
        transform: translateX(0px);
    }
}

#sub-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: white;
    transform: translateX(380px);
}

@keyframes subBack {
    0% {
        transform: translateX(380px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes subPush {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(380px);
    }
}

#mainMenu {
    margin-top: 5px;
    padding: 15px 0px 15px 25px;
    font-weight: bold;
}

#mainMenu:hover {
    background-color: #eaeded;
    cursor: pointer;
}

@media screen and (min-width: 1600px) {
    .container-more {
        padding-left: 10%;
        padding-right: 10%;
    }
}

/*Badge cart*/
.position-absolute.top-0.start-100.translate-middle.badge.rounded-pill.bg-danger {
    background-color: #830000 !important;
}

.text-theme {
    color: #2a4a55;
    margin-bottom: 0;
}

ul.cart li.last-child {
    height: 38px;
    background-color: #383241;
    padding: 0;
}

ul.cart li.last-child a {
    line-height: 38px;
    color: #fff;
    display: block;
}

.cart {
    width: 134px !important;
    padding: 0 !important;
}

.cart li img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    position: relative;

}

.cart-name {
    margin-left: 20px;
    display: inline-block;
}

.cart-items {
    margin-bottom: 20px;
    background-clip: initial;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-color: rgba(0, 0, 0, .3) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
    max-height: 360px !important;
}

#topbar .menu-top .cart-items .badge {
    margin-left: 10px;
}

.cart-items .item-reservation{
    text-align: center;
    width: 100%;
    display: block;
}

.list-group-item {
    padding: 10px 15px;
    border-width: 0 0 1px 0;
    border-color: #ccc;
}

.shopping-cart .form-check {
    overflow: hidden;
    max-height: 160px;
    margin-bottom: 15px;
}

.delivery-div label{
    margin-right: 10px;
}

/*Cards Products*/

.cards-products h5 {
    font-size: 16px;
    font-weight: 700;
}

.cards-products h4 {
    font-size: 20px;
    font-weight: 700;
}

.cards-products .cents {
    font-size: 12px;
    position: relative;
    top: -5px;
    font-weight: 700;
}

.cards-products img {
    width: 100%;
    height: 240px;
    object-fit: contain;
}

.cards-products {
    padding: 0 20px;
}

.card {
    border: none;
    border-radius: 0;
    height: 100%;
    width: 100%;
}

.card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px;
}

.card .content-product .description {
    overflow: hidden;
    height: 170px;
    margin-bottom: 20px;
}

/*Banner*/
.banner-image {
    padding: 0 20px;
}

#banner-publicity h3 {
    position: absolute;
    left: 45%;
    margin-top: 7%;
    width: 550px;
}

/*Accordion*/
h2.accordion-header {
    margin: 0;
    font-size: 2rem;
}

h2.accordion-header button {
    font-size: 20px;
    color: rgb(33, 35, 35);
    line-height: 1.313;
}

.accordion-item:first-of-type, .accordion-item:last-of-type {
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: rgb(33, 35, 35);
}

.accordion-button {
    background-color: #ffffff !important;
}

.accordion-button::after {
    color: #000 !important;
}

.accordion {
    background-color: #ffffff;
}

#faq h1, #terms-conditions h1, #help h1 {
    font-weight: 700;
}

/*Icons MDI*/
span.mdi::before {
    font-size: 1.4rem;
}

/*Alerts*/
.alert.alert-primary .mdi.mdi-progress-alert,
.alert.alert-warning .mdi.mdi-progress-alert,
.alert.alert-danger .mdi.mdi-progress-close,
.alert.alert-success .mdi.mdi-progress-check {
    width: 54px;
    height: 54px;
    text-align: center;
    align-content: center;
    display: grid;
    margin-right: 10px;
    border-radius: 100px;
    color: #fff;
    position: relative;
}

.alert.alert-primary .mdi.mdi-progress-alert {
    background-color: #3186ea;
}

.alert.alert-warning .mdi.mdi-progress-alert {
    background-color: #fec022;
}

.alert.alert-danger .mdi.mdi-progress-close {
    background-color: #fc5758;
}

.alert.alert-success .mdi.mdi-progress-check {
    background-color: #50dc6c;
}

.mdi.mdi-progress-alert::before,
.mdi.mdi-progress-check::before,
.mdi.mdi-progress-close::before {
    font-size: 40px;
}

.alert-primary {
    background-color: #e7effa;
    border-width: 5px;
    border-color: rgb(191, 213, 241);
    border-style: solid;
    border-radius: 20px;
    width: 100%;
}

.alert-success {
    border-width: 5px;
    border-color: rgb(219, 238, 222);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(241, 248, 244);
}

.alert-warning {
    background-color: #fef8eb;
    border-width: 5px;
    border-color: rgb(247, 230, 198);
    border-style: solid;
    border-radius: 20px;
}

.alert-danger {
    background-color: #fbefeb;
    border-width: 5px;
    border-color: rgb(241, 214, 206);
    border-style: solid;
    border-radius: 20px;
}

.alert h5 {
    font-weight: 700;
    font-size: 18px;
    color: rgb(33, 35, 35);
    font-weight: bold;
    line-height: 1.444;
}

.alert p {
    font-size: 16px;
    color: rgb(33, 35, 35);
}

.alert-dismissible .btn-close {
    top: auto;
}

/*Forms (create account, create receiver)*/
#contacts-form label, #contacts-form p, #contacts-form span,
#form-account label, #form-account p, #form-account span {
    font-size: 14px;
}

#country {
    font-size: 14px;
    color: #000;
}

#select-coin {
    color: #000;
}

/*.invalid-feedback {
    background-color: #dedede;
    color: #000;
    padding: 5px;
    border-radius: 100px;
    font-size: 12px;
    position: absolute;
    left: 60%;
    width: auto;
}*/

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

/*Page Products*/
.price-list li {
    list-style: none;
}

.colors {
    border-width: 0.5px;
    border-color: rgb(111, 114, 114);
    border-style: solid;
    border-radius: 2px;
    width: 25px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
}

#search-results .cards-products img {
    height: 180px;
    object-fit: contain;
}

/*#search-results .cards-products h5,
#products-list .cards-products h5 {
    height: 40px;
}*/
.text-uppercase {
    text-transform: uppercase;
}

#search-results .cards-products .cant-add-product,
#products-list .cards-products .cant-add-product {
    padding: 0 10px;
}

#search-results .cards-products .cant-add-product .add-cart,
#products-list .cards-products .cant-add-product .add-cart {
    padding: 0 5px;
}

#search-results .cards-products .card-title {
    height: 39px;
    overflow: hidden;
}

.select-search, .select-destinatary-car, .select-coin-car,
.select-car {
    padding: 2px 10px;
    background-color: rgb(234, 234, 234);
    border-color: rgb(220, 216, 216);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(234, 234, 234);
    border-width: 1px;
}

.cant-delivery-delete {
    margin-right: 20px;
}

.cant-add-product {
    border-width: 1px;
    border-color: rgb(179, 179, 179);
    border-style: solid;
    border-radius: 5px;
    height: 27px;
    padding: 0 20px;
    background: linear-gradient(180deg, rgba(220, 220, 220, 1) 0%, rgba(255, 255, 255, 1) 50%);
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}

.cant-add-product .less-button, .cant-add-product .add-button {
    border-width: 1px;
    border-color: rgb(112, 114, 114);
    border-style: solid;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    font-size: 16px;
    line-height: 4px;

}

.select-region-product {
    width: 100% !important;
    text-align: center;
}

.select-region-product + .select2-container {
    background: linear-gradient(180deg, rgba(220, 220, 220, 1) 0%, rgba(255, 255, 255, 1) 50%);
    width: 100% !important;
}

.select-region-product + .select2-container--default .select2-selection--single {
    border: 0;
}

.select-region-product + .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 27px;
}

.select-region-product + .select2-container--default .select2-selection--single {
    border-width: 1px !important;
    border-color: rgb(179, 179, 179) !important;
    border-style: solid !important;
    border-radius: 5px;
    height: 27px !important;
    padding: 0 20px !important;
    background: linear-gradient(180deg, rgba(220, 220, 220, 1) 0%, rgba(255, 255, 255, 1) 50%);
    display: inline-block;
    width: 100% !important;
    text-align: center;
    color: #000;
}

.select-region-product + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 27px;
}

.select-region-product + .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 27px;
}

.select-region-product + .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

.datetimepicker-input{
    height: 27px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    border: none;
    background: none;
}

.input-group.date{
    border-width: 1px;
    border-color: rgb(179, 179, 179);
    border-style: solid;
    border-radius: 5px;
    height: 27px;
    padding: 0 10px;
    background: linear-gradient(180deg, rgba(220, 220, 220, 1) 0%, rgba(255, 255, 255, 1) 50%);
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.date .input-group-addon{
    height: 22px;
    line-height: 20px;
    margin: 1px 0 1px 10px;
    padding: 0 5px;
    font-size: 12px;
    cursor: pointer;
    background: #383241;
    color: #fff;
    border: 2px solid #383241;
    transition: 0.5s;
    border-radius: 0.275rem!important;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #555556;
    --bs-btn-disabled-border-color: #555556;
}

.cant-add-product span {
    font-size: 14px;
    font-family: 'AmazonEmber';
}

.cant-add-product input {
    font-size: 14px;
    background: transparent;
    border: 0;
    width: 40%;
    text-align: center;
}

#products-list .cant-add-product span, #search-results .cant-add-product span {
    font-size: 13px;
    font-family: 'AmazonEmber';
}

.cant-add-product .add-cart {
    height: 22px;
    padding: 0 10px;
    line-height: 5px;
    margin: 1px 0 1px 10px;
}

.cant-add-product .add-cart.btn-primary span.mdi::before {
    font-size: 12px;
}

#carousel-products .carousel-inner .card {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 21px 0px rgba(36, 75, 74, 0.36);
    width: 90%;
    margin-left: 5%;
}

#carousel-products .carousel-inner {
    padding: 20px 10px 40px 10px;
}

#carousel-products .card-img {
    display: flex;
    align-items: center;
}

#carousel-products .card-img img {
    width: 100%;
    text-align: center;
    object-fit: contain;
}

#carousel-products {
    padding: 0 30px;
}

#carousel-products h4 {
    font-size: 1.25rem;
}

#carousel-products .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%38324180'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.27);
    height: 100px;
    background-color: #fff;
}

#carousel-products .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%38324180'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.27);
    height: 100px;
    background-color: #fff;
}

#carousel-products .carousel-control-next, #carousel-products .carousel-control-prev {
    width: 10%;
    opacity: 1;
    background-color: transparent;
    border-radius: 10px;
}

@media (max-width: 767px) {
    #carousel-products .carousel-inner .carousel-item-end.active,
    #carousel-products .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    #carousel-products .carousel-inner .carousel-item-start.active,
    #carousel-products .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }

    #carousel-products .card-title {
        position: relative;
    }

    .container-md.banner-container {
        padding: 0;
    }
}

#carousel-products .carousel-inner .carousel-item.active,
#carousel-products .carousel-inner .carousel-item-next,
#carousel-products .carousel-inner .carousel-item-prev {
display: flex;
}

#carousel-products .select-region-product + .select2-container + .select2-container{
    display: none;
}


/* medium and up screens */
@media (min-width: 768px) {
    #carousel-products .carousel-inner .carousel-item-end.active,
    #carousel-products .carousel-inner .carousel-item-next {
        transform: translateX(25%);
        margin-left: -12.5%;

    }

    #carousel-products .carousel-inner .carousel-item-start.active,
    #carousel-products .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
        margin-left: -12.5%;
    }

    #carousel-products .col-md-2 {
        width: 25%;
    }

    #carousel-products .carousel-item.active .col-md-2:nth-child(1), #carousel-products .carousel-item.active .col-md-2:nth-child(5) {
        opacity: 0.4;
    }

    #carousel-products .carousel-item.active {
        margin-left: -12.5%;
    }

    #carousel-products .card-title {
        position: relative;
    }
}

#carousel-products .carousel-inner .carousel-item-end,
#carousel-products .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

#carousel-products .card-body h5 {
    font-size: 1rem !important;
    font-weight: 700;
}

#carousel-products .card-body .cents {
    font-size: 14px;
    top: -5px;
    padding-left: 3px;
    position: relative;
}

#carousel-products .cant-add-product-slider {
    width: 100%;
    border-width: 1px;
    border-color: rgb(179, 179, 179);
    border-style: solid;
    border-radius: 5px;
    height: 27px;
    padding: 0 12%;
    background: linear-gradient(180deg, rgba(220, 220, 220, 1) 0%, rgba(255, 255, 255, 1) 50%);
    display: inline-block;
    text-align: center;
}

#carousel-products .cant-add-product-slider span {
    font-size: 14px;
    font-family: 'AmazonEmber';
}


/*Full product*/
.full-products .cents {
    font-size: 16px;
    position: relative;
    top: -8px;
    font-weight: 700;
    font-family: 'AmazonEmber';
}

.full-products .cant-add-product-slider .add-cart {
    padding: 0 3px;
    margin-left: 0;
    height: 18px;
}

.full-products .cant-add-product-slider .less-button,
.full-products .cant-add-product-slider .add-button {
    width: 11px;
    height: 11px;
    font-size: 11px;
}

.full-products .cant-add-product-slider span {
    font-size: 10px;
}

.description-product, indication-product {
    padding: 20px 0;
    margin: 20px 0;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #b5b5b5;
}

.product-services{
    padding-top: 20px;
    margin: 10px 0;
}

.full-products .cant-add-product .add-cart {
    display: none;
}

.full-products .add-car-product-page {
    display: block !important;
}

.add-car {
    border-radius: 12px;
    padding: 5px 40px;
}

.description-product p {
    text-align: justify;
}

.container-full-image-product {
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.share-icon {
    position: relative;
    text-align: right;
}

.share-icon > a > span {
    width: 35px;
    border-radius: 100%;
    padding: 10px 8px;
    border: 1px solid;
    border-color: rgb(96, 96, 96);
    color: rgb(96, 96, 96);
}

.border-brillant {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 21px 0px rgba(134, 183, 254, 0.86);
}

#recipeCarousel .carousel-inner {
    padding: 20px 50px;
    height: 140px;
    display: flex;
}

#recipeCarousel .card-img {
    width: 80%;
    margin-left: 10%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 21px 0px rgba(36, 75, 74, 0.36);
}

#recipeCarousel .card-img img {
    width: 100%;
    height: 100px;
    text-align: center;
    object-fit: contain;
}

#recipeCarousel .card-img img:hover {
    cursor: pointer;
}

#recipeCarousel {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    height: 140px;
}

#recipeCarousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cccccc'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#recipeCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cccccc'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#recipeCarousel .carousel-control-next, #recipeCarousel .carousel-control-prev {
    width: 9%;
    opacity: 1;
    background-color: #fff;
    border-radius: 10px;
}

@media (max-width: 767px) {
    #recipeCarousel .carousel-inner {
        padding: 20px 20px;
        height: 100px;
    }

    #recipeCarousel .card-img img {
        height: 65px;
        width: 100px;
    }

    #recipeCarousel {
        height: 100px;
    }

    .border-brillant {
        box-shadow: 0px 2px 8px 0px rgba(134, 183, 254, 0.86);
    }

    #recipeCarousel .card-img {
        box-shadow: 0px 2px 12px 0px rgba(36, 75, 74, 0.36);
    }

    .container-full-image-product {
        background-color: rgb(255, 255, 255);
        height: auto;
    }
}

#recipeCarousel .carousel-inner .carousel-item.active,
#recipeCarousel .carousel-inner .carousel-item-next,
#recipeCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}

#recipeCarousel .carousel-inner .carousel-item-end.active,
#recipeCarousel .carousel-inner .carousel-item-next {
    transform: translateX(33.3333333%);
}

#recipeCarousel .carousel-inner .carousel-item-start.active,
#recipeCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33333%);
}


#recipeCarousel .carousel-inner .carousel-item-end,
#recipeCarousel .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

#CardProducts .content{
    position: relative;
    width: 100%;
    overflow: hidden;
}

#CardProducts .carousel-inner .card , #CardProducts .content .card{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 21px 0px rgba(36, 75, 74, 0.36);
    width: 92%;
    margin-left: 4%;
}

#CardProducts .carousel-inner, #CardProducts .content {
    padding: 20px 50px 40px 50px;
}

#CardProducts .card-img {
    display: flex;
    align-items: center;
    height: 150px;
    overflow: hidden;
    margin: 15px 0;
}

#CardProducts .card-img img {
    width: 100%;
    text-align: center;
    object-fit: contain;
}

#CardProducts .card-img img:hover {
    cursor: pointer;
}

#CardProducts {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

#CardProducts .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%38324180'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.27);
    height: 100px;
}

#CardProducts .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%38324180'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.27);
    height: 100px;
}

#CardProducts .carousel-control-next, #CardProducts .carousel-control-prev {
    width: 7%;
    opacity: 1;
    background-color: #fff;
    border-radius: 10px;
}

#CardProducts .card-body {
    min-height: auto;
}

#CardProducts h5 {
    margin-left: 60px;
    margin-top: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {

}

#CardProducts .carousel-inner .carousel-item.active,
#CardProducts .carousel-inner .carousel-item-next,
#CardProducts .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    #CardProducts .carousel-inner .carousel-item-end.active,
    #CardProducts .carousel-inner .carousel-item-next {
        transform: translateX(33.3333333%);
    }

    #CardProducts .carousel-inner .carousel-item-start.active,
    #CardProducts .carousel-inner .carousel-item-prev {
        transform: translateX(-33.33333%);
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #CardProducts .carousel-inner .carousel-item-end.active,
    #CardProducts .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    #CardProducts .carousel-inner .carousel-item-start.active,
    #CardProducts .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

#CardProducts .carousel-inner .carousel-item-end,
#CardProducts .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

#CardProducts .card-body .card-subtitle {
    font-weight: 700;
}

#CardProducts .card-body .cents {
    font-size: 14px;
    top: -5px;
    padding-left: 3px;
}

.carousel-indicators [data-bs-target] {
    background-color: #383241;
}

.carousel-indicators {
    margin-bottom: 9px;
}

.cant-add-product-slider {
    width: 100%;
    border-width: 1px;
    border-color: rgb(179, 179, 179);
    border-style: solid;
    border-radius: 5px;
    height: 27px;
    padding: 0 5px;
    background: rgb(220, 220, 220);
    background: linear-gradient(180deg, rgba(220, 220, 220, 1) 0%, rgba(255, 255, 255, 1) 50%);
    display: inline-block;
    text-align: center;
}

.cant-add-product-slider .less-button, .cant-add-product-slider .add-button {
    border-width: 1px;
    border-color: rgb(112, 114, 114);
    border-style: solid;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    font-size: 16px;
    line-height: 4px;

}

.cant-add-product-slider span {
    font-size: 12px;
    font-family: 'AmazonEmber';
}

.cant-add-product-slider .add-cart {
    height: 22px;
    padding: 0 10px;
    line-height: 5px;
    margin-left: 15px;
}

.add-cart.btn-primary span.mdi::before {
    font-size: 12px;
}

.relational-carousel .card-content-title{
    max-height: 120px;
    overflow: hidden;
}

/****** Style Star Rating Widget *****/

fieldset {
    margin: 0;
    padding: 0;
}

.rating {
    border: none;
    float: left;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > label:hover {
    cursor: pointer;
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

#show_password {
    border-radius: 0 5px 5px 0;
    width: 45px;
}
#show_password i{
}
/*Resposive*/
@media screen and (max-width: 720px) {

    #currency-form {
        padding-right: 15px;
    }

    .pagination .page-item {
        margin: 2px;
    }

    .hamburger.hamburger--squeeze span {
        display: none;
    }

    .hamburger.hamburger--squeeze {
        position: absolute;
        top: 4px;
    }

    .logo {
        margin-left: 30px;
        width: 80%;
    }

    .logo .logo {
        margin-left: 0;
        width: 100%;
    }

    /*.col-md-3.icons-top-menu {
        position: absolute;
        top: 13px;
    }*/
    .logo-column {
        position: relative;
    }

    /*.col-md-3.icons-top-menu {
        position: absolute;
        top: 7px;
        width: 105px;
        right: 12px;
        padding-left: 0;
    }*/
    .principal-menu .nav-item a {
        font-size: 14px;
        padding-left: 0;
        padding-right: 12px;
    }

    .container-menu {
        margin-left: 25px;
    }

    .card {
        margin-bottom: 10px;
    }

    .search.input-group {
        margin: 15px 0;
    }

    .row.cards-products .col-sm-6 {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .cards-products img {
        height: 100px;
    }

    .cards-products h5:not(.text-secondary) {
        font-size: 14px;
        overflow: hidden;
    }

    .cards-products h4 {
        font-size: 12px;
    }

    .cards-products .cents {
        font-size: 8px;
    }

    #topbar .menu-top i {
        font-size: 1rem;
    }

    #topbar .menu-top .menu-li {
        margin: 0 5px;
    }

    #topbar .logo img {
        max-height: 18px;
    }

    .badge.rounded-pill.bg-danger {
        font-size: 8px !important;
    }

    #breadcrumb {
        display: none;
    }

    .sidenavHeader {
        font-size: 20px;
    }

    #faq, #terms-conditions, #help, #car-section {
        margin-top: 30px;
    }

    #faq .content.bg-light, #terms-conditions .content.bg-light, #help .content.bg-light, #car-section .content.bg-light {
        padding: 20px;
    }

    #terms-conditions .content.bg-light, #help .content.bg-light {
        background-color: transparent !important;
        border-radius: 10px;
    }

    #faq h1, #terms-conditions h1, #help h1 {
        font-size: 15px;
        font-weight: 700;
    }

    #terms-conditions p, #help p {
        font-size: 12px;
        text-align: justify;
    }

    #terms-conditions li {
        font-size: 12px;
        text-align: left;
    }

    #faq .accordion-item h2 > button {
        font-size: 14px;
    }

    #faq .accordion-collapse {
        font-size: 12px;
    }

    .accordion-button::after {
        background-size: 12px;
    }

    .accordion-button {
        padding: 10px;
    }

    #footer .footer-newsletter form input[type="email"] {
        width: 60%;
    }

    #footer .footer-newsletter form input[type="submit"] {
        width: 30%;
        font-size: 11px;
        padding: 5px 8px;
        margin-left: 20px;
    }

    .footer-top .col-sm-6 {
        width: 50%;
    }

    .footer-top .col-sm-5 {
        width: 40%;
    }

    .footer-top .col-sm-7 {
        width: 60%;
    }

    .footer-top h4 {
        font-size: 14px !important;
    }

    .footer-top li, .footer-top a, .footer-top p {
        font-size: 12px !important;
    }

    .language-select-footer {
        font-size: 12px;
        width: auto;
        background-position: 10px center;
        padding-left: 26px;
        background-size: 70px;
    }

    .coin-select-footer {
        font-size: 12px;
        width: auto;
        padding-left: 5px;
        padding-right: 10px;
    }

    #destinatary, #coin-select {
        font-size: 12px;
        margin-bottom: 10px;
    }

    #footer .footer-newsletter {
        padding: 50px 0 10px 0;
    }

    .copyright, .footer-newsletter p {
        font-size: 12px !important;
    }

    #topbar {
        padding: 5px 0;
    }

    #car-section label {
        font-size: 14px;
        padding-left: 10px;
    }

    #car-section h4 {
        font-size: 18px;
    }

    .sidenav {
        top: 33px;
    }

    #car-section .form-check label {
        padding-left: 0;
    }

    #car-section .strong {
        font-size: 8px;
        font-weight: normal;
    }

    .col-sm-4 {
        padding-right: 0;
    }

    .form-check .form-check-input.small {
        float: none;
        width: 0.65em;
        height: 0.65em;
    }

    .blue-text {
        font-size: 14px;
        color: rgb(0, 74, 84);
    }

    .disponibility {
        font-size: 8px;
    }

    .cant-delivery-delete {
        margin-right: 4px;
        margin-bottom: 10px;
    }

    .cant-delivery-delete .select-car {
        font-size: 8px;
        padding: 2px 4px !important;
    }

    .cant-delivery-delete p.text-secondary {
        font-size: 8px;
    }

    #car-section .col-md-8.col-sm-8 {
        padding-left: 0;
    }

    #car-section .text-end strong {
        font-size: 14px;
        text-align: left;
    }

    #car-section hr {
        width: 90%;
    }

    .subtotal strong {
        font-size: 10px !important;
    }

    #car-section .btn.btn-primary.w-100 {
        font-size: 14px;
    }

    #form-account .card-body, #contacts-form .card-body {
        padding: 30px 25px !important;
    }

    #form-account .justify-content-lg-around a {
        font-size: 8px !important;
    }

    #form-account .justify-content-lg-around .col-4 {
        padding: 0;
    }

    #form-account .row.justify-content-around p.text-secondary,
    #form-account .row.justify-content-around a {
        text-align: center;
        font-size: 9px !important;
        align-items: center;
        display: flex;
    }

    #contacts-form label {
        font-size: 12px;
    }

    #language-and-coin p, #language-and-coin label, #language-and-coin select {
        font-size: 12px;
    }

    #form-login p, #form-login label, #form-login a {
        font-size: 12px;
    }

    #form-login a {
        padding-top: 5px;
    }

    .alert.alert-primary .mdi.mdi-progress-alert,
    .alert.alert-warning .mdi.mdi-progress-alert,
    .alert.alert-danger .mdi.mdi-progress-close,
    .alert.alert-success .mdi.mdi-progress-check {
        width: 17px;
        height: 17px;
    }

    .mdi.mdi-progress-alert::before, .mdi.mdi-progress-check::before, .mdi.mdi-progress-close::before {
        font-size: 11px;
        padding: 2.5px;
    }

    .alert h5 {
        font-size: 10px;
    }

    .alert p {
        font-size: 8px;
    }

    .alert-dismissible .btn-close {
        font-size: 8px;
    }

    .alert-dismissible {
        padding-right: 1.7rem;
    }

    .search.input-group .btn.btn-secondary.dropdown-toggle {
        font-size: 12px;
    }

    .search.input-group .dropdown-menu.show {
        font-size: 12px;
    }

    .search.input-group .form-control {
        font-size: 12px;
    }

    .location.d-flex.align-items-end.send {
        position: absolute;
        top: 7px;
        right: 90px;
        font-size: 8px;
    }

    #banner h2 {
        color: #2e2e2e;
        margin: 0 18%;
        font-size: 16px;
    }

    #banner .carousel-control-next-icon, #banner .carousel-control-prev-icon {
        font-size: 20px;
    }

    .menu-user-login #dropdownUser .account {
        font-size: 10px;
        top: 0px;
        line-height: 11px;
        height: 12px;
    }

    .menu-user-login #dropdownUser .material-icons {
        font-size: 7px;
        top: 0;
    }

    .menu-li.dropdown.menu-user-login {
        margin: 0 0 !important;
    }

    #topbar .location a {
        line-height: 11.5px;
    }

    #topbar .location {
        min-width: 80px;
        margin-right: 0;
    }

    #topbar .location i {
        font-size: 1rem;
    }

    #topbar .location a, #topbar .menu-top span {
        font-size: 10px;
    }

    #topbar .menu-top .dropdown-menu::before {
        content: "";
    }

    .cant-add-product {
        padding: 0 2px !important;
        width: 100%;
    }

    .cant-add-product-slider {
        padding: 0 5px !important;
        width: 100%;
    }

    .cant-add-product-slider span {
        font-size: 10px !important;
    }

    .cant-add-product .add-cart {
        padding: 0 6px !important;
        height: 18px;
    }

    .cant-add-product-slider .add-cart {
        padding: 0 4px !important;
        margin-left: 8px !important;
        height: 18px;
    }

    #carousel-products {
        padding: 0 0;
    }

    #carousel-products .card-title {
        font-size: 12px;
        overflow: hidden;
    }

    #carousel-products .carousel-control-next, #carousel-products .carousel-control-prev {
        width: 6%;
    }

    #carousel-products .card-body h5 {
        font-size: 12px;
    }

    #carousel-products .card-body .cents {
        font-size: 8px;
    }

    .carousel.slide {
        padding: 0;
    }

    #topbar .menu-top .dropdown-menu {
        width: 200px;
    }

    .start-sesion h4 {
        font-size: 16px;
    }

    .start-sesion button {
        font-size: 14px;
    }

    .icon-for-language p, .icon-for-coin p {
        font-size: 14px;
    }

    .icon-for-language .col-6 {
        font-size: 9px;
        position: absolute;
        margin-top: -10px;
        right: 0;
    }

    .icon-for-language .form-check label, .icon-for-coin .form-check label {
        font-size: 12px;
    }

    #banner-publicity .container, #banner-publicity .banner-image {
        padding: 0;
    }

    #banner-publicity h3 {
        left: 47%;
        margin-top: 10%;
        width: 150px;
        font-size: 14px;
    }

    #carousel-products .carousel-inner {
        padding: 18px 10px 10px 10px;
    }

    .form-inline.start-sesion span {
        font-size: 12px !important;
    }

    .cart li {
        height: 80px;
        overflow: hidden;
    }

    .cart .prod-price {
        font-weight: bold;
    }

    .text-results-numbers {
        font-size: 10px;
        padding-top: 7px;
    }

    #select-search {
        font-size: 10px;
        padding: 2px 5px;
    }

    #search-results h3 strong {
        font-size: 14px;
    }

    #search-results .cards-products img {
        height: 100px;
    }

    .full-products h5 strong, .full-products h3, strong.relational-carousel h5, .relational-carousel .card-title {
        font-size: 14px !important;
        font-weight: bolder;
    }

    .relational-carousel .card-title {
        height: 42px;
        display: block;
        overflow: hidden;
    }


    .description-product p {
        font-size: 12px;
    }

    .full-products .add-car {
        font-size: 12px;
    }

    .full-products .d-inline-block label,
    .full-products #cant {
        font-size: 12px;
    }

    .full-products .cents {
        font-size: 10px;
        top: -5px;
    }

    .rating label {
        font-size: 0.8em;
    }

    .full-products .align-self-center span {
        font-size: 11px !important;
    }

    #CardProducts, .relational-carousel {
        padding: 20px 0;
    }

    #CardProducts .carousel-inner, #CardProducts .content {
        padding: 18px 10px 10px 10px;
    }

    #CardProducts .carousel-control-next, #CardProducts .carousel-control-prev {
        width: 10%;
        opacity: 1;
        background-color: transparent;
        border-radius: 10px;
    }

    .carousel-indicators {
        margin-bottom: -2px;
    }

    .full-products #CardProducts .card-img {
        height: 100px;
        padding: 10px;
    }

    .full-products #CardProducts .card-img img {
        height: 100px;
        object-fit: contain;
    }

    .full-products #CardProducts h5 {
        font-size: 14px;
    }

    .cards-products {
        padding: 0 10px;
    }

    section h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .card .card-body {
        min-height: 350px;
    }

    .hamburger {
        color: #fff;
    }
}

@media (max-width: 400px) {
    .location-send {
        display: none;
    }
}