/**********************************/
/********** General CSS ***********/
/**********************************/
/* Felix Trigo */
body {
    color: #353535;
    font-family: 'Montserrat', 'Roboto Regular', 'Roboto Medium', 'Roboto Light';
    font-weight: 400;
    /* Regular */
    /*font-family: 'Lato', sans-serif;*/

    background: #ffffff;
    max-width: 1600px;
    margin: auto;
    padding-right: 0 !important;
}

a {
    /* Personalizar */
    color: #353535;
}

.h1,
h1 {
    font-size: 1.2rem;
}

a:hover,
a:active,
a:focus {
    color: #353535;
    outline: none;
    text-decoration: none;
}

h1 {
    font-family: 'Lato', sans-serif;
    /*font-weight: 900;*/
}

h2 {

    font-weight: 700;
    text-transform: uppercase;
}

@media(min-width: 992px) {
    .container-fluid {
        padding-right: 60px;
        padding-left: 60px;
    }
}


/**********************************/
/******** Back to Top CSS *********/
/**********************************/
.back-to-top {
    position: fixed;
    display: none;
    background: #c46a56;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 4px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #ffffff;
}


/**********************************/
/********* Form Input CSS *********/
/**********************************/
.form-control,
.custom-select {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #999999;
    border: 1px solid #dddddd;
    margin-bottom: 15px
}

.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    border-color: #0670b6;
}

.custom-radio,
.custom-checkbox {
    margin-bottom: 15px;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
    background: #dddddd;
    border-color: #dddddd;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    background: #0670b6;
    border-color: #0670b6;
    box-shadow: none;
}

.btn {
    background: #ffffff;
    /* Personalizar */
    color: darkgreen;
    border: 1px solid darkgreen !important;
    /* Personalizar / */
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #ffffff;
    box-shadow: none;
    /* Personalizar */
    background: #c46a56;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

button.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .7em;
}


/**********************************/
/******* Normal Slider CSS ********/
/**********************************/
.normal-slider .slick-prev,
.normal-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: 0;
    transition: .5s;
    background: rgba(82, 174, 50, 0.7);
    border-radius: 4px;
}

.normal-slider .slick-prev {
    left: 55px;
}

.normal-slider .slick-next {
    right: 55px;
}

.normal-slider.slick-slider:hover .slick-prev {
    left: 15px;
    opacity: 1;
}

.normal-slider.slick-slider:hover .slick-next {
    right: 15px;
    opacity: 1;
}

.normal-slider .slick-prev:hover,
.normal-slider .slick-prev:focus,
.normal-slider .slick-next:hover,
.normal-slider .slick-next:focus {
    background: rgba(0, 0, 0, .7);
}

.normal-slider .slick-prev:hover::before,
.normal-slider .slick-prev:focus::before,
.normal-slider .slick-next:hover::before,
.normal-slider .slick-next:focus::before {
    color: #0670b6;
}

.normal-slider .slick-prev::before,
.normal-slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #ffffff;
}

.normal-slider .slick-prev::before {
    content: "\f104";
}

.normal-slider .slick-next::before {
    content: "\f105";
}

.normal-slider .slick-dots {
    bottom: 15px;
}

.normal-slider .slick-dots li button:before {
    color: #ffffff;
    font-size: 15px;
}

.normal-slider .slick-dots li.slick-active button:before {
    color: #0670b6;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#codEmpresaEnvio {
    /* -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important; */
    color: #1b2240;
    border: 0px solid #0670b6;
    border-radius: 5px;

    height: 40px;
    padding: 0 .6em;
    margin-top: .6em;
    /* PERSONALIZAR*/
    background: #efe8e0;
}

/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    padding: 3px 0;
    font-size: 14px;
    background: #ffffff;
    /* Personalizar */
    /* color: #81a6d8;*/

}

.top-bar i {
    margin-right: 5px;
}

.top-bar .col-sm-6:first-child {
    text-align: left;
}

.top-bar .col-sm-6:last-child {
    text-align: right;
}

@media (max-width: 575.98px) {
    .top-bar {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .top-bar .col-sm-6:first-child,
    .top-bar .col-sm-6:last-child {
        text-align: center;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav {
    position: relative;
}

@media (min-width: 992px) {
    .nav .container-fluid {
        padding-left: 52px;
        padding-right: 52px;
    }
}

.nav .navbar {
    height: 100%;
    padding: 0;
}

.nav .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    /* PERSONALIZAR */
    background: #efe8e0;
    padding: 5px;
    border-radius: 0 0 6px 6px;
    color: #c46a56;
}

.nav .dropdown-menu .dropdown-item {
    color: #c46a56;
    transition: all .2s;
    border-radius: 5px;
}

.nav .dropdown-menu .dropdown-item:hover {
    color: white;
    /* PERSONALIZAR */
    background: #c46a56;
}

.nav .dropdown-menu a.active {
    color: #fff;
    background: #81a6d8;
}

@media (min-width: 768px) {

    .nav,
    .nav .navbar {
        border-radius: 10px;
        /* Personalizar */
        background: #c46a56 !important;

    }

    .nav .navbar-brand {
        display: none;
    }

    .nav .navbar-dark a.nav-link {
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
    }

    .nav .navbar-dark a.nav-link:hover,
    .nav .navbar-dark a.nav-link.active {
        font-weight: bold;
        /* Personalizar */
        color: #ccc;

    }
}

@media (max-width: 768px) {
    .nav {
        padding: 5px 0;
    }

    .nav,
    .nav .navbar {
        background: #000000 !important;
    }

    .nav a.nav-link {
        padding: 5px 0;
    }

    .nav .dropdown-menu {
        box-shadow: none;
    }
}


/**********************************/
/********* Bottom Bar CSS *********/
/**********************************/
.bottom-bar {
    padding: 15px 0;
    background: #ffffff;
    margin-bottom: 20px;
}

.bottom-bar .logo {
    text-align: left;
    overflow: hidden;
}

.bottom-bar .logo a img {
    width: 100%;
}

.bottom-bar .search {
    width: 100%;
}

.bottom-bar .search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #1b2240;
    border: 0px solid #0670b6;
    border-radius: 10px;
    /* Personalizar */
    background: #efe8e0;
}

.bottom-bar .search button {
    position: absolute;
    width: 40px;
    height: 38px;
    top: 1px;
    right: 16px;
    padding: 0 15px;
    border: none;
    background: none;
    color: #c46a56;
    border-radius: 0 2px 2px 0;
}

.bottom-bar .search button:hover {
    background: #c46a56;
    color: #efe8e0;
}

.bottom-bar .user {
    font-size: 0;
    text-align: right;
}

.bottom-bar .user .wishlist {
    margin-right: 15px;
}

.bottom-bar .user .cart i,
.bottom-bar .user .wishlist i {
    /* Personalizar */
    color: #666;
}

.bottom-bar .user .cart span,
.bottom-bar .user .wishlist span {
    font-size: 15px;
    /* Personalizar */
    color: #666;
}

.bottom-bar .user .cart:hover i,
.bottom-bar .user .wishlist:hover i,
.bottom-bar .user .cart:hover span,
.bottom-bar .user .wishlist:hover span {
    color: #ffffff;
}

@media (min-width: 768px) {
    .bottom-bar {
        max-height: 90px;
    }
}

@media (max-width: 767.98px) {

    .bottom-bar .logo,
    .bottom-bar .search,
    .bottom-bar .user {
        text-align: center;
        margin-bottom: 15px;
    }

    .bottom-bar .user {
        margin-bottom: 0;
    }
}


/**********************************/
/*********** Header CSS ***********/
/**********************************/
.header {
    position: relative;
}

.header .col-md-3,
.header .col-md-6 {
    margin-bottom: 30px;
}

.header .navbar {
    padding: 0;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    background: #ffffff !important;
}

.header .navbar-nav {
    width: 100%;
    padding: 15px 0;
}

.header .navbar li {
    padding: 0 30px;
    border-bottom: 1px solid #f3f6ff;
}

.header .navbar li:last-child {
    border-bottom: none;
}

.header .navbar a {
    color: #353535;
}

.header .navbar a:hover {
    color: #0670b6;
}


.header .navbar i {
    color: #0670b6;
    width: 20px;
    text-align: center;
    margin-right: 8px;
}

.header .navbar a:hover i {
    color: #353535;
}

.header-slider {
    position: relative;
    width: 100%;
}

.header-slider .header-slider-item {
    position: relative;
}

.header-slider .header-slider-caption {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: rgba(82, 174, 50, 0.7);*/
    background: transparent;
    text-transform: uppercase;
    transition: all 0.3s;
    z-index: 1;
}

.header-slider .header-slider-caption p {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 30px;
    border-radius: 20px;
    /* Personalizar */
    background: rgba(126, 149, 4, 0.8);
}

.header-slider .header-slider-caption .btn {
    border-color: #ffffff;
}

.header-slider .header-slider-caption .btn i {
    margin-right: 5px;
}

.header .header-img {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    background: #ffffff;
}

.header .img-item {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.header .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .img-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(82, 174, 50, 0.7);
    transition: all 0.3s;
    opacity: 0;
}

.header .img-text:hover {
    opacity: 1;
}

.header .img-text p {
    margin: 0 0 50px 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s;
}

.header .img-text:hover p {
    margin: 0;
}


/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/
.breadcrumb-wrap {
    position: relative;
    width: 100%;
}

.breadcrumb-wrap .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}



