﻿/* ANCHOR Prod List */
/* #region Product List */

.discountsPercent {
    position: absolute;
    background: unset;
    background-size: contain;
    /* padding: 0.5rem; */
    /* padding-bottom: 0; */
    color: #fff;
    top: 1rem;
    left: 0;
    z-index: 3;
    background: var(--mc7);
    padding-inline: 12px;
    /* padding-block: 2px; */
    line-height: 24px;
    display: inline;
    vertical-align: middle;
}

.ProductList__Main {
    --col-desktop: 3;
    --col-tablet: 2;
    --col-mobile: 1;

    display: grid !important;
    grid-template-columns: repeat(var(--col-desktop), 1fr);
    row-gap: 1rem;
    column-gap: 1rem;
    margin-top: 1rem;
}

.productList__Card {
    border: 0;
    overflow: hidden;
    background: #f5f5f5;
    height: auto;
    transition: var(--transition);
    padding: 1rem;
    position: relative;
}

.productList__Card__ImgBox {
    background-color: #fff;
    aspect-ratio: 1;
}

.productList__Card__Content {
    margin-top: 1rem;
}

.productList__Card__Title a img {
    display: inline;
}

.productList__Card_Wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.productList__Card__ImgBox img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.productList__Card__Title {
    text-align: right;
    color: var(--tc2);
    font-weight: bold;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 400;
    min-height: 48px;
}

.productList__Card__Brand {
    text-align: left;
    margin-bottom: 8px;
    line-height: 24px;
    min-height: 24px;
}

.productList__Card__OutOfStock {
    text-align: left;
    color: var(--tc2);
}

.productList__Card__PriceBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.productList__Card__PriceBox:has(.productList__Card__OldPrice) {
    justify-content: space-between;
}

.productList__Card__FinalPrice {
    font-weight: bold;
    color: var(--tc1);
    font-size: 18px;
    line-height: 24px;
}

.productList__Card__FinalPrice .toman {
    font-size: var(--fz-sm);
    font-weight: 400;
}

.productList__Card__OldPrice {
    color: var(--tc3);
    position: relative;
    font-size: var(--fz-sm);
}

.productList .draggable {
    margin: 0 -0.5rem;
}

.filter-mobile-nav i {
    font-size: 1.5rem !important;
    rotate: 270deg;
}

@media (max-width: 991px) {
    .ProductList__Main {
        grid-template-columns: repeat(var(--col-tablet), 1fr);
    }

    .relatedPro .RelatedWrapper,
    .blogListSlider .mainArticleWrapper,
    .blogRelated .related,
    .home-new-prod .ProductList,
    .home-discount-prod .ProductList  {
        overflow-x: auto !important;
        display: flex !important;
    }


    :is(.relatedPro, .home-new-prod, .home-discount-prod) .productList__Card {
        width: 230px;
        min-width: 230px;
    }
}

@media (max-width: 447px) {
    .ProductList__Main {
        grid-template-columns: repeat(var(--col-mobile), 1fr);
    }
}

/* #endregion */

/* ANCHOR Prod List Sort */
/* #region Prod List Sort */
.ddlSortCatalogue.ddlSortCatalogue.ddlSortCatalogue {
    min-width: 110px !important;
    border: unset !important;
    border-radius: var(--border-radius) !important;
    position: absolute;
    top: 0;
    font-size: var(--fz-sm) !important;
    left: 0 !important;
    width: auto;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 500 !important;
    background-color: transparent !important;
    padding-left: 22px;
    padding-right: 12px;
    position: absolute !important;
    margin-top: -4px;
}

.DNNContainer_Title_Product legend {
    border-bottom: 4px solid #fafafa;
    padding-bottom: 8px;
}

.DNNContainer_Title_Product legend .Head {
    color: #003366;
    font-size: var(--fz-lg);
    font-weight: 500;
}

.ddlSortCatalogue > option {
    color: var(--mc2);
}

.ddlSortCatalogue.ddlSortCatalogue::after {
    border-bottom: 2px solid #5b5b5b;
    border-right: 2px solid #5b5b5b;
    content: "";
    display: block;
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: unset;
    left: 0;
    top: 40%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px;
}

/* #endregion */

/* ANCHOR Prod list Filter */
/* #region Filter */

/* remove the filter title bar in mobile */
@media (max-width: 991px) {
    .WBContainer_Sidebar:has(.side_Prod_Filter) .Title_Sidebar_Text {
        display: none;
    }
}

.FilterAvailability {
    padding: 12px 19px !important;
}

.FilterAvailability label::after {
    content: "";
    right: 12px !important;
    background-image: url("data:image/svg+xml,<svg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23FAFAFA' fill-rule='nonzero'/></svg>") !important;
}

