.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span,
.block-layered-nav .actions a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #20315A;
    display: inline-block;
    padding: 9px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.products-grid .availability.out-of-stock span span,
.products-list .availability.out-of-stock span span,
.block-layered-nav .actions a span {
    z-index: 9;
    position: relative
}

.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover,
.block-layered-nav .actions a:hover {
    background: #fff;
    cursor: pointer;
    color: #20315A
}

.products-grid .availability.out-of-stock span:hover::after,
.products-list .availability.out-of-stock span:hover::after,
.block-layered-nav .actions a:hover::after {
    height: 100%
}

.products-grid .availability.out-of-stock span:active::after,
.products-list .availability.out-of-stock span:active::after,
.block-layered-nav .actions a:active::after {
    background: #0256b6
}

.products-grid .availability.out-of-stock span:focus,
.products-list .availability.out-of-stock span:focus,
.block-layered-nav .actions a:focus {
    color: #fff;
    background: #0256b6
}

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span {
    font-size: 16px;
    padding: 14px 28px
}

@media only screen and (max-width: 991px) {
    .products-grid .availability.out-of-stock span,
    .products-list .availability.out-of-stock span {
        padding: 7px 12px
    }
}

.block-layered-nav .actions a {
    font-size: 14px;
    text-transform: none;
    padding: 6px 15px
}

.products-list .button.btn-details span span::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 24px;
    line-height: 16px;
    padding-right: 10px
}

@media only screen and (max-width: 991px) {
    .products-list .button.btn-details span span::before {
        display: none
    }
}

.products-list .button.btn-details:hover {
    background: #fff;
    color: #20315A
}

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span,
.block-layered-nav .actions a {
    border: 2px solid #20315A
}

.theme-border,
.table-bordered {
    border-top: solid 2px #20315A
}

.theme-color {
    color: #20315A
}

.title-border {
    margin-bottom: 40px;
    position: relative;
    text-align: center
}

.title-border:before,
.title-border:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -150%;
    width: 300%;
    height: 1px;
    background: #ddd
}

.title-border>span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-left: 14px;
    padding-right: 15px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #20315A;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.category-image {
    margin-bottom: 1.5em
}

.products-list .action .button,
.products-grid .actions .button {
    white-space: normal
}

.product-details {
    position: relative
}

h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.56em
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
    color: #20315a
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
    color: #333;
    text-decoration: none
}

.products-grid .product-name,
.products-list .product-name {
    margin-bottom: 10px;
    font-family: "Noto Sans", sans-serif;
    text-transform: none
}

.products-grid .product-name a,
.products-list .product-name a {
    font-weight: 400
}

.products-list .product-name {
    margin-bottom: 0px
}

.products-grid .label-product,
.products-list .label-product {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 0
}

.products-grid .label-product span,
.products-list .label-product span {
    display: inline-block;
    padding: 0 5px;
    background-color: #ED1B2D;
    color: #fff;
    width: 41px;
    height: 41px;
    line-height: 41px;
    border-radius: 100%;
    font-size: 10px;
    font-style: italic
}

.products-grid .label-product span.sale,
.products-list .label-product span.sale {
    background-color: #ed1b2d
}

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span {
    opacity: 0.3
}

.products-grid .availability.out-of-stock span:before,
.products-list .availability.out-of-stock span:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 20px;
    color: #fff;
    margin: 0 10px 0 -10px
}

.products-grid .availability.out-of-stock span:after,
.products-list .availability.out-of-stock span:after {
    display: none
}

.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover {
    cursor: default;
    background: #20315A
}

.products-grid {
    overflow: hidden;
    position: relative
}

.products-grid::after {
    content: '';
    display: table;
    clear: both
}

.products-grid .item {
    position: relative;
    text-align: center;
    transition: all 0.3s ease
}

.products-grid .item:after {
    content: '';
    display: table;
    clear: both
}

.products-grid .product-image {
    width: 100%;
    margin-bottom: 13px;
    padding: 10px
}

.products-grid .product-image img {
    margin: 0 auto;
    height: auto;
    max-width: 100%
}