/**********************************/
/********** Category CSS **********/
/**********************************/
.category {
    position: relative;
    /* padding: 0 15px; */
    padding: 0 !important;
    margin-bottom: 30px;
}

.category .row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}

.pagina-estatica .category .row {
    grid-template-columns: repeat(2, 1fr);
}

.pagina-estatica .category .row .col-md-6 {
    max-width: 100% !important;
}

.category .col-md-3 {
    padding: 0;
    /* PERSONALIZAR */
    /* flex: 0 0 33% !important; */
    max-width: 100% !important;
    /* PERSONALIZAR / */
}

.category .category-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 5px;
}

.category .category-item.ch-400 {
    height: 400px;
}

.category .category-item.ch-250 {
    height: 250px;
}

.category .category-item.ch-150 {
    height: 150px;
}

.category .category-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category .category-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
    opacity: 0;
}

.category .category-name:hover {
    opacity: 1;
}

.category .category-name p {
    margin: 0 0 50px 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s;
    text-transform: uppercase;

    font-weight: 700;
}

.category .category-name:hover p {
    margin: 0;
}


/**********************************/
/*********** Feature CSS **********/
/**********************************/
.feature {
    position: relative;
}

.feature .feature-col {
    margin-bottom: 30px;
}

.feature .feature-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.feature .feature-content i {
    color: #0670b6;
    font-size: 60px;
    margin-bottom: 30px;
}

.feature .feature-content h2 {
    font-size: 18px;
    color: #3b762f;
}

.feature .feature-content p {
    font-size: 15px;
    margin: 0;
}


/**********************************/
/******** Product Item CSS ********/
/**********************************/
.product-item {
    position: relative;
}

/* .product-item .product-title {
    padding: 15px;
    text-align: center;
    background:#ADC0D4;
    transition: all .3s;
	border-radius:10px;
	margin-bottom:10px;
    order: 2;
} */

.product-item .product-title {
    padding: 15px;
    text-align: center;
    background: white;
    transition: all .3s;
    border-radius: 10px;
    margin-bottom: 10px;
    order: 2;
}

.product-item .product-brand {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background: transparent;
    order: 3;
    position: absolute;
    /* PERSONALIZAR */
    bottom: 70px;
    left: 0;
    width: 100%;
}

.product-item:hover .product-title {
    /* Personalizar */
    background: #efe8e0;
    color: #000 !important;
    /*  */
}

.product-item .product-title a,
.product-item .product-title .ratting {
    position: relative;
    width: 100%;
}

.product-item .product-title a {
    margin-bottom: 5px;
    font-size: 18px;
    /* Personalizar */
    color: #666;
}

.product-item .product-title .ratting i {
    font-size: 14px;
    color: #0670b6;
    display: none;
}

.product-item .product-content .price span {
    margin-left: 12px;
    text-decoration: line-through;
    font-weight: 700;
    color: #999999;
}

.product-item:hover .product-title a,
.product-item:hover .product-title .ratting i {
    /* PERSONALIZAR */
    color: #666;
}

.product-item:hover .product-content .price span {
    color: #dddddd;
}

.product-item .product-image {
    position: relative;
    overflow: hidden;
    order: 1;
    text-align: center;
}

.product-item .product-image a {
    display: block;
    background: #ffffff;
    transition: .3s;
    width: 100%;
    /* height: calc(100vw / 7.8); */
    height: 305px;
}

@media all and (max-width: 1600px) {
    .product-item .product-image a {
        height: calc(100vw / 5.4);
    }
}

@media all and (max-width: 990px) {
    .product-item .product-image a {
        height: calc(100vw / 3.4);
    }
}

@media (max-width: 990px) {
    .product-item .product-image a {
        height: calc(100vw / 3.4);
    }
}

.product-item .product-image img {
    transition: all .3s;
    position: absolute;
    display: block;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    object-fit: contain;
}

.product-item:hover .product-image img {
    transform: translate(-50%, -50%) scale(1.2);
}

.product-item .product-image .product-action {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(255, 111, 97, .5);*/
    transition: all .3s;
    font-size: 0;
    z-index: 1;
    opacity: 0;
}

.product-item:hover .product-image .product-action {
    opacity: 1;
}

.product-item .product-image .product-action a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 7px 0 10px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    transition: all .3s;
    margin-top: 50px;
    cursor: pointer;
    /* Personalizar */
    background: #666;
}

.product-item:hover .product-image .product-action a {
    margin-top: 0;
}

.product-item .product-image .product-action a:last-child {
    margin-right: 0;
}

.product-item .product-image .product-action a:hover {
    color: #0670b6;
    background: #ffffff;
    border: 1px solid #0670b6;
}

.product-item .product-price {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: all .3s;
    border-radius: 10px;
    margin-top: 10px;
    order: 4;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 10px);
    /* Personalizar */
    background: #c46a56;
}

.product-item:hover .product-price {
    /* PERSONALIZAR */
    background: #c46a56;
}

.product-item .product-price h3 {
    display: inline-block;
    color: #ffffff;
    margin-top: 5px;
    /* PERSONALIZAR */
    font-size: 1.30rem;
}

.product-item .product-price h3 span {
    font-size: 16px;
}

.product-item .product-price .btn {
    float: right;
    /* PERSONALIZAR */
    border: 0px !important;
    color: #c46a56;
    background: white;
    font-weight: 700;
    /* PERSONALIZAR / */
}

.product-item:hover .product-price .btn,
.product-item .product-price .btn:hover {
    /* PERSONALIZAR */
    color: #c46a56;
    background: #efe8e0;
    /* PERSONALIZAR / */
}

.product-item .product-price .btn i {
    margin-right: 5px;
}


/**********************************/
/******** Featured Product ********/
/**********************************/
.featured-product {
    position: relative;
    padding: 30px 0;
}

.recent-product {
    position: relative;
    padding: 30px 0;
}

