
body,
html {
    scroll-behavior: smooth;
}
.data.item.content#description div:empty,
.data.item.content#description div:not(:has(*)):not(:has(text)),
.columns > .sidebar.sidebar-additional
{
    display: none;
}
.fotorama__fullscreen-icon {
    display: block !important;
}

.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus) {
    display: block !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.message.success {
    display: none !important;
}

.product.data.items>.data.item.content {
    margin-right: 0;
    margin-left: 0;
}

.product.data.items {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    gap: 24px;
}

.product.data.items:before,
.product.data.items:after {
    display: none !important
}

.all-titles {
    display: none !important;
}

#products_details .product.data.items>.item.content {
    display: block !important;
    width: 48%;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
}

.product.info.detailed#products_details {
    border-bottom: 16px solid #F2F2F2;
}

.additional-attributes-wrapper tbody {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.additional-attributes-wrapper tbody tr:nth-child(odd) {
    background-color: #F2F2F2;
}

.additional-attributes-wrapper tbody tr {
    padding: 8px 24px;
    display: flex;
    gap: 8px
}


.additional-attributes-wrapper tbody tr th,
.additional-attributes-wrapper tbody tr td {
    max-width: fit-content;
    padding: 0 !important;
}

.additional-attributes-wrapper tbody tr th::after {
    content: "  :  ";
}

#description .product.attribute.description img {
    border-radius: 16px;
    margin-block: 32px
}

#description .product.attribute.description strong {
    color: var(--maincolor-black, #040406);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

#description .product.attribute.description p,
#description .product.attribute.description div {
    color: var(--Colors-Grey-grey-900, #363636);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#description .product.attribute.description .value div #description .product.attribute.description figure,
    {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.overview-product {
    color: var(--2B-Main-Colors-Primary-Colors-Black-01, #0E0D0D);
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -2.88px;
    text-transform: capitalize;
    margin-block: 16px
}

#review-form.message.info.notlogged {
    display: none !important
}

.overview-product span {
    color: var(--Colors-Grey-grey-400, #999)
}

#reviews {
    width: 100% !important;
}

.catalog-product-view .messages-wrapper:not(:has(.sales-info.message)) {
    display: flex;
}

.catalog-product-view .messages-wrapper:not(:has(.sales-info.message)) .stock-warning.message {
    opacity: 1 !important;
    transform: translateY(0) !important;
    position: static !important;
}

#reviews .product-reviews-summary {
    display: flex !important;
    width: 100%;
    gap: 32px
}

.all-ratings-overview {
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    justify-content: start;
}

@media(min-width:768px) {
    .all-ratings-overview {
        width: 33.33%;
    }
}

.block.review-add {
    width: 100%;
}

.all-customers-reviews {
    width: 75%;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), #F2F2F2;
    padding: 24px;
    height: fit-content;
}

.review-control-vote {
    overflow: visible !important;
}

.all-ratings-overview label {
    display: flex !important;
    align-items: center;
}

.block.review-add {
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), #F2F2F2;
    padding: 24px;
}

