.category-top-wrap {
    background: #fbfbfb;
    padding: 20px 0 5px
}

.category-top {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #454545;
    padding: 0
}

.mx-500 {
    max-width: 500px;
    margin: 0 auto
}

.category-top h1 {
    font-size: 25px;
    color: #454545;
    margin: 0 0 10px
}

.top-neg {
    margin-top: -15px
}

.category-top-shrink {
    padding-top: 30px
}

    .category-top-shrink h1 {
        font-size: 27px;
        margin: 0 0 5px
    }

    .category-top-shrink p {
        padding: 0 0 5px
    }

.tag-section {
    padding: 7px 0 15px
}

    .tag-section a {
        display: inline-block;
        background: #ffeddc;
        color: #616161;
        font-size: 11px;
        font-weight: 500;
        padding: 6px 24px 4px 10px;
        position: relative;
        margin: 0 7px 7px 0;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

        .tag-section a:hover {
            text-decoration: none;
            color: #000
        }

    .tag-section .cross {
        position: absolute;
        right: 8px;
        top: 6px
    }

.mh-45 {
    min-height: 45px
}

.outer-section {
    max-width: 1600px;
    margin: 0 auto
}

.switch-tabs-wrap .switch-tabs > ul > li.switch-hide, .switch-mobile-tabs {
    display: none
}

.category-img img {
    mix-blend-mode: multiply
}

.switch-tabs-wrap {
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 50px;
    -moz-box-shadow: 0 7px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 7px 10px rgba(0,0,0,.1);
    box-shadow: 0 7px 10px rgba(0,0,0,.1)
}

    .switch-tabs-wrap .options {
        position: absolute;
        left: 0;
        bottom: -14px;
        width: 100%;
        text-align: center
    }

        .switch-tabs-wrap .options a {
            display: inline-block;
            font-size: 13px;
            padding: 4px 15px 3px 20px;
            color: #000;
            border: 1px solid #dbdbdb;
            background: #e7e6df;
            box-shadow: 0 2px 5px rgba(0,0,0,.1);
        }

            .switch-tabs-wrap .options a span {
                display: inline-block;
                padding-right: 20px;
                position: relative
            }

                .switch-tabs-wrap .options a span:after {
                    content: " ";
                    border: solid #000;
                    border-width: 0 2px 2px 0;
                    display: inline-block;
                    padding: 3px;
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    position: absolute;
                    right: 0;
                    top: 2px
                }

            .switch-tabs-wrap .options a .hide-advance {
                display: none
            }

            .switch-tabs-wrap .options a.active .show-advance {
                display: none
            }

            .switch-tabs-wrap .options a.active .hide-advance {
                display: block
            }

            .switch-tabs-wrap .options a.active span:after {
                top: 5px;
                transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg)
            }

    .switch-tabs-wrap .container {
        position: relative
    }

    .switch-tabs-wrap .sort-overlay {
        position: absolute;
        right: 50px;
        top: 0
    }

        .switch-tabs-wrap .sort-overlay label {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            font-size: 14px;
            font-weight: 700;
            color: #454545;
            margin-right: 7px
        }

        .switch-tabs-wrap .sort-overlay select {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            border: 1px solid #dbdbdb;
            padding: 5px;
            font-size: 14px;
            color: #515151
        }

    .switch-tabs-wrap .sort-overlay-top {
        top: 10px
    }

    .switch-tabs-wrap .switch-tabs ul, .switch-tabs-wrap .switch-tabs li {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .switch-tabs-wrap .switch-tabs > ul > li .switch-outer {
        display: flex;
        flex-wrap: wrap;
        align-items: normal;
        margin: 0 0 10px
    }

    .switch-tabs-wrap .switch-tabs > ul > li .switch-link {
        display: inline-block;
        color: #414141;
        font-weight: 700;
        font-size: 14px;
        width: 95px;
        text-align: right;
        margin: 12px 10px 0 0;
    }

    .switch-tabs-wrap .switch-tabs > ul > li .switch-content {
        width: calc(100% - 105px)
    }

    .switch-tabs-wrap .switch-tabs .switch-content ul {
        display: flex;
        flex-wrap: wrap
    }

        .switch-tabs-wrap .switch-tabs .switch-content ul li {
            width: 4.347826086956522%;
            min-width:80px;
        }

            .switch-tabs-wrap .switch-tabs .switch-content ul li:hover {
                box-shadow: 0 6px 7px rgba(248,184,104,.3)
            }

            .switch-tabs-wrap .switch-tabs .switch-content ul li a {
                display: block;
                /*border: 1px solid #e0e0e0;*/
                text-align: center;
                height: 50px;
                line-height: 45px;
                position: relative
            }

                .switch-tabs-wrap .switch-tabs .switch-content ul li a:hover {
                    border-color: #f8b868;
                    box-shadow: 0 0 0 2px #f8b868;
                    z-index: 1
                }

                    .switch-tabs-wrap .switch-tabs .switch-content ul li a:hover .tooltip-overlay {
                        display: block
                    }

            .switch-tabs-wrap .switch-tabs .switch-content ul li img {
                max-width: 28px;
                margin: 0 auto
            }

            .switch-tabs-wrap .switch-tabs .switch-content ul li .tooltip-overlay {
                display: none;
                background: #fff;
                font-size: 13px;
                padding: 5px 3px;
                position: absolute;
                left: 50%;
                top: -32px;
                z-index: 1;
                line-height: 1.4;
                width: 120px;
                margin-left: -60px;
                text-align: center;
                -moz-box-shadow: 0 5px 20px rgba(0,0,0,.2);
                -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
                box-shadow: 0 0 5px rgba(0,0,0,.2)
            }

                .switch-tabs-wrap .switch-tabs .switch-content ul li .tooltip-overlay:before {
                    content: " ";
                    position: absolute;
                    left: 50%;
                    bottom: -6px;
                    margin-left: -6px;
                    background: url(../images/caret-downword-dropdown.png) center bottom no-repeat;
                    width: 12px;
                    height: 7px
                }

                .switch-tabs-wrap .switch-tabs .switch-content ul li .tooltip-overlay.tooltip-double {
                    top: -52px
                }

            .switch-tabs-wrap .switch-tabs .switch-content ul li .close-switch {
                background: url(../images/category/x-icon.jpg) no-repeat;
                width: 8px;
                height: 8px;
                display: inline-block;
                position: absolute;
                right: 3px;
                top: 3px
            }

            .switch-tabs-wrap .switch-tabs .switch-content ul li:last-child a {
                border-right-color: #e0e0e0
            }

            .switch-tabs-wrap .switch-tabs .switch-content ul li.active {
                box-shadow: 0 6px 7px rgba(248,184,104,.3)
            }

                .switch-tabs-wrap .switch-tabs .switch-content ul li.active a {
                    border-color: #f8b868;
                    box-shadow: 0 0 0 2px #f8b868
                }

    .switch-tabs-wrap .switch-tabs .switch-double ul li {
        width: 8%
    }

        .switch-tabs-wrap .switch-tabs .switch-double ul li.first-default {
            width: 4.347826086956522%
        }

    .switch-tabs-wrap .switch-tabs .switch-mid ul li {
        width: 6%
    }

        .switch-tabs-wrap .switch-tabs .switch-mid ul li.first-default {
            width: 4.347826086956522%
        }

    .switch-tabs-wrap .switch-tabs .img-auto ul li img {
        max-width: inherit
    }

.more-option-mobile {
    display: none
}

.category-gallery-outer {
    display: flex;
    flex-wrap: wrap
}

.category-seciton {
    font-size: 15px;
    padding: 0 0 10px;
    width: 22%;
    background-color: #f6f6f6;
    position: relative;
    text-align: center;
    border: 1px solid transparent;
    margin: 18px
}

.category-info h3 a {
    width: 99%;
    display: inline-block
}

.category-info.availables {
    text-align: left !important;
    padding: 5px 0 0 10px !important
}

.new {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.category-seciton a {
    color: inherit
}

    .category-seciton a.submit {
        color: #fff
    }

.category-seciton:hover {
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
    box-shadow: 0 0 8px rgba(0,0,0,.2)
}

.category-seciton.active {
    -moz-box-shadow: 0 0 8px #f8b868;
    -webkit-box-shadow: 0 0 8px #f8b868;
    box-shadow: 0 0 8px #f8b868;
    border-color: #f8b868
}

.category-img {
    margin: 0 0 10px
}

.price-info {
    z-index: initial
}

    .price-info del {
        font-size: 65%;
        font-weight: 100;
        color: #616161;
    }

.metal-li li {
    line-height: 31px
}

.play3d360 {
    position: absolute;
    left: 12px;
    bottom: 8px;
    max-width: 20%
}

.category-img {
    position: relative
}

.stoneSwatch {
    bottom: 2px;
    max-width: 60%;
    position: absolute;
    right: 8px;
    text-align: right
}

    .stoneSwatch img {
        margin: 0 4px;
        width: 24px
    }

#divResult {
    min-height: 300px
}

.disable-effect {
    background-color: transparent !important
}

.blackMetal li {
    width: 25% !important
}

.no-padding {
    padding: 0
}

.category-seciton h3 {
    color: #424242;
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: 400;
    min-height: 32px
}

.category-seciton .font-courgette {
    color: #ec6258;
    font-weight: 700
}

.category-seciton p {
    padding: 0
}

    .category-seciton p span {
        color: #616161;
        font-weight: 500
    }

.cat-icons {
    padding: 0 0 15px
}

    .cat-icons img, .cat-icons a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px
    }

    .cat-icons .stone {
        width: 25px
    }