.product .section-header {
    margin-bottom: 30px;
    padding: 20px 30px 15px 30px;
    background: #ffffff;
    text-align: center;
    /* Personalizar */
    color: #c46a56;
}

.product .slick-prev,
.product .slick-next {
    top: -75px;
    width: 30px;
    height: 30px;
    z-index: 1;
    transition: .5s;
    color: #c46a56;
    background: #ffffff;
    border: 1px solid #c46a56;
    border-radius: 4px;
}

.product .slick-prev {
    left: calc(100% - 120px);
}

.product .slick-next {
    right: 45px;
}

.product .slick-prev:hover,
.product .slick-prev:focus,
.product .slick-next:hover,
.product .slick-next:focus {
    background: #c46a56;
}

.product .slick-prev::before,
.product .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #c46a56;
}

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

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

.product .slick-prev:hover::before,
.product .slick-prev:focus::before,
.product .slick-next:hover::before,
.product .slick-next:focus::before {
    color: #ffffff;
}


/**********************************/
/******** Product View CSS ********/
/**********************************/
.product-view {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.product-view .product-view-top {
    padding: 15px;
    /* margin-bottom: 30px;*/
    background: #ffffff;
}

/*.product-view .product-view-top>.row {
    display: grid;
    grid-template-columns: auto 200px 200px;
    grid-gap: 1em;
}*/

.product-view .product-view-top>.row {
    gap: 2px;
    flex-wrap: nowrap;
}

.product-view .product-view-top input,
.product-view .product-view-top select {
    border: 1px solid #0670b6;
    background: white;
    color: #000;
}

.product-view .product-view-top input::placeholder {
    color: #000;
    opacity: 1;
}

.product-view .product-view-top>.row>.col-md-4 {
    width: 33%;
    margin: 0 !important;
    padding: 0 !important;
}

.product-view .product-view-top>.row>.col-md-3 {
    width: 25%;
    margin: 0 !important;
    padding: 0 !important;
}

.product-view .product-view-top>.row>.col-md-2 {
    width: 16%;
    margin: 0 !important;
    padding: 0 !important;
}

.product-view .product-view-top>.row>.col-md-1 {
    width: 8%;
    margin: 0 !important;
    padding: 0 !important;
}

@media all and (max-width: 1230px) {
    .product-view .product-view-top>.row {
        display: grid;
        grid-template-columns: 31% 31% 31% 7%;
        justify-content: space-between;
    }

    .product-view .product-view-top>.row>.col-md-4:first-child {
        grid-column: span 4;
    }

    .product-view .product-view-top>.row>.col-md-4,
    .product-view .product-view-top>.row>.col-md-3,
    .product-view .product-view-top>.row>.col-md-2,
    .product-view .product-view-top>.row>.col-md-1 {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media all and (max-width: 480px) {
    .product-view .product-view-top>.row {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }

    .product-view .product-view-top>.row>.col-md-4:first-child {
        grid-column: span 12;
        order: 1;
    }

    .product-view .product-view-top>.row>.col-md-2 {
        grid-column: span 6;
        order: 2;
    }

    .product-view .product-view-top>.row>.col-md-3 {
        grid-column: span 10;
        order: 3;
    }

    .product-view .product-view-top>.row>.col-md-1 {
        grid-column: span 2;
        order: 4;
    }
}

.product-view .product-view-top>.row>.col-md-4 input,
.product-view .product-view-top>.row>.col-md-4 select,
.product-view .product-view-top>.row>.col-md-3 input,
.product-view .product-view-top>.row>.col-md-3 select,
.product-view .product-view-top>.row>.col-md-2 input,
.product-view .product-view-top>.row>.col-md-2 select,
.product-view .product-view-top>.row>.col-md-1 input,
.product-view .product-view-top>.row>.col-md-1 select,
.product-view .product-view-top>.row>.col-md-1 button {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    /* Personalizar */
    border: 1px solid darkgreen;

}

.product-view .product-search {
    position: relative;
    width: 100%;
}

.product-view .product-search input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    /*color: #999999;*/
    background: transparent;
    border: 1px solid #353535;
    border-radius: 4px;
    transition: all .3s;
}

.product-view .product-search input:focus {
    border-color: #0670b6;
}

.product-view .product-search button {
    position: absolute;
    width: 35px;
    height: 33px;
    top: 1px;
    right: 1px;
    text-align: center;
    background: transparent;
    color: #353535;
    border: none;
    border-radius: 0 4px 4px 0;
    transition: all .3s;
}

.product-view .product-search button i {
    font-size: 16px;
}

.product-view .product-search button:hover {
    background: #0670b6;
    color: #ffffff;
}

.product-view .product-short,
.product-view .product-price-range {
    position: relative;
    width: 100%;
    text-align: right;
}

.product-view .product-short .dropdown .dropdown-toggle,
.product-view .product-price-range .dropdown .dropdown-toggle {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #353535;
    text-align: left;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
}

.product-view .product-short .dropdown .dropdown-toggle:hover,
.product-view .product-price-range .dropdown .dropdown-toggle:hover {
    color: #0670b6;
    border-color: #0670b6;
}

.product-view .product-short .dropdown .dropdown-toggle::after,
.product-view .product-price-range .dropdown .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.product-view .product-short .dropdown-menu,
.product-view .product-price-range .dropdown-menu {
    margin: -1px 0 0 0;
    border-radius: 0;
}

.product-view .product-item {
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    padding-bottom: 130px;
    position: relative;
    height: 100%;
    padding: 5px 5px 135px 5px;
    border: 1px solid white;
    border-radius: 13px;

    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);

}

.product-view .product-item:hover {
    border: 1px solid #0670b6;
}

.product-view .pagination {
    margin: 0;
}

.product-view .pagination .page-item .page-link {
    color: #353535;
    background: transparent;
    border-color: #353535;
}

.product-view .pagination .page-item:hover .page-link,
.product-view .pagination .page-item.active .page-link {
    color: #0670b6;
    background: #ccc;
}

.product-view .col-md-4 {
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .product-view .pagination {
        margin-bottom: 30px;
    }
}

/* Slick slide */

#bloque-relacionados .slick-track {
    min-width: 100%;
}

#bloque-relacionados .slick-slide {
    height: 100%;
    max-width: 25%;
}

#bloque-relacionados .slick-slide .product-item {
    display: grid;
    grid-template-columns: 1fr;
    align-content: stretch;
    position: relative;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 13px;
    height: 100%;
    min-height: 545px;
}

#bloque-relacionados .slick-slide .product-item .product-image {
    position: relative;
    overflow: hidden;
    order: 1;
}

#bloque-relacionados .slick-slide .product-item .product-image>a {
    display: block;
    background: #ffffff;
    transition: .3s;
    width: 100%;
    /* height: calc(100vw / 7.8); */
    height: 305px;
}

@media all and (max-width: 1600px) {
    #bloque-relacionados .slick-slide .product-item .product-image>a {
        height: calc(100vw / 5.4);
    }
}

@media all and (max-width: 990px) {
    #bloque-relacionados .slick-slide .product-item .product-image>a {
        height: calc(100vw / 3.4);
    }
}

@media (max-width: 990px) {
    #bloque-relacionados .slick-slide .product-item .product-image>a {
        height: calc(100vw / 1.12);
    }
}

#bloque-relacionados .slick-slide .product-item .product-image img {
    width: 100%;
    transition: all .3s;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    object-fit: contain;
}

#bloque-relacionados .slick-slide .product-item .product-brand {
    position: relative;
    order: 3;
    bottom: auto;
    left: auto;
    width: 100%;
}

#bloque-relacionados .slick-slide .product-item .product-price {
    order: 4;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
}

