.catalog-product-view .custom-block-product-details {
    text-align: center;
}

.product-items .product.description ul {
    padding-left: 22.5px !important;
}

@media (max-width: 991px) {
    .category-default-category .sidebar.sidebar-main.mobile-sidebar {
        position: fixed !important;
        background: #fff;
        padding-bottom: 0;
        margin-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        height: 100%;
        width: 260px;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 9000;
        transform: translateX(-100%);
        transition: transform 0.2s ease-in-out;
    }

    .category-default-category .sidebar-content {
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100%;
        padding: 20px;
    }

    section.amsearch-wrapper-block {
        display: none;
    }

    body section.amsearch-wrapper-block {
        position: absolute;
        left: 10px;
        right: 10px;
        padding: 4px 10px;
        top: 74px;
        width: auto;
        border-radius: 50px;
        margin: 0;
        border: solid 5px #333;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%), 0 2px 10px 0 rgb(0 0 0 / 16%) !important;
        z-index: 995;
    }

    body .search-area.show-icon-tablet {
        position: static;
    }

    body section.amsearch-wrapper-block label.amsearch-full_width-title {
        display: none;
    }

    body .page-header .amsearch-wrapper-block:before {
        display: none;
    }

    body .amsearch-input-wrapper .amsearch-input {
        border: none;
        height: 30px;
        border-radius: 50px !important;
        padding: 0 0px;
    }

    body .search-area .search-toggle-icon:after {
        border-bottom-color: #333;
        opacity: 0;
    }

    body.search-icon-mobile section.amsearch-wrapper-block {
        display: block;
        left: 10px;
        right: 10px;
        padding: 4px 10px;
        max-width: 731px;
        margin-left: auto;
    }

    body.search-icon-mobile .search-area .search-toggle-icon:after {
        opacity: 1;
    }

    body .amsearch-input-wrapper .amsearch-input:focus {
        outline: 0;
        border: none;
    }
}

/*CSS UPDATE 23 Sept 2022*/
.products-list .product-item-details {
    overflow: hidden;
}

.products-list .product-item-details .product.details.row {
    margin: 0 20px 0 0;
    padding: 10px 0 10px 0;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
}

.products-list .product-item-details .product.details.row .product.description.product-item-description {
    max-width: 60%;
}

.products-list .product-item-details .product.details.row .amshopby-option-link,
.products-grid .product-item-details .product.details.row .amshopby-option-link {
    display: none;
}

.products-list .product-item-details .product.details.row .product.price.product-item-price {
    text-align: right;
    padding-left: 30px;
}

body .product-item-info .product-item-details .price-box .price-including-tax:after {
    margin-right: 0;
    color: #444;
    font-weight: 600;
}

body .price-container .price-excluding-tax .price:after {
    margin-right: 0;
    color: #444;
    font-size: 17px;
    font-weight: 600;
}

.products-list .product-item-details .product.details.row .amstockstatus-category {
    margin-bottom: 0;
    margin-top: 15px;
}

body .product-item-info .product-item-details .price-box .price-including-tax span.price {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: inherit;
    text-transform: uppercase;
}

body .product-item-info .product-item-details .price-box .price-excluding-tax span.price {
    color: #222;
    font-size: 19px;
    font-weight: 600;
    line-height: inherit;
}

.products-list .product-item-details hr {
    display: none;
}

.products-list .product-item-details .product.skus.details.row {
    border-top: solid 1px #ddd;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
}

body .products-list .product-item {
    border-bottom: solid 1px #ddd;
    padding-right: 0;
}

.products-list .product-item-details .product.skus.details.row .sku.values {
    opacity: 0.6;
}

.products-list .product-item-details .product.details.row .product.description.product-item-description .short-description a {
    display: contents;
}

.products-list .product-item-details .product.details.row .product.description.product-item-description .short-description a:after {
    display: none;
}

.products-list .product-item-details .product.details.row .product.price.product-item-price .product-item-link:after {
    /*content: "\f809";
    font-family: "porto-icons";
    position: absolute;
    right: -30px;
    top: 45px;
    color: #08a0dd;
    font-size: 25px;*/
    display: none;
}

.products-list .product-item-details .product.skus.details.row .price-box.price-final_price,
.products-grid .product-item-details .product.skus.details.row .price-box.price-final_price {
    display: none;
}

.products-list .product-item-details .product.skus.details.row .amshopby-option-link {
    display: block;
    margin: 0;
    border-top: 0;
    padding-top: 0;
}