.actions-toolbar.review-form-actions button {
    background: none !important;
    border: none !important;
    color: var(--Colors-Primary-color-primary-color-500, #F37021) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 20.112px !important;
    padding: 0 !important;
}

.actions-toolbar.review-form-actions button:hover {
    color: var(--Colors-Primary-color-primary-color-500, #F37021) !important;
}

.action.primary,
.action.primary:active {
    text-transform: none;
}

.all-ratings-overview .fieldset.additional_info {
    margin: 0 !important
}

.all-ratings-overview .fieldset {
    margin: 0 0 16px !important;
}

.recently-bought-together {
    color: var(--2B-Main-Colors-Primary-Colors-Black-01, #0E0D0D);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

@media(max-width: 768px) {
    .additional-attributes-wrapper {
        position: static !important;
        width: 100% !important;
    }

    .product.data.items {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 32px;
        padding-inline: 16px;
    }

    #products_details .product.data.items>.item.content {
        width: 100%;
        padding: 0;
    }

    .all-customers-reviews {
        width: 100%;
        padding: 16px;
    }

    #reviews .product-reviews-summary {
        flex-direction: column;
        padding: 0;
    }

    .star-count {
        width: 40px !important;
    }

    .progress-bar {
        width: 215px !important;
    }

    .count-info {
        width: 60px !important;
        min-width: 60px !important;
    }

    .review-item {
        padding: 16px !important
    }

    .review-img svg {
        width: 60px;
        height: 40px
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
        display: flex;
        align-items: flex-start;
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td[data-th]:before {
        width: fit-content;
        flex-shrink: 0;
        margin-inline-end: 8px;
        white-space: nowrap;
    }

    .additional-attributes-wrapper tbody tr {
        padding: 8px !important;
    }

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody {
        display: flex;
        flex-direction: column;
    }

    .overview-product {
        font-size: 28px;
        letter-spacing: -0.8px;
    }

    .amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price {
        font-size: 14px
    }
}

.product.info.detailed .additional-attributes>tbody>tr:last-child>td {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 8;
}

.product.info.detailed .additional-attributes {
    width: 100%;
}


.rating-overview {
    padding: 24px;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    padding-top: 0;
    gap: 32px
}

.average-score {
    text-align: start;
    min-width: 200px;
}

.average-score p {
    margin: 0;
    color: var(--Colors-Grey-grey-700, #5B5B5B);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.average-score span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

.stars {
    margin: 0;
}

.star {
    color: #AAA;
    font-size: 24px;
}

.star.filled {
    color: #0E0D0D;
}

.rating-bars {
    flex-grow: 1;
}

.rating-bar-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 8px
}

.star-count {
    width: 40px;
}

.progress-bar {
    flex: 1;
    height: 8px;
    background: #eee;
    overflow: hidden;
    width: 230px;
    border-radius: 0;
    box-shadow: none;
    max-width: 260px;
}

.progress {
    height: 100%;
    background: #808080;
    transition: width 0.3s ease;
    border-radius: 0;
}

.count-info {
    min-width: 60px;
    text-align: end;
}

.count {
    font-weight: bold;
    margin-right: 4px;
    display: none;
}

.percentage {
    color: #666;
}

/* Review Items Styles */
.review-item {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-radius: 16px;
    border: 1px solid var(--Colors-Grey-grey-50, #F2F2F2);
    background: #FFF;
    padding: 16px;
    padding-inline: 0;
}

.review-rating {
    margin-bottom: 8px;
}

.review-title {
    font-weight: bold;
    margin-bottom: 8px;
}

.review-content {
    margin-bottom: 8px;
    line-height: 1.5;
    color: var(--Colors-Grey-grey-500, #808080);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;

}

.review-author {
    color: #666;
    font-size: 14px;
}

@media (max-width: 768px) {
    .rating-overview {
        flex-direction: column;
        gap: 24px;
        padding: 12px;
    }

    .average-score {
        text-align: center;
    }
}

.review-control-vote label:before {
    color: #F37021;
}

/* .filter-options-item .filter-options-title {
    border-bottom: 1px solid #ddd;
    margin-block: 15px;
    padding-bottom: 6px;
}

.filter-options-item .filter-options-title {
    border: none;
    margin: 0px;
}

.filter-options-item.allow.active {
    border: none !important;
} */


.page-products .toolbar .limiter {
    display: none;
}

.category-product-count h3 {
    color: #0E0D0D;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.44px;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 5px;

}

.category-product-count span {
    color: #808080;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.84px;
    text-transform: lowercase;
}

.customProductCard {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating-summary .rating-result {
    width: 20px;
    /* Width of single star */
    margin: 0;
}

.sort-tabs {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 15px;
    margin: 5px 0;
}

.sort-tab {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .sort-tab {
        flex-basis: 100%;
        width: fit-content;
        color: #ffff;
    }
}

.toolbar:before {
    display: none;
}

.toolbar-products {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 16px;
}

.toolbar-products .field.limiter {
    order: 1;
    height: fit-content;
}



.toolbar-products .field.limiter #limiter {
    width: 56px;
    height: 44px;
    padding-right: 12px;
    padding-left: 12px;
    border: none;
    background: #f2f2f2;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #0E0D0D;
    border-radius: 0px;
    margin-left: 12px;
}

.toolbar-products .field.limiter label span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #868585;
}

.toolbar .limiter span.limiter-text {
    display: none;
}

.sort-tabs-label {
    color: #0E0D0D;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
}

@media screen and (max-width: 768px) {
    .sort-tabs-label {
        background-color: #5B5B5B !important;
        color: #fff;
        border: none;
        padding: 8px 17px;
        border-radius: 20px;
        border-right: 2px solid #f2f2f2;
    }

    html:lang(ar) .sort-tabs-label {
        border-left: 2px solid #f2f2f2;
    }

}

.sort-tabs-container {
    display: flex;
    flex-wrap: wrap;
    background: #F2F2F2;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 4px;
}

.toolbar .modes {
    display: none;
}

.sort-tab {
    padding: 8px 16px;
    border-radius: 2px;
    color: #0E0D0D;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    gap: 6px;
}

a[data-value="position"]:after {
    content: url('data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2212%22%20viewBox%3D%220%200%2018%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.3333%200.85H11.9712L12.2273%201.10607L14.0379%202.91667L10.1667%206.78787L6.93939%203.5606L6.83332%203.45453L6.72726%203.5606L0.56059%209.72727L0.454524%209.83333L0.56059%209.9394L1.72726%2011.1061L1.83332%2011.2121L1.93939%2011.1061L6.83332%206.21213L10.0606%209.4394L10.1667%209.54547L10.2727%209.4394L15.4167%204.29546L17.2273%206.10607L17.4833%206.36213V6V1V0.85H17.3333H12.3333Z%22%20fill%3D%22%230E0D0D%22%20stroke%3D%22%230E0D0D%22%20stroke-width%3D%220.3%22%2F%3E%3C%2Fsvg%3E');
}

.filterproducts li.item[class *="product"]:has(+ .item.product) {
    display: block !important;
}

/*
.sort-tab:hover {
    border-bottom: 5px solid #F37021;
    color: #F37021;
    text-decoration: none;
} */

.sort-tab.active {
    background: #F37021;
    border-color: #F37021;
    color: #0E0D0D;
    font-weight: bold;
}

/* Hide the original toolbar sorter */
.toolbar-sorter.sorter {
    display: none !important;
}

.sort-tabs {
    background: #F2F2F2;
    width: fit-content;
}

@media (max-width: 768px) {
    .sort-tabs {
        position: fixed;
        z-index: 99999999;
        bottom: 12%;
        flex-direction: column-reverse;
        background: none;
        gap: 10px;
    }

    .sort-tabs-container {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 5px;

        flex-wrap: wrap;
        background-color: #5B5B5B !important;
        color: #fff;
        border: none;
        padding: 8px 17px;
        border-radius: 20px;
        width: min-content;
    }
}


.rating-summary .rating-result:before,
.rating-summary .rating-result>span:before {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
}

.product-item .rating-summary .rating-result:before {
    content: '\f844';
}

.product-item .rating-summary .rating-result>span:before {
    content: '\f844';
}

.stock-warning.message {
    margin: 0px;
}

.rating-summary {
    display: flex;
    align-items: center;
    gap: 5px;
}

.reviews-count {
    font-size: 12px;
    color: #666;
}

li.item.product.product-item {
    border: 1px solid #D8D8D8;
    background: #FFF;
    width: 100%;
}


li.item.product.product-item .old-price {
    margin-top: 4px;
}

.filter .block-subtitle {
    color: #0E0D0D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 5px;
}

html:lang(en) .filter .block-subtitle {
    font-family: 'Open Sans' !important;
}

html:lang(ar) .filter .block-subtitle {
    font-family: "Almarai" !important;
}

.filter .block-subtitle span:first-child {
    color: #0E0D0D
}

ol.filterproducts.products.list.items.product-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    gap: 16px;
}

.product.photo.product-item-photo {
    border: unset;
}

.action.towishlist.actions-secondary::before {
    left: unset;
    right: unset;
    position: unset !important;
    top: unset;
    bottom: unset;
    transform: unset !important;
}

.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
    width: 100%;
    border: 0;
    background: transparent;
}

a.action.towishlist.actions-secondary {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    right: 0px;
    z-index: 9999;
    width: 100% !important;
    position: static;
}

.product-item-info:hover .product-item-photo>a:not(.weltpixel-quickview):before {
    opacity: 0;
}

html:lang(ar) a.action.towishlist.actions-secondary {
    right: unset;
    left: 0px;
}

.price-box.price-final_price {
    align-items: start;
}

button.action.primary {
    background: #F37021;
    border: none;
    padding: 10px 5px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.action.primary:hover {
    background: #de5925e0;
    border: none;
}

.customRating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customRating .product-reviews-summary.short {
    width: 100%;
    display: flex;
    justify-content: end;
    background: #fff;
}

.customProductCard .price-box.price-final_price {
    flex-direction: column-reverse;
    margin: 0px;
}

body .products-grid .product-item .product-item-details .product-item-name,
.am-porto-cmtb .products-grid .product-item .product-item-inner {
    margin: 0 !important;
}


.product.details.product-item-details {
    padding: 0;
}

li.item.product.product-item {
    padding: 10px !important;
    border: 1px solid #D8D8D8 !important;
}

li.item.product.product-item::after {
    display: none !important
}



/* .products-grid .product-item .product-item-info {
  padding: 10px;
} */


.products-grid .product-item .product-item-info .price-box .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    vertical-align: middle;
    color: #0E0D0D;
}


.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: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='16' viewBox='0 0 21 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.71306 1.625H4.5755L2 5.875L10.5 14.375L19 5.875L16.4436 1.625H13.2678L10.5 4.8125L7.71306 1.625Z' stroke='%23F37021' stroke-width='2'/%3E%3C/svg%3E");
}

.product-item-actions .action.tocompare {
    display: none;
}

.rating-summary {
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-content {
    box-shadow: 0px 4px 24px 0px #0000001A;
    padding: 24px;
}

.filter-options-title:hover:after {
    anchor-name: none;
    background: none !important;
    color: #F37021 !important;
}

.filter-options-item {
    margin: 0px;
}

.filter-options-title[aria-expanded="true"]:after {
    rotate: 180deg;
}

.filter-options-item .filter-options-title {
    border: none;
    border-radius: 0px;
    background: transparent;
    width: 100%;
    padding: 0px;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    border-bottom: 1px solid #E8E8E8;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #202020;
}

.filter-options-content {
    background: transparent;
    border: none;
    padding: 0px;
    margin: 0px;
}

.filter-options-item .filter-options-title:after {
    border: none;
    background: none;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cpath d='M.843.134a.68.68 0 0 0-.81.176.68.68 0 0 0 .123.757l4.498 4.044a.71.71 0 0 0 .985 0l4.498-4.044a.68.68 0 0 0 .123-.757.68.68 0 0 0-.81-.176L4.997 3.87z' fill='%23F37021'/%3E%3C/svg%3E");
    position: absolute;
    right: 0px;
}

html:lang(ar) .filter-options-item .filter-options-title:after {
    left: 0px;
    right: unset;

}


.rating-icon {
    color: #000;
    /* Orange color from your design */
    font-size: 16px;
}

.rating-value {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.reviews-count {
    font-size: 14px;
    color: #666;
}

/* Optional: Add hover state */
.rating-summary:hover {
    cursor: pointer;
}

.filter-options-item .filter-options-title {
    margin-block: 24px;
    padding-bottom: 6px;
}

.sidebar .custom-block {
    display: none;
}

.block-category-list+.custom-block,
.block-category-list+.custom-block+.custom-block {
    display: none;
}

@media(max-width:1200px) {
    ol.filterproducts.products.list.items.product-items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:992px) {
    ol.filterproducts.products.list.items.product-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

.product-item .customProductCard button.action.primary svg {
    margin: 0px;
    display: flex;
}

.product-item .customProductCard button.action.primary {
    width: 40px;
    height: 40px;
}

.product.name.product-item-name {
    height: 40px;
    /* Adjust based on your line-height */
    overflow: hidden;
    margin-bottom: 8px !important;
}

.product.name.product-item-name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    text-align: start;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #202020;
    text-decoration: none;
}

/* Make product cards flex containers with consistent height */
.product-item-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Ensure product details section takes remaining space */
.product.details.product-item-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}

/* Fix height for product name area */
.product.name.product-item-name {
    height: 40px;
    margin-bottom: 8px !important;
    overflow: hidden;
}

/* Create consistent space for status messages */
.product-status-messages {
    min-height: 20px;
    margin: 4px 0;
}

/* Push price and action buttons to bottom */
.customProductCard {
    margin-top: auto;
    padding-top: 0px;
}

/* Ensure consistent image container height */
.product.photo.product-item-photo {
    position: relative;
    padding-bottom: 100%;
    /* Creates square aspect ratio */
}

.product.photo.product-item-photo img:not(.amasty-label-image) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Ensure rating area has consistent height */
.customRating {
    min-height: 24px;
}

/* Add these styles */
.loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-mask .loader {
    background: transparent;
    z-index: 99999;
}

.loading-mask .loader img {
    width: 32px;
    height: 32px;
}

body.loading {
    overflow: hidden;
}

.breadcrumbs>ul.items>li:last-child strong {
    width: 120ch;
    /* approximately 120 characters wide */
    white-space: nowrap;
    /* keep it on one line */
    overflow: hidden;
    /* hide overflow */
    text-overflow: ellipsis;
    /* show "…" when truncated */
    display: inline-block;
    /* allow width to be applied */
    max-width: 100%;
    /* avoid breaking layout on small screens */
}

@media screen and (max-width: 767px) {
    .breadcrumbs .items {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .breadcrumbs .items .item {
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        text-transform: capitalize;
    }

    .breadcrumbs .items .item:last-child {
        color: #999999;
    }

    .page-wrapper>.breadcrumbs .item:not(:last-child):after {
        margin: 0px;
        width: 22px;
    }

    .custom-category-heading {
        display: none;
    }

    #maincontent {
        margin: 0px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .category-tabs .tab-item {
        margin: 0px;
        padding: 10px 0;
    }

    .tabs-navigation-wrapper {
        padding: 0px;
    }

    .sort-tabs-container {
        display: flex;
        justify-content: flex-start;
        width: fit-content;
    }

    .category-tabs .nav-button.prev,
    .category-tabs .nav-button.next {
        display: none !important;
    }

    .tabs-container {
        overflow: auto !important;
        scrollbar-width: none;
    }

    .category-product-count {
        padding-top: 36px;
    }

    .category-product-count h3 {
        font-size: 20px;
        margin: 0px;
    }

    .sort-tabs {
        display: flex;
        flex-direction: row;
    }

    .tabs-navigation-wrapper.fixed {
        position: static;
        z-index: 99 !important;
    }

    li.item.product.product-item {
        padding: 8px !important
    }

    .product-status-messages.single-message .message {
        vertical-align: unset;
        align-items: center;
    }

    .product-status-messages svg {
        overflow: visible;
    }

    .product-status-messages p {
        margin: 0px;
    }

    ol.filterproducts.products.list.items.product-items {
        gap: 21px
    }

    .products-grid .product-item .product-item-info .price-box .price {
        font-size: 14px;
        line-height: 16px;
    }

    .products.wrapper~.toolbar .limiter {
        display: flex;
        align-items: center;
    }

    .filter-content {
        margin: 20px 0;
    }

    .sidebar .custom-block {
        display: none
    }
    .average-score p
    {
        font-size: 32px;
    }
}

.stock-warning.message,
.sales-info.message {
    font-weight: 700 !important;
}


.all-titles {
    display: flex;
    justify-content: space-around;
    padding-bottom: 10px;
}

.m-80 {
    margin-top: 80px
}

@media (min-width: 767px) {
    .m-80 {
        margin-top: 200px;
    }
}

#products_details .product.data.items .item.title a:after {
    left: -8px;
}

#products_details .product.data.items .item.title {
    /*#products_details .product.data.items .item.title{*/
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 3px solid #ddd;
}

#products_details.product.info.detailed .product.data.items>.item.title.active>.switch,
.product.info.detailed .product.data.items>.item.title.active>.switch:focus,
.product.info.detailed .product.data.items>.item.title.active>.switch:hover {
    border-bottom: 3px solid var(--main-color) !important;
}

#products_details .product.data.items .item.title a {
    color: #000;
    white-space: nowrap;
    font-size: 12px;
}

#products_details .product.data.items .item.title.active {
    border-color: #ff662b;
}

