/*
    External shop widget v1.0
*/
/* Fonts ---------- */
@font-face {
    font-family: 'Neuzeit Regular';
    src: url('https://s.apprl.com/fonts/Neuzeit-Regular.eot');
    src: url('https://s.apprl.com/fonts/Neuzeit-Regular.woff') format('woff'), url('https://s.apprl.com/fonts/Neuzeit-Regular.woff2') format('woff2'), url('https://s.apprl.com/fonts/Neuzeit-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Neuzeit Bold';
    src: url('https://s.apprl.com/fonts/Neuzeit-Bold.eot');
    src: url('https://s.apprl.com/fonts/Neuzeit-Bold.woff') format('woff'), url('https://s.apprl.com/fonts/Neuzeit-Bold.woff2') format('woff2'), url('https://s.apprl.com/fonts/Neuzeit-Bold.ttf') format('truetype');
}

/* Shop ---------- */
.apprl-shop {
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: white;
    font-family: 'Neuzeit Regular', sans-serif;
    color: black;
    letter-spacing: .01rem;
    font-size: 16px;
    margin: 0;
    /* Attributes ---------- */
    /* Grid ---------- */
    /* Components ---------- */
    /* Form elements ---------- */
    /* Panels & filters ---------- */
    /* Product List ---------- */
    /* Product ---------- */
}

.apprl-shop *,
.apprl-shop *:before,
.apprl-shop *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apprl-shop a {
    color: black;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.apprl-shop i {
    font-size: 14px;
    float: right;
    text-align: center;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.apprl-shop img {
    max-width: 100%;
    height: auto;
}

.apprl-shop ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.apprl-shop h4 {
    font-family: "Neuzeit Bold", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.apprl-shop h5 {
    font-size: 15px;
    margin: 5px 0;
}

.apprl-shop hr {
    border: 0;
    height: 0;
    border-bottom: 2px solid;
    margin: 0 0 15px 0;
}

.apprl-shop #reset {
    position: absolute;
    top: 0;
    right: 15px;
}

.apprl-shop #reset i {
    float: none;
}

@media (min-width: 768px) {
    .apprl-shop #reset {
        right: 30px;
    }
}

.apprl-shop #discount-price {
    font-size: 13px;
}

@media (max-width: 767px) {
    .apprl-shop .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .apprl-shop .col-product-filter,
    .apprl-shop .col-product-list {
        float: left;
        position: relative;
        min-height: 1px;
    }

    .apprl-shop .col-product-filter {
        width: 33.33333333%;
        margin-bottom: 15px;
        padding-right: 30px;
    }

    .apprl-shop .col-product-list {
        width: 66.66666667%;
    }
}

.apprl-shop .no-filters .col-product-list {
    width: 100% !important;
}

.apprl-shop .pagination {
    clear: both !important;
}

.apprl-shop .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.apprl-shop .list-horizontal > li {
    margin: 0 auto 15px auto;
}

@media (min-width: 768px) {
    .apprl-shop .list-horizontal > li {
        display: inline-block;
        margin-right: 15px;
    }

    .apprl-shop .list-horizontal > li:last-child {
        margin: 0;
    }
}

.apprl-shop .btn {
    display: block;
    width: 100%;
    padding: 0 15px;
    height: 44px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    font-family: 'Neuzeit Bold', sans-serif;
    color: white;
    background-color: black;
    margin: 0 auto 15px auto;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.apprl-shop .btn:hover,
.apprl-shop .btn:focus {
    outline: 0;
}

.apprl-shop .hover {
    display: none !important;
}

.apprl-shop .btn-filter {
    background-color: #666;
    position: relative;
}

.apprl-shop .btn-filter:hover {
    background-color: #333;
}

@media screen and (min-width: 768px) {
    .apprl-shop .btn-filter {
        display: none;
    }
}


.apprl-shop .btn-filter.collapsed i {
    margin-top: 16px;
}

.apprl-shop .btn-filter i,
.apprl-shop .panel i {
    margin-top: 14px;
}

.apprl-shop .panel .collapsed i,
.apprl-shop .btn-filter.collapsed i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.apprl-shop input[type="text"] {
    -moz-appearance: none;
    width: 100%;
    border: 0;
    padding: 10px;
    background-color: #f8f8f8;
    -webkit-appearance: none;
    max-width: 320px;
    font-size: 14px;
}

.apprl-shop input[type="text"]:focus,
.apprl-shop input[type="text"]:active {
    outline: 0;
}

.apprl-shop .list-filter-a li,
.apprl-shop .list-filter-b li {
    line-height: 24px;
}

.apprl-shop .list-filter-a a:before,
.apprl-shop .list-filter-b a:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    margin: -4px 5px 0 0;
    vertical-align: middle;
    transition: all .2s;
    background-color: white;
    transition: all 0.2s ease-in-out;
}

