@font-face {
    font-family: 'JOST-LIGHT';
    src: url('../../New-fonts/JOST-LIGHT.TTF') format('opentype');
}

@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../../New-fonts/Quicksand-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('../../New-fonts/Quicksand-Bold.otf') format('opentype');
}


@font-face {
    font-family: 'JOST-LIGHT';
    src: url('../../New-fonts/JOST-LIGHT.TTF') format('truetype');
}

@font-face {
    font-family: 'JOST-MEDIUM';
    src: url('../../New-fonts/JOST-MEDIUM.TTF') format('truetype');
}

@font-face {
    font-family: 'JOST-REGULAR';
    src: url('../../New-fonts/JOST-REGULAR.TTF') format('truetype');
}

body {
    font-family: 'JOST-REGULAR' !important;
    /* background: #f9fcff; */
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'JOST-MEDIUM';
    font-weight: 9;
}

.mb-3 {
    margin-bottom: 15px;
}

.w-100 {
    width: 100%;
}

ul {
    list-style: none;
    padding-left: 0;
}

.login-pop-up {
    z-index: 9999 !important;
}

.row-acount-id {
    display: flex;
}

/*******Loader*******************/
.scrollup {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    background: #45c088;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
}

[class*=loader-] {
    display: inline-block;
    width: 70px;
    height: 70px;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

.loader-08 {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .loader-08:before, .loader-08:after {
        content: "";
        width: inherit;
        height: inherit;
        border-radius: 50%;
        background-color: currentcolor;
        opacity: 0.9;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loader-08 2s infinite ease-in-out;
        animation: loader-08 2s infinite ease-in-out;
        background: radial-gradient(black, transparent);
    }

    .loader-08:after {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
        background: #f8554f;
    }

    .loader-08:before {
        background: #81f1be;
    }

@-webkit-keyframes loader-08 {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

@keyframes loader-08 {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

#divProgressCommon .divImgLoader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    background-color: rgba(0,0,0,.6);
}

/*******Loader*******************/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.btn {
    /* align-items: center; */
    /* appearance: none; */
    /* border-radius: 6px; */
    /* box-sizing: border-box; */
    color: #fff;
    /* cursor: pointer; */
    /* display: inline-flex; */
    /* height: 34px; */
    /* justify-content: center; */
    /* line-height: 1; */
    /* list-style: none; */
    /* overflow: hidden; */
    /* position: relative; */
    /* text-align: left; */
    /* text-decoration: none; */
    /* transition: box-shadow .15s,transform .15s; */
    /* user-select: none; */
    /* -webkit-user-select: none; */
    /* touch-action: manipulation; */
    white-space: nowrap;
    /* will-change: box-shadow,transform; */
}

.btn-primary {
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%) !important;
    box-shadow: 0 0.7em 1.5em -0.5em #5468ff;
}

    .btn-primary:focus {
        box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset !important;
    }

    .btn-primary :hover {
        box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset !important;
    }

    .btn-primary:active {
        box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset !important;
    }

.btn-success {
    background: linear-gradient(0deg, rgba(20,167,62,1) 0%, rgba(102,247,113,1) 100%) !important;
    box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
}

btn-success:focus {
    box-shadow: 0 0.5em 1.5em -0.5em #14a73e98 !important;
}

.btn-success:hover {
    background: linear-gradient(0deg, rgb(5 124 39) 0%, rgb(18 219 34) 100%) !important;
    box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
}

.btn-primary:hover {
    box-shadow: 0 0.3em 1em -0.5em #5468ff !important;
    background-image: radial-gradient(100% 100% at 100% 0, #3ed6e4 0, #3245d7 100%) !important;
    box-shadow: 0 0.7em 1.5em -0.5em #5468ff;
}

btn-success:active {
    box-shadow: 0 0.3em 1em -0.5em #14a73e98 !important;
    transform: translateY(2px);
}

.btn-danger {
    background-image: linear-gradient(-180deg, #FF7E31, #E62C03) !important;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
}

    .btn-danger:hover, .btn-danger:hover, .btn-danger:active {
        box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px !important;
        ;
    }

.third-level-menu-wrp {
    display: none;
    padding-left: 40px !important;
}

.fourth-a {
    display: none;
}

/************dp *********/
a.checkloginsession {
    margin-left: 15px;
}

.user-dtl-cls.outer-user-name {
    background: #ff000000;
    display: flex;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.dropdown.user-dtl-cls button {
    color: #5a5a5a;
    padding: 0 5px;
    display: inline-block;
    border-right: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}

.dropbtn i {
    margin-left: 5px;
}

.user-dtl-cls.outer-user-name ul.dropdown-content.list-unstyled {
    top: 50px;
}

.user-dtl-cls.ddlhover {
    display: block;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    color: #fff;
    padding: 14px 16px;
    background-color: #253137;
    font-family: inherit;
    margin: 0;
    background: none;
}

.user-dtl-cls ul {
    margin: 0;
    padding: 0;
}

    .user-dtl-cls ul li {
        width: 100%;
        display: block;
    }

        .user-dtl-cls ul li a {
            color: #000;
        }

.dropdown.user-dtl-cls button {
    color: #171717;
    padding: 0 5px;
    display: inline-block;
    border-right: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
}

.dropdown.user-dtl-cls .dropdown-content li a img {
    width: 20px;
    margin-right: 9px;
}

.shoping-cart-button.clearfix.shopping-cart {
    position: relative;
    padding-top: 10px;
}

span#spnCart {
}

.basket-item-count {
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 209px;
    left: -90px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    z-index: 999;
}

.dropdown.user-dtl-cls .dropdown-content li a i {
    margin-right: 6px;
    font-size: 15px;
    color: #80a300;
    margin-right: 12px;
}

.dropdown.user-dtl-cls .dropdown-content li a {
    color: #000 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    padding: 12px !important;
}

    .dropdown.user-dtl-cls .dropdown-content li a:hover {
        background: #fff9f9;
    }

.dropdown-content a {
    float: none;
    color: #000 !important;
    padding: 7px 10px !important;
    text-decoration: none;
    display: block;
    text-align: left;
    width: 100%;
}

/************dp *********/
/* Slider */
.slick-slide {
    margin: 0px 7px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.client-bx {
    background-color: rgb(0 0 0);
    box-shadow: rgb(221 224 231) 0px 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    padding: 15px;
}

    .client-bx img {
        width: 120px;
        margin: 0 auto;
    }

.slick-slide {
    padding: 30px 0px;
}


    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

a#loginwithOTP {
    padding: 3px 5px;
    background: #0882eb;
    border-radius: 3px;
    color: #fff;
}

div#account {
    margin-bottom: 15px;
}

a#resetpass {
    padding: 3px 5px;
    border: 1px solid #0882eb;
    border-radius: 3px;
    color: #0882eb;
}

/*************product card slider css******************/
.net-price-wrp-two {
    display: flex;
    color: #57b98b;
    border: 1px solid #57b98b;
    border-radius: 5px;
    padding: 3px 7px;
    justify-content: center;
    cursor: pointer;
}

.final-price-wrp {
    display: flex;
}

.without-discount-price {
    margin-left: 15px;
    text-decoration: line-through;
    color: red;
}

.final-price {
    color: #57b98b;
    font-weight: 900;
}

.DiscountPercentage-off {
    color: #999898;
}

    .DiscountPercentage-off strong {
        color: #ffffff;
    }

    /*************product card slider css******************/
    .DiscountPercentage-off span {
        font-size: 12px;
        line-height: 1;
        background-color: #f74b6d;
        border-radius: 0 0 20px 0;
        color: #fff;
        padding: 9px;
        position: absolute;
        z-index: 1;
    }

.product-pictures {
    position: relative;
    /* border-radius: 0 0 30px 30px; */
    overflow: hidden;
    height: 210px;
}

    .product-pictures a {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        /* object-fit: cover; */
    }

        .product-pictures a img {
            /* position: absolute; */
            height: 100%;
            /* width: 100%; */
            /* top: 0; */
            /* left: 0; */
            /* object-fit: cover; */
            margin: 0 auto;
            display: table;
        }

.card-product {
    position: relative;
    background-color: #fff;
    border: 1px solid #dedede;
    /* border-radius: 15px; */
    overflow: hidden;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}

.product-text-wrp {
    padding: 15px;
}

.Add-to-Wish-wrp a {
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #3bb77e;
    font-weight: 700;
    display: block;
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #3bb77e;
    cursor: pointer;
}

.Add-to-Wish-wrp {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: -100px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.card-product:hover {
    border-color: #adeed0;
}

    .card-product:hover .Add-to-Wish-wrp {
        opacity: 1;
        z-index: 1;
        visibility: visible;
        top: 15px;
    }

a.product-name-txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #01203f;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 7px;
}

.product-pictures a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #01203fba;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.card-product:hover .product-pictures a:before {
    visibility: visible;
    opacity: 1;
}

.SUPER-VALUE-OFFERS {
    background: #f1f3f8;
    padding: 50px 0;
}

.super-offfers-row {
    background: #ffffff;
    padding: 30px 13px;
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    margin: 0;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.GetLatestProducts {
    /* background: #fff; */
    /* padding: 30px 13px; */
    /* box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%); */
    /* -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%); */
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
}

section.product-item.LATEST-PRODUCT-it {
    background: #ffffff;
    padding: 50px 0;
    background-image: url('../../new-img/pattern.svg');
}

/**********menu****************/
.menu-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px 0px 5px;
}

[class*="second-level-a-drop-down"] {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
}

ul.menu-main {
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 30px;
}

    ul.menu-main li {
        list-style: none;
    }

.slide-menu-left {
    position: fixed;
    width: auto;
    background: white;
    z-index: 1;
    box-shadow: 0px 0 20px 0px #0000001a;
    z-index: 9999999999999999;
    left: -100%;
    transition: 0.3s;
    height: 100%;
    width: auto;
    overflow-y: auto;
}

ul.menu-main a {
    color: #ffffff;
    padding: 7px 0px;
    width: 100%;
}

.menu_1 img {
    width: 30px;
    margin-right: 7px;
}

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

span.second-level-a-drop-down.active .fa:before {
    content: "\f078";
}

span.second-level-a-drop-down .fa {
    font-size: 8px;
}

li.second-level-wrp {
}

    li.second-level-wrp > .menu-a {
        border-top: 1px solid #ffffff17;
        margin-top: 9px;
        padding-top: 9px;
    }

.SubItems {
    padding-left: 0;
}

ul.fourth-level-menu-wrp {
    display: none;
    padding-left: 7px;
}

li.second-level-wrp:nth-child(2) > .menu-a {
    border-top: 0;
}

.slide-menu-left.active {
    left: 0;
}

li.second-level-wrp > .menu-a .second-level-a-drop-down {
}

ul.second-level-menu-wrp li > .menu-a > a {
    color: #f29898;
}

.bg-overlay {
    background: #00000094;
    width: 100%;
    left: 0;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

    .bg-overlay.active {
        visibility: visible;
        opacity: 1;
    }

.mene-wrp {
    display: flex;
    background: #01203f;
    height: 100%;
}

.menu-tabs a {
    display: block;
    color: #fff;
    margin: 15px;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #ffffff12;
}

    .menu-tabs a.active {
        display: block;
        padding: 15px;
        background: #4188ff;
        color: #fff;
        margin-bottom: 15px;
        color: #fff;
    }

.menu-wrp .menu-main {
    display: none;
    /* height: 100%; */
    width: 256px;
    /* background: #2061ce; */
}

.menu-wrp {
    position: relative;
    height: 100%;
    background: #2061ce;
}

.menu-tabs a img {
    width: 65px;
}

.menu-tabs a span {
    display: block;
    font-size: 16px;
    color: #fff;
}

.menu-tabs a:hover {
    background: #ffffff26;
}

.menu-tabs {
    position: fixed;
    height: 100%;
    background: #2061ce;
}

li.close-menu {
    position: absolute;
    right: 15px;
    background: #ff7676;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
    top: 15px;
    right: 15px;
}

li.second-level-wrp > menu-a > a.second-level-a {
}

li.second-level-wrp > .menu-a > a.second-level-a {
    color: #efff00;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

ul.fourth-level-menu-wrp a {
    display: block;
}

    ul.fourth-level-menu-wrp a .fa {
        font-size: 8px;
    }

ul.second-level-menu-wrp {
    padding-left: 40px;
    display: none;
}

ul.fourth-level-menu-wrp a {
}

    ul.fourth-level-menu-wrp a:hover {
        color: #fff;
    }

span.second-level-a-drop-down.active {
    color: #efff00;
}

ul.third-level-menu-wrp .menu-a > a {
    color: #ffffff;
}
/*********************************/
.heading-pic img {
    height: 15px;
}

.heading-pic span {
    display: block;
    width: 100%;
}

.heading-pic {
}

.section-heading {
    font-weight: 900;
    margin-top: 0;
}

.heading-content {
    margin-bottom: 30px;
}

/***********************/
.product-card-content {
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    position: relative;
    padding: 15px;
    height: 250px;
    overflow: hidden;
    border: 2px solid #f85550d9;
    margin-bottom: 30px;
    cursor: pointer;
    background: #fff3f3;
}

    .product-card-content h5 {
        margin: 0;
        font-weight: 900;
        font-size: 18px;
        display: inline-block;
        margin-bottom: 9px;
        position: relative;
        z-index: 5;
        /* background: #adeed0; */
        padding: 10px 15px;
        color: #000;
        margin-top: 30px;
        background: white;
        text-align: center;
        width: 74%;
        position: absolute;
        bottom: 30px;
        left: 50%;
        border-radius: 5px;
        transform: translateX(-50%);
        margin-bottom: 0;
    }

    .product-card-content img {
        position: absolute;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        object-fit: cover;
        left: 15px;
        top: 15px;
        right: 15px;
        bottom: 15px;
    }

    .product-card-content a {
        display: inline-block;
        position: relative;
        z-index: 5;
        display: table;
        color: #ddba00;
        font-weight: 900;
        display: none !important;
    }

    .product-card-content:before {
        content: '';
        background: none repeat scroll 0 0 #f855509e;
        position: absolute;
        display: block;
        top: 10px;
        right: 10px;
        bottom: 10px;
        opacity: 0;
        left: 10px;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        transition: all 400ms ease-in-out 0s;
        -webkit-transform: rotate(-180deg) scale(0);
        -moz-transform: rotate(-180deg) scale(0);
        -ms-transform: rotate(-180deg) scale(0);
        -o-transform: rotate(-180deg) scale(0);
        transform: rotate(-180deg) scale(0);
    }

    .product-card-content:hover:before {
        -webkit-transform: rotate(0) scale(1);
        -moz-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        opacity: 1;
        z-index: 1;
    }

    .product-card-content:hover h5 {
        color: #fff;
        FONT-WEIGHT: 500;
        background: none;
    }

.left-right-card-show .product-inner-wrp {
    display: flex;
}

.left-right-card-show .product-pictures {
    flex: 0 0 50%;
    height: 160px;
    /* border-radius: 0 15px 15px 0; */
}

.right-card-slide {
    flex: 0 0 50%;
}

    .right-card-slide a.product-name-txt {
        white-space: inherit;
        height: 45px;
    }

    .right-card-slide .final-price-wrp {
        flex-flow: column;
        flex-flow: column-reverse;
    }

    .right-card-slide .without-discount-price {
        margin-left: 0;
    }

span.off-price {
    font-weight: 900;
}

.right-card-slide .Add-to-Wish-wrp {
    position: relative;
    visibility: visible;
    opacity: 1;
    padding: 0 15px;
    top: unset;
    right: unset;
}

    .right-card-slide .Add-to-Wish-wrp a {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

.right-card-slide .product-text-wrp {
    padding-bottom: 7px;
}

.left-right-card-show .net-price-wrp-two {
    margin: 0 15px;
}


.left-right-card-show:hover .Add-to-Wish-wrp {
    left: 15px;
    background: #fff;
    position: absolute;
    z-index: 99999999;
}

    .left-right-card-show:hover .Add-to-Wish-wrp a:before {
        background: transparent;
    }

.service-icon {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 52px;
    line-height: 52px;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    background: #ffffff;
    margin-right: 15px;
}

    .service-icon.sv_icon1 {
        mask-image: url('../../new-img/door-ship.png');
        -webkit-mask-image: url('../../new-img/door-ship.png');
    }

    .service-icon.sv_icon2 {
        mask-image: url('../../new-img/big-saving.png');
        -webkit-mask-image: url('../../new-img/big-saving.png');
    }

    .service-icon.sv_icon3 {
        mask-image: url('../../new-img/supprt24x.png');
        -webkit-mask-image: url('../../new-img/supprt24x.png');
    }

    .service-icon.sv_icon4 {
        mask-image: url('../../new-img/money-back.png');
        -webkit-mask-image: url('../../new-img/money-back.png');
    }

.service-title {
    color: #ffffff;
    font-weight: 900;
    font-size: 16px;
}

.service-desc {
    color: #ffffff;
}

.content-fsv {
    flex: 70%;
}

.footer-service-bx {
    /* border-right: 1px solid rgba(0,0,0,0.1); */
    /* background: #f9f9f9; */
    /* padding: 30px 0; */
    display: flex;
}

.footer-service-wrp {
    padding: 30px 0;
    margin-top: 50px;
    background: #cb002f;
    border-bottom: 1px solid #ffffff1f;
}

.Popular-Categories {
    padding: 50px 0;
    background: #fff;
}

.footer-service-wrp h4 {
    margin: 0;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}

a.facebook-cl {
    color: #3c5998;
}

a.twitter-cl {
    color: #29a9e0;
}

a.plane-cl {
    color: #0088cc;
}

a.instagram-cl {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    /* Also define standard property for compatibility */
    color: #fd5949;
    font-size: 22px !important;
}

/*******search*************/
.search-item-new {
    display: flex;
    align-items: center;
}

.searh-keyword-here-new {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}

.search-filter-pic {
    position: absolute;
    width: 60px;
    background: #4188ff;
    height: 45px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.category-and-search {
    display: flex;
    align-items: center;
    width: 100%;
}

.show-cate {
    height: 45px;
    border: 1px solid #ccc;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    margin-right: 0px;
    color: #01203f;
    cursor: pointer;
    font-weight: 600;
}

    .show-cate .fa {
        margin-right: 10px;
        font-size: 16px;
    }

.toptrip-bar p {
    margin-bottom: 0;
    margin-top: 0px;
    padding: 0;
}

.toptrip-bar > ul {
    margin: 0;
    padding-left: 0;
    justify-content: end;
    display: flex;
    align-items: center;
}

.toptrip-bar ul li {
    margin: 0;
    display: inline-block;
    line-height: inherit;
}

    .toptrip-bar ul li:last-child a {
        padding-right: 0 !important;
    }

.user-dtl-cls.ddlhover {
    display: block;
}

.toptrip-bar ul li a {
    color: #403910 !important;
    display: inline-block;
}

.toptrip-bar .user-cls-icon {
    width: 25px;
    margin-right: 7px;
}

.toptrip-bar ul li .dropdown-menu a {
    color: #000 !important;
    padding: 10px;
}

.toptrip-bar ul li .dropdown-menu li i {
    padding: 0;
    background: transparent;
    width: auto;
    height: auto;
    margin-right: 5px;
}

.toptrip-bar ul li .dropdown-menu li span {
    position: relative;
    top: 2px;
}

.toptrip-bar ul li .dropdown-menu li:last-child {
    padding: 2px;
}

.toptrip-bar ul li a .fa-user-o {
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    vertical-align: top;
    line-height: 24px;
    margin-right: 5px;
    color: #fff;
}

.toptrip-bar ul li:last-child a {
    border: none;
    padding-right: 10px;
    position: relative;
    top: -2px;
}

.shoping-cart-button .basket img {
    width: 28px;
}

a.checkloginsession {
    padding-left: 0 !important;
}

.continue-shoping {
    background: none;
    border: #154054 1px solid;
    box-shadow: none;
    border-radius: 0;
    color: #154054;
    font-size: 14px;
    display: inline-block;
    margin: 0px;
    padding: 10px 18px;
}

div#search_show {
    flex: calc(100% - 160px);
}

.searh-keyword-here-new input {
    height: 45px;
    padding-right: 60px;
    border-radius: 0;
}

.header-tg {
    padding: 7px 15px;
    background: #070026;
}

.logo a {
    display: block;
}

    .logo a img {
        width: 200px;
        height: auto;
    }

.header-two {
    padding: 7px 0;
    box-shadow: 0 10px 9px 0px #00000014;
    position: relative;
    z-index: 1;
    background: #fff;
    border-top: 1px solid #f7f7f7;
}

    .header-two.sticky {
        position: fixed;
        width: 100%;
        z-index: 9;
        top: 0;
    }

.search-filter-pic img {
    width: 22px;
}

div#serchResultEcommerce-new {
    background: white;
    border-radius: 0;
    z-index: 9999;
    position: absolute;
    width: 100%;
}

    div#serchResultEcommerce-new > div {
        background: white;
        border-top: 1px solid #dadada;
    }

        div#serchResultEcommerce-new > div a {
            display: block;
            padding: 7px 0;
        }

#shopingcat-banner ol.carousel-indicators li {
    background: #f8554e;
    width: 20px;
    margin: 0 auto;
    height: 20px;
    border-radius: 0;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #f8554e;
    margin-right: 15px;
}

    #shopingcat-banner ol.carousel-indicators li.active {
        background: #01203f;
        box-shadow: 0 0 0 2px #01203f;
    }

