.category-children {
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-children .category {
    margin: 0 10px 20px 10px;
    width: calc(20% - 20px);
    max-width: calc(20% - 20px);
}

.category-children .category .image {
    padding-top: 75%;
}

.category-children .title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    line-height: 16px;
    padding: 4px 15px;
    z-index: 1;
}

.category-children a,
.category-children a:hover,
.site-block.perks a,
.site-block.perks a:hover {
    text-decoration: none;
}

.site-block.perks a .title,
.category-children a .title {
    position: relative;
}

.site-block.perks a:hover .title,
.category-children a:hover .title {
    background: #D00070;
    color: white;
    position: relative;
}

.site-block.perks a .title:before,
.category-children a .title:before,
.site-block.categories a:not(:hover) .title:before,
#recently-views-products .products > .product:hover .inner-product > .product:after {
    position: absolute;
    content: "";
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent;
    z-index: 1;
}

.site-block.perks a:hover .title:before,
.category-children a:hover .title:before,
.site-block.categories a:not(:hover) .title:before,
#recently-views-products .products > .product:hover .inner-product > .product:after {
    border-color: transparent transparent #D00070 transparent;
}

#recently-views-products .products > .product:hover .inner-product > .product:after {
    top: auto;
    bottom: 0;
}

.category-info,
.category-children {
    margin-bottom: 30px;
}

.category-info {
    padding-bottom: 10px;
}

.category-text {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.category-info .faq .wrap {
    margin-left: 40px;
}

.faq .wrap {
    padding: 40px 30px;
}

.faq {
    max-width: 400px;
    min-width: 400px;
    width: 400px;
}

.faq .title {
    display: block;
    margin-bottom: 15px;
    font-size: 17px;
}

.faq .title a {
    padding: 0 0 0 0;}

.faq ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.faq ul li:before,
.faq ul li a {
    color: #D00070;
}

.faq ul li a:hover {text-decoration: none;}

.category-text h1 {
    margin-top: 0;
    font-weight: bold;
}

.category-text h2 {
    color: #b8ad85;
    display: block;
    text-align: center;
    font-size: 24px;
}

#orderingTabs {
}

#orderingTabs .ordering,
#orderingTabs .label {
    padding: 0;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: -1px;
}

#orderingTabs .ordering > label{
    padding: 10px;
}

#orderingTabs .label {
    font-weight: bold;
    padding: 10px;
}

#orderingTabs .ordering,
#product-filter .header {
    background: #e3e3e3;
}

#orderingTabs .ordering.active,
#orderingTabs .ordering:hover {
    color: #D00070;
    border-bottom: none;
    background: white;
}

#product-sub-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#product-sub-header + .product-list {
    padding-top: 0;
}

#left-block.filter {
    margin-right: 30px;
}

#product-filter .header {
    padding: 10px 25px;
}

#product-filter .header > span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#product-filter .header > span > i {
    font-size: 10px;
}

#product-filter .header.toggled > span > i:before {
    content: "\e994";
}

#product-filter .list {
    padding: 20px 0;
}

#product-filter .clear.btn {
    display: none;
}

#product-filter .list .disabled {
    opacity: 0.5;
    pointer-events: none;
    display: none;
}

#product-filter .wrap {
    padding: 10px 20px;
}

#priceFilter .wrap {
    padding: 30px 20px;
}

#product-filter .list .item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 5px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filterButtons label,
#product-filter .list .item label {
    cursor: pointer;
}

#product-filter .list .item label .input {
    padding-right: 10px;
}

#product-filter .list .item label .value {
    text-decoration: underline;
}

#product-filter .two-sizes .list .item label .value{
    text-align: center;
    font-size: 11px;
}

#product-filter .list .item label .value:hover {text-decoration: none;}

.reset i {
    color: gray;
    margin: 0 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

#filterToggle,
#filterInfoBlock,
.filterInfo,
.filterButtons .submit {
    display: none;
}

.filterButtons label.reset {
    color: #D00070;
    display: block;
    padding: 20px 20px;
    text-align: center;
    text-decoration: underline;
}

.filterButtons label.reset:hover {text-decoration: none;}

#priceFilterContainer {
    position: relative;
    display: block;
    height: 4px;
    padding: 0 20px;
    background: #c8c8c8;
    margin-bottom: 16px;
}

#product-filter .staticPrice {
    display: block;
    border: 1px solid #a5a5a5;
    padding: 4px 7px;
}