.apprl-shop .list-filter-a a.selected,
.apprl-shop .list-filter-b a.selected {
    color: black;
}

.apprl-shop .list-filter-a a:before {
    border-radius: 100%;
    box-shadow: inset 0 0 0 18px white;
}

.apprl-shop .list-filter-a a.selected:before {
    box-shadow: inset 0 0 0 2px white;
    background-color: black;
    border-color: black;
}

.apprl-shop .list-filter-b a:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    font-size: 0;
    color: transparent;
    line-height: 10px;
}

.apprl-shop .list-filter-b a.selected:before {
    color: white;
    background-color: black;
    border-color: black;
    font-size: 10px;
}

.apprl-shop .accordion-toggle {
    position: relative;
}

.apprl-shop li.filtered {
    display: none;
}

.apprl-shop .panel-group {
    margin-bottom: 30px;
}

.apprl-shop .panel {
    margin: 0 auto 10px auto;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.apprl-shop .panel-heading {
    background-color: black;
    height: 40px;
    line-height: 44px;
}

.apprl-shop .panel-heading a {
    display: block;
    padding: 0 15px;
    color: white;
    text-align: center;
    text-decoration: none;
}

.apprl-shop .panel-body {
    padding: 10px;
    border: 1px solid #cccccc !important;
    border-top: 0 !important;
}

.apprl-shop .panel-body > ul {
    margin-bottom: 0;
}

.apprl-shop .panel-body .reset {
    margin-bottom: 10px;
    display: none;
    text-decoration: none;
}

.apprl-shop .panel-body.active .reset {
    display: block;
}

.apprl-shop .filter:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    cursor: pointer;
    line-height: 14px;
    border: 2px solid #999;
    margin: -3px 5px 0 0;
    vertical-align: middle;
    background-color: transparent;
    font-family: 'FontAwesome';
    content: '\f00c';
    font-size: 0;
    color: transparent;
    padding-left: 1px;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.apprl-shop .list-filter li {
    line-height: 24px;
}

.apprl-shop .list-filter a:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    cursor: pointer;
    line-height: 18px;
    margin: -4px 5px 0 0;
    vertical-align: middle;
    -webkit-transition: all .2s;
    transition: all .2s;
    box-shadow: inset 0 0 0 18px white;
    background-color: white;
    border-radius: 100%;
}

.apprl-shop .collapse.in {
    display: block;
}

.apprl-shop .collapse {
    display: none;
}

.apprl-shop .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.apprl-shop #product-category li ul,
.apprl-shop #product-gender li ul,
.apprl-shop #product-sort li ul {
    overflow-y: auto;
}

.apprl-shop #product-category li ul li,
.apprl-shop #product-gender li ul li,
.apprl-shop #product-sort li ul li {
    border: none;
}

.apprl-shop #product-category li ul.level-1,
.apprl-shop #product-gender li ul.level-1,
.apprl-shop #product-sort li ul.level-1 {
    margin-left: 1px;
}

.apprl-shop #product-category li ul.level-1 li,
.apprl-shop #product-gender li ul.level-1 li,
.apprl-shop #product-sort li ul.level-1 li {
    padding-left: 10px;
}

.apprl-shop #product-category li ul.level-1 li:first-child,
.apprl-shop #product-gender li ul.level-1 li:first-child,
.apprl-shop #product-sort li ul.level-1 li:first-child {
    margin-top: 4px;
}