.FilterAvailability input {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.FturLable,
.lblPriceFilter,
.LblColorFilter,
.LblBrandFilter,
.LblSizeFilter {
    font-weight: 400;
    display: block;
    padding: 0.75rem 1rem !important;
    border-bottom: unset;
    color: var(--tc1);
    font-size: var(--fz-md);
}

.filter-wrap .TablePanel {
    padding: 0 !important;
    border: none !important;
}

div[id$="FilterProducts_FilterItemPanle"] table td label:after,
.DivBrandFilter label:after,
.DivSizeFilter label::after,
.DivColorFilter label::after,
.FilterAvailability label::after {
    right: 0;
    border-radius: 3px;
    border: 1px solid #302f2d;
    background-color: #fff;
    background-size: 20px;
    background-position: -1px -1px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

div[id$="FilterProducts_FilterItemPanle"] table td input:checked ~ label:after,
.DivBrandFilter input:checked ~ label:after,
.DivSizeFilter input:checked ~ label:after,
.DivColorFilter input:checked ~ label:after,
.FilterAvailability input:checked ~ label:after {
    background-color: #302f2d;
    border-color: #302f2d;
}

div[id$="FilterProducts_FilterItemPanle"] table td label,
.DivBrandFilter label,
.DivSizeFilter label,
.DivColorFilter label,
.FilterAvailability label {
    padding: 7px 24px 7px 0 !important;
    font-size: 14px !important;
    background-color: transparent !important;
    margin: 0 !important;
    width: 100% !important;
    color: var(--tc1);
}

.DivColorFilter input:checked ~ label:after {
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
    border: 1px solid var(--mc1);
}

div[id$="FilterProducts_FilterItemPanle"] table td input:checked ~ label:before,
.DivBrandFilter input:checked ~ label:before,
.DivSizeFilter input:checked ~ label:before {
    display: none;
}

.FturLable i.fa,
.FilterColorPanel i.fa,
.FilterBrandPanel i.fa,
.FilterSizePanel i.fa {
    top: 22px;
    left: 0 !important;
    transform: translate(0, -50%);
    height: auto;
    font-size: 16px;
    color: var(--mc2);
    position: absolute;
    z-index: 1;
}

.PriceFilter .DivPriceFilter {
    margin-bottom: 12px;
}

.price-max-range {
    font-size: 14px;
}

.PriceFilter .lblPriceFilter {
    margin-bottom: 6px;
    font-weight: bold;
    display: block;
    padding: 6px 0 !important;
    border-bottom: 1px solid #d6d9dd;
}

div[id$="FilterProducts_FilterItemPanle"] table td,
.filter-wrap .TablePanel {
    background-color: transparent;
}

@media (max-width: 991px) {
    .side_filter__Wrapper {
        padding-block: 0.75rem;
    }

    .side_filter__Wrapper > .heading_wrapper {
        display: none;
    }

    .DNNContainer_Title_Product legend {
        border-bottom: unset;
        padding-bottom: unset;
    }

    .ProductList__Main .productList__Card_Wrapper {
        flex-direction: row;
        gap: 8px;
    }

    .ProductList__Main .discountsPercent {
        left: unset;
        right: 0;
    }

    .discountsPercent {
        padding-inline: 8px;
        line-height: 18px;
    }

    .productList__Card {
        padding: 8px;
    }

    .productList__Card__FinalPrice {
        font-size: 14px;
    }

    .ProductList__Main .productList__Card__ImgBox {
        width: 116px;
        min-width: 116px;
        height: 116px;
        aspect-ratio: 1;
        display: block;
    }

    .ProductList__Main .productList__Card__Content {
        margin-top: unset;
    }
}

/* .sideProductList .SCat-have-sub-menu {
    display: flex;
    justify-content: space-between;
} */


.CatagoryArrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 6px;
    padding-block: 8px;
    padding-right: 20px;
    border-top-left-radius: 124px;
    border-bottom-left-radius: 124px;
    transition: var(--transition);
    cursor: pointer;
}

.sideProductList .SCat-Main li a:hover {
    color: var(--tc1) !important;
}

.SCat-sub-menu .SCat-have-sub-menu .SCat-sub-menu.SCat-sub-menu.SCat-sub-menu {
    padding-right: 0.25rem;
}

#dnn_ProductRightThreePane .WBContainer_Sidebar.SpacingBottom {
    margin-bottom: 1rem;
}

.sideProductList .SCat-Main li > a {
    padding-block: 8px;
    display: block;
    padding-right: 8px;
    transition: var(--transition);
    cursor: pointer;
    padding-inline: 1rem;
    font-size: var(--fz-md);
    color: var(--tc3);
    font-weight: 300;
}

.sideProductList .SCat-Main > li > a {
    font-weight: 500;
    color: var(--tc2);
}

.sideProductList .SCat-Main .SCat-have-sub-menu > a {
    font-weight: 500;
    color: var(--tc2);
}

.sideProductList .SCat-Main .SCat-have-sub-menu .SCat-sub-menu a {
    padding-right: 0;
}

.sideProductList .SCat-Main .SCat-have-sub-menu li {
    list-style: disc;
}

.sideProductList .SCat-sub-menu a {
    color: var(--tc3);
    font-size: 1rem;
}

.sideProductList .SCat-sub-menu a:hover {
    color: var(--tc2);
}

