/* ===== 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; }


.card {
    border: none;
    background: none;
}
/* ===== Reset filters ===== */

.PM_ASResetSearch {
    display: none;
    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);
        display: none !important;
}
.PM_ASBlockOutput .card-header {
    display: none;
}
.PM_ASResetGroup {
    font-size: 10px;
    margin-top: 5px;
}
.PM_ASResetGroup .material-icons {
    font-size: 17px
}
.PM_ASResetSearch span.material-icons {
    font-size: 18px;
}

/* ===== Vertical Search blocks ===== */

.PM_ASBlockOutputVertical .PM_ASBlockNbProductValue {
    opacity: 0.6;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
    margin-bottom: 0px;
    border-bottom: 1px solid #E7E7E7;
    padding: 14px 0px;
}
a.select-list.js-search-link:hover {
    background: black;
    color: white;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle {
    /*border-bottom: 1px solid #d6d4d4;
    padding-bottom: 0.5rem;
    margin-top: 1.5rem;*/
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle {
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0px;
}
form#PM_ASForm_1 {
    clear: both;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul {
    margin-bottom: 0;
}
.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;
    width: 100%;
}
.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;
        display: none;
}
.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;
}

/* Hide toggle link */
.PM_ASCriterionHideToggleLink {
    font-size: 10px;
    margin-top: 10px;
    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;
}

/* 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;*/
}

/* Remove checkbox border for IE */
.PM_ASCriterionCheckbox {
    border: 0;
    vertical-align: middle;
}


/* ===== 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: #f5f5f5;
    border: 1px solid rgba(0,0,0,.125);
}
.PM_ASSelections li {
    display: inline-block;
}

.PM_ASBlockOutputVertical .PM_ASSelections {
    padding: 0;
    background-color: inherit;
    border: none;
}
.PM_ASBlockOutputVertical .PM_ASSelections .active-filter-title {
    display: block;
    margin: 0 0 1.25rem;
}
.PM_ASBlockOutputVertical .PM_ASSelections li {
    display: block!important;
}
.PM_ASBlockOutputVertical .PM_ASSelections a.PM_ASSelectionsRemoveLink {
    display: block!important;
    margin-right: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}


* 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 !important;
    color: inherit !important;
}
a.PM_ASSelectionsRemoveLink:before {
    content: "\f00d";
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 5px;
}

/* ===== 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: "";
    font-family: "Material Icons";
    padding-right: 5px;
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    right: 0;
}
/*.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: "";
}
.PM_ASBlockOutput.PM_ASMobileMode.PM_ASMobileVisible .card-block {
    display: block;
}

/* 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;
}
.filtersOpen {
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 5;
}
.closefilter{
    cursor:pointer
}
body.filteractive .containerblockAS4 {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
/*.containerblockAS4 {
    position: fixed;
    right: 0px;
    padding-left: 20px;
    z-index: 999;
    top: 0px;
    padding-top: 20px;
    bottom: 0px;
    height: 100vh;
    background: white;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    width: 300px;
    transform: translateX(-115%);
    -webkit-transform: translateX(115%);
    overflow-y: auto;
    max-width: 100vw;
    overflow-x: hidden;
}*/

/*body.filteractive .bgAS4 {
    background: #00000047;
    transition: all 0.3s;
    visibility: visible;
    opacity: 1;
}*/
/*.bgAS4 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000;
    z-index: 50;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    cursor: pointer
}*/
body.filteractive #header {
    z-index: 1000;
}
.order_content_AS4 {
    /*display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 14px;*/
}