#products_details .product.data.items .item.title.active a {
    font-size: 14px;
    font-weight: bold;
}

.product .items .content {
    margin-top: 0px !important;
}

#products_details .product.data.items>.item.content {
    border-top: unset;
}

#products_details .product.data.items .item.title a:after,
#products_details .product.data.items .item.title a:before {
    content: '';
}

#products_details .product.data.items .item.title.active a:after,
#products_details .product.data.items .item.title.active a:before {
    content: '';
}

div[aria-labeledby="tab-label-additional-title"] {
    order: 1;
}

div[aria-labeledby="tab-label-description-title"] {
    order: 2;
}

div[aria-labeledby="tab-label-reviews-title"] {
    order: 3;
}

@media (max-width: 992px) {
    .sticky-product .actions button[type="button"] {
        height: 100% !important;
        padding: 6px !important;
    }
}

.sticky-product .action.tocart.primary:hover span {
    opacity: 1 !important;
}


.review-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
}


.review-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    color: #464646;
}

.review-content {
    margin-bottom: 10px;
}

.review-author {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.review-author .author-name {
    color: var(--Colors-Grey-grey-800, #464646);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.review-author .author-date {
    color: var(--Colors-Grey-grey-500, #808080);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.review-ratings {
    margin-top: 10px;
}

.product-labels {
    display: none !important;
}

.rating-summary {
    display: inline-block;
    margin-right: 20px;
}

.rating-label {
    font-weight: bold;
}

.product-reviews-summary {
    padding: 20px;
}

.message.info.empty {
    background: #f4f4f4;
    padding: 15px;
    border-left: 3px solid #006bb4;
}

#products_details .product.data.items>.item.content {
    padding-inline-start: 0;
}

#products_details .product.data.items>.item.content#additional {
    padding-inline-end: 0;
}

.rateAndReviewText {
    font-size: 48px
}

.product-item-info .customProductCard {
    padding-top: 24px !important;
}

.product-item-info:has(.product-status-messages) .customProductCard {
    padding-top: 0px !important;
}

@media (max-width: 768px) {
    .product-info-main-content .price-box .price {
        font-size: 24px;
    }

    .product-info-main-content .old-price .price {
        font-size: 16px;
    }

    .rating-overview {
        width: 100%;
    }
}

