/*.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #65a15a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}*/
.breadcrumb {
    padding: 34px 0 30px;
    background: #ffffff;
    margin: 0;
}
.breadcrumb > li {
    display: inline-block;
    list-style: none;
    font-weight: 500;
    font-size: 14px;
}
.breadcrumb > li+li {
    padding-left: 10px;
}
.breadcrumb a {
    color: #888888;
}
.menu-productos .producto-item{
    float: left;
}
.menu-busqueda{
    float: left;
}
.breadcrumb > .active {
    color: #222;
}
.woof_Widget {
    border-radius: 0;
}
.widget {
    margin-bottom: 40px;
}
.widget .widgettitle {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
    margin-top: -3px;
    z-index: 1;
    border-bottom: 2px solid #65a15a;
}
.sidebar .list-categories, .sidebar .price-slider-wrapper {
    padding: 17px 22px 20px;
    border: 1px solid #f3f3f3;
    border-top: none;
}
.widget li {
    list-style: none;
    line-height: 28px;
}
.sidebar .label-text {
    cursor: pointer;
    font-size: 14px;
    color: #555;
    margin: 0;
    padding-left: 25px;
    position: relative;
    font-weight: bold;
}
.sidebar .label-text-sub {
    cursor: pointer;
    font-size: 14px;
    color: #555;
    margin: 0;
    padding-left: 25px;
    position: relative;
    font-weight: normal;
}
.list-categories ul{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:25px;
}
.widget .widgettitle {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
    margin-top: -3px;
    z-index: 1;
    border-bottom: 3px solid #65a15a;
}
.sidebar input[type="checkbox"] {
    display: none;
}
.sidebar input[type="radio"] {
    display: none;
}
.sidebar input[type="checkbox"] + label::after, .sidebar input[type="radio"] + label::after {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: solid 1px #eeeeee;
    border-radius: 0;
}
.sidebar input[type="checkbox"]:checked + label::before,.sidebar input[type="radio"]:checked + label::before {
    font-family: 'FontAwesome';
    content:  url(../img/checkmark-sharp.svg);
    display: inline-block;
    top: 5px;
    left: 2px;
    width: 15px;
    height: 14px;
    text-align: center;
    font-size: 10px;
    color: #65a15a;
    position: absolute;
    z-index: 2;
    padding: 0;
    line-height: 14px;
}
.sidebar input[type="checkbox"]:checked + label::before,.sidebar input[type="radio"]:checked + label::before {
    color: #65a15a;
}

.sidebar .price-slider-wrapper {
    padding-top: 35px;
}
.widget_filter_price .ui-widget-content {
    background: #ddd;
    border-radius: 2px;
    height: 4px;
    border: none;
    width: 204px;
}
.ui-slider-horizontal .ui-slider-range {
    height: 4px;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.widget_filter_price .ui-slider .ui-slider-range {
    background: #65a15a;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.widget_filter_price .ui-slider .ui-slider-handle {
    width: 0;
    height: 0;
    border: none;
    border-radius: 1em;
    cursor: ew-resize;
    margin-left: 33px;
    outline: 0 none;
    position: absolute;
    z-index: 2;
    border-color: #65a15a transparent;
}
.widget_filter_price .price-slider-amount {
    margin-top: 25px;
    font-size: 13px;
    color: #666666;
    overflow: hidden;
}
.woof_Widget .price-slider-amount span:first-child {
    margin-right: 10px;
}
.woof_Widget .price-slider-amount span {
    display: inline-block;
    font-size: 15px;
    color: #0a0a0a;
    border: 1px solid #eeeeee;
    padding: 4px 10px;
    font-weight: 700;
    border-radius: 0;
}
.widget_filter_price .ui-slider .ui-slider-handle::before {
    content: '';
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #65a15a transparent;
}
.shop-grid-content .pagination {
    margin-top: 10px;
}

.pagination {
    display: block;
    margin: 50px 0 0;
    padding: 0;
}
 .clearfix:before{
    display: table;
    content: " ";
}
.pagination .page-numbers:first-child {
    margin-left: 0;
}

.pagination .page-numbers {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 39px;
    text-align: center;
    border: 1px solid #F1F1F1;
    font-size: 16px;
    color: #888;
    font-weight: 500;
    margin-left: 5px;
    border-radius: 0;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
    color: #fff;
    border-color: transparent;
    background-color: #65a15a;
}
.pagination .page-numbers ion-icon {
    font-weight: 700;
    pointer-events: none;

}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
    color: #fff;
    border-color: transparent;
    background-color: #65a15a;
}
/*fin chosen */