.heart-cate {
    background: url(../images/category/heart.png) no-repeat;
    width: 21px;
    height: 19px;
    position: relative
}

    .heart-cate.active {
        background: url(../images/header/heart-active.svg) no-repeat;
        background-size: 100% 100%
    }

    .heart-cate span {
        background: #ff8062;
        font-size: 10px;
        position: absolute;
        right: -5px;
        top: -14px;
        min-width: 15px;
        min-height: 15px;
        line-height: 15px;
        padding: 0 2px;
        text-align: center;
        color: #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

.category-gallery-wrap .pagination {
    margin: 30px 0
}

.category-gallery-wrap .category-seciton .price-info {
    color: #e93e00;
    font-size: 18px;
    padding: 1px 0
}

    .category-gallery-wrap .category-seciton .price-info b {
        font-weight: 400
    }

.list-view-info {
    display: none
}

.category-gallery-outer.list-view-section > .col-sm-3 {
    float: none;
    width: auto;
    padding: 0
}

.category-gallery-outer.list-view-section .category-seciton {
    text-align: left;
    padding: 10px 20px 15px;
    margin: 0 0 10px
}

.category-gallery-outer.list-view-section .category-img {
    float: left;
    width: 200px;
    margin: 0
}

.category-gallery-outer.list-view-section .category-info {
    margin: 0 0 0 210px;
    padding: 40px 0 0
}

.category-gallery-outer.list-view-section .grid-view-info {
    display: none
}

.category-gallery-outer.list-view-section .list-view-info {
    display: block;
    font-size: 14px;
    line-height: 1.5
}

    .category-gallery-outer.list-view-section .list-view-info h3 {
        font-size: 22px;
        line-height: 1.3
    }

        .category-gallery-outer.list-view-section .list-view-info h3 a {
            color: #424242
        }

            .category-gallery-outer.list-view-section .list-view-info h3 a:hover {
                color: #000
            }

@media(min-width:1200px) {
    .tag-section {
        padding: 0 0 5px
    }
}

@media(max-width:1400px) {
    .category-seciton {
        width: 22%;
        margin: 11px
    }
}

@media(max-width:1200px) {
    .switch-tabs-wrap .switch-tabs .item-max-width ul li img {
        max-width: 25px
    }

    .switch-tabs-wrap .switch-tabs .switch-content ul li {
        width: 8%
    }

    .switch-tabs-wrap .sort-overlay select {
        width: 200px
    }

    .switch-tabs-wrap .switch-tabs .switch-content ul li a.border-right-on-1200 {
        border-right: 1px solid #e0e0e0
    }

    .category-seciton h3, .category-seciton p, .category-seciton .price-info, .category-seciton .price-info b {
        font-size: 12px
    }

        .category-seciton .price-info b {
            font-weight: 500 !important;
            font-size: 15px;
        }
}

@media(max-width:992px) {
    .switch-tabs-wrap .sort-overlay {
    }

    .switch-tabs-wrap .switch-tabs .switch-content ul li, .switch-tabs-wrap .switch-tabs .switch-double ul li.first-default {
        width: 16.5%
    }

    .switch-tabs-wrap .switch-tabs .switch-content.double-line-tablet ul li {
        width: 8%;
        margin: 0 0 5px
    }

    .switch-tabs-wrap .switch-tabs .switch-content ul li a.border-right-on-1200 {
        border-right: none
    }

    .switch-tabs-wrap .switch-tabs .switch-content ul li a.border-right-on-tablet {
        border-right: 1px solid #e0e0e0
    }
}

.swatchName {
    background: #f8f9fa;
    padding: 16px;
    box-shadow: 1px 2px 4px rgba(0,0,0,.1);
}

.swatchName a {
    height: 58px !important;
}

@media(max-width:767px) {
    .swatchName {
        padding: 0 16px;
    }

    .category-seciton {
        width: calc(50% - 10px);
        margin: 5px
    }

    .switch-tabs-wrap .sort-overlay {
        right: 10px;
        top: 10px
    }

    .switch-tabs-wrap {
        padding: 0 0 20px
    }

    .d-block-mobile {
        display: block !important
    }

    .category-top-shrink {
        margin-top: 0;
        padding-bottom: 15px;
        padding-top: 10px
    }

    .switch-tabs-wrap .switch-tabs > ul > li .switch-content, .switch-content {
        display: none;
        padding: 0;
        width: 100%
    }

    .tag-section a {
        font-size: 10px
    }

    .switch-tabs-wrap .switch-tabs > ul > li .switch-content > ul, .switch-content > ul {
        padding: 0
    }

        .switch-tabs-wrap .switch-tabs > ul > li .switch-content > ul > li, .switch-content > ul > li {
            width: 20% !important;
            max-width: 20%;
            margin-bottom:0 !important;
        }

        .switch-tabs-wrap .switch-tabs > ul > li .switch-content > ul .all-txt, .switch-content > ul .all-txt {
            display: none !important
        }

        .switch-tabs-wrap .switch-tabs > ul > li .switch-content > ul .hide-mobile, .switch-content > ul .hide-mobile {
            display: none
        }

    .switch-tabs-wrap .switch-tabs > ul > li .switch-content > .three-wrap > li, .switch-content > .three-wrap > li {
        width: 33.33% !important
    }

    .switch-tabs-wrap .switch-tabs > ul > li .switch-content > .five-wrap > li, .switch-content > .five-wrap > li {
        width: 16% !important
    }

    .switch-tabs-wrap .switch-tabs .switch-content ul li:nth-child(5) a, .switch-tabs-wrap .switch-tabs .switch-content ul li:nth-child(4n+1) a {
        border-right-color: #e0e0e0
    }

    .switch-tabs-wrap .switch-tabs > ul > li .switch-content > .five-wrap > li:nth-child(5) a {
        border-right-color: transparent
    }

    .switch-tabs-wrap .switch-tabs .switch-content ul li a.border-right-on-tablet {
        border-right-color: transparent
    }

    .switch-tabs-wrap .switch-tabs .styles-imgs ul li img {
        max-width: 70%
    }

    .switch-tabs-wrap .switch-tabs > ul > li .switch-outer {
        display: block;
        margin: 0
    }

    .switch-tabs-wrap .switch-tabs > ul > li.switch-hide {
        display: block
    }

    .switch-tabs-wrap .switch-tabs > ul > li .switch-link {
        display: none
    }

    .switch-tabs-wrap .options {
        display: none;
    }

    .switch-tabs-wrap .options-cat {
        position: inherit;
        display: block;
        padding-top: 10px;
    }

        .switch-tabs-wrap .options-cat a {
            border: 0 none;
            background: transparent;
            box-shadow: 0 0 0 transparent;
        }

            .switch-tabs-wrap .options-cat a span {
                font-size: 15px !important;
                color: #515151 !important;
            }

    .padding-0-mobile {
        padding-left: 0;
        padding-right: 0
    }

    .more-option-mobile {
        display: block;
        padding-top: 30px;
        text-align: center
    }

        .more-option-mobile a {
            display: inline-block;
            font-size: 15px;
            /*background: #fff;*/
            color: #515151
        }

            .more-option-mobile a span {
                display: inline-block;
                padding-right: 20px;
                position: relative
            }

                .more-option-mobile a span:after {
                    content: " ";
                    border: solid #000;
                    border-width: 0 2px 2px 0;
                    display: inline-block;
                    padding: 3px;
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    position: absolute;
                    right: 0;
                    top: 4px
                }

            .more-option-mobile a.active span:after {
                top: 8px;
                transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg)
            }

    .switch-tabs-wrap .switch-tabs .item-max-width ul li img {
        max-width: 28px
    }

    .outer-section {
        background: #fff;
        position: relative;
        z-index: 1
    }

    .switch-mobile-tabs {
        display: block
    }

        .switch-mobile-tabs ul, .switch-mobile-tabs li {
            list-style: none;
            margin: 0;
            padding: 0
        }

        .switch-mobile-tabs ul {
            display: flex
        }

        .switch-mobile-tabs li {
            width: 20%;
            border-left: 1px solid #fff
        }

            .switch-mobile-tabs li a {
                display: block;
                text-align: center;
                font-size: 12px;
                border-top: 3px solid transparent;
                border-bottom: 1px solid transparent;
                font-size: 12px;
                color: #515151;
                padding: 14px 5px 20px;
                margin: 1px 0 -1px;
                background-color: #f3f4f6;
                background-image: -moz-linear-gradient(top,#f3f4f6,#e8e9ed);
                background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3f4f6),to(#e8e9ed));
                background-image: -webkit-linear-gradient(top,#f3f4f6,#e8e9ed);
                background-image: -o-linear-gradient(top,#f3f4f6,#e8e9ed);
                background-image: linear-gradient(to bottom,#f3f4f6,#e8e9ed);
                background-repeat: repeat-x;
                filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f3f4f6',endColorstr='#e8e9ed',GradientType=0)
            }

                .switch-mobile-tabs li a span {
                    background: url(../images/drop-down-arrow.svg) no-repeat center bottom;
                    padding-bottom: 12px;
                    display: inline-block
                }

            .switch-mobile-tabs li.active a {
                border-top-color: #f89842;
                position: relative;
                background: #fff;
                -moz-box-shadow: 0 0 30px rgba(0,0,0,.29);
                -webkit-box-shadow: 0 0 30px rgba(0,0,0,.29);
                box-shadow: 0 0 30px rgba(0,0,0,.29)
            }

    .tabs-three li {
        width: 33.33%
    }

    .tabs-four li {
        width: 25%
    }
}

.switch-tabs-wrap .switch-tabs .switch-content ul li {
}

#shape li a {
    padding-top:0;
}

.switch-tabs-wrap .switch-tabs .switch-content ul li a {
    line-height: initial;
    text-align: center;
    position: relative;
    padding-top: 7px;
    display: block;
}

        .switch-tabs-wrap .switch-tabs .switch-content ul li a img {
            display: block;
        }
        .switch-tabs-wrap .switch-tabs .switch-content ul li a span {
            font-size: 11px;
            display: block;
            padding: 5px 0 0 0;
            white-space: nowrap;
        }

@media(max-width:600px) {
    .category-info.availables {
        display: none;
    }

    .holiday-wrap .strip-img {
        width: 60px
    }

        .holiday-wrap .strip-img img {
            top: 18px;
            max-width: 60px
        }

    .holiday-wrap span.no-bg, .holiday-wrap span {
        line-height: 24px;
        height: initial;
        padding: 0 60px !important;
        display: block;
        text-align: center
    }

    .holiday-wrap .strip-shop {
        width: 60px
    }

        .holiday-wrap .strip-shop a {
            font-size: 13px
        }
}

@media(max-width:485px) {
    .holiday-wrap .strip-img {
        top: 14px
    }

    .holiday-wrap .strip-shop a {
        top: 11px
    }

    .banner-strip {
        display: none !important
    }

    .stoneSwatch img {
        margin: 0 4px;
        width: 18px !important
    }

    .category-top h1 {
        font-size: 15px;
        font-weight: 700
    }

    .category-top p {
        font-size: 11px
    }
}

@media(max-width:380px) {
    .holiday-wrap .strip-shop {
        float: initial;
        position: initial;
        width: initial;
        position: initial
    }

        .holiday-wrap .strip-shop a {
            white-space: nowrap;
            position: initial
        }

    .holiday-wrap span.no-bg, .holiday-wrap span {
        padding: 0 0 0 60px !important;
        display: block;
        text-align: center
    }
}

@media(max-width:340px) {
    .switch-mobile-tabs li a {
        font-size: 12px;
        padding-left: 1px;
        padding-right: 1px
    }

    .holiday-wrap .strip-img {
        display: none
    }

    .holiday-wrap span.no-bg, .holiday-wrap span {
        padding: 0 !important
    }
}

.pagination {
    text-align: center;
    display: block;
    margin: 0 0 20px
}

    .pagination li {
        float: none;
        display: inline-block;
        text-align: center
    }

        .pagination li a {
            float: none;
            display: inline-block;
            font-size: 16px;
            color: #c3c3c3;
            font-weight: 700;
            line-height: 1;
            margin: 0 5px 5px;
            padding: 0 3px 3px;
            border: none;
            border-bottom: 1px solid transparent;
            background: 0 0 !important
        }

        .pagination li span {
            float: none;
            display: inline-block;
            font-size: 16px;
            color: #c3c3c3;
            font-weight: 700;
            line-height: 1;
            margin: 0;
            padding: 0;
            border: none
        }

            .pagination li a:hover, .pagination li span:hover, .pagination li.active a, .pagination li.active a:hover {
                color: #f89842;
                border-color: #f89842
            }

    .pagination .prev-pagi {
        margin-right: 15px
    }

    .pagination .next-pagi {
        margin-left: 15px
    }

        .pagination .prev-pagi a:hover, .pagination .prev-pagi.active a, .pagination .next-pagi a:hover, .pagination .next-pagi.active a {
            color: #000;
            border-color: transparent
        }

.dark-img {
    display: none
}

.prev-pagi a:hover img, .prev-pagi.active a img, .next-pagi a:hover img, .next-pagi.active a img {
    display: none
}

.prev-pagi a:hover .dark-img, .prev-pagi.active a .dark-img, .next-pagi a:hover .dark-img, .next-pagi.active a .dark-img {
    display: inline-block
}

@media(min-width:800px) {
    .category-tabs-wrap .tabs li {
        min-width: 109px
    }
}

.price-info {
    z-index: initial
}

.play3d {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none
}

.play3d360 {
    position: absolute;
    left: 12px;
    bottom: 8px;
    max-width: 20%
}

.img360 {
    cursor: ew-resize
}

.details-3d {
    position: absolute;
    display: none;
    right: 12px;
    bottom: 10px;
    background-color: #424242 !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: 500;
    outline: medium;
    padding: 1px 7px
}

.category-img:hover .details-3d {
    display: initial
}

.category-img {
    position: relative
}

@media(max-width:485px) {
    .banner-strip {
        display: none !important
    }

    .details-3d {
        font-size: 9px
    }

    .setting-area li {
        padding: 20px 0;
        min-height: 75px
    }
}

.category-tabs-wrap {
    background: #fbfbfb;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef
}

.category-tabs-transparent {
    background: 0 0;
    padding-top: 10px
}

.category-tabs-wrap .tabs {
    background: 0 0
}

    .category-tabs-wrap .tabs li {
        width: auto;
        background-color: #f4f4f4
    }

    .category-tabs-wrap .tabs a {
        padding-right: 0;
        padding-left: 18px;
        font-size: 13px;
        min-height: inherit
    }

        .category-tabs-wrap .tabs a em {
            color: #616161;
            font-weight: 700
        }

        .category-tabs-wrap .tabs a span, .category-tabs-wrap .tabs.main-active a span {
            margin-right: 15px;
            display: block;
            background: url(../images/drop-down-arrow.svg) no-repeat center bottom;
            padding-bottom: 12px
        }

    .category-tabs-wrap .tabs li:last-child a span {
        border-right: none
    }

    .category-tabs-wrap .tabs a:hover span, .category-tabs-wrap .main-active a span {
        border-right-color: transparent
    }

    .category-tabs-wrap .tabs li.active {
        margin-right: -1px;
        position: relative;
        -moz-box-shadow: 0 -3px 2px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 -3px 2px rgba(0,0,0,.15);
        box-shadow: 0 -3px 2px rgba(0,0,0,.15)
    }

        .category-tabs-wrap .tabs li.active a span {
            background: 0 0
        }

    .category-tabs-wrap .tabs li a, .category-tabs-wrap .tabs-personalize .tabs li a:focus {
        color: #9a9a9a;
        position: relative;
        margin: -3px 0 -1px;
        padding-bottom: 11px;
        padding-top: 9px;
        text-decoration: none;
        border-color: #f4f4f4;
        border-bottom-color: #fff;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }

        .category-tabs-wrap .tabs li.active a, .category-tabs-wrap .tabs li a:hover {
            border-color: #f89842;
            border-bottom-color: #fff
        }

        .category-tabs-wrap .tabs li a em {
            color: #424242
        }

.filter-wrap ul, .filter-wrap li {
    list-style: none;
    margin: 0;
    padding: 0
}

.filter-wrap h3 {
    color: #424242;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 15px
}

.filter-wrap a {
    color: #424242
}

    .filter-wrap a:hover, .filter-wrap li.active a {
        color: #f89842;
        text-decoration: none
    }

.setting-area li {
    padding: 20px;
    float: left
}

    .setting-area li a {
        display: inline-block;
        padding: 0 0 0 80px;
        position: relative
    }

    .setting-area li span {
        position: absolute;
        left: 0;
        top: -15px;
        background: url(../images/setting-types.png) no-repeat;
        width: 61px;
        height: 47px;
        display: inline-block
    }

    .setting-area li .prong {
        background-position: 0 0
    }

    .setting-area li a:hover .prong {
        background-position: 0 -52px
    }

    .setting-area li .channel {
        background-position: 0 -104px
    }

    .setting-area li a:hover .channel {
        background-position: 0 -156px
    }

    .setting-area li .bezel {
        background-position: 0 -208px
    }

    .setting-area li a:hover .bezel {
        background-position: 0 -260px
    }

    .setting-area li .pave {
        background-position: 0 -312px
    }

    .setting-area li a:hover .pave {
        background-position: 0 -364px
    }

.styles-area li {
    padding: 0 15px 15px 0;
    float: left;
    min-width: 180px
}

.shapes-area li {
    padding: 8px 15px 8px 0;
    float: left
}

.shapes-area a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px
}

.shapes-area .disabled a {
    color: #b3b3b3;
    cursor: default
}

.shapes-area span {
    position: absolute;
    left: 0;
    top: -4px;
    display: inline-block;
    background: url(../images/stone-shapes.png) no-repeat;
    width: 21px;
    height: 21px
}