.order_content_AS4 .products-sort-order {
    width: 100%;
    padding: 0px;
    margin-top: 23px;
    float: none !important;
    margin-bottom: 10px;
}
.order_content_AS4 .products-sort-order .dropdown-menu{
        right: 10px;
    width: auto;
    margin: 0;
    background: #f6f6f6;
    border: none;
    left: 0px;
    border-radius: 0;
    top: 46px;
    border: 1px solid #d5d5d5;
    width: 100%;
    background: #fbfbfb;
    padding:0px;
}
div#js-product-list-top .products-sort-order {
    display: none;
}
.containerblockAS4 .card-header {
    display: none;
}
.closefilter {
    display: none;
}
.products-sort-order .select-list:hover, .brands-sort .select-list:hover, .suppliers-sort .select-list:hover {
    color: black;
    background: none;
}
body:not(#category,#module-pm_advancedsearch4-searchresults) .filtersOpen{
    display: none;
}
.container_options {
    display: none;
}
.PM_ASCriterionCheckbox {
    width: 15px;
    height: 15px;
    appearance: none;
    border: 1px solid black;
    position: relative;
    vertical-align: super;
}
label.PM_ASLabelCheckbox a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    vertical-align: middle;
}

label.PM_ASLabelCheckbox {
        width: calc(100% - 26px);
    margin-bottom: 0px;
    text-align: left;
    margin-left: 6px;
}
.PM_ASCriterionsGroupOuter {
    display: none;
    margin-top: 15px;
}
.order_content_AS4 {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 13px 0px;
    cursor: pointer;
    position: relative;
}
.order_content_AS4 span {
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #000000;
    text-transform: uppercase;
    display: block;
}
.order_content_AS4:after {
    content: "";
    position: absolute;
    background: url(../../../../assets/img/svg/show.svg);
    width: 20px;
    height: 18px;
    background-size: 100%;
    right: 0px;
    top: 16px;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup::after {
    content: "";
    position: absolute;
    background: url(../../../../assets/img/svg/show.svg);
    width: 20px;
    height: 18px;
    background-size: 100%;
    right: 0px;
    top: 16px;
}
.order_content_AS4.active:after {
    content: "";
    position: absolute;
    background: url(../../../../assets/img/svg/less.svg);
    width: 20px;
    height: 2px;
    background-size: 100%;
    right: 0px;
    top: 24px;
} 
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup.active::after {
   content: "";
    position: absolute;
    background: url(../../../../assets/img/svg/less.svg);
    width: 20px;
    height: 2px;
    background-size: 100%;
    right: 0px;
    top: 24px;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
    position:relative;
        cursor: pointer;
}


.PM_ASCriterionCheckbox:checked:after {
        content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    background: black;
    top: 1px;
    left: 1px;
}
div#PM_ASBlock_1 {
    background: none;
}
.PM_ASCriterionGroupCheckbox .checkbox {
    display: flex;
    align-items: center;
}
.close_filter_mobile {
    display:none;
}
section#js-active-search-filters {
    display: none;
}
div#left-column {
    margin-top: 54px;
}
.page-module-pm-advancedsearch4-seo div#content-wrapper {
    margin-top: 55px;
}
.number_products { 
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: black;
}
div#js-product-list {
    margin-bottom: 40px;
}

.pagination .page-list li {
    margin: 0px 5px;
}
.pagination .page-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination a {
    font-size: 16px !important;
    font-weight: normal;
}
.pagination .current a {
    color: black;
    font-weight: bold;
}
.pagination .page-list li {
    margin: 0px 5px;
}

a.previous.js-search-link, a.next.js-search-link {
    display: flex;
    align-items: center;
}
.pagination .page-list {
    background: none;
}

.page-module-pm-advancedsearch4-seo .img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.block-category.card.card-block {
    background: none;
}

.products-sort-order .select-title, .brands-sort .select-title, .suppliers-sort .select-title {
    display: inline-block;
    width: 100%;
    padding: 0.625rem;
    color: #232323;
    cursor: pointer;
    background: #fbfbfb;
    border: 1px solid rgb(231 231 231);
}
.products-sort-order .select-list, .brands-sort .select-list, .suppliers-sort .select-list {
    display: block;
    padding: 0.625rem 1.25rem;
    color: #232323;
}
.container_description_page {
    padding: 0px 31px;
        position: relative;
}
.block-category {
    display: flex;
    background: white;
}