.custom_blog_title {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 700;
    color: #222;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.shop-top-control .chosen-container-single .chosen-single {
    height: 28px;
    line-height: 28px;
    border: 1px solid #fff;
    background: #fff !important;
    padding: 0 10px;
    max-width: 100%;
    background: none;
    box-shadow: none;
    width: 154px;
    color: #222;
    border-radius: 0;
}
.shop-top-control{
    border: 1px solid #F1F1F1;
    border-radius: 0;
    padding: 4px 0 4px;
    margin-bottom: 40px;
    display: table;
    width: 100%;
    font-weight: 500;
    color: #888888;
    position: relative;
}
.navbar-nav label:hover {
    color: rgba(0,0,0,.5) !important;
}
.shop-top-control .select-form {
    position: relative;
    z-index: 999;
    line-height: 28px;
}
.shop-top-control .select-form.select-item {
    z-index: 1000;
}
.shop-top-control .select-form, .shop-top-control .grid-view-mode {
    padding: 0 13px;
    border-right: 1px solid #F1F1F1;
    display: table-cell;
    vertical-align: middle;
}
.shop-top-control .select-form, .shop-top-control .grid-view-mode {
    padding: 0 13px;
    border-right: 1px solid #F1F1F1;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.busqueda-menu {
     background-color: white !important; 
}
.busqueda-button::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.shop-top-control .select-form .title {
    margin-right: 3px;
}
.select-item select{
    height: 30px;
    border: 1px solid transparent;
    width: 150px;
}
.select-item option{
    height: 30px;
}

.select-item select:focus-visible{
    outline: 0;
}
.select-item input[type="text"] {

}
.lista-procuctos{

    margin-left: -30px;
    margin-right: -29px;
}
.paginacion{

}
/*====================================================*/
.progress-bar
{
    position:relative;
    height:10px;
    width:100px;
    margin:200px auto;
    background:#ebeef5;
    border-radius:10px;
}
.progress-bar .pro-bar
{
    position:absolute;
    left:0;
    height:10px;
    width:10px;
    background:#409eff;
}
.progress-bar .min-num
{
    position:absolute;
    left:-20px;
    top:-5px;
}
.progress-bar .max-num
{
    position:absolute;
    right:-40px;
    top:-5px;
}
.progress-bar .block 
{
    position:absolute;
    height:30px;
    width:10px;
    background:#ccc;
    top:-10px;
    border-radius:10px;
}
.progress-bar .block div
{
    position:absolute;
    display:none;
    left:-20px;
    top:-45px;
    width:50px;
    height:30px;
    text-align:center;
    line-height:30px;
    background:#ccc;
    border-radius:20px;
}
.progress-bar .block:hover div{
    display:block;
    font-size:10%;
    color:#fff;
    background:#409eff;
}
/*====================================================*/
.precios{
    padding: 0px 5px 0px 5px;
    border: 1px solid rgb(187, 187, 187);
}.price-slider-wrapper span{
    padding: 5px 5px 0px 5px;
    font-weight: 600;
}
.precios:hover{
    border-color: #6ab43e;
}
.precios:focus{
    border-color: #6ab43e;
}
.precios:focus-visible{
    border-color: #6ab43e;
}
.text_precio:focus-visible{
    outline: 0;
}
.text_precio{
    font-size: 13px;
    height: 30px;
    padding: 0px 0px 0px 20px;
    transform: scale(1);
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0px;
    border: 5px solid transparent;
    color: rgb(51, 51, 51);
}
.jsx-1982563899{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: rgb(187, 187, 187);
}

.list-precios{
    padding: 17px 16px 20px;
}
.list-precios li{
    padding-top: 10px;
}
.precios-buscar button{
    background: transparent;
    border: 1px solid #65a15a;
    color: #65a15a;
    height: 100%;
    font-size: 19px;
}

.precios-buscar button:hover{
    background: #65a15a;
    border: 1px solid white;
    color: white;
}
.precios-buscar{       
    margin-left: -10px;
}
.menu-nombre{    
    position: absolute;
    transform: translate3d(0px, -75px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;

    
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

@media (max-width: 767.98px) 
{ 
    .precios-buscar{        
        padding: 0;
        margin-top: 10px;
        margin-left: 0px;
    }
    .precios-buscar button
    {
        width: 100%;
    }
    .price-slider-wrapper span {
        width: 100%;
        text-align: center;
    }
}