﻿.cat_brand_view p {
    padding-bottom: 0;
    padding-top: 1%;
}

#cat_brand_view_img_side2 {
    display: none;
}

.cat_brand_view {
    background-color: black;
    /*margin-top: 10px;
    margin-bottom: 20px;*/
    padding: 10%;
    font-size: 90%;
    font-weight: bold;
}

    .cat_brand_view div {
        display: block;
        vertical-align: bottom;
    }

    .cat_brand_view img {
        display: inline-block;
    }

#cat_brand_view_img_side {
    float: right;
    height: auto;
    max-width: 50%;
    margin-top: 30px;
    bottom: 0;
}

#cat_brand_view_img_top {
    height: auto;
    padding-bottom: 10px;
    max-width: 100%;
    max-height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cat_brand_view_description {
    text-align: justify;
    text-justify: inter-word;
}

.refine-sticky {
    /*position: fixed;*/ /*internet explorer*/
    /*width:100%;*/ /*internet explorer*/
    position: sticky;
    top: 0;
    z-index: 100;
}

.refine-options {
    max-width: 100%;
    min-width: 100%;
    z-index: 5;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid rgba(0,0,0,0.2);
    max-height: 96vh;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .refine-options::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #000000;
    }

    .refine-options::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .refine-options::-webkit-scrollbar-thumb {
        border: 1px solid rgba(0,0,0,0.4);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.22,#0088c5), color-stop(0.72, #0088c5), color-stop(0.55,#0088c5));
    }


.refine-top {
    top: 0px;
}

.refine-container {
    display: none;
    background-color: #f2f2f2;
}

    .refine-container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        /*border-radius: 10px;*/
    }

    .refine-container::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .refine-container::-webkit-scrollbar-thumb {
        border: 1px solid rgba(0,0,0,0.4);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.22,#f88a3c), color-stop(0.72, #f88a3c), color-stop(0.55,#f88a3c));
    }

.refine-top-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    font-size: 10px;
}

.top-bar {
    font-weight: bold;
    color: #0081C5;
}

    .top-bar:hover {
        text-decoration: underline;
    }

.refine-container .accordion {
    font-size: 12px;
}

.refine-container-header {
    width: 100%;
    background-color: #f88a3c;
    text-align: center;
    padding: 7px 0;
    font-weight: bold;
    /*font-size*/
}

.refine-expand {
    display: inline-block;
    color: #000;
    background-color: transparent;
    float: right;
    margin-right: 10px;
    font-weight: bold;
    text-decoration: none;
    width: 10px;
}

    .refine-expand:focus, .refine-expand:hover {
        text-decoration: none;
        color: #000;
    }
    /*.refine-expand:after {
    content: "\2014";
}*/
    .refine-expand:after {
        content: "\2014";
    }

    .refine-expand.down:after {
        content: "\002b";
    }

.refine-searchbtn-container {
    text-align: center;
    padding: 10px 0;
}

.btn-refine-search {
    color: #fff;
    background-color: #f88a3c;
    text-transform: uppercase;
    border: 1px solid rgba(248, 138, 60, 0.1);
    box-shadow: 0 0 20px rgba(248, 138, 60, 0.5) inset;
    padding: 10px 30px;
    border-radius: 1px;
}

    .btn-refine-search:hover {
        background-color: #f88a3c;
    }

.refine-section-header {
    display: flex;
    padding: 5px 10px;
    background: linear-gradient(#fff, #ccc);
    font-weight: bold;
    justify-content: space-between;
}

.section-header {
    font-size: 13px;
    display: inline-block;
    color: #5A6771;
}


.refine-section {
    display: block;
    max-height: 180px;
    overflow: auto;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.refine-section-specifications {
    max-height: 100% !important;
    padding: 0 10px;
}

.refine-section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.refine-section::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.refine-section::-webkit-scrollbar-thumb {
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #0081C5), color-stop(0.72, #0081C5), color-stop(0.55, #0081C5));
}

#refineNarrowSearch {
    padding: 10px 25px;
}

.refine-section-item {
    padding: 3px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    color: black;
    font-weight: 600;
    display: flex;
    align-items: center;
}

    .refine-section-item:hover {
        color: #0081C5;
        font-weight: 900;
    }

.refine-section-item-specifications {
    border-bottom: none;
}

.refine-checkbox {
    margin: 0 !important;
}

    .refine-checkbox:checked + span {
        color: #F88A3C;
    }

.section-item-label {
    /*padding-left:10px;*/
}

.section-item-qty {
    /*padding-left: 5px;*/
}


#refinePrice {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 25px;
}

label {
    margin-bottom: initial;
}

#refinePriceFrom, #refinePriceTo {
    -moz-appearance: textfield;
    width: 65px;
    padding: 0 5px;
}

#refineNarrowSearch {
    display: flex;
    flex-direction: column;
}

.keyword-add-section {
    display: flex;
    flex-direction: row;
}

.refine-keyword-container {
    padding-top: 10px;
}

#refineKeywords {
    flex-grow: 1;
    padding: 0 3px;
}

.keyword-item {
    display: flex;
    justify-content: space-between;
    align-items: center; /*to prevent image distortion*/
    /*border-top: 1px solid black;*/
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
    background-color: transparent;
}

    .keyword-item:hover {
        background-color: rgba(0,0,0,0.1);
    }
/*#refinePriceTo {
    margin-left:10px;
}*/


.pound-sign {
    margin-left: 5px;
    text-decoration: none;
    display: inline-block;
    color: #5A6771;
}

@media screen and (min-width:950px) {

    /*.refine-sticky {
        width: auto;
        position: unset;
        top: unset;
    }*/

    .silly-sticky {
        position: unset;
        top: unset;
    }

    .refine-options {
        display: block;
        max-width: 260px;
        min-width: 260px;
    }

    .refine-top {
        top: 40px;
    }

    .refine-container {
        display: block;
    }

    .refine-expand {
        display: none;
    }

    .cat_brand_view {
        /*margin-top: 20px;*/
        padding: 4em 6em;
    }

    #cat_brand_view_img_side {
        display: none;
    }

    #cat_brand_view_img_side2 {
        display: initial;
        float: left;
        padding-left: 30px;
        max-height: 100%;
        max-width: 100%;
        /*padding-top: 30%;*/
        /*height: 80%;*/
        /*max-width: 100%;*/
    }

    .mascot {
        width: 50%;
    }

    #cat_brand_view_img_top {
        max-width: 80%;
    }
}