.products-grid .product-image img:hidden {
    display: none
}

.products-grid .configurable-swatch-list {
    margin-bottom: 15px;
    margin-top: 8px
}

.products-grid .button {
    border: 0;
    background: none;
    color: #20315a;
    font-size: 24px;
    padding: 4px 0 0;
    line-height: 25px
}

.products-grid .button span {
    display: none
}

.products-grid .button:before {
    display: inline-block;
    font-family: 'fl-justicons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}



.products-grid .button.no-product:before {
    display: inline-block;
    font-family: 'fl-justicons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\e04d";
}

.products-grid .button:hover {
    color: #333
}

.products-grid .label-product {
    top: 25px;
    left: 0;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .products-grid .item .wrapper-hover {
        margin: 30px 15px
    }
}

@media only screen and (min-width: 768px) {
    .category-products .products-grid:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 6px;
        height: 100%;
        background: #fff;
        display: block;
        z-index: 1
    }
    .category-products .products-grid .item {
        border-top: 1px solid #ddd
    }
    .category-products .products-grid .item.disable-border {
        border-top-width: 0
    }
    .products-grid .item {
        border-right: 1px solid #ddd;
        padding-top: 80px;
        padding-bottom: 40px;
        margin-bottom: -1px
    }
    .products-grid .item:nth-child(3n+1) {
        clear: left
    }
    .products-grid .item:nth-child(3n) {
        border-right-width: 0
    }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
    .products-grid .item:after {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #ddd
    }
}

@media only screen and (min-width: 768px) {
    .products-grid .item:before {
        content: "";
        position: absolute;
        bottom: 0;
        height: 7px;
        background: #ddd;
        left: 50%;
        width: 0;
        transition: all 0.2s ease
    }
    .products-grid .item:hover:before {
        width: 100%;
        left: 0
    }
    .products-grid .item .product-thumbs {
        position: absolute;
        top: 25px;
        right: 25px;
        margin: 0
    }
    .products-grid .item .product-thumbs li.product-thumb {
        margin: 0 0 10px;
        float: none;
        display: block;
        opacity: 0
    }
    .products-grid .item .product-thumbs a {
        padding: 5px;
        background: #fff
    }
    .products-grid .owl-item {
        padding: 0
    }
    .product-grid-slider .owl-wrapper-outer:before {
        content: "";
        position: absolute;
        width: 3px;
        height: 100%;
        right: -1px;
        top: 0;
        background: #fff;
        z-index: 1
    }
}

.product-grid-slider .item {
    padding-top: 80px
}

@media only screen and (max-width: 767px) {
    .product-grid-slider.products-grid .item {
        padding-bottom: 0;
        border: 0;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1200px) {
    .category-products .products-grid:before {
        left: -1px
    }
}

.products-grid .product-info {
    position: relative;
    overflow: hidden
}

.products-grid .actions {
    padding-top: 10px
}

.products-grid .ratings {
    margin-bottom: 13px
}

.products-grid .ratings .amount {
    display: none
}

.products-grid .price-box {
    color: #909090;
    font-size: 13px;
    margin: 0 0 5px;
    text-align: center
}

.products-grid .price-box .old-price,
.products-grid .price-box .special-price {
    display: inline-block;
    margin: 0 5px
}

.products-grid .price-box:after {
    content: '';
    display: table;
    clear: both
}

.products-grid .product-image-container {
    position: relative
}

.products-grid .product-image-container:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 50%;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    z-index: 3
}

.products-grid .product-image-container:hover:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.products-grid .add-to-links {
    display: inline-block;
    margin: 0
}

.products-grid .add-to-links li {
    display: inline-block;
    border-left: 1px solid #ddd;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 26px
}

.products-grid .add-to-links a {
    font-size: 0;
    padding: 0;
    color: #20315a
}

.products-grid .add-to-links a:hover {
    color: #333
}

.products-grid .add-to-links a:before {
    vertical-align: middle;
    margin-right: 0
}

.product-image-container .product-gallery-img {
    max-width: 270px;
    margin: 0 auto 13px
}

.product-image-container .product-gallery-img img {
    width: 100%
}

