.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    top: 0;
    left: 0
}

.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #925398;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.no-touch .cd-nugget-info a:hover {
    opacity: .8
}

.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block
}

.cd-nugget-info span svg {
    display: block
}

.cd-nugget-info .cd-nugget-info-arrow {
    fill: #925398
}





@media only screen and (min-width:1170px) {
    .cd-filter::before {
        display: none !important
    }

    .cd-filter-trigger {
        display: none !important
    }
}

.cd-header {
    position: relative;
    height: 150px;
    background-color: #331d35
}

.cd-header h1 {
    color: #fff;
    line-height: 150px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300
}

@media only screen and (min-width:1170px) {
    .cd-header {
        height: 200px
    }

    .cd-header h1 {
        line-height: 200px
    }
}

.cd-main-content {
    position: relative;
    min-height: 120vh;
    margin-bottom: 3rem !important
}

.cd-main-content::after {
    clear: both;
    content: "";
    display: table
}

.filter-mobile {
    display: none
}

.cd-tab-filter.is-open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.cd-tab-filter.is-open ul {
    box-shadow: inset 0 -2px 0 #ffc900, 0 2px 10px rgba(0, 0, 0, .2)
}

.cd-tab-filter.is-open ul li {
    display: block
}

.cd-tab-filter.is-open .placeholder a {
    opacity: .4
}

@media only screen and (min-width:1170px) {
    .filter-mobile {
        display: block
    }

    .cd-tab-filter {
        width: auto;
        cursor: auto
    }

    .cd-tab-filter::after {
        display: none
    }

    .cd-tab-filter ul {
        background: 0 0;
        position: relative;
        box-shadow: none;
        text-align: center;
        display: flex;
        justify-content: center
    }

    .cd-tab-filter li {
        display: inline-block
    }

    .cd-tab-filter li.placeholder {
        display: none !important
    }

    .cd-tab-filter a {
        display: inline-block;
        padding: 0 1em;
        width: auto;
        font-weight: 500;
        font-size: 22px;
        white-space: nowrap
    }

    .no-touch .cd-tab-filter a:hover {
        color: #ffc900
    }

    .cd-tab-filter.is-open ul li {
        display: inline-block
    }

    .filter {
        padding: 0
    }
}

@media only screen and (min-width:1170px) {
    .cd-tab-filter {
        height: 72px;
        width: 100%;
        float: right;
        margin: 0;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        transition: width .3s
    }

    .cd-tab-filter-wrapper {
        width: 100%;
        margin-left: 0
    }
}

.cd-gallery {
    padding: 26px 0;
    width: 100%
}

.cd-gallery li {
    display: none
}

.cd-gallery li.gap {
    opacity: 0;
    height: 0;
    display: inline-block
}

.cd-gallery img {
    display: block;
    width: 100%
}

.cd-gallery .cd-fail-message {
    display: none;
    text-align: center;
    opacity: 1 !important;
}

@media only screen and (min-width:1170px) {
    .cd-gallery {
        padding: 40px 3%;
        min-height: 140vh
    }

    .cd-gallery ul {
        text-align: justify
    }

    .cd-gallery ul::after {
        clear: both;
        content: "";
        display: table
    }
}

@media only screen and (min-width:1170px) {
    .cd-gallery {
        padding: 50px;
        float: right;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        transition: width .3s
    }

    .cd-gallery.filter-is-visible {
        width: 78%
    }
}

.cd-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: 0 0;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s, box-shadow .3s;
    -moz-transition: -moz-transform .3s, box-shadow .3s;
    transition: transform .3s, box-shadow .3s
}

.cd-filter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    color: #828282;
    height: 50px;
    width: 100%;
    background-color: #fff;
    z-index: 2
}

.cd-filter form {
    padding: 10%;
    border: 0
}

.cd-filter .cd-close {
    position: absolute;
    top: 10px;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 100px;
    color: #253342;
    font-size: 1.3rem;
    text-align: center;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 3
}

.no-touch .cd-filter .cd-close:hover {
    background: #32255f
}

.cd-filter.filter-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.cd-filter.filter-is-visible .cd-close {
    opacity: 1
}

@media only screen and (min-width:1170px) {
    .cd-filter {
        width: 20%
    }

    .cd-filter form {
        padding: 5%;
        padding-left: 0;
        margin-top: 3px;
        /*background-color: rgba(196, 196, 196, .1);*/
        border-radius: 10px
    }
}

.cd-filter-trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    padding-left: 2px;
    color: transparent;
    white-space: nowrap;
    z-index: 3
}

.cd-filter-trigger.filter-is-visible {
    pointer-events: none
}

@media only screen and (min-width:1170px) {
    .cd-filter-trigger {
        width: auto;
        left: 2%;
        text-indent: 0;
        color: #9a9a9a;
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: 700;
        padding-left: 24px;
        background-position: left center;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        transition: color .3s
    }

    .cd-close {
        display: none
    }

    .no-touch .cd-filter-trigger:hover {
        color: #ffc900
    }

    .cd-filter-trigger.filter-is-visible,
    .cd-filter-trigger.filter-is-visible:hover {
        color: #fff
    }
}

