body.page-products-onecolumn .sidebar, body.catalog-product-view .sidebar {
    display: none;
}
body .page-main>.page-title-wrapper .page-title, .page-title-wrapper .page-title {
    color: #4b1e60;
    text-transform: none;
    font-size: 32px;
    font-family: "nunitobold";
    padding: 0;
    border-bottom: 3px solid #4b1e60;
    display: block;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 15px;
    display: block !important;
    padding-bottom: 5px;
}
.catalog-category-view .page-main>.page-title-wrapper .page-title,  
.catalog-category-view .page-title-wrapper .page-title,
.catalogsearch-result-index .page-title-wrapper .page-title,
.catalogsearch-result-index .page-main>.page-title-wrapper .page-title {
    padding-top: 0;
    margin-top: 0;
    /* border-bottom: none !important;
    margin-bottom: 0; */
    font-size: 38px;
}
body .category-cms, body .category-image, body .category-description {
    margin-bottom: 0;
    color: #3a3a3a;
    font-size: 15px;
    font-family: 'open_sansregular';
    padding: 5px;
}
.category-description h2 , .category-description h3 , .category-description strong {
    font-family: 'nunitobold';
    font-size: 14px !important;
    color: #000;
    text-transform: uppercase;
}
.category-description p {
    font-size: 15px;
    font-family: "nunitoregular";
    color: #7b7b7b;
}
.category-description a.morelink {
    color: #000 ;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'open_sansbold';
}
.category-description a {
    color: #000 !important;
    font-family: 'open_sanssemibold';
}
.category-description a:hover{
    color: #ff4800;
}
.categories-section .categories-section-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.categories-section .categories-section-inner .categories-item {
    width: 25%;
    margin: 30px 0px 0;
    background-color: #fff;
    padding: 0 15px;
}
.page-layout-1column.page-with-filter.page-products-onecolumn .column.main {
    padding-top: 0;
    padding-bottom: 0;
}
.categories-item-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    text-align: center;
    padding: 20px 10px 15px 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.categories-item-price {
    color: #26589d;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Bebas_Neue";
    padding: 5px 0 0;
    display: block;
}
.category-description>p {
    display: initial;
}

.categories-item-title a {
    color: #d01b1d;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 38px;
    margin: 0 0 10px;
    font-family: "Bebas_Neue";
    padding: 0;
    display: block;
}
.categories-item-title a:hover {
    color: #26589d;
}
.categories-item-content {
    color: #a5a5a5;
    font-size: 13px;
    font-family: 'open_sanssemibold';
    padding: 0 0 10px;
}
a.btn.view-range {
    background: #26589d;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Bebas_Neue";
    border: 0;
    border-radius: 15px;
    line-height: normal;
    padding: 6px 20px;
    transition: all ease .4s;
}
a.btn.view-range:hover {
    background: #d01b1d;
}
.categories-item-img {
    margin-top: auto;
}
body.page-layout-2columns-left .sidebar-main , body.page-layout-2columns-left .sidebar-additional {
    width: 25%;
    padding-right: 15px;
}
body.page-layout-2columns-left .sidebar-additional{
    /* padding-right: 2%; */
}
body.page-layout-2columns-left .column.main {
    width: 75%;
    padding: 0;
}
body.page-layout-2columns-left.catalog_category_view_parent .column.main {
    width: 100%;
}
body.page-products .toolbar .limiter  ,
body .toolbar-products .pages  {
    display: flex;
    align-items: center;
}
body .products.wrapper~.toolbar .sorter,
body .products.wrapper~.toolbar .toolbar-amount ,
body .products.wrapper~.toolbar .limiter ,
body .products.wrapper~.toolbar .toolbar-products-top{
    display: none;
}

