@font-face {
    font-family: 'poppinsregular';
    src: url('poppins-regular-webfont.woff2') format('woff2'),
        url('poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    color: #3a3a3a;
}

@media screen and (max-height: 1024px){
    #rc-imageselect, .g-recaptcha {
            transform:scale(1.02);
            -webkit-transform:scale(1.02);
            transform-origin:0 0;
            -webkit-transform-origin:0 0;
        }
    }

.customInputGroup {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: #878787;
}

.customInputGroup i {
    margin-right: 10px;
}

.customInputGroup input {
    flex: 1;
    outline: none;
    border: none;
    padding: 3px 4px;
}
.noMargin{
    margin: 0px !important;
}
.mobileTopBanner {
    display: none;
}

.containImg {
    object-fit: contain !important;
}

.headerMenuNotify {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #b50000;
    margin-left: 10px;
    position: relative;
    top: -3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    line-height: 1;
}
.line-height-1{
    line-height: 1;
}
.__Center {
    width: 1140px;
    max-width: 100%;
    margin: 0px auto;
}

.rightBanner,
.leftBanner {
    position: fixed;
}

* {
    font-family: 'poppinsregular';
}

.text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.p-relative {
    position: relative;
}

.flex1 {
    flex: 1;
}

.spaceBetween {
    display: flex;
    justify-content: space-between;
}

.spaceAround {
    display: flex;
    justify-content: space-around;
}

.align-center {
    display: flex;
    align-items: center;
}

.mobilecolum {
    display: flex;
    align-items: center;
}

.width100 {
    width: 100% !important;
}
.width50 {
    width: 50% !important;
}

.mobileBlock,
.mobileFlex {
    display: none !important;
}

.mRow {
    margin: 20px 0px 30px 0px;
}

.mr-20 {
    margin-right: 20px;
}

.mr0 {
    margin-right: 0px !important;
}

.fontBold {
    font-weight: 600 !important;
}

.font9 {
    font-size: 9px !important;
}

.font14 {
    font-size: 14px;
}