.sideProductList .SCat-Main > .SCat-have-sub-menu.open > a {
    background: var(--mc2);
    margin-bottom: 0.5rem;
    color: #fff;
}

.sideProductList .SCat-Main > li > a {
    background: #e9e9e9;
}

/* .sideProductList .SCat-Main .SCat-have-sub-menu.open > .CatagoryArrow {
    background: #fff;
} */

.sideProductList ul.SCat-sub-menu {
    padding-right: 2rem;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    padding-block: 0.5rem;
}

.LblBrandFilter {
    background-color: #e9e9e9;
}

.sideProductList .SCat-Main .SCat-have-sub-menu > .CatagoryArrow i {
    color: var(--tc2);
}

.sideProductList .SCat-Main > .SCat-have-sub-menu.open > .CatagoryArrow i {
    color: #fff;
}

.sideProductList .SCat-Main .SCat-have-sub-menu.open > .CatagoryArrow i {
    transition: var(--transition);
}

.sideProductList .SCat-Main .SCat-have-sub-menu.open > .CatagoryArrow i {
    transform: rotate(180deg);
    transition: var(--transition);
}

.sideProductList .SCat-Main .SCat-have-sub-menu .SCat-have-sub-menu > a {
    padding-right: 0;
    background-color: transparent;
    background: transparent;
}

.sideProductList .SCat-Main .SCat-have-sub-menu .SCat-have-sub-menu .CatagoryArrow {
    background: transparent;
    margin-top: 0;
}

.sideProductList .SCat-Main .SCat-have-sub-menu.open .SCat-have-sub-menu ul.SCat-sub-menu {
    border-bottom: unset;
}

.sideProductList .SCat-Main .SCat-have-sub-menu.open .SCat-have-sub-menu ul.SCat-sub-menu li {
    position: relative;
}

.sideProductList .SCat-Main .SCat-have-sub-menu.open .SCat-have-sub-menu ul.SCat-sub-menu li::before {
    content: "";
    position: absolute;
    right: -10px;
    width: 7px;
    top: 50%;
    height: 11px;
    translate: 50% -100%;
    background: url("/portals/0/Images/li.svg") no-repeat;
}

.sideProductList .SCat-Main .SCat-have-sub-menu.open .SCat-have-sub-menu ul.SCat-sub-menu li:hover::before {
    filter: grayscale(1) brightness(0) contrast(5);
}

.CatagoryArrow .fa-chevron-down {
    translate: 16px 0;
}

.sideProductList .title {
    border-bottom: 1px solid #d6d9dd;
    margin: 0 15px 15px;
    padding: 6px 0;
}

.FilterItemBox {
    border: unset;
    padding: 0;
    margin: 0 16px 8px;
}

#FilterColorPanel,
#FilterSizePanel,
#FilterBrandPanel,
.FilterItemBox,
.PriceFilter,
.FilterAvailability {
    border-radius: 0 !important;
    padding: 0;
    margin: 0 !important;
    width: -webkit-fill-available;
    position: relative;
    border-color: transparent;
    border: unset !important;
    padding: 0 !important;
}

.FilterAvailability {
    padding-inline: 1rem !important;
    padding-block: 8px !important;
    background: #e9e9e9;
}

.lblPriceFilter.active .fa.fa-chevron-down {
    rotate: 180deg;
}

.PriceFilter .lblPriceFilter,
.FturLable {
    padding-block: 0.5rem !important;
    padding-inline: 1rem !important;
    color: var(--tc2);
    font-weight: 400;
    border-bottom: 0 !important;
    cursor: pointer;
    font-size: 1rem;
    background: #e9e9e9;
}

.PriceFilter,
.FilterItemBox {
    border-radius: 0 !important;
}

.filter-wrap .submit-btn {
    margin-top: 1rem;
}

.filter-wrap .TablePanel {
    padding-bottom: 1rem;
}

.FturLable i.fa {
    width: fit-content;
    padding: 0;
    translate: 0 8px;
}

.FturLable i.fa::before {
    font-weight: 900;
}

.FilterBrandPanel .fa.fa-angle-up::before {
    content: "\f106";
}

.DnnModule-NB_Store_ProductList {
    height: 100%;
}

.prod_List_Main .productList__Card__ImgBox img {
    width: 100%;
}

.prod_Filter__Wrapper {
    position: relative;
}

@media (min-width: 991px) {
    .prod_Filter__Wrapper {
        padding-top: 2.5rem;
    }
}

.prod_Filter__Wrapper::before {
    content: "";
    position: absolute;
    width: calc(2rem + 100%);
    height: 1.5rem;
    top: -1.5rem;
    left: -1rem;
    background-color: #fff;
}

.FturLable i.fa,
.FilterColorPanel i.fa,
.FilterBrandPanel i.fa,
.FilterSizePanel i.fa,
.lblPriceFilter i.fa {
    top: 25px !important;
    left: 16px !important;
    height: auto;
    font-size: 1.35rem;
    color: var(--tc2);
    position: absolute;
    z-index: 1;
    padding: 0;
    font-weight: 900;
}