.toolbar-products-bottom {
    display: none;
}
body .products.wrapper~.toolbar .toolbar-products-bottom {
    display: block;
    /* padding: 10px 0; */
    width: 100%;
    overflow: hidden;
}
.toolbar {
    margin: 20px 0 0;
}
.bottom-toolbar .toolbar {
    margin: 0;
}
.toolbar-products-top , .toolbar-products-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.toolbar-products-top{
    padding: 0 15px 5px;
    margin: 0;
    background: #fafafa;
    border-left: 1px solid #c9c9c9 !important;
    border-right: 1px solid #c9c9c9 !important;
    border-bottom: 1px solid #c9c9c9 !important;
}
body .filter.block {
    margin-bottom: 0;
    background: #fafafa;
    padding: 10px 12px;
    border: 1px solid #c9c9c9 !important;
}
body .page-products .sorter {
    position: relative;
    top: auto;
    float: none;
    right: auto;
}
.toolbar-products .toolbar-amount {
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    padding: 0;
}
body .toolbar .pages {
    margin-bottom: 0;
    display: none;
}
.page-products .toolbar .limiter {
    display: flex;
    align-items: center;
}
.toolbar-products .limiter .label {
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    margin: 0;
}
.toolbar-products .limiter .limiter-text {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    vertical-align: super;
    display: none;
}
.toolbar-products .field select , select#limiter {
    background: #fff url(../images/drop-down.png);
    background-repeat: no-repeat;
    background-position: right 1px center;
    height: 21px;
}
.toolbar-products .limiter-options , .limiter-options {
    background-color: transparent;
    box-shadow: none;
    font-size: 12px;
    color: #999999;
    border-radius: 0;
    padding: 2px 22px 2px 3px;
    line-height: 16px;
}
.toolbar-sorter .sorter-label {
    font-size: 12px;
    line-height: 14px;
    color: #999999;
}
.toolbar-products .toolbar-sorter select {
    background: rgba(0, 0, 0, 0) url(../images/drop-down.png) no-repeat scroll 99% center;
    border: 1px solid #d7d7d7;
    color: #a19d9c;
    font-family: "open_sansregular";
    font-size: 12px;
    height: 21px;
    padding: 0 22px 0 5px;
    text-align: left;
    vertical-align: middle;
    width: 108px;
}
.toolbar .sorter-options {
    background-color: transparent;
    margin: 1px 6px 1px 7px;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    border-radius: 0;
    padding: 0px 15px 0px 10px;
}
.toolbar-sorter .sorter-action:before {
    background-color: #fff;
    background-image: url(../images/icon-sprite.png);
    background-position: -54px -497px;
    border: medium none;
    box-shadow: none;
    content: "";
    margin-top: 2px;
    height: 21px;
    padding: 10px;
    width: 21px;
}
.toolbar-products .pages .action:before {
    font-size: 14px;
}
.toolbar-products .modes {
    /* display: none; */
    margin-right: 0;
    margin-left: 0;
}
.limiter-main {
    display: flex;
}
body .modes-label+.modes-mode {
    border-radius: 0;
}
body .modes-mode:last-child {
    border-radius: 0;
    border-right: none;
}
body .modes-mode.active {
    box-shadow: none;
    background: no-repeat;
    color: #a35ec6;
}
body .modes-mode:hover {
    color: #a35ec6;
    background: transparent;
}
body .modes-mode {
    background-color: transparent;
    box-shadow: none;
    color: #5e5e5e;
    border: none;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 5px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}