.apprl-shop #product-category li ul.level-1 li:last-child,
.apprl-shop #product-gender li ul.level-1 li:last-child,
.apprl-shop #product-sort li ul.level-1 li:last-child {
    margin-bottom: 4px;
}

.apprl-shop #product-category li ul.level-2,
.apprl-shop #product-gender li ul.level-2,
.apprl-shop #product-sort li ul.level-2 {
    margin-left: -8px;
}

.apprl-shop #product-category li ul.level-2 li,
.apprl-shop #product-gender li ul.level-2 li,
.apprl-shop #product-sort li ul.level-2 li {
    padding-left: 20px;
}

.apprl-shop #product-category li ul.level-2 li:first-child,
.apprl-shop #product-gender li ul.level-2 li:first-child,
.apprl-shop #product-sort li ul.level-2 li:first-child {
    margin-top: 4px;
}

.apprl-shop #product-category li ul.level-2 li:last-child,
.apprl-shop #product-gender li ul.level-2 li:last-child,
.apprl-shop #product-sort li ul.level-2 li:last-child {
    margin-bottom: 4px;
}

.apprl-shop #product-category li ul.level-3,
.apprl-shop #product-gender li ul.level-3,
.apprl-shop #product-sort li ul.level-3 {
    margin-left: -20px;
}

.apprl-shop #product-category li ul.level-3 li,
.apprl-shop #product-gender li ul.level-3 li,
.apprl-shop #product-sort li ul.level-3 li {
    padding-left: 30px;
}

.apprl-shop #product-price #discount-price {
    color: #f64747;
}

.apprl-shop #product-price #price-min,
.apprl-shop #product-price #price-max {
    padding-bottom: 5px;
    font-size: 13px;
}

.apprl-shop #product-price #price-min span,
.apprl-shop #product-price #price-max span {
    font-weight: bold;
}

.apprl-shop #product-price #price-min {
    float: left;
}

.apprl-shop #product-price #price-max {
    float: right;
}

.apprl-shop #product-price #price-ruler {
    width: 100%;
    height: 4px;
    margin-top: 6px;
    margin-left: 2px;
    margin-right: 3px;
    background: transparent url("../images/slider-ruler-bg.acfae439809e.png") repeat-x scroll 2px top;
}

.apprl-shop #product-price #price-ruler .point {
    width: 33.3%;
    margin-top: 3px;
    font-size: 11px;
    color: #ccc;
}

.apprl-shop #product-price #price-ruler .point.min {
    float: left;
}

.apprl-shop #product-price #price-ruler .point.max {
    float: left;
    text-align: right;
}

.apprl-shop #product-price #price-ruler .point.mid {
    float: left;
    text-align: center;
}

.apprl-shop #product-price #price-slider {
    clear: both;
    border-radius: 6px;
    border-color: #ccc;
    margin: 0 3px 0 3px;
}

.apprl-shop #product-price #price-slider a {
    -webkit-transition: none;
    transition: none;
}

.apprl-shop #product-price #price-slider .ui-widget-header {
    background-image: none;
    background-color: #eee;
}

.apprl-shop #product-price #price-slider .ui-slider-handle {
    background-color: white;
    background-image: none;
    width: 12px;
    height: 22px;
    border: 1px solid #666;
    margin-left: -4px;
    border-radius: 2px;
    cursor: -webkit-grab;
}

.apprl-shop #product-color li {
    background: none;
    border: none;
    padding: 0;
    height: 24px;
    display: inline-block;
    margin: 0 0 15px 15px;
}

.apprl-shop #product-color li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.apprl-shop #product-color li a:after {
    font-family: 'FontAwesome';
    content: '\f00c';
    display: none;
    font-size: 14px;
    color: white;
    width: 24px;
    text-align: center;
    line-height: 24px;
}

.apprl-shop #product-color li a.selected:after {
    float: left;
    display: block;
}

.apprl-shop #product-color li a.filtered {
    opacity: .15;
    pointer-events: none;
}

.apprl-shop #product-color li a.black {
    background-color: black;
}