.FturLable i.fa {
    top: 10px !important;
}

.PricefilterDiv {
    background: unset !important;
    padding-bottom: 0 !important;
}

.filter-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.FilterAvailability .tgl-btn {
    display: none;
}

.submit-btn {
    order: 6;
    margin-bottom: 1rem !important;
}

.DivColorFilter,
.DivBrandFilter,
.DivSizeFilter {
    background-color: transparent;
    border: none;
    margin-top: 0;
    /* display: none; */
    padding: 0 !important;
}

.TablePanel,
.DivColorFilter,
.DivBrandFilter,
.DivSizeFilter,
.TablePanel {
    overflow-y: auto;
    max-height: 315px;
    margin-inline: 1rem;
}

.DivBrandFilter::-webkit-scrollbar-thumb,
.TablePanel::-webkit-scrollbar-thumb {
    background-color: var(--mc1) !important;
    border-radius: 200px !important;
}

.DivBrandFilter::-webkit-scrollbar,
.TablePanel::-webkit-scrollbar {
    width: 10px !important;
}

.DivBrandFilter::-webkit-scrollbar-track,
.TablePanel::-webkit-scrollbar-track {
    background-color: #f1f1f1 !important;
}

.DivBrandFilter::-webkit-scrollbar-button,
.TablePanel::-webkit-scrollbar-button {
    display: none !important;
}

.filter-close .FilterItemBox {
    margin: 0 0 8px;
}

.filter-head {
    padding-left: 15px;
    padding-right: 15px;
}

.DivColorFilter > div {
    display: inline-block;
    width: 100%;
}

.FilterItemPanle {
    display: contents;
}

/* filter orders */
/* #region order of filters */
.FilterItemBox {
    order: 2;
}

.FilterItemBox:first-of-type {
    order: 1;
}

.FilterColorPanel {
    order: 3;
}

div#FilterSizePanel {
    order: 3;
}

div#FilterBrandPanel {
    order: 3;
}

.submit-btn {
    order: 6;
}

.PriceFilter {
    order: 0;
    background: #e9e9e9;
}

.FilterSizePanel {
    display: none;
}

.FilterItemPanle {
    order: 2;
}

/* #endregion */

.FilterItemBox:first-of-type .filterCategoryContainer .FturLable {
    display: none;
}

.FilterItemBox:first-of-type .TablePanel {
    display: block;
}

.DivColorFilter input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.filter-wrap .submit-btn input[type="submit"] {
    width: 100%;
    color: #fff;
    border-radius: 0;
    font-size: 1rem;
    padding: 10px 28px;
    line-height: 28px;
    background: linear-gradient(270deg, #ff7a26 0%, #e65a19 100%) !important;
    cursor: pointer;
    user-select: none;
    border: 1px solid var(--mc2);
    transition: var(--transition);
    margin: 0;
    color: #fff !important;
}

.filter-wrap .submit-btn input[type="submit"]:hover {
    background: #fff !important;
    color: var(--mc2) !important;
}

.filter-close {
    background: #fff !important;
}

.filter-close .submit-btn input[type="submit"] {
    border-radius: 0;
    width: 100%;
}

.filter-mobile-nav {
    border-radius: 0;
    overflow: hidden;
    color: var(--tc1);
    text-align: right;
    background: transparent;
    padding-block: 8px;
    padding-left: 8px;
    border: 0;
}

.mb_Filter__Wrapper {
    border: 1px solid #fff;
    border-right-color: transparent;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    padding-block: 1rem;
}

.mb_Filter__Wrapper span {
    font-size: 1rem;
    color: #000;
    padding-right: 1rem;
}

.filter-mobile-nav i {
    top: 50%;
    translate: 0 -50%;
}

div[id$="FilterProducts_FilterItemPanle"] table td label:after,
.DivBrandFilter label:after,
.DivSizeFilter label::after,
.DivColorFilter label::after,
.FilterAvailability label ::after {
    background-image: url("data:image/svg+xml,<svg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23FAFAFA' fill-rule='nonzero'/></svg>") !important;
}

.nofilter .DnnModule-WB_FilterProducts {
    display: none;
}

.categoryMsg__Wrapper {
    background-color: white;
    border-radius: var(--border-radius);
    border: 1px solid #d6d9dd;
    margin-bottom: 2rem;
    padding: 1.5rem;
}

.categoryMsg__Wrapper .title_Md2 {
    color: var(--mc1);
    font-size: 20px;
}

.categoryMsg__Wrapper .showmore-button {
    font-weight: bold;
    font-size: 14px;
}

.categoryMsg__Wrapper .showmore-button {
    margin-top: 2rem !important;
    text-align: center;
}

.colorBox .showmore-button i {
    margin: 0rem 0.5rem;
}

.colorBox .showmore-button {
    margin-top: 0.5rem;
    justify-content: center !important;
    align-items: center;
    border: solid 1px #d9d9d9;
}

/* #endregion */

/* ANCHOR Prod List Side Category */
/* #region Prod List Side Category */
.categorySideStyle .SCat-Main li > a {
    display: block;
    color: var(--tc2);
    padding: 0.25rem;
    padding-right: 10px;
    font-weight: bold;
    position: relative;
    transition: var(--transition);
}

#dnn_ProductRightThreePane .heading_wrapper {
    background: var(--mc5);
    padding-inline: 1rem;
    padding-block: 1.5rem;
}