.product-image-container .product-gallery-item {
    display: none
}

.product-image-container .product-gallery-item:first-child {
    display: block
}

.product-image-container .owl-carousel .owl-item {
    padding: 0
}

.product-image-container .owl-carousel .product-gallery-item {
    display: block
}

.product-image-container .owl-controls {
    opacity: 0;
    margin: 0
}

.product-image-container .owl-controls div.owl-next,
.product-image-container .owl-controls div.owl-prev {
    top: 45%;
    background: transparent;
    border-radius: 0;
    left: -15px;
    width: 40px;
    color: #333
}

.product-image-container .owl-controls div.owl-next:before,
.product-image-container .owl-controls div.owl-prev:before {
    color: inherit
}

.product-image-container .owl-controls div.owl-next:hover,
.product-image-container .owl-controls div.owl-prev:hover {
    color: #20315A
}

.product-image-container .owl-controls div.owl-next:hover:before,
.product-image-container .owl-controls div.owl-prev:hover:before {
    color: inherit
}

.product-image-container .owl-controls div.owl-next {
    left: auto;
    right: -15px
}

.wrapper-hover:hover .owl-controls {
    opacity: 1
}

.widget-new-products,
.widget-catalogsale-products {
    margin-bottom: 60px
}

.widget-new-products .wrapper-hover,
.widget-catalogsale-products .wrapper-hover {
    margin: 30px 15px
}

.widget-new-products .owl-controls .owl-buttons div.owl-prev,
.widget-new-products .owl-controls .owl-buttons div.owl-next,
.widget-catalogsale-products .owl-controls .owl-buttons div.owl-prev,
.widget-catalogsale-products .owl-controls .owl-buttons div.owl-next {
    z-index: 2
}

.widget-new-products .owl-controls .owl-buttons div.owl-prev:before,
.widget-new-products .owl-controls .owl-buttons div.owl-next:before,
.widget-catalogsale-products .owl-controls .owl-buttons div.owl-prev:before,
.widget-catalogsale-products .owl-controls .owl-buttons div.owl-next:before {
    display: inline-block;
    font-family: 'fl-justicons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 24px
}

.widget-new-products .owl-controls .owl-buttons div.owl-prev,
.widget-catalogsale-products .owl-controls .owl-buttons div.owl-prev {
    left: -30px
}

.widget-new-products .owl-controls .owl-buttons div.owl-next,
.widget-catalogsale-products .owl-controls .owl-buttons div.owl-next {
    right: -30px
}

.widget-new-products .owl-controls .owl-buttons div.owl-next:before,
.widget-catalogsale-products .owl-controls .owl-buttons div.owl-next:before {
    content: "\e061"
}

@media only screen and (max-width: 1199px) {
    .widget-new-products .owl-controls .owl-buttons div.owl-prev,
    .widget-catalogsale-products .owl-controls .owl-buttons div.owl-prev {
        left: 0px
    }
    .widget-new-products .owl-controls .owl-buttons div.owl-next,
    .widget-catalogsale-products .owl-controls .owl-buttons div.owl-next {
        right: 0
    }
}

.products-grid .product-image:before,
.products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none
}

.products-grid .product-image:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2
}

