/*.ListPageContainer .filter .filter-menu .detail .detail-items .item-col input.hidden:disabled~label.features{display:none!important}*/

.fastNavMobile {position: relative;margin-bottom: 13px;}
.fastNavMobile .fastNavMobileContainer .FnContent .fnLink {border-bottom: 1px solid transparent;font-size: 14px;font-weight: 300;color: #141414;padding: 8px 10px;margin-right: 4px;border-radius: 33px;border: 1px solid #b9b9b9;}
@media only screen and (max-width:991px){
    .fastNavMobile .fastNavMobileContainer .FnContent {padding:0 10px;white-space: nowrap;overflow-y: hidden;overflow-x: auto;}
    .fastNavMobile .fastNavMobileContainer .FnContent::-webkit-scrollbar {
        width: 0;height: 0;
      }
}
  
#list-sorter-ui {
    width: 110px;
    height: 1px;
    margin: 0 12px
}

#list-sorter-ui .ui-slider-handle {
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    background-color: #000;
    top: -7px;
    cursor: pointer
}


.AllPagePhoneSale {
    display: block!important
}

.ListingPageGrid {
    display: flex;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #cacaca
}

.ListingPageGrid .T {
    font-weight: 100;
    font-size: 11px;
    color: #505050;
    margin-right: 3px;
    line-height: 22px
}

.ListingPageGrid>div[data-id] {
    padding: 1px 4px;
    font-size: 13px;
    color: #afafaf;
    cursor: pointer;
    border: 0;
    font-size: 0
}

.ListingPageGrid>div[data-id="1"] {
    display: none
}

.ListingPageGrid>div[data-id]::before {
    content: "";
    font-family: misszenne!important;
    font-size: 16px
}

.ListingPageGrid>div[data-id]:hover {
    color: #8e8e8e
}

.ListingPageGrid>div[data-id].active {
    color: #0c0c0c
}

.ListingPageGrid>div[data-id="1"]::before {
    content: "\ed23"
}

.ListingPageGrid>div[data-id="2"]::before {
    content: "\ecef"
}

.ListingPageGrid>div[data-id="3"]::before {
    content: "\ecf0"
}

.ListingPageGrid>div[data-id="4"]::before {
    content: "\ecf1"
}

.ListingPageGrid>div[data-id="5"]::before {
    content: "\ecf1"
}

.ListingPageGridMobile {
    display: none;
    margin-left: 10px
}

.ListingPageGridMobile>div {
    font-size: 24px;
    margin: 0 7px;
    color: #ccc
}

.ListingPageGridMobile>div.active {
    color: #000
}

@media only screen and (max-width: 768px) {
    .ListingPageGrid {
        display:none
    }

    .ListingPageGridMobile {
        display: flex
    }
}

.filterOverlay.Show {
    transition: .3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,.7)
}

.ListPageContainer {
    width: 100%;
    display: block;
    position: relative;
    padding: 9px 0;
    max-width: 1920px;
    margin: 0 auto
}

.ListPageContainer .listArea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ListPageContainer .listArea .filter {
    flex: none;
    transition: .3s;
    margin-right: 25px;
    padding-left: 5px;
    width: 205px;
}

.DesignModule.ToggleFilter .listArea .filter {
    opacity: 1
}

.ListPageContainer .listArea .filter .filter-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ListPageContainer .listArea .filter .filter-menu.fixedFunctionTrigger{
    top: 115px!important;
    max-height: calc(100% - 140px)!important;
}

.ListPageContainer .listArea.ShowFilter .filter {
    margin-right: 40px;
    margin-left: 0;
    width: 185px;
    opacity: 1
}

.ListPageContainer .listArea .filter .filter-menu .MobileFilterConfirm {
    display: none;
    border: none;
    border-radius: 5px;
    padding: 16px 0 14px;
    text-transform: capitalize;
    font-size: 15px;
    background-color: #000;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 18px;
    right: 18px
}

.ListPageContainer .listArea .filter .filter-menu>.header {
    width: 100%;
    align-items: center;
    background-color: #fff;
    z-index: 1;
    margin-bottom: 25px
}

.ListPageContainer .listArea .filter .filter-menu>.header .desktop-header-text {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 13px;
    letter-spacing: 1px;
    border: 1px solid rgba(0,0,0,.2);
    padding: 6px 12px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 9px
}