#priceSlider {
    position: relative;
    margin: 10px 0;
    height: 4px;
    border: none;
    background: transparent;
}

#priceSlider span {
    position: absolute;
    display: block;
    border-radius: 90px;
    width: 20px;
    height: 20px;
    font-size: 0;
    margin-top: -8px;
    background: #D00070 !important;
    border: none;
    z-index: 1;
}

#priceSlider .ui-slider-range {
    background: #D00070;
}

#priceSlider .ui-slider-handle {
    margin-left: -20px;
    cursor: pointer;
}

#priceSlider .ui-slider-handle + .ui-slider-handle {
    margin-left: 0;
    margin-right: -20px;
}

#showMoreProducts {
    text-decoration: underline;
    padding: 10px 20px;
    height: 40px;
    min-width: 250px;
    text-align: center;
}

#showMoreProducts img {
    max-height: 30px;
    margin-top: -4px;
}

.color-indicator {
    width: 20px;
    height: 20px;
    border-radius: 90px;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

[data-template="sizes"] .list,
[data-template="two-sizes"] .tab-pane.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px !important;
}

[data-template="sizes"] .box,
[data-template="two-sizes"] .box {
    display: block;
    border: 1px solid #e2e2e2;
    margin: 0 5px 10px 5px;
}

[data-template="sizes"] .box label,
[data-template="two-sizes"] .box label {
    padding: 0 !important;
    width: 50px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box label[for="parameter69-680"] {width: 80px;}

[data-template="sizes"] .box label,
[data-template="sizes"] .box label *,
[data-template="two-sizes"] .box label,
[data-template="two-sizes"] .box label * {
    text-decoration: none !important;
}

[data-template="sizes"] .box .num,
[data-template="two-sizes"] .box .num {
    display: none;
}

[data-template="sizes"] .box.selected,
[data-template="sizes"] .box:hover,
[data-template="two-sizes"] .box.selected,
[data-template="two-sizes"] .box:hover {
    background: #D00070;
    color: white;
}

[data-template="two-sizes"] .nav-tabs {
    background-color: #e3e3e3;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

[data-template="two-sizes"] .nav-tabs > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

[data-template="two-sizes"] .nav-tabs > *,
[data-template="two-sizes"] .nav-tabs > * > * {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #464646;
}

[data-template="two-sizes"] .nav-tabs > * > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px !important;
}

[data-template="two-sizes"] .nav-tabs > * > * i {
    opacity: 0.6;
    color: #464646;
}

body:not(.language-23) [data-template="two-sizes"] ul.nav-tabs > li.active > a,
body:not(.language-23) [data-template="two-sizes"] ul.nav-tabs > li > a:hover {
    background-color: #D00070 !important;
    color: white !important;
    text-decoration: none;
}

body:not(.language-23) [data-template="two-sizes"] ul.nav-tabs > li.active > a i,
body:not(.language-23) [data-template="two-sizes"] ul.nav-tabs > li > a:hover i {
    color: white;
}

[data-template="two-sizes"] .choose-the-right-size {
    display: block;
    text-align: center;
    padding-bottom: 20px;
    margin-top: -20px;
}

#filterTags {
    margin-bottom: 20px;
}

#filterTags .parameter-group,
#filterTags .parameters,
#filterTags .filterTagGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#filterTags .parameter-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#filterTags .groupName,
#filterTags .filterTag {
    padding: 3px 8px;
    display: inline-block;
    vertical-align: middle;
}

#filterTags .filterTag {
    background: #f3f3f3;
    color: #D00070;
    margin-left: 7px;
    margin-bottom: 7px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
}

#filterTags .filterTag:hover {
    background: #D00070;
    color: white;
    text-decoration: none;
}

#filterTags .filterTag i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 10px;
    top: -1px;
}

#filterTags .filterTag:last-child {
    margin-right: 15px;
}

#filterTags .clear-filters {
    border-left: 1px solid #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

#filterTags .clear-filters,
#filterTags .clear-filters a {
    white-space: nowrap;
}

#filterTags .clear-filters a {
    text-decoration: none;
}

#filterTags .clear-filters i {
    margin-right: 10px;
    text-decoration: none;
    font-size: 12px;
}

#filterTags .clear-filters span {
    text-decoration: underline;
}

.category-banner {
    margin: 0 0 25px 0;
}

.category-banner img {
    max-width: 100%;
}

.in-category > *{
    padding: 30px;
}

.site-block.categories .mobile,
.more-category-info-toggle {
    display: none !important;
}