.cd-filter-block {
    margin-bottom: 1.6em
}

.cd-filter-block h4 {
    position: relative;
    margin-bottom: .2em;
    padding: 10px 0 10px 20px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.no-touch .cd-filter-block h4:hover {
    color: #ffc900
}

.cd-filter-block h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.cd-filter-block h4.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before,
.cd-filter-block input,
.cd-filter-block select {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    letter-spacing: 0.5px;
}

.cd-filter-block .plus-label.up::before {
    display: flex;
    position: relative;
    color: #828282;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    padding-right: 10px;
    text-rendering: auto;
    float: left;
    content: "\f067";
    -webkit-text-stroke: 2px #fff
}

.cd-filter-block .plus-label.down::before {
    display: flex;
    position: relative;
    color: #828282;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    padding-right: 10px;
    text-rendering: auto;
    float: left;
    content: "\f068";
    -webkit-text-stroke: 2px #fff
}

.cd-filter-block input[type=search],
.cd-filter-block input[type=text],
.cd-filter-block select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none
}

.cd-filter-block input[type=search]:focus,
.cd-filter-block input[type=text]:focus,
.cd-filter-block select:focus {
    outline: 0;
    background-color: transparent;
    border-color: #ffc900;
}

.cd-filter-block input[type=search] {
    border-color: #828282;
    background-color: transparent;

}

.cd-filter-block input[type=search]::-webkit-search-cancel-button {
    display: none
}

.cd-filter-block .cd-select {
    position: relative
}

.cd-filter-block .cd-select::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none
}

.cd-filter-block select {
    cursor: pointer;
    color: #253342;
    font-size: 14px;
}
.cd-filter-block select + i{
    color: #253342;
}

.cd-filter-block select::-ms-expand {
    display: none
}

.cd-filter-block .list li {
    position: relative;
    margin-bottom: .625rem
}

.cd-filter-block .list li:last-of-type {
    margin-bottom: 0
}

#aylikSub li:last-of-type {
    margin-bottom: .8em !important
}

.cd-filter-block input[type=checkbox],
.cd-filter-block input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer
}

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
    color: #253342;
    color: #4D4D4D;
    font-size: 15px;
    padding-left: 27px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.5px;
}
.cd-filter-block .checkbox-label.active, .cd-filter-block .radio-label.active{
    font-weight: 700;
}
.cd-filter-block input[type=checkbox]:checked + label {
    font-weight: 700;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::after,
.cd-filter-block .radio-label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
    width: 18px;
    height: 18px;
    left: 0;
    border-radius: 3px;
    /*background: #eff2f5;*/
    border: 2px solid #dee3ed;
}

.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
    display: none
}

.cd-filter-block .checkbox-label::after {
    left: 0;
    width: 18px;
    height: 18px;
    background: url(https://api.iconify.design/ic:sharp-done.svg?height=16&color=white) no-repeat center center
}

.cd-filter-block .radio-label::after,
.cd-filter-block .radio-label::before {
    border-radius: 1px
}

.cd-filter-block .radio-label::after {
    width: 6px;
    height: 6px;
    background-color: #fff;
    left: 5px
}

.cd-filter-block input[type=checkbox]:checked + label::before,
.cd-filter-block input[type=radio]:checked + label::before {
    background-color: #2A51A3;
    border: 0
}

.cd-filter-block input[type=checkbox]:checked+label::after,
.cd-filter-block input[type=radio]:checked+label::after {
    display: block
}

@-moz-document url-prefix() {
    .cd-filter-block .cd-select::after {
        display: none
    }
}

.cd-tab-filter-wrapper {
    background-color: #fff;
    z-index: 35
}

.cd-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: 0 0;
    z-index: 2;
    transform: translateX(-110%);
    transition: transform .3s, box-shadow .3s
}

.cd-filter-trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    /*width: 60px;*/
    z-index: 3;
    color: #4D4D4D
}
a.cd-filter-trigger {
    /*background: #8e9fad;*/
    padding-left: 0;
    transform: rotate(-90deg)
    /*border-radius: 50%;
    color: #fff;*/
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
    top: 0;
    width: 100%
}

.cd-main-content.is-fixed .cd-filter {
    z-index: 30;
    height: 100%;
    overflow: hidden
}

ol,
ul {
    list-style: none
}

.cd-head {
    display: none
}

.cd-button {
    display: none
}