/**********************************/
/******* Product Detail CSS *******/
/**********************************/
.product-detail {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.product-detail .product-detail-top,
.product-detail .product-detail-bottom {
    margin-bottom: 30px;
    margin: auto !important;

}
.product-detail-bottom {
    width:75%;
}

.product-detail .product-detail-top {
    padding: 0;
    background: #ffffff;
}

.product-detail .product-slider-single img {
    width: 100%;
}

.product-detail .product-slider-single-nav {
    /* margin: 15px 30px 30px 30px; */
    margin: 15px 3px 30px;
    border: 1px solid #ccc;
    border-radius: 13px;
}

.product-detail .product-slider-single-nav .slider-nav-img {
    /* border-right: 1px solid #0670b6; */
    overflow: hidden;
}

.product-detail .product-slider-single-nav img {
    width: 100%;
    transition: all .3s;
}

.product-detail .product-slider-single-nav img:hover {
    transform: scale(1.2);
}

.product-detail .product-content,
.product-detail .product-content .title,
.product-detail .product-content .ratting,
.product-detail .product-content .price,
.product-detail .product-content .details,
.product-detail .product-content .quantity,
.product-detail .product-content .action {
    position: relative;
    width: 100%;
}

.product-detail .product-content {
    padding: 30px;
}

@media (min-width: 768px) {
    .product-detail .product-content {
        padding-left: 0;
        padding-right: 10px;
    }

}

.product-detail .product-content .title h2 {
    /* font-size: 25px; */
    font-size: clamp(24px, 2.5vw, 26px);
    font-weight: bold;
    margin-bottom: 5px;
}

.product-detail .product-content .ratting {
    margin-bottom: 10px;
}

.product-detail .product-content .ratting i {
    color: #0670b6;
    font-size: 16px;
    display: none;
}

.product-detail .product-content .price,
.product-detail .product-content .quantity,
.product-detail .product-content .p-size,
.product-detail .product-content .p-services,
.product-detail .product-content .p-color {
    margin-bottom: 15px;
}

.product-detail .product-content .price h4,
.product-detail .product-content .quantity h4,
.product-detail .product-content .p-size h4,
.product-detail .product-content .p-services h4,
.product-detail .product-content .p-color h4 {
    display: inline-block;
    width: 85px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
}

.product-detail .product-content .price p {
    display: inline-block;

    font-size: 30px;
    font-weight: 700;
    margin: 0;
    /* PERSONALIZAR */
    color: #c46a56;
}

.product-detail .product-content .price span {
    color: #999999;
    text-decoration: line-through;
    margin-left: 12px;
}

.product-detail .product-content .quantity .qty {
    display: inline-block;
    font-size: 0;
}

.product-detail .product-content .quantity button {
    width: 30px;
    height: 30px;
    padding: 2px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;

    border: none;
    /*PERSONALIZAR*/
    background: #c46a56;
}

.product-detail .product-content .quantity button.btn-minus {
    border-radius: 4px 0 0 4px;
}

.product-detail .product-content .quantity button.btn-plus {
    border-radius: 0 4px 4px 0;
}

.product-detail .product-content .quantity input {
    width: 40px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    border: none;
    color: black;
    background: #efe8e0;
}

.product-detail .product-content .action a:first-child {
    margin-right: 11px;
}

.product-detail .product-content .action a i {
    margin-right: 5px;
}

.product-detail .nav.nav-pills .nav-link {
    color: #ffffff;

    background: #c46a56;
    border-radius: 0;
    transition: all .3s;
    /* PERSONALIZAR*/
}

.product-detail .nav.nav-pills .nav-link:hover,
.product-detail .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: black;
}

.product-detail .tab-content {
    background: #ffffff;
    padding: 25px 15px 15px 15px;
}

.product-detail .tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-detail .tab-content ul li {
    margin-bottom: 10px;
}

.product-detail .tab-content ul li::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}

.product-detail .tab-content .reviews-submitted {
    position: relative;
    margin-bottom: 45px;
}

.product-detail .tab-content .reviewer {
    color: #0670b6;
    font-size: 18px;
    font-weight: 600;
}

.product-detail .tab-content .reviewer span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.product-detail .tab-content .ratting {
    color: #0670b6;
    margin-bottom: 15px;
}

.product-detail .tab-content .reviews-submit .ratting {
    font-size: 24px;
}

.product-detail .tab-content .form input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 15px;
}

.product-detail .tab-content .form textarea {
    width: 100%;
    height: 80px;
    padding: 6px 15px;
    color: #666666;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 15px;
}

.product-detail .tab-content .form button {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    color: #0670b6;
    background: #ffffff;
    border: 1px solid #0670b6;
    border-radius: 4px;
    margin-bottom: 15px;
    transition: all .3s;
}

.product-detail .tab-content .form button:hover {
    color: #ffffff;
    background: #0670b6;
}

.card-footer .btn {
    display: block;
    color: white;
    width: 100%;
    /* PERSONALIZAR*/
    background: #c46a56;
}

.card-footer .btn:hover {
    background: #ff5a00;
    border-color: #ff5a00;
}


/**********************************/
/********** Sidebar CSS ***********/
/**********************************/
.sidebar-widget {
    padding: 30px;
    background: #ffffff;
}

.sidebar-widget:not(:first-child) {
    padding-top: 0;
}

.sidebar-widget .title {
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sidebar-widget.category {
    margin: 0;
}

.sidebar-widget.category .navbar {
    padding: 0;
    overflow: hidden;
    background: #ffffff !important;
}

.sidebar-widget.category .navbar-nav {
    width: 100%;
}

.sidebar-widget.category .navbar li {
    border-bottom: 1px solid #f3f6ff;
}

.sidebar-widget.category .navbar li:last-child {
    border-bottom: none;
}

.sidebar-widget.category .navbar a {
    color: #353535;
}

.sidebar-widget.category .navbar a:hover {
    color: #0670b6;
}

.sidebar-widget.category .navbar i {
    width: 20px;
    text-align: center;
    margin-right: 8px;
    /* Personalizar */
    color: #666;
}

.sidebar-widget.category .navbar a:hover i {
    color: #353535;
}

.sidebar-widget.brands ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widget.brands ul li {
    margin-bottom: 12px;
}

.sidebar-widget.brands ul li:last-child {
    margin-bottom: 0;
}

.sidebar-widget.brands ul li a {
    color: #353535;
    white-space: nowrap;
    display: inline-block;
    line-height: 23px;
    transition: all .3s;
}

.sidebar-widget.brands ul li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}

.sidebar-widget.brands ul li a:hover {
    color: #0670b6;
}

.sidebar-widget.brands ul li a:hover::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.sidebar-widget.brands ul li a:hover {
    padding-left: 10px;
}