.std.short-description-list {
    margin-top: 15px;
}

.std.short-description-staff,
.std.short-description-notice {
    margin-top: 25px;
    margin-bottom: 25px;
}

.std.short-description-list ul,
.std.short-description-staff ul,
.std.short-description-notice ul {
    list-style: none;
}

.std.short-description-staff ul {
    background-color: rgb(212 214 235 / 50%);
    padding: 15px 30px 15px 30px;
    margin-bottom: 20px;
    color: #151b51;
}

.std.short-description-notice ul {
    background-color: rgb(255 240 204 / 50%);
    padding: 15px 30px 15px 30px;
    margin-bottom: 20px;
    color: #855f00;
}

.std.short-description-list ul li,
.std.short-description-staff ul li,
.std.short-description-notice ul li {
    position: relative;
    padding-left: 20px;
    margin: 7px 0;
}

.std.short-description-list ul li:before {
    content: '\e8c5';
    font-family: "porto-icons";
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #fda101;
}

.catalog-product-view .std.short-description-list ul li:before {
    font-size: 15px !important;
}

.std.short-description-staff ul li:before {
    content: '\f849';
    font-family: "porto-icons";
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #151b51;
}

.std.short-description-staff ul li {
    color: #666;
}

.std.short-description-notice ul li:before {
    content: '\f84a';
    font-family: "porto-icons";
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #855f00;
}

.product.description.product-item-description .short-description ul li:before {
    content: '\e8c5';
    font-family: "porto-icons";
    font-size: 14px;
    position: absolute;
    left: 15px;
    color: #fda101;
    line-height: 16px;
}

body.catalog-product-view[class*=product-type-] .product-info-main .custom-block {
    display: block !important;
    clear: both;
}

@media screen and (max-width:767px) {
    .products-list .product-item-details .product.details.row {
        flex-wrap: wrap;
    }

    .products-list .product-item-details .product.details.row .product.description.product-item-description {
        max-width: 100%;
    }

    .products-list .product-item-details .product.details.row .product.price.product-item-price {
        padding-left: 0;
        text-align: left;
    }

    body .product-item-info .product-item-details .price-box .price-including-tax span.price {
        font-size: 13px;
    }

    body .product-item-info .product-item-details .price-box .price-excluding-tax span.price {
        font-size: 16px;
    }

    body .products-list .product-item {
        padding-left: 0;
    }
}

/*27 Sept 2022 Chnages*/
.list .product-item-inner.hide-list {
    display: none;
}

.list .product-item-inner.hide-grid {
    display: block;
}

.grid .product-item-inner.hide-grid {
    display: none;
}

.grid .product-item-inner.hide-list {
    display: block;
}

.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
    content: '\f845';
}

.products-grid .product-item-details .product.skus.details.row .brand.logos,
.products-grid .product-item-details .product.skus.details.row .sku.values {
    display: block !important;
    width: 100%;
}

.brand.logos .amasty-hide-price-container.observed {
    display: none !important;
}

.products-grid .product-item-details .product.skus.details.row .brand.logos .amshopby-option-link {
    display: block !important;
}

.porto-icon-wishlist-2:before {
    content: '\f845';
}

/*14 Oct 2022*/
a.amsearch-link.item-name:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: inherit;
    padding-left: 3px;
    line-height: 2rem;
    content: "\f809";
    font-family: "porto-icons";
}

span.close-review {
    float: right;
    margin-top: -50px;
}

.amsearch-products-section .amsearch-wrapper-inner {
    justify-content: flex-end;
}

.amsearch-products-section .amsearch-wrapper-inner .amshopby-option-link {
    margin-top: 0;
}

.amsearch-products-section .amsearch-wrapper-inner .price-box.price-final_price {
    margin-bottom: 0;
    padding-bottom: 0;
}

.amsearch-products-section .amsearch-wrapper-inner a.amasty-hide-price-container.observed {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 0 !important;
    margin-right: 0 !important;
}

.product.info.detailed.sticky .product.data.items > .item.content button.review-button {
    line-height: 1.5rem;
    border-radius: 0.1875rem;
    border: 2px solid #ccc;
    color: #777;
    font-weight: 600;
    letter-spacing: .125rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in;
    cursor: pointer;
    padding: 8px 16px;
    height: auto !important;
    background-color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}

body .amsearch-products-section.-list .amsearch-description {
    padding-left: 6px;
}