.price-wrapper {
    color: #072253 !important;
    font-family: UniSansSemiBold !important;
    font-size: 16px !important;
}

.actions-secondary{
    right: 1rem !important;
    top: 1rem !important;
}

.block.filter.bluesky_filter a{
    font-size: 16px !important;
}

.block.filter.bluesky_filter strong{
    font-size: 24px !important;
}

.filter-options .filter-options-content .item>a:before {
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    cursor: pointer;
}

.filter-options .filter-options-content .item.checked>a:after {
    content: "✔";
    color: white;
    position: absolute;
    font-size: 18px;
    left: 1px;
    top: 1px;
}

.filter-options .filter-options-content .item>a {
    position: relative;
}

.slick-track .action.tocart.primary {
    padding: 15px !important;
}

.toolbar.toolbar-products {
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-number-zafarie {
    padding: 8px 0;
}

.toolbar.toolbar-products .sorter-options {
    position: absolute;
    right: 80%;
}

.toolbar.toolbar-products .toolbar-sorter.sorter {
    justify-content: left !important;
    align-items: left !important;
}

.grid-mode-show-type-products {
    position: relative;
    left: 40%;
}

.toolbar-sorter.sorter a {
    display: none !important;
}

.toolbar.toolbar-products .toolbar-amount {
    display: none !important;
}

.toolbar.toolbar-products .toolbar-amount .pages {
    display: none !important;
}

.field.limiter {
    display: none !important;
}

.sidebar.sidebar-additional {
    display: none;
}

.sidebar.sidebar-main {
    border: none !important;
    margin-top: 20px !important;
}

.item.pages-item-next .action.next span {
    display: none;
}

.sidebar.sidebar-main {
    padding: 0 !important;
    width: 22% !important;
}

.input-number-zafarie .input-text.qty {
    font-size: 17px;
}

.input-number-zafarie input {
    width: 25% !important;
}

.btn-zafarie {
    font-size: 10px;
}

.btn-zafarie.plus-button:before,
.btn-zafarie.minus-button:before {
    font-size: 10px;
}

.products.wrapper {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 10px !important;
}

.column.main {
    width: calc(80% - 30px) !important;
}

.my-tooltip-top.tooltip-center.grid-mode-5 {
    display: none !important;
}

.carousel-height {
    width: 100% !important;
}

.column.main .products.wrapper.grid.products-grid .product-item {
    /* flex: 0 1 calc(26% - 20px); */
    margin: 20px;
    /* box-sizing: border-box; */
}

.block-viewed-products-grid .price {
    color: #000 !important;
}

.block.widget.block-viewed-products-grid .block-title {
    border-bottom: 2px solid #cccccc !important;
    padding-bottom: 10px !important;
    margin: 40px 0 !important;
    display: inline-block !important;
    width: 100% !important;
}


.block-viewed-products-grid .product-items {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: left !important;
    gap: 20px !important;
    padding: 0 !important;
    margin: 20px auto !important;
    list-style-type: none !important;
}

.block-viewed-products-grid .product-item {
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding: 20px !important;
    width: calc(30% - 40px) !important;
    box-sizing: border-box !important;
    margin-bottom: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    height: 500px !important;
    justify-content: center !important;
}

.block-viewed-products-grid .product-item-photo {
    max-width: 100% !important;
    display: block !important;
    margin-bottom: 10px !important;
}

.block-viewed-products-grid .product-item-details {
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    flex-grow: 1 !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    margin-top: -10px !important;
    flex-grow: 1 !important;
    justify-content: space-between !important;

}

.block-viewed-products-grid .product-item-info {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.block-viewed-products-grid .product-item-rating {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin-top: 10px !important;
}

.block-viewed-products-grid .product-item-rating .rating,
.block-viewed-products-grid .product-item-rating .number-of-reviews {
    margin-right: 5px !important;
}

.block-viewed-products-grid .product-item .price-box {
    margin-bottom: 20px !important;
}

.block-viewed-products-grid .product-item .product-item-name {
    margin-bottom: 20px !important;
}

.block-viewed-products-grid .product-item .action.tocart {
    background-color: #59C039 !important;
    border: none !important;
    width: 100% !important;
    padding: 10px !important;
}

.block-viewed-products-grid .product-item-actions{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

@media only screen and (max-width: 768px) {
    .column.main .products.wrapper.grid.products-grid .product-item {
        flex: 0 1 calc(50% - 20px);
        margin: 10px;
    }

    .column.main .toolbar.toolbar-products .sorter-options {
        position: absolute;
        right: 70%;
    }

    .block-viewed-products-grid .product-item {
        width: calc(50% - 40px) !important;
    }
}

@media only screen and (max-width: 480px) {
    .column.main .products.wrapper.grid.products-grid .product-item {
        flex: 0 1 100%;
        margin: 10px 0;
    }

    .column.main .toolbar.toolbar-products .sorter-options {
        position: absolute;
        right: 50%;
    }

    .block-viewed-products-grid .product-items{
        display: flex !important;
        flex-direction: column !important;
    }

    .block-viewed-products-grid .product-item {
        width: calc(100% - 40px) !important; 
    }

    .products-related .slick-track{
        width: 100% !important;
        max-height: 500px !important;
    }
}