.sidebar-widget.brands ul li span {
    display: inline-block;
    float: right;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-widget.widget-slider {
    position: relative;
    display: none;
}

.sidebar-widget.image a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar-widget.image img {
    max-width: 100%;
    transition: .3s;
}

.sidebar-widget.image img:hover {
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.sidebar-widget.tag a {
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 3px 8px;
    font-size: 14px;
    color: #353535;
    background: #ffffff;
    border: 1px solid #353535;
    border-radius: 4px;
    transition: .3s;
}

.sidebar-widget.tag a:hover {
    color: #ffffff;
    background: #0670b6;
    border-color: #0670b6;
}


/**********************************/
/************ Cart CSS ************/
/**********************************/
.cart-page {
    position: relative;
    margin-top: 30px;
}

.cart-page .cart-page-inner {
    padding: 30px;
    margin-bottom: 30px;
    background: #ffffff;
}

.cart-page .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.cart-page .table .thead-dark th {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    text-align: center;
    background: transparent;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}

.cart-page .table td {
    font-size: 16px;
    vertical-align: middle;
}

.cart-page .table .img {
    display: flex;
    align-items: center;
}

.cart-page .table .img img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px;
}

.cart-page .table .img p {
    display: inline-block;
    text-align: left;
    margin: 0;
}

.cart-page .table .qty {
    display: inline-block;
    width: 100px;
    font-size: 0;
}

.cart-page .table button {
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #0670b6;
    border: none;
    border-radius: 4px;
}

.cart-page .table button.btn-minus {
    border-radius: 4px 0 0 4px;
}

.cart-page .table button.btn-plus {
    border-radius: 0 4px 4px 0;
}

.cart-page .table button.btn-cart {
    width: auto;
}

.cart-page .table input {
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #000000;
    border: none;
}

.cart-page .coupon {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0;
}

.cart-page .coupon input {
    width: calc(100% - 135px);
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #999999;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-right: 15px;
    transition: all .3s;
}

.cart-page .coupon input:focus {
    border-color: #0670b6;
}

.cart-page .coupon button {
    width: 120px;
    height: 40px;
    padding: 2px 0;
    font-size: 16px;
    text-align: center;
    color: #0670b6;
    background: #ffffff;
    border: 1px solid #0670b6;
    border-radius: 4px;
}

.cart-page .coupon button:hover {
    color: #ffffff;
    background: #0670b6;
}

.cart-page .cart-summary {
    position: relative;
    width: 100%;
}

.cart-page .cart-summary .cart-content {
    padding: 30px;
    background: #f3f6ff;
}

.cart-page .cart-summary .cart-content h1 {
    font-size: 22px;
    margin-bottom: 20px;
}

.cart-page .cart-summary .cart-content p span,
.cart-page .cart-summary .cart-content h2 span {
    float: right;
}

.cart-page .cart-summary .cart-content h2 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px solid #dddddd;
    margin: 0;
}

.cart-page .cart-summary .cart-btn button {
    margin-top: 15px;
    width: calc(50% - 15px);
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #0670b6;
    border: none;
    border-radius: 4px;
}

.cart-page .cart-summary .cart-btn button:hover {
    color: #0670b6;
    background: #000000;
}

.cart-page .cart-summary .cart-btn button:first-child {
    margin-right: 25px;
    color: #0670b6;
    background: #ffffff;
    border: 1px solid #0670b6;
}

.cart-page .cart-summary .cart-btn button:first-child:hover {
    color: #ffffff;
    background: #0670b6;
}


/**********************************/
/********** Wishlist CSS **********/
/**********************************/
.wishlist-page {
    position: relative;
    padding: 30px 0;
}

.wishlist-page .wishlist-page-inner {
    padding: 30px;
    background: #ffffff;
}

.wishlist-page .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.wishlist-page .table .thead-dark th {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    text-align: center;
    background: transparent;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}

.wishlist-page .table td {
    font-size: 16px;
    vertical-align: middle;
}

.wishlist-page .table .img {
    display: flex;
    align-items: center;
}

.wishlist-page .table .img img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px;
}

.wishlist-page .table .img p {
    display: inline-block;
    text-align: left;
    margin: 0;
}

.wishlist-page .table .qty {
    display: inline-block;
    width: 100px;
    font-size: 0;
}

.wishlist-page .table button {
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #0670b6;
    border: none;
    border-radius: 4px;
}

.wishlist-page .table button.btn-minus {
    border-radius: 4px 0 0 4px;
}

.wishlist-page .table button.btn-plus {
    border-radius: 0 4px 4px 0;
}

.wishlist-page .table button.btn-cart {
    width: auto;
}

.wishlist-page .table input {
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #000000;
    border: none;
}


/**********************************/
/********** Checkout CSS **********/
/**********************************/
.checkout {
    position: relative;
    padding-top: 30px;
}

.checkout .checkout-inner {
    margin-bottom: 30px;
    padding: 30px;
    background: #ffffff;
}

.checkout .billing-address,
.checkout .shipping-address {
    position: relative;
    width: 100%;
}

.checkout .shipping-address {
    display: none;
    margin-top: 30px;
}

.checkout .billing-address h2,
.checkout .shipping-address h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.checkout .checkout-summary,
.checkout .checkout-payment {
    position: relative;
    width: 100%;
}

.checkout .checkout-summary h1,
.checkout .checkout-payment h1 {
    font-size: 25px;
    margin-bottom: 20px;
}

.checkout .checkout-summary,
.checkout .checkout-payment .payment-methods {
    padding: 30px;
    background: #f3f6ff;
    margin-bottom: 30px;
}

.checkout .checkout-summary p.sub-total,
.checkout .checkout-summary p.ship-cost {
    padding-top: 15px;
    border-top: 1px solid #dddddd;
}

.checkout .checkout-summary p span,
.checkout .checkout-summary h2 span {
    float: right;
}

.checkout .checkout-summary h2 {
    font-size: 20px;
    padding-top: 12px;
    border-top: 1px solid #dddddd;
    margin: 0;
}

.checkout .checkout-payment .payment-methods .payment-content {
    display: none;
}

.checkout .checkout-payment .checkout-btn button {
    width: 100%;
    height: 50px;
    padding: 2px 10px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #000000;
    background: #0670b6;
    border: none;
    border-radius: 4px;
    transition: all .3s;
}

.checkout .checkout-payment .checkout-btn button:hover {
    color: #0670b6;
    background: #000000;
}


/**********************************/
/********* My Account CSS *********/
/**********************************/
.my-account {
    position: relative;
    padding: 30px 0;
}

.my-account .nav.nav-pills .nav-link {
    padding: 10px 15px;
    color: #353535;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #dddddd;
    transition: all .3s;
}

.my-account .nav.nav-pills .nav-link:last-child {
    border-bottom: none;
}

.my-account .nav.nav-pills .nav-link:hover,
.my-account .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #0670b6;
}

.my-account .nav.nav-pills .nav-link i {
    margin-right: 5px;
}

.my-account .tab-content {
    padding: 30px;
    background: #ffffff;
}

.my-account .tab-content .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.my-account .tab-content .table .thead-dark th {
    text-align: center;
    color: #353535;
    background: #ffffff;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}

.my-account .tab-content .table td {
    vertical-align: middle;
}


/**********************************/
/******* Call to Action CSS *******/
/**********************************/
.call-to-action {
    position: relative;
    padding: 30px 0;
    background: #0670b6;
    border-radius: 10px;
    display: none;
}

.call-to-action .col-md-6:last-child {
    text-align: right;
}

.call-to-action h1 {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
}

.call-to-action a {
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 2px;
    transition: all .3s;
}

.call-to-action a:hover {
    color: #000000;
    border-color: #000000;
}

@media (max-width: 767.98px) {

    .call-to-action,
    .call-to-action .col-md-6:last-child {
        text-align: center;
    }

    .call-to-action h1 {
        margin-bottom: 20px;
    }
}


/**********************************/
/********* Newsletter CSS *********/
/**********************************/
.newsletter {
    position: relative;
    padding: 30px 0;
    background: #1b2240;
    border-radius: 10px;
    width: 50%;
    margin: 50px auto;

}

.newsletter h1 {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
}

.newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 0 0 auto;
}

.newsletter .form input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.newsletter .form button {
    position: absolute;
    width: 80px;
    height: 40px;
    top: 0;
    right: 0;
    padding: 0 15px;
    border: none;
    background: #0670b6;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0 4px 4px 0;
}

.newsletter .form button:hover {
    color: #0670b6;
    background: #000000;
}

@media (max-width: 767.98px) {
    .newsletter {
        text-align: center;
    }

    .newsletter h1 {
        margin-bottom: 20px;
    }

    .newsletter .form {
        margin: 0 auto;
    }
}