.apprl-shop #product-color li a.grey {
    background-color: #999;
}

.apprl-shop #product-color li a.white {
    background-color: white;
    -webkit-box-shadow: inset 0 0 1px #666;
    box-shadow: inset 0 0 1px #666;
}

.apprl-shop #product-color li a.beige {
    background-color: #d9ceb2;
}

.apprl-shop #product-color li a.brown {
    background-color: #795548;
}

.apprl-shop #product-color li a.red {
    background-color: #f22613;
}

.apprl-shop #product-color li a.orange {
    background-color: #ffa726;
}

.apprl-shop #product-color li a.yellow {
    background-color: #ffee58;
}

.apprl-shop #product-color li a.green {
    background-color: #4caf50;
}

.apprl-shop #product-color li a.blue {
    background-color: #2196f3;
}

.apprl-shop #product-color li a.magenta {
    background-color: #f50057;
}

.apprl-shop #product-color li a.purple {
    background-color: #673ab7;
}

.apprl-shop #product-color li a.pink {
    background-color: #ff80ab;
}

.apprl-shop #product-color li a.gold {
    background: #ffeeb5 linear-gradient(#ae8913, #ffeeb5) no-repeat;
}

.apprl-shop #product-color li a.silver {
    background: #eeeeee linear-gradient(#999999, #eeeeee) no-repeat;
}

.apprl-shop #product-color li a.striped {
    background: transparent url("../images/filter-icons.2fb2062aa36e.png") no-repeat;
    background-size: 72px 24px;
    background-position: -48px 0;
    -webkit-box-shadow: inset 0 0 1px #666;
    box-shadow: inset 0 0 1px #666;
}

.apprl-shop #product-color li a.checkers {
    background: transparent url("../images/filter-icons.2fb2062aa36e.png") no-repeat;
    background-size: 72px 24px;
    background-position: 0 0;
    -webkit-box-shadow: inset 0 0 1px #666;
    box-shadow: inset 0 0 1px #666;
}

.apprl-shop #product-color li a.dotted {
    background: transparent url("../images/filter-icons.2fb2062aa36e.png") no-repeat;
    background-size: 72px 24px;
    background-position: -24px 0;
    -webkit-box-shadow: inset 0 0 1px #666;
    box-shadow: inset 0 0 1px #666;
}

.apprl-shop #product-manufacturers.active #selected-manufacturers {
    padding: 10px 0 0 0;
}

.apprl-shop #product-manufacturers #selected-manufacturers {
    margin-top: 10px;
}

.apprl-shop #product-manufacturers #selected-manufacturers li a:before {
    background-position: -14px 0px;
}

.apprl-shop #product-manufacturers #available-manufacturers {
    height: 200px;
    overflow-y: auto;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.apprl-shop #product-chooser {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: white;
}

.apprl-shop #product-chooser .disabled {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.apprl-shop #product-chooser .disabled .info {
    position: absolute;
    display: none;
    text-align: center;
    padding: 0 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.apprl-shop #product-chooser #product-tabs > li {
    background-color: #eee;
    font-size: 15px;
    display: table-cell;
    width: 1%;
}

.apprl-shop #product-chooser #product-tabs > li > a {
    border-radius: 0;
    border: 2px solid #eee;
    border-bottom: 0px;
    padding: 8px 13px;
    margin-bottom: 0px;
}

.apprl-shop #product-chooser #product-tabs > li.active a {
    background-color: #FFF;
}

.apprl-shop #product-chooser #product-tabs > li:last-child {
    padding-right: 38px;
}

@media (min-width: 992px) {
    .apprl-shop #product-chooser #product-tabs > li:last-child {
        padding-right: 0px;
    }
}

@media (max-width: 639px) {
    .apprl-shop #product-chooser #product-tabs > li span {
        display: none;
    }

    .apprl-shop #product-chooser #product-tabs > li.active span {
        display: inline;
    }
}

.apprl-shop #product-chooser a.close-product-chooser {
    width: 40px;
    height: 40px;
    padding: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.apprl-shop #product-chooser a.close-product-chooser img {
    vertical-align: baseline;
}