.products-grid .product-image:after {
    background-image: url("../../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3
}

.products-grid .product-image.loading {
    position: relative
}

.products-grid .product-image.loading:before,
.products-grid .product-image.loading:after {
    display: block
}

@media only screen and (max-width: 1199px) {
    .products-grid .item .product-thumbs {
        top: 10px;
        right: 10px;
        margin: 0
    }
    .products-grid .item .product-thumbs li.product-thumb {
        margin: 0 0 5px
    }
}

@media only screen and (max-width: 991px) {
    .products-grid .item .product-thumbs li.product-thumb {
        display: block !important
    }
    .products-grid .item .product-thumbs li.product-thumb img {
        width: 35px;
        height: 35px
    }
}

@media only screen and (max-width: 767px) {
    .products-grid .product-image {
        float: none;
        margin: 0 auto 15px;
        overflow: hidden;
        padding: 5px
    }
    .products-grid .item {
        padding-top: 50px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 50px;
        padding-bottom: 30px
    }
    .products-grid .item:nth-child(2n+1) {
        clear: left
    }
    .products-grid .item.disable-border-last {
       /* border: 0;*/
        padding-bottom: 0;
        margin-bottom: 0
    }
    .products-grid .item .wrapper-hover {
        padding-bottom: 30px
    }
    .products-grid .item .product-thumbs {
        float: none
    }
    .products-grid .item .product-thumbs li.product-thumb {
        background: #f5f5f5;
        display: inline-block !important
    }
    .products-grid .item .product-thumbs li.product-thumb img {
        width: 65px;
        height: 65px
    }
    .products-grid .label-product {
        top: 0
    }
    .products-grid .product-image-container {
        float: none;
        text-align: center
    }
    .products-grid .product-image {
        width: 270px
    }
    .products-grid .product-info {
        overflow: hidden;
        clear: both;
        text-align: center
    }
    .products-grid .ratings .rating-box {
        margin: 0 0 10px
    }
}

@media only screen and (max-width: 599px) {
    .products-grid .product-image {
        width: 100%
    }
    .products-grid .add-to-links li {
        margin-left: 7px;
        padding-left: 7px
    }
}

@media only screen and (min-width: 960px) {
    .products-grid--max-4-col>li:nth-child(odd) {
        clear: none
    }
    .products-grid--max-4-col>li:nth-child(3n+1) {
        clear: none
    }
    .products-grid--max-4-col>li:nth-child(even),
    .products-grid--max-4-col>li:nth-child(3n) {
        margin-right: 1.11111%
    }
    .products-grid--max-4-col>li {
        margin-right: 1.11111%
    }
    .products-grid--max-4-col>li {
        width: 24.16667%;
        margin-right: 1.11111%
    }
    .products-grid--max-4-col>li:nth-child(4n+1) {
        clear: left
    }
    .products-grid--max-4-col>li:nth-child(4n) {
        margin-right: 0
    }
    .products-grid--max-5-col>li:nth-child(odd) {
        clear: none
    }
    .products-grid--max-5-col>li:nth-child(3n+1) {
        clear: none
    }
    .products-grid--max-5-col>li:nth-child(even),
    .products-grid--max-5-col>li:nth-child(3n) {
        margin-right: 1.11111%
    }
    .products-grid--max-5-col>li {
        margin-right: 1.11111%
    }
    .products-grid--max-5-col>li {
        width: 19.11111%;
        margin-right: 1.11111%
    }
    .products-grid--max-5-col>li:nth-child(5n+1) {
        clear: left
    }
    .products-grid--max-5-col>li:nth-child(5n) {
        margin-right: 0
    }
    .products-grid--max-6-col>li:nth-child(odd) {
        clear: none
    }
    .products-grid--max-6-col>li:nth-child(3n+1) {
        clear: none
    }
    .products-grid--max-6-col>li:nth-child(even),
    .products-grid--max-6-col>li:nth-child(3n) {
        margin-right: 1.11111%
    }
    .products-grid--max-6-col>li {
        margin-right: 1.11111%
    }
    .products-grid--max-6-col>li {
        width: 15.74074%;
        margin-right: 1.11111%
    }
    .products-grid--max-6-col>li:nth-child(6n+1) {
        clear: left
    }
    .products-grid--max-6-col>li:nth-child(6n) {
        margin-right: 0
    }
}

.products-list {
    margin-top: 20px;
    margin-bottom: 20px
}

.products-list>li.item {
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    padding: 70px 0
}

.products-list>li.item:after {
    content: '';
    display: table;
    clear: both
}

.products-list>li.item .product-image,
.products-list>li.item .product-image-container {
    float: left;
    position: relative
}

@media only screen and (max-width: 767px) {
    .products-list>li.item .product-image,
    .products-list>li.item .product-image-container {
        float: none
    }
}

.products-list>li.item .product-image .product-image,
.products-list>li.item .product-image-container .product-image {
    float: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 11px
}

@media only screen and (max-width: 767px) {
    .products-list>li.item .product-image .product-image,
    .products-list>li.item .product-image-container .product-image {
        margin: 0 auto 11px
    }
}

.products-list>li.item .product-image>img,
.products-list>li.item .product-image-container>img {
    width: 100%;
    max-width: 100%
}

.products-list>li.item .product-image:hover {
    opacity: 0.7
}

.products-list>li.item .product-image-container {
    padding-top: 80px
}

.products-list>li.item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.products-list .actions {
    margin: 0;
    display: inline-block
}

.products-list .button {
    margin-right: 20px
}

.products-list .button.btn-cart:before {
    display: inline-block;
    font-family: 'fl-justicons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 24px;
    margin-right: 10px
}

.products-list .button.btn-details span:before {
    vertical-align: sub
}

.products-list .add-to-links {
    display: inline-block
}

.products-list .add-to-links li {
    display: inline-block;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    margin-left: 10px
}

.products-list .add-to-links li:first-child {
    border: 0;
    padding-left: 0;
    margin-left: 0
}

.products-list .add-to-links a {
    font-size: 0;
    color: #20315A
}

.products-list .add-to-links a:hover {
    color: #333
}

.products-list .configurable-swatch-list {
    margin-top: 15px
}

.products-list .configurable-swatch-list li {
    margin: 0 8px 0 0
}

.products-list .product-thumbs {
    margin: 0 -4px
}

.products-list .product-thumbs li {
    margin: 0 4px
}

.products-list .product-thumbs li a {
    background-color: #f5f5f5
}

.products-list .product-name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold
}