#dnn_ProductRightThreePane .Title_Sidebar_Text {
    border-bottom: unset;
    margin-bottom: 1rem !important;
    color: var(--tc1);
    font-weight: 500;
    padding-bottom: 0;
}

.categorySideStyle .SCat-Main li > a::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--tc2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition);
}

.categoryStyle .SCat-Main {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

/* #endregion */

/* ANCHOR Category Message */
/* #region Category Message */
.categoryMsg__Wrapper {
    background-color: white;
    border-radius: var(--border-radius);
    border: 1px solid #d6d9dd;
    margin-bottom: 2rem;
    padding: 1.5rem;
}

.categoryMsg__Wrapper .title_Md2 {
    color: var(--mc1);
    font-size: 20px;
}

.categoryMsg__Wrapper .showmore-button {
    font-weight: bold;
    font-size: 14px;
}

.categoryMsg__Wrapper .showmore-button {
    margin-top: 2rem !important;
    text-align: center;
}

@media (max-width: 991px) {
    #dnn_ProductRightThreePane .heading_wrapper {
        padding-block: 10px;
        padding-inline: 8px;
    }
}

/* #endregion  */

/* ANCHOR Prod Detail */
/* #region Prod Detail */
.Product__Detail_Top {
    padding: 1.5rem;
    background: #f5f5f5;
}

.priceAndBasket {
    border: 1px solid #d9d9d9;
    background: #f8f8f8;
    border-radius: var(--border-radius);
    padding: 1rem;
}

.priceAndBasket .brandimage__Wrapper {
    justify-content: center;
    max-height: 3rem;
    margin: 0rem 0rem 1rem;
}

.brandimage__Wrapper .brandimage__Wrapper_inner {
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.priceAndBasket .brandimage__Wrapper img {
    max-height: 3rem;
    margin: 0.2rem;
}

.priceAndBasket .wishlsitBoxOut {
    border: 1px solid #d9d9d9;
    color: var(--mc1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    padding: 0.5rem 1.5rem;
}

.Detail .cart-btn {
    width: 100%;
}

.priceAndBasket .old_prices {
    text-align: left;
    margin-bottom: 0.5rem;
}

.old_prices .discountsPercent {
    position: unset !important;
}

.priceAndBasket .SalePriceBox {
    display: flex;
    justify-content: space-between;
    color: var(--mc1);
    font-weight: bold;
    align-items: center;
    margin-bottom: 1rem;
}

.Detail .DiscountsPercent {
    background: var(--mc1);
    color: #fff;
    border-radius: 8px;
    margin-right: 5px;
    line-height: normal !important;
    width: 42px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.Detail .OldPrice {
    position: relative;
    color: #a4a4a4;
}

.sellBox__Prices .old_prices {
    align-self: end;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column-reverse;
    gap: 4px;
    margin-bottom: 4px;
}

.Detail .OldPrice::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a4a4a4;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .product__SellInfo {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        margin: 0;
        padding-block: 0.5rem;
    }

    .sell__FullName_Wrapper {
        display: none;
    }

    .sellBox__Prices {
        border-bottom: unset;
    }

    .SalePrice_Discount {
        flex-direction: row-reverse !important;
        gap: 8px;
    }

    .infoQty {
        display: none;
    }

    .SalePriceBox {
        align-items: flex-end;
    }

    #dnn_ProductRightThreePane .DnnModule-WB_NB_Store_SimpleCategory {
        display: none !important;
    }

    .Detail .GalleryOuter {
        width: 33.3333%;
    }

    .product__Sell_Box .SalePriceBox {
        margin-bottom: 0;
    }

    #NbStore-reminder .modalLeft {
        padding: 1rem !important;
    }

    .product__Gallery_secoundary {
        justify-content: flex-start !important;
    }

    .UlGroupListView li span:first-child {
        width: 25% !important;
    }
}

.priceAndBasket .addBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ceced4;
    padding-top: 1rem;
    /* margin-bottom: 1rem; */
}

.priceAndBasket .addToCart > span {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding-left: 2rem;
}

.priceAndBasket .addToCart > span {
    transition: var(--transition);
}

.priceAndBasket .addToCart > span::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    mask-image: url(../Images/basket.svg);
    -webkit-mask-image: url(../Images/basket.svg);
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    background: #fff;
    left: 0;
    transition: var(--transition);
    transform: rotate(0deg);
}

.addToCart:after,
.addToCart:before {
    display: none !important;
}

.priceAndBasket .addToCart.show-loading > span::before {
    animation: basketShake 0.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}

/* qty */
.Detail .QTY-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: fit-content;
}

.Detail .QTY-box input {
    width: 25px !important;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    height: 42px;
    background: transparent;
    cursor: default;
}

