.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
}

@media only screen and (max-width: 991px) {
    .Popup .Modal.w30{
       
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin: 0;
        min-width: 100%;
        height: 445px!important;
        position: absolute;
        bottom: 0;
    }
    .Popup.B2 .Popup_Center .Pop_1701 .mobile-popup .mobile-popup-container .popup-content-area .bottom .bottom-section .slider-content-area .slider-content .carousel-cell .Link{color:black}
    .Popup.B2 .Popup_Center .Pop_1701 .mobile-popup .mobile-popup-container .popup-content-area .bottom .bottom-section .slider-content-area .slider-content .carousel-cell .productInfo{display:none}
    .Popup.B2 .Popup_Center .Pop_1701 .mobile-popup .mobile-popup-container .popup-content-area .bottom .bottom-section .slider-content-area .slider-header .header-text{font-weight: 500;}
    .Popup.B2 .Popup_Center .Pop_1701 .mobile-popup .mobile-popup-container .popup-content-area .bottom .bottom-section .slider-content-area .slider-content {display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 5px}
    .Popup.B2 .Popup_Center .Pop_1701 .mobile-popup .mobile-popup-container .popup-content-area .bottom .bottom-section .slider-content-area .slider-content .carousel-cell{ min-width: 124px;
        max-width: 124px;
        position: initial!important;
        left: initial!important;margin-right: 10px;}
    .Popup.B2 .Popup_Center .Pop_1701 .mobile-popup .mobile-popup-container .popup-content-area .bottom .bottom-section .slider-content-area .slider-content .carousel-cell .productInfo .pName{text-overflow: ellipsis;}
    .Popup.B2 .Popup_Center .Pop_1701 .mobile-popup .mobile-popup-container .popup-content-area .bottom .bottom-section .slider-content-area .slider-content .carousel-cell .productInfo .flashCampaingBox{}
    .Popup.B2 .Popup_Center .Pop_1701 .mobile-popup .mobile-popup-container .popup-content-area .bottom .bottom-section .slider-content-area .slider-content .carousel-cell .productInfo .PriceBox{}
    .Popup.B2 .Popup_Center .Pop_1701 .mobile-popup .mobile-popup-container .popup-content-area .bottom .bottom-section .slider-content-area .slider-content .carousel-cell .productInfo .OldPrice{ font-size: 13px;
        color: #2e2e2e;
        font-weight: 100;
        padding-top: 2px;
        text-decoration: line-through;
    }
    .Popup.B2 .Popup_Center .Pop_1701 .mobile-popup .mobile-popup-container .popup-content-area .bottom .bottom-section .slider-content-area .slider-content .carousel-cell .productInfo .Price{ font-size: 13px;
        color: black;
        font-weight: 500;
        padding-top: 2px}
}