.products-list .product-shop {
    overflow: hidden;
    padding-left: 30px
}

.products-list .product-shop .ratings {
    margin: 0;
    overflow: hidden
}

.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
    float: left;
    margin-top: 5px
}

.products-list .product-shop .ratings .rating-links {
    margin-top: 4px
}

.products-list .product-shop .ratings .rating-links a {
    display: inline-block;
    margin-left: 20px;
    font-style: italic;
    color: #20315A
}

.products-list .product-shop .ratings .rating-links a:hover {
    color: #333
}

.products-list .product-shop .ratings .separator {
    display: none
}

.products-list .product-shop .price-box {
    margin: 0;
    clear: both
}

.products-list .product-shop .action {
    margin: 7px 0
}

.products-list .product-shop .desc {
    margin-top: 4px;
    line-height: 1.714em;
    color: #333;
    margin-bottom: 28px
}

.products-list .product-shop .desc a {
    color: #20315A
}

.products-list .product-shop .desc a:hover {
    color: #333
}

@media only screen and (max-width: 1199px) {
    .products-list .button.btn-details,
    .products-list .button.btn-cart {
        padding: 7px 10px
    }
    .products-list .button.btn-details span span::before,
    .products-list .button.btn-cart span span::before {
        display: none;
        font-size: 16px
    }
    .products-list .availability.out-of-stock span {
        padding: 7px 10px
    }
    .products-list .availability.out-of-stock span::before {
        display: none
    }
    .products-list .button.btn-cart::before {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    .products-list .product-shop .product-primary {
        float: none;
        width: auto
    }
    .products-list .product-shop .product-secondary {
        float: none;
        width: auto;
        padding: 10px 0 0;
        margin: 0;
        border: none
    }
}

@media only screen and (max-width: 599px) {
    .products-list .product-shop {
        padding: 15px 0 0;
        clear: both
    }
    .products-list>li .product-image-container {
        float: none
    }
    .products-list>li .product-image-container .product-image {
        width: auto;
        float: left
    }
}

@media only screen and (max-width: 600px) {
    .products-list .product-shop .price-box .special-price {
        padding-left: 0
    }
    .products-list .product-shop .product-primary,
    .products-list .product-shop .product-secondary,
    .products-list .product-shop .desc {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left
    }
}

.mini-products-list .product-image {
    float: left;
    min-width: 50px
}

.mini-products-list .product-details {
    margin-left: 120px
}

.mini-products-list .product-details .product-name {
    padding-top: 0px
}

.mini-products-list li {
    margin-bottom: 10px;
    clear: both
}

.mini-products-list li:after {
    content: '';
    display: table;
    clear: both
}

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both
}