.Detail .QTY-box .QTY-up,
.Detail .QTY-box .QTY-down {
    width: 20px;
    height: 42px;
    background: transparent;
    color: var(--tc1);
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3d3d3;
    user-select: none;
}

.Detail .QTY-box .QTY-up.QTY-disabled,
.Detail .QTY-box .QTY-down.QTY-disabled {
    cursor: not-allowed;
}

.Detail .QTY-box .QTY-up.QTY-disabled > span,
.Detail .QTY-box .QTY-down.QTY-disabled > span {
    opacity: 0.5;
}

.Detail .QTY-box .QTY-up > span,
.Detail .QTY-box .QTY-down > span {
    display: block;
    transform: var(--transition);
}

.Detail .QTY-box .QTY-down {
    border-right: none;
}

.Detail .QTY-box .QTY-up {
    border-left: none;
}

.Detail .QTY-box span {
    display: none;
}

/* qty end*/

.Detail .ProName {
    margin-bottom: 8px;
    position: relative;
}

.desc__specs > * {
    color: var(--tc3);
    font-weight: 400;
}

.desc__specs h4 {
    color: var(--tc2);
    font-weight: 500;
}

.desc__Ref {
    margin-bottom: 8px;
}

.desc__Ref p {
    font-size: var(--fz-md);
    list-style: 28px;
    color: var(--tc3);
}

.Detail .ProName .title_Md {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--mc2);
    color: var(--tc2);
    font-weight: 600;
    line-height: 40px;
}

.Detail .ProName h2 {
    right: 0;
    padding-left: 0.5rem;
    background-color: white;
    display: inline;
    position: relative;
    z-index: 2;
}

.desc__specs ul {
    padding-right: 1.5rem;
}

.colorBox {
    display: none;
}

.Models .DropModels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.showmore-button {
    width: fit-content;
}

.Models .ModelItem {
    padding-inline: 8px;
    padding-block: 6px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 87px;
    cursor: pointer;
    border: 1px solid transparent;
}

.Models .ModelItem:has(input:checked) {
    border-color: #14ae5c;
    background-color: #fbfffc;
}

.Models .ModelItem input {
    width: 20px;
    height: 20px;
    accent-color: #15aa5b;
}

.Models :is(.ModelItem_Name, .ModelItem_Price) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ModelItem_Name p {
    font-size: var(--fz-md);
    color: var(--tc2);
    font-weight: 500;
}

.ModelItem_Price p:first-of-type {
    font-size: var(--fz-sm);
    color: var(--tc2);
    font-weight: 400;
}

.ModelItem_Price p:last-of-type {
    font-size: var(--fz-sm);
    color: var(--tc1);
    font-weight: 600;
}

.ModelItem_Price p:last-of-type span {
    font-weight: 500;
}

.product__Desc_Wrapper {
    padding-left: 48px !important;
}

.desc__specs ul li {
    color: var(--tc3);
    list-style: disc;
    font-weight: 300;
}

.product__SellInfo {
    background-color: #fff;
    padding: 1rem;
}

.sell__ModelName {
    font-size: var(--fz-sm);
    margin-block: 1rem;
    color: var(--tc1);
    font-weight: 500;
    position: relative;
}

.sell__ModelName::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--tc1);
    display: inline-block;
    margin-left: 4px;
}

.addBox {
    display: flex;
    gap: 8px;
}

@keyframes basketShake {
    0% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(5deg);
    }

    30% {
        transform: rotate(-5deg);
    }

    45% {
        transform: rotate(4deg);
    }

    60% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(2deg);
    }

    85% {
        transform: rotate(-2deg);
    }

    92% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0);
    }
}

.Detail .wishlsitBoxOut {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.Detail .sellBox__Prices {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f5f5f5;
}

.Detail .addToCart {
    padding: 8px 24px;
    display: inline-block;
    transition: var(--transition);
    white-space: nowrap;
    border: 1px solid var(--mc2);
    background: linear-gradient(270deg, #ff7a26 0%, #e65a19 100%);
    color: #fff;
    outline: unset !important;
}

.SalePriceBox {
    display: flex;
    justify-content: space-between;
}

.ModelItem_discount {
    text-align: left;
    color: var(--tc4) !important;
    font-size: var(--fz-sm) !important;
    text-decoration: line-through;
}

.SalePriceBox > span {
    font-size: var(--fz-sm);
    color: var(--tc1);
    font-weight: 500;
}

.ModelItem_Name > div {
    display: flex;
    align-items: center;
}

.ModelItem_OutOfStock {
    text-align: left;
    font-size: 12px;
    color: #c62828;
    margin-left: 4px;
}

.Detail .addToCart:hover {
    color: var(--mc1);
    background: #fff;
}

.SalePrice_Discount {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.SalePrice_Wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 2px;
}

.SalePrice_Discount_percent {
    background-color: #ff4c4c;
    line-height: 28px;
    padding-inline: 12px;
    color: #fff;
    font-size: var(--fz-md);
    font-weight: 500;
    margin-bottom: 8px;
}

.SalePrice_Discount_price {
    color: #a0a0a0;
    font-size: 16px;
    margin-bottom: 8px;
    text-decoration: line-through;
}

.SalePrice_Box {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
}

.SalePrice_Wrapper .toman {
    font-size: 18px;
    color: var(--tc1);
    font-weight: 500;
}

.SalePrice {
    font-size: var(--fz-lg);
    color: var(--tc1);
    font-weight: 600;
}

/* Avilable and Outofstock Buttons  */
.ModNBStoreProductListC button.product-reminder {
    width: 100% !important;
    background-color: #ff0000 !important;
    color: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    outline: none !important;
    border: none !important;
    transition: var(--transition);
    text-align: center !important;
}

.ModNBStoreProductListC button.product-reminder:hover {
    background-color: rgb(212, 0, 0) !important;
}

.ModNBStoreProductListC button.product-reminder span {
    margin-left: 0.5rem !important;
}

.priceAndBasket {
    min-height: 265px;
}

.priceAndBasket .OutOfStock {
    min-height: 218px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

/* ........... */

/* Reminder modal  */

#NbStore-reminder .modal-dialog {
    border-radius: var(--border-radius) !important;
}

#NbStore-reminder .modalRight {
    display: none !important;
}

#NbStore-reminder h4.modal-title {
    margin-top: 1rem !important;
}