.font12 {
    font-size: 12px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.nowrap {
    white-space: nowrap;
}

.bg-grey {
    background-color: #f9f9f9;
}

.padding5 {
    padding: 5px;
}

.padding13-20 {
    padding: 13px 20px;
}

.padding10 {
    padding: 10px !important;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.inlineBlockSpan {
    display: inline-block;
}

.h70 {
    height: 70px;
}

.h90 {
    height: 90px;
}

.Item {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%);
    background-color: white;
    cursor: pointer;
    margin-right: 10px;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 5px;
}

.color-red {
    color: red;
}

.Item:hover {
    color: rgb(0, 0, 168);
}

.itemImg {
    width: 32px;
    height: 32px;
    object-fit: cover;
    margin-right: 10px;
}

.border {
    border: 1px solid #a5a5a5;
    border-radius: 5px;
}

.borderRed {
    border: 1px solid #ff0101;
    border-radius: 5px;
}

.border-bottom {
    border-bottom: 1px solid #a5a5a5;
}

.border-right {
    border-right: 1px solid rgb(223, 223, 223);
}

.bordertb {
    border-top: 1px solid #cbc9c9;
    border-bottom: 1px solid #cbc9c9;
}

.borderLink {
    border: 1px solid #a5a5a5;
    color: #4d4d4d;
    text-decoration: none;
    border-radius: 5px;
}

.borderLink:hover {
    cursor: pointer;
    color: #2b65f8;
    border: 1px solid #2b65f8;
}

.colorBlack {
    color: black !important;
}

.colorGray {
    color: #838383 !important;
}

.noDecoration {
    text-decoration: none;
    color: #4d4d4d;
    cursor: pointer;
}

.noDecoration:hover {
    color: #2b65f8;
}

.noDecorBlue {
    color: #2b65f8;
    text-decoration: none;
    cursor: pointer;
}

.noDecorBlue:hover {
    color: #1f4199;
}

.underLine {
    text-decoration: underline;
}

.underLine:hover {
    cursor: pointer;
}

.sectionTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sectionTitle img {
    width: 30px;
    margin-right: 10px;
}

.overflow {
    overflow: auto;
}

.mobileOverflow {
    overflow: hidden;
}

.text-right {
    text-align: right;
}

.greenInfo {
    border-radius: 6px;
    padding: 3px 6px;
    background: #eaf8ea;
    color: #33b934;
}

.blueInfo {
    border-radius: 6px;
    padding: 3px 6px;
    background: #dbe8ff;
    color: #143eea;
}

.violetInfo {
    border-radius: 6px;
    padding: 3px 6px;
    background: #eeeaff;
    color: #4425c2;
}

.redInfo {
    border-radius: 6px;
    padding: 3px 6px;
    background: #fcdfe0;
    color: #d72c30;
}

.goldInfo {
    border-radius: 6px;
    padding: 3px 6px;
    background: #FFF8E1;
    color: #FF6D00;
}

.grayInfo {
    border-radius: 6px;
    padding: 3px 6px;
    background: #f9f9f9;
    color: #555;
}

.redInfo:hover,
.violetInfo:hover,
.blueInfo:hover,
.greenInfo:hover,
.grayInfo:hover {
    cursor: pointer;
}

.error-message {
    width: 100%;
    max-width: 1000px;
    padding: 15px 20px;
    background: rgb(255 235 235);
    color: rgb(114, 0, 0);
    margin: 10px auto;
    border-radius: 10px;
}

.success-message {
    width: 100%;
    max-width: 1000px;
    padding: 15px 20px;
    background: rgb(225 247 222);
    color: rgb(0, 114, 38);
    margin: 10px auto;
    border-radius: 10px;
}

.no-result {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    color: #666;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 18px;
}

.noResultImg {
    height: 80px;
    margin-right: 20px;
}
.loading{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    background-color: #46464673;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading img{
    width: 100px;
}
.btn1 {
    background-color: white;
    color: #4d4d4d;
    border: none;
    padding: 7px 10px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
}

.btn1:hover:not(:disabled) {
    color: #2b65f8;
    background: #f9f9f9;
    cursor: pointer;
}

.btn2,
.btn4 {
    background-color: #f9f9f9;
    color: #000;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    line-height: initial;
    display: inline-block;
}

.btn2:hover:not(:disabled) {
    background: #fff linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    cursor: pointer;
    color: #000;
}

.btn3 {
    background-color: white;
    color: #3a3a3a;
    border: 1px solid #3a3a3a;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    line-height: initial;
}

.btn3:hover:not(:disabled) {
    color: #2b65f8;
    cursor: pointer;
    border: 1px solid #2b65f8;
}

.btn4:hover:not(:disabled) {
    color: white;
    cursor: pointer;
    background: #2b65f8;
}

.btn5 {
    background: #fff;
    border: 0;
    color: #333;
    font-weight: 400;
    z-index: 10;
}

.btn5:hover:not(:disabled) {
    background-color: #425366;
    color: #fff;
    transition: .3s ease;
}

.editorText p:last-child {
    margin-bottom: 0px !important;
}

.uploadImg {
    display: none;
}

#dataTable th,
#datatable td {
    white-space: nowrap;
    padding-top: 12px;
    padding-bottom: 12px;
}

.dataTable th,
.dataTable td {
    padding-left: 10px !important;
}

.mytb1 {
    border: 1px solid #e2e2e2;
}

.mytb1 td,
.mytb1 th {
    padding: 6px 10px;
}

.mytb1 th {
    font-weight: 600;
}

.mytb1 td {
    border: 1px solid #e2e2e2;
}

.tipDiv {
    position: absolute;
    color: #FF6D00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 20px;
    background: #FFF8E1;
    margin-bottom: 10px;
}

.tipDiv:not(.notAfter):after {
    right: 100%;
    top: 20%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 248, 225, 0);
    border-right-color: #FFF8E1;
    border-width: 8px;
    margin-top: -8px;
}

.relativeTip {
    position: relative !important;
}

.relativeTip p {
    font-style: italic;
    display: inline;
    font-size: 12px;
    background: red;
    color: white;
    padding: 2px 10px;
    border-radius: 5px;
    margin-right: 3px;
}

.saveSuccessMessage {
    position: absolute;
    top: 10px;
    right: 20px;
    background: #f3fff3;
    color: #007000;
    padding: 10px 20px;
    border-left: 10px solid green;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    z-index: 100;
}

