
.popover {
    font-family: 'Nunito', sans-serif;
}
.categoryPopupGroupLabel  {
    cursor: pointer;
}
.categoryPopupGroupItemLabel label {
    font-weight: normal;
    cursor: pointer;
    line-height: 2;
    margin-bottom: 3px;
}
.control--checkbox input:checked ~ .control__indicator, 
.control--checkbox input:checked:focus ~ .control__indicator {
    border: 1px solid #d7d6d4;
}
.categoryPopover{
    min-width:1144px;
    /*min-height:600px;*/
    margin-top: -44px!important;
    /*padding-top: 10px;*/
    border-radius: 0px;
    margin-left: -3px;
}

.categoryPopover > .arrow{
    display: none;
}

.categoryPopup{
}


.categoryPopupOpenBtn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #C7C7C7;
    text-transform: capitalize;
    background: url(../../../../images/blue-arrow-down.png) no-repeat right #fff !important;
    overflow: hidden;
    background-position: 100px 0;
    width: 262px;
    border: 1px solid #D6D6D4;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    height: 42px;
    font-size: 16px;
    padding-left: 37px;
    padding-top: 7px;
    font-weight: normal;
}

.categoryPopup .categoryPopupOpenBtn {
    padding-left: 30px;
    width: 247px;
    margin: 0 0 8px -5px;
}
/* categoryPopupOpenBtn on the popup*/
.categoryPopupOn{
    background: url(../../../../images/blue-arrow-up.png) no-repeat right #fff !important;

    /*margin-top: -15px;
    margin-left: -15px;*/
    border: none;
}

/*search list category btn*/
.categoryPopupOpenBtn:before {
    background: url(../../../../images/label-icon.png);
    content: " ";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 13px;
    float: left;
    left: 13px;
}
.categoryPopup .categoryPopupOpenBtn:before {
    left: 4px;
}
.categoryPopupOpenBtn:hover, .categoryPopupOpenBtn:focus, .categoryPopupOpenBtn:active{
    color: #C7C7C7;
    border: 1px solid #D6D6D4;
}

.categoryPopupOn:hover,.categoryPopupOn:focus,.categoryPopupOn:active {
    border:none!important;
}

.categoryPopupColumn1{
    height: auto;
    width: 230px;
    float: left;
    position: relative;

}
.categoryPopupColumn2{
    height: auto;
    width: 230px;
    float: left;
    position: relative;

}
.categoryPopupColumn3{
    height: auto;
    width: 230px;
    float: left;
    position: relative;
}
.categoryPopupColumn4{
    height: auto;
    width: 230px;
    float: left;
    position: relative;
}

.categoryPopupColumnGroup{
    margin-bottom: 18px;
}

.categoryPopupGroupLabel{
    margin-bottom: 4px;
    color: #000;
    font-weight: bolder;
    margin-left: 30px;
    font-size: 14px;
    display: inline-block;
}

.categoryPopupGroupItem{
    font-weight: normal;
    line-height: 1.9;
    color: #555555;
}

.categoryPopupGroupItemCheckBox{
}

.categoryPopupGroupItemLabel{
}

.categoryPopupButtons{
    /*width:200px;
    height:50px;
    float:left;*/
}
.categoryPopupButtons button.reset,
.categoryPopupButtons button.filterclose {
    width: auto;
    float: right !important;
}
.categoryPopupJs .popover-content {
    padding: 0 20px 20px 20px;
}
.categoryPopupCloseBtn{
    width:45%;
}

.categoryPopupGroupSpacer{
    height:0px;
}
.categoryPopupJs {
    width: 100%;
}
/**************/
/*DESKTOP 1440*/
/**************/
@media (max-width: 1440px){
    .categoryPopupOpenBtn {
        width: 212px;
    }
    .categoryPopover {
        min-width:940px;
    }
    .categoryPopup .categoryPopupOpenBtn {
        width: 197px;
    }
}

/****************/
/*IPAD LANDSCAPE*/
/****************/
@media (max-width: 1025px){
    .categoryPopover {
        min-width: 940px;
    }
    .categoryPopup .categoryPopupOpenBtn {
        width: 197px;
    }
    .categoryPopup .categoryPopupOpenBtn {
        width: 197px;
    }
}
/***************/
/*IPAD PORTRAIT*/
/***************/
@media (max-width: 769px){
    .categoryPopupOpenBtn {
        width: 100%;
    }
    .categoryPopover {
        min-width: 722px;
    }
    .categoryPopup .categoryPopupOpenBtn {
        width: 210px;
    }
}
/***************/
/*IPHONE 6 PLUS*/
/***************/
@media (max-width: 414px){
    .categoryPopover {
        min-width: 358px;
    }
    .categoryPopup .categoryPopupOpenBtn {
        width: calc(100% + 15px);
    }
}
/**********/
/*IPHONE 6*/
/**********/
@media (max-width: 376px){
    .categoryPopover {
        min-width: 319px;
    }
    .categoryPopup .categoryPopupOpenBtn {
        width: calc(100% + 15px);
    }
}
/**********/
/*IPHONE 5*/
/**********/
@media (max-width: 321px){
    .categoryPopover {
        min-width: 264px;
        max-width: 264px;
    }
}