.pages .action.previous {
    margin-right: 0;
}
.toolbar-products .sorter {
    float: left;
}
.toolbar-products .pages .action {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
    border: none;
}
.toolbar-products .pages .action:hover {
     background: transparent; 
}
.toolbar-products .pages .action.next {
    margin-left: 0;
}
.toolbar-products .pages .action.next:before {
    color: #a660c9;
}
.toolbar-products .pages .action.previous:before {
    color: #a660c9 !important;
}
.pages strong.page {
    background: #5a147d;
    padding: 0 9px;
    border: 1px solid #5a147d;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #fff !important;
}
.toolbar-products .pages .item {
    margin: 0 0 0 8px;
    color: #999999;
    font-size: 12px;
    line-height: 24px;
}
.toolbar-products .pages .item .page {
    color: #b5b5b5;
    border: 1px solid #b5b5b5;
    padding: 0 9px;
}
body .products.wrapper~.toolbar .pages {
    float: right;
    margin-bottom: 0;
    width: 100%;
    padding: 10px;
    background: #fafafa;
    border:1px solid #c9c9c9 !important;
}
body .pages .items{
    display: block;
    text-align: right;
}
.toolbar-products .pages .item a {
    color: #999999;
}
body .products.wrapper~.toolbar .toolbar-amount {
    display: block;
}
/* .page-products .products-grid .product-item {
    width: 33.33% !important;
    position: relative;
    padding: 0 10px !important;
    margin: 0 0 20px !important;
} */
.page-products .product-item-info {
    width: 100%;
    position: inherit;
}
.page-products .products {
    margin: 0;
}
.page-products .products-grid .product-item:nth-child(3n + 1) {
    /* margin-left: 0 !important; */
}
body.page-products .products-grid .product-items {
    margin: 10px 0px 0;
}
.subtitle.new_product_label {
    background: #aeff00;
    background: -moz-radial-gradient(center, ellipse cover, #aeff00 0%, #425200 100%, #425200 101%);
    background: -webkit-radial-gradient(center, ellipse cover, #aeff00 0%,#425200 100%,#425200 101%);
    background: radial-gradient(ellipse at center, #aeff00 0%,#425200 100%,#425200 101%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeff00', endColorstr='#425200',GradientType=1 );
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 59px;
    height: 59px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    font-family: "Bebas_Neue";
    border-radius: 100%;
}
body .message.info {
    margin: 10px 0 10px
}
body .filter-options-title , body .filter .filter-current-subtitle{
    font-weight: normal;
    /* background: url("../images/filter-back.png"); */
    /* background: #513575; */
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 17px;
    color: #5a147d;
    font-family: "nunitobold";
    line-height: normal;
    border-radius: 0;
    padding: 2px 20px 6px 0;
    border-bottom: 2px solid #bdbdbd;
}
body .filter-options-title:hover {
    color: #5a147d;
}
body .filter-options-item {
    border-bottom: 0;
    padding-bottom: 5px;
}
body .filter-options-title:after {
    /* position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    transform: translateY(-50%); */
}
body .active>.filter-options-title:after {
    content: '-';
    font-size: 36px;
}

body .filter-options-title:after {
    position: absolute;
    right: 3px;
    top: 42%;
    transform: translateY(-50%);
    content: "+";
    font-size: 28px;
    font-family: 'nunitobold';
}
body .filter-options-content , body .filter-current .items{
    padding: 0;
    /* display: block !important; */
    /* border: 1px solid #c9c8c8; */
    border-radius: 0 0 15px 15px;
}
body .filter-options-item.active .filter-options-content {
    /* display: none !important; */
}
body .filter-content .item {
    padding: 5px 10px 5px 0;
    margin: 0;
    /* border-bottom: 1px solid #c9c8c8; */
}
body .filter-current .action.remove {
    left: auto;
    position: absolute;
    top: auto;
    right: 0;
}
body .filter-actions {
    margin: 10px 0;
    padding: 0;
}
body a.action.clear.filter-clear:hover{
    color: #4b1e60;
}
body .filter-content .item:last-child {
    border-bottom: 0;
}
body .filter-options-content a , .filter-label , body .filter-value{
    color: #7b7b7b;
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'nunitobold';
    font-weight: normal;
}
body .filter-options-content .count{
    display: none;
}
body .filter-options-content a:hover {
    background-color: transparent;
    color: #4b1e60;
}

body .abs-visually-hidden-desktop-s, 
body .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: 0;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: inherit;
    width: auto;
}

body .products-grid .product-item-inner {
    background: #fff;
    box-shadow: none;
    border: none;
    border-top: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: inherit;
    right: 0;
    z-index: 2;
    display: block;
}
.page-products .columns{
    margin-bottom: 30px;
}
.filter .block-subtitle{
    display: none;
}
.category-sidebar-banner img {
    width: 100%;
}
.category-sidebar-banner a {
    margin-bottom: 8px;
    display: block;
}
.product-item .price-box .price::before{
    /* content: "Only"; */
    margin-right: 4px;
}

body .sidebar .block.block-compare  , 
body .sidebar .block.block-wishlist ,
body .sidebar .block.block-reorder{
    display: none;
}

body.catalog-category-view  .page-title-wrapper .page-title{
    font-size: 32px;
    color: #4b1e60;
    font-weight: 800;
    font-family: "nunitobold";
    margin-bottom: 0;
    border-bottom: 0;
    text-align: left;
    padding: 0;
    line-height: 28px;
}
body.catalog-category-view .page-title-wrapper {
    padding: 15px 15px 10px;
    font-size: 14px;
    color: #5c5757;
    font-family: 'open_sanssemibold';
    background: #fafafa;
    margin-top: 2px;
    border-top: 1px solid #c9c9c9 !important;
    border-left: 1px solid #c9c9c9 !important;
    border-right: 1px solid #c9c9c9 !important;
}
body.catalog-category-view .category-description {
    background: #fafafa;
    padding: 0 15px 0px;
    border-left: 1px solid #c9c9c9 !important;
    border-right: 1px solid #c9c9c9 !important;
}
body.catalog_category_view_parent .category-description {
    background: transparent;
    padding: 0;
    border: none !important;
}
body.catalog-category-view  .category-description>div>div {
    margin: 0 !important;
}
body .toolbar-products {
    background-color: transparent;
    margin: 0;
    /* padding: 0 15px; */
    /* background: #fafafa; */
    /* border-left: 1px solid #c9c9c9 !important;
    border-right: 1px solid #c9c9c9 !important;
    border-bottom: 1px solid #c9c9c9 !important; */
}

body .products-grid .product-item-info {
    position: relative;
    /* z-index: 9; */
}
body .abs-margin-for-blocks-and-widgets-desktop, 
body .page-main .block, 
body .customer-review .product-details{
    margin-bottom: 0;
}

.home-slider {
    position: relative;
}
body ul.slick-dots {
    position: absolute;
    bottom: 15px;
    right: 6px;
    text-align: right;
    padding: 0;
}
body .slick-dots li.slick-active button{
    background: #7f1db1;
    border: 1px solid #7f1db1;
}
body .slick-dots li{
    margin: 0 6px 0 0;
}

.category-cms {
    background: #fafafa;
    margin-top: 20px;
    border: 1px solid #c9c9c9 !important;
}
.category-cms h3 {
    font-size: 23px;
    color: #5a147d;
    font-family: "nunitobold";
    text-align: left;
}
.category-cms p{
    font-size: 15px;
    color: #7b7b7b;
    font-family: "nunitoregular";
}
.category-cms > div > div {
    margin: 0 !important;
}
.catalog_category_view_parent .category-cms {
    background: transparent;
    border: none !important;
    margin-top: 0;
    padding: 0;
}

/**** Search Page ****/
.search.results .toolbar-products-top{
    padding: 5px 15px 5px;
    margin: 0;
    border: 1px solid #c9c9c9 !important;
}


.filter-options-content .items li a input {
    position: absolute; 
    opacity: 0; 
}
  
.filter-options-content .items li a input + .label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
    
.filter-options-content .items li a input + .label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: white;
    position: relative;
    top: -2px;  
    border: 2px solid #c9c9c9; 
}
.filter-options-content .items li a input:hover + .label:before {
    background: #5a147d;
}
    
.filter-options-content .items li a input:focus + .label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.filter-options-content .items li a input:checked + .label:before {
    background: #5a147d;
    border: 2px solid #5a147d;
}
    
.filter-options-content .items li a input:disabled + .label {
    color: #b8b8b8;
    cursor: auto;
}
  
.filter-options-content .items li a input:disabled + .label:before {
    box-shadow: none;
    background: #ddd;
}

.filter-options-content .items li a input:checked + .label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 5px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 
        2px 0 0 white,
        3px 0 0 white,
        3px -1px 0 white,
        3px -3px 0 white,
        3px -5px 0 white,
        3px -7px 0 white;
    transform: rotate(45deg);
}