@media (min-width: 992px) {
    .apprl-shop #product-chooser a.close-product-chooser {
        display: none;
    }
}

.apprl-shop #product-chooser #product-filter .middle-filters {
    padding: 10px 0;
}

.apprl-shop #product-chooser #product-filter .middle-filters .form-control-wrapper {
    overflow: hidden;
}

.apprl-shop #product-chooser #product-filter #product-filter-gender-2 ul {
    float: none;
    margin: 0 auto;
    padding: 10px 0px 0px;
}

.apprl-shop #product-chooser #product-filter #product-filter-gender {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    float: left;
    width: 150px;
}

.apprl-shop #product-chooser #product-filter .btn-show-filters {
    background-color: #666;
    border-color: #666;
    padding-left: 0px;
    padding-right: 0px;
    border-left: 0px;
    border-right: 0px;
    position: relative;
}

.apprl-shop #product-chooser #product-filter .btn-show-filters:hover {
    border-color: #666;
}

.apprl-shop #product-chooser #product-filter li.btn-product-reset {
    margin-bottom: 0px;
}

.apprl-shop #product-chooser #product-filter li.btn-product-reset a {
    margin-bottom: 10px;
}

.apprl-shop #product-chooser #product-filter ul.hidden-filters {
    margin-left: 0px;
}

.apprl-shop #product-chooser .product-list-container {
    padding: 0 10px;
}

@media (min-width: 992px) {
    .apprl-shop #product-chooser .product-list-container {
        border-left: 2px solid #eee;
        border-right: 2px solid #eee;
        border-bottom: 2px solid #eee;
    }
}

.apprl-shop #product-chooser .product-list-container #product-list-empty,
.apprl-shop #product-chooser .product-list-container #product-list-unauthenticated {
    padding: 10px;
    display: none;
    text-align: center;
}

.apprl-shop #product-chooser .product-list-container #product-list-empty p,
.apprl-shop #product-chooser .product-list-container #product-list-unauthenticated p {
    padding: 15px 0;
}

.apprl-shop #product-chooser .product-list-container #product-list {
    margin-bottom: 0;
    padding: 10px;
    height: 340px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 480px) {
    .apprl-shop #product-chooser .product-list-container #product-list > li {
        width: 50%;
    }
}

@media (min-width: 481px) {
    .apprl-shop #product-chooser .product-list-container #product-list > li {
        width: 33.33%;
    }
}

@media (min-width: 600px) {
    .apprl-shop #product-chooser .product-list-container #product-list > li {
        width: 25%;
    }
}

@media (min-width: 767px) {
    .apprl-shop #product-chooser .product-list-container #product-list > li {
        width: 20%;
    }
}

@media (min-width: 991px) {
    .apprl-shop #product-chooser .product-list-container #product-list > li {
        width: 33.33%;
    }
}

@media (min-width: 1139px) {
    .apprl-shop #product-chooser .product-list-container #product-list > li {
        width: 25%;
    }
}

@media (min-width: 1600px) {
    .apprl-shop #product-chooser .product-list-container #product-list > li {
        width: 20%;
    }
}

.apprl-shop #product-chooser .product-list-container #product-list > li .btn {
    max-width: 260px !important;
    margin: auto !important;
}

.apprl-shop #product-chooser .product-list-container #product-list > li .product-small {
    position: relative;
    width: 112px;
    margin: 0 auto;
    text-align: center;
}

.apprl-shop #product-chooser .product-list-container #product-list > li .product-small .image-small {
    display: block;
    width: 112px;
    height: 145px;
    line-height: 145px;
}

.apprl-shop #product-chooser .product-list-container #product-list > li .product-small .image-small img {
    max-height: 145px;
    max-width: 112px;
    vertical-align: middle;
}

.apprl-shop #product-chooser .product-list-container #product-list > li .product-small .caption {
    padding-top: 10px;
    height: 50px;
}

.apprl-shop #product-chooser .product-list-container #product-list > li .product-small .caption p {
    font-size: 11px;
    margin-bottom: 0;
}