/**********************************/
/*********** Brand CSS ************/
/**********************************/
.brand {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 0;
    background: #ffffff;
}

.brand .brand-item {
    text-align: center;
}

.brand .brand-item img {
    max-width: 100%;
    margin: auto;
}

.brand .slick-prev,
.brand .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: 0;
    transition: .5s;
    background: #0670b6;
    border-radius: 4px;
}

.brand .slick-prev {
    left: 55px;
}

.brand .slick-next {
    right: 55px;
}

.brand .slick-slider:hover .slick-prev {
    left: 15px;
    opacity: 1;
}

.brand .slick-slider:hover .slick-next {
    right: 15px;
    opacity: 1;
}

.brand .slick-prev:hover,
.brand .slick-prev:focus,
.brand .slick-next:hover,
.brand .slick-next:focus {
    background: #000000;
}

.brand .slick-prev:hover::before,
.brand .slick-prev:focus::before,
.brand .slick-next:hover::before,
.brand .slick-next:focus::before {
    color: #0670b6;
}

.brand .slick-prev::before,
.brand .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #000000;
}

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

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


/**********************************/
/*********** Review CSS ***********/
/**********************************/
.review {
    margin-bottom: 30px;
}

.review .review-slider {
    position: relative;
}

.review .review-slider-item {
    /*display: flex;*/
    display: none;
    align-items: center;
    flex-direction: row;
    background: #ffffff;

}

.review .review-img {
    width: 100%;
    max-width: 200px;
    overflow: hidden;
}

.review .review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review .review-text {
    padding: 15px;
    width: 100%;
    max-width: calc(100% - 200px);
}

.review .review-text h2 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.review .review-text h3 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.review .review-text p {
    margin: 0;
}

.review .review-text .ratting {
    margin-bottom: 5px;
}

.review .review-text .ratting i {
    color: #0670b6;
    font-size: 14px;
}

.review .slick-slider:hover .slick-prev {
    left: 30px;
}

.review .slick-slider:hover .slick-next {
    right: 30px;
}


/**********************************/
/********** Contact CSS ***********/
/**********************************/
.contact {
    position: relative;
    padding-top: 30px;
}

.contact .contact-info,
.contact .contact-form,
.contact .contact-map {
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border-bottom: 30px solid #f3f6ff;
}

.contact .contact-info h2 {
    margin-bottom: 15px;
}

.contact .contact-info h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.contact .contact-info h3 i {
    width: 20px;
    color: #0670b6;
    margin-right: 5px;
}

.contact .social {
    position: relative;
    width: 100%;
}

.contact .social a {
    /*display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 5px 0;
    text-align: center;

    border: 1px solid #0670b6;
    border-radius: 4px;*/
    font-size: 18px;
}

.contact .social a i {
    color: #0670b6;
}

.contact .social a:hover {
    background: #0670b6;
}

.contact .social a:hover i {
    color: #ffffff;
}

.contact .contact-map iframe {
    width: 100%;
    height: 450px;
}


/**********************************/
/****** Register & Login CSS ******/
/**********************************/
.login {
    position: relative;
    padding-top: 30px;
}

.login .login-form,
.login .register-form {
    padding: 30px;
    background: #ffffff;
    margin-bottom: 30px;
}
.login-box-msg {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    color: #c46a56;
    letter-spacing: 0.7px;
}


/**********************************/
/********** Footer CSS ************/
/**********************************/
.footer {
    position: relative;
}

.footer .container-fluid .row:first-child {
    position: relative;
    padding: 30px 40px 0;
    background: #efe8e0;
}

.footer .footer-widget {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.footer .footer-widget h2 {
    font-size: 25px;
    white-space: nowrap;
    margin-bottom: 20px;
}

.footer .footer-widget ul {
    margin: 0;
    padding: 0;
    margin-left: 15px;

}

.footer .footer-widget ul li {
    margin-bottom: 12px;
}

.footer .footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-widget ul li a {
    color: #353535;
    white-space: nowrap;

    line-height: 23px;
    transition: all .3s;
}

.footer .footer-widget ul li::before {}

.footer .footer-widget ul li a:hover {
    color: #c46a56;
}



.footer .contact-info p {
    margin-bottom: 10px;
    font-size: 16px;
}

.footer .contact-info p i {
    margin-right: 5px;
}

.footer .social {
    position: relative;
    width: 100%;
    padding-left: 15px;
}

.footer .social a {
    /*display: inline-block;
    margin: 10px 5px 0 0;
    width: 40px;
    height: 40px;
    padding: 6px 0;
    text-align: center;
    font-size: 18px;
    color: #353535;
    border: 1px solid #353535;
    border-radius: 4px;
    transition: all .3s;*/
    font-size: 18px;
    margin-right: 5px;
}

.footer .social a:hover {
    color: #c46a56;
    border-color: #c46a56;
}

.footer .payment {
    padding-top: 15px;
    padding-bottom: 15px;
    /* border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1); */
}

@media (min-width: 992px) {
    .footer .payment {
        max-width: 100%;
        margin: 0 auto;
    }
}

.footer .payment-method,
.footer .payment-security {
    overflow: hidden;
}

.footer .payment-method {
    text-align: left;
}

.footer .payment-security {
    text-align: right;
}

@media (max-width: 768.98px) {
    .footer .payment-method {
        margin-bottom: 15px;
    }

    .footer .payment-method,
    .footer .payment-security {
        text-align: center;
    }

    .header-slider .header-slider-caption {
        left: 10%;
        width: 80%;
    }
}

.footer .payment-method h2,
.footer .payment-security h2 {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.footer .payment-method img,
.footer .payment-security img {
    height: 25px;
}


/**********************************/
/******** Footer Bottom CSS *******/
/**********************************/
.footer-bottom {
    position: relative;
    padding: 25px 40px;
    background: #efe8e0;
    margin-bottom: 20px;

}

.footer-bottom .copyright {
    text-align: left;
}

.footer-bottom .template-by {
    text-align: right;
}

.footer-bottom .copyright p,
.footer-bottom .template-by p {
    color: black;
    font-weight: 400;
    margin: 0;
}

.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
    font-weight: 600;
}

.footer-bottom .copyright p a:hover,
.footer-bottom .template-by p a:hover {
    color: #c46a56;
}

@media (max-width: 768.98px) {

    .footer-bottom .copyright,
    .footer-bottom .template-by {
        text-align: center;
    }
}

.align-items-top {
    align-items: flex-start;
}

.color-iconos-home {
    color: #c6d97f !important;
}


.color-verde-claro {
    color: #00a884;
}

.color-azul {
    color: #0670b6;
}

.grid-column-1 {
    width: 60%;
}

.grid-column-2 {
    width: 40%;
}

#keyframe-introduccion {
    display: grid;
    grid-template-columns: auto 40%;
    grid-gap: 3em;
}

#keyframe-introduccion .grid-header {
    grid-column: span 2;
}

#keyframe-introduccion .grid-column-1 {
    width: auto;
}

#keyframe-introduccion .grid-column-2 {
    width: auto;
    padding: clamp(20px, 4vw, 40px);
    border-radius: 15px;
    background: #f7f7f7;
}

#keyframe-introduccion .grid-column-2 h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0670b6;
    margin-bottom: 1em;
}

#keyframe-introduccion .grid-column-2 img {
    width: 100%;
}

@media all and (max-width: 760px) {
    #keyframe-introduccion {
        grid-template-columns: 1fr;
    }

    #keyframe-introduccion .grid-header {
        grid-column: span 1;
        order: 1;
    }

    #keyframe-introduccion .grid-column-1 {
        order: 3;
        padding: 0 2rem;
    }

    #keyframe-introduccion .grid-column-2 {
        order: 2;
    }
}