.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0
}

.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px
}

.mini-products-images-list li.item .product-image {
    display: block
}

.mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%
}

.category-image-bg {
    background: #20315A;
    overflow: hidden;
    margin: -21px 0 60px;
    padding: 15px 0
}

@media only screen and (min-width: 768px) {
    .category-image-bg .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }
}

.category-image-bg .page-title-top h1 {
    font-size: 46px;
    line-height: 46px;
    font-weight: bold;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .category-image-bg .page-title-top h1 {
        font-size: 32px;
        line-height: 32px
    }
}

.category-image-bg .category-description {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding-right: 75px
}

@media only screen and (max-width: 767px) {
    .category-image-bg .category-description {
        font-size: 14px;
        line-height: 24px;
        padding: 0
    }
}

.category-image-bg .category-image-slog {
    padding: 25px 0;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .category-image-bg .category-image-slog {
        width: 50%;
        text-align: left
    }
}

.category-image-bg .category-image {
    margin: 0
}

@media only screen and (min-width: 768px) {
    .category-image-bg .category-image {
        width: 50%
    }
}

.category-image-bg .category-image img {
    max-width: 100%
}

.block-layered-nav .block-subtitle--filter {
    display: none;
    cursor: pointer
}

.block-layered-nav dl dt {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 18px
}

.block-layered-nav dl dd {
    margin-bottom: 45px
}

.block-layered-nav dl dd ol>li>span,
.block-layered-nav dl dd ol>li>a {
    margin: 6px 0;
    display: inline-block;
    color: #20315A
}

.block-layered-nav dl dd ol>li>span:hover,
.block-layered-nav dl dd ol>li>a:hover {
    color: #333
}

.block-layered-nav dl dd ol>li>a .count {
    color: #333
}

.block-layered-nav {
    border-bottom: 1px solid #ddd !important
}

.block-layered-nav .selected-filter {
    background: #f8f8f8;
    margin-bottom: 48px
}

.block-layered-nav .selected-filter .currently {
    padding: 23px 25px 0 30px;
    border-top: solid 1px #dfdfdf
}

.block-layered-nav .selected-filter .currently .block-subtitle {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #20315A;
    font-weight: 500;
    margin-bottom: 20px
}

.block-layered-nav .selected-filter .currently ol li {
    margin-bottom: 10px
}

.block-layered-nav .selected-filter .currently ol li .label {
    font-weight: bold;
    text-transform: capitalize;
    color: #333
}

.block-layered-nav .selected-filter .currently ol li:after {
    content: '';
    display: table;
    clear: both
}

.block-layered-nav .selected-filter .currently .value {
    color: #20315A
}

.block-layered-nav .selected-filter .currently .btn-remove::after {
    display: inline-block;
    font-family: 'fl-justicons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 17px
}

.block-layered-nav .selected-filter .currently .btn-remove:hover:after {
    box-shadow: none;
    color: #333
}

.block-layered-nav .actions {
    text-align: right;
    margin: 0 !important;
    padding: 5px 25px 30px 30px
}

@media only screen and (min-width: 768px) {
    .block-layered-nav .block-content>dl>dt:after {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .sidebar .block.block-layered-nav {
        border-bottom: none
    }
    .block-layered-nav--no-filters .block-title {
        display: none
    }
    .block-layered-nav .block-subtitle--filter {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #20315A;
        display: inline-block;
        padding: 7px 18px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px
    }
    .block-layered-nav .block-title {
        margin-bottom: 40px
    }
    .block-layered-nav .block-title>strong {
        margin: 0;
        margin-bottom: 10px;
        color: #333;
        font-family: "Noto Sans", sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px
    }
    .block-layered-nav .selected-filter {
        margin-bottom: 0
    }
    #narrow-by-list {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        background: #fff;
        width: 250px;
        padding: 20px;
        left: -250px;
        margin: 0;
        display: block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        overflow: scroll
    }
    .block-layered-nav-true #narrow-by-list {
        left: 0
    }
}