.ListPageContainer .filter-container .filter-text {
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ListPageContainer .filter-container.nav-show {
    position: fixed;
    transform: translateY(-88px)
}

.ListPageContainer .listArea .list .list-wrapper {
}

.ListPageContainer .listArea .list .list-wrapper .ProductListEmpty {
    text-align: center;
    padding: 40px 10px;
    height: 700px
}

.ListPageContainer .listArea .list .list-wrapper .ProductListEmpty>.Icon {
    display: inline-block;
    margin-bottom: 15px
}

.ListPageContainer .listArea .list .list-wrapper .ProductListEmpty>.Title {
    font-size: 18px;
    margin-bottom: 27px
}

.ListPageContainer .listArea .list .list-wrapper .ProductListEmpty>a {
    background-color: #000;
    color: #fff
}

.ListPageContainer .listArea .list .list-wrapper .ProductListEmpty>.Icon>img {
}

.ListPageContainer .filter .filter-menu .detail .detail-header .default-text {
    display: none
}

.ListPageContainer .filter .filter-menu .detail.FilterHistory {
}

.ListPageContainer .filter .filter-menu .detail .mobile-add-selected>span {
    display: inline-block;
    margin-right: 4px
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col.AutoHeight {
    max-height: 220px;
    overflow-y:scroll;
    overflow-x: hidden;
}

.ListPageContainer .filter .filter-menu .detail .detail-items input[name='searchShowMoreCol']{
    border: 1px solid #a4a4a4;
    border-radius: 5px;
    padding: 3px 8px;
    margin-bottom:7px;
    font-size:13px;
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col::-webkit-scrollbar {
    width: 7px;
    background-color: #f0f0f0
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col::-webkit-scrollbar-thumb {
    background: #a2a2a2
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col::-webkit-scrollbar-thumb:window-inactive {
    background: #d6d6d6
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col.show {
    max-height: 200px
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col.show>.detail-more-button {
    top: 60px
}

.ListPageContainer .listArea .filter .filter-menu>.header .close-button {
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    font-size: 16px;
    position: absolute;
    left: 12px;
    padding: 10px;
    display: none
}

.ListPageContainer .listArea .filter .filter-menu>.header .close-button>i {
    margin-right: 7px;
    font-size: 14px
}

.ListPageContainer .listArea .filter .filter-menu>.header .mobile-header-text {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 auto;
    display: none
}

.ListPageContainer .listArea .list {
    padding-top: 0;
    flex: auto;
    width: calc(100% - 207px);
}

.ListPageContainer .filter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 9px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    transition: all .3s;
    position: sticky;
    z-index: 5;
    justify-content: space-between
}



@media only screen and (min-width: 991px) {
    .ListPageContainer .listArea .filter{
        transition:all .3s;
    }

    .ListPageContainer .listArea .list{
        transition:all .3s;
    }


    .ListPageContainer .filter-container {
        position:relative;
        background-color: #fff;
        z-index: 100;
        margin-left: auto;
        transition: .5s;
    }

    .ListPageContainer .listArea.hide-filterColumn .filter{

        overflow: hidden;
        padding-left: 0px;
        margin-right: 0px;
        /* width: 0; */
        margin-left: -270px;
        opacity: 0;
        /* transform: translateX(-140%); */
    }
    .ListPageContainer .listArea.hide-filterColumn .list{
        width: 100%;
    }


    .filter-menu::-webkit-scrollbar {
        width: 6px;
        height: 6px;
      }
      .filter-menu::-webkit-scrollbar-thumb {
        background: #ebebeb;
        border: 0px none #ffffff;
        border-radius: 85px;
      }
      .filter-menu::-webkit-scrollbar-thumb:hover {
        background: #c9c9c9;
      }
}

.ListPageContainer .filter-container .filter-left {
    flex: auto;
    display: flex;
    align-items: center
}

.ListPageContainer .filter-container .filter-left .filter-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 18px;
    padding: 7px 0;
    color: #444;
    font-weight: 400;
    font-size: 14px
}

.ListPageContainer .filter-container .filter-left .filter-toggle::after {
    content: "\ed1b";
    font-family: misszenne!important;
    margin-left: 5px;
    width: 13px;
    display: none
}

.ListPageContainer .filter-container .list-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
    font-size: 16px
}

.ListPageContainer .filter-container .list-title>h1 {
    text-transform: capitalize;
    display: inline-block;
    margin: 0 5px 0 0;
    color: #444;
    font-weight: 600;
    font-size: 16px
}

.ListPageContainer .filter-container .list-title .total-count {
    position: relative;
    margin: 0 0 0 5px;
    color: #8e8e8e;
    font-size: 14px
}

.ListPageContainer .filter-container .list-title .total-count .tt {
    display: inline-block;
    margin-left: 5px
}

.ListPageContainer .filter-container .filter-text {
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ListPageContainer .filter-container.nav-show {
    position: fixed;
    transform: translateY(-88px);
    width: calc(100% - 302px);
    right: 47px
}

.ListPageContainer .filter-container .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    margin-right: 18px;
    width: 90%;
    display: none
}

.ListPageContainer .filter-container .input-wrapper .input-container {
    width: 84%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #949494;
    position: relative;
    top: -4px
}

.ListPageContainer .filter-container .input-wrapper .input-container .input-icon {
    font-size: 16px
}

.ListPageContainer .filter-container .input-wrapper .input-container .input-area {
    width: 100%;
    border: none;
    font-size: 16px;
    height: 33px;
    padding-left: 12px;
    position: relative
}

.ListPageContainer .filter-container .input-wrapper .input-container .input-area:placeholder-shown {
    font-size: 13px;
    opacity: .5
}

.ListPageContainer .filter-container .input-wrapper .input-container .input-clear-icon {
    color: #a2a2a2;
    font-size: 17px;
    height: 33px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99
}




.ListPageContainer .filter-container .input-wrapper .input-close-text {
    display: none;
    font-size: 14px;
    height: 100%;
    color: #408be0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    padding: 10px 14px;
    text-align: right
}

.ListPageContainer .listArea .list .list-wrapper {
}

.ListPageContainer .listArea .list .list-wrapper .ProductListEmpty {
    text-align: center;
    padding: 40px 10px;
    height: 700px
}

.ListPageContainer .listArea .list .list-wrapper .ProductListEmpty>.Icon {
    display: inline-block;
    margin-bottom: 15px
}

.ListPageContainer .listArea .list .list-wrapper .ProductListEmpty>.Title {
    font-size: 18px;
    margin-bottom: 27px
}

.ListPageContainer .listArea .list .list-wrapper .ProductListEmpty>.Title>span {
    font-size: 18px;
    color: #000;
    font-weight: 100
}

.ListPageContainer .listArea .list .list-wrapper .ProductListEmpty>a {
    background-color: #000;
    color: #fff
}

.ListPageContainer .listArea .list .list-wrapper .ProductListEmpty>a>span {
    background-color: #000;
    color: #fff;
    padding: 14px 30px;
    display: block;
    font-weight: 700;
    font-size: 14px
}

.ListPageContainer .listArea .list .list-wrapper .ProductListEmpty>.Icon>img {
}

.ListPageContainer .filter-container .filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ListPageContainer .filter-container .sort {
    font-weight: 400;
    border-radius: 25px;
    font-size: 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 6px 18px;
    padding-right: 22px;
    cursor: pointer;
    background-position-x: calc(100% - 4px);
    background-size: 9px
}

.ListPageContainer .filter-container .filter-wrapper .mobile-filter-btn {
    padding: 8px 30px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 13px;
    font-family: sans-serif;
    justify-content: center;
    display: none
}

.ListPageContainer .filter-container .filtered-element {
    display: none
}

.ListPageContainer .filter .filter-menu .detail {
    text-align: left;
    margin-bottom: 25px;
    max-width: 100%;
    position: relative;
    border-bottom:1px solid #dadada;
    padding-bottom: 12px;
}
.ListPageContainer .filter .filter-menu .detail .detail-items .detail-more-button-wrapper.active::before {content:"";position:absolute;left:0;bottom:0;width:100%;background: linear-gradient(0deg, rgba(255,255,255,1) 39%, rgba(0,212,255,0) 100%);height: 70px;}
.ListPageContainer .filter .filter-menu .detail .detail-items .detail-more-button-wrapper > * {position:relative;z-index:1;}

.ListPageContainer .filter .filter-menu .detail.hider-mobile {
    margin-bottom: 10px
}

.ListPageContainer .filter .filter-menu .detail .detail-header {
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    margin-bottom: 18px;
    color: #444;
    font-weight: 700;
    font-size: 14px
}

.ListPageContainer .filter .filter-menu .detail .detail-header .default-text {
    display: none
}

.ListPageContainer .filter .filter-menu .detail span>label {
    display: block
}

.ListPageContainer .filter .filter-menu .detail.FilterHistory {
}

.ListPageContainer .filter .filter-menu .detail.FilterHistory .detail-items {
    margin: 0
}

.ListPageContainer .filter .filter-menu .detail.FilterHistory .detail-items .item-col {
    max-height: none
}

.ListPageContainer .filter .filter-menu .detail.FilterHistory .detail-items .filter-item {
    color: #575757;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    padding: 4px 8px 4px 24px
}
@media only screen and (min-width: 991px){
    .ListPageContainer .filter .filter-menu .detail.FilterHistory .detail-items .filter-item {left: 0;}
}

.ListPageContainer .filter .filter-menu .detail.FilterHistory .detail-items .filter-item>.filter-remove {
    font-size: 17px;
    color: #d30011;
    margin-right: 5px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 2px
}

.ListPageContainer .filter .filter-menu .detail.FilterHistory .detail-items .filter-item>i {
    font-style: inherit;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 3px;
    display: block
}

.ListPageContainer .listArea .filter .filter-menu>.categorySeo-Text {
    font-size: 12px;
    padding: 10px 0;
    text-align: left;
    line-height: 20px;
    color: #575757c2;
    max-height: 400px;
    min-height: 200px;
    height: 210px;
    padding-right: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.ListPageContainer .listArea .filter .filter-menu>.categorySeo-Text::-webkit-scrollbar {
    width: 7px;
    background-color: #f0f0f0
}

.ListPageContainer .listArea .filter .filter-menu>.categorySeo-Text::-webkit-scrollbar-thumb {
    background: #a2a2a2
}

.ListPageContainer .listArea .filter .filter-menu>.categorySeo-Text::-webkit-scrollbar-thumb:window-inactive {
    background: #d6d6d6
}

.ListPageContainer .filter .filter-menu .detail .mobile-add-selected {
    display: None;
    bottom: 7px;
    font-size: 13px;
    font-weight: 700;
    opacity: .4;
    letter-spacing: 0;
    position: relative;
    top: 9px
}

.ListPageContainer .filter .filter-menu .detail .mobile-add-selected>span {
    display: inline-block;
    margin-right: 4px
}

.ListPageContainer .filter .filter-menu .detail .detail-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 10px;
    position: relative
}

.ListPageContainer .filter .filter-menu .detail .detail-items .detail-more-button-wrapper {
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    width: 100%;
    display: none;
    font-weight: 900;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-top: 8px;
    color: #575757;
    font-size: 13px;
    top: 3px;
}

.ListPageContainer .filter .filter-menu .detail .detail-items .detail-more-button-wrapper span:nth-child(2){
    text-decoration:underline;
    font-size: 12px;
}

.ListPageContainer .filter .filter-menu .detail .detail-items .detail-items-header {
    display: none;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #000;
    padding: 20px;
    background-color: #fff;
    z-index: 1;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.ListPageContainer .filter .filter-menu .detail .detail-items .detail-items-header .detail-header-text {
    margin-bottom: 18px;
    color: #444;
    font-weight: 700;
    font-size: 14px
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col {
    width: 100%;
    max-height: 165px;
    transition: all .3s;
    /* overflow-y:auto; */
    /* overflow-x:hidden; */
    overflow: hidden;
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col.AutoHeight {
    /*max-height: initial;*/
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col::-webkit-scrollbar {
    width: 7px;
    background-color: #f0f0f0
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col::-webkit-scrollbar-thumb {
    background: #a2a2a2
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col::-webkit-scrollbar-thumb:window-inactive {
    background: #d6d6d6
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col>span {
    display: block;
    position: relative;
    left: 25px
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col.show {
    max-height: 200px
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col.show>.detail-more-button {
    top: 60px
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col .hidden {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col .features {
    position: relative;
    cursor: pointer;
    width: 100%;
    display: block;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-top: 8px;
    font-size: 14px;
    color: #575757;
    overflow: initial
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col .features:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: -23px;
    border: 1px solid #00000024;
    display: block;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width: 768px) {
    .ListPageContainer .filter .filter-menu .detail .detail-items .item-col .features:hover {
        opacity:.5
    }
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col .FilterItem:disabled+.features {
    color: #ddd;
    text-decoration: line-through;
    display:none
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col input[type=checkbox]:checked+.features {
    color: #000;
    font-weight: 700
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col input[type=checkbox]:checked+.features::after {
    content: "";
    position: absolute;
    left: -20px;
    width: 11px;
    height: 11px;
    background: #000;
    top: 50%;
    transform: translateY(-50%)
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col.color-style {
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col.color-style>span {
    display: inline-block;
    width: 40px;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 10px
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col.color-style .features {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 1px solid #eee
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col.color-style .features>span {
    display: none
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col.color-style .features::before {
    content: "";
    background-color: var(--colorCode);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.ListPageContainer .filter .filter-menu .detail .detail-items .item-col.color-style input[type=checkbox]:checked+.features::after {
    margin: 0;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    color: #adadad;
    text-align: center;
    border: 1px solid #adadad;
    line-height: 18px
}

.ListPageContainer .filter .filter-menu .detail .detail-price {
    display: flex;
    align-items: center
}

.ListPageContainer .filter .filter-menu .detail .detail-price .range-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ListPageContainer .filter .filter-menu .detail .detail-price .price-input {
    padding: 4px 7px;
    width: 100%;
    font-family: inherit;
    height: 29px;
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid #d6d6d6
}

.ListPageContainer .filter .filter-menu .detail .detail-price .price-input:first-child {
    margin-right: 6px
}

.ListPageContainer .filter .filter-menu .detail .detail-price .price-input:nth-child(2) {
    margin-left: 6px
}

.ListPageContainer .filter .filter-menu .detail .detail-price .price-button {
    cursor: pointer;
    border: none;
    position: relative;
    display: flex;
    animation: center;
    justify-content: center;
    width: 30px;
    height: 28px;
    flex: none;
    border-radius: 3px;
    margin-top: 1px;
    padding-top: 7px;
    margin-left: 10px;
    background-color: #d6d6d6;
    font-size: 13px
}

.ListPageContainer .filter .filter-menu .detail .detail-price .price-button:hover {
    background-color: #4c4c4c;
    color: #fff
}

.ListPageContainer .filter .filter-menu .detail .detail-items .detail-apply-button-wrapper {
    display: none;
    height: 80px;
    padding: 18px;
    background-color: #fff
}

.ListPageContainer .filter .filter-menu .detail .detail-items .detail-apply-button-wrapper>button {
    display: block;
    border: none;
    border-radius: 5px;
    padding: 18px 0;
    text-transform: capitalize;
    font-size: 13px;
    background-color: #000;
    color: #fff;
    letter-spacing: 2px;
    width: 100%
}

.ListPageContainer .filter-container.nav-hide {
    position: fixed;
    transform: translateY(-200px);
    width: calc(100% - 302px)
}

.ListPageContainer .listArea .filter .filter-menu.nav-hide {
    top: 70px
}
  

@media only screen and (min-width: 991px){
    .ListPageContainer .filter .filter-menu .detail .detail-items .item-col.color-style .features::before {top: 11px;left: -1px;}
    .ListPageContainer .filter .filter-menu .detail .detail-items .item-col.color-style input[type=checkbox]:checked+.features::after {top: 7px;left: 12px;content: "\e93d";font-family: 'MissZenne' !important;border: 0;background: transparent;color: #000;}
}
   
@media only screen and (max-width: 991px) {
    .ListPageContainer .filter .filter-menu .detail .detail-items input[name='searchShowMoreCol']{
        margin:12px;
        padding: 8px 12px;
    }
    .ListPageContainer .filter .filter-menu .detail .detail-items .item-col.color-style .features::before {
    transform: none;
    }
    .ListPageContainer .filter .filter-menu .detail .detail-items .item-col.color-style {padding-top: 16px;}
    .ListPageContainer .filter .filter-menu .detail .detail-price .range-flex {
        width:100%
    }

    .ListPageContainer .filter .filter-menu .detail .detail-price .price-input {
        height: 40px;
        padding: 0 12px
    }

    .ListPageContainer {
        padding: 0
    }

    .ListPageContainer .listArea {
        padding: 0
    }

    .ListPageContainer .listArea .filter {
        margin-right: 30px
    }

    .ListPageContainer .filter-container {
        padding: 0;
        transition: all .3s;
        position: -webkit-sticky;
        position: sticky;
        width: 100%;
        display: block
    }

    .ListPageContainer .filter-container .filter-left {
        width: 100%;
        margin: 0;
        background-color: #f5f5f5;
        padding: 10px
    }

    .ListPageContainer .filter-container .filter-wrapper {
        padding: 10px
    }

    .ListPageContainer .filter-container .filter-wrapper .mobile-filter-btn {
        display: block;
        margin-left: 15px
    }

    .ListPageContainer .filter-container .sort {
        padding: 8px 10px;
        font-weight: 500;
        text-transform: capitalize;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 13px;
        font-family: sans-serif;
        justify-content: center;
        padding-right: 25px;
        flex: auto
    }

    .ListPageContainer .filter-container .filter-left .filter-toggle {
        display: none
    }

    .ListPageContainer .filter-container.nav-hide {
        width: 100%!important;
        left: 0;
        right: 0;
        transform: translateY(-200px)
    }

    .ListPageContainer .filter-container.Active {
        padding: 9px 5px;
        margin-left: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        z-index: 998;
        padding: 12px 16px;
        position: sticky;
        top: 51px;
        left: 0;
        right: 0;
        background-color: #fff
    }

    .ListPageContainer .filter-container.Active.Fixed {
        top: 0;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.3)
    }

    .ListPageContainer .filter-container.Active .filter-wrapper {
        display: none
    }

    .ListPageContainer .filter-container.Active .input-wrapper .input-close-text {
        display: block
    }

    .ListPageContainer .filter-container .input-wrapper .input-container .input-clear-icon.Active {
        visibility: visible
    }
}

@media only screen and (max-width: 768px) {
    .ListPageContainer .filter-container.nav-show {
        width:100%;
        left: 0;
        right: 0;
        width: 100%;
        top: 141px;
        position: sticky
    }

    .ListPageContainer .listArea .filter .filter-menu>.categorySeo-Text {
        display: none
    }

    .ListPageContainer .listArea .filter {
        position: fixed;
        bottom: 0;
        z-index: 9991;
        background-color: #fff;
        left: 0;
        right: 0;
        height: 75%;
        transition: .3s;
        transform: translateY(100%);
        margin: 0;
        width: 100%
    }

    .ListPageContainer .listArea .filter.Show {
        transform: translateY(0%);
        opacity: 1;
        width: 100%;
        padding: 0;
    }

    .ListPageContainer .listArea .filter .filter-menu {
        width: 100%;
        height: 100%;
        padding-bottom: 65px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: initial;
        max-height: initial;
        max-width: initial;
        position: initial;
        padding-bottom: 52px;
    }

    .ListPageContainer .listArea .filter .filter-menu .MobileFilterConfirm {
        display: block
    }

    .ListPageContainer .listArea .filter .filter-menu>.header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid rgba(0,0,0,.8);
        padding: 23px;
        justify-content: space-between;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        margin: 0
    }

    .ListPageContainer .listArea .filter .filter-menu>.header .close-button {
        display: flex
    }

    .ListPageContainer .listArea .filter .filter-menu>.header .mobile-header-text {
        display: block
    }

    .ListPageContainer .listArea .filter .filter-menu>.header .desktop-header-text {
        position: absolute;
        right: 18px;
        text-transform: capitalize;
        padding: 10px;
        text-decoration: underline;
        font-size: 14px;
        border: 0;
        letter-spacing: 0;
        color: #408be0
    }

    .ListPageContainer .filter .filter-menu .detail {
        position: initial;
        margin: 0
    }

    .ListPageContainer .filter .filter-menu .detail .detail-items {
        margin: 0;
        position: inherit;
        overflow-y: auto;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 22;
        background-color: #fff;
        transform: translateX(-100%);
        transition: .3s;
        display: flex;
        overflow: hidden;
        justify-content: flex-start
    }

    .ListPageContainer .filter .filter-menu .detail .detail-items.Show {
        transform: translateY(0%)
    }

    .ListPageContainer .filter .filter-menu .detail .detail-items .detail-more-button-wrapper {
        display: none!important
    }

    .ListPageContainer .filter .filter-menu .detail .detail-items .item-col {
        max-height: 100%;
        flex: none;
        height: calc(100% - 139px - 60px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .ListPageContainer .filter .filter-menu .detail .detail-items .detail-items-header {
        display: block
    }

    .ListPageContainer .filter .filter-menu .detail .detail-items .detail-items-header .detail-back-button,.ListPageContainer .filter .filter-menu .detail .detail-items .detail-items-header .detail-header-clear {
        position: absolute;
        padding: 9px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 11px;
        z-index: 21
    }

    .ListPageContainer .filter .filter-menu .detail .detail-items .detail-items-header .detail-back-button {
        left: 9px
    }

    .ListPageContainer .filter .filter-menu .detail .detail-items .detail-items-header .detail-header-clear {
        right: 9px;
        display: none
    }

    .ListPageContainer .filter .filter-menu .detail .detail-header,.ListPageContainer .filter .filter-menu .detail .detail-items .item-col .features {
        font-size: 15px;
        padding: 23px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        margin: 0;
        padding: 15px!important
    }

    .ListPageContainer .filter .filter-menu .detail .detail-items .item-col input[type=checkbox]:checked+.features::after {
        top: 24px;
        right: 18px;
        font-size: 14px
    }

    .ListPageContainer .filter .filter-menu .detail .detail-price {
        padding: 22px;
        height: 100%;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .ListPageContainer .filter .filter-menu .detail .detail-price .price-button {
        display: none
    }

    .ListPageContainer .filter-container .list-title .total-count .tt {
        display: none
    }

    .ListPageContainer .filter-container .filter-text {
        display: none
    }

    .ListPageContainer .filter-container .input-wrapper {
        display: flex;
        width: 100%;
        margin-right: 0
    }

    .ListPageContainer .filter .filter-menu .detail .detail-items .detail-apply-button-wrapper {
        display: block
    }

    .ListPageContainer .filter .filter-menu .detail .mobile-add-selected {
        display: block
    }

    .ListPageContainer .filter-container .list-title {
        display: flex;
        align-items: center
    }

    .ListPageContainer .filter .filter-menu .detail.FilterHistory {
        display: none!important
    }

    .DesignModule.ToggleFilter .filter-container .filter-left .filter-toggle::after {
        content: "\e93a"
    }

    .ListPageContainer .filter .filter-menu .detail.FilterHistory {
        display: none!important
    }

    .ListPageContainer .filter-container .list-title>h1 {
        font-size: 13px;
        text-decoration: none;
        font-style: inherit;
        font-weight: 300
    }

    .ListPageContainer .filter-container .list-title .total-count {
        font-size: 13px;
        font-weight: 300
    }
}

.productItemLayout {
}

.productItemLayout .Layout.Gallery {
    position: relative;
    margin: 0
}

.productItemLayout .Layout.Gallery .item-slider .item-img {
    display: block
}

.productItemLayout .Layout.Gallery .addFavItem {
    position: absolute;
    right: 15px;
    bottom: -34px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    z-index: 9
}

.productItemLayout .Layout.Gallery .addFavItem::after {
    line-height: initial;
    padding: 5px;
    font-size: 10px;
    margin-top: 4px
}

.productItemLayout .Layout.Gallery .addFavItem::before {
    right: 11px;
    top: calc(100% - (6px))
}


.productItemLayout .Layout.Gallery .addFavItem .AddFav {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: .3s;
    cursor: pointer;
    height: 100%;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    z-index: 99;
    border: none;
    box-shadow: none;
    background-color: transparent;
}


.productItemLayout .Layout.Gallery .addFavItem .AddFav::before {
    content: "\f004";
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 500;
}

.productItemLayout .Layout.Gallery .addFavItem.activeFav>.AddFav {
    background-color: red
}

.productItemLayout .Layout.Gallery .addFavItem.activeFav>.AddFav::before {
    content: "\f004";
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.productItemLayout .Layout.Gallery .item-slider .videoItem {
}

.productItemLayout .Layout.Gallery .item-slider .videoItem .playVid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    background-color: #ffffffcf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    z-index: 4;
    cursor: pointer;
    transition: .3s;
    padding-left: 3px
}

.productItemLayout .Layout.Gallery .item-slider .videoItem .item-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.productItemLayout .Layout.Gallery .item-slider .videoItem.ActiveVid .item-img {
    z-index: 5
}

.productItemLayout .Layout.Gallery .item-slider .videoItem .item-img>.product-card-media {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: fill;
    width: 100%;
    height: 100%
}

.productItemLayout .Layout.Gallery .item-slider .videoItem>img {
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 991px) {
    .productItemLayout .Layout.Gallery .item-slider .videoItem .playVid:hover {
        background-color:#fff
    }

    .productItemLayout .Layout.Gallery .item-slider .owl-theme .item-img,.productItemLayout .Layout.Gallery .item-slider .owl-theme .item-img img {
        z-index: 999
    }
}

.productItemLayout .Layout.Gallery .ColorBox {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 5;
    right: 10px;
    padding: 21px 16px 16px;
    background-color: #f9f7f6e6;
    text-align: center;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.productItemLayout .Layout.Gallery .ColorBox>.item-add-cart>.cart-sizes>.cart-sizes-items .cart-sizes-item {
    font-size: 13px;
    padding: 8px 10px 5px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid transparent;
    margin: 0 3px 7px
}

.productItemLayout .Layout.Gallery .ColorBox>.item-add-cart>.cart-sizes>.cart-sizes-items .cart-sizes-item:not(.Disable):hover {
    border-color: #8c8c8c
}

.productItemLayout .Layout.Gallery .ColorBox>.item-add-cart>.cart-sizes>.cart-sizes-items .cart-sizes-item.Disable {
    pointer-events: none;
    color: #a7a7a7
}

.productItemLayout .Layout.Gallery .ColorBox>.item-add-cart>.cart-sizes>.cart-sizes-items .cart-sizes-item.Active {
    background-color: #8c8c8c;
    color: #fff
}

.productItemLayout .Layout.Gallery .ColorBox>.item-add-cart>.cart-sizes>.cart-sizes-header {
    margin-top: 10px;
    padding: 16px 10px 14px;
    background-color: #636363;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

.productItemLayout .Layout.Gallery .ColorBox>.item-add-cart>.cart-sizes>.select-text {
    background-color: #f0f0f0;
    color: #151515
}

.productItemLayout .Layout.Info {
    padding-top: 14px;
    text-align: center
}

.productItemLayout .Layout.Gallery .mobile-add-cart {
    position: absolute;
    right: 6px;
    bottom: -37px;
    padding: 8px;
    font-size: 22px;
    display: none;
    z-index: 15
}

.productItemLayout .Layout.Info>.info-top-bar>.item-colors {
    margin-bottom: 6px
}

.productItemLayout .Layout.Info>.info-top-bar>.item-colors>.item-colors-wrapper {
    position: relative
}

.productItemLayout .Layout.Info>.info-top-bar>.item-colors>.item-colors-wrapper .count-container {
    font-size: 13px;
    display: flex;
    align-items: center;

}

.productItemLayout .Layout.Info>.info-top-bar>.item-colors>.item-colors-wrapper .count-container>img {
    position: relative;
    top: -1px;
    margin-right: 3px;
    display: none;
}

.productItemLayout .Layout.Info>.info-top-bar>.item-colors>.item-colors-wrapper>[key=ColorItemList] {
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.productItemLayout .Layout.Info>.info-top-bar>.item-colors>.item-colors-wrapper>[key=ColorItemList]>.ColorList {
}

.productItemLayout .Layout.Info>.info-top-bar>.item-colors>.item-colors-wrapper>[key=ColorItemList]>.ColorList>.color-wrapper {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #9a9a9a;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer
}

.productItemLayout .Layout.Info>.info-top-bar>.item-colors>.item-colors-wrapper>[key=ColorItemList]>.ColorList>.color-wrapper>.color {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.productItemLayout .Layout.Info>.ProductName .product-name {
    font-size: 14px;
    margin-bottom: 8px;
    color: #000
}

.productItemLayout .Layout.Info>.ProductPrice .priceBox {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: center
}

.productItemLayout .Layout.Info>.ProductPrice .priceBox>.first-price {
    margin-right: 8px;
    color: #f12f2f;
    order: 2;
    font-size: 14px;
    padding-top: 2px;
    margin-right: 8px
}

.productItemLayout .Layout.Info>.ProductPrice .priceBox>.first-price.hide-oldPrice {
    display: none!important
}

.productItemLayout .Layout.Info>.ProductPrice .priceBox.discountFlash .first-price.disable-price {
    display: block!important
}

.productItemLayout .Layout.Info>.ProductPrice .priceBox>.first-price.disable-price {
    color: #000;
    text-decoration: line-through;
}

.productItemLayout .Layout.Info>.ProductPrice .priceBox>.discountFlashPrice,.productItemLayout .Layout.Info>.ProductPrice .priceBox>.second-price {
    font-size: 14px;
    margin-right: 8px;
    color: red;
    order: 2;
    font-weight: 600;
}

.productItemLayout .Layout.Info>.ProductPrice .priceBox.discountFlash>.second-price {
    margin-right: 0
}

.productItemLayout .Layout.Info>.ProductPrice .priceBox>.percent-price {
    font-weight: 300;
    order: 1;
    text-align: center;
    width: max-content;
    border-color: currentcolor;
    border: 1px solid #f12f2f;
    background-color: #f12f2f;
    font-size: 13px;
    padding: 0 6px;
    color: #fff;
    border-radius: 60px;
    margin-right: 8px;
    margin-top: 1px
}

.productItemLayout .Layout.Info>.ProductPrice .priceBox>.second-price.discountActivePrice {
    color: #000
}

.productItemLayout .Layout.Info>.CampaingBadge>.special-today>.special-today-text {
    font-size: 14px;
    color: #f12f2f;
    border-bottom: 1px solid;
    padding-bottom: 4px
}

@keyframes ColorBoxFadeInFromBottom {
    0% { transform: translateY(10px); }
    100% { transform: translateY(0); }
}
@media only screen and (min-width: 991px) {
    .productItemLayout .Layout.Gallery .addFavItem .AddFav:hover {
        border-color:#000;
        color: #000;
    }
    
    .productItemLayout:hover .Layout.Gallery .ColorBox {
        opacity: 1;
        visibility: visible;
        animation-name: ColorBoxFadeInFromBottom;
        animation-duration: .3s;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }

    .productItemLayout:hover .Layout.Info>.info-top-bar>.item-colors>.item-colors-wrapper>[key=ColorItemList] {
        opacity: 1;
        visibility: visible
    }

    .productItemLayout .Layout.Gallery .addFavItem .AddFav {
        font-size: 18px
    }
}

@media only screen and (max-width: 991px) {
    .productItemLayout .Layout.Info>.ProductPrice .priceBox>.percent-price::before,.productItemLayout .Layout.Info>.ProductPrice .priceBox>.percent-price::after {
        display:none
    }

    .productItemLayout {
        position: relative;
        margin-bottom: 0!important
    }

    .productItemLayout .Layout.Gallery .mobile-add-cart {
        display: block;
        bottom: 5px
    }

    .productItemLayout .Layout.Gallery .addFavItem .AddFav {
        font-size: 17px;
        width: 33px;
        height: 33px
    }

    .productItemLayout .Layout.Info {
        padding: 6px 10px 5px;
        display: flex;
        flex-direction: column;
        position: initial
    }

    .productItemLayout .Layout.Info>.ProductName .product-name {
        margin-bottom: 3px;
        height: 35px;
        height: 55px;
        
    }

    .productItemLayout .Layout.Info .ProductPrice {
        order: 1
    }

    .productItemLayout .Layout.Gallery .ColorBox,.productItemLayout .Layout.Info .info-top-bar {
        display: none
    }

    .productItemLayout .Layout.Info>.CampaingBadge>.special-today>.special-today-text {
        border: 0;
        color: #000;
        font-weight: 200;
        font-size: 13px;
        width: 100%;
        display: block;
        padding: 7px 4px 2px;
        border: 1px solid #f12f2f;
        border-bottom: 0;
        border-radius: 7px 7px 0 0;
        text-align: center
    }

    .productItemLayout .Layout.Info>.ProductPrice .priceBox.discountFlash {
        justify-content: center;
        margin: 0;
        border: 1px solid #f12f2f;
        border-top: 0;
        padding-bottom: 3px;
        border-radius: 0 0 7px 7px
    }

    .productItemLayout .Layout.Info>.ProductPrice .priceBox.discountFlash>.discountFlashPrice {
        margin: 0;
        font-size: 17px;
        position: relative;
        top: 1px
    }

    .productItemLayout .Layout.Info>.ProductPrice .priceBox>.first-price.disable-price {
    }

    .productItemLayout .Layout.Gallery .addFavItem {
        bottom: initial;
        top: 12px;
        right: 13px
    }

    .productItemLayout .Layout.Info>.ProductPrice .priceBox>.percent-price {
        position: absolute;
        top: 57px;
        right: 2px;
        z-index: 2;
        color: #fff;
        font-size: 15px;
        padding: 5px 5px 2px;
        border-radius: 6px;
        font-weight: 600
    }

    .productItemLayout .Layout.Gallery .addFavItem::before {
        display: none!important
    }

    .productItemLayout .Layout.Gallery .addFavItem::after {
        display: none!important
    }
}
  
.MobileAddCartModal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 0;
    border-radius: 10px 10px 0 0
}

.MobileAddCartModal .CloseCart {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #464646;
    width: 34px;
    height: 34px;
    text-align: center;
    border: 0;
    border-style: solid;
    border-color: #d6d6d6;
    border-width: 0;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    z-index: 44;
    background-color: #fff;
    border-radius: 50%
}

.MobileAddCartModal .ItemDetail {
    margin-bottom: 6px;
    text-align: center;
    margin-top: -40px;
    display: block
}

.MobileAddCartModal .ItemDetail>.Img {
    width: 100px;
    background-color: #fff;
    padding: 4px;
    box-shadow: 0 -1px 4px 0 #9c9c9c99;
    display: inline-block;
    position: relative
}

.MobileAddCartModal .ItemDetail>.Img>.disNum {
    background-color: #ffffffb3;
    color: #000;
    text-align: center;
    display: none;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 6px 2px 3px;
    position: absolute;
    left: 10px;
    bottom: 22px
}

.MobileAddCartModal .ItemDetail>.Info {
    text-align: center;
    padding: 8px;
    margin-bottom: 10px
}

.MobileAddCartModal .ItemDetail>.Info .pName {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #5a5a5a;
    order: 2;
    line-height: 15px
}

.MobileAddCartModal .ItemDetail>.Info.priceContainer {
    margin-bottom: 5px
}

.MobileAddCartModal .ItemDetail>.Info .Price {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
    margin-bottom: 3px
}

.MobileAddCartModal .ItemDetail>.Info .CampaingActive {
    text-align: center
}

.MobileAddCartModal .ItemDetail>.Info .CampaingActive .flashPrice {
    margin-top: 0;
    color: #a30000
}

.MobileAddCartModal .ItemDetail>.Info .CampaingActive .flashPrice>span {
    margin-left: 5px
}

.MobileAddCartModal .ItemDetail>.Info .Price>.oldPrice {
    margin-right: 5px;
    color: #a2a2a2;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 600;
    padding-top: 1px
}

.MobileAddCartModal .ItemDetail>.Info .Price>.newPrice {
    color: red;
    font-size: 16px;
    font-weight: 400
}

.MobileAddCartModal .ItemDetail>.Info .Price>.newPrice.disable-price {
    color: #909090;
    text-decoration: line-through
}

.MobileAddCartModal .ItemDetail>.Info.flashPrice {
    margin-top: 8px;
    font-size: 16px;
    width: max-content;
    color: #d0001c;
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: solid 1px #d0001d;
    text-align: left;
    padding: 6px 6px 3px;
    max-width: max-content
}

.MobileAddCartModal .ItemDetail>.Info.flashPrice>span {
    margin-left: 7px
}

.MobileAddCartModal .ItemDetail>.Info.flashPrice>.fprice {
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #d0001c;
    flex: none;
    margin: 0
}

.MobileAddCartModal .ItemArea {
    margin-bottom: 10px;
    padding: 5px 15px;
    border-bottom: 1px solid #eee
}

.MobileAddCartModal .ItemArea:last-child {
    margin-bottom: 5px
}

.MobileAddCartModal .ItemArea .ItemHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.MobileAddCartModal .ItemArea .ItemHead>.Column {
    font-size: 13px;
    font-weight: 600;
    color: #2c2c2c
}

.MobileAddCartModal .ItemArea .ItemHead>.Column>.body-table {
    color: #185abd;
    font-weight: 100;
    font-size: 14px;
    padding: 5px 0;
    text-decoration: underline
}

.MobileAddCartModal .ItemArea .ItemHead>.Column.ColorCount {
    padding-left: 20px;
    position: relative
}

.MobileAddCartModal .ItemArea .ItemHead>.Column.ColorCount::before {
    content: "";
    background-image: url(https://static.farktor.com/Library/SystemBox/Upl/220001316_g30Ner5DDx1B.png);
    width: 8px;
    position: absolute;
    width: 14px;
    height: 14px;
    background-size: 100%;
    left: 0;
    top: -1px;
    background-repeat: no-repeat
}

.MobileAddCartModal .ItemArea .ColorContent {
}

.MobileAddCartModal .ItemArea .ColorContent .ColorItem {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px
}

.MobileAddCartModal .ItemArea .ColorContent .ColorItem>.color-group {
    display: inline-block;
    margin-right: 8px
}

.MobileAddCartModal .ItemArea .ColorContent .ColorItem>.color-group input[type=radio] {
    position: absolute;
    opacity: 0
}

.MobileAddCartModal .ItemArea .ColorContent .ColorItem>.color-group input[type=radio]:checked+.radio-label img {
    border-color: #000;
    border: 1px solid
}

.MobileAddCartModal .ItemArea .ColorContent .ColorItem>.color-group input[type=radio]+.radio-label:after {
    content: attr(color-name)!important;
    display: block;
    font-size: 12px!important;
    margin-top: 6px;
    text-align: center;
    color: #989898;
    width: 50px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative!important;
    top: unset!important;
    left: unset!important;
    transform: unset!important;
    width: auto!important
}

.MobileAddCartModal .ItemArea .ColorContent .ColorItem>.color-group .radio-label {
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    border: 0!important
}

.MobileAddCartModal .ItemArea .ColorContent .ColorItem>.color-group input[type=radio]:checked+.radio-label::after {
    color: #545454
}

.MobileAddCartModal .ItemArea .ColorContent .ColorItem>.color-group .radio-label>img {
    border: 2px solid transparent;
    border-radius: 3px;
    width: 50px
}

.MobileAddCartModal .ItemArea .ColorContent .ColorItem>.color-group .radio-label>span {
    display: inline-block;
    width: 32px;
    height: 32px
}

.MobileAddCartModal .ItemArea .bodyContent {
}

.MobileAddCartModal .ItemArea .bodyContent .bodyItem {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px
}

.MobileAddCartModal .ItemArea .bodyContent .bodyItem>.body-group {
    display: inline-block;
    margin-right: 5px
}

.MobileAddCartModal .ItemArea .bodyContent .bodyItem>.body-group input[type=radio] {
    position: absolute;
    opacity: 0
}

.MobileAddCartModal .ItemArea .bodyContent .bodyItem>.body-group .radio-label {
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 60px;
    padding: 0 10px
}

.MobileAddCartModal .ItemArea .bodyContent .bodyItem>.body-group input[type=radio]:checked+.radio-label {
    border-color: #000
}

.MobileAddCartModal .ItemArea .bodyContent .bodyItem>.body-group input[type=radio][disable]+.radio-label {
    pointer-events: none;
    background-color: #f5f5f5;
    color: #8c8c8c
}

.MobileAddCartModal .ItemArea .bodyContent .bodyItem>.body-group input[type=radio][disable]+.radio-label::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #b9b9b9
}

.MobileAddCartModal .ModalAddBag {
    border-radius: 6px;
    text-align: center;
    background-color: #00ca8d;
    color: #fff;
    padding: 14px;
    cursor: pointer;
    transition: .3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 13px 45px;
    font-weight: 100;
    transition: none;
    position: relative;
    margin: 0 5px 5px;
    width: initial
}

.MobileAddCartModal .ModalAddBag.Disable {
    pointer-events: none;
    background-color: #d2d2d2;
    color: #929292
}

.MobileAddCartModal .ModalAddBag.LoadingBtn {
    height: 42px;
    font-size: 0;
    transition: none;
    text-align: center;
    opacity: .7;
    pointer-events: none
}

.MobileAddCartModal .ModalAddBag.LoadingBtn::before {
    content: "";
    width: 16px;
    height: 16px;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-clip-path: inset(0 0 50% 0);
    clip-path: inset(0 0 50% 0);
    transform: translate(-50%,-50%) rotate(0);
    -webkit-animation: spin .6s linear infinite;
    animation: spin .6s linear infinite;
    position: absolute;
    top: 9px
}

.productItemLayout .Layout.Gallery .pCardOwl .photoListBox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 10px;
    padding-bottom: 145px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.productItemLayout:hover .Layout.Gallery .pCardOwl .photoListBox {
    opacity: 1;
    visibility: visible
}

.productItemLayout .Layout.Gallery .pCardOwl .photoListBox>.photoItem {
    flex: 1;
    height: 100%;
    position: relative
}

.productItemLayout .Layout.Gallery .pCardOwl .photoListBox>.photoItem::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    background-color: #fff;
    height: 3px;
    width: 100%;
    opacity: .6
}

.productItemLayout .Layout.Gallery .pCardOwl .photoListBox>.photoItem.active::after {
    opacity: 1
}

.productItemLayout .Layout.Info {
    padding: 6px 10px 5px;
    display: flex;
    flex-direction: column;
    position: initial
}


.DesignModule .list .list-wrapper .ProductList:not(.Special)[desktop="10"]{
    display: block;
}


.DesignModule .list .list-wrapper .ProductList:not(.Special)[desktop="10"] .productItemLayout{
    display: inline-block;
    width: calc(10% - 10px);
    margin: 0 5px 10px;
    aspect-ratio: auto !important;
}

.DesignModule .list .list-wrapper .ProductList:not(.Special)[desktop="10"] .productItemLayout .Layout.Info{
    display: none;
}

.DesignModule .list .list-wrapper .ProductList:not(.Special)[desktop="10"] .productItemLayout .Layout.Gallery .ColorBox{
    display: none !important;
}



@media only screen and (max-width: 991px) {

    .productItemLayout .Layout.Gallery .pCardOwl .photoListBox {
        display:none!important
    }


    .DesignModule .list .list-wrapper .ProductList:not(.Special)[mob="10"]{
        display: block;
    }
    
    
    .DesignModule .list .list-wrapper .ProductList:not(.Special)[mob="10"] .productItemLayout{
        display: inline-block;
        width: calc(25% - 10px);
        margin: 0 5px 10px;
        aspect-ratio: auto !important;
    }

    
    .DesignModule .list .list-wrapper .ProductList:not(.Special)[mob="10"] .productItemLayout .Layout.Info{
        display: none;
    }

    

    .DesignModule .list .list-wrapper .ProductList:not(.Special)[mob="10"] .productItemLayout .Layout.Gallery .ColorBox{
        display: none !important;
    }


    .DesignModule .list .list-wrapper .ProductList:not(.Special)[mob="10"] .productItemLayout .Layout.Gallery .Widgets.BottomLeft{
        writing-mode: vertical-lr;
        transform: rotate(270deg);
        transform-origin: left;
        bottom: -9px !important;
        left: 9px;
    }

    .DesignModule .list .list-wrapper .ProductList:not(.Special)[mob="10"] .productItemLayout .Layout.Gallery .Widgets.Left{
        display: none;
    }

    .DesignModule .list .list-wrapper .ProductList:not(.Special)[mob="10"] .productItemLayout .Layout.Gallery .addFavItem{
        display: none;
    }

}

  


    .productItemLayout .Layout.Info>.info-top-bar {height:16px}


@media only screen and (max-width:991px){


    .productItemLayout .Layout.Info>.info-top-bar{display: block;}
}
    
    .productItemLayout .Layout.Info>.ProductName .product-name {
        margin-bottom: 10px;
        display:block;
        text-align: left;
        font-weight: 100;
        height: auto;
        margin-top: 5px;
        min-height:32px;
    }
    .productItemLayout .Layout.Info>.ProductPrice .priceBox{
        justify-content: flex-start;
    }
    .productItemLayout .Layout.Info>.ProductPrice .priceBox>.discountFlashPrice, .productItemLayout .Layout.Info>.ProductPrice .priceBox>.second-price{font-weight: 400;}
    
    .productItemLayout .Layout.Info .ProductPrice {
        order: 1
    }

    .productItemLayout .Layout.Info>.CampaingBadge>.special-today>.special-today-text {
        border: 0;
        color: #000;
        font-weight: 200;
        font-size: 13px;
        width: 100%;
        display: block;
        padding: 7px 4px 2px;
        border: 1px solid #f12f2f;
        border-bottom: 0;
        border-radius: 7px 7px 0 0;
        text-align: center
    }

    .productItemLayout .Layout.Info>.ProductPrice .priceBox.discountFlash {
        justify-content: center;
        margin: 0;
        border: 1px solid #f12f2f;
        border-top: 0;
        padding-bottom: 3px;
        border-radius: 0 0 7px 7px
    }

    .productItemLayout .Layout.Info>.ProductPrice .priceBox.discountFlash>.discountFlashPrice {
        margin: 0;
        font-size: 17px;
        position: relative;
        top: 1px
    }

.ListPageContainer .filter .filter-menu .detail.constFilterPrice .constfPrice{display: block;position: relative;left: 35px;}
.ListPageContainer .filter .filter-menu .detail.constFilterPrice .constfPrice .constfPriceValue{position: absolute;visibility: hidden;opacity: 0;}
.ListPageContainer .filter .filter-menu .detail.constFilterPrice .constfPrice .constfPriceLabel{position: relative;cursor: pointer;width: 100%;display: block;padding-bottom: 8px;padding-right: 8px;padding-top: 8px;font-size: 14px;color: #575757;overflow: initial;padding-left: 21px;}
.ListPageContainer .filter .filter-menu .detail.constFilterPrice .constfPrice .constfPriceLabel span{}
.ListPageContainer .filter .filter-menu .detail.constFilterPrice .constfPrice .constfPriceLabel span:before{content:"";width: 15px;height: 15px;position: absolute;left: -23px;border: 1px solid #00000024;display: block;top: 50%;transform: translateY(-50%);}