#NbStore-reminder .modalLeft {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    border-radius: var(--border-radius) !important;
}

#NbStore-reminder .modal-header .close {
    margin: 0 !important;
    outline: none !important;
    border: none !important;
}

#NbStore-reminder .modal-body .userEmail {
    margin-bottom: 0.5rem !important;
}

#NbStore-reminder #btnSubmitReminder {
    border: none !important;
    outline: none !important;
    background-color: var(--mc1);
    border-radius: var(--border-radius);
    padding: 12px 31px;
    margin-right: 0 !important;
    color: white;
    font-weight: bold;
}

@media (min-width: 992px) {
    .product__SellInfo {
        max-width: 320px;
        margin-right: auto;
    }

    .Detail .infoQty {
        margin-bottom: 100px !important;
    }
}

/* #endregion */

/* ANCHOR Prod Detail Gallery */
/* #region Prod Detail Gallery */

.product__Gallery_Wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: flex-start;
}

.Detail .product__Gallery_Primary {
    width: 100%;
    position: relative;
}

.Detail .product__Gallery_Primary a {
    display: block;
    overflow: hidden;
    background: #fff;
    /* border-radius: var(--border-radius); */
    /* box-shadow: 0 0 10px rgb(0 0 0 / 15%); */
}

.product__Gallery_Wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: flex-start;
    padding-left: 48px !important;
}

.Detail .product__Gallery_Primary {
    width: 100%;
    position: relative;
}

.Detail .product__Gallery_Primary a {
    display: block;
    overflow: hidden;
    /* border-radius: var(--border-radius); */
    /* box-shadow: 0 0 10px rgb(0 0 0 / 15%); */
}

.Detail .product__Gallery_Primary a img {
    width: 100%;
}

.Detail .product__Gallery_Primary a img {
    width: 100%;
    aspect-ratio: 1;
}

.Detail .product__Gallery_secoundary {
    width: 100%;
    order: 1;
    display: flex;
    justify-content: flex-start;
    padding-block: 1rem;
    min-width: 100%;
    gap: 1rem;
}

.Detail .GalleryInner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

.Detail .GalleryInner img {
    width: 100%;
    height: 100%;
}

.Detail .GalleryOuter {
    margin-bottom: 0;
    width: 33%;
    aspect-ratio: 1;
}

.Detail .GalleryOuter .GalleryInner {
    width: fit-content;
}

.Detail .GalleryOuter .more-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2f2f2f80;
    color: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

/* #endregion */

/* ANCHOR Prod Detail Information */
/* #region Prod Detail Information */
.Information {
    margin: 2rem 0;
    padding: 1.5rem 1rem;
    padding-top: 3rem;
    background: var(--mc5);
}

.Information article {
    font-weight: 300;
}

.Information__Nav {
    border-bottom: 4px solid #e9e9e9;
    margin-bottom: 16px;
}

.Information__Nav__Item {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    margin-left: 24px;
    font-weight: bold;
    --icon-ml: 8px;
}

.active > .Information__Nav__Item {
    border-bottom: 4px solid var(--mc3);
    color: var(--tc1);
}

.UlGroupListView {
    /* border: 1px solid #26274533; */
    /* border-radius: 8px; */
    overflow: hidden;
}

.UlGroupListView > span {
    display: none !important;
}

.UlGroupListView li {
    display: flex;
}

/* .UlGroupListView li:not(:last-child) {
    border-bottom: 1px solid #26274533;
} */

.UlGroupListView li:nth-child(even) {
    background-color: #e9e9e9;
}

.UlGroupListView li span:first-child {
    background: transparent !important;
    color: var(--tc1) !important;
    margin: 0 !important;
    /* border-left: 1px solid #26274533; */
    width: 20% !important;
}

