/*
Theme Name: Wp Bootstrap starter child
Theme URI: #
Description: Theme Child Bootstrap
Author: Ivan Cruz Peña
Author URI: https://carlonchostore.com/
Template: wp-bootstrap-starter
Version: 1.0.0
*/

@import url("fonts/fontawesome/css/all.css");


/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
body{
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}
.background-orange{
    background-color:  #ef731b;
}
.background-red{
    background-color:  #e85958;
}
.color-orange{
    color:  #ef731b;
}
.color-red{
    color: #e85958;
}
.color-blue{
    color:  #376eb2;
}
.color-gray-black{
    color: #424554;
}
#content{
    background-color: #f7f8fd;
}
#content.site-content{
    padding-top: 45px;
    padding-bottom: 0 !important;
}
header#masthead {
    padding: .45rem 1rem;
}
section#primary{
    padding: 0;
}

#loader{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255,255,255,0.7);
    z-index: 999;
}
#loader div{
    left: calc(50% - 60px);
    top: calc(50% - 19px);
    position: absolute;
}
/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/

@media (max-width: 992px) {
    .col-header {
        padding: 15px 10px 5px 10px;
    }
    .col-header .navbar-brand{
        display: table;
        margin: 0 auto;
    }
    .navbar-nav .dropdown-menu > li > a {
        padding: 5px 5px;
    }
    .navbar-nav li > a {
        font-size: 13px !important;
        color: #fff !important;
    }
}

@media (min-width: 1200px){
    /* .container {
        max-width: 1300px;
    } */
    .menu-head > li:first-child > a{
        padding: .5rem .75rem .5rem 0 !important;
    }
    .menu-head > li > a{
        padding: .5rem .75rem .5rem .75rem !important;
        color: #ffffff !important;;
    }
    .menu-head > li:last-child > a{
        padding: .5rem 0 .5rem .75rem !important;
    }
}
.navbar-nav .dropdown-menu{
    background: #2963a3;
    padding: 0;
    width: 350px;
}
.navbar-nav .dropdown-menu > li{
    border: 1px solid #3f73ad;
}
.navbar-nav .dropdown-menu > li > a {
    color: #fff;
}
.navbar-nav .dropdown-menu > li:hover{
    background: #3f73ad;
}


header#masthead{
    background: #2a66ae;
}
#btn-search{
    cursor: pointer;
}
.input-search{
    max-width: 450px;
    width: 450px;
}
.input-search input{
    border-radius: 30px 0 0 30px;
}
.input-search span{
    border-radius: 0 30px 30px 0;
    border-color: #ef731b;
}
.input-search span{
    border-radius: 0 30px 30px 0;
    color: #fff;
}
.input-search .form-control{
    height: 2em;
}
.list-user-shopping >li{
    display: inline;
    padding: 0 10px;
}
.list-user-shopping >li > i{
    position: relative;
}
.counter_automatic{
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    top: -10px;
    right: -10px;
}
.counter_automatic > span{
    vertical-align: middle;
    color: #fff;
    display: table;
    margin: 0 auto;
    font-size: 0.75rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.contactanos{
    list-style: none;
}
.contactanos > li > a{
    color: #fff;
    text-decoration: none;
}

#breadcrumbs{
    background: #fbfbfb;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0;
}
#breadcrumbs ul{
    padding: 0;
    margin: 0;
}
#breadcrumbs ul li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #474a59;
    padding-right: 10px;
}
#breadcrumbs ul li a{
    color:  #474a59;
}
#breadcrumbs ul li a:hover{
    text-decoration: none;
}
#breadcrumbs ul li.separator{
    color: #ea7327;
}
/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/



#eventos h3{
    color: #2a66ae;
    font-weight: lighter;
    padding-bottom: 10px;
    border-bottom: 1px solid #ea7327;
}

#eventos ul.contenedor{
    padding: 10px 0 0 0;
}

#eventos ul.contenedor li{
    background-color: #fff;
    list-style: none;
    height: 350px;
    border-radius: 20px;
    margin: 20px;
}
#eventos ul.contenedor li img{
    border-radius: 20px 20px 0 0;
}
#eventos ul.contenedor li .cat-content{
    padding: 20px;
}
#eventos ul.contenedor li .cat-content .cat-post-title a{
    color: #595c68;
    font-weight: bold;
    font-size: 16px;
}
#eventos ul.contenedor li .cat-content .cat-post-title a:hover{
    text-decoration: none;
}
#eventos ul.contenedor li .cat-content .cat-post-excerpt{
    font-size: 13px;
    line-height: 20px;
    color: #9ca0ae;
}