@media (min-width: 640px){
    body .products-grid .product-item {
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px), print{
    body.page-products .products-grid .product-item{
        margin-left: 1%;
        width: calc((100% - 3%)/4);
    }
    body.page-products .products-grid .product-item:nth-child(3n + 1){
        margin-left: 1%;
    }
    body.page-products .products-grid .product-item:nth-child(4n + 1){
        margin-left: 0;
    }
}
@media screen and (max-width:1199px){
    .categories-section .categories-section-inner .categories-item {
        width: 33.33%;
    }
    body .filter-options-title, body .filter .filter-current-subtitle{
        font-size: 15px;
    }
}

@media screen and (max-width:991px){
    .categories-section .categories-section-inner .categories-item {
        width: 50%;
    }
}

@media screen and (max-width:767px){
    .categories-section .categories-section-inner .categories-item {
        width: 100%;
    }
    body.page-products .columns {
        padding-top: 0;
    }
    .categories-item-title a {
        line-height: 30px;
        font-size: 30px;
    }
    body .toolbar-products .sorter {
        float: none;
        position: relative;
        right: auto;
        top: auto;
    }
    body.page-products .toolbar .limiter,
    .page-products .toolbar .limiter, .toolbar-products .toolbar-amount{
        display: none;
    }
    .toolbar-products-top, .toolbar-products-bottom {
        justify-content: center;
    }
    .page-products .products-grid .product-item {
        width: calc(50% - 10px) !important;
        margin-left: 0;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    body .page-main>.page-title-wrapper .page-title, .page-title-wrapper .page-title {
        font-size: 32px;
    }
    .catalog-category-view .page-main>.page-title-wrapper .page-title, .catalog-category-view .page-title-wrapper .page-title, .catalogsearch-result-index .page-title-wrapper .page-title, .catalogsearch-result-index .page-main>.page-title-wrapper .page-title{
        font-size: 32px;
    }
    .sidebar.sidebar-main {
        margin: 0 0 20px;
    }
    .category-sidebar-banner img {
        width: 100%;
    }
    body .filter-title strong {
        /* background: linear-gradient(0deg, #333333 0%, #212121 100%); */
        background-color: #000;
        box-shadow: none;
        border: none;
        border-radius: 0;
        font-weight: 400;
        left: auto;
        line-height: 16px;
        padding: 12px 10px;
        position: relative;
        text-align: center;
        top: auto;
        z-index: 2;
        width: 100%;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "nunitobold";
        display: block;
    }
    body .filter.block {
        margin-bottom: 0;
    }
    .block-content.filter-content {
        margin: 0 0 10px;
    }
    body .filter-no-options .filter-content {
        margin: 10px 0;
    }
    .block-title.filter-title {
        margin: 10px 0;
    }
    .filter .filter-current-subtitle:after{
        display: none;
    }
    .subtitle.new_product_label{
        font-size: 24px;
    }
    body .filter.active .filter-options {
        padding: 10px 20px;
    }
    body .filter.active .filter-title strong {
        right: 20px;
        top: 16px;
        width: auto;
        padding: 0;
        position: absolute;
    }
    body .filter .filter-current {
        border-width: 0;
        margin: 0;
    }
    body .filter .filter-current+.block-actions {
        display: block;
    }
    body .filter .filter-current.active {
        padding-bottom: 0;
    }
    body .filter .filter-current-subtitle:before{
        position: absolute;
        right: 15px;
        top: 50%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        transform: translateY(-50%);
    }
    body.page-products .products-grid .product-item-inner:before{
        background: transparent;
    }
    .category-sidebar-banner-main {
        margin-top: 15px;
    }
    body.page-layout-2columns-left .sidebar-main, 
    body.page-layout-2columns-left .sidebar-additional{
        padding-right: 0;
    }
}

@media screen and (max-width:480px){
    .page-products .products-grid .product-item {
        width: 100% !important;
    }
}