div#review-buttons-container {
    margin-top: 15px;
}

/*******search*************/
.img-iteam-bx {
    position: relative;
    overflow: hidden;
    display: block;
    border: 3px double #f85550d9;
    padding: 15px;
}

    .img-iteam-bx.pic_item_1 {
        height: 500px;
    }

    .img-iteam-bx.pic_item_2, .img-iteam-bx.pic_item_4 {
        height: 243px;
        margin-bottom: 15px;
    }

    .img-iteam-bx.pic_item_3, .img-iteam-bx.pic_item_5 {
        height: 243px;
    }

    .img-iteam-bx.pic_item_1 img {
        height: 463px;
    }


.GetRecentlyViewedProducts {
    background: #fff;
    padding: 30px 14px;
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px -1px rgba(0,0,0,0.15);
}

.recently-Viewed {
    padding: 50px 0;
    background: #f1f3f8;
}

/*****************google translate*/
#google_translate_element a {
    display: none;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    height: 34px;
}

    .goog-te-gadget .goog-te-combo {
        color: black !important;
        border: none;
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .goog-te-gadget .goog-te-combo {
        margin: 0 !important;
    }

.goog-te-banner-frame {
    display: none;
}

body.mob-home {
    top: 0 !important;
    min-height: auto !i;
}


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

    .select-language span img {
        width: 28px;
        margin-right: 7px;
    }

.Latest-Product-left-card {
    position: relative;
    height: 400px;
    padding: 30px;
    overflow: hidden !important;
}

    .Latest-Product-left-card img {
        position: absolute;
        right: 0;
        bottom: 30px;
        width: 100%;
        margin: 0 auto;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .Latest-Product-left-card h4 {
        font-size: 36px;
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    .Latest-Product-left-card a {
        background: #fff;
        position: relative;
        z-index: 1;
        color: #000;
    }


.top-filter-country {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.countryflagsearchmaster {
    width: 28px;
    margin-right: 7px;
}

.country-content {
    display: flex;
}

img.countryflagsearch {
    width: 28px;
    margin-right: 7px;
}

.country-content-select {
    width: 220px;
}




/*****************google translate*/
.carousel-inner img {
    width: 100%;
}

.our-partners-wrp {
    padding-top: 50px;
}

.super_offer-card-left {
    background: #f9c801;
    position: relative;
    height: 400px;
    padding: 30px;
}

    .super_offer-card-left img {
        position: absolute;
        right: 0;
        bottom: 30px;
        width: 90%;
        margin: 0 auto;
        transform: translateX(-50%);
        left: 50%;
    }

h4.cattitle {
    font-size: 28px;
    margin-top: 0;
    font-weight: 900;
    color: #000;
}

footer {
    color: #ffffff;
    background: #070026;
    padding-top: 50px;
    background-image: url('../../new-img/background.jpg');
    position: relative;
}

    footer:before {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: #060023c2;
        mix-blend-mode: color-burn;
    }


.footer-lication-lk {
    display: flex;
    flex-flow: column;
}

    .footer-lication-lk li a {
        display: flex;
        color: #ffffff;
        align-items: start;
    }

        .footer-lication-lk li a .fa {
            margin-right: 15px;
            padding-top: 5px;
        }

    .footer-lication-lk li {
        margin-bottom: 15px;
    }

footer h4 {
    margin-bottom: 15px;
    color: #ff6761;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

.footer-content-bx ul li a {
    color: #ffffff;
    margin-bottom: 9px;
    display: block;
}

ul.footer-socail-lk {
    display: flex;
    margin-bottom: 0;
    justify-content: end;
}

    ul.footer-socail-lk li a {
        margin-left: 12px;
        font-size: 16px;
        /* color: #fff; */
        line-height: 35px;
        width: 35px;
        height: 35px;
        display: block;
        text-align: center;
        border-radius: 50px;
        background: #fff;
    }

.copyright-row {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.copyright-new {
    padding: 15px 0;
    color: #ffffff;
    font-weight: 900;
    margin-top: 15px;
    /* background: #000000; */
}

.super_offer-card-left .btn {
    background: #fff;
    color: #000;
}

.divRecentlyViewedProducts-wrp {
    position: relative;
}

.content-pic {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
}

    .content-pic h5 {
        font-size: 20px;
        margin-top: 0;
        color: #333;
        font-weight: 900;
    }

    .content-pic p {
        color: #f74b6d;
        font-weight: 900;
        font-size: 16px;
        text-transform: uppercase;
    }

    .content-pic h5 .fa {
        margin-left: 15px;
        font-size: 10px;
    }

.img-iteam-bx:hover img {
    transform: scale(1.09);
}

.img-iteam-bx img {
    transition: 0.5s;
}

.show-item-wrp {
    padding: 50px 0;
}

ol.carousel-indicators {
    width: AUTO;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 1;
}

#shopingcat-banner ol.carousel-indicators li:last-child {
    margin-right: 0;
}

/***********Login page popup desing csss***************************/
.login-pop-content {
    background: #ffff;
    padding: 0;
    border-radius: 15px;
}

div#divResendotp {
    margin-bottom: 15px;
}

.left-login-wrper {
    background: #5446d1;
    position: relative;
    border-radius: 15px;
    padding: 15px;
    height: 450px;
}

img.ptn-circle {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

img.shopping-bag {
    position: absolute;
    right: -31px;
    width: 300px;
    bottom: 0;
}

.modal-title-name {
    color: #000;
    margin: 0;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}


.login-header-pop img {
    /* background: #f6f4fe; */
    max-width: 250px;
}

.login-pop-up .modal-dialog.modal-lg {
    max-width: 450px;
}

.login-header-pop {
    padding-bottom: 15px;
    border-bottom: 1px solid #c6c6c6;
    width: 100%;
    text-align: center;
    padding: 20px;
}


.inner-login-pop {
    width: 100%;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.right-login-wrp-pop .form-control {
    border-radius: 5px;
}

span.changemobile {
    cursor: pointer;
}



.row.left-pop-login-wrp {
    display: flex;
}

    .row.left-pop-login-wrp [class*="col-"] {
    }

.right-login-wrp-pop {
    min-height: 450px;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 100%;
}

    .right-login-wrp-pop .tab-pane {
        width: 100%;
    }

    .right-login-wrp-pop .form-control {
        height: 40px;
        border-radius: 3px !important;
    }

.login-pop-content .close-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffe5e5;
    border-radius: 100px;
    color: #ff6060;
    opacity: 1;
    cursor: pointer;
    transition: 0.5s;
}

    .login-pop-content .close-icon:hover {
        background: red;
        color: #fff;
    }

.login-pop-content .close-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffe5e5;
    border-radius: 100px;
    color: #ff6060;
    opacity: 1;
    cursor: pointer;
    transition: 0.2s;
    z-index: 9;
}

    .login-pop-content .close-icon:hover {
        background: red;
        color: #fff;
    }

.register {
    width: 100%;
}

.f-l-text p {
    color: rgb(255 255 255 / 40%);
    font-size: 18px;
}

.f-l-text h2 {
    font-size: 50px;
    margin: 0;
    color: rgb(255 255 255 / 67%);
}

.f-l-text {
    text-transform: uppercase;
    margin-top: 30px;
}

    .f-l-text h4 {
        color: orange;
        font-size: 30px;
    }

/******************************************************/
ul.breadcrumb-list {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 0;
    padding-left: 0;
    margin-bottom: 15px;
}

    ul.breadcrumb-list li:after {
        content: "\f105";
        font-family: FontAwesome;
        display: block;
        margin: 0 15px;
    }

    ul.breadcrumb-list li {
        display: flex;
    }

        ul.breadcrumb-list li:last-child:after {
            display: none;
        }

    ul.breadcrumb-list a {
        color: #777777;
        font-weight: 600;
    }

    ul.breadcrumb-list li:last-child a {
        color: #4188ff;
        font-weight: 900;
    }

shopping-listing {
    padding: 50px 0;
}

.filter-shopping-wrp {
    padding: 15px;
    border: 1px solid #dedede;
    background: white;
}

.filter-list_1 {
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.main-shopping-name {
    background: #2c2828;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}

    .main-shopping-name h4 {
        margin-bottom: 0;
        margin-left: 7px;
        margin-top: 0;
        text-transform: uppercase;
        font-size: 16px;
    }

ul.filter-list_1 > li a {
    color: #777777;
    font-weight: 600;
    padding: 5px 0;
    display: block;
}

ul.filter-list_1 ul {
    list-style: none;
    font-style: inherit;
    padding-left: 0;
}

cite {
    display: block;
    font-style: normal;
}

li {
}

.filter-list_1 > li {
    border-bottom: 1px solid #eaeaea;
}

.name-of-fl-2 {
    font-size: 18px;
    font-weight: 900;
    color: #000;
    margin-bottom: 9px;
}

.filter-2-content {
    display: flex;
    align-items: center;
}

    .filter-2-content input {
        margin-right: 7px;
    }

ul.filter-list_3 {
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.name-f-fl-3 {
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    margin-bottom: 9px;
    padding-bottom: 5px;
}

.check-option-div [type="checkbox"] {
    height: 15px;
    width: 15px;
    margin-right: 9px;
    margin-top: 0;
}

.options.squaredThree {
    display: flex;
    clear: both;
    flex-flow: column;
}

.shopping-listing {
    padding: 50px 0;
    background: url(../new-img/shopping-list-bg.svg);
    background-color: #f6faff;
    position: relative;
}

    .shopping-listing:before {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fbfbfbf7;
        mix-blend-mode: screen;
    }

.drop-filter {
    display: flex;
    align-items: center;
    background: #2c2828;
    margin: 0;
    color: #fff;
    height: 52px;
    margin-bottom: 15px;
}

.product-IsOutOfStock {
    position: absolute;
    bottom: 15px;
    right: 0;
    display: block;
    background: #159c15;
    text-align: right;
    padding: 2px 15px;
    color: white;
    padding-left: 7px;
}

    .product-IsOutOfStock:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 24px;
        clip-path: polygon(50% 1%, 100% 0, 100% 51%, 100% 100%, 50% 100%, 83% 51%);
        top: 0;
        left: -29px;
        background: #159c15;
    }

.addToCarts-btn button {
    width: 100%;
    margin-top: 7px;
}

.no-more-product {
    background: #ffffff;
    margin-top: 15px;
    color: #01203f;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 15px;
    margin-bottom: 30px;
}

    .no-more-product form {
        margin-bottom: 0;
    }

.Related-Products-list {
    background: #f6f6f6;
    position: relative;
    padding: 50px 0;
}

.shoping-productslist .card-product {
    margin-bottom: 15px;
}

.low-high-filter-dp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-sort.select-style {
    display: flex;
    align-items: center;
}

    .product-sort.select-style form {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

        .product-sort.select-style form .products-sort-order.dropdown {
            flex: 0 0 70px;
        }

.products-sort-order.dropdown a {
    color: #fff;
}

.product-sort.select-style:last-child {
    margin-left: 20px;
}

.shopping-paddingLeft {
    margin-bottom: 15px;
}

.outstock {
    background: #ff3535;
}

    .outstock:before {
        background: #ff3535;
    }

.our-partners-wrp {
    display: none;
}

ul.content-fl-3 {
    padding-left: 0;
    list-style: none;
}

    ul.content-fl-3 input[type=checkbox] {
        height: 15px;
        width: 15px;
        margin-right: 0;
    }

    ul.content-fl-3 label {
        margin-bottom: 0 !important;
    }

ul.filter-list_3 label {
    margin-bottom: 0;
    margin-right: 23px;
}

.check-option-div {
    margin-bottom: 9px;
}

ul.filter-list_3 li {
    margin-bottom: 9px;
}

/******************************************************/
/******************************************************/
/***************Product details ***************************************/
.product-images-new {
    padding: 0 45px;
}

    .product-images-new button {
        display: block;
    }

    .product-images-new .slick-track {
    }

    .product-images-new li {
        height: 90px;
        position: relative;
        overflow: hidden;
        border: 1px solid #dadada;
        padding: 5px;
    }

        .product-images-new li img {
            /* position: absolute; */
            /* width: 100%; */
            /* height: 100%; */
            /* object-fit: cover; */
            width: auto;
            height: 100%;
            margin: 0 auto;
        }

.ResponsivePopUpImageView {
    padding: 15px;
    border: 1px solid #dadada;
    margin-bottom: 15px;
    position: relative;
    height: 400px;
    overflow: hidden;
}

.slick-prev {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-next {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.ResponsivePopUpImageView img {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    display: block;
    margin: 0 auto;
}

.close-filter {
    display: none;
}

.product-name-details {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.deatling-right-descri-sty {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.clslblreviewscountnew {
    background: #388e3c;
    color: #fff;
    padding: 2px 7px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
}

    .clslblreviewscountnew i {
        font-size: 12px !important;
        margin-right: 2px !important;
        margin-top: 2px;
        margin-left: 3px;
    }

.wishlist a {
    color: #747474 !important;
}

    .wishlist a i.fa {
        color: #fff;
        font-size: 12px;
        height: 20px;
        margin: 0 6px 0 0;
        text-align: center;
        background: #ff6c00;
        color: #fff;
        padding: 3px 7px;
        border-radius: 3px;
        width: 30px;
        height: 25px;
        font-size: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.AddToHeart {
    color: #5E665F !important;
}

.detailsprodprice {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    background: linear-gradient(0deg,rgba(240,250,255,.5),rgba(240,250,255,.5)),white;
    border: 1px solid rgba(0,0,0,.05);
    padding: 7px;
    display: flex;
    flex-flow: column;
    margin-bottom: 15px;
}

.product-price {
    color: #2fb5d2;
    display: inline-block;
}

.PRICE-new-dg {
    display: flex;
    margin-bottom: 7px;
    align-items: center;
    justify-content: center;
}

.discount-details-price {
    width: 100%;
}

.details-off-price span {
    text-align: center;
    color: #f74b6d;
    padding: 4px;
    background: #fff3f5;
    border-radius: 3px;
    width: 50%;
    font-weight: 600;
    font-size: 14px;
}


.product-price strike {
    color: red;
    position: relative;
    /* top: -2px; */
    /* margin-left: 5px; */
    font-size: 18px;
}

.sold-cls {
    margin-right: 5px;
    margin-top: 2px;
    margin-right: 15px;
}

.rating-sold-cls {
    text-align: left;
    border-radius: 3px;
    padding: 1px 7px;
    margin-left: 2px;
    background: #ff6c00;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 45px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    border-radius: 5px;
}

.seller-wrp {
    padding-top: 5px;
    display: flex;
}

.Available.-offers-shoping {
    padding-top: 7px;
}



a.clsreview.mtop {
    margin: 0 15px;
}

.product-price {
    display: flex;
    align-items: center;
    text-align: center;
    flex: 0 50%;
}

.details-off-price {
    /* background-color: #f74b6d; */
    /* color: #fff; */
    /* padding: 3px 5px; */
    /* margin-left: 15px; */
    /* overflow: inherit; */
    /* position: relative; */
    /* border-radius: 3px 0 0 3px; */
    /* text-align: center; */
    /* width: auto; */
    text-align: center;
}

.price-final-dtl {
    font-size: 30px;
    color: #388e3c;
    font-weight: 900;
    border-right: 4px solid rgba(0, 0, 0, 0.03);
    text-align: center;
    flex: 1;
}

.details-off-price:before {
    /* clip-path: polygon(100% 0, 35% 50%, 100% 100%, 0 100%, 0 0); */
    content: '';
    /* position: absolute; */
    /* right: -12px; */
    /* height: 26px; */
    /* background: #f74b6d; */
    /* width: 16px; */
    /* top: 0; */
}

.details-off-price span {
    position: relative;
}

.buy-div-sty {
    margin-bottom: 15px;
}

ul.share-socail {
    display: flex;
    padding-left: 15px;
    list-style: n;
}

    ul.share-socail li a {
        display: block;
        margin-right: 7px;
        cursor: pointer;
    }

        ul.share-socail li a img {
            width: 27px;
        }

.Available.-offers-shoping ul li:before {
    content: "\f02b";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 10px;
    font-size: 20px;
    color: #0ebc30;
    position: relative;
    top: 7px;
}

.Available.-offers-shoping ul li {
    display: flex;
    margin-bottom: 0;
}

.share-socail-wrp {
    margin-top: 15px;
    display: flex;
    margin-bottom: 15px;
}

label.shareus {
    color: #000;
    font-size: 14px;
}

.sold-cls label {
    color: #000;
    font-size: 14px;
}

.SellerRating {
    margin-top: 7px;
}

.description-header h2 {
    margin-top: 0;
    font-size: 18px;
    color: #01203f;
    font-weight: 900;
    margin-bottom: 0;
}

.description-header {
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    color: #333;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    background: #ffd3d1;
    margin-top: -15px;
}

.key-features-cls {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
    border: 1px solid #d7d7d7;
}

.Short-Description {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #d7d7d7;
    background: #ffffff;
}

.Specification-cls {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #d7d7d7;
    background: #ffffff;
}

.shoping-detail-product-sticky {
    position: sticky !important;
    top: 100px;
}

.Description-cls {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #d7d7d7;
    background: #ffffff;
}

.Highlights-cls {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #d7d7d7;
    background: #ffffff;
}

.rate-Review-cls {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #d7d7d7;
    background: #ffffff;
}

.products-review {
    margin-bottom: 15px;
    background: #f3f3f3;
    padding: 15px;
}

.rating-cls-gr {
    margin-top: 8px;
    display: flex;
}

    .rating-cls-gr h2 {
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 400;
        display: flex;
        align-items: center;
        color: orange;
        padding: 0;
        margin: 0;
        margin-right: 15px;
    }

        .rating-cls-gr h2 i {
            font-size: 20px;
            margin-left: 10px;
        }

    .rating-cls-gr p {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 8px !important;
        color: #686868 !important;
    }

.prog-rat-cls li h3 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    margin-top: 0;
    display: flex;
    align-items: c;
    font-size: 16px;
    margin-right: 15px;
}

.prog-rat-cls .rate-name-prog {
    color: #727272;
    font-size: 16px;
}

.prog-rat-cls .progress .rate-2 {
    background: #ff9f00;
}

.prog-rat-cls .progress .rate-1 {
    background: #ff6161;
}

.prog-rat-cls li {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    margin-bottom: 2px;
}

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

.prog-rat-cls {
    margin-top: 15px;
}

    .prog-rat-cls .progress {
        height: 15px;
        margin-bottom: 0;
        margin-top: 5px;
        margin-right: 6px;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

.review-detail-cls .btn.button-success {
    background: #388e3c;
    color: #fff !important;
    padding: 7px 15px;
    margin-top: 30px;
}

.review-detail-cls h2 {
    position: relative;
    top: 5px;
}

.customer-review ul li h2 {
    font-weight: 400;
    font-size: 15px;
}

    .customer-review ul li h2 span {
        background: #388e3c;
        color: #fff !important;
        padding: 0 2px;
        border-radius: 3px;
        text-align: center;
        margin-right: 5px;
    }

        .customer-review ul li h2 span i {
            font-size: 12px;
            margin-left: 2px;
            position: relative;
            top: -1px;
        }

.customer-review ul li {
    border-top: 1px solid #e9e9e9;
    padding: 15px;
}

    .customer-review ul li h4 {
        color: #747474;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 5px;
    }

        .customer-review ul li h4 span {
            margin-left: 5px;
            font-size: 13px;
            color: #989898;
        }

    .customer-review ul li p {
        margin-bottom: 0;
    }

.inner-shopdlt {
    max-width: 90%;
}

.shopping-detil-page {
    padding: 50px 0;
    background: url(../new-img/shopping-list-bg.svg);
    background-color: #f6faff;
    position: relative;
}

    .shopping-detil-page:before {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fbfbfbf7;
        mix-blend-mode: screen;
    }

.rate-review-cls .row {
}

.buy-div-sty .fa {
    margin-right: 7px;
}

.buy-div-sty .btn-primary {
    margin-right: 15px;
}

ul.share-socail li {
    list-style: none;
}

img.lft-filter-img {
    width: 22px;
    position: relative;
    margin-right: 5px;
    top: -2px;
    display: none;
}

.product-sizeDisplayDiv {
    padding: 10px 0;
    background: #f1eded;
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: -110%;
    transition: 0.5s;
    z-index: 99;
}

.product-sizeDisplayHeader {
    text-align: left;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

/*******************ENd ***********************************/
/******************************************************/
/******************cart-list page design***********************************/
/**************************************************************************/
.plus-and-minus span.glyphicon {
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.plus-and-minus button {
    background: white;
    border: 1px solid #d2d2d2;
    padding: 8px;
    border: none;
    color: #6f6f6f;
}

.plus-and-minus input {
    text-align: center;
    border: none;
    width: 50px;
}

button.plus-price {
    color: #209543;
}

.plus-and-minus input {
    color: #188543;
    border-radius: 0;
    background: white !important;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
}

.plus-and-minus {
    display: inline-flex;
    border: 1px solid #d6d6d6;
    margin-top: 5px;
}

.card-picture {
    width: 100%;
    height: 175px;
    display: block;
    overflow: hidden;
    border: 1px solid #cfcfcf;
    position: relative;
}

.cart-list-left {
    margin-bottom: 15px;
}

.card-picture img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    text-align: center;
}

.card-cart-box .row {
    border-top: 1px solid #f0f0f0;
    background: white;
    margin: 0;
    padding: 15px;
}

.total-amount-new {
    background: #000527;
    padding: 15px !important;
    /* Safari */
    color: #fff;
}

.prices-details {
    margin-bottom: 0;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    margin-top: -15px;
    padding-top: 15px;
    color: #fff;
}

.total-bill-amount strong {
    font-weight: 900 !important;
}

.delivery-charges-sty {
    color: white;
    margin-top: 15px;
}

.delete-kart {
    background: #e64a0eeb;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

    .delete-kart a, .delete-kart a:hover {
        color: #fff;
    }

span.chk.thali-heading {
    font-size: 16px;
    font-weight: 900;
    color: #000;
}

span.lbltotalamount {
    font-weight: 900;
    font-size: 16px;
    color: #fff;
}

.product-name-Total {
    margin-bottom: 7px;
}

    .product-name-Total span {
    }

span.taxt-price {
    font-weight: 900;
    color: #000;
    font-size: 16px;
}

span.cart-percentage {
    color: #ff3f00;
}

.product-name-Quantity {
    display: inline-flex;
    flex-flow: column;
}

.plus-and-minus {
}

.product-name-kadi-kal {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.cart-list-right {
    /*position: absolute;
    right: 0;*/
    position: absolute !important;
    top: 0;
    right: 0;
}

.row.cal-row-wrp {
    position: relative;
    min-height: 500px;
}

.heading-list {
    font-size: 20px;
    background: red;
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}



.total-bill-amount .row {
    border-bottom: 1px dotted #c1c1c1;
    padding: 10px 0;
    font-size: 14px;
}

.price-off.clearfix {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob-products-filtration {
    display: none !important;
}

.price-off.clearfix {
    padding-bottom: 10px;
}

.kart-full-width .col-md-8, .kart-full-width .col-md-4 {
    padding: 0;
}

.bill-heading.bill-heading {
    font-size: 15px;
}

.bill-detail-wraper .row {
    padding: 10px 0;
    font-size: 14px;
}

.total-bill-amount {
}

    .total-bill-amount .row .col-xs-6 + .col-xs-6 {
        text-align: right;
    }

.cart-btn-sty.btn-rlpr {
    display: flex;
    margin-top: 15px;
    width: 100%;
    margin-right: -15px;
    justify-content: space-between;
}

    .cart-btn-sty.btn-rlpr .fa {
        margin-right: 7px;
    }

    .cart-btn-sty.btn-rlpr .btn {
        width: 48%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.product-name-kadi-kal {
    justify-content: space-between;
}

.cart-empty {
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

img.cart-emty-pic {
    width: 200px;
    margin-bottom: 40px;
}

.empty-cart-wrp a.conti-btns {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.cart-status {
    margin-top: 0;
    font-size: 30px;
    font-weight: 900;
}

.empty-cart-wrp p {
    font-size: 18px;
}

.cart-details-wrp {
    padding: 50px 0;
}

/*******************ENd ****************************************************/
/*******************ENd ****************************************************/
/*****************proceed-to-checkout********************************************************/
/***************************************************************************/
.checkOutCont .panel-default {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

    .checkOutCont .panel-default .panel-heading {
        border: 0;
        border-radius: 0;
        background: white;
        box-shadow: none;
        padding: 0;
    }

        .checkOutCont .panel-default .panel-heading .panel-title > a {
            width: 100%;
            display: block;
            background: #f7fbff;
            padding: 15px;
            text-decoration: none;
        }

.Logged-as-in {
    display: inline-flex;
    align-items: center;
    margin-left: 7px;
}




.checkOutCont .panel-collapse {
    padding: 15px !important;
}


.Order-Review .card-cart-box .row {
    margin-bottom: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    border-top: 0;
}

.kart-full-width {
    display: flex;
    padding: 0 15px;
}

.kart-view {
    display: block;
    margin-right: 30px;
    height: 130px;
    position: relative;
}




.check-user-status {
    width: 30px;
    height: 30px;
    background: #45c088;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    color: #ffff;
}

span.one-box-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #4188ff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    color: #fff;
}

.login-singup-container .panel-collapse {
    border: 1px solid #e4e4e4;
    padding: 30px;
}

.add-new-address {
    background: #f6fffb;
    border: 1px dashed #d5d5d5;
    display: inline-block;
    padding: 15px;
    color: #099a61;
}

    .add-new-address .fa {
    }

/*******************ENd ****************************************************/
/***************************************************************************/
.slick-disabled {
    opacity: 0.5;
}

.slick-prev, .slick-next {
    border: 1px solid #d6d6d6;
    color: #868686;
    background: #dcdcdc;
    font-size: 10px;
    opacity: 0.7;
}

    .slick-prev:hover, .slick-next:hover {
        opacity: 1;
    }

.horizental-menubar.clearfix.mobile-cat-menu {
    display: none;
}

.carousel-inner.overpic {
    display: none;
}

/********Alert***********/
.progressAdd {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgb(1 5 12 / 70%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.cssDivConfirm {
    position: fixed;
    bottom: 30px;
    width: 50%;
    transform: translateX(-50%);
    left: 50%;
    background: #ffff;
    z-index: 99;
    z-index: 999999999;
}

.left-shape-coin {
    position: absolute;
    left: 30px;
    top: 18px;
}

.divinner {
    padding: 15px;
    padding-left: 130px;
}

.divforcontent {
    font-weight: 900;
    font-size: 20px;
    color: #fff;
}


.Order-Review {
    margin-left: -15px;
    margin-right: -15px;
}

.kart-view img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.kart-width-s.col-md-4 {
    flex: 0 250px;
    margin-right: 30px;
}

.kart-detail.col-md-8 {
    width: 100%;
}

.total-bill-amount.poka .row {
    margin: 0;
}

div#review-buttons-container {
    padding-left: 15px;
    padding-right: 15px;
}




.registerconformation-popup {
    padding: 15px;
}

    .registerconformation-popup .alert-icon {
    }

        .registerconformation-popup .alert-icon img {
            width: 200px;
        }

    .registerconformation-popup h2 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .registerconformation-popup dd.btn {
    }



.registerconformation-popup {
    height: auto;
    width: 300px;
    background: #fff;
    position: fixed;
    padding: 0;
    top: 40% !important;
    left: 50%;
    margin-left: -88px;
    margin-top: -95px;
    z-index: 99999999999;
    text-align: center;
    display: none;
    color: #383838;
    min-height: 275px;
    border-bottom: 8px solid #33b35b;
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    border-radius: 0 0 3px 3px;
}

.divforcontent b {
    clear: both;
    display: block;
    font-size: 16px;
}

.divforclosethepopup a {
}

.cssDivConfirm.alter-message {
    background: #ef6066;
}

.btn-close {
    position: absolute;
    top: 0;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: red;
    cursor: pointer;
    right: 15px;
    top: 15px;
    background: #fff;
}

.ShowSuccessPopup-pop {
    background: #2cbe7d;
}

.areyou-sure-message {
    background: orange;
}

.btn-yes {
    background: #27b327;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 3px;
    margin-right: 3px;
    font-size: 12px;
}

.btn-absolute {
    background: #f73c2e;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 3px;
    margin-right: 15px;
    font-size: 12px;
}

.divforclosethepopup {
    margin-top: 9px;
}

/********Alert***********/
/********Orderlist***********/
/********Orderlist***********/
.product-top-info {
    border: 1px solid #E1E1E1;
    filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.1));
    border-radius: 3px;
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.product-info-pic {
    display: flex;
    margin-right: 30px;
}

.produt-his-pic a img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.produt-his-pic {
}

    .produt-his-pic a {
        width: 100px;
        position: relative;
        overflow: hidden;
        height: 75px;
        display: block;
        border-radius: 3px;
    }

.product-info-pic-wrp {
    display: flex;
    position: relative;
}

.show-prd-dlt {
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #f0f6ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4188ff;
    cursor: pointer;
    top: calc(50% - 15px);
    transition: 0.2s;
}

    .show-prd-dlt.active {
        transform: rotate(-90deg);
        background: #4188ff;
        color: #fff;
    }

    .show-prd-dlt .fa {
        font-size: 10px;
    }

.product-basic-info {
    flex: 1;
    margin-right: 30px;
}

.product-name-info {
    margin-top: 0;
}

.order-open-list-content {
    padding-top: 15px;
    border-top: 1px solid #e3e3e3;
    margin-top: 15px;
}

.footer-product-info {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e3e3e3;
    background: #f6f9ff;
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
}

.status_description_left {
    display: flex;
}

.order-open-list-content ul li {
    margin-bottom: 5px;
}

.order-open-list-content strong {
    color: #000;
    font-weight: 900 !important;
    font-family: 'Quicksand-Bold';
}

.Status_col {
    flex: 0 auto;
}

.status-info-pd {
    padding-left: 5px;
}

.pdt-ul-list-info strong {
    color: #000;
    font-weight: 900 !important;
    font-family: 'Quicksand-Bold';
}

.track-order-info img, .chat-with-merchant-info img, .cance-order-info img {
    width: 35px;
}

.chat-with-merchant-info a {
    display: block;
    font-family: 'JOST-MEDIUM';
    color: #e56301;
}

.track-order-info a {
    display: block;
    cursor: pointer;
    font-family: 'JOST-MEDIUM';
    color: #00cc17;
}

.cance-order-info .Cancel {
    background: transparent;
    border: 0;
    outline: none;
    color: red;
    font-family: 'JOST-MEDIUM';
    padding: 0;
}

.Paymodes-mode-info:last-child {
    margin-top: 7px;
}

.product-top-info .track-map {
    padding-top: 30px;
}

.product-top-info .timeline-default.play-arena {
    padding-top: 40px;
}

/********Orderlist***********/
/********Orderlist***********/
/********Customer panell outer css***********/
ul.mytab-account li:first-child {
}

    ul.mytab-account li:first-child .icon-wrpper {
        padding-top: 0;
        border-top: 0;
    }

.customer-panel-col {
    display: flex;
    padding-top: 30px;
}

.outer-customer-panel-section {
    padding: 0 15px;
}

.customer-panel-wrp-content {
    background: #fff;
    padding: 15px 20px;
    min-height: 415px;
    box-shadow: 0 0 16px #ccc;
    -webkit-box-shadow: 0 0 16px #ccc;
    flex: 0 calc(100% - 275px);
}

.customer-menu {
    position: relative;
    width: 275px;
    z-index: 1;
    background: #01203f;
    margin-right: 30px;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Quicksand-Bold';
}

.icon-wrpper img {
    width: 20px;
    margin-right: 5px;
}

ul.mytab-account {
    padding-left: 5px;
    list-style: none;
    width: 100%;
    padding-right: 5px;
}

    ul.mytab-account a {
        color: #fff;
    }

    ul.mytab-account ul {
        list-style: none;
        padding-left: 30px;
        padding-top: 15px;
    }

        ul.mytab-account ul a {
            padding-bottom: 9px;
            display: block;
        }

.icon-wrpper img {
}

.page-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

select.form-control {
    flex: 0 100%;
}

.page-title h3 {
    color: #000000;
    margin: 0;
}


.page-title .form-control {
    flex: 0 20%;
}

.icon-wrpper {
    color: #00d976;
    font-weight: 900;
    font-family: 'Quicksand-Bold';
    border-top: 1px solid #ffffff0f;
    padding-top: 30px;
    font-size: 14px;
}

/********Customer panell outer css***********/
/*****Start *Customer address*************/
.add-address-cutomer {
    display: flex;
    flex-flow: wrap;
}

.shareus {
    margin: 0;
}

.add-address-left {
    border: 2px solid #efefef;
    padding: 15px;
    height: 100%;
    position: relative;
}

.addresstype {
    font-size: 18px;
}

.add-address-cutomer [class*='col-'] {
    margin-bottom: 15px;
}

.add-address-wrp-new {
    border: 2px dotted #eeeeee;
    text-align: center;
    padding: 15px;
    color: #00d976;
    cursor: pointer;
}

.add-address-cutomer .col-md-6:first-child .add-address-left {
    border: 2px solid #00d976;
}

    .add-address-cutomer .col-md-6:first-child .add-address-left:before {
        background: #00d976;
    }

.add-address-left img {
    width: 164px;
    max-width: unset;
}

.add-address-wrp-new img {
    width: 150px;
    clear: both;
    display: table;
    margin: 0 auto;
}

.add-address-left:before {
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    height: 20px;
    background: #efefef;
    top: -1px;
    right: -1px;
    width: 20px;
}

.totaladdress {
    padding-top: 5px;
}

.edit-or-remove {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

div#txtusername {
    font-size: 18px;
    font-weight: 900;
    color: #4188ff;
    margin-bottom: 5px;
}

.edit-or-remove a#edit {
    margin-right: 15px;
    color: #4188ff;
    font-weight: 900;
}

.edit-or-remove a#delete {
    color: red;
    font-weight: 900;
}

/*****End *Customer address*************/
/*****START*Customer Profile page*************/
.My-Profile-page .callout h4 {
    margin-bottom: 5px;
}

.callout p {
    line-height: 18px;
}

.My-Profile-page .editmyprofile {
    font-size: 14px;
    font-weight: 500;
    color: #2874f0;
    cursor: pointer;
    /* margin-left: 92%; */
    float: right;
    margin-top: 8px;
    margin-right: 4px;
}

.My-Profile-page .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.My-Profile-page #Formnewsletter {
    padding: 10px !important;
    margin-bottom: 10px;
    margin-top: 15px;
}

.My-Profile-page .spn_remark {
    font-weight: bold;
}

.My-Profile-page .div_remark {
    padding: 5px;
}

.My-Profile-page .new-box {
    position: relative;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    border: 2px dashed #e1e8ed;
    /* -webkit-box-shadow: 0 0 15px 0px #eeeeee; */
    /* box-shadow: 0 0 15px 0px #eeeeee; */
}

.My-Profile-page .profile-user-img {
    margin: 20px auto 0;
    width: 100px;
    height: 100px;
    padding: 0;
    border-radius: 100%;
    border: 3px solid #dfdfdf;
}

.My-Profile-page .profile-username {
    text-align: center !important;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.My-Profile-page .border-bottom {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 18px;
}

.My-Profile-page .input-file {
    opacity: 0;
    position: absolute;
    height: 34px;
    cursor: pointer;
    width: 101px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.My-Profile-page .list-group-details {
    margin: 0;
    padding: 25px 5px 0px;
}

/*------- for authentic div manage -----*/
.My-Profile-page .AuthenticationSettings {
    padding: 10px;
}

    .My-Profile-page .AuthenticationSettings legend span {
        color: #02bbca;
        font-size: 18px;
        font-weight: 500;
    }

    .My-Profile-page .AuthenticationSettings .form-group label.block {
        width: 48%;
        text-align: left;
    }

        .My-Profile-page .AuthenticationSettings .form-group label.block input[type=radio] {
            margin-right: 6px;
            outline: none;
        }

    .My-Profile-page .AuthenticationSettings .form-group input[type=button] {
    }

.My-Profile-page .list-group-details li {
    font-size: 16px;
    color: #33414e;
    padding: 0 0 10px 0;
}

    .My-Profile-page .list-group-details li i {
        width: 30px;
        text-align: center;
    }

    .My-Profile-page .list-group-details li a {
        color: #33414e;
    }

.My-Profile-page .accord .panel {
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 10px;
    border: 1px solid #e1e8ed;
}

.My-Profile-page .accord .box-header {
    color: #444;
    display: block;
    padding: 0px 0;
    position: relative;
    margin: 0px 0px 0;
}

    .My-Profile-page .accord .box-header .box-title {
        display: block;
        margin: 0;
    }

        .My-Profile-page .accord .box-header .box-title a {
            display: block;
            padding: 12px;
            font-size: 17px;
            background: #f8faff;
            border: 1px solid #e9f2ff;
            color: #33414e;
            transition: all 0.5s ease;
            font-weight: normal;
        }

            .My-Profile-page .accord .box-header .box-title a i {
                width: 22px;
                text-align: center;
            }

.My-Profile-page .accord .panel-collapse {
    background: #fbfcff;
    padding: 15px;
    border: 1px solid #e9f2ff;
}

.My-Profile-page .accord .form-horizontal .control-label, .software-panel-right .content-area label {
    font-size: 15px;
}

.My-Profile-page .accord .box-header .box-title a span.plus-sign {
    position: relative;
}

    .My-Profile-page .accord .box-header .box-title a span.plus-sign:after {
        display: block;
        content: '';
        width: 15px;
        height: 2px;
        background: #33414e;
        position: relative;
        top: 8px;
        right: 10px;
    }

.My-Profile-page .accord .box-header .box-title a.collapsed span.plus-sign:after {
    display: block;
    content: '';
    width: 14px;
    height: 2px;
    background: #33414e;
    position: relative;
    top: 8px;
    right: 10px;
}

.accord .box-header .box-title a.collapsed span.plus-sign:before {
    display: block;
    content: '';
    height: 12px;
    width: 2px;
    background: #33414e;
    position: absolute;
    top: 3px;
    right: 16px;
}

.My-Profile-page #Formchangepass {
    margin-top: 15px;
}

    .My-Profile-page #Formchangepass .form-group .form-control {
        width: 100%;
    }

.My-Profile-page .approvalstatus {
    margin-top: 5px;
    margin-left: 50px;
}

input#btn_img_update {
    margin-bottom: 10px;
}

/*****End *Customer Profile page*************/
/*****Start  *Customer wishlist page*************/
.wishlist-content {
    flex: 1;
    text-align: left;
}

a.wishlist-picture {
    flex: 0 200px;
    height: 150px;
    overflow: hidden;
    margin-right: 30px;
    border: 5px solid #ececec;
}

.wishlist-product-wrp {
    display: flex;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
    align-items: end;
}

a.product-name {
    display: block;
    font-size: 20px;
    color: #4188ff;
    font-weight: 900;
    margin-bottom: 5px;
}

.wishlist-details {
    margin-bottom: 5px;
    color: #000;
    font-weight: 900;
}

.special-price-1:before {
    clip-path: polygon(100% 0, 35% 50%, 100% 100%, 0 100%, 0 0);
    content: '';
    position: absolute;
    right: -12px;
    height: 26px;
    background: #00cd70;
    width: 16px;
    top: 0;
}

.special-price-1 {
    display: inline-block;
    background-color: #00cd70;
    color: #fff;
    padding: 3px 5px;
    overflow: inherit;
    position: relative;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    font-weight: 900;
}

.footer-wishlist-prd > * {
    margin-right: 30px;
}


.price-wishlist {
}

.footer-wishlist-prd {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

a.wishlist-delete {
    width: 30px;
    height: 30px;
    display: inline-flex;
    background: #ffd9d9;
    color: red;
    cursor: pointer;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.no-product-wishlist img {
    max-width: 500px;
}

.customer-wishlist-contetn-wrp {
    text-align: center;
}

.wishlist-continue-shop {
    margin: 30px 0;
}

/*****End *Customer wishlist page*************/
/*****Start  *Customer Review  page*************/
.reiviews-customer-panel .stars {
    display: inline-block;
    margin-bottom: 15px;
}

.reiviews-customer-panel input.star {
    display: none;
}

.reiviews-customer-panel label.star {
    float: right;
    font-size: 36px;
    color: #444;
    transition: all .2s;
    background: #ffefe3;
    width: 60px;
    margin-bottom: 0;
    margin: 0 4px;
    text-align: center;
}

.reiviews-customer-panel input.star:checked ~ label.star:before {
    content: '\2605';
    color: #ff6844;
    transition: all .25s;
}

.reiviews-customer-panel input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952;
}

.reiviews-customer-panel input.star-1:checked ~ label.star:before {
    color: #F62;
}

.reiviews-customer-panel label.star:hover {
    /* transform: rotate(-15deg) scale(1.3); */
}

.reiviews-customer-panel label.star:before {
    content: '\2605';
}

.review-post-rwo {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
}

.reviews-pic {
    flex: 0 150px;
    border: 3px solid #e4e4e4;
    overflow: hidden;
    height: 150px;
}

.reviews-content-right {
    flex: 1;
    padding-left: 30px;
}

.revieew-share-thumb span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #edf5fe;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #116bc4;
    margin-right: 5px;
}

.revieew-share-thumb a {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

span.reviews-span-star span {
    color: #fff !important;
    width: 30px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 3px;
}

    span.reviews-span-star span .fa {
        margin-right: 3px;
    }

.reviews-content-right h4 {
    margin-top: 0;
    margin-left: 9px;
    margin-bottom: 0;
}

.item-name-review p {
    margin-top: 9px;
    margin-bottom: 0;
}

.review-feedback-post {
    margin-bottom: 9px;
}

.one-row-review-cus {
    display: flex;
}

.revieew-share-thumb {
}

    .revieew-share-thumb a#delete {
        color: red;
    }

        .revieew-share-thumb a#delete span {
            background: #ffe7e7 !important;
            color: red;
        }

h4.product-review-name {
}

p.item-name-review {
    margin-bottom: 0;
    margin-top: 9px;
}

.review-post-rwo:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

/*****End  *Customer Review  page*************/
/*****Start  Notification**************/
.timeline-default .timeline-container {
    display: inline-block;
    float: left;
    text-align: center;
    position: relative;
}

.timeline-default .timeline-tooltip-container {
    position: relative;
}

.timeline-default .title.top {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
}

.timeline-default .title span:after, .timeline-default .title span:before {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
}

.timeline-default .title span {
    display: inline-block;
    border: 1px solid #868f97;
    padding: 2px 10px;
    border-radius: 2px;
    color: #011529;
    font-size: 11px;
    font-weight: 600;
}

    .timeline-default .title span:before {
        border: 8px solid transparent;
        margin-left: -8px;
    }

.timeline-default .title.top span:before {
    border-top-color: #d7d7d7;
    bottom: -16px;
}

.timeline-default .title span:after {
    border: 7px solid transparent;
    margin-left: -7px;
}

.timeline-default .title.top span:after {
    border-top-color: #fff;
    bottom: -13px;
}

.timeline-default .timeline-event {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .timeline-default .timeline-event .outer-circle {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        margin: 0 auto;
        border: 2px solid transparent;
    }

    .timeline-default .timeline-event .inner-circle {
        width: 10px;
        height: 10px;
        border-radius: 6px;
        background: #32c48e;
        display: inline-block;
        position: relative;
        top: 3px;
    }

    .timeline-default .timeline-event .connector {
        height: 1px;
        width: 268px;
        background: #30c48d;
        display: block;
        position: relative;
        top: -7px;
        left: 14px;
    }

.timeline-default .date-container {
    text-align: center;
    color: #bfbfbf;
}

    .timeline-default .date-container .date {
        color: #000;
        font-weight: 900;
        font-size: 13px;
    }

    .timeline-default .date-container .day {
        font-size: 12px;
        padding-top: 0px;
        color: #bcbcbc;
    }

.timeline-default .timeline-container.active .timeline-event .inner-circle {
    background: #037cd7;
    position: relative;
    top: -2px;
    right: -0.3px;
}

.timeline-default .timeline-container.active .timeline-event .outer-circle {
    border-color: #369bd8;
    position: relative;
    top: 5px;
}

.timeline-default .timeline-container.active .timeline-event .connector, .timeline-default .timeline-container.deactive .timeline-event .connector {
    border: 1px dashed #d8d8d8;
    background: 0 0;
}

.border-track-cls {
    border: 1px dashed #d8d8d8;
    background: 0 0 !important;
}

.timeline-default .timeline-container.active .timeline-event .connector {
    top: -12px;
}

.timeline-default .timeline-container.active ~ .timeline-container .timeline-event .inner-circle {
    background: #d8d8d8;
}

.divfordata {
    position: relative;
}

.eachdivforedit.address-section.row {
    margin: 5px 0px !important;
}

.eachdivforedit.address-section .dropdown {
    margin-top: 5px;
}

.eachdivforedit.address-section .col-sm-2 {
    padding: 5px 0;
}

.eachdivforedit .col-sm-2 img {
    height: 88px;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.eachdivforedit.address-section .dropdown {
    margin-top: 5px;
}

.address-section {
    border: 2px solid #efefef;
    padding: 15px;
    position: relative;
    height: 100%;
}

    .address-section:before {
        content: '';
        position: absolute;
        clip-path: polygon(0 0, 100% 100%, 100% 0);
        height: 50px;
        background: #efefef;
        top: -1px;
        right: -1px;
        width: 50px;
        pointer-events: none;
    }


.add-new-addres img {
    width: 150px;
    clear: both;
    display: table;
    margin: 0 auto;
}

a#btnNewAddress {
    border: 2px dotted #eeeeee;
    text-align: center;
    padding: 15px;
    color: #00d976;
    cursor: pointer;
    display: block;
}


.user-address-box-row {
    display: flex;
    flex-flow: wrap;
}

    .user-address-box-row .col-md-6 {
        margin-bottom: 15px;
    }



.col-md-12.track-map {
    padding-bottom: 0;
    margin-bottom: 0;
    clear: both;
    float: left;
    padding-bottom: 15px;
    padding-top: 40px;
}

/*****End  Notification**************/
/*****Start ticket*************/
.file-uploader {
    width: 100%;
    position: relative;
}

    .file-uploader dd {
        display: none;
    }

    .file-uploader .fa {
        position: absolute;
        right: 15px;
        top: 10px;
    }

.upload-image-container {
    display: flex;
    flex-flow: wrap;
}

.preview-img {
    width: 20%;
    border: 2px solid #eaeaea;
    padding: 5px;
    position: relative;
    height: 110px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}

.addmore.lessmore {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffdede;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: red;
    font-size: 10px;
    right: 4px;
    cursor: pointer;
}

.imgpreview {
    height: 100%;
    width: 100%;
    max-width: unset;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
}


button.btn.btn-success.continuebtn {
    margin: 5px 0;
}

/**End*************/
/***Start all-tickets page*************/
.all-tcket-list-wrp {
    border: 1px solid #efefef;
    padding: 15px;
    margin-bottom: 15px;
    background: #ffffff;
}

.create-date-ticket {
    position: absolute;
    right: -15px;
    top: -15px;
    color: #006c0e;
    background: #4188ff;
    padding: 7px 15px;
    border-radius: 0 0 0 54px;
    color: #fff;
}

.inner-all-ticket-content {
    position: relative;
    padding-right: 200px;
}

.footer-all-ticket {
    display: flex;
    justify-content: space-between;
    background: #ecf3ff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    margin-bottom: -15px;
    margin-top: 30px;
}

.SUBJECT-ticket-all-ct {
    margin: 7px 0;
}


.address-section.active {
    border: 2px solid #00d976;
}

    .address-section.active:before {
        background: #00d976;
    }





/*****Add ticket*************/
/*****Start Reply ticket*************/
.chat-row {
    width: 100%;
    font-size: 12px;
    position: relative;
    margin-bottom: 20px;
    float: left;
    padding-left: 60px;
}

.chat-conversation1 {
    background: #fff1f0;
    width: 100%;
    padding: 10px 30px 10px 15px;
    position: relative;
}

.chat-img {
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: -60px;
    overflow: hidden;
}

    .chat-img img {
        width: 40px;
        height: 40px;
        padding: 2px;
        background: #fff;
        margin-top: 5px;
        border-radius: 100%;
    }

._2C3aj._1eJQw {
    position: absolute;
    right: 5px;
    top: 3px;
    color: white;
    pointer-events: none;
}

span#txtusername {
    font-size: 18px;
    font-weight: 900;
    color: #4188ff;
    margin-bottom: 5px;
}



.chat-conversation1 dl {
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.attached-imagess img {
    padding: 8px;
    border: 1px solid #ccc;
    margin: 0 15px 0 0;
}

.chat-conversation1 dt {
    font-weight: 400;
}

.chat-conversation1 .time {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    padding: 3px 5px;
}

.chat-conversation1 .attactment {
    position: absolute;
    right: 10px;
    top: 25px;
    color: #000;
    padding: 3px 5px;
}

    .chat-conversation1 .attactment i {
        margin-right: 5px;
    }

.chat-conversation1 .conversationarrow1 {
    border-bottom: 1px solid transparent;
    border-right: 14px solid #FCECD3;
    border-top: 13px solid transparent;
    border-width: 13px 14px 1px 0;
    display: block;
    height: 0;
    left: -14px;
    position: absolute;
    width: 0;
    z-index: 99;
    top: 10px;
}

.row-rely-wrp {
    padding: 15px 0;
}

.ticket-list-collums {
    padding-bottom: 9px;
}

.ticket-no-reply-show {
    padding-bottom: 9px;
}

.tiekcet-reply-info-row {
    background: #f5faff;
    padding: 30px;
}

.mt-0 {
    margin-top: 0;
}
/*****Reply ticket*************/

/**/


.back-details-form {
    margin-bottom: 30px;
}

    .back-details-form p, .back-details-form label, .back-details-form button {
        font-size: 13px;
        font-family: Arial;
    }

    .back-details-form .form-group {
        margin-bottom: 8px;
    }

.wallet-type {
    margin-bottom: 30px;
}

.p-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

a {
    cursor: pointer;
}

.tag-style {
    /*background: #01203f;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    width: 150px;
    display: inline-block;
    text-align: center;*/
    color: #fff;
    width: 100px;
    display: block;
    float: left;
}

.tag-right {
    /*margin-left:10px;
    width:auto;*/
}

.bank-details {
    background: #01203f;
    padding: 20px;
    border-radius: 5px;
}

    .bank-details p {
        color: #fff;
        /* display: flex; */
    }

        .bank-details p:last-child {
            margin-bottom: 0;
        }

.crypto-deposit {
    background: #01203f;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 15px;
}

.new-deposit-bx {
    margin-top: 30px;
}



a {
    text-decoration: none !important;
}

.seeMoreProduct {
    background: #154daa;
}

    .seeMoreProduct:hover {
        background: #09398a;
        color: #fff;
    }

/*********Start Abot page********************/

section.about-inner-page-banner {
    background-image: url('../../new-img/term-bg.png');
    background-size: cover;
}

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

section.about-inner-page-banner .row {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.pic-banner img {
    width: 300px;
}

.banner-heading {
    font-size: 40px;
    color: #fff;
}

.who-we-are {
    padding: 75px 0;
}

.who-bx img {
    width: 300px;
}

.who-bx {
    text-align: center;
}

.who-we-are h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}

.token_listing {
    padding: 30px 0 20px 0;
}

    .token_listing h2 {
        margin: 0;
        font-size: 42px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .token_listing p {
        line-height: 25px;
        font-size: 16px;
        text-align: justify;
        color: #5d5d5d;
    }

.required_docs_list ul {
    padding: 0 0 20px 0;
}

    .required_docs_list ul li {
        font-size: 18px;
        position: relative;
        margin-bottom: 10px;
        padding: 5px 0 5px 35px;
        background-color: aliceblue;
    }

        .required_docs_list ul li:before {
            content: '';
            position: absolute;
            left: 4px;
            top: 7px;
            background-image: url(../../images/tick.png);
            background-size: cover;
            width: 20px;
            height: 20px;
        }

.required_docs_list p {
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
    color: #5d5d5d;
}

.document_download h2{
    font-size:20px;
}
.document_download a {
    background-color: #4188ff;
}



.container {
}

.who-we-are p {
    font-size: 24px;
    color: #5d5d5d;
}

.box-key {
    border: 1px solid #b6c2c2;
    box-shadow: 0 0 15px 0px #00000024;
    padding: 30px 15px;
    background: #dcfdff;
    color: #151e21;
    font-size: 14px;
    /* display: flex; */
    /* align-items: center; */
    border-radius: 9px;
    height: 200px;
    margin-bottom: 30px;
}

    .box-key p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .box-key.three_key {
        background: #ffe7dc;
    }

    .box-key.four_key {
        background: #dcffe4;
    }


    .box-key.one_key {
    }

    .box-key.two_key {
        background: #fffcdc;
    }


.how-can-do-left-bx {
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
    color: #5d5d5d;
}

    .how-can-do-left-bx h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #333;
    }

.row.circle-key {
    position: relative;
}

.span-logo {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #b6c2c2;
    box-shadow: 0 0 15px 0px #00000024;
    background: #01203f;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

    .span-logo img {
        width: 72px;
        filter: drop-shadow(2px 4px 6px gray);
    }

.deliver-here.btn.btn-success {
    margin-top: 5px;
}

/*********End Abot page********************/


/***************Payment cancel page****************/
.payment-txt-bx {
    margin: 0 auto;
    background: #ffe9e9;
    padding: 30px;
    border-radius: 0 0 15px;
}



img.payment-canel {
    width: 250px;
}

.payment_mode {
    padding: 50px 0;
}

.payment_mode-cancel {
}

    .payment_mode-cancel h3 {
        margin: 0;
        margin-bottom: 20px;
        font-weight: 900;
        color: #f04a49;
        margin-top: 15px;
    }

.cancel-payment-wrp {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(221 224 231) 0px 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    width: 50%;
}

.payment_mode-process .payment-txt-bx {
    background: #fff2d4;
}

.payment_mode-process h3 {
    color: #e07400;
}
/*******************************/
.condition-section {
    padding-top: 50px;
}

    .condition-section a {
        word-break: break-all;
    }

    .condition-section .how-can-do-left-bx {
        text-align: left;
    }

    .condition-section p {
        font-size: 18px;
    }

.term-list {
    padding-left: 30px;
}

    .term-list li {
        font-size: 18px;
        position: relative;
        margin-bottom: 10px;
    }

        .term-list li:before {
            content: '';
            position: absolute;
            left: -30px;
            top: 4px;
            background-image: url('../../images/tick.png');
            background-size: cover;
            width: 20px;
            height: 20px;
        }

.term-list-nested {
    margin-top: 15px;
}

.term-alpha {
    list-style: upper-latin;
}

    .term-alpha li:before {
        content: none;
    }

.table-term td, .table-term th {
    font-size: 18px;
    padding: 12px !important;
    text-align: left;
}

.how-can-do-left-bx .mrgn {
    margin-top: 20px;
}

.how-can-do-left-bx h3 {
    font-weight: 600;
}

.header-tg-btn {
    text-align: right;
    padding: 7px 15px;
}

.header-tg-btn {
    display: none;
}

.empty-icon {
    width: 35px;
    height: 43px;
    display: block;
    margin: 30px auto 30px;
}

    .empty-icon i.fa {
        font-size: 45px;
        color: #D8D8D8;
    }


/**/
.rating {
    float: left;
    margin-top: 1px;
    font-size: 12px;
    margin-bottom: 7px
}

.RateMsg {
    position: absolute
}

.rated {
    width: 16px;
    height: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #e34524 !important;
    float: left;
    display: inline-block;
    width: auto;
    margin-top: 1px;
    margin-bottom: 15px;
}

.clsstarsblank {
    width: 17px;
    height: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #ed3f46 !important;
    position: relative;
}

    .clsstarsblank:after {
        position: absolute;
        width: 17px;
        height: 20px;
        font-size: 18px;
        left: 0;
        top: 0;
        content: "\f006";
        font-family: FontAwesome
    }

.clsstarscolored {
    width: 17px;
    height: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #ed3f46 !important;
    position: relative
}

    .clsstarscolored:after {
        position: absolute;
        width: 17px;
        height: 20px;
        font-size: 18px;
        left: 0;
        top: 0;
        content: "\f005";
        font-family: FontAwesome
    }

.buy-dyn-btn {
    float: right;
}




.para-copy {
    border-top: 1px solid #ffffff29;
    padding-top: 7px;
    margin-top: 15px;
}

.copyright-row img {
    width: 200px;
}

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


.LATEST-PRODUCT-it .slick-next, .LATEST-PRODUCT-it .slick-prev, .divRecentlyViewedProducts-wrp .slick-next, .divRecentlyViewedProducts-wrp .slick-prev, .super-offfers-row .slick-next, .super-offfers-row .slick-prev {
    position: absolute;
    top: -5px;
    border-radius: 0;
    background: #f74b6d;
    color: #fff;
}

.LATEST-PRODUCT-it .slick-prev, .divRecentlyViewedProducts-wrp .slick-prev, .super-offfers-row .slick-prev {
    right: 40px;
    left: unset;
}

.divRecentlyViewedProducts-wrp .slick-next, .divRecentlyViewedProducts-wrp .slick-prev {
    top: -21px;
}

.GetRecentlyViewedProducts .slick-slide {
    padding: 0;
}


.lauch-banner-sec {
    padding-bottom: 30px;
    display: block;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .container {
        width: 1340px !important;
    }
}