.modalWait {
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    height: 200px;
    justify-content: center;
    background: #ababab;
    opacity: 0.3;
}

.modal-header {
    padding: 10px 15px;
}

.modal-title {
    font-weight: 600;
}

/* ========== Pagenation ===================== */
.pagination {
    display: inline-block;
    margin: 20px 0px 0px 0px;
}

.pagination>ul {
    display: inline-flex;
    list-style: none;
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.pagination>ul>.disabled:not(.prev):not(.next)>a,
.pagination>ul>.disabled:not(.prev):not(.next)>span,
.pagination>ul>.disabled:not(.prev):not(.next)>a:hover,
.pagination>ul>.disabled:not(.prev):not(.next)>span:hover,
.pagination>ul>.disabled:not(.prev):not(.next)>a:focus,
.pagination>ul>.disabled:not(.prev):not(.next)>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #007aff;
    border-color: #007aff;
    cursor: default;
}

.pagination>ul>li>a,
.pagination>ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.premimuIcon {
    max-width: 60px;
    height: 50px;
    margin-right: 15px;
}

.modal-content {
    border-radius: 10px;
}

.width400 {
    max-width: 400px;
}

.dropCatImg {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdownCatIcon {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.dropdownCatIcon i,
.dropCatImg i {
    font-size: 23px;
}

.pack2ads {
    background: linear-gradient(24deg, #fff8f3 42%, #ebf9c9 100%);
}

.coinItem {
    display: inline-block;
    text-decoration: none;
    color: #FF6D00;
    background: linear-gradient(0deg, rgba(255, 211, 0, 0.2) 0%, rgba(255, 229, 0, 0.2) 100%);
    border: 1px solid #FFD54F;
    cursor: pointer;
}

.coinItem:hover {
    color: #FF6D00;
}

.select2-container {
    width: 100% !important;
    z-index: 1200 !important;
}

.wordBreak {
    word-break: break-word;
}

.descriptionPre {
    font: inherit;
    white-space: break-spaces;
    max-width: 100%;
    overflow: hidden;
}

/* ============ datatable search custome ====================================== */
#datatable2 td {
    vertical-align: top !important;
    position: relative;
    padding: 10px;
}

.dataTables_scrollBody {
    border-bottom: none !important;
}

#datatable2_wrapper .dataTables_scrollHead,
#datatable2_length,
#datatable2_info {
    display: none !important;
}

#datatable2 {
    margin-top: 10px;
}

#datatable2 iframe {
    max-width: 100%;
}

/* =================== Custom Checkbox ======================= */
.myCheck {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-top: 18px;
    margin-top: -8px;
    margin-right: 5px;
    white-space: nowrap;
    cursor: pointer;
}

.myCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.myCheck:hover input~.checkmark {
    background-color: #ccc;
}

.myCheck input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.myCheck input:checked~.checkmark:after {
    display: block;
}

.myCheck .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* =============== tooltip part ======================================= */
.tooltip-up {
    position: relative;
}

.tooltip-up:hover::before,
.tooltip-up:hover::after {
    display: block;
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
}

.tooltip-up:hover {
    cursor: pointer;
}

.tooltip-up::before {
    display: none;
    bottom: 100%;
    left: 50%;
    margin-bottom: 11px;
    transform: translate3d(-50%, 10px, 0);
    opacity: 0;
    transition: all .18s ease-out;
    background: rgba(17, 17, 17, 0.9);
    border-radius: 4px;
    color: #fff;
    content: attr(data-balloon);
    font-size: 12px;
    padding: 0.5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
}

.tooltip-up::after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    opacity: 0;
    transition: all .18s ease-out;
    content: '';
    position: absolute;
    z-index: 10;
}

.iframContainer iframe{
    max-width: 100%;
}

/* =========== Toggoel Switch ====================================== */
.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #00b409;
}

input:checked:disabled+.slider {
    background-color: #b8e7ba;
}

input:focus+.slider {
    box-shadow: 0 0 1px #00b409;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.img404 {
    width: 80%;
}

.text404 {
    display: inline-block;
    font-size: 18px;
    max-width: 700px;
}

