.toolbar.toolbar-products {
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    display: flex;
    margin: auto;
}
.toolbar.toolbar-products div {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
#toolbar-amount {
    display: block !important;
    margin: auto 0;
}
.toolbar-sorter.sorter {
    display: none !important;
    margin: auto 0;
}
.pages {
    display: block !important;
    margin: auto 0;
}
.modes {
    display: block !important;
    margin: auto 0;
    margin-left: auto;
}
.limiter {
    display: none !important;
}
.toolbar .pages {
    margin-bottom: auto 0;
}
.products.wrapper ~ .toolbar .pages {
    margin-bottom: auto 0;
}
#sorter {
    -moz-appearance: none;
    -moz-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/icons/select.jpg");
    background-repeat: no-repeat;
    background-position: 94% -14%;
    background-size: 25px auto;
    border: 1px solid #dbdbdb;
    padding: 0 34px 0 2px;
    height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    color: #7b737f;
}
#sorter:hover {
    background-position: 94% 113%;
}
#limiter {
    -moz-appearance: none;
    -moz-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/icons/select.jpg");
    background-repeat: no-repeat;
    background-position: 94% -14%;
    background-size: 25px auto;
    border: 1px solid #dbdbdb;
    padding: 0 34px 0 2px;
    height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    color: #7b737f;
}
#limiter:hover {
    background-position: 94% 113%;
}
.products-list .products.list .product-item {
    display: block;
    width: 100%;
}
.products-grid .product-items {
    text-align: center;
}
.products-list .product-items .product-item .product-item-info {
    display: flex;
    width: 100%;
}
.products-list .product-photo-div {
    width: 32%;
    position: relative;
    margin: 0 auto;
}
.products-list .products-details-name-and-desc {
    width: 43%;
    margin: 0 auto;
}
.products-list .product-details-cart-and-price {
    width: 20%;
}
.products-list .product.name {
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
    color: #000;
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
}
.products-list .product.name a {
    font-weight: 300;
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
    line-height: 20px;
}
.products-list .tocart.primary.action {
    background: #000;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}
.products-list .product-item .price-box {
    margin: auto;
    display: inline-block;
}
.products-list .product-price-text-box span {
    margin: auto;
}
.product-image-photo {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.item.product.product-item form {
    text-align: right;
}
.product-price-text-box {
    text-align: right;
}
.products-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.products-list li:last-child {
    border-bottom: 0;
}
.product-item-description {
    margin: 7px 0;
    font-size: 15px;
    line-height: 22px;
}
.product-image-wrapper {
    display: block;
    position: relative;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    opacity: 1;
}
.image-hover {
    margin: auto;
}
.product-photo-div:hover .image-hover-span {
    opacity: 1;
    z-index: 9999;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.product-photo-div:hover .product-image-wrapper {
    height: 100%;
}
#layered-filter-block {
    display: none;
}
.catalog-category-view #maincontent {
    margin-top: 0;
}
.catalog-category-view .page-main {
    max-width: 100vw;
    padding: 0;
    margin: 0;
}
.catalog-category-view #maincontent.page-main {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.category-image .image {
    min-width: 100vw;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: -1;
}
.category-image {
    position: relative;
    overflow: hidden;
}
.category-image::after {
}
.category-heading {
    color: #fefefe;
    font-size: 40px;
    letter-spacing: 5.2px;
    width: 100%;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 97;
    text-transform: uppercase;
}
.category-image-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.left-toolbar-icon {
    margin: auto 10px auto 10px;
}
#narrow-by-list2 ol li {
    border-bottom: 1px solid #ccc;
}
.toolbar {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
}
.image-hover-span {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.page-products .products-grid .product-item {
    width: 45%;
    margin: auto !important;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.products-grid .action.tocart.primary {
    display: none;
}
.products-grid .price-box.price-final_price {
    display: inline-block;
}
.products-grid .product-price-text-box {
    text-align: center;
    color: #000;
}
.products-grid .product-photo-div {
    position: relative;
}
.product.name a {
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
}
.content .options li a {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 0;
    text-transform: uppercase;
    color: #000;
}
.content .options li a:hover {
    color: #f98018;
}
.breadcrumbs {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar.sidebar-main {
    margin-top: 3%;
}
.column.main {
    margin-top: 3%;
}
.breadcrumbs li {
    font-size: 13px;
    text-transform: uppercase;
}
.modes-mode {
    margin-right: 5px;
}
.additional_info {
    margin-top: 8px;
}
.jap-name {
    font-size: 13px;
    line-height: 32px;
}
.settings-info-small {
    text-align: center;
    font-size: 13px;
}
.settings-info-small.finished-prod-info {
    padding: 0 32px;
}
.category-view {
    background: transparent !important;
}
@media only screen and (min-width: 1200px) {
    .settings-info-small.finished-prod-info.mobile {
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .settings-info-small.finished-prod-info.desktop {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .catalog-category-view #maincontent.page-main {
        padding-left: 0;
        padding-right: 0;
    }
    #toolbar-amount {
        display: none;
    }
    .sorter-label {
        display: none;
    }
    .field.limiter label {
        display: none;
    }
    .limiter-text {
        display: none;
    }
    .modes {
        margin-right: 1rem;
    }
    .left-toolbar-icon:first-of-type {
        display: none;
    }
    .page-products .products-grid .product-item {
        width: 100%;
        margin: auto !important;
    }
    #modes-label {
        display: none;
    }
    .toolbar.toolbar-products {
        display: none;
    }
    .product-image-photo {
        width: 100%;
    }
    .image-hover {
        width: 100%;
    }
    .category-heading {
        font-size: 25px;
    }
    .products.list.items.product-items {
        margin-top: 0;
    }
}