.UlGroupListView li span:nth-child(2) {
    background: transparent !important;
    margin: 0 !important;
    width: 100% !important;
    font-weight: 300;
}

.Information__Tab__Content .showMore {
    position: relative;
    padding-bottom: 50px;
}

.Information__Tab__Content .showMore::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

.Information__Tab__Content .showmore-button {
    color: var(--mc1);
    cursor: pointer;
    margin-top: 12px;
    font-family: inherit;
    text-align: left;
}

.Information__Tab__Content .showmore-button i {
    font-size: 12px;
    margin-right: 6px;
    color: var(--mc1);
}

/* Information In Mobile */

.InformationAc__Card {
    padding: 0 15px;
    border: 1px solid #26274533;
    border-radius: var(--border-radius);
    margin-bottom: 16px;
    position: relative;
    background: #fff;
}

.InformationAc__Card__Body {
    border-top: 1px solid #26274533;
    padding: 16px 0;
}

.InformationAc__Card__Head {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--tc1);
}

.InformationAc__Card__Head i {
    font-size: 12px;
    transition: var(--transition);
    color: var(--mc1);
    transform: rotate(-180deg);
}

.InformationAc__Card__Head__Text {
    display: flex;
    align-items: center;
    color: var(--tc1);
}

.InformationAc__Card.open .InformationAc__Card__Head {
    color: var(--mc1);
}

.InformationAc__Card.open .InformationAc__Card__Head i {
    transform: rotate(0);
}

/* #endregion */
.RelatedWrapper .RelatedOuter {
    margin-inline: 0.5rem;
}

@media (max-width: 991px) {
    .product__Gallery_Wrapper {
        padding-left: 0 !important;
    }

    .product__Desc_Wrapper {
        padding-left: 0 !important;
        position: static !important;
    }

    .InformationAc__Card__Head__Text {
        --icon-ml: 8px;
    }

    .Product__Detail_Top {
        position: relative;
    }

    .ProName {
        margin-bottom: 8px;
        width: calc(100% - 2rem);
        position: absolute !important;
        right: 1rem;
        top: 1rem;
        /* left: 1rem; */
    }

    .Product__Detail_Top {
        padding-top: 6rem;
    }

    .Detail .ProName .title_Md {
        font-size: 1rem;
        line-height: 27px;
    }

    .Models .DropModels {
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .Models .ModelItem {
        flex-direction: row;
    }

    .ModelItem_Price > p {
        display: none;
    }

    .ModelItem_Name {
        flex-direction: row-reverse;
        gap: 8px;
    }

    .ModelItem_Name > div {
        flex-direction: row-reverse;
        gap: 4px;
    }
}

.productList__Card {
    margin-inline: 0.5rem;
}

.home-discount-prod {
    margin-bottom: var(--main-space);
    background: url(/Portals/0/Images/home-dis-prod.webp) no-repeat;
    background-size: cover;
    aspect-ratio: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.home-discount-prod .main-title p {
    color: #3a0e00;
}

.home-discount-prod .main-title h3 {
    color: var(--mc2);
}

.home-discount-prod .main-title h3::before {
    background-color: var(--mc2);
}

.home-discount-prod .main-title h3::after {
    background-color: var(--mc2);
}

.home-discount-prod .productList__Card {
    padding: 0;
}

.home-discount-prod .productList__Card_Wrapper {
    padding: 1rem;
}

.productList__Card__Countdown {
    padding-top: 4px;
    padding-bottom: 2px;
}

.productList__Card__Countdown__Items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-bottom: 1px solid #000;
}

.productList__Card__Countdown__Items .divider {
    font-family: Kalameh;
    font-size: var(--fz-lg);
    font-weight: 500;
    line-height: 30.6px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 1rem;
}

.home-discount-prod .discountsPercent {
    top: 2rem;
    left: 1rem;
}

.timer__Box span {
    font-family: Kalameh;
    font-size: var(--fz-lg);
    font-weight: 600;
    line-height: 30.6px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--mc7);
    background-color: var(--tc5);
    padding-inline: 10px;
    font-variant-numeric: tabular-nums;
}


@media (max-width:991px) {
    .home-discount-prod {
        aspect-ratio: 1/1.768;
    }
}

@media (min-width:992px) {
    .productList__Card .show-more {
       opacity: 0;
       visibility: hidden;
       position: absolute;
       top: 40%;
       left: 50%;
       translate: -50% -50%;
       transition: 500;
    }

    .productList__Card:hover .show-more {
        visibility: visible;
        opacity: 1;
        top: 50%;
    }

    .btnStyle_Primary.show-more:hover {
        color: #fff;
        background: linear-gradient(270deg, #ff7a26 0%, #e65a19 100%);
        border: 1px var(--mc1);
    }

    /* .productList__Card .show-more:hover {
        background: inherit;
    } */
}

.WBContainer_Sidebar .SCat-Main li {
    position: relative;
}

@media (max-width:991px) {
    .productList__Card .show-more {
        display: none !important;
    }

    .ProductList {
        margin-inline: -.5rem;
    } 
}