/* ================== Header Common ============================ */
.Header {
    border-bottom: 1px solid #ebebeb;
    position: sticky;
    top: 0px;
    width: 100%;
    background: white;
    z-index: 100;
}

.headerTop {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 60px;
    width: auto;
}

.headerTop .dropdown {
    display: inline;
}

.headerTopBtns i {
    margin: 0px 6px;
}

.myAccountDropdown::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-left: 1px solid rgba(0, 0, 0, .15);
}

.myAccountDropdown {
    padding: 10px 0px;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 5%);
    width: 240px;
    left: 0px;
}

.droplink {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #565656;
}

.droplink,
.droplink * {
    font-size: 14px;
    font-weight: 600;
}

a.droplink:hover {
    color: #0d6efd !important;
    cursor: pointer;
    background-color: rgb(226, 226, 226);
}

.lang_img {
    width: 22px;
    height: 15px;
}

.mobileMenuIcon {
    width: 50px;
}

.mobileMenuIcon i {
    font-size: 20px;
}

.mobileSearchPart {
    width: calc(100% - 50px - 60px);
}

.mobileLoginIcon {
    text-align: center;
    width: 60px;
}

.mobileUser {
    width: 36px;
    height: 36px;
    border-radius: 5px;
}

.chatNotify {
    color: #ffc720;
    cursor: pointer;
    border: 1px solid #ffc720;
    border-radius: 6px;
    font-weight: 600;
    padding: 6px;
    text-decoration: none;
    margin: 0px 5px;
}

.chatNotify:hover {
    color: white;
    background: #ffc720;
}

#responsive_div2 {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 11;
    background-color: black;
    opacity: 0.6;
    display: none;
}

.mobile_menu {
    background-color: white;
    z-index: 200;
    position: fixed;
    top: 0px;
    margin-left: -70%;
    z-index: 100;
    height: 100vh;
    transition: 0.5s;
    padding: 20px;
    width: 70%;
}

.menu_active {
    margin-left: 0px;
    overflow-y: auto;
}

.moblileDropLinks {
    padding: 10px 0px;
    font-size: 15px;
    color: #444444;
    display: block;
    text-decoration: none;
    font-weight: 600;
}

.moblileDropLinks i {
    margin-right: 10px;
}

.catSearchDrop {
    width: 50%;
}

.citySearchDrop {
    width: 30%;
}

.distSearchDrop {
    width: 20%;
}

.overflowDiv {
    max-height: 350px;
    overflow-y: auto;
}

.searchCatImg {
    width: 50px;
    margin-right: 20px;
}

.goChat {
    width: 50px;
    font-size: 16px;
}

/* ================= Stripe Modal ============== */
.stripeHeader {
    background: #f5f5f5;
    padding: 15px
}

/* ============== Payrexx Modal =================== */
.px-modal.fade.in {
    opacity: 1 !important;
}

/* ================ Ads List Common ====================== */
.adsTopIcon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 0px 10px 0px 0px;
}

.imgTd {
    width: 190px;
}

.categoryPage .prodDetail {
    width: 580px;
}

.prodDetail {
    width: 870px;
}

.prodListImg {
    width: 190px;
    height: 160px;
    border-radius: 10px;
    cursor: pointer;
    object-fit: contain;
}

.prodListImg:hover {
    filter: brightness(1.1);
}

.prodListImgForFastBuy {
    width: 150px;
    height: 120px;
    border-radius: 10px;
    cursor: pointer;
    object-fit: cover;
}

.prodListImgForFastBuy:hover {
    filter: brightness(1.1);
}

.detailItem {
    margin-bottom: 10px;
}

.priceDetail {
    margin-top: 50px;
}

.priceDetailForFastBuy {
    margin-top: 20px;
}

.merkStar {
    font-size: 18px;
    cursor: pointer;
}

.removeMerk {
    color: #f7cd00;
}

.cardPaymentImage {
    height: 30px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%);
    padding: 5px;
    margin-right: 15px;
}

/* ================= Premium payment Modal ============================ */
.premDiv {
    display: flex;
    padding: 10px 20px;
    border-bottom: 1px dotted #d9d9d9;
    background-color: white;
    align-items: center;
}