.vinculo-sin-estilo {
    text-decoration: none;
}

.grid-table {
    display: grid;
    grid-template-columns: auto 200px;
    grid-gap: 1.2em 1em;
}

.grid-table-item-text {
    position: relative;
}

.grid-table-item-text::after {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    background: #dedede;
}

.grid-table-item-text span {
    position: relative;
    z-index: 9;
    background: white;
    padding: 1.2em 1em 1.2em 0;
}



.toasts-top-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1040;
}

.toasts-top-right.fixed {
    position: fixed;
}

.toasts-top-left {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1040;
}

.toasts-top-left.fixed {
    position: fixed;
}

.toasts-bottom-right {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1040;
}

.toasts-bottom-right.fixed {
    position: fixed;
}

.toasts-bottom-left {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1040;
}

.toasts-bottom-left.fixed {
    position: fixed;
}

.bg-danger {
    color: #FFF;
}

.bg-item-pedidos {
    background-color: #ebf1f9;
}


#navigationCombosBusqueda {
    position: relative;
    padding: 0px 0px 10px 0px;
    list-style: none;
    float: left;
    width: 100%;
    background-color: #ececec;
    margin: 0px 0 25px 0;
    z-index: 99;
    min-height: 110px;
    /* border-radius: 5px; */
    padding-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.capa-select-buscador {
    width: 21%;
    float: left;
    margin-right: 3px;
    padding-bottom: 5px;
    margin-top: 5px;

}

.capa-select-atributo {
    width: 100%;
    float: left;
    margin-right: 3px;
    padding-bottom: 5px;
    height: 50px;
    margin-top: 0px;
}

.capa-busqueda-texto {
    width: 14%;
    float: left;
    margin-right: 3px;
    padding-bottom: 5px;
    height: 20px;
}

.subcapa-select-buscador {
    float: left;
}

.ui-multiselect {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.ui-multiselect span {
    text-align: left;
    /*width: 200px;*/
    margin-left: 0px;

}

.ui-multiselect-checkboxes li {
    height: 24px;
}

.ui-multiselect-checkboxes label {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.ui-multiselect-header .ui-multiselect-filter input {
    border: 1px solid #cccccc !important;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    outline: none;
}

.ui-widget-header {
    background: #ececec !important;
    /*height: 35px;*/
    border: 1px #f5f5f5 solid !important;
}

.ui-multiselect-filter-label {
    color: #666666 !important;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.ui-multiselect-close {
    display: none !important;
}

.ui-multiselect-all {
    color: #666666 !important;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
}

.ui-multiselect-none {
    color: #666666 !important;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
}

.ui-multiselect-header .ui-icon {
    background-color: #cccccc !important;
}

.leyendaAtributoSeleccionado {
    padding-left: 4px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 16px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    height: 19px;
    overflow: hidden;
    background-color: #c46a56;
    color: #fff;
    border-radius: 4px;
}

.textoBusquedaBuscador {
    border: 1px solid #ccc;
    padding: 6px 12px;
    display: inline-block;
    /*float:left;*/
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 34px;
    background: #FFF !important;
    border-color: #ccc !important;
    width: 100%;
}


.etiquetaMiniBuscador {
    width: 40px;
    font-size: 10px;
    float: left;
    padding-top: 0px;
    margin-top: -8px;
}

.select-buscador {

    font-weight: normal;
    color: #333;
    width: 100%;
    height: 34px;
    border-color: #ccc;
    /*padding-top: 3px !important;*/
    font-size: 14px;
    background-color: #efe8e0 !important;
}

.btn-filtrar {
    color: #fff !important;
    border: none !important;
    background-color: #c46a56;
    border: 1px solid #CCC !important;
    padding: 10px;
    border-radius: 5px;
    width:175px;
}

.btn-filtrar:hover,
.btn-filtrar:active,
.btn-filtrar:focus {
    color: #ccc !important;
    box-shadow: none;
    cursor: pointer;
}


.btn-limpiar-filtro {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 5px;
    width:175px;
    display: inline-block;
    /* PERSONALIZAR */
    background: #efe8e0;
}

.btn-limpiar-filtro:hover,
.btn-limpiar-filtro:active,
.btn-limpiar-filtro:focus {
    color: #000;
    background: #ccc;
    box-shadow: none;
    cursor: pointer;
}

.oculto {
    display: none !important;
}

.pagina-estatica {
    /* padding: 3vw 3vw; */
    padding: 0 0 3rem;
    min-height: 300px;
}

#bloque-relacionados {
    padding: 0 60px;
}

.enlace-miga-categorias {
    /* Personalizar */
    color: darkgreen;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.negrita {
    font-weight: bold;
}

.labelServiciosAdicionales {

    margin-bottom: 0px;
    font-weight: bold;
    /* PERSONALIZAR*/
    color: black;
}

.capa-label-oferta {
    position: absolute;
    top: 210px;
    width: 100%;
}

.caja-oferta-buscador {

    width: 160px;
    background: red;
    font-weight: bold;
    padding: 3px;
    color: #FFFFFF;
    z-index: 100;
    border-radius: 50px;
    margin-bottom: 0px;
    text-align: center;
    height: 30px;
}

.caja-oferta-buscador-detalle {
    width: 160px;
    background: red;
    font-weight: bold;
    padding: 3px;
    color: #FFFFFF;
    z-index: 100;
    border-radius: 50px;
    margin-bottom: 0px;
    text-align: center;
    height: 30px;
}

#capa-mapa,
#capa-mapa iframe {
    width: 100%;
    height: 500px;
    border-radius: 15px;
}

#capa-mapa {
    margin-bottom: 3rem;
}

.toast.bg-success {
    color: #ffffff;
}

.centrado {
    text-align: center !important
}

.featured-product .product-item {
    padding-bottom: 170px;
    /*border: 1px #ddd solid;*/
    border-radius: 8px;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

/* PERSONALIZAR */
.header-slider .header-slider-caption {
    display: none;
}

/*
============================================
Ajustes de estilos para responsive 17/09/24
============================================
*/

.product-item .product-title {
    height: 110px;
}

.login-logo {
    text-align: center;
}

@media all and (max-width: 760px) {
    .product .slick-prev {
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }

    .product .slick-next {
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

    #bloque-relacionados {
        padding: 0 10px;
    }

    .login-logo,
    .card {
        width: 90% !important;
        margin: auto;
    }

    #capa-mapa {
        margin-bottom: 40px;
    }

    .grid-column-2 {
        width: 100%;
    }
}

#seguir-comprando {
    /* PERSONALIZAR */
    background-color: #efe8e0;
    border: 1px solid green;
    color: black;

}

.tituloInterior {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    background-color: #c46a56;
    color: white;
    text-align: center;
    padding: 5px;
}

.tituloPie {
    font-size: 1rem !important;
}


.top-bar {
    background-color: #efe8e0 !important;
    font-weight: 500 !important;
    /* Medium */
    font-size: 0.8rem;
}

.top-bar i {
    font-size: 1rem;
    padding: 5px;
}

.titulo-bloque-productos {
    font-family: 'Montserrat';
    font-weight: 700;
    color: black;
}

.slider-servicios {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #c46a56;
    text-align: center;
}

.top {
    width: 30px !important;
    text-align: center;
}

