/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.dropup,
.dropdown {
    position: relative;
    padding: 0 5px 0 0;
}
.dropdown-toggle {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 272px;
    display: flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    position: relative;
    height: 100%;
    background: #FFFFFF;
    border: 2px solid #E7E7E7!important;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    width: initial;
    padding: 3px 20px;
    font-size: 14px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
    display: block;
    background: #FFFFFF;
    border: none!important;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 0!important;
    overflow: hidden;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}
.dropdown .caret {
    margin-left: 6px;
    margin-top: 0!important;
    background-position: center;
    transition: transform 0.5s;
    transform: rotate(360deg);
}
.open > .dropdown-toggle .caret {
    transform: rotate(180deg);
    transition: transform 0.5s;
    margin-top: 0!important;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #F0EDFC;
    background-repeat: repeat-x;
}
.dropdown-menu > li > a.active {
    background-color: #6747E5;
    color: white;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}
.dropdown-menu input {
    background-color: #f1f1f5;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 8px;
    border-color: transparent;
}
.dropdown-menu input:hover {
    background-color: #e8e8f0;
    border-color: #e8e8f0;
}
.dropdown-menu input:focus {
    background-color: #fff;
    border-color: #6747E5;
    box-shadow: inset 1px 0 0 #6747E5, inset 0 1px 0 #6747E5, inset -1px 0 0 #6747E5, inset 0 -1px 0 #6747E5;
}
.open > #categorySortByPriceMenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 180px;
    padding: 5px 9px 9px 9px!important;
    box-sizing: border-box;
}
.category-sort-by-price-container {
    width: 100%;
    box-sizing: border-box;
}
.category-sort-by-price {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.category-sort-by-price--tittle {
    font-size: 14px;
    line-height: 20px;
    color: #9d9da5;
    font-weight: 400;
    margin-bottom: 6px;
}
.category-sort-by-price--input {
    width: 100%;
}
.category-sort-by-price--btns {
    display: flex;
    width: calc(100% + 8px);
    margin: 6px -4px 0;
}
.category-sort-by-price--btn {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 24px 7px;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 4px;
    margin-left: 4px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 8px;
    cursor: pointer;
    color: #242424;
    border: none;
}
.category-sort-by-price--btn.clear {
    margin-right: 0;
}
.category-sort-by-price--btn.confirm {
    margin-left: 5px;
    background-color: #6747E5;
    color: white;
}
.category-sort-by-price--btn.clear:hover {
    background-color: #e8e8f0;
    border-color: #e8e8f0;
}
.category-sort-by-price--btn.confirm:hover {
    background-color: #7933ff;
    border-color: #7933ff;
}
.category-sorting-menu-container .dropdown-toggle:after {
    display: none!important;
}
.category-sorting-menu-container .dropdown-menu {
    background: #FFFFFF;
    border: none!important;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 0!important;
    overflow: hidden;
}
#categorySortByPriceMenu {
    flex-direction: column;
    align-items: flex-start;
    width: 180px;
    padding: 5px 9px 9px 9px!important;
    box-sizing: border-box;
}