/* ===== General ===== */
@font-face {
    font-family: 'FontAwesomeAS4';
    src: url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.PM_ASearchTitle,
.PM_ASBlockOutputHorizontal a,
.PM_ASBlockOutputVertical a {
    color: #414141;
}
.clear { clear: both; }
.text-center { text-align: center; }


/* ===== Reset filters ===== */

.PM_ASResetSearch {
    display: none !important;
    color: inherit;
    font-size: 0.85rem;
    text-align: center;
    padding:  0.25rem;
    margin: 0.75rem 0 1.25rem;
}
.PM_ASBlockOutputVertical .PM_ASResetSearch {
    border: 1px dashed rgba(0,0,0,.125);
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
}
.PM_ASResetSearch:before {
    content: "\f0e2";
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
}
.PM_ASResetGroup {
    font-size: 10px;
    margin-top: 5px;
}
.PM_ASResetGroup:before {
    content: "\f00c";
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
}


/* ===== Vertical Search blocks ===== */

.PM_ASBlockOutputVertical .PM_ASBlockNbProductValue {
    opacity: 0.6;
}
/*.PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
    margin-bottom: 1rem;
}*/
.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle {
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 0.5rem;
    margin-top: 1.5rem;
    margin-left: 10px; /* CR: separar title */;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup:first-child .PM_ASCriterionsGroupTitle {
    margin-top: 8px;
    display:contents;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul {
    margin-bottom: 0;
    /*margin-left: 10px; /* CR: separar filter */;
    /*margin-right:10px;*/
    max-height: 484px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.PM_ASBlockOutputVertical .PM_ASSubmitSearch {
    margin-top: 1.5rem;
}


/* ===== Horizontal Search blocks ===== */

.PM_ASBlockOutputHorizontal {
    clear: both;
}
.PM_ASBlockOutputHorizontal .card-header {
    text-align: center;
}
.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
    padding-top: 15px;
    padding-bottom: 15px;
}
.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup select {
    width: 96%;
}


/* ===== Groups of Criteria ===== */

/* Lists management */
.PM_ASCriterions ul {
    list-style: none;
}

/* Skip group link */
.PM_ASSkipGroup {
    font-size: 10px;
    float: right;
    margin-top: 5px;
}
.PM_ASSkipGroup:after {
    content: "\f051";
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-left: 5px;
}

/* Hidden and disabled criteria */
.PM_ASCriterionDisable {
    -khtml-opacity: .50;
    -moz-opacity: .50;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: .50;
    zoom: 1
}
.PM_ASShowCriterionsGroupHidden:before {
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
}
.PM_ASShowCriterionsGroupHidden:before {
    content: "\f105";
}
.PM_ASShowCriterionsGroupHidden.PM_ASShowCriterionsGroupHiddenOpen:before {
    content: "\f107";
}
.PM_ASShowCriterionsGroupHidden {
    text-align: center;
}
.PM_ASCriterionsGroupHidden {
    display: none;
}

/* Range value for slider */
.PM_ASCritRange {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.PM_ASCritRangeValue {
    display: block;
    text-align: center;
    margin-top: 5px;
    min-height: 35px;
}

/* Hide toggle link */
.PM_ASCriterionHideToggleLink {
    font-size: 10px;
    margin-top: 10px;
    margin-left: 10px; /* CR: separar arrow */;
    display: block;
}

/* ===== Criterions ===== */
ul.PM_ASCriterionGroupImage,
ul.PM_ASCriterionGroupCheckbox,
ul.PM_ASCriterionGroupLinkColor,
ul.PM_ASCriterionGroupLink,
ul.PM_ASCriterionGroupColor,
ul.PM_ASLevelDepth {
    list-style-type: none;
    padding-left: 0;
}
.PM_ASCriterionsSEOGroupDisabled,
.PM_ASCriterionsSEOGroupDisabled a,
.PM_ASCriterionsSEOGroupDisabled input {
    cursor: default;
}

/* Criterion group display */
ul.PM_ASCriterionGroupImage,
.PM_ASCriterionGroupColor {
    clear: both;
}
ul.PM_ASCriterionGroupImage li,
.PM_ASCriterionGroupColor li {
    display: inline-block;
}
ul.PM_ASCriterionGroupImage li a,
.PM_ASCriterionGroupColor li a {
    display: block;
}

/* Criterion display */
.PM_ASCriterionHide,
li.PM_ASCriterionHide {
    display: none;
}
.PM_ASHide {
    display: none;
}
.PM_ASHide:before, .PM_ASShow:before {
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
}
.PM_ASHide:before {
    content: "\f106";
}
.PM_ASShow:before {
    content: "\f107";
}

/* Number of results on criterion */
div.PM_ASCriterionNbProduct {
    /*opacity: 0.6;*/
    display: inline;
    font-size: 13px;
}
div.PM_ASCriterionName {
    display: inline;
    font-size: 12px;
    font-weight: 600;
    letter-spacing:normal;
}
/* Color square size */
.PM_ASCriterionGroupColor li a {
    width: 15px;
    height: 15px;
}
.PM_ASCriterionGroupColor.color_to_pick_list li, .PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
    border: 1px solid #D6D4D4;
    display: inline-block;
    float: none;
}
.PM_ASCriterionGroupColor.color_to_pick_list li a, .PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
    width: 23px;
    height: 23px;
    margin: 1px!important;
    background-size: 100% 100% !important;
}
.PM_ASCriterionGroupColor.color_to_pick_list li.PM_ASCriterionHide, ul.PM_ASCriterionGroupImage li.PM_ASCriterionHide {
    display: none;
}

/* Selected => image and square color */
.PM_ASCriterionGroupImage .PM_ASCriterionLink,
.PM_ASCriterionGroupColor .PM_ASCriterionLink {
    margin: 4px!important;
}
.PM_ASCriterionGroupImage .PM_ASCriterionLinkSelected,
.PM_ASCriterionGroupColor .PM_ASCriterionLinkSelected {
    border: 2px solid #999;
    margin: 2px!important;
}

/* Selected => link */
.PM_ASCriterionGroupLink .PM_ASCriterionLinkSelected,
.PM_ASCriterionGroupLink .PM_ASCriterionLink:hover {
    font-weight: bold;
}
.PM_ASCriterionGroupLink:not(.PM_ASCriterionGroupLinkColor) .PM_ASCriterionLink:before {
    content: "\f105";
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
}

/* Criterion group (color, but not square only) */
.PM_ASCriterionGroupLinkColor .PM_ASCriterionLink {
    height: 23px;
    line-height: 23px;
    margin-bottom: 3px;
    display: block;
}
.PM_ASCriterionGroupLinkColor .PM_ASCriterionLink .PM_ASCriterionValue {
    line-height: 23px;
    display: block;
}
.PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
    margin: 0 6px 0 0 !important;
    display: block;
    float: left;
}

/* Selected class for label with link to SEO pages */
.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink,
/*.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover*/ {
    font-weight: bold;
}
.PM_ASLabelCheckbox{display:inline;}
/* Remove checkbox border for IE */
.PM_ASCriterionCheckbox {
    border: 0;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 7px;
    display:inline;
}

/*Custom CSS*/
.PM_ASCriterionGroupCheckbox{width:300px;}
.PM_ASCriterionGroupCheckbox .checkbox, .PM_ASCriterionGroupCheckbox .radio{padding:15px 10px;}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul .checkbox, .PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul .radio{background-color:#fff;position:relative;/*width:275px;*/width:286px; border-radius:1px;text-transform:uppercase;border-radius:5px;}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul .checkbox:hover{background-color:#cfd9e8;}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul li{/*margin:6px 0px;*/padding: 5px 5px 0px 7px;}
@media (max-width:767px)
{
    .PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul li{padding-left:0px;}
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul li .PM_ASLabelLink{/*text-transform: lowercase;*/display:inline-block;}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul li .PM_ASLabelLink::first-letter{text-transform: capitalize;}
.checkbox:has(input[type="checkbox"]:checked), .radio:has(input[type="radio"]:checked){
    background-color: #0045b4 !important;
    color:#fff;
}

.filtros .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink{color:#fff;font-weight:normal;}
.filtros .PM_ASCriterionCheckbox {position:absolute;margin-top:0px;margin-bottom:0px;width:100%;-webkit-appearance:none;top: 0;bottom: 0; cursor:pointer}
.filtros .PM_ASBlockOutputVertical a{font-size: 12px;color:#0045b4;/*font-weight:600;/*background:#dbedff;*/}
.filtros .PM_ASBlockOutputVertical a .PM_ASCriterionName{color:#131313}




.filtros .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink .PM_ASCriterionName{color:#fff !important;}
.PM_ASCriterionsGroupOuter .collapse-element{position:absolute;z-index:999;background-color:#f2f4f7;top:60px;border:solid 1px #828282!important;border-radius:1px;}
.PM_ASCriterionStepEnable .filter-header{margin-top:35px;}
.filtros .totalSelected{
    margin-bottom: 10px;
    margin-left: 10px;
    color: #000;
    font-weight: 600;
    font-size: 14px;}

@media (max-width:767px)
{
    .PM_ASCriterionsGroupOuter .collapse-element{top:0px;}
}

.PM_ASLabelCheckboxSelected div.PM_ASCriterionNbProduct{opacity: 1;}

.PM_ASCriterionStepEnable .filter-header .actionButton {
    
    border: solid 1px #333;
    background-color: #333;
    font-size: 12px;
    font-weight: bold;
    width: 50%;
    padding: 5px 5px;
    min-height: 30px;
    text-transform: uppercase;
    color:#fff;
    border-radius:1px;
}
.PM_ASCriterionStepEnable .filter-header .actionButton:hover {
    border: solid 1px #0077ff;
    background-color: #0077ff;
}


@media (min-width:767px)
{
#cuadro-filtros-block, .PM_ASCriterionsGroupList{
/*background-color: #f2f4f7;/*#e5e9ee;/*#f3f3f3;*/
/*box-shadow: 0 0 5px 2px #f4f4f4;*/
}

}
.filtros .PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle{border-bottom:none;padding-bottom:0px;}
.filtros {/*padding:12px 0px;/*border:3px solid #ddd;*/background:#eee;}
.PM_ASCriterions {padding:10px 0 10px 0;/*border:3px solid #ddd;*/background:#fff;/*border:solid 1px #f1f1f1;*/border: solid 1px #828282;;
    border-radius: 1px;}

@media (max-width:767px){

.PM_ASCriterions {

padding:12px 0 12px 0;
/*border:3px solid #ddd;*/
background:#eee;
border:none;

}
}



.filtros {/*padding:10px 0px*/}
.PM_ASCriterionsOutput {padding:10px 0px}

.filtros{
    color:#646262;
    font-size: 13px;
    letter-spacing: normal;
    font-weight: 500;
    /*margin-left:10px;*/
    /*padding:12px 0px;*/
}
.PM_ASCriterionsGroupName{
    color: #424242;
    font-size: 13px;
    letter-spacing: normal;
    font-weight: 400;
    margin-left: 10px;
    /*padding:12px 0px;*/
    /*text-transform:uppercase;*/
}

@media (max-width:767px){
.PM_ASCriterionsGroupName{
color:#333;
    font-size: 13px;
    letter-spacing: normal;
    font-weight: 700;
    margin-left:0;
    text-transform:uppercase;
    /*padding:12px 0px;*/
}
}



.filtros .PM_ASCriterionsGroupName svg{width:13px;margin-right:5px;float:right;margin-top:2px;filter:invert(1);}
.PM_ASCriterions:hover a.h4 span{color: #007bff}
/*.filtros .PM_ASCriterions:hover, .filtros .btn-unstyle.select-title:hover{border: 1px solid #007bff !important;}*/
.filtros .PM_ASCriterions:hover .PM_ASCriterionsGroupName, .filtros .btn-unstyle.select-title:hover{color:#0077ff !important;}
.filtros .PM_ASCriterions:hover svg path.cls-1{
  fill: #007bff;
}

@media (max-width:767px){
.filtros .PM_ASCriterions svg path.cls-1{
  fill: #fff;
  }
  
.filtros .PM_ASCriterions:hover svg path.cls-1{
  fill: #fff;
  }
  
.filtros .PM_ASCriterions:hover .PM_ASCriterionsGroupName, .filtros .btn-unstyle.select-title:hover{color:#333 !important;}
}  

#category .btn-unstyle.select-title:hover:after, #new-products .btn-unstyle.select-title:hover:after{
    background:url(../../../../assets/img/flecha-selector-azul.svg) center center no-repeat
}


@media (max-width:992px){
    .PM_ASCriterionsGroupList .products-sort-order.dropdown{display:none;}
    .filtros .PM_ASCriterions{border-bottom:none;border-top:none;}
    .PM_ASCriterionsGroupOuter .collapse-element{width:100%;}
    .filtros .PM_ASCriterions{border-bottom:none;border-top:none;padding:0px 0px;background-color:#fff; /*margin-left:5px;*/ margin-right:0px;padding-right:0;padding-left:0;border-radius:1px;border-radius:5px;}
    .PM_ASCriterionsGroupOuter .collapse-element{position:relative;padding-top:1px; background: #eee;border:none !important;}
    .filtros .PM_ASCriterionsOutput{/*padding:2px 0px;*/padding: 10px 0 0 0; /*padding-right:10px;*/margin-left:15px;margin-right:0px;}
    .PM_ASCriterionStepEnable .filter-header{display:none;}
    .filtros .PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle{margin-left:18px;}
    .filtros .PM_ASCriterionsGroupName img{margin-right:38px;}
    .filtros .PM_ASCriterionsGroupName{
        color:#333;
        font-size: 14px;
        letter-spacing: normal;
        font-weight: normal;
        /*padding:12px;*/
        padding:25px;
        font-weight:700;
        text-transform:uppercase;
    }
    .filtros .PM_ASCriterions:hover{
    color:#333 !important;
    
     }
    
       .filtros .PM_ASCriterionsGroupName:active{
        color:#0077ff;
    }
    .PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul{width:100%;margin-left:3.5%; /*margin-top:10px;*/}
}
/* ===== Criterion => level depth ===== */

.PM_ASLevelDepth {
}
.PM_ASLevelDepth li {
    position: relative
}
.PM_ASLevelDepth li a {
    font-weight: 700;
    display: block;
    font-weight: 600;
    line-height: 30px;
    border-bottom: 2px solid #ebebeb;
}
.PM_ASLevelDepth li:not(.level1) a {
    border-bottom: none;
}
.PM_ASLevelDepth li:not(.level1):not(.PM_ASCriterionLevelSelected) a {
    color: #777777;
    font-weight: normal;
    font-size: .875rem;
}
.PM_ASLevelDepth li span.grower {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.PM_ASLevelDepth li span.grower.PM_ASCriterionClose .add,
.PM_ASLevelDepth li span.grower.PM_ASCriterionOpen .remove {
    display:block;
}
.PM_ASLevelDepth li span.grower.PM_ASCriterionClose .remove,
.PM_ASLevelDepth li span.grower.PM_ASCriterionOpen .add {
    display:none;
}

/* Selected class for category tree view */
.PM_ASLevelDepth .PM_ASCriterionLevelChoosen .PM_ASCriterionLevelChoose {
    font-weight: bold;
}
.PM_ASLevelDepth .PM_ASCriterionLevelSelected.PM_ASCriterionLevelChoosen span + .PM_ASCriterionLevelChoose,
.PM_ASLevelDepth .PM_ASCriterionLevelSelected.PM_ASCriterionLevelChoosen a.PM_ASCriterionLevelChoose {
    text-decoration: underline;
}

/* Link for removing criterion of selection */
.PM_ASCriterionLevelChoosen a:hover {
    text-decoration: line-through!important;
}

/* ===== Selections block display ===== */
.PM_ASSelections {
    /*background-color: #f3f3f3;*/
    background-color: #f2f4f7;
    padding: 10px !important;
    border-radius: 1px;
    border: solid 1px #828282 !important;
    /*border: 1px solid rgba(0,0,0,.125) !important;*/
}
.PM_ASSelections li {
    display: inline-block;
}

.PM_ASBlockOutputVertical .PM_ASSelections {
    padding: 0;
    /*background-color: #eee;*/
    border: none;
}

@media (max-width:767px){

.PM_ASBlockOutputVertical .PM_ASSelections {
    padding: 0;
    background-color: #fff;
    border: none !important;
    border-radius:1px;
    margin-left:5px;
    border-radius:5px;
}
}

.PM_ASBlockOutputVertical .PM_ASSelections .active-filter-title {
    display: block;
    /*margin: 0 0 1.25rem;*/
    margin: 15px 5px 15px 5px;
    text-transform:uppercase;
}
.PM_ASBlockOutputVertical .PM_ASSelections li {
    /*display: block!important;*/
}

@media (max-width:767px){

.PM_ASBlockOutputVertical .PM_ASSelections li {
    display: block!important;
}

.PM_ASBlockOutputVertical .PM_ASSelections a.PM_ASSelectionsRemoveLink {
    display: block!important;
    margin-right: 20px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    background:#f5f5f5;
    text-transform: uppercase;
}


}


.PM_ASBlockOutputVertical .PM_ASSelections a.PM_ASSelectionsRemoveLink {
    display: block!important;
    margin-right: 20px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    background:#333;
    /*border:solid 1px #f1f1f1;*/
    /*border: solid 2px #3278ff;*/
    padding:12px;
    border-radius:50px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

@media (max-width:767px){
.PM_ASBlockOutputVertical .PM_ASSelections a.PM_ASSelectionsRemoveLink {
    display: block!important;
    margin-right: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    background:#333;
    font-size:12px;
    text-transform: uppercase;
}
}


* html .PM_ASBlockOutputHorizontal .PM_ASSelectionsBlock {
    height: 25px;
}
.PM_ASSelectionsDropDown {
    position: relative;
    height: 25px;
    z-index: 2;
}
.PM_ASSelectionsDropDownMenu {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0.5rem;
    z-index: 2;
}

/* Link for showing dropdown selection reminder on vertical block */
a.PM_ASSelectionsDropDownShowLink {
    text-decoration: none;
}
a.PM_ASSelectionsDropDownShowLink:before {
    content: "\f105";
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
}
a.PM_ASSelectionsDropDownShowLink.PM_ASSelectionsBlockOpened:before {
    content: "\f107";
}
.PM_ASSelectionsResults .PM_ASSelectionsSelectedCriterion {
    display: inline-block;
    padding-right: 5px;
}
.PM_ASSelectionsResults .PM_ASSelectionsCriterionsGroup .PM_ASSelectionsCriterionsGroupName {
    display: block;
}
.PM_ASSelectionsResults .PM_ASSelectionsCriterionsGroupName strong,
.PM_ASSelectionsResults .PM_ASSelectionsCriterionsGroupName > ul {
    display: inline-block;
}

/* Dropdown selection reminder on vertical block */
.PM_ASBlockOutputVertical .PM_ASSelectionsDropDownMenu {
    width: 100%;
}

/* Link for removing criterion of selection */
a.PM_ASSelectionsRemoveLink:hover {
    text-decoration: line-through 1px !important;
    /*color: inherit !important;*/
    color: #fff !important;
}
a.PM_ASSelectionsRemoveLink:before {
    content: "\f00d";
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
    color:#fff;
}

/* ===== SEO pages ===== */
#PM_ASearchSeoCrossLinks {
    clear: both;
}

/* Collapse mode for mobiles */
.PM_ASBlockOutput.PM_ASMobileMode .PM_ASBlockTitle:after,
.PM_ASBlockOutput.PM_ASMobileMode .PM_ASearchTitle:after {
    content: "\f107"; /* Cristian:  antes caracter desconocido () */;
    font-family: "FontAwesome", "FontAwesomeAS4"; /* Cristian:  antes "Material Icons" */;
    padding-right: 5px;
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    right: 0;
    margin-right: 5px; /* Cristian: Para colocar la flecha */;
    margin-top: -7px; /* Cristian: Para colocar la flecha */;
}
.PM_ASBlockOutput.PM_ASMobileMode .card-block {
    display: none;
}
.PM_ASBlockOutput.PM_ASMobileMode .card-header {
    cursor: pointer;
}
.PM_ASBlockOutput.PM_ASMobileMode.PM_ASMobileVisible .PM_ASBlockTitle:after,
.PM_ASBlockOutput.PM_ASMobileMode.PM_ASMobileVisible .PM_ASearchTitle:after {
    content: "\f106"; /* Cristian:  antes caracter desconocido () */;
    margin-right: 5px; /* Cristian: Para colocar la flecha */;
    margin-top: -7px; /* Cristian: Para colocar la flecha */;
}
.PM_ASBlockOutput.PM_ASMobileMode.PM_ASMobileVisible .card-block {
    display: block;
    background:#eee;
}

/* Blur */
.as4-loader-blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
    filter: blur(2px);
}
.as4-loader:before,
.as4-loader:after,
.as4-loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: as4loader 1.8s infinite ease-in-out;
    animation: as4loader 1.8s infinite ease-in-out;
}
.as4-loader {
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
    opacity: 1;
}
.as4-loader:before {
    left: -3.5em;
}
.as4-loader:after {
    left: 3.5em;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
}
.as4-loader:before,
.as4-loader:after {
    content: '';
    position: absolute;
    top: 0;
}
@keyframes as4loader { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em #333333; } 40% { box-shadow: 0 2.5em 0 0 #666666; } }@-webkit-keyframes as4loader { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em #333333; } 40% { box-shadow: 0 2.5em 0 0 #666666; } } 
/* /Blur */

/* Scrollbar and overflow management for webkit */
.PM_ASCriterionsGroupOuter::-webkit-scrollbar {
    width: 5px;
}
.PM_ASCriterionsGroupOuter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.PM_ASCriterionsGroupOuter::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.4); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.PM_ASCriterionsGroupOuter::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.2); 
}
.PM_ASBlockOutput {
    position: relative;
    background:#f2f4f7;/*#e5e9ee;/*#f5f5f5;*/
    /*border-top: 1px solid #e2e2e2;*/
 
}

@media (max-width:767px){
.PM_ASBlockOutput {
    position: relative;
    width:95%;
    border-top: none;
}
}
#category .products-sort-order .select-title, #new-products .products-sort-order .select-title, #module-pm_advancedsearch4-searchresults .products-sort-order .select-title{
    display: inline-block;
    width: 100%;
    color: #232323;
    background: #fff;
    padding: .625rem;
    cursor: pointer;
    border: none;
    text-align: left;
    font-size: 16px;
    border-radius: 2px;
}

#category .products-sort-order .select-title, #new-products .products-sort-order .select-title, #module-pm_advancedsearch4-searchresults .products-sort-order .select-title{
    padding:0px 0px;
    margin:10px 0px;
    border: 1px solid #f1f1f1;
    background-color:#fff;
}

#category .products-sort-order .select-title, #new-products .products-sort-order .select-title, #module-pm_advancedsearch4-searchresults .products-sort-order .select-title{
    color: #424242;
    font-size: 13px !important;
    font-weight: 400;
    letter-spacing: normal;
    min-width: 200px;
    width: max-content;
    padding-left: 10px !important;
    padding-right: 3px !important;
    border: solid 1px #828282;
    border-radius: 1px;
    line-height: 37px !important;
    margin-top: 9.5px !important;
    height:38px;
}

#category .btn-unstyle.select-title:after, #new-products .btn-unstyle.select-title:after, #module-pm_advancedsearch4-searchresults .btn-unstyle.select-title:after {
    display: block;
    content: "";
    width: 13px;
    background: url(../../../../assets/img/flecha-selector-gris.svg) center center no-repeat;
    float: right;
}

.PM_ASBlockOutput .dropdown-menu{
    background-color:#f2f4f7;
    border: solid 1px #828282!important;
    min-width:20rem;
    top:4px !important;
    border-radius:1px;
    
}
.PM_ASBlockOutput .dropdown-menu a{background-color:#fff;margin-top:5px;margin-right:10px;margin-left:10px;padding:0.9rem 1.25rem !important;border-radius:1px;}
.PM_ASBlockOutput .dropdown-menu a:hover{background-color: #cfd9e8;}

.PM_ASCriterionHideToggleClick {display:none;}