#destacados h3{
    color: #2a66ae;
    font-weight: lighter;
    padding-bottom: 10px;
    border-bottom: 1px solid #ea7327;
}
#destacados ul{
    padding: 10px 0 0 0;
    display: block;
}
#destacados ul li{
    background-color: #fff;
    list-style: none;
    height: 550px;
    border-radius: 20px;
    margin: 15px;
    display: inline-block;
    vertical-align: top;
    padding: 25px 15px 15px 15px;
}
#destacados .producto-imagen{
    padding: 0px 0px 15px 0px;
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid #f1f1f1;
}
#destacados .group-like{
    display: table;
    padding: 5px 15px 0px 15px;
    width: 100%;
}
#destacados .producto-marca{
    font-size: 10px;
    color: #a1a2a7;
    font-weight: bold;
    text-transform: uppercase;
}
#destacados .producto-stock{
    background: #2a66ae;
    display: table;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
}
#destacados .producto-agotado{
    background: #e85958;
    display: table;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
}
#destacados .producto-titulo{
    font-size: 16px;
    font-weight: bold;
    color: #656873;
    max-height: 70px;
}
#destacados .producto-descripcion{
    color: #cbcbd3;
    font-size: 14px;
    height: 70px;
}
#destacados .producto-precio {
    font-size: 16px;
    font-weight: bold;
    color: #656873;
    padding-top: 10px;
}
#destacados .agregar{
    background: #3366ae;
    padding: 7px 15px;
    border-radius: 20px;
}
#destacados .agregar a{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
}
#destacados .owl-nav i{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: calc(50% - 40px) !important;
    font-size: 40px;
    font-weight: lighter;
    color: #ea7327;
}
#destacados .owl-nav .owl-prev i{
    left: -40px;
}
#destacados .owl-nav .owl-next i{
    right: -40px;
}
#destacados .producto-agotado {
    background-color: #e85958;
}
#destacados .producto-stock {
    background-color: #2a66ae;
}
#destacados .producto-nuevo{
    background-color: #2aae4c;   
}
#destacados .producto-oferta{
    background-color: #ef731b;
}
#destacados .producto-preventa{
    background-color: #ffb000;
}
#destacados .producto-destacado{
    background-color: #58ace8;
}
#destacados .labels{
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
}
#destacados .cat-clear{
    clear: both;
}
#destacados .view{
    display: none;
}
/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/
#search-producto{
    background: #f7f8fd;
}
#search-producto .data{
    padding: 30px 0;
}
#search-producto .preventa{
    position: absolute;
    top: 23px;
    left: -6px;
}
#search-producto .data .container ul{
    margin: 0;
    padding: 0;
}
#search-producto .data .container ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 20px;
}
#search-producto .data .container ul li .background{
    height: 530px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 20px -5px #c5c5c7;
    position: relative;
}
#search-producto .producto-imagen{
    padding: 15px 15px 10px 15px;
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid #f1f1f1;
}
#search-producto .group-like {
    display: table;
    padding: 5px 15px 0px 15px;
    width: 100%;
}
#search-producto .producto-marca {
    font-size: 10px;
    color: #a1a2a7;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
}
#search-producto .agotado{
    /* position: absolute; */
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#search-producto .group-description{
    display: table;
    padding: 0px 15px 5px 15px;
    width: 100%;
}
#search-producto .producto-titulo {
    font-size: 14px;
    font-weight: bold;
    color: #656873;
    max-height: 70px;
    line-height: 16px;
}
#search-producto .producto-descripcion {
    color: #cbcbd3;
    font-size: 12px;
    max-height: 70px;
    line-height: 16px;
}
#search-producto .agregar {
    background: #3366ae;
    padding: 3px 12px;
    border-radius: 20px;
}
#search-producto .agregar a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
}
#search-producto .group-precio{
    position: absolute;
    width: 86%;
    bottom: 8px;
}
#destacados .producto-precio-antes,
#search-producto .producto-precio-antes{
    font-size: 12px;
    color: #e85958;
    text-decoration: line-through;
}
#search-producto .producto-precio {
    font-size: 16px;
    font-weight: bold;
    color: #656873;
    padding-top: 5px;
}
#search-producto .producto-agotado {
    background-color: #e85958;
}
#search-producto .producto-stock {
    background-color: #2a66ae;
}
#search-producto .producto-nuevo{
    background-color: #2aae4c;   
}
#search-producto .producto-oferta{
    background-color: #ea7327;
}
#search-producto .producto-preventa{
    background-color: #ffb000;
}
#search-producto .producto-destacado{
    background-color: #58ace8;
}
#search-producto .producto-restock{
    background-color: #7d007a;
}
#search-producto .labels{
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 10px;
    color: #fff
}
#search-producto .cat-clear{
    clear: both;
}
#search-producto .view{
    display: table;
    margin: 5px auto 0;
}
#search-producto .view a{
    color: #3365ae;
    font-size: 14px;
    font-weight: bold;
}
.pagination-cutsomize{
    display: table;
    margin: 20px auto 0;
}
.pagination-cutsomize ul{
    margin: 0;
    padding: 0;
}
.pagination-cutsomize ul li {
    list-style: none;
    display: inline-block;
}
.pagination-cutsomize ul li a{
    padding: 5px 10px;
    color: #3365ae;
    font-size: 14px;
}
.pagination-cutsomize ul li a:hover{
    text-decoration: none;
}
.pagination-cutsomize ul li.active a{
    background: #3365ae;
    border-radius: 50%;
    color: #fff;
}
.pagination-cutsomize ul li a i{
    color: #ea7327;
}
.data-filtro{
    padding: 20px 0;
    background: #fff;
}
.data-filtro h6{
    vertical-align: middle;
    line-height: 35px;
}
.chosen-container-single .chosen-single div b{
    background: none !important;
}
.chosen-container-single .chosen-single div b:after{
    font-family: "Font Awesome 5 Free";
    color: #ea7327;
    content: "\f078";
}
.chosen-container{
    background: #f7f8fd;
}
.chosen-container a{
    border: none !important;
}