.block-category-inner {
    width:calc(100% - 57%);
}
.image_block_category {
    width: 100%;
    max-width: 57%;
}
.image_block_category img {
    max-width: 100%;
}
div#category-description h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 26px;
    line-height: 34px;
    max-width: 275px;
    color: black;

}
.container_description_page h1.h1 {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
div#category-description p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}
.container_description_page .h1 {
    display: none;
}
div#category-description a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.005em;
    color: #8C8C8C;
    text-decoration: underline;
        text-transform: uppercase;
}
div#category-description a.category-link {
    display: inline-block;
    width: 230px;
    max-width: 100%;
    text-align: center;
    background-color: #000000;
    line-height: 43px;
    color: #FFFFFF;
    text-decoration: none;
}
div#category-description {
        max-width: 505px;
    margin: 0 0 0 auto;
    text-align: left;
    padding-right: 44px;
    padding-left: 15px;
}
div#left-column {
    padding-left: 31px;
    margin-top: 54px;
}

.block-category .block-category-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*background: #F9F7F7;*/
    align-items: center;
}
.block-category.card.card-block {
    flex-wrap: wrap;
}

.block-category.card.card-block h1 {
    width: 100%;
    text-align: center;
}

@media(min-width:992px) {
    .container_button_filter_mobile {
        display:none;
    }
}
@media(max-width:991px) {
    .PM_ASBlockOutput {
        position: relative;
     
    }
    .mobile_filtros_button .close_filter_mobile{
        display:none;
    }
     div#left-column {
        margin: 0px;
        width: 100vw !important;
        margin-left: calc(-50vw + 50%);
        padding: 0px;
        margin-bottom: 18px;
            display: flex;
    flex-wrap: wrap;
        
    }
    .container_options {
        position: absolute;
        right: 0px;
        width: 100%;
        top: 15px;
        z-index: 14;
    }
    .PM_ASBlockOutput {
        position: fixed;
        z-index: 999;
        top: 0;
        right: 100%;
        width: 354px;
        height: 100vh;
        background-color: white;
        padding: 130px 60px 30px 60px;
        box-shadow: 0 12px 24px 0 rgb(0 0 0 / 10%);
        transition: right 300ms ease-in-out;
        overflow: scroll;
        max-width: 100%;
        width: 100%;
    }   
    .container_assets_mobile {
        display: flex;
        width: 100%;
        text-align: center;
        align-items: center;

        border-bottom: 1px solid #E7E7E7;
    }
    .container_button_filter_mobile {
        padding: 9px 0px;
        width: 50%;
        border-right: 1px solid #E7E7E7;
    }
    .order_content_AS4 {
        padding: 9px 0px;
        border-bottom: 1px solid #E7E7E7;
        width: 50%;
        text-align: center;
    }
    .mobile_filtros_button {
        border-bottom: 1px solid #E7E7E7;
        width: 50%;
        border-top: 1px solid #E7E7E7;
        text-align: center;
        padding: 9px 0px;
        border-right: 1px solid #E7E7E7;
    }
    .mobile_filtros_button span, .order_content_AS4 span {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0.01em;
        color: #000000;
        text-transform: uppercase;
    }
    .order_content_AS4:after {
        display:none;
    }
    body.filteractive .PM_ASBlockOutput {
        transition: right 300ms ease-in-out;
        right: 0;
    }
    body.filteractive .close_filter_mobile {
        display:block;
    }
    .close_filter_mobile img {
        width: 21px;
    }
    .close_filter_mobile {
        position: absolute;
        right: 23px;
        top: 58px;
        background: white;
        width: 120px;
        text-align: right;
        height: 21px;
    }
     div#content-wrapper {
        margin-top: 0px;
    }

}
@media(max-width:767px) {
    .close_filter_mobile {
        top: 62px;
    }

    .page-module-pm-advancedsearch4-seo div#content-wrapper {
        margin-top: 0px;
    }
    
    .block-category .block-category-inner {
        width: 100%;
            padding-top: 16px;
    }
    .block-category {
        flex-direction: column-reverse;
    }   
    .image_block_category {
        max-width: initial;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
    div#category-description {
        padding-right: 0;
        padding-left: 0;
    }
    div#category-description h2 {
        max-width: 100%;
        text-align: center;
    }
    div#category-description p {
        text-align: center;
    }
    
}