.cd-filter-block h2.up:after {
    content: "\e905" !important;
    display: flex;
    position: relative;
    font: normal normal normal 14px/1 'nxmIcon' !important;
    text-rendering: auto;
    color: #8E9FAD !important;
    float: right;
    transform: rotate(90deg);
}
.cd-filter-block h2.down:after {
    content: "\e905" !important;
    display: flex;
    position: relative;
    font: normal normal normal 14px/1 'nxmIcon' !important;
    text-rendering: auto;
    color: #8E9FAD !important;
    float: right;
    transform: rotate(270deg);
}
.cd-filter-content {
    margin-top: 15px;
}
@media only screen and (max-width:1170px) {
    .cd-main-content {
        min-height: 100vh
    }

    .cd-filter {
        opacity: 0;
        margin-top: 0;
        width: 100% !important;
        z-index: 9999 !important;
        overflow: scroll !important;
        position: fixed !important
    }
    .cd-filter.cd-m-hidden{
        visibility: hidden;
    }
    .cd-filter form {
        min-height: 100vh;
        margin-top: 50px;
        background-color: #fff;
        height: 100%;
    }

    .cd-filter-block input[type=checkbox]:checked + label::before,
    .cd-filter-block input[type=radio]:checked + label::before {
        background-color: #FFCB04;
        border: 0
    }
    .cd-filter-block .plus-label::before,
    .cd-filter-block h2,
    .cd-filter-block input,
    .cd-filter-block label {
        color: #5f6b76 !important
    }

    .cd-filter-block h2 {
        font-size: 16px !important;
        font-weight: 400;
        /*padding: 1em;
        border: 1px solid rgba(151, 151, 151, .38);
        border-radius: 4px*/
        margin-bottom: 0;
    }
    .cd-filter-content{
        margin-top: 15px;
    }
    .cd-filter-block .checkbox-label, .cd-filter-block .radio-label{
        font-size: 14px;
    }
    .cd-filter .cd-head {
        position: absolute;
        top: 1.5rem;
        right: 45%;
        height: 50px;
        line-height: 50px;
        width: 60px;
        color: #253342;
        text-align: center;
        display: block;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s;
        z-index: 3
    }

    .cd-filter-block h2.up:after {
        padding-right: 10px;
        bottom: 3px;
        content: "\e905" !important;
        display: flex;
        position: relative;
        font: normal normal normal 14px/1 'nxmIcon' !important;
        text-rendering: auto;
        color: #8E9FAD !important;
        float: right;
        transform: rotate(270deg);
    }

    .cd-filter-block h2.down:after {
        padding-right: 10px;
        bottom: -5px;
        content: "\e905" !important;
        display: flex;
        position: relative;
        font: normal normal normal 14px/1 'nxmIcon' !important;
        text-rendering: auto;
        color: #8E9FAD !important;
        float: right;
        transform: rotate(90deg);
    }

    .cd-button {
        display: flex
    }
}

@media (max-width:991px) {
    .pack-link {
        color: #6495ed
    }

    .pack-link-arrow {
        display: none !important
    }
}

ul.cd-filter-content {
    padding-inline-start: 0
}

.clear-btn {
    font-size: 12px;
    float: right;
    display: flex;
    color: #828282;
    border: 1px solid #828282;
    border-radius: 10px;
    padding: 0 5px;
    cursor: pointer
}
@media only screen and (min-width:1170px) {
    /*.filters-heading {
        display: inline-block
    }*/

    .filter-heading-wrap {
        /*border-bottom: 1px solid #d3d3d3;*/
       /* margin-bottom: 15px*/
    }

    .cd-filter-block {
        margin-bottom: 1.5em;
        padding-bottom: 1.5em;
    }
    .cd-filter-block.with-border{
        border-bottom: 1px solid #d3d3d3;
    }
    .category-alt {
        display: none
    }
}

@media only screen and (max-width:1170px) {
    .clear-btn {
        display: none
    }

    /*ul.cd-filter-content {
        padding-inline-start: 20px
    }*/
}
ul.cd-filter-scroll {
    max-height: 200px;
    overflow-y: auto !important;
    overflow-x: auto;
}

ul.cd-filter-scroll::-webkit-scrollbar {
    width: 2px;
}

ul.cd-filter-scroll::-webkit-scrollbar-track {
    background: #dee3ed;
}

ul.cd-filter-scroll::-webkit-scrollbar-thumb {
    background: #5f6b76;
}
.a-none {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}
.order-select {
    text-align: left;
}
.order-select:focus {
    box-shadow: none;
}
@media screen and (max-width: 600px) {
    .order-select {
        background: rgba(216, 216, 216, 0.3) !important;
        border: none !important;
        padding-top: .9rem !important;
        border-radius: 0;
        padding-bottom: .9rem !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-align-last: right;
    }

    .order-select-icon {
        right: -5% !important;
        color: #253342;
    }
}
.pk-hub-wrap {
    position: relative;
}
@media screen and (min-width: 1170px) {
    .pk-hub-wrap {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}
.cd-filter-block .filters-heading {
    color: #253342;
    color: #4D4D4D;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    letter-spacing: .5px;
    margin-bottom: 0;
}
.cd-filter-block.side-filter {
    padding: 1rem;
    border: 1px solid #ecf0f2;
    border: 1px solid rgba(104, 104, 104, 0.15);
    border-radius: 4px;
}