.apprl-shop #product-chooser .product-list-container #product-list > li .product-small .caption h4 {
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apprl-shop #product-chooser .product-filter-container {
    padding: 0 10px 0px;
}

@media (min-width: 768px) {
    .apprl-shop #product-chooser .product-filter-container {
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .apprl-shop #product-chooser .product-filter-container {
        border-left: 2px solid #eee;
        border-right: 2px solid #eee;
    }
}

.apprl-shop #product-chooser .product-filter-container .btn {
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 100px;
}

.apprl-shop #product-chooser .product-filter-container .btn span {
    display: block;
    margin: 0px 5px;
    padding-right: 15px;
}

.apprl-shop #product-chooser .product-filter-container .btn .glyphicon {
    position: absolute;
    right: 13px;
    top: 9px;
}

.apprl-shop #product-chooser .product-filter-container .hidden-filters {
    margin-bottom: 0px;
}

.apprl-shop #product-chooser .product-filter-container .hidden-filters li:first-child,
.apprl-shop #product-chooser .product-filter-container .hidden-filters li#product-filter-category {
    padding-left: 0;
}

.apprl-shop #product-chooser .product-filter-container .hidden-filters .dropdown-menu {
    max-height: 240px;
    overflow-y: scroll;
}

@media (max-width: 991px) {
    .apprl-shop #product-chooser .product-filter-container .hidden-filters {
        display: none;
    }

    .apprl-shop #product-chooser .product-filter-container .hidden-filters > li {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        margin-bottom: 10px;
    }

    .apprl-shop #product-chooser .product-filter-container .hidden-filters > li a {
        width: 100%;
    }

    .apprl-shop #product-chooser .product-filter-container .hidden-filters .dropdown-menu {
        width: 100%;
        position: relative;
        box-shadow: none;
    }

    .apprl-shop #product-chooser .product-filter-container .hidden-filters .dropdown-menu li {
        width: 100%;
        padding: 6px 20px;
    }
}

.apprl-shop #product-chooser .product-filter-container .btn-show-filters {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .apprl-shop #product-chooser .product-filter-container .btn-show-filters {
        display: none;
    }
}

.apprl-shop #product-list .product-list.hide-captions .caption {
    visibility: hidden;
    height: 10px;
}

.apprl-shop #shop-product-list .product-small {
    position: relative;
    margin: 0;
    text-align: center;
}

.apprl-shop #shop-product-list .product-small .image-small {
    display: block;
    width: 100%;
    height: auto;
}

.apprl-shop #shop-product-list .product-small .image-small img {
    vertical-align: middle;
}

.apprl-shop #shop-product-list .product-small .delete {
    display: none;
    position: absolute;
    height: 22px;
    width: 22px;
    content: '';
    background: transparent url("../images/delete.bc201fe26df0.png") no-repeat scroll center center;
    right: -11px;
    top: -11px;
}

.apprl-shop #shop-product-list .product-small .caption {
    padding-top: 10px;
    height: 50px;
}

.apprl-shop #shop-product-list .product-small .caption p {
    font-size: 11px;
    margin-bottom: 0;
}

.apprl-shop #shop-product-list .product-small .caption h4 {
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apprl-shop .col-product-item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
}

@media (min-width: 480px) and (max-width: 767px) {
    .apprl-shop .col-product-item {
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .apprl-shop .col-product-item {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .apprl-shop .no-filters .col-product-item {
        width: 33.33333333% !important;
    }
}

.apprl-shop .price.discounted,
.apprl-shop .sold-out.discounted {
    text-decoration: line-through;
}

.apprl-shop .caption {
    text-align: center;
    height: 60px;
    margin-bottom: 30px;
}

.apprl-shop .caption p {
    margin: 0;
}

.apprl-shop .caption p a {
    font-size: 14px;
}

.apprl-shop .caption h4 {
    margin-top: 5px;
}

.apprl-shop .discount-price {
    color: #f64747;
}

.apprl-shop .product-medium {
    position: relative;
    margin: auto;
    max-width: 280px;
}

.apprl-shop .product-medium ul {
    line-height: 1.1;
}

.apprl-shop .product-medium ul li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