.premDiv:hover {
    cursor: pointer;
    background-color: #fbfbfb;
}

.premBuyImg {
    width: 48px;
    height: 48px;
    margin-right: 20px;
}

.desModalIcon {
    width: 24px;
    height: 24px;
    object-fit: cover;
    margin-right: 10px;
}

.card4Mark {
    position: absolute;
    top: 17px;
    right: -66px;
    font-weight: 600;
    font-size: 11px;
    transform: rotate(40deg);
    background: #f02139;
    width: 200px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
}

.checkOutProdImg {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 10px;
}

.emailChangeInfo {
    display: none;
    position: absolute;
    top: -20px;
    left: 100%;
    max-width: 250px;
}

.siteMapItem {
    border-bottom: 1px solid rgb(212, 212, 212);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.siteMapItem .Title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.siteMapItem a {
    margin-left: 10px;
    text-decoration: none;
}

.noRightMergin {
    margin-right: 0px !important;
}

.prodItem {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}

.prodItem:hover {
    cursor: pointer;
}

.prodItem .itemImg {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 10px 10px 0px 0px;
}

.prodItem:hover .itemImg {
    filter: brightness(1.2);
}

.itemContent {
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.itemTitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 10px;
}
.listLetter{
    margin-right: 5px;
}
.listLetter.active{
    color: red;
}
.listSortContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.sortSelect{
    outline: none;
    border: 1px solid #b3b3b3;
    padding: 4px 10px;
    margin: 0px 5px;
    border-radius: 5px;
    cursor: pointer;
}
.listSortContainer a{
    margin: 0px 5px;
    cursor: pointer;
}

.xmlTitle{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.xmlImg{
    height: 100px;
    margin-right: 40px;
    margin-bottom: 20px;
}
.listItem{
    display: flex;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 15px 20px;
}

@media (max-width: 980px) {
    .emailChangeInfo {
        position: relative;
        top: 10px;
        left: 0px;
        max-width: 100%;
        width: 100%;
    }

    .prodDetail,
    .categoryPage .prodDetail {
        width: 520px;
    }

    .mobileMLR {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .tipDiv {
        position: relative;
    }

    .prodDetail,
    .categoryPage .prodDetail {
        width: 360px;
    }
    .listItem{
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .mobileTopBanner {
        display: block;
    }

    .deskTopBanner {
        display: none;
    }

    .CookieContainer .padding13-20 {
        padding: 3px 10px;
    }

    .CookieContainer .btn2,
    .CookieContainer .btn4 {
        padding: 5px 5px;
    }

    .no-result {
        font-size: 16px;
    }

    .mobileBlock {
        display: block !important;
    }

    .mobileFlex {
        display: flex !important;
    }

    .mobileNone {
        display: none !important;
    }

    .rightBanner,
    .leftBanner {
        display: none;
    }

    .headerTop:not(.shopHeader) {
        background-color: #59b8ce;
        color: white;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        z-index: 100;
    }

    .mobilecolum {
        flex-direction: column;
        align-items: start;
    }

    .mobileWidth100 {
        width: 100% !important;
    }

    .imgTd {
        width: 80px;
    }

    .prodListImg,
    .prodListImgForFastBuy {
        width: 80px;
        height: 80px;
    }

    .prodDetail,
    .categoryPage .prodDetail {
        width: 310px;
    }

    .detailItem {
        margin-bottom: 0px;
        line-height: 1.2;
    }

    .priceDetail,
    .priceDetailForFastBuy {
        margin-top: 2px;
    }

    .catHeader .btn4 {
        width: 49%;
    }

    .mobileOverflow {
        overflow: auto;
    }

    .adsTopIcon {
        width: 30px;
        height: 30px;
    }

    .h70 {
        height: auto;
    }

    .h90 {
        height: auto;
    }

    .mobileMb {
        margin-bottom: 10px;
    }
    .prodItem .itemImg {
        height: 150px;
    }
    .xmlTitle{
        flex-direction: column;
    }
    .xmlImg{
        height: 150px;
        margin-right: 0px;
        max-width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 375px) {

    .prodDetail,
    .categoryPage .prodDetail {
        width: 150px;
    }
}