/**Single Presale*/
#single-search{
    width: 100%;
    padding: 50px 0;
}
#single-search .producto-imagen{
    padding: 20px;
}
#single-search .producto-imagen img{
    display: table;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#single-search .labels {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
}
#single-search .producto-agotado {
    background-color: #e85958;
}
#single-search .producto-stock {
    background-color: #2a66ae;
}
#single-search .producto-nuevo{
    background-color: #2aae4c;   
}
#single-search .producto-oferta{
    background-color: #ef731b;
}
#single-search .producto-preventa{
    background-color: #ffb000;
}
#single-search .producto-destacado{
    background-color: #58ace8;
}
#single-search .producto-precio-antes{
    font-size: 12px;
    color: #e85958;
    text-decoration: line-through;
}
#single-search .producto-precio{
    font-size: 24px;
    font-weight: 500;
    color: #3366ae;
}
#single-search .group-stock{
    margin-bottom: 20px;
}
#single-search .group-stock .agregar,
#single-search .group-stock .like {
    line-height: 47px;
}
#single-search .title-descripcion{
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

/** FILTER */
.filter{
    background: #fff;
    padding: 10px;
}
.filter label{
    font-size: 14px;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: "Font Awesome\ 5 Pro";
    content: "\f068";
    float: right;
    color: #ef731b
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f067";    /* adjust as needed, taken from bootstrap.css */
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    border-bottom: 2px solid #e9ecff;
    color: #24292e;
}
.panel-body .custom-checkbox{
    padding: 5px 0 0 20px;
}
.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
#footer-widget{
    background-color: #474a59;
    padding: 40px 0;
}
#footer-widget h3.widget-title{
    color: #fff;
    margin-bottom: 20px;
}
#footer-widget ul{
    padding: 0;
}
#footer-widget ul.nav li a{
    color: #d1d1d3;
    padding: .4rem 0;
}
#footer-widget ul.nav li:hover a{
    background: none
}

.icon-social ul.nav{
    display: block;
}
.icon-social ul.nav li{
    list-style: none;
    display: inline-block;
    padding: 0px 20px 10px 0;
}
.icon-social li a{
    color: #fff;
    padding-right: 15px;
}
footer{
    background-color: #2c2e3a;
}
footer .site-info,footer a{
    color: #fff;
    font-size: 12px;
    text-align: center;
}
/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/