.simple-marquee-container {
    background-color: transparent !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

.simple-marquee-container .marquee-content-items li {
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
    color: #c46a56 !important;
}

.simple-marquee-container .marquee-content-items li:after {
    content: "•" !important;
}

.bloque-sin-foto-bloque-home {
    background-color: #efe8e0 !important;
    display: block !important;
    font-size: 18px;
    text-align: center;
}

.bloque-sin-foto-bloque-home .titulo {
    margin-top: 40px;
    font-weight: 700;
    font-size: 18px;
}

.bloque-sin-foto-bloque-home .nota {
    font-size: 16px;
}

.product-slider-3 {
    margin-left: 10%;
    margin-right: 10%;
}

.campo-filtro-busqueda {
    background-color: #efe8e0 !important;
    border: none !important;
    font-weight: bold;
}

.total {
    color: #c46a56;
}

.product-slider .slick-track {
    padding: 1em 0;
}

.payment-method h2 {
    text-transform: none !important;
}

.payment-security h2 {
    text-transform: none !important;
}

@media all and (max-width: 780px) {
    .category .container-fluid .row {
        grid-template-columns: 1fr;
    }

    .category .container-fluid .row .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .category .container-fluid .row .col-md-3:nth-child(1) {
        order: 2;
    }

    .category .container-fluid .row .col-md-3:nth-child(2) {
        order: 1;
    }

    .category .container-fluid .row .col-md-3:nth-child(3) {
        order: 3;
    }
}


.icono-menu {
    font-size: 20px;
}

/* Estilos nueva estructura header TIPO 2 */

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.slick-slide img {
    border-radius: 5px;
}

.header {
    margin-top: 110px;
}

#header-bar {
    position: fixed;
    width: 100%;
    max-width: 1600px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: white;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    background: #efefef;
    padding: 0.2em 2em;
}

.top-bar,
.top-bar a {
    color: black;
}

.nav,
.nav .navbar {
    border-radius: 0;
    background: white !important;
}

.nav .navbar-dark a.nav-link {
    color: black;
    font-weight: bold;
}

.nav .navbar-dark a.nav-link:hover,
.nav .navbar-dark a.nav-link.active {
    color: black;
}

.nav .navbar-dark a.nav-link:hover {
    color: #c46a56;
}

.navbar-dark .navbar-toggler {
    color: black;
}

.bottom-bar-right {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center
}

.bottom-bar {
    display: grid;
    grid-template-columns: 200px auto 230px;
    justify-content: space-between;
    align-items: center;
    max-height: max-content !important;
    padding: 10px 20px;
    margin-bottom: 0;
}

.bottom-bar .logo {
    margin-bottom: 0 !important;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
}

.dropdown-toggle>span+.nav-icon {
    display: none;
}

#nArticulosFavoritos,
#cantidadCarrito {
    font-size: 12px;
}

.grid-header,
.pagina-estatica {
    margin-top: 30px !important;

}
.pagina-estatica{
    padding-left:30px;
    padding-right:30px;
}

.pagina-estatica>.grid-header {
    margin-top: 0 !important;
}

.product-detail,
.login-box {
    margin-top: 110px;
}

.login-box {
    padding: 2rem 0;
}

@media all and (max-width: 780px) {
    .navbar-dark .navbar-brand {
        color: black;
    }

    .top-bar-left span {
        display: none;
    }

    .bottom-bar {
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 15px;
    }

    .bottom-bar-left {
        grid-column: span 4;
        order: 1;
    }

    .bottom-bar-center {
        grid-column: span 1;
        order: 3;
        display: flex;
        justify-content: flex-end;
    }

    .bottom-bar-right {
        order: 2;
        grid-column: span 7;
        display: flex;
        justify-content: flex-end;
    }

    .navbar-toggler {
        background: #c46a56 !important;
        padding: .25rem .4rem;
    }

    .navbar {
        justify-content: flex-end !important;
    }

    .navbar-nav {
        /*background: #c46a56;*/
        border-radius: 5px;
    }

    .nav .navbar-dark a.nav-link:hover {
        color: black;
    }

    .nav .navbar-dark a.nav-link {
        padding: 5px 10px;
        color: white;
        border-radius: 5px;
    }

    #navbarCollapse {
        background: #c46a56;
    }

    .navbar-collapse {
        position: absolute;
        top: 37px;
        width: 220px;
        padding: 10px 0 0;
    }

    .dropdown-toggle>span {
        display: none;
    }

    .dropdown-toggle>span+.nav-icon {
        display: block;
    }

    .bottom-bar-right>.navbar-nav {
        background: white !important;
    }

    .category {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media all and (max-width: 480px) {
    .bottom-bar-left {
        grid-column: span 5;
        order: 1;
    }

    .bottom-bar-right {
        order: 2;
        grid-column: span 6;
        display: flex;
        justify-content: flex-end;
    }
}

/* FIN Estilos nueva estructura header TIPO 2 */


.category .category-item.bloque-proyectos .category-name {
    opacity: 1;
}
.category .category-item.bloque-proyectos .category-name p {
    margin: 0 !important;
}

/* Slider home versión 2*/

body {
    margin-top: 120px;
}

.header .col-md-12 {
    padding: 0 !important;
}

.header-slider .slick-slide {
    position: relative;
    overflow: auto;
    display: flex;
    justify-content: center;
    justify-items: center;
    background: #c46a56;
}

.header-slider .slick-slide img {
    max-width: 80%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 2em 0;
    max-height: 400px;
    border-radius: 3px;
}

/* FIN Slider home versión 2*/

.featured-product .slick-slider .slick-list{
    max-width: 1200px;
    margin: auto;
}

.ui-multiselect{
    background-color: #efe8e0;
}

.swiper-container {
    width: 100%;
    max-width: 800px;
}
.swiper-slide img {
    width: 100%;
    height: auto;
}
.swiper-container-thumbs {
    max-width: 800px;
    overflow: hidden;
    margin-top: 10px;
}
.swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #c46a56;
}

@media all and (max-width: 780px) {
    .swiper-container {
        width: 100%;
        max-width: calc(100vw - 60px);
    }
    .swiper-container-thumbs {
        max-width: calc(100vw - 60px);
        overflow: hidden;
        margin-top: 10px;
    }
    .pagina-estatica{
        padding-left:15px;
        padding-right:15px;
    }
}

#cboxOverlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

#cboxContent {
    max-width: 90vw !important;
}

#cboxLoadedContent,
#cboxLoadedContent img {
    max-width: 100% !important;
    height: auto !important;
}

#colorbox {
    z-index: 999;
    max-width: 90vw !important;
}

#cboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: black;
    color: white;
    z-index: 9999;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cboxClose::after {
    content: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fff"><path d="M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z"/></svg>');
    width: 15px;
    height: 15px;
    display: block !important;
}

.gallery {
    position: relative;
}

.gallery::after {
    content: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fff"><path d="M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z"/></svg>');
    width: 15px;
    height: 15px;
    display: block !important;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .2s;
}

.gallery:hover::after {
    opacity: 1;
}

/* SELECT 2 */
span.select2-selection.select2-selection--single{
    background-color: #efe8e0  !important;
    padding: 2px 15px  !important;
    color: #000  !important;
    border: 0px !important;
    border-radius: 10px !important;
    transition: all .3s  !important;
    height: 40px !important;
    text-align: left !important;
    font-weight: bold;
}

.select2-selection__rendered{
    border: 0px !important;
}
.select2-dropdown{
    background-color: #efe8e0  !important;
}

/*********/
.etiqueta-informativa{
    font-weight: bold;
    background-color: #c46a56;
    color:white;
    padding:3px;
    border-radius: 5px;
    margin-bottom: 5px;
}


.capa-check-terminos {
    display: grid;
    grid-template-columns: 20px auto;
    justify-content: start;
    align-items: start;
    grid-gap: .5rem;
}
.capa-check-terminos input {
    margin-top: 5px;
}

.categoria-arbol-seleccionada{
    font-weight: bold;
    color: #c46a56 !important;
}

