* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}
ol,
ul {
    list-style: none;
}
del {
    text-decoration: line-through;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #000;
    overflow-x: hidden;
    min-width: 320px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
input,
textarea,
select {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    cursor: pointer;
}
a {
    color: #000;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}
img {
    display: block;
    width: 100%;
}
button {
    cursor: pointer;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent !important;
}
input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    color: inherit !important;
    background-color: transparent !important;
}
button.shopnow {
    background-color: #EE0B40;
    padding: 12px 48px;
    color: #fff;
    font-size: 15px;
    border-radius: 8px;
    display: block;
}
button.shopnow a {
    display: inline-block;
    color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #EE0B40;
    border-color: #EE0B40;
    padding: 0.375rem 0.75rem;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 0.375rem 0.75rem;
}
.btn-primary {
    color: #fff;
    background-color: #d43f3a;
    border-color: #d43f3a;
    padding: 9px 25px;
    border-radius: 5px;
}
#HomePagePreload {
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    }
#HomePagePreload img {
    z-index: 999;
    width: 100px;
}
#id_email:hover,
#id_zone:hover,
#id_house_name:hover,
#id_landmark:hover,
#id_street:hover,
#id_longitude:hover,
#id_location:hover,
#id_latitude:hover,
#id_name:hover,
#id_phone:hover {
    border: 1px solid #EE0B40;
}
h6#location_manual {
    cursor: pointer;
}
u .shop-link a {
    color: #fff;
    background: #EE0B40;
    display: flex;
    width: max-content;
    margin: 0 auto;
    padding: 10px 7px;
    font-size: 14px;
    border-radius: 5px;
}
.thumb {
    display: block;
}
.thumb img {
    display: flex;
}
h1 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
p {
    line-height: 1.6em;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #000;
}
.ruppeeSymbol {
    display: inline-block;
    font-family: initial;
    font-weight: bold;
}
.hidden {
    display: none;
}
.disabled-tab {
    cursor: not-allowed !important;
}
.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1350px;
}
::placeholder {
    color: #fff;
    opacity: 0.5;
    font-size: 16px;
}
:-ms-input-placeholder {
    color: #9b9b9b;
}
::-ms-input-placeholder {
    color: #9b9b9b;
}
@-webkit-keyframes autofill {
    0%,
    100% {
        color: #666;
        background: transparent;
    }
}
input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    background-color: transparent !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.search-box {
    display: none;
}
#sign-ip {
    position: fixed;
    margin-top: 0;
    margin-left: -10px;
    display: flex;
    width: calc(100% + 20px);
    height: calc(100vh + 20px);
    justify-content: center;
    align-items: center;
    background-color: #0e193aa1;
    background-size: cover;
    transition: all 200ms linear;
    z-index: 7;
}
div.pac-container.pac-logo.hdpi::after {
    display: none;
}
.d-none {
    display: none !important;
}
.text-decoration-underline {
    text-decoration: line-through;
}
.icon.success.animate {
    margin-bottom: 32px;
}
.confirm.btn.btn-lg.btn-success {
    padding: 2% 8%;
    border-radius: 8px;
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -286px;
    /* Divide value of min-width by 2 */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 6px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 350px;
    /* 30px from the bottom */
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 350px;
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 350px;
        opacity: 1;
    }
}
@-webkit-keyframes fadeout {
    from {
        bottom: 350px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
@keyframes fadeout {
    from {
        bottom: 350px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
.endless_page_current {
    color: #EE0B40 !important;
}
.SignInputAreaSub .phone-input,
.UserName,
.UserEmail {
    width: 80%;
    margin: 0 auto;
}
/* header*/
header {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
    background-color: #EE0B40;
    color: #fff;
    height: 80px;
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    z-index: 3;
    top: 0;
}
header div.right ul.mobile-view {
    display: none;
}
.category-sub {
    display: none;
}
header div.left {
    display: flex;
    align-items: center;
}
header div.left div.logo h1 {
    width: 70px;
    height: 70px;
}
header div.left div.logo a {
    width: 100%;
    height: 100%;
    display: block;
}
header div.left div.logo img {
    width: 100%;
    display: block;
    height: 100%;
}
header.top-header div.left div.myPiccodePopup {
    margin-left: 40px;
}
header.top-header div.left div.myPiccodePopup div.location-container {
    display: flex;
    max-width: 200px;
}
header.top-header div.left div.myPiccodePopup div.location-container span {
    display: block;
    width: 18px;
    margin-right: 5px;
}
header.top-header div.left div.myPiccodePopup div.location-container a {
    color: #fff;
    font-size: 14px;
}
header div.middle {
    /* width:60%; */
    display: flex;
    align-items: center;
}
.wrapper .category-sub .dropdown-nav {
    display: none;
}
header div.left div.search {
    margin-left: 30px;
    display: flex;
    align-items: center;
}
header div.left div.search form {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 4px;
}
header div.left div.search form img{
    padding-right: 3px;
}
header div.left div.search div.search-close {
    display: none;
    margin-left: 5px;
}
/* header div.left div.search form button {
    margin-right: 0;
} */
header div.left div.search form input[type="text"] {
    padding: 5px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    cursor: text;
}
header div.left div.search form input::placeholder{
    color: #fff;
}
header div.right nav {
    margin-right: 72px;
}
header div.right .normal-view>li:nth-child(n+2){
    margin-left: 13px;
}
header div.right nav ul {
    display: flex;
    justify-content: space-between;
}
header div.right nav ul li {
    margin-right: 50px;
    font-size: 15px;
    color: #f1f1f1;
    cursor: pointer;
}
header div.right nav ul li.active a {
    font-weight: bold;
    color: #fff;
}
header div.right nav ul li a {
    color: #ffffffdb;
    padding: 10%;
}
header div.right nav ul li:last-child {
    margin-right: 0px;
}
header div.right nav ul li:hover {
    font-weight: bold;
}
header div.right {
    display: flex;
    align-items: center;
}
header div.right ul {
    display: flex;
    align-items: center;
}

header div.right ul li.user {
    position: relative;
}
header div.right ul li.whishlist-icon {
    display: none;
}
header div.right ul li.user ul {
    display: none;
    width: 230px;
    left: -102px;
    position: absolute;
    background: #fff;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 8px;
}
header div.right ul li.user:hover ul {
    display: block;
}
header div.right ul li.user:hover ul li {
    display: block;
    color: #999;
    font-size: 14px;
}
header div.right ul li.user ul li a{
    padding: 15px 10px;
    display: block;
}
header div.right ul li.user:hover ul li:nth-child(n + 2) {
    border-top: 1px solid rgba(190, 190, 190, 0.767);
}
header div.right ul li.user:hover ul li span {
    float: right;
    color: #f9f9f9;
    background-color: #EE0B40;
    padding: 2px 5px;
    text-align: center;
    font-size: 0.8rem;
    border-radius: 3px;
}
header div.right ul li.user:hover ul li:hover {
    background-color: #e0e0e0;
}
header div.right ul li.user:hover ul li:hover {
    background-color: #EE0B40;
}
header div.right ul li.user:hover ul li:hover a {
    color: #fff;
}
header div.right ul li.my-cart {
    position: relative;
}
header div.right ul li.my-cart a span {
    position: absolute;
    color: #000;
    background: #fff;
    top: -2px;
    left: 24px;
    border-radius: 30px;
    font-size: 9px;
    padding: 2px 5px;
}
header div.right ul li.notifications {
    position: relative;
}
header div.right ul li.notifications ul {
    display: none;
}
header div.right ul li.notifications:hover ul {
    display: block;
    width: 300px;
    left: -250px;
    position: absolute;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%), 0 -1px 0 rgb(0 0 0 / 2%);
    border-radius: 8px;
    max-height: 450px;
    overflow: scroll;
}
header div.right ul li.notifications:hover ul li {
    display: block;
    color: #999;
    padding: 10px;
    font-size: 14px;
}
header div.right ul li.notifications:hover ul li:nth-child(n + 2) {
    border-top: 1px solid rgba(190, 190, 190, 0.767);
}
header div.right ul li.notifications:hover ul li span {
    float: right;
    color: #f9f9f9;
    background-color: #EE0B40;
    padding: 2px 5px;
    text-align: center;
    font-size: 0.8rem;
    border-radius: 3px;
}
header div.right ul li.notifications:hover ul li:hover {
    background-color: #e0e0e0;
}
header div.right ul li.notifications:hover ul li:hover {
    background-color: #EE0B40;
}
header div.right ul li.notifications:hover ul li:hover a {
    color: #fff;
}
header div.right ul li:last-child {
    margin-right: 0px;
}
header div.right ul li a.icons {
    display: block;
    width: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}
header div.right ul li li a.icons{
    width: 100%;
    justify-content: flex-start;
}

header div.right ul li.notifications span.count {
    position: absolute;
    top: -12px;
    left: 12px;
    top: -2px;
    left: 15px;
    display: block;
    background-color: #fff;
    padding: 2px 5px;
    color: #000;
    border-radius: 59px;
    font-size: 9px;
}
header .menu {
    display: none;
}
header .close {
    display: none;
}
header .menu-container {
    display: none;
}
header div.right ul li a img {
    width: 100%;
    display: block;
}
.text-danger {
    color: #EE0B40;
}
#menu .all-category h5 {
    text-align: center;
    border: 1px solid #EE0B40;
    border-radius: 4px;
    padding: 7px 0;
    color: #EE0B40;
    cursor: pointer;
}
#menu .dropdown-nav.all-cat {
    flex-direction: column;
    display: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 2px rgba(153, 153, 153, 0.39);
}
#menu .all-category:hover .dropdown-nav.all-cat {
    display: flex;
}
.wrapper .category-sub .dropdown-nav .icon button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 9px;
    word-break: break-all;
    white-space: normal;
    text-align: left;
}
#menu .dropdown-nav.all-cat div.icon {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#menu .dropdown-nav.all-cat .icon:nth-child(n + 2) {
    margin-top: 3px;
}
.all-category {
    position: relative;
    width: 378px;
}
header .dropdown-nav {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    position: fixed;
    border-left: none;
    z-index: 9;
    width: 100%;
    background: #fff;
}
header div.icon {
    position: relative;
}
header div.icon button {
    color: #f1f1f1;
    font-size: 16px;
    align-items: center;
    display: flex;
}
header div.icon ul {
    position: absolute;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    width: 150px;
    background: #fff;
    left: 0px;
    top: 20px;
    list-style: none;
    border-radius: 5px;
    z-index: 3;
    box-shadow: 0px 0px 47px -4px rgba(0, 0, 0, 0.09);
    display: none;
    padding: 10px;
}
header div.icon li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
header div.icon li:last-child {
    margin-bottom: 0;
}
header div.icon li a {
    font-size: 15px;
    color: #9a9a9a;
    margin-bottom: 10px;
}
header div.icon li a:hover {
    color: #EE0B40;
}
header div.icon a {
    color: #000;
    text-decoration: none;
}
.dropdown-nav button {
    background: none;
    text-decoration: none;
    border: none;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    align-items: center;
}
/* header div.icon button:hover + ul {
	opacity: 1;
	pointer-events: all;
	transform: translateY(0px);
	background: #fff;
    z-index: 3;
	top: 39px;
    left: -28px;
  } */
header div.icon button:hover + ul li:hover {
    background: #f68b08;
}
.dropdown-nav-1 {
    position: relative;
    display: none;
}
ul.show {
    display: block;
}
#menu {
    height: 80px;
    display: flex;
    align-items: center;
    margin-top: 85px;
    position: fixed;
    right: 5%;
    z-index: 2;
    width: 90%;
    background: #fff;
    padding: 16px;
    border-radius: 5px;
}
#menu .dropdown-nav {
    width: 100%;
    display: flex;
}
#menu div.icon {
    position: relative;
    margin-right: 25px;
}
#menu div.icon ul {
    width: 230px;
    /* padding-top: 10px; */
    top: 10px;
    position: absolute;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    background: white;
    left: 0;
    list-style: none;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all 0.4s ease;
}
#menu div.icon li:nth-child(n+2){
    margin-top: 5px;
}
#menu div.icon li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#menu div.icon li a {
    padding:  4px 8px;
    font-size: 14px;
    width: 100%;
    text-align: left;
}
#menu div.icon li:hover a {
    color: #fff;
}
#menu div.icon a {
    color: #707070;
    text-decoration: none;
}
.dropdown-nav button:hover,
.dropdown-nav button.active {
    color: #EE0B40;
}
.dropdown-nav button {
    background: none;
    text-decoration: none;
    border: none;
    color: #9a9a9a;
    font-size: 16px;
    cursor: pointer;
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    text-transform: capitalize;

    text-align: left;
}
.dropdown-nav.all-cat div.icon button {
    padding: 5px 0 5px 10px;
    word-break: break-all;
    white-space: normal;
}
.dropdown-nav button img {
    margin-left: 8px;
    width: 10px;
}
/* #menu div.icon ul:hover,
#menu div.icon:hover ul,
#menu div.icon button:focus + ul {
    /* opacity: 1;
    z-index: 2;
    pointer-events: all;
    transform: translateY(0px);
    box-shadow: 0px 1px 4px 2px rgba(153, 153, 153, 0.39); */
#menu div.icon ul:hover,
#menu div.icon:hover ul {
    opacity: 1;
    z-index: 2;
    pointer-events: all;
    transform: translateY(15px);
    box-shadow: 0px 1px 4px 2px rgba(153, 153, 153, 0.39);
    padding: 8px;
}
#menu div.icon li .dropdownArrow {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-radius: 5px;
    padding: 4px;
}
.dropdown-nav .icon ul.drop li a span {
    word-break: break-all;
    white-space: normal;
    text-align: left;
}#menu .dropdown-nav.all-cat div.icon ul
#menu div.icon li .dropdownArrowList {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-radius: 5px;
    padding: 10px 0;
}
#menu .dropdown-nav.all-cat div.icon ul {
    top: -11px;
    left: -221px;
}
#menu .dropdown-nav.all-cat div.icon ul li .dropdownArrowList.active a,
#menu .dropdown-nav.all-cat div.icon ul li .dropdownArrowList:hover a {
    background: #fafafa;
    color: #EE0B40;
}
#menu div.icon li.active a,
#menu div.icon li:hover a {
    background: #fafafa;
    color: #EE0B40;
}
#menu div.icon li .dropdownArrowList:hover .zmdi-arrow-right {
    display: block;
}
#menu div.icon li .dropdownArrowList .zmdi-arrow-right {
    color: #EE0B40;
    display: none;
}
#menu div.icon li .dropdownArrow:hover .zmdi-arrow-right {
    display: block;
}
#menu div.icon li .dropdownArrow .zmdi-arrow-right {
    color: #EE0B40;
    display: none;
}
/* shop single update */
#shopMain.single-shop .container {
    height: 350px;
}
#shopMain.single-shop .container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-shop .item {
    border: 1px solid #EE0B40 !important;
}
.single-shop .wrapper {
    margin-top: 0;
}
.single-shop .wrapper .shop-details {
    /* align-items: flex-end; */
    /* margin-top: -100px; */
    /* display: flex; */
    position: relative;
    margin-top: 30px;
}
.single-shop .wrapper .shop-details .shop-image {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
}
.single-shop .wrapper .shop-details .shop-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.single-shop .wrapper .shop-details .shop-detail {
    margin-left: 225px;
    /* margin-top: 20px; */
}
.single-shop .wrapper .shop-details .shop-detail .top {
    margin-bottom: 10px;
}
.single-shop .wrapper .shop-details .shop-detail .top h1 {
    color: #9f0525;
    font-weight: bold;
    font-size: 20px;
}
.single-shop .wrapper .shop-details .shop-detail .contents {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.single-shop .wrapper .shop-details .shop-detail .contents span {
    color: #737373;
    margin: 0 20px;
}
.single-shop .wrapper .shop-details .shop-detail .contents .location {
    display: flex;
}
.single-shop
    .wrapper
    .shop-details
    .shop-detail
    .contents
    .location
    .location-img {
    display: flex;
    margin-right: 10px;
}
.single-shop
    .wrapper
    .shop-details
    .shop-detail
    .contents
    .location
    .location-img
    img {
    width: 15px;
    display: block;
    /* margin-right: 5px; */
}
.single-shop .wrapper .shop-details .shop-detail .contents .location h2 {
    font-size: 18px;
    color: #737373;
}
.single-shop .wrapper .shop-details .shop-detail .contents .type h2 {
    font-size: 18px;
    color: #737373;
}
.single-shop .wrapper .shop-details .shop-detail .contents .reviews {
    display: flex;
    align-items: center;
}
.single-shop .wrapper .shop-details .shop-detail .contents .reviews .rating {
    display: flex;
    align-items: center;
    margin: 0;
}
.single-shop
    .wrapper
    .shop-details
    .shop-detail
    .contents
    .reviews
    .rating
    img {
    margin-right: 5px;
}
.single-shop .wrapper .shop-details .shop-detail .contents .reviews .rating h4 {
    font-size: 16px;
    color: #000;
    margin-right: 5px;
}
.single-shop .wrapper .shop-details .shop-detail .contents .reviews h2 {
    font-size: 18px;
    color: #737373;
}
.shop-buttons {
    margin-top: 15px;
}
.shop-buttons .contents {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 80px;
}
.shop-buttons .contents .arrow-left img {
    background: #ef6e38;
    padding: 8px 10px;
    width: 32px;
    border-radius: 6px;
}
.shop-buttons .contents .numbers {
    color: #737373;
    margin: 0 10px;
}
.shop-buttons .contents .active {
    color: #ef6e38;
}
.shop-buttons .contents .arrow-right img {
    background: #ef6e38;
    padding: 8px 10px;
    width: 32px;
    border-radius: 6px;
}
/* spotlight */
#spotlight {
    padding: 164px 0 0;
}
.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 1 !important;
}
#spotlight .spotlight-banner-wrapper {
    width: 90%;
    margin: 0 auto;
}
#spotlight-banner-wrapper a {
    border-radius: 20px;
    overflow: hidden;
}
#spotlight .spotlight-wrapper {
    border-radius: 10px;
    height: 500px;
    width: 100%;
    margin: 0 auto;
    display: block;
    aspect-ratio: 3/2;
    object-fit: cover;
}
#spotlight .top h1 {
    font-weight: bolder;
    font-size: 45px;
    margin: 0;

}
#spotlight .bottom form {
    background: #fff;
    width: 45%;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    align-items: center;
}
#spotlight ::placeholder {
    color: #9b9b9b;
    opacity: 0.5;
    /* font-size: 21px;	 */
}
#spotlight .bottom form input[type="text"] {
    padding: 15px;
    width: 100%;
}
#spotlight .bottom form button {
    background-color: #f68b08;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
}
/* #category */
#firstSlider {
    padding-top: 50px;
}
#firstSlider .left-arrow {
    margin-right: 10px;
}
#firstSlider .slick-track {
    margin: auto;
}
#firstSlider .slick-slide {
    margin-left: 10px;
    /* width: 180px; */
}
#firstSlider .slick-list.draggable {
    padding-bottom: 0 !important;
}
#firstSlider .slick-slide:first-child {
    margin-left: 0px;
}
#firstSlider .slick-track {
    display: flex !important;
}
#firstSlider .slick-slide {
    height: inherit !important;
    border: 1px solid #EE0B40;
    margin: 0 10px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.first-slider-card.card{
    width: 120px;
}
#firstSlider .slick-slide:hover {
    color: #FFEAEF;
    background: #FFEAEF;
    border: 1px solid #FFEAEF;
}
#firstSlider .slick-slide:hover div.catogetryName {
    color: #000;
}
#firstSlider .wrapper {
    display: flex;
    align-items: center;
}
#firstSlider .wrapper .zmdi {
    font-size: 35px;
    color: #999;
}
#firstSlider #slick-slider .card a {
    text-decoration: none;
    color: #707070;
    font-size: 18px;
    text-align: center;
}
#firstSlider #slick-slider.cards .card a .horizondelSub-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
}
#firstSlider #slick-slider.cards .card a .horizondelSub-column .imageArea {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
    margin-bottom: 10px;
}
#firstSlider #slick-slider.cards .card a .horizondelSub-column .imageArea img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
#category div.wrapper {
    width: 90%;
}
#category div.cards div.card {
    width: 100px;
    margin: 30px 15px;
    border: 1px solid #f68b08;
    border-radius: 15px;
    align-items: center;
    text-align: center;
}
#category div.cards div.card:hover {
    background: #e8c09e;
}
#category div.cards div.card:first-child {
    margin: 30px 15px 30px -200px;
}
#category div.cards div.card div.img {
    width: 100px;
    height: 80px;
    padding: 10px;
    margin-left: 20px;
}
#category div.cards div.card div.img img {
    width: 100%;
    height: 100%;
    display: block;
}
#category div.cards div.card div.img img:hover {
    box-shadow: 0px 1px 19px 12px #9999991f;
}
#category div.cards div.card div.content {
    margin-top: 30px;
}
#category div.cards div.card div.content h5 {
    font-size: 18px;
    font-weight: 600;
}
/* best-seller*/
#best-seller {
    padding: 60px 0;
}
#grocery .container {
    margin-bottom: 30px;
}
.boxitems whishlist-item div.top {
    margin-bottom: 50px;
    margin-top: 120px;
}
#best-seller div.top h1 {
    color: #EE0B40;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}
#best-seller div.bottom {
    /* display: flex;
	justify-content: space-between;
	flex-wrap: wrap; */
    /* display: flex; */
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
    flex-grow: 0;
    padding-top: 10px;
}
.boxitems.whishlist-item div.top {
    padding-top: 130px;
}
.boxitems div.item {
    width: auto;
    padding: 20px;
    background: #f1f1f1;
    border-radius: 7px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 500ms;
}
.boxitems div.item:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.boxitems .item a h1 {
    font-size: 16px;
    color: #000;
    margin-top: 0;
    display: flex;
    align-items: center;
}
.slideritem .item a h1 {
    margin-bottom: 5px;
}
.boxitems .item h3 {
    color: #9e9e9e;
    font-size: 17px;
}
.boxitems span.wishlist {
    position: absolute;
    right: 10px;
    top: 10px;
}
.boxitems span.wishlist img {
    display: block;
    width: 22px;
}
.boxitems div.item-img {
    margin-top: 15px;
}
.boxitems div.item-img a {
    display: flex;
    justify-content: start;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.boxitems div.item-img a img {
    display: block;
    object-fit: contain;
    height: 100%;
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 13/9;
    flex-grow: 1;
    object-fit: contain;
}
.boxitems div.item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boxitems div.item-bottom h2 {
    color: #777777;
    font-size: 17px;
    font-weight: 600;
    margin: 6px 0;
}
.boxitems span.rating {
    display: flex;
}
.boxitems span.rating img {
    margin-right: 10px;
    width: 15px;
}
#best-seller h4 {
    color: #b3acac;
    font-size: 15px;
}
#MyCart table td{
    padding-bottom: 0;
}
div.cart {
    background: #EE0B40;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
div.cart img {
    display: block;
    width: 17px;
}
div.top h1 {
    font-size: 21px;
}
div.added-cart {
    background: none !important;
    width: 40px !important;
}
div.added-cart a {
    display: inline-block;
}
div.added-cart img {
    width: 100% !important;
    display: block !important;
}
/* banner*/
#offer {
    padding-top: 100px;
}
#offer .container img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}
#offer .container .left img {
    width: 100%;
    display: block;
}
#offer .container .right {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
#offer div.right h1 {
    color: #3a970c;
    font-size: 45px;
    font-weight: 700;
}
#offer div.right h2 {
    margin: 20px 0 30px;
    font-weight: 300;
    display: flex;
    align-items: center;
}
#offer div.right span.bold {
    font-weight: bold;
    color: #f30405;
    font-size: 35px;
}
#offer div.right a {
    background-color: #fff;
    color: #000;
    width: fit-content;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 12px;
}
a.offer {
    padding: 9px 32px;
    font-size: 22px;
    border-radius: 8px;
}
/* discount*/
#discount {
    padding-top: 100px;
}
#discount .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px 15px;
}
#discount .container .item img {
    width: 100%;
    display: block;
    border-radius: 8px;
    height: 300px;
    object-fit: cover;
}
#discount div.left {
    width: 32%;
    text-align: center;
    background: #b5ebfe;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#discount div.left h1 {
    color: #f68b08;
    font-weight: 700;
    text-align: right;
}
#discount div.left h2 {
    text-align: right;
}
#discount .imageContainer {
    width: 80%;
    margin: 0 auto;
}
#discount span.bold {
    font-size: 26px;
}
#discount div.left span.bold {
    font-weight: bold;
    color: #f30405;
}
#discount div.left img {
    width: 100%;
    display: block;
}
#discount div.left a {
    background-color: #f8b702;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 12px;
}
#discount div.middle {
    width: 40%;
    background: #acfde9;
    border-radius: 25px;
    padding: 20px;
    display: flex;
    position: relative;
}
#discount div.middle div.left-box {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#discount div.middle div.left-box img {
    height: auto;
    width: 100%;
    display: block;
}
#discount div.middle div.right-box {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    position: absolute;
    right: 4%;
    top: 45%;
}
#discount h1 {
    font-size: 30px;
}
#discount div.middle div.right-box h1 {
    color: #26796f;
    font-weight: 700;
}
#discount h2 {
    font-size: 17px;
    margin-bottom: 20px;
}
#discount div.middle span.bold {
    font-weight: bold;
    color: #f30405;
}
#discount div.middle div.right-box a {
    background-color: #49d3b1;
    color: #fff;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 12px;
}
#discount div.right {
    background: #fbe3f8;
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    width: 24%;
    position: relative;
}
#discount div.right .imageContainer {
    position: absolute;
    bottom: 10%;
}
#discount div.right h1 {
    color: #f3024a;
    font-weight: 700;
}
#discount div.right span.bold {
    font-weight: bold;
    color: #f30405;
}
#discount div.right a {
    background-color: #fff;
    color: #ee235e;
    padding: 10px 20px;
    border-radius: 12px;
}
#discount div.right img {
    width: 100%;
    display: block;
}
/* grocery*/
#grocery .wrapper .zmdi {
    font-size: 35px;
    color: #999;
}
.zmdi-chevron-left,
.zmdi-chevron-right {
    cursor: pointer;
}
#grocery .wrapper .grocery-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
#grocery {
}
#grocery .wrapper div.cards {
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    column-gap: 10px;
}
#grocery .wrapper div.cards.slick-initialized .slick-slide {
    margin: 0 10px;
}
#grocery .wrapper div.cards div.item {
    width: 23%;
    padding: 20px;
    margin-bottom: 12px;
    background: #fafafa;
    border-radius: 7px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 500ms;
}
#grocery div.top h1 {
    color: #EE0B40;
    font-weight: bold;
}
#grocery div.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#grocery div.bottom div.item {
    width: 22%;
    padding: 20px;
    position: relative;
}
#grocery div.bottom div.item span.wishlist {
    left: 250px;
}
#grocery div.bottom div.item div.item-img {
    padding: 20px;
    width: 200px;
}
#grocery div.bottom div.item div.item-img a {
    margin-bottom: 20px;
    width: 100%;
    display: block;
}
#grocery div.bottom div.item div.item-img a img {
    display: block;
    width: 100%;
}
#grocery div.bottom div.item a {
    margin-bottom: 20px;
}
#grocery div.bottom div.item div.item-bottom {
    display: flex;
    justify-content: space-between;
}
#grocery div.bottom div.item div.item-bottom h2 {
    color: #777777;
    font-size: 18px;
}
#grocery div.bottom div.item div.item-bottom span.rating {
    display: flex;
}
#grocery div.bottom div.item div.item-bottom span.rating img {
    margin-right: 10px;
}
#grocery div.bottom div.item div.item-bottom span.rating h4 {
    color: #9b9b9b;
}
/* #electronics */
.electronics .wrapper .zmdi {
    font-size: 35px;
    color: #999;
}
.electronics {
    padding-top: 100px;
}
.electronics div.top h1 {
    color: #f68b08;
    font-weight: bold;
}
.electronics .item {
    background: #e7f9fc !important;
}
.electronics #slick-slider-two {
    width: 96%;
    margin: 0 auto;
}
.electronics .electronics-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#offers {
    padding: 50px 0;
}
#offers div.top h1 {
    color: #EE0B40;
    font-weight: bold;
}
#offers div.bottom {
    display: flex;
    justify-content: start;
}
#offers div.bottom div.item {
    padding: 20px;
    border-radius: 12px;
    display: flex;
    width: 32%;
    justify-content: space-between;
    position: relative;
    margin: 0 10px;
}
#offers div.bottom div.item div.left {
    display: flex;
    align-items: end;
    width: 45%;
}
#offers div.bottom div.item div.left img {
    width: 100%;
    display: block;
    height: -webkit-fill-available;
    object-fit: cover;
    border-radius: 5px;
}
#offers div.bottom div.item div.right {
    /* position: absolute;
    right: 7%;
    top: 8%; */
    text-align: end;
    margin-left: 5px;
}
#offers div.bottom div.item div.right h1 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}
#offers div.bottom div.item div.right p {
    font-size: 26px;
    margin-bottom: 10px;
    color: #707070;
}
#offers div.bottom div.item div.right p span {
    display: inline-block;
    font-size: 17px;
}
#offers div.bottom div.item div.right span.highlight {
    font-weight: 700;
    font-size: 18px;
}
#offers div.bottom div.one div.right span.highlight {
    color: #3a9cfc;
}
#offers div.bottom div.two div.right span.highlight {
    color: #469413;
}
#offers div.bottom div.three div.right span.highlight {
    color: #f31374;
}
#offers div.bottom div.one {
    border: 2px solid #3a9cfc;
}
#offers div.bottom div.two {
    border: 2px solid #33a300;
}
#offers div.bottom div.three {
    border: 2px solid #f31374;
}
#offers div.bottom div.item a.button {
    padding: 8px 16px;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    display: inline-block;
}
#offers div.bottom div.one a.button {
    background-color: #9cd6fa;
}
#offers div.bottom div.two a.button {
    background-color: #9dc56c;
}
#offers div.bottom div.three a.button {
    background-color: #f798c2;
}
#shops-home-page {
    padding: 100px 0 60px;
}
#shops-home-page.shop {
    padding: 20px 0 50px;
}
#shops-home-page .shops-home-wrapper {
    margin-left: 5%;
    max-width: 1350px;
    margin: 0 auto;
}
#Category .title h3,
#shops-home-page .title h3 {
    font-size: 21px;
    color: #EE0B40;
    font-weight: bold;
}
#shops-home-page .title {
    margin-top: 80px;
}
#shops-home-page .title.container {
    margin-top: 0px;
}
#shops-home-page .shop-lists-container {
    margin-top: 15px;
}
#shops-home-page .shop-cards {
    padding: 10px;
}
#shops-home-page .slick-slide {
    margin-right: 15px;
    transition: transform 250ms;
}
#shops-home-page .slick-slide.slick-active:last-child {
    margin-right: 0;
}
#shops-home-page .shop-cards .shop-item {
    width: 350px;
    position: relative;
    margin-right: -27px;
    transition: transform 700ms;
}
#shops-home-page .shop-cards .shop-item {
    padding-top: 20px;
}
#shops-home-page .slick-slide:hover {
    transform: translateY(-7px);
}
#shops-home-page .shop-cards .shop-item:last-child {
    margin-right: 0;
    transform: translateY(-10px);
}
#shops-home-page .shop-item .image-box {
    width: 300px;
    height: 300px;
    border-radius: 10px 10px 50px 50px;
    margin: 0 auto 18px;
}
#shops-home-page .shop-item .image-box img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #EE0B40;
    object-fit: cover;
}
#shops-home-page.shop .shop-item .image-box img{
    border: unset !important;
    border-radius: 8px !important;
}
#shops-home-page .shop-item .content-box {
    padding: 10px;
    border: 1px solid #EE0B40;
    border-radius: 8px;
}
#shops-home-page .content-box .shop-name-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
#shops-home-page .content-box .shop-name-box h4 {
    font-size: 19px;
    width: 80%;
    text-transform: capitalize;
}
#shops-home-page .shop-item .shop-name-box .rating-box {
    display: flex;
    align-items: center;
}
#shops-home-page .shop-item .shop-name-box .rating-icon-box {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}
#shops-home-page .shop-item .shop-name-box .rating-icon-box img {
    display: block;
    width: 100%;
    height: 100%;
}
#shops-home-page .shop-item .shop-name-box .rating-box h4 {
    font-size: 16px;
}
#shops-home-page .content-box .bottom-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#shops-home-page .content-box .bottom-box .location-box {
    display: flex;
    align-items: center;
}
#shops-home-page .content-box .location-box .location-img-container {
    width: 17px;
    height: 17px;
}
#shops-home-page .content-box .location-box .location-img-container img {
    width: 100%;
    height: 100%;
    display: block;
}
#shops-home-page .content-box .location-box h5 {
    font-size: 17px;
    color: #888;
    margin-left: 6px;
    text-transform: capitalize;
}
#shops-home-page .content-box .bottom-box .button {
    background-color: #72ab2a;
    padding: 8px 12px;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
}
.wallet-pop {
    margin-top: 10px;
}
.wallet-pop img {
    display: block;
    width: 40px;
    height: 40px;
}
.modal-content h5 {
    text-align: center;
    margin: 10px 0;
    font-weight: 900;
}
div.top-bton {
    display: flex;
    width: 100%;
}
#mywalletModal img {
    width: 70px;
    display: block;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}
#mywalletModal .right-wallet img {
    width: 40px;
    display: block;
    height: 40px;
}
#mywalletModal .left-wallet h2 {
    margin: 10px 0;
    font-size: 30px;
}
#mywalletModal .left-wallet h4 span {
    color: orange;
}
#mywalletModal .left-wallet h4 {
    font-size: 14px;
}
.privilage {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #00999912;
    padding: 10px;
    border-radius: 5px;
}
/* footer*/
footer {
    background-color: #4b4949;
    color: #fff;
    flex-shrink: 0;
}
footer {
    padding: 60px 50px 15px;
}
footer .top {
    display: flex;
    justify-content: space-between;
    margin-top: 0px !important;
}
footer div.logo {
    width: 140px;
}
footer div.logo a {
    width: 100%;
    display: block;
}
footer div.logo img {
    width: 100%;
    display: block;
}
footer {
    display: flex;
    justify-content: space-between;
}
footer h4 {
    font-weight: bold;
    margin-bottom: 20px;
}
footer ul li {
    text-align: left;
    margin-bottom: 18px;
    font-weight: normal;
    color: #bfbfbf;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    line-height: 24px;
}
footer ul li:last-child {
    margin-bottom: 0px;
}
footer ul li a {
    color: #bfbfbf;
    font-size: 15px;
}
footer ul li span {
    width: 22px;
    display: block;
    margin-right: 6px;
}
footer ul li:last-child span img{
    position: relative;
    left: -3px;
}
footer div.social-links h4 {
    font-weight: bold;
    margin-bottom: 20px;
}
footer div.social-links ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer div.social-links li {
    margin-right: 20px;
    width: 35px;
}
footer div.social-links li a img {
    width: 25px;
    display: block;
}
footer hr.line {
    border-bottom: 1px solid #d0d0d0;
    margin-top: 3%;
}
footer div.bottom {
    padding-top: 50px;
    text-align: center;
}
footer div.bottom {
    width: 100%;
    padding-top: 15px;
}
.lead.text-muted {
    margin: 10px 0;
}
footer div.bottom h5 {
    color: #bfbfbf;
    font-size: 14px;
}
footer div.bottom a {
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 600;
}
/* empty pages */
.empty-cards {
    padding: 100px 0;
    text-align: center;
    width: 100%;
}
.empty-cards .empty-box h4 {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 20px;
    color: #232323;
}
.empty-cards .empty-box a {
    font-size: 15px;
    color: #4d4d4d;
}
.empty-cards .empty-box p {
    font-size: 15px;
    color: #4d4d4d;
}
.empty-cards .empty-box img {
    width: 180px;
    margin: 0 auto;
}
#order-spotlight .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 289px 0 220px;
}
#order-spotlight div.container .img-container {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#order-spotlight div.container .img-container img {
    display: block;
    width: 100%;
}
#order-spotlight div.container p {
    text-align: center;
    margin-bottom: 20px;
    color: #9b9b9b;
    font-size: 18px;
}
#order-spotlight div.container div.shop-link a.myPiccodePopup {
    color: #EE0B40;
}
#order-spotlight div.container h5 {
    background-color: #EE0B40;
    padding: 8px 12px;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
}
/* slider-1 */
.boxitems #category div.cards {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* slider-  */
#slick-slider.cards {
    display: flex;
    width: 95%;
    margin: 0 auto;
    justify-content: center;
}
/* singlepage shop */
#buttonContainer .wrapper .buttons .contents {
    display: flex;
    align-items: center;
    margin-right: 8px;
    justify-content: end;
}
#buttonContainer .wrapper .buttons .contents .arrow {
    width: 40px;
    height: 40px;
    background: #fd8b06;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#buttonContainer .wrapper .buttons .contents .arrow img {
    display: block;
    width: 100%;
    height: 100%;
}
#buttonContainer .wrapper .buttons .contents .arrow-right img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.SignMain-Container {
    position: fixed;
    display: none;
    width: 460px;
    z-index: 2;
    cursor: pointer;
    border-radius: 8px;
    background-color: #fff;
    padding: 33px 22px;
}
.SignSub-Container {
    display: block;
    width: 100%;
    height: 100%;
}
.SignSub-Container .close-icon {
    position: absolute;
    right: 10px;
    top: 5px;
}
.SignSub-Container .close-icon span {
    font-size: 25px;
    color: #999;
}
.logoRowSub {
    display: block;
    width: 100%;
}
.logoRowSub img {
    width: 60px;
    display: block;
    margin: 0 auto;
}
.SignTitleMain-Row {
    display: block;
    width: 100%;
}
.SignTitleSub-Row {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #A9A9A9;
    margin: 15px 0 0;
}
.SignInputAreaMain {
    margin-top: 24px;
}
.SignInputAreaSub {
    display: block;
    width: 100%;
    font-size: 12px;
}
.SignInputAreaSub input[type="text"],
.SignInputAreaSub input[type="email"],
.SignInputAreaSub input[type="number"] {
    width: 80%;
    display: inherit;
    margin: 0 auto 2%;
    border-radius: 5px;
    border: 1px solid #a5a5a570;
    color: #B7B7B7;
    padding: 10px;
    font-weight: 600;
}
.SignInputAreaSub input::-webkit-outer-spin-button,
.SignInputAreaSub input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.SignInputAreaSub input[type="number"] {
    -moz-appearance: textfield;
}
.sign-up-message, .name_length {
    font-size: 13px;
    text-align: left;
    width: 80%;
    margin: 0 auto 2%;
    margin-top: 10px;
  }

.SignInputAreaSub input::placeholder {
    color: #a5a5a5;
    opacity: 1;
    font-size: 13px;
}
.SignInputAreaSub .checkboxArea {
    display: flex;
    margin-top: 22px;
    justify-content: center;
    align-items: center;
}
.SignInputAreaSub input[type="checkbox"] {
    display: block;
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    cursor: pointer;
}
.SignInputAreaSub *:before,
.SignInputAreaSub *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}
.SignInputAreaSub label {
    display: block;
    font-size: 13px;
    font-weight: initial;
    padding-left: 2%;
    position: relative;
    cursor: pointer;
    color: #a5a5a5;
    padding: 2% 2%;
    margin-top: 2px;
}
.SignInputAreaSub button {
    width: 41%;
    height: 35px;
    border: none;
    border-radius: 8px;
    color: white;
    background-color: #EE0B40;
    margin: 5% 27% 10% 27%;
    font-size: 18px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.SignInputAreaSub .pageLink {
    display: block;
    font-size: 13px;
    text-align: center;
}
.SignInputAreaSub .pageLink a {
    color: #EE0B40;
}
.SignInPage {
    height: 52%;
}
.OTPSuccesPage .logoRowMain {
    width: 65px;
    margin: 0 auto;
}
.OTPSuccesPage .logoRowMain .logoRowSub img {
    width: 100%;
    height: 100%;
    padding: 0;
}
.SuccesMain-Row {
    display: block;
    width: 100%;
}
.SuccesSub-Row {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
    color: #EE0B40;
}
.VarificationSuccesMain-Row {
    display: block;
    width: 100%;
}
.VarificationSuccesSub-Row {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 500;
    margin-top: 7px;
    text-align: center;
    color: #a5a5a5;
}
.OTPSuccesPage .SignInputAreaSub button {
    margin: 0 27%;
}
/* order confirmed- */
#payment.orderConfirmed h6 {
    font-size: 16px;
}
#payment.orderConfirmed h3 {
    font-size: 15px;
    margin-bottom: 0px;
}
#payment.orderConfirmed .heading {
    margin: 90px auto 0px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#payment.orderConfirmed .heading h1 {
    font-size: 22px;
    color: #EE0B40;
    display: flex;
    justify-content: end;
    padding-right: 50px;
    font-weight: bold;
}
#payment.orderConfirmed .heading span {
    font-weight: 600;
}
#payment.orderConfirmed .heading p {
    color: #888;
    width: 35%;
    display: flex;
    padding-left: 20px;
}
#payment.orderConfirmed .wrapper form .content .left .head-pay h3 {
    color: #000;
}
#payment.orderConfirmed .wrapper form .content .left .tabs {
    display: flex;
    height: 90%;
}
#payment.orderConfirmed .wrapper form .content .left .tabs .pro-card {
    display: flex;
    background: #fafafa;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 20px;
}
#payment.orderConfirmed .wrapper form .content .left .tabs .pro-card .img-box {
    width: fit-content;
    max-width: 150px;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .left
    .tabs
    .pro-card
    .img-box
    img {
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 5px;
    object-fit: cover;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .left
    .tabs
    .pro-card
    .pay-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 50px 0 20px;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .left
    .tabs
    .pro-card
    .pay-content
    .productDetails {
    width: 70%;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .left
    .tabs
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row {
    width: 20%;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .left
    .tabs
    .pro-card
    .pay-content
    .main-heading {
    font-weight: normal;
    margin-top: 10px;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .left
    .tabs
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row
    h6 {
    font-weight: 600;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .left
    .tabs
    .contactSection
    .numberSection {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fafafa;
    border-radius: 12px;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .left
    .tabs
    .contactSection
    .numberSection
    h3 {
    font-weight: normal;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .left
    .tabs
    .contactSection
    .numberSection
    .first {
    padding-right: 10px;
    border-right: 1px solid #000;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .left
    .tabs
    .contactSection
    .numberSection
    .second {
    padding-left: 10px;
    color: #000;
}
#payment.orderConfirmed .wrapper form .content .right-box .head-pay h3 {
    color: #000;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .right-box
    .cart-list
    .contents
    .list-content
    .boldClass {
    font-weight: bold !important;
    color: #000;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .right-box
    .cart-list
    .borderContents {
    border-bottom: 0.5px solid #e0dfdf;
    margin-bottom: 15px;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .right-box
    .cart-list
    .borderContents-bottom {
    border-top: 0.5px solid #e0dfdf;
    margin-top: 15px;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .right-box
    .cart-list
    .borderContents-bottom
    h3 {
    margin: 10px 0 5px;
    font-weight: bold;
    color: #000;
}
#payment.orderConfirmed
    .wrapper
    form
    .content
    .right-box
    .cart-list
    .borderContents
    .lastContent {
    margin-bottom: 10px;
}
#payment.orderConfirmed .wrapper form .content .right-box address {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #888;
    line-height: 35px;
}
/* pincode */
.w3-modal {
    z-index: 10;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
}
.w3-animate-zoom {
    animation: animatezoom 0.6s;
}
@keyframes animatezoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.w3-container .w3-modal .background {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #0e193aa1; */
}
.w3-container #id01.w3-modal .background .w3-modal-content {
    width: 400px;
}
.w3-container #id02.w3-modal .background .w3-modal-content {
    width: 500px;
}
.w3-container .w3-modal .background .w3-modal-content {
    border-radius: 12px;
    padding: 40px 20px;
}
.w3-container .w3-modal .background .w3-modal-content .w3-center h3 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 15px;
}
.w3-container .w3-modal .background .w3-modal-content .side-popup-close {
    position: absolute;
    right: 8px;
    top: 2px;
    margin-right: 0;
    cursor: pointer;
}
.w3-container .w3-modal .background .w3-modal-content .w3-container {
}
.w3-container .w3-modal .background .w3-modal-content p {
    text-align: center;
    margin: 24px 0;
    color: #9f0525;
}
.w3-container
    .w3-modal
    .background
    .w3-modal-content
    .w3-container
    .w3-section
    select {
    width: 100%;
    border: none;
    padding: 12px;
    outline: none;
    font-size: 14px;
    color: #929292;
    background: #fff;
    box-shadow: 0px 4px 82px 8px rgba(0, 0, 0, 0.05);
}
.w3-container .w3-modal .background .w3-modal-content .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.w3-container .w3-modal .background .w3-modal-content .bottom .buttons {
    width: 48%;
    border: 1px solid #EE0B40;
    padding: 12px 0;
    font-size: 15px;
    border-radius: 8px;
}
.w3-container .w3-modal .background .w3-modal-content .bottom .buttons:hover {
    cursor: pointer;
}
.w3-container .w3-modal .background .w3-modal-content .bottom .cancel {
    background: #fff;
    color: #EE0B40;
}
.w3-container .w3-modal .background .w3-modal-content .bottom .continue {
    background: #EE0B40;
    color: #fff;
}
#id02 .SupportIconsSub-Column {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: end;
    margin-bottom: 15px;
}
#id02 .SupportIconsMain-Column img {
    width: 100%;
    display: block;
}
#id02 .w3-section .SupportIconsMain-Column a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#id02 .SupportIconsMain-Column {
    width: 31%;
    padding: 20px 15px 15px;
    border-radius: 5px;
    background-color: rgb(255 255 255);
}
#id02 .w3-section {
    display: flex;
    justify-content: space-between;
}
#id02 .w3-section .SupportIconsMain-Column a .SupportIconNameSub {
    color: #a0a0a0;
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
}
#id02 .SupportIconsMain-Column {
    box-shadow: 0px 4px 82px 8px rgb(0 0 0 / 5%);
}
/* ticket */
.tickets-area {
    display: block;
    height: 90%;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #696969;
}
/* Style the tab */
.side-popup-close {
    margin-right: 20px;
    font-size: 30px;
    color: #636562;
    font-family: auto;
}
.tab {
    overflow: hidden;
    border: 0;
    margin: 0 auto 25px;
    width: 100%;
    background-color: none;
    display: flex;
    justify-content: space-evenly;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    color: #787878;
    width: fit-content;
    padding-bottom: 2px;
}
/* Create an active/current tablink class */
.tab button.active {
    border-bottom: 2px solid #EE0B40;
    color: #EE0B40;
}
.tab button {
    border-bottom: 2px solid #f3f3f3;
    font-size: 16px;
}
#Tickets .radioSection {
    display: flex;
}
/* Style the tab content */
#new.tabcontent {
    display: block;
}
.tabcontent {
    width: 100%;
    height: 80%;
    display: none;
    border-top: none;
}
.tabcontentSubRow {
    display: block;
    width: 100%;
    height: 100%;
}
.tabcontentSubRow form {
    width: 100;
    height: 100%;
}
/* ************************** */
.IssueDescriptionContainerSub {
    display: block;
    width: 100%;
    height: 100%;
}
.IssueDescriptionContainerSub label {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
.IssueDescriptionContainerSub textarea {
    margin-top: 10px;
    border-radius: 8px;
    border: 0;
    background-color: rgb(255, 255, 255);
    resize: none;
    outline: none;
    width: 100%;
    height: 115px;
    padding: 10px;
    font-size: 12px;
}
.IssueDescriptionPriorityContainer {
    display: block;
    width: 100%;
    height: 10%;
    margin-bottom: 20px;
}
.IssueDescriptionPriorityContainerSub {
    display: block;
    width: 100%;
    height: 100%;
}
.IssueDescriptionPriorityContainerSub label.title {
    display: block;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 14px;
}
.IssueDescriptionPriorityContainerSub label {
    font-size: 12px;
}
.buttonArea {
    float: right;
}
#Tickets .buttonArea button {
    border: none;
    background: #EE0B40;
    padding: 10px 26px;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
}
.activeContent-Container {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.activeContent-SubContainer {
    display: flex;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: white;
    border-radius: 8px;
    color: #787878;
}
.activeContent-SubContainer .activeContentLeft {
    display: block;
    width: 50%;
    height: 100%;
}
.activeContent-SubContainer .activeContentLeftSub {
    display: block;
    width: 100%;
    padding: 5% 0 5% 0;
}
.activeContent-SubContainer .activeContentRight {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
}
.activeContent-SubContainer .activeContentRightSub {
    display: block;
    text-align: right;
    width: 100%;
    padding: 5% 0 5% 0;
}
#active {
    font-size: 14px;
}
#resolved {
    font-size: 14px;
}
.ResolvedContent-Container {
    display: block;
    width: 100%;
    min-height: 35px;
    max-height: fit-content;
    margin-bottom: 8px;
    border-radius: 8px;
    background-color: white;
    color: #787878;
}
.ResolvedContent-SubContainer {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
}
.ResolvedtitleAndDate-Area {
    display: flex;
    width: 100%;
}
.ResolvedactiveContentLeft {
    display: block;
    height: 100%;
}
.ResolvedactiveContentLeftSub {
    display: block;
    width: 100%;
    padding: 5% 0 5% 0;
}
.ResolvedactiveContentRight {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
}
.ResolvedactiveContentRightSub {
    display: inline-block;
    text-align: right;
    width: 100%;
    height: 75%;
    padding: 5% 0 5% 0;
}
#Tickets .proRate-name-div {
    margin-bottom: 25px;
}
#Tickets .radioSection {
    display: flex;
    align-items: center;
}
#Tickets .radioSection .container {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 20px;
}
#Tickets .IssueDescriptionPriorityContainerSub .active .roundBotton {
    padding: 3px;
    border: 2px solid #EE0B40;
    border-radius: 50%;
}
#Tickets .container .roundBotton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding: 3px;
    border: 2px solid #b8b8b8;
    border-radius: 15px;
}
#Tickets
    .IssueDescriptionPriorityContainerSub
    .active
    .roundBotton
    .orangeRound {
    background: #EE0B40;
    border: none;
    width: 8px;
    height: 8px;
}
#Tickets .container .roundBotton .orangeRound {
    width: 8px;
    height: 8px;
    border-radius: 15px;
    content: "";
    display: inline-block;
    visibility: visible;
}
#Tickets input[type="radio0"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
#ticket-container {
    margin-top: 10px;
    border-bottom: 1px #EE0B40 dotted;
    padding-bottom: 10px;
}
#ticket-container .ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2%;
}
#ticket-container h5 {
    font-size: 16px;
    width: 50%;
    color: #000;
    word-wrap: break-word;
}
#ticket-container h6.primary.pending {
    margin: 4% 0;
}
#ticket-container .info {
    font-size: 16px;
    width: 45%;
}
#ticket-container p {
    color: #696969;
    font-size: 12px;
    word-wrap: break-word;
}
#ticket-container .attachment {
    text-align: right;
}
#ticket-container .attachment a {
    color: #049cfc;
}
#ticket-container .attachment a:hover {
    opacity: 0.7;
}
.resolvedContentAndDate {
    width: 100%;
}
.resolvedContentMainContainer {
    display: block;
    width: 100%;
}
.resolvedConetntMainContainerSub {
    display: block;
    width: 100%;
    height: 100%;
}
.resolvedConetntMainContainerSub div {
    display: block;
    line-height: 20px;
    color: black;
}
.resolvedContentDateAndTimeBottom {
    display: block;
    width: 100%;
    color: black;
}
.resolvedConetntDateAndTimeBottomSub {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: right;
}
#customerAddress li {
    margin-bottom: 15px;
}
#customerAddress li:last-child {
    margin-bottom: 0 !important;
}
/* payment */
#payment {
    padding: 80px 0 60px;
}
#payment h3 {
    color: #888;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}
#payment .heading {
    width: 50%;
    margin: 120px auto 20px;
}
#payment .heading ul {
    display: flex;
    justify-content: space-between;
}
#payment .heading li {
    color: #7e7e7e;
    cursor: pointer;
}
#payment .heading li.active {
    color: #EE0B40;
    padding-bottom: 5px;
    border-bottom: 2px solid #EE0B40;
    font-weight: 800;
}
#payment .left input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
#payment .left .container {
    display: flex;
    align-items: center;
    position: relative;
}
#payment .container .roundBotton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
#payment .container .roundBotton .orangeRound {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    border: 1px solid #b8b8b8;
    content: "";
    display: inline-block;
    visibility: visible;
}
#payment .tabs .active {
    border: 1px solid #EE0B40;
}
#payment .active .container .roundBotton .orangeRound {
    background: #EE0B40;
    border: none;
    width: 15px;
    height: 15px;
}
#payment .active .container .roundBotton {
    padding: 3px;
    border: 2px solid #c50d38;
    border-radius: 50%;
}
input[type="radio"]:checked:focus {
    outline: none;
}
#payment .content {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
#payment .tab-click {
    display: none;
}
#payment .content .left {
    width: 63%;
    padding: 25px;
    box-shadow: 0px 0px 47px -4px rgba(0, 0, 0, 0.05);
}
#payment .content .left input[type="text"] {
    width: 85%;
    border: none;
    margin: 0 auto;
    padding: 10px 0;
    outline-width: 0;
    background: #f9f9f9;
    border-bottom: 1px solid #b8b8b8;
}
#payment .content .left input::placeholder {
    font-size: 14px;
}
#payment .content .left ::placeholder {
    color: #000 !important;
    font-size: 20px;
    font-weight: normal;
}
#payment .tabs {
    display: flex;
    flex-direction: column;
}
#payment .tabs section {
    display: none;
    padding-left: 40px;
    margin-top: 10px;
}
#payment .tabs .active section {
    display: block;
}
#address .item {
    margin-bottom: 0 !important;
}
#payment .item {
    margin-bottom: 10px;
    background-color: #9999990f;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f3f3f30f;
}
#payment .tabs label {
    display: inline-block;
    text-align: center;
    color: #7e7e7e;
    border: none;
    font-size: 18px;
}
#payment .tabs label:before {
    font-weight: normal;
    margin-right: 10px;
}
#payment .tabs label:hover {
    color: #888;
    cursor: pointer;
}
#payment .container input:checked ~ .hidedInput {
    display: block;
}
#payment .right-box {
    width: 35%;
    padding: 25px;
    box-shadow: 0px 0px 47px -4px rgba(0, 0, 0, 0.05);
    height: fit-content;
}
#payment .right-box .head-pay {
    margin-bottom: 20px;
}
#payment .left .head-pay {
    margin-bottom: 20px;
}
#payment .right-box .pro-card {
    display: flex;
    justify-content: space-between;
    background: #f9f9f9;
    padding: 24px;
    border-radius: 8px;
}
#payment .right-box .pro-card .img-box {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
#payment .right-box .pro-card .img-box img {
    width: 100%;
    display: block;
}
#payment .right-box .pro-card .pay-content {
    margin-left: 10px;
    width: 68%;
}
#payment .right-box h6 {
    display: flex;
    justify-content: space-between;
    margin: 0;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
#payment .right-box .pro-card .pay-content .main-heading {
    margin-bottom: 15px;
}
#payment .right-box .pro-card .pay-content h6 img {
    display: flex;
    width: 15px;
}
#payment .right-box .pro-card .pay-content small {
    font-size: 18px;
    margin-bottom: 25px;
    display: inline-block;
}
#payment
    .right-box
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row {
    display: flex;
    justify-content: space-between;
}
#payment
    .right-box
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row
    h6 {
    font-weight: bold;
    color: #7e7e7e;
}
#payment
    .right-box
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row
    .Quantity-button {
    display: flex;
    align-items: center;
}
#payment
    .right-box
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row
    .Quantity-button
    input {
    background: #fff;
    border: 1px solid #EE0B40;
    border-radius: 7px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    color: #EE0B40;
    display: flex;
    align-items: center;
    justify-content: center;
}
#payment
    .right-box
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row
    .Quantity-button
    input[type="button"]:focus-within {
    border: 1px solid #EE0B40;
}
#payment
    .right-box
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row
    .Quantity-button
    input[type="button"]:hover {
    background: #EE0B40;
    cursor: pointer;
    color: #fff;
}
#payment
    .right-box
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row
    .Quantity-button
    input[type="text"] {
    border: none;
    background: none;
    border: 1px solid #f9f9f9;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
#payment .right-box .cart-list {
    background: #f9f9f9;
    padding: 30px 10px;
    border-radius: 8px;
    margin-top: 10px;
}
#payment .right-box .cart-list .head-pay {
    margin-bottom: 10px;
}
#payment .right-box .cart-list .head-pay h3 {
    margin: 0;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
}
.item-head{
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 900;
}
#payment .right-box .cart-list .contents .list-content {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    margin-bottom: 10px;
}
#payment .right-box .cart-list .contents .list-content h3 {
    margin: 0;
    font-weight: normal !important;
}
#payment .right-box .cart-list .contents .list-content .bolder {
    font-weight: bold;
}
#payment .right-box .cart-list button[type="submit"] {
    font-size: 15px;
    border: none;
    width: 93%;
    margin: 20px auto 0;
    padding: 0;
    display: block;
    background: #EE0B40;
    color: #fff;
    padding: 13px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 900;
}
/* PaymentLoader */
#Loader {
    display: none;
}
#Loader.visible {
    display: block;
}
.PaymentLoader {
    position: fixed;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-family: "Poppins", sansserif;
    font-size: 20px;
    color: #EE0B40;
    letter-spacing: 4px;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.PaymentLoader:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top: 3px solid #EE0B40;
    border-right: 3px solid #EE0B40;
    border-radius: 50%;
    animation: animateC 2s linear infinite;
}
span.loader {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
    animation: animate 2s linear infinite;
}
span.loader:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    top: -6px;
    right: -8px;
    box-shadow: 0 0 20px #EE0B40;
}
@keyframes animateC {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}
#address {
    margin: 0 auto;
    font-size: 18px;
    color: #bebdbd;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#address #payment .right-box {
    width: 35%;
}
#address h1 {
    font-size: 17px;
}
#address div.top {
    margin-bottom: 20px;
    width: 100%;
}
#address div.top h1 {
    color: #EE0B40;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
#address div.bottom {
    width: 63%;
    padding: 15px 20px;
    color: #bebdbd;
    box-shadow: 0px 0px 47px -4px rgba(0, 0, 0, 0.05);
}
#address div.bottom div.header-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
#address div.bottom .mainContainerAd {
    max-height: 490px;
    overflow-y: scroll;
}
#address div.bottom div.header-box div.left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #707070;
}
#address div.bottom div.header-box div.left h1 {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 900;
}
#address div.bottom div.header-box div.left span.no {
    margin-right: 5px;
    font-size: 18px;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 900;
}
#address div.bottom div.header-box div.right a.add-button {
    background-color: #EE0B40;
    padding: 12px 26px;
    color: #fff;
    font-size: 15px;
    border-radius: 8px;
    display: block;
}
#address div.bottom div.container {
    padding: 15px;
    border: 0.5px solid #fff;
    border-radius: 8px;
    background: #f7f7f7;
}
#address div.bottom div.active .item {
    background: #fff;
    border: 0.5px solid #EE0B40;
}
#address div.bottom div.container div.item div.one {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #777;
    justify-content: space-between;
}
#address div.bottom div.container div.item div.one h1 {
    margin-right: 10px;
}
#address div.bottom div.container div.item div.one p {
    background: #ffd8d8;
    padding: 3px 30px;
    border-radius: 8px;
    color: #828181;
    margin-right: 15px;
    font-size: 16px;
}
#address div.bottom div.container div.item div.two {
    display: flex;
    justify-content: space-between;
}
#address div.bottom div.container div.item div.two p {
    color: #bebdbd;
    margin-bottom: 10px;
}
.new-sec{
    display: flex;
    align-items: center;
}
#address div.bottom div.container div.item div.one div.option {
    display: flex;
    align-items: center;
}
#address div.bottom div.container div.item div.one div.option a.edit {
    margin-right: 10px;
}
#address div.bottom div.container div.item div.one div.option a {
    width: 15px;
}
#address div.bottom div.container div.item div.one div.option a img {
    display: block;
    width: 100%;
}
#address div.bottom div.container div.item div.three p {
    color: #9d9b9b;
    background: #f5f0f0;
    padding: 4px 20px;
    border-radius: 8px;
}
#address div.bottom div.container div.item div.three h1 {
    color: #EE0B40;
}
.AddressMainContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.title-Row {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 10px;
}
.ContactDetails-Row.fifty-fifty {
    width: 49%;
}
.ContactDetails-Row {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}
.ContactDetails-Row label {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #a5a5a5;
    margin-bottom: 5px;
}
.title-Row.Details {
    margin-top: 5px;
}
.ContactDetails-Row input,
.ContactDetails-Row select {
    width: 96%;
    height: 40px;
    border: none;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
}
.ContactDetails-Row select {
    padding: 0 2%;
}
/* check box */
.checkboxArea {
    display: block;
    margin-top: 22px;
}
.AddressMainContainer .checkboxArea input[type="checkbox"] {
    display: block;
    float: left;
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.AddressMainContainer .checkboxArea:before,
.AddressMainContainer .checkboxArea:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}
.AddressMainContainer .buttonAreaSub button {
    font-size: 16px;
    border: none;
    display: block;
    background: #EE0B40;
    color: #fff;
    padding: 13px;
    border-radius: 8px;
    width: 100%;
    margin: 0;
}
.AddressMainContainer .checkboxArea label {
    display: block;
    float: left;
    font-size: 13px;
    font-weight: initial;
    padding-left: 2%;
    position: relative;
    cursor: pointer;
    color: #a5a5a5;
    width: 100%;
    padding: 2% 2%;
    text-align: center;
}
.AddressMainContainer .checkboxArea label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.AddressMainContainer input:checked + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 13px;
    width: 3px;
    height: 10px;
    border: solid #EE0B40;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.AddressMainContainer .saveAddressAs input:checked + label:after {
    display: block;
    content: none;
    position: absolute;
    top: 10px;
    left: 13px;
    width: 3px;
    height: 10px;
    border: solid #EE0B40;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.saveAddressAs {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.saveAddressAs .homeSection,
.saveAddressAs .officeSection {
    position: relative;
    width: 48%;
    height: 48px;
}
.saveAddressAs .officeSection {
    position: relative;
    width: 48%;
}
#ExpressDelivery {
    display: none;
}
#ExpressDelivery.visible {
    display: block;
    /* width: 28%; */
    margin: 115px auto;
    text-align: center;
}
#ExpressDelivery .img_box {
    width: 49px;
    height: 43px;
    margin: 20px auto;
}
#ExpressDelivery .img_box img {
    display: block;
    width: 100%;
}
#ExpressDelivery span {
    font-size: 16px;
}
.saveAddressAs button {
    width: 47%;
    height: 42px;
    padding: 0;
    margin: 0;
}
.saveAddressAs .input-hidden {
    position: absolute;
    /* left: -9999px; */
    opacity: 0;
}
.saveAddressAs input[type="radio"] + label {
    text-align: center;
}
#return_product {
    background-color: #ff6e11;
    border: 1px solid #ff6e11;
    padding: 10px;
    border-radius: 7px;
    color: #fff;
    white-space: nowrap;
}
.ReturnProduct {
    margin-top: 32px;
}
.saveAddressAs input[type="radio"] + label {
    border: 1px solid transparent;
    text-align: center;
    padding: 8px 10px;
    border-radius: 8px;
    background-color: white;
    margin-right: 15px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.saveAddressAs input[type="radio"]:checked + label {
    border: 1px solid #EE0B40;
    text-align: center;
    padding: 8px 10px;
    border-radius: 8px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.saveAddressAs input[type="radio"] + label > img {
    width: 15px;
    height: 15px;
    transition: 500ms all;
    margin-right: 10px;
}
.saveAddressAs input[type="radio"]:checked + label > span {
    width: 73%;
}
#AddNewAddress {
    display: none;
    background-color: #f5f0f0;
}
#EditAddress {
    display: none;
    background-color: #f5f0f0;
}
.specialWidth {
    width: 450px !important;
}
/* shop.html */
.FeaturedProducts {
    padding-bottom: 80px;
}
.FeaturedProducts .FPProductsCards.boxitems .item {
    width: 100%;
    background: #fff;
    border: 1px solid #b5ebfc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 450ms;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
        rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.FeaturedProducts .FPProductsCards.boxitems .item:hover {
    transform: translateY(-3px);
}
.SectionTitle {
    display: block;
    width: 100%;
    padding: 7% 0 0 0;
    text-align: left;
}
.SectionTitle h1 {
    color: #EE0B40 !important;
    margin: 0 0 30px 0px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
}
.FProductsDetailes {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.FProductsDetailes .SpotlightLeft {
    display: block;
    width: 23%;
}
.FProductsDetailes .SpotlightLeft img {
    height: 420px;
    border-radius: 8px;
}
.FProductsDetailes .SpotlightLeft .offerDetailes {
    display: block;
    padding: 13% 0;
    padding-bottom: 0;
    background-color: transparent;
}
.FProductsDetailes .SpotlightLeft .offerDetailes .offerTitle {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #049cfc;
    padding: 0 15%;
    text-transform: capitalize;
}
.FProductsDetailes .SpotlightLeft .offerDetailes .offerContent {
    display: block;
    font-size: 17px;
    color: black;
    margin-top: 3%;
    padding: 0 15%;
}
.FProductsDetailes .SpotlightLeft .offerDetailes .offerContent span {
    font-size: 20px;
    font-weight: bolder;
    color: #049cfc;
    text-transform: capitalize;
}
.FProductsDetailes .SpotlightLeft .offerDetailes .offerImage {
    display: block;
    width: 100%;
    margin-top: 40%;
}
.FProductsDetailes .SpotlightLeft .offerDetailes .offerImage img {
    max-width: 100%;
    max-height: 100%;
}
.FProductsDetailes .SpotlightLeft a {
    text-decoration: none;
}
.FProductsDetailes .SpotlightLeft button {
    display: block;
    color: #049cfc;
    border: 1px solid #049cfc;
    margin: 0 auto;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 8px;
    font-size: 18px;
    background: #fff;
    padding: 10px 15px;
}
.FPProductsCards {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
    /* margin-left: 2%; */
    /* background-color: #049cfc; */
}
.FPProductsCards .productDetailsCard {
    margin-bottom: 20px;
    border-color: #049cfc;
    width: 85%;
}
.middleSpotLight {
    padding-bottom: 80px;
}
.middleSpotLight .wrapper {
    display: flex;
    background-color: #fbe3f8;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.middleSpotLight .MidleSpotlightLeft,
.middleSpotLight .MidleSpotlightRight {
    display: block;
    width: 22%;
}
.middleSpotLight .MidleSpotlightLeft img,
.middleSpotLight .MidleSpotlightRight img {
    max-width: 100%;
    max-height: 100%;
}
.middleSpotLight .MidleSpotlightCenter {
    display: block;
    width: 35%;
    font-size: 35px;
    text-transform: capitalize;
    text-align: right;
}
.middleSpotLight .MidleSpotlightCenter span {
    font-size: 45px;
    font-weight: bolder;
    color: #fd3089;
    text-transform: uppercase;
}
.middleSpotLight button {
    display: flex;
    color: #ffff;
    background-color: #fd3089;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    margin: 15px 0 0 auto;
    padding: 15px 25px;
}
.middleSpotLight a {
    text-decoration: none;
}
.bottomCards {
    display: block;
    width: 100%;
    padding-bottom: 80px;
}
.FPProductsCards.boxitems .slick-slide {
    margin: 0 5px;
}
.bottomCards .FPProductsCards.boxitems .item {
    width: 24%;
    background: #efefef;
    border: 1px solid #fd3089;
    margin-right: 0;
}
.bottomCards .FPProductsCards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0;
}
.bottomCards .cards {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.bottomCards .cards .productDetailsCard {
    width: 85%;
    border-color: #f75d9f;
}
.bottomCards .pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.bottomCards .pagination span {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.bottomCards .pagination span.endless_page_current {
    background-color: #EE0B40;
    color: #fff !important;
    min-width: 40px;
}
.bottomCards .pagination a {
    color: #787878;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    margin: 0 4px;
    border: 1px solid #fff;
    border-radius: 5px;
    min-width: 40px;
}
.bottomCards .pagination a:hover {
    border: 1px solid #EE0B40;
}
.bottomCards .pagination a img {
    width: 8px;
}
.bottomCards .pagination a:active {
    color: #EE0B40;
}
.bottomCards .pagination a.active {
    color: #EE0B40;
}
.bottomCards .pagination ul {
    display: flex;
    margin: 0 10px;
}
.bottomCards .pagination .slick-arrow {
    background-color: #EE0B40;
    padding: 3px;
    border-radius: 5px;
}
#NearByShop .cards {
    /* justify-content: center; */
    display: flex;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
}
#NearByShop .cards .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}
#NearByShop .cards .item {
    width: 31%;
    height: 300px;
    padding: 0;
    border-radius: 8px 8px 0 0;
    margin-right: 10px;
}
#NearByShop .cards .item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 8px 8px 0 0;
}
#NearByShop .storeNameAndLocation {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
#NearByShop .StoreLocation {
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    background-color: rgb(0 0 0 / 60%);
    border-radius: 0 0 10px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
#NearByShop .shop-location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    border-radius: 0 0 8px 8px;
    position: absolute;
    bottom: 0;
}
#NearByShop .shop-location h4 {
    font-size: 17px;
    color: #fff;
}
#NearByShop .shop-location p {
    font-size: 16px;
    color: #fff;
}
#NearByShop .shop-location .loc {
    display: flex;
    align-items: center;
}
#NearByShop .shop-location .loc p {
    color: #fff;
    margin-left: 6px;
    text-transform: capitalize;
}
#NearByShop .left-arrow .zmdi {
    font-size: 35px;
    color: #999;
}
#NearByShop .right-arrow .zmdi {
    font-size: 35px;
    color: #999;
}
#NearByShop {
    display: flex;
    align-items: center;
}
.shop-main {
    padding-top: 80px;
}
/* category.html */
#Category .main-shop {
    padding-top: 0;
}
#Category .wrapper > h2 {
    color: green;
    font-size: 25px;
    text-align: center;
    margin-bottom: 50px;
}
#Category .item {
    background: none;
}
.main-container .banner-middle .wrapper {
    background-image: linear-gradient(20deg, #b5af70, #fbf287 75%);
    padding: 20px 10px;
}
.banner-middle .MidleSpotlightCenter {
    width: 38%;
    text-align: left;
}
.banner-middle .MidleSpotlightLeft {
    width: 38%;
}
.banner-middle .MidleSpotlightCenter span {
    color: #49d3b1;
}
.banner-middle .MidleSpotlightCenter button {
    background-color: #49d3b1;
    margin-left: 0;
}
/* single-shop.html */
.shop-category {
    padding-bottom: 70px;
}
#offer.shop-banner {
    padding: 0 0 80px;
}
/* single-product.html */
#single-product {
    padding: 180px 0 80px;
}
#single-product .container-s {
    display: flex;
    justify-content: space-between;
}
#single-product .left-box-multiple-images {
    width: 48%;
}
#single-product .left-box-multiple-images .gallery-top {
    border-radius: 3px;
    margin-bottom: 15px;
    width: 80%;
    min-height: 340px !important;
}
#single-product .left-box-multiple-images .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden;
}
#single-product .left-box-multiple-images .gallery-top .swiper-slide a {
    position: relative;
    width: 100%;
}
#single-product .left-box-multiple-images .gallery-top .swiper-slide a img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    aspect-ratio: 13/9;
    flex-grow: 1;
    object-fit: contain;
}
#single-product
    .left-box-multiple-images
    .gallery-top
    .swiper-slide
    .easyzoom-flyout
    img {
    min-width: 100%;
    min-height: 100%;
}
#single-product
    .left-box-multiple-images
    .swiper-button-next.swiper-button-white,
#single-product
    .left-box-multiple-images
    .swiper-button-prev.swiper-button-white {
    color: #ff3720;
}
#single-product .left-box-multiple-images .gallery-thumbs .swiper-slide {
    position: relative;
    -webkit-transition: border 0.15s linear;
    transition: border 0.15s linear;
    border: 1px solid #f9d9e3;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
}
#single-product .left-box-multiple-images .gallery-thumbs.swiper-container {
    width: 80% !important;
}
#single-product .left-box-multiple-images .gallery-top .swiper-slide {
    border-radius: 8px;
}
#single-product .left-box-multiple-images .swiper-slide-thumb-active {
    background-color: #f9d9e3;
    border-radius: 6px;
    border: #000;
}
#single-product .left-box-multiple-images .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}
#single-product .left-box {
    display: flex;
    justify-content: center;
    width: 44%;
}
#single-product .left-box .slide-cards {
    width: 20%;
}
#single-product .left-box .slide-cards .image:nth-child(n + 2) {
    margin-top: 10px;
}
#single-product .slick-current {
    background-color: #f9d9e3;
    border-radius: 6px;
}
#single-product .left-box-right {
    position: relative;
    width: 75%;
}
#single-product .left-box-right:hover .img-zoom-result {
    visibility: visible;
}
#single-product .left-box-right:hover .img-zoom-lens {
    visibility: visible;
}
#single-product .left-box .slide-card .image-box {
    background: #f9d9e3;
    border-radius: 7px;
    padding: 11px;
    width: 70%;
}
#single-product .left-box .slide-card .image-box img {
    width: 100%;
    display: block;
    border: 1px solid #f9d9e3;
    padding: 5px;
    border-radius: 6px;
    height: 105px;
    object-fit: cover;
}
#single-product .left-box-single-pic {
    max-width: 70%;
    max-height: 460px;
    position: relative !important;
    overflow: hidden;
}
#single-product .left-box-single-pic a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#single-product .left-box-single-pic a img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}
#single-product .left-box-single-pic .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}
#single-product .right-box {
    width: 48%;
}
#single-product .right-box .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
#single-product .right-box .top .left-card span {
    color: #ccb405;
    margin-right: 5px;
}
#single-product .right-box .top .left-card small {
    color: #9c9c9c;
}
#single-product .right-box .top .right-card {
    display: flex;
    align-items: center;
    justify-content: center;
}
#single-product .right-box .top .right-card span {
    color: #EE0B40;
    font-size: 25px;
}
#single-product .right-box .content h4 {
    font-weight: bold;
    font-size: 22px;
}
#review-list{
    padding-bottom: 40px;
}
#single-product .right-box .content h5 {
    color: #63af31;
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
}
#single-product .right-box .content h5 .rateOfProduct {
    display: inline-block;
    font-weight: 600;
}
#single-product .right-box .content p {
    color: #99A6C4;
    font-size: 16px;
}
#single-product .right-box .content .nb p {
    margin: 10px 0 20px;
    color: #EE0B40;
}
#single-product .right-box .content .nb p span {
    color: #EE0B40;
}
#single-product .right-box .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#single-product .right-box .bottom .quantity {
    display: flex;
    margin: 10px 0;
    align-items: center;
}
#single-product .right-box .bottom .quantity h5 {
    margin-right: 15px;
    color: #888484;
    font-size: 17px;
}
#single-product .right-box .bottom .quantity input[type="button"]:focus-within {
    border: 1px solid #EE0B40;
}
#single-product .right-box .bottom .quantity input[type="button"]:hover {
    background: #EE0B40;
    color: #fff;
    cursor: pointer;
}
#single-product .right-box .bottom .quantity input[type="text"] {
    border: none;
    background: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
}
#single-product .right-box .quantity input {
    background: #fff;
    border: 1px solid #EE0B40;
    border-radius: 8px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    color: #EE0B40;
    display: flex;
    padding: 2% 0 0 0;
    align-items: center;
    justify-content: center;
}
#single-product .right-box .apply.my-cart {
    margin-top: 10px;
    width: 100%;
}
#single-product .right-box .apply button {
    color: #fff;
    background: #EE0B40;
    padding: 12px 15px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
#single-product .right-box .bottom .apply button span {
    margin-right: 10px;
    font-size: 17px;
}
#single-product .right-box .bottom {
    display: flex;
    flex-direction: column;
    align-items: start;
}
#single-product .right-box .whole-sale-offer-card {
    width: 100%;
    background: #ddffe9;
    border: 1px dashed #23a850;
    border-radius: 8px;
    padding: 16px 12px 16px 16px;
    gap: 8px;
    margin: 24px 0;
    width: 100%;
}
#single-product .right-box .bottom .flex-wrap{
    width: 100%;
}
#single-product .right-box .whole-sale-offer-card p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: max-content;
}
#single-product .right-box .whole-sale-offer-card p span {
    font-family: monospace;
}
#single-product .right-box .whole-sale-offer-card p b {
    font-size: 16px;
    color: #000000;
}
#single-product .right-box .bottom .quantitycards p {
    color: #757575;
    margin-bottom: 8px;
}
#single-product .right-box .bottom .quantitycards p span {
    color: #181818;
}
#single-product .right-box .bottom .quantitycards div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}
#single-product .right-box .bottom .quantitycards div span {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    min-width: 118px;
    overflow: hidden;
    display: block;
}
#single-product .right-box .bottom .quantitycards div a:hover span,
#single-product .right-box .bottom .quantitycards div span.active {
    border: 1px solid #EE0B40;
}
#single-product .right-box .bottom .quantitycards div a:hover span.disabled {
    border: 1px solid #eaeaea;
}
#single-product .right-box .bottom .quantitycards div span.disabled {
    cursor: not-allowed;
    opacity: .5;
}
#single-product .right-box .bottom .quantitycards div span p:first-child {
    background: #ffffff;
    color: #181818;
    font-size: 14px;
}
#single-product .right-box .bottom .quantitycards div span p {
    font-family: "Poppins";
    background: #f7f7f7;
    color: #39b100;
    text-align: center;
    font-size: 11px;
    padding: 10px 16px;
    margin: 0;
}
.add-cart-btn {
    background: #EE0B40;
    border-radius: 8px;
    width: 100%;
    padding: 18px 0px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins";
}
/* custom select */
#single-product .custom-select {
    position: relative;
    font-family: Arial;
    width: max-content;
    border: 0.5px solid #ff6f124f;
    border-radius: 8px;
}
#single-product .custom-select select {
    display: none;
}
#single-product .select-selected {
    background-color: #fff;
}
#single-product .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #EE0B40 transparent transparent transparent;
}
#single-product .select-selected.select-arrow-active:after {
    border-color: transparent transparent #EE0B40 transparent;
    top: 7px;
}
#single-product .select-items div,
.select-selected {
    color: #EE0B40;
    padding: 8px 30px 8px 16px;
    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 3%);
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
}
#single-product .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 8px;
    border: 0.5px solid #ff6f124f;
    width: 130%;
}
#single-product .select-hide {
    display: none;
}
#single-product .select-items div:hover,
.same-as-selected {
    background-color: rgb(0 0 0 / 3%);
}
/* customer select end */
#review-list .tab {
    display: flex;
    margin: 0 0 30px;
    max-width: max-content;
}
#review-list .tab .tab1 {
    margin-right: 20px;
}
#review-list .tab .common {
    margin-right: 20px;
    padding-bottom: 6px;
    border-bottom: 2px solid #727272;
    cursor: pointer;
}
#review-list .tab .active {
    border-bottom: 2px solid #960d2d;
}
#review-list .tab .active h6 {
    color: #EE0B40;
}
#review-list .tab h6 {
    font-size: 18px;
}
#review-list .reviews {
    display: none;
}
#review-list h5 {
    font-size: 17px;
    font-weight: 600;
}
#review-list .reviews .cards .card {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #9c9c9c3b;
    padding: 25px 0;
}
#review-list .card .left-box img {
    display: block;
    width: 35px;
    border-radius: 50%;
    height: 37px;
    object-fit: cover;
}
#review-list .card .right-box {
    margin-left: 0;
    width: 94%;
}
#review-list .card .right-box .top-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#review-list .card .right-box .top-c h4 {
    font-size: 17px;
}
#review-list .card .top-c .date {
    display: flex;
    align-items: center;
}
#review-list .card .date .review-c {
    margin-left: 20px;
}
#review-list .card .date .review-c .zmdi {
    color: #afb310;
    margin-right: 6px;
}
#review-list .card .date span {
    color: #999;
    font-size: 16px;
}
#review-list .card .bottom-c {
    margin-top: 15px;
}
#review-list .card .bottom-c p {
    color: #999;
}
#review-list .load {
    text-align: center;
    margin-top: 50px;
}
#review-list .load button {
    border: 1px solid #d4d4d4;
    background: #a7a7a7;
    padding: 12px 21px;
    font-size: 17px;
    color: #fff;
    border-radius: 8px;
}
#review-list .describtion .detail {
    margin-bottom: 30px;
}
#review-list .describtion .view-button {
    display: none;
}
#review-list .describtion .detail p {
    margin-top: 15px;
    color: #999;
    text-align: justify;
}
#review-list .describtion .detail p span {
    margin-top: 15px;
    color: #EE0B40;
}
#review-list .describtion .detail p a.detail-view {
    color: #EE0B40;
}
#review-list .describtion .contemt {
    width: 40%;
}
#review-list .describtion .contemt .general {
    margin-top: 12px;
}
#review-list .describtion .contemt .general p {
    display: flex;
    justify-content: space-between;
    color: #999;
}
#review-list .describtion .contemt .general p a {
    color: #999;
}
#review-list .describtion .contemt .general p a:hover {
    color: #EE0B40;
    text-decoration: underline;
}
#review-list .describtion .contemt .general p span {
    width: 50%;
}
/* my-cart */
.main-container-side {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.productDetailsWithWallaetAndVoucherBalances {
    display: block;
    width: 100%;
    margin: 0;
    background-color: #f3f3f3;
}
.available-in-cart {
    display: flex;
    border-radius: 8px;
    background-color: white;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.available-product-image {
    display: block;
    width: 42%;
    padding: 2%;
}
.available-product-imageSub {
    display: block;
    vertical-align: middle;
}
.available-product-imageSub img {
    margin: auto;
    width: 100%;
    height: 100%;
    align-items: center;
    vertical-align: middle;
}
.available-product-details-container {
    display: block;
    float: left;
    width: 100%;
    height: 90%;
    padding: 4%;
}
.available-product-details-sub {
    display: block;
    height: 100%;
    width: 100%;
}
.available-product-nameAndDelete-row {
    display: flex;
    justify-content: space-between;
}
.available-product-price-Subrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.available-product-nameAndDelete-row .nameArea-Left {
    display: block;
    height: 90%;
    padding: 1% 0;
    font-size: 17px;
    margin-bottom: 15px;
}
.available-product-nameAndDelete-row .DeleteIcon-Right {
    display: flex;
    padding: 1% 0;
    text-align: right;
}
.available-product-nameAndDelete-row .DeleteIcon-Right img {
    width: 15px;
    display: block;
}
.available-product-catogery-row {
    display: block;
    width: 100%;
    height: 20%;
    font-size: 17px;
    color: #787878;
}
.available-product-catogery-Subrow {
}
.available-product-price-row {
    display: block;
    width: 100%;
    height: 20%;
    padding: 5% 0;
}
.available-product-price-Left {
    display: block;
    width: 50%;
    height: 100%;
    color: #787878;
    font-size: 16px;
    font-weight: bold;
}
.available-product-Quantity-Right {
    display: block;
    width: 50%;
    height: 100%;
    text-align: right;
}
.QuantityButton {
    width: 20px;
    border: 1px solid #EE0B40;
    border-radius: 4px;
    height: 20px;
}
.Quantity-button .input-text {
    width: 50px;
    text-align: center;
}
.walletBalance-area {
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0;
    align-items: center;
    padding: 5%;
    border-radius: 8px;
    background-color: white;
}
.walletBalance-area .Title {
    display: block;
    padding: 1% 0;
    font-size: 12px;
    color: #787878;
}
.walletBalance-area .amount {
    display: block;
    width: 30%;
    padding: 1% 0;
    font-size: 12px;
    font-weight: bold;
}
.input-amount input {
    width: 80px;
}
.sideCart-buttonRow {
    display: block;
    text-align: right;
    color: white;
}
.sideCart-buttonRow button {
    padding: 8px 17px;
    color: white;
    border: 0;
    border-radius: 5px;
    background-color: #EE0B40;
}
.gift-voucher-main {
    display: block;
    margin: 10px auto 0;
    padding: 5%;
    border-radius: 8px;
    background-color: white;
}
.gift-voucher-title {
    display: block;
    width: 100%;
    height: 35%;
    color: #787878;
    font-size: 14px;
    /* background-color: tomato; */
    display: flex;
    justify-content: space-between;
}
.gift-voucher-corner {
    display: flex;
    width: 100%;
    padding: 2% 0;
    justify-content: space-between;
}
.gift-voucher-corner .voucher-amount {
    display: block;
    padding: 2% 0;
    font-size: 12px;
}
.gift-voucher-corner .voucher-code-area {
    display: block;
    text-align: center;
    padding: 2%;
    font-size: 10px;
    color: #787878;
    border: 1px dashed #787878;
}
.price-details-new {
    display: block;
    padding: 8% 5%;
    margin: 20px 0 0 0;
    background-color: white;
    border-radius: 8px;
}
.price-details-MainContainer .title {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.price-details-data {
    display: block;
    width: 100%;
    padding: 2% 0;
}
.price-details-data table {
    width: 100%;
}
.price-details-data table tr {
    line-height: 35px;
    text-align: left;
}
.price-details-data table th {
    font-size: 17px;
    color: #787878;
}
.price-details-data table td {
    font-size: 17px;
    text-align: right;
}
.price-checkout-button-div {
    display: block;
    width: 90%;
    padding: 4% 5% 0;
    margin: 0 auto;
}
.price-checkout-button-div .price-checkout-button {
    width: 100%;
    padding: 10px 0;
    background-color: #EE0B40;
    border: none;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
}
.OverLay {
    float: right;
    position: fixed !important;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 30px 20px;
    margin-top: 0;
    background-color: #f3f3f3;
    box-shadow: -1px 4px 4px 2px #0003;
    overflow-y: auto;
    display: none;
}
#best-seller.whishlist-item {
    padding-bottom: 60px;
    padding-top: 50px;
}
#best-seller.whishlist-item h1 {
    text-align: left !important;
    margin-bottom: 20px;
}
#MyCart {
    display: none;
    /* overflow: hidden; */
}
.side-popup-close {
    margin-right: 20px;
    font-size: 30px;
    cursor: pointer;
}
/* editprofile */
#EditProfile {
    background-color: #f5f0f0;
    overflow: hidden;
}
#EditProfile .UserProfileImage-Center a.editPrf {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 9px;
    border-radius: 50%;
    background: #EE0B40;
    position: absolute;
    bottom: -6%;
    right: 28%;
}
#EditProfile .UserProfileImage-Center a.delete-profile-image {
    width: 18px;
    display: block;
    top: 80%;
    position: absolute;
    left: 77%;
    /* width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 9px;
    border-radius: 50%;
    background: #EE0B40;
    position: absolute;
    bottom: -6%;
    right: 28%; */
}
#EditProfile .UserProfileImage-Center a.editPrf input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0;
}
#EditProfile .UserProfileImage-Center .profileImageArea {
    position: relative;
    width: 30%;
    margin: 0 auto;
}
#EditProfile .UserProfileImage-Center img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
#EditProfile .UserProfileImage-Center a img {
    display: block;
    width: 100%;
    height: 100%;
}
#EditProfile .ContactDetails-Row label {
    font-size: 16px;
}
#EditProfile .ContactDetails-Row {
    margin-bottom: 14px;
}
#EditProfile .ContactDetails-Row input {
    padding: 4px 20px;
    font-size: 16px;
    width: 100%;
    cursor: auto;
}
#EditProfile .ContactDetails-Row input::placeholder {
    color: #e3e3e3;
}
#EditProfile .ContactDetails-Row input:focus-visible {
    outline: none;
}
#MyCart .pro-card {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
#MyCart .pro-card .img-box {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
#MyCart .pro-card .img-box img {
    width: 100%;
    display: block;
}
#MyCart .pro-card .pay-content {
    margin-left: 10px;
    width: 68%;
}
#MyCart h6 {
    display: flex;
    justify-content: space-between;
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
#MyCart .pro-card .pay-content .main-heading {
    margin-bottom: 10px;
}
#MyCart .pro-card .pay-content h6 img {
    display: flex;
    width: 15px;
}
#MyCart .pro-card .pay-content small {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}
#MyCart
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row {
    display: flex;
    justify-content: space-between;
}
#MyCart
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row
    h6 {
    font-weight: bold;
    color: #7e7e7e;
}
#MyCart
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row
    .Quantity-button {
    display: flex;
    align-items: center;
}
#MyCart
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row
    .Quantity-button
    input {
    background: #fff;
    border: 1px solid #EE0B40;
    border-radius: 7px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    color: #EE0B40;
    display: flex;
    align-items: center;
    justify-content: center;
}
#MyCart
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row
    .Quantity-button
    input[type="button"]:focus-within {
    border: 1px solid #EE0B40;
}
#MyCart
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row
    .Quantity-button
    input[type="button"]:hover {
    background: #EE0B40;
    cursor: pointer;
    color: #fff;
}
#MyCart
    .pro-card
    .pay-content
    .QuantitybuttonAreaMain-row
    .QuantitybuttonAreaSub-row
    .Quantity-button
    input[type="text"] {
    border: none;
    background: none;
    border: 1px solid #f9f9f9;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proRate-name-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.OrderSingle-name-div {
    height: 2%;
    width: 100%;
    padding: 0 0 2% 0;
}
.mycart-name {
    display: inline-block;
    color: #EE0B40;
    font-size: 18px;
    font-weight: bold;
}
.main-container-side {
    display: block;
    height: fit-content;
    margin: 0;
}
.orderIdandDateRow {
    display: block;
    height: 5%;
    width: 100%;
    /* background-color: #fafafa; */
}
.orderIdandDateRow .leftside,
.rightside {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 2% 0;
}
.cancelProductDetailesSubRow {
    border: none;
}
.orderIdandDateRow .leftside .orderid {
    display: inline-block;
    background-color: #e6e6e6;
    text-align: left;
    border-radius: 5px;
    width: 90%;
    padding-left: 5%;
}
.orderIdandDateRow .leftside .orderid span.orange {
    display: inline-block;
    color: #EE0B40;
    font-size: 13px;
    font-weight: bold;
}
.orderIdandDateRow .leftside .orderid span.black {
    display: inline-block;
    text-align: center;
    color: black;
    font-size: 13px;
    font-weight: unset;
}
.orderIdandDateRow .rightside span {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: unset;
}
/* **********side product Details******** */
.SideproductDetails-row {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    border-radius: 8px;
    background-color: white;
    padding: 20px;
}
.SideproductListTitleRow {
    display: block;
    width: 100%;
}
.SideproductDetails-row .SidesubRow {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    font-weight: initial;
    margin-bottom: 10px;
}
.Sideproduct-details-container:nth-child(n + 2) {
    margin-top: 10px;
}
.Bottom-border {
    border-bottom: 2px solid #787878;
}
.Sideproduct-details-container a {
    text-decoration: none;
    color: black;
    margin-bottom: 30px;
}
.Sideproduct-details-Subrow {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* margin-bottom: 35px; */
}
.Sideproduct-details-Subrow .SideProductNameCatogery {
    display: inline-block;
    float: left;
    width: 45%;
}
.Sideproduct-details-Subrow .SideProductRate {
    display: block;
    float: left;
    width: auto;
    height: 100%;
    font-size: 14px;
    margin: 5% 0 0 0;
    padding: 0;
    font-weight: bolder;
}
.productRightRate {
    display: block;
    float: left;
    width: 25%;
    height: 100%;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: right;
    font-weight: bolder;
}
.Sideproduct-details-Subrow .SideProductRate p {
    font-weight: bold;
}
.Sideproduct-details-Subrow .RightSideProductRate {
    display: block;
    float: left;
    text-align: right;
    width: 25%;
    height: 100%;
    font-size: 14px;
}
.SideProductNameCatogery .Sideproductname {
    font-size: 15px;
    font-weight: unset;
    font-weight: normal;
    padding: 0;
    margin: 10% 0 0 0;
}
.SideProductNameCatogery .Sideproductcatogery {
    font-size: 13px;
    font-weight: initial;
    color: #787878;
    padding: 0;
    margin: 2% 0 0 0;
}
#EditProfile form .lastInput {
    margin-bottom: 40px;
}
/* button */
#EditProfile .main-container-side form .updateButton {
    background: #EE0B40;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 13px 0;
    border-radius: 7px;
    text-align: center;
    font-size: 16px;
    position: relative;
}
#EditProfile .main-container-side form .updateButton input[type="submit"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
/* ******** select ******** */
.SideproductSelectMainContainer {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 55px;
}
.SideproductSelectMainContainer .SideproductSelectSubContainer {
    display: block;
    width: 100%;
    height: 100%;
}
.SideproductSelectMainContainer .SideproductSelectSubContainer select {
    display: block;
    padding-left: 10px;
    width: 100%;
    height: 100%;
    background-color: white;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: initial;
    color: #787878;
}
.SideproductSelectMainContainer .SideproductSelectSubContainer select option {
    width: 100%;
    height: 55px;
}
/* ***************textarea************ */
.SideTextareaMainContainer {
    display: block;
    width: 100%;
    height: 115px;
    background-color: white;
    margin-top: 10px;
    border-radius: 8px;
}
.SideTextareaMainContainer .SideTextareaContainerSub {
    display: block;
    width: 100%;
    height: 100%;
}
.SideTextareaMainContainer .SideTextareaContainerSub #review {
    display: inline-block;
    padding-left: 10px;
    width: 97%;
    height: 93%;
    resize: none;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 13px;
    font-weight: initial;
}
#Tickets .proRate-name-div {
    margin-bottom: 30px;
}
/* orderSingle */
#myOrders.main-container {
    padding: 0px 0px 60px;
}
#myOrders .top h3{
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
}
#myOrders .top {
    color: #EE0B40;
    text-align: center;
    margin-bottom: 20px;
}
#myOrders .ProductNameCatogery p {
    margin: 0;
}
.product-details-main-container {
    background-color: #fafafa;
    height: fit-content;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
#myOrders .p-d-m-c {
    margin-top: 20px;
}
.productOrderDetails-row {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.orderIdcontent {
    display: block;
    font-size: 14px;
}
.orderDatecontent label {
    font-size: 14px;
}
.product-details-container {
    display: inline-block;
    height: fit-content;
    width: 100%;
    background-color: #ffff;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 15px;
}
.product-details-Subrow {
    display: flex;
    border-radius: 15px;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}
.productContainer {
    display: flex;
    width: 75%;
    align-items: center;
}
.ProductImageArea {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ProductImageArea img {
    width: 100px;
    display: block;
    justify-content: center;
    height: 100px;
    object-fit: contain;
    border-radius: 5px;
}
.subdivision {
    margin-left: 20px;
}
.ProductRate span {
    display: inline-block;
    font-weight: 600;
}
.ProductDeliveryDetails {
    height: 100%;
    width: 39%;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.ProductDeliveryDetails a {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.DeliveryStatus i {
    display: none;
}
.DeliveryStatus img {
    width: 12px;
    height: 12px;
}
.DeliveryStatus span {
    font-size: 16px;
    /* margin-left: 10px; */
}
.ProductCatogery {
    margin-top: 10px;
}
.ProductCatogery p {
    color: #999;
}
.ProductCatogery div {
    font-size: 14px;
}
.ProductCatogery span {
    font-size: 15px;
    color: #787878;
    margin-left: 6px;
}
.productDetailsFooter {
    display: flex;
    width: 100%;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.ProductDeliveryDetails a.rating-button {
    color: #EE0B40;
    font-size: 14px;
}
.rightOrderStatusButton span {
    padding: 14px 30px;
    background: #fff;
    border-radius: 12px;
    display: inline-block;
    color: #EE0B40;
}
.orderIdcontent span,
.orderDatecontent span {
    color: #787878;
    font-size: 13px;
}
.SideproductDetails-row {
    margin-top: 3%;
}
.Sideproduct-details-Subrow .SideProductRate {
    margin: 0;
}
.Sideproduct-details-Subrow .SideProductNameCatogery {
    width: 100%;
    margin-right: 10px;
}
.orderIdandDateRow .leftside .orderid {
    padding: 3px 9px 8px;
}
.orderIdandDateRow {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}
.deliveryAddressArea {
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    background-color: white;
}
.deliveryAddressArea .sub {
    display: inline-block;
    padding: 5px 15px;
    width: 90%;
}
.deliveryAddressArea .titlearea {
    display: block;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    /* font-weight: 600; */
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;   */
}
.orderTrackingMain-Container #order-details h3 {
    font-size: 16px;
    line-height: 40px;
}
.orderTrackingMain-Container #order-details h4 {
    font-size: 14px;
    margin: 0 8px 12px 0;
    margin-right: 8px;
}
.orderTrackingMain-Container #order-details h4.bolder {
    font-weight: 800;
}
.orderTrackingMain-Container #order-details .list-content {
    display: flex;
    align-items: baseline;
}
.SideProductNameCatogery .Sideproductname {
    margin: 0;
}
.Sideproduct-details-container
    .Sideproduct-details-Subrow
    .SideProductImageArea {
    height: 80px;
    width: 80px;
    max-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 10px;
}
.Sideproduct-details-container
    .Sideproduct-details-Subrow
    .SideProductImageArea
    img {
    width: 80px;
    display: block;
    object-fit: cover;
    height: 80px;
    border-radius: 5px;
}
.SideProductNameCatogery .Sideproductname p {
    margin: 0;
}
.deliveryAddressArea .detailaddress {
    display: block;
    font-size: 14px;
    line-height: 21px;
}
.deliveryAddressArea .detailaddress > div {
    margin-bottom: 6px;
}
.deliveryAddressArea .detailaddress span {
    font-size: 13px;
    color: #787878;
}
/* .SideproductDetails-row{
    margin-top: 10px;
} */
.SideProductNameCatogery .Sideproductcatogery {
    margin-top: 10px;
}
.orderTrackingMain-Container {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 5%;
    border-radius: 8px;
    background-color: white;
}
.orderTrackingSub-Container {
    display: block;
    width: 100%;
    height: 100%;
}
.cancelButton-Row {
    display: block;
    width: 100%;
    height: fit-content;
    text-align: right;
}
.cancelButton-Row button {
    padding: 10px 15px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    background-color: #ffd8d8;
    color: #fa0707;
}
.SideTextareaMainContainer .SideTextareaContainerSub #review {
    padding: 10px;
    color: #999;
}
.buttonAreaSub button {
    background: #EE0B40;
    color: #ffff;
    padding: 11px 14px;
    width: 100%;
    border-radius: 7px;
    margin-top: 13px;
}
.trackerAreaMain {
    display: block;
    width: 100%;
}
.trackerAreaSub {
    display: block;
    width: 100%;
}
.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}
.StepProgress::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    width: 10px;
    height: 90%;
    border-left: 2px solid #ccc;
}
.StepProgress-item {
    position: relative;
    counter-increment: list;
}
.StepProgress-item:not(:last-child) {
    padding-bottom: 25px;
}
.StepProgress-item::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -27px;
    height: 100%;
    width: 10px;
}
.StepProgress-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -36px;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}
.StepProgress-item.is-done::before {
    border-left: 2px solid #EE0B40;
}
.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 2px solid #EE0B40;
    background-color: #EE0B40;
}
.StepProgress-item.current::before {
    border-left: 2px solid #c7c7c7;
}
.StepProgress-item.current::after {
    content: "✔";
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 2px solid #c7c7c7;
    background-color: #c7c7c7;
}
.StepProgress .proccessContent {
    display: block;
    font-size: 15px;
    margin: 0;
}
.StepProgress .timeAndDate {
    font-size: 13px;
    color: #787878;
}
#ProductRating form {
    margin-top: 12px;
}
#ProductRating form .SaidproductRateMainContainer .SaidproductRateSubContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
}
#ProductRating
    form
    .SaidproductRateMainContainer
    .SaidproductRateSubContainer
    .SaidproductRateLeftSide
    .SaidproductRateLeftSideSub
    p {
    margin: 0;
    color: #787878;
    font-size: 14px;
}
#ProductRating
    form
    .SaidproductRateMainContainer
    .SaidproductRateSubContainer
    .SaidproductRateRightSide
    .SaidproductRateRightSideSub
    .Saidrate {
    display: flex;
}
#ProductRating
    form
    .SaidproductRateMainContainer
    .SaidproductRateSubContainer
    .SaidproductRateRightSide
    .SaidproductRateRightSideSub
    .Saidrate
    .inputBoxInSpan {
    position: relative;
}
#ProductRating
    form
    .SaidproductRateSubContainer
    .SaidproductRateRightSide
    .SaidproductRateRightSideSub
    .Saidrate
    .inputBoxInSpan
    input {
    position: absolute;
    width: 81%;
    height: 80%;
    left: 0;
    /* opacity:0; */
}
#ProductRating
    form
    .SaidproductRateMainContainer
    .SaidproductRateSubContainer
    .SaidproductRateRightSide
    .SaidproductRateRightSideSub
    .Saidrate
    .inputBoxInSpan
    input:hover {
    cursor: pointer;
}
#ProductRating
    form
    .SaidproductRateMainContainer
    .SaidproductRateSubContainer
    .SaidproductRateRightSide
    .SaidproductRateRightSideSub
    .Saidrate
    .inputBoxInSpan
    input:checked
    ~ .hideStar {
    display: none;
}
#ProductRating
    form
    .SaidproductRateMainContainer
    .SaidproductRateSubContainer
    .SaidproductRateRightSide
    .SaidproductRateRightSideSub
    .Saidrate
    .zmdi {
    font-size: 28px;
    margin-right: 3px;
}
#ProductRating
    form
    .SaidproductRateMainContainer
    .SaidproductRateSubContainer
    .SaidproductRateRightSide
    .SaidproductRateRightSideSub
    .Saidrate
    .zmdi-star {
    color: #EE0B40;
}
#ProductRating
    form
    .SaidproductRateMainContainer
    .SaidproductRateSubContainer
    .SaidproductRateRightSide
    .SaidproductRateRightSideSub
    .Saidrate
    .zmdi:last-child {
    margin-right: 0;
}
#ProductRating form .reviewwritingContainer {
    margin-top: 10px;
}
#ProductRating form .reviewwritingContainer textarea {
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    resize: none;
    border: 1px solid #636562;
}
textarea::placeholder {
    color: #787878;
    font-size: 13px;
}
/* rating new */
.OverLay .rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative;
}
.OverLay .rating-0 {
    filter: grayscale(100%);
}
.OverLay .rating > input {
    display: none;
}
.OverLay .rating > label {
    cursor: pointer;
    width: 35px;
    height: 35px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: 0.3s;
}
.OverLay .rating > input:checked ~ label,
.OverLay .rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='orange' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.OverLay .rating > input:not(:checked) ~ label:hover,
.OverLay .rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='orange' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
/* profile */
#profileSinglePage.main-container {
    width: 50%;
    margin: 0 auto;
    padding: 188px 0 60px;
}
.profileTittleMainSubRow {
    padding: 25px 20px;
    color: #EE0B40;
    border-bottom: 2px solid #eeeeee;
    font-weight: 600;
    text-transform: uppercase;
}
.profile-Main-Container {
    border-radius: 12px;
    background-color: #ffff;
    box-shadow: 0px 4px 82px 8px rgba(0, 0, 0, 0.05);
}
.UserDetailsRow-Left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.profileDetailsMainSubRow {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.profileDetailsMainRow a {
    background: #EE0B40;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: fit-content;
}
#profileSinglePage .rightprofile {
    text-align: center;
}
.UserProfileImage-Right {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 12px;
}
.UserProfileImage-Right img {
    display: block;
    width: 100%;
    /* width: 90px; */
    object-fit: cover;
    height: 100%;
    border-radius: 50%;
}
.UserAddress-Main-Container {
    margin-top: 10px;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 4px 82px 8px rgba(0, 0, 0, 0.05);
}
.UserAddressTittleMainSubRow {
    display: block;
    width: 100%;
    padding: 2%;
    color: #787878;
    border-bottom: 2px solid #eeeeee;
    padding: 25px 20px;
}
.UserAddressDetailsSubRow {
    padding: 20px;
    display: flex;
}
th.main {
    width: 105px;
    text-align: left;
}
table th {
    font-size: 14px;
    font-weight: normal;
    color: rgb(131, 130, 130);
}
th.colon {
    width: 12px;
}
table td {
    font-size: 15px;
    padding-bottom: 13px;
}
/* editprofile */
.main-container-side {
    background-color: #f5f0f0;
    padding: 10px;
}
#Tickets .main-container-side {
    background-color: unset;
}
.UserProfileImage-Center {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.ContactDetails-Row {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.ContactDetails-Row label {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #a5a5a5;
    margin-bottom: 5px;
}
.ContactDetails-Row input,
.ContactDetails-Row select {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
}
/* mybooking */
#mybooking {
    padding: 150px 0 60px;
}
#mybooking h6 {
    font-size: 18px;
    margin-bottom: 10px;
}
#mybooking .product-amonunt {
    margin-bottom: 0;
    font-weight: bold;
    color: #707070;
}
#mybooking h5 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #9f9f9f;
}
#mybooking h4 {
    font-size: 14px;
    color: #7d7d7d;
}
#mybooking .wrapper .top {
    text-align: center;
}
#mybooking .wrapper .top h1 {
    color: #EE0B40;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
#mybooking .wrapper .container {
    background: #fafafa;
    padding: 30px;
    border-radius: 8px;
}
#mybooking .wrapper .container .booking-item {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    align-items: center;
}
#mybooking .wrapper .container .booking-item:last-child {
    margin-bottom: 0;
}
#mybooking .wrapper .container .booking-item .details-container {
    display: flex;
    align-items: center;
}
#mybooking .wrapper .container .booking-item .details-container .image-details{
    width: 250px;
}
#mybooking .wrapper .container .booking-item .details-container .image-details div.display-price {
    display: flex;
}
#mybooking .wrapper .container .booking-item .middileContainer{
    width: 200px;
}
#mybooking .wrapper .container .booking-item .details-container .booking-image {
    margin-right: 50px;
}
#mybooking .wrapper .container .no-booking-container {
    padding: 8% 0;
}
#mybooking .wrapper .container .image-container {
    width: 10%;
    margin: 0 auto;
}
#mybooking .wrapper .container .image-container img {
    width: 100%;
    display: block;
}
#mybooking .wrapper .container p {
    margin-top: 24px;
    text-align: center;
    color: #9b9b9b;
    font-size: 18px;
}
#mybooking
    .wrapper
    .container
    .booking-item
    .details-container
    .booking-image
    a {
    width: 130px;
    height: 130px;
    display: flex;
    align-self: center;
    justify-content: center;
}
#mybooking
    .wrapper
    .container
    .booking-item
    .details-container
    .booking-image
    a
    img {
        display: block;
        width: fit-content;
        object-fit: cover;
}
#mybooking .wrapper .container .booking-item .lastContainer {
    text-align: end;
    width: 170px;
}
#mybooking .wrapper .container .booking-item .lastContainer .button {
    content: "";
    font-size: 15px;
    color: #2aa406;
    border-radius: 8px;
    padding: 10px 24px;
    display: block;
    position: relative;
    /* margin-top: 15px; */
    text-align: center;
}
#mybooking .wrapper .container .booking-item .lastContainer .redButton {
    color: #fc0303;
}
#mybooking .wrapper .container .booking-item .lastContainer .redButton::after {
    background: linear-gradient(to right, #fc0303, #fc0303ba) !important;
}
#mybooking .wrapper .container .booking-item .lastContainer .button::after {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, #69de4c, #50a429);
    border-radius: 8px;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#notification {
    padding: 5px 0 70px;
    background-color: #e6e6e6;
}
#notification .wrapper .notification-main {
    width: 85%;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
}
#notification .wrapper .notification-main .notification-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ff6e11;
}
#notification .wrapper .notification-main .notification-top .right {
    display: flex;
    justify-content: space-between;
    width: 355px;
}
#notification .wrapper .notification-main .notification-top h1 {
    font-size: 24px;
    font-weight: 400;
}
#notification .wrapper .notification-main .notification-top a {
    display: flex;
    align-items: center;
}
#notification .wrapper .notification-main .notification-top a.mark-read {
    border: 1px solid #ff6e11;
    background: #fff;
    padding: 8px 24px;
    color: #ff6e11;
    font-size: 20px;
    border-radius: 8px;
}
#notification .wrapper .notification-main .notification-top a.delete-all {
    border: 1px solid #EE0B40;
    background: #fff;
    padding: 8px 24px;
    color: #EE0B40;
    font-size: 20px;
    border-radius: 8px;
}
#notification .wrapper .notification-main .notification-top a h6 {
    margin-left: 10px;
}
#notification .wrapper .notification-main .re-body {
    background: #fff;
    padding: 15px 25px;
    border-radius: 7px;
}
#notification .wrapper .notification-main .re-body .right-box {
    width: 5%;
    display: flex;
    position: relative;
}
#notification .wrapper .notification-main .re-body .right-box a.delete {
    display: inline-block;
    width: 15px;
}
#notification .wrapper .notification-main .re-body .right-box .vertical-line {
    border-left: 2px solid #ff6e11;
    height: 88px;
    position: absolute;
    bottom: 20px;
    left: 98%;
}
#notification .wrapper .notification-main .re-body .right-box .read {
    border-left: 2px solid #999;
    height: 88px;
    position: absolute;
    bottom: 20px;
    left: 98%;
}
#notification .wrapper .notification-main .re-body div.notification-product {
    border-bottom: 0.5px solid #cbc8c8;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
#notification
    .wrapper
    .notification-main
    .re-body
    .notification-product
    a.right-container {
    display: flex;
}
#notification
    .wrapper
    .notification-main
    .re-body
    .notification-product
    .left-box {
    margin-right: 15px;
}
#notification
    .wrapper
    .notification-main
    .re-body
    .notification-product
    .middle-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 77%;
}
#notification
    .wrapper
    .notification-main
    .re-body
    .notification-product
    .middle-box
    .top-card
    h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}
#notification
    .wrapper
    .notification-main
    .re-body
    .notification-product
    .middle-box
    .top-card
    small {
    color: var(--dark-300, #464646);
}
#notification
    .wrapper
    .notification-main
    .re-body
    .notification-product
    .middle-box
    .time {
    margin-bottom: 10px;
}
#notification
    .wrapper
    .notification-main
    .re-body
    .notification-product
    .middle-box
    .time
    p {
    color: #a6a6a6;
}
#notification
    .wrapper
    .notification-main
    .re-body
    .notification-product
    .middle-box
    .notification-status {
    background: rgba(0, 255, 25, 0.14);
    border-radius: 30px;
    padding: 5px 10px;
    width: 160px;
}
#notification
    .wrapper
    .notification-main
    .re-body
    .notification-product
    .middle-box
    .notification-status
    h5 {
    color: #2ea83c;
}
#notification
    .wrapper
    .notification-main
    .re-body
    .notification-product
    .middle-box
    .price-p
    p {
    color: #707070;
    font-weight: bold;
}
#notification
    .wrapper
    .notification-main
    .re-body
    .notification-product
    .middle-box
    .notification-status.process {
    background: rgba(255, 110, 17, 0.15);
    width: 140px;
}
#notification
    .wrapper
    .notification-main
    .re-body
    .notification-product
    .middle-box
    .notification-status.process
    h5 {
    color: #ff6e11;
}
/* commoncheckbox */
.commonCheckBox {
    width: fit-content;
}
#signin.commonCheckBox {
    width: auto;
    margin: 0;
}
#signin.commonCheckBox .checkmark {
    border: 1px solid #EE0B40;
    top: 7px;
}
.commonCheckBox .container {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    color: #a5a5a5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.commonCheckBox .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.commonCheckBox .checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commonCheckBox .checkmark .zmdi {
    display: none;
    color: #EE0B40;
    font-size: 15px;
    font-weight: bold;
}
.commonCheckBox .container .checkmark:hover {
    background-color: #cccccc94;
}
.container input:checked ~ .checkmark .zmdi {
    display: block;
}
/* whatsapp */
.whatsappContainer {
    position: fixed;
    top: 50%;
    left: 40px;
    z-index: 7;
    background: #39c37c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.whatsappContainer a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.whatsappContainer a:hover {
    cursor: pointer;
}
.whatsappContainer a span {
    display: inline-block;
    width: 28px;
    height: 28px;
}
.whatsappContainer a span img {
    display: block;
    width: 100%;
}
/* popupBackground */
#popupBackground {
    position: fixed;
    margin-left: -10px;
    display: flex;
    width: calc(100% + 20px);
    height: calc(100vh + 20px);
    justify-content: center;
    align-items: center;
    background-color: #0e193aa1;
    background-size: cover;
    transition: all 200ms linear;
    z-index: 7;
    display: none;
}
/* checkOut */
#checkOutproduct {
    display: none;
}
#checkOutproduct .content {
    display: flex;
    justify-content: space-between;
}
#checkOutproduct .container-side {
    background: #fff;
    width: 63%;
    padding: 30px 20px;
    color: #bebdbd;
    box-shadow: 0px 0px 47px -4px rgb(0 0 0 / 5%);
}
#checkOutproduct .container-side .checkOutContainer .dateSection {
    position: relative;
    margin-bottom: 20px;
}
.catogetryName{
    font-size: 15px;
}
#checkOutproduct .container-side .checkOutContainer .dateSection span {
    font-size: 20px;
    z-index: 1;
    color: #636562;
    cursor: pointer;
}
#checkOutproduct .container-side .checkOutContainer .dateSection label {
    font-size: 0.75rem;
    font-weight: 400;
    display: block;
    color: #b0bec5;
    border: 1px solid #eceff1;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#checkOutproduct .container-side .checkOutContainer .dateSection label p {
    color: #fff;
}
#checkOutproduct .container-side .checkOutContainer .dateSection input {
    font-family: "Roboto", sans-serif;
    display: block;
    border: none;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    line-height: 1.5rem;
    padding: 0;
    font-size: 1rem;
    color: #636562;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-left: 10px;
    background: initial;
}
#checkOutproduct .dateSection input::placeholder {
    color: #000;
}
#checkOutproduct .dateSection input:focus {
    outline: none;
}
#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
#ui-datepicker-div table {
    border-collapse: collapse;
    border-spacing: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909c;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
    line-height: 2rem;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-state-disabled {
    cursor: not-allowed;
    color: #546e7a;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    font-size: 0.875rem;
    text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a:hover {
    background-color: #EE0B40;
    color: #fff;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #EE0B40;
    color: #fff !important;
}
#ui-datepicker-div .ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
#ui-datepicker-div .ui-datepicker-header a.ui-corner-all:hover {
    background-color: #eceff1;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}
#ui-datepicker-div .ui-datepicker-header a > span {
    display: none;
}
#ui-datepicker-div .ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}
#ui-datepicker-div .ui-datepicker-week-col {
    color: #78909c;
    font-weight: 400;
    font-size: 0.75rem;
}
#checkOutproduct .container-side .checkOutContainer h4 {
    font-size: 16px;
    margin-bottom: 15px;
}
#checkOutproduct .container-side .checkOutContainer .timeSelect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#checkOutproduct .container-side .checkOutContainer .timeSelect .timeInput {
    width: 48%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 12px 5px;
    border-radius: 8px;
}
#checkOutproduct
    .container-side
    .checkOutContainer
    .timeSelect
    .timeInput:nth-child(n + 1) {
    margin-top: 10px;
}
#checkOutproduct .container-side .checkOutContainer .timeSelect .timeInput {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}
#checkOutproduct .container-side .checkOutContainer .timeSelect .active {
    border: 1px solid #EE0B40;
}
#checkOutproduct .container-side .checkOutContainer .timeSelect .timeInput h6 {
    color: #636562;
    font-size: 14px;
}
#checkOutproduct
    .container-side
    .checkOutContainer
    .timeSelect
    .timeInput
    input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
@media only screen and (max-width: 500px) {
    @media only screen and (orientation: landscape) {
        .available-in-cart {
            display: flex;
            width: 100%;
            height: 181px;
            border-radius: 8px;
            background-color: white;
        }
    }
}
@media only screen and (max-width: 900px) {
    .middleSpotLight .wrapper {
        padding: 30px 20px;
    }
    .FPProductsCards {
        grid-template-columns: auto auto;
    }
    .FProductsDetailes .SpotlightLeft .offerDetailes {
        padding: 100% 0;
    }
    .bottomCards .cards {
        grid-template-columns: auto auto auto;
    }
    .pagination {
        height: 30px;
    }
    @media only screen and (orientation: landscape) {
        /* For mobile phones: */
        .bottomCards .cards {
            grid-template-columns: auto auto auto;
        }
        .pagination {
            height: 30px;
        }
        @media only screen and (orientation: landscape) {
            /* For mobile phones: */
            .bottomCards .cards {
                grid-column-gap: 0;
            }
            .bottomCards .cards .productDetailsCard {
                width: 75%;
            }
        }
    }
    @media only screen and (max-width: 550px) {
        .whatsappContainerc {
            display: none;
        }
        .boxitems .item a h1 {
            font-size: 16px;
            margin: 0;
        }
        #shops-home-page {
            padding: 60px 0;
        }
        #offers div.bottom div.item {
            flex-direction: column;
        }
        header div.left div.logo h1 {
            width: 50px;
            height: 50px;
            margin: 5px 0;
        }
        #address div.bottom div.container div.item div.two p {
            font-size: 13px;
            margin-right: 10px;
        }
        #address {
            padding: 20px 0 0 0;
        }
        .middleSpotLight .MidleSpotlightCenter {
            font-size: 20px;
        }
        .middleSpotLight .MidleSpotlightCenter span {
            font-size: 20px;
        }
        .FeaturedProducts {
            padding: 50px 0;
        }
        .FProductsDetailes .SpotlightLeft .offerDetailes .offerImage {
            width: 46%;
        }
        #payment.orderConfirmed .heading {
            flex-direction: column;
        }
        #payment.orderConfirmed .heading h1 {
            margin-right: 0;
        }
        .FPProductsCards {
            margin-left: 0;
        }
        .available-product-Quantity-Right {
            width: 57%;
        }
        header div.left div.search {
            margin-left: 15px;
        }
        header div.left div.search div.search-close {
            display: block;
            margin-left: 10px;
        }
    }
    @media only screen and (max-width: 500px) {
        .FPProductsCards {
            display: flex;
            flex-direction: column;
        }
        .FProductsDetailes .SpotlightLeft .offerDetailes .offerImage {
            margin-top: 25%;
        }
        .FProductsDetailes .SpotlightLeft {
            display: block;
            margin: 0;
        }
        .bottomCards .cards:first-child {
            padding-top: 0;
        }
        .middleSpotLight {
            height: auto;
            width: 100%;
            margin: 1px 0 0% 0;
        }
        .middleSpotLight .MidleSpotlightLeft,
        .middleSpotLight .MidleSpotlightRight {
            width: 35%;
            padding: 0;
        }
        .middleSpotLight .MidleSpotlightCenter {
            width: 90%;
        }
        .middleSpotLight .MidleSpotlightLeft img,
        .middleSpotLight .MidleSpotlightRight img {
            max-width: 100%;
            max-height: 100%;
        }
        .FeaturedProducts {
            display: block;
            width: 100%;
            grid-column-gap: 0;
        }
        .bottomCards .cards .productDetailsCard {
            width: 75%;
        }
    }
}
@media only screen and (max-width: 550px) {
    .boxitems .item a h1 {
        font-size: 16px;
        margin: 0;
    }
    #shops-home-page {
        padding: 60px 0;
    }
    #offers div.bottom div.item {
        flex-direction: column;
    }
    header div.left div.logo h1 {
        width: 50px;
        height: 50px;
        margin: 5px 0;
    }
    #address div.bottom div.container div.item div.two p {
        font-size: 13px;
        margin-right: 10px;
    }
    #address {
        padding: 20px 0 0 0;
    }
    .middleSpotLight .MidleSpotlightCenter {
        font-size: 20px;
    }
    .middleSpotLight .MidleSpotlightCenter span {
        font-size: 20px;
    }
    .FeaturedProducts {
        padding: 50px 0;
    }
    .FProductsDetailes .SpotlightLeft .offerDetailes .offerImage {
        width: 46%;
    }
    #payment.orderConfirmed .heading {
        flex-direction: column;
    }
    #payment.orderConfirmed .heading h1 {
        margin-right: 0;
    }
    .FPProductsCards {
        margin-left: 0;
    }
}
@media only screen and (max-width: 500px) {
    #ExpressDelivery.visible {
        /* width: 88%; */
        margin: 80px auto;
    }
    .FPProductsCards {
        display: flex;
        flex-direction: column;
    }
    .FProductsDetailes .SpotlightLeft .offerDetailes .offerImage {
        margin-top: 25%;
    }
    .FProductsDetailes .SpotlightLeft {
        display: block;
        margin: 0;
    }
    .bottomCards .cards:first-child {
        padding-top: 0;
    }
    .middleSpotLight {
        height: auto;
        width: 100%;
        margin: 1px 0 0% 0;
    }
    #mybooking .wrapper .container .booking-item .details-container .booking-image a img {
        height: 100%;
        object-fit: cover;
    }
    #mybooking .wrapper .container .booking-item .details-container .image-details div.display-price {
        flex-wrap: wrap;
    }
    #mybooking .wrapper .container .booking-item .details-container .image-details div.display-price h5{
        margin: 0 !important;
    }
    .middleSpotLight .MidleSpotlightLeft,
    .middleSpotLight .MidleSpotlightRight {
        width: 35%;
        padding: 0;
    }
    .middleSpotLight .MidleSpotlightCenter {
        width: 90%;
    }
    .middleSpotLight .MidleSpotlightLeft img,
    .middleSpotLight .MidleSpotlightRight img {
        max-width: 100%;
        max-height: 100%;
    }
    .FeaturedProducts {
        display: block;
        width: 100%;
    }
    .bottomCards .cards .productDetailsCard {
        width: 85%;
    }
}
@media only screen and (max-width: 450px) {
    #payment {
        padding: 60px 0;
    }
    #payment.orderConfirmed
        .wrapper
        form
        .content
        .left
        .tabs
        .pro-card
        .pay-content {
        flex-direction: column;
        width: fit-content;
    }
    #payment.orderConfirmed
        .wrapper
        form
        .content
        .left
        .tabs
        .pro-card
        .pay-content
        .main-heading {
        margin-top: 4px;
    }
    #payment.orderConfirmed .wrapper form .content .left .tabs .pro-card {
        padding: 20px;
        justify-content: space-between;
    }
    #payment.orderConfirmed
        .wrapper
        form
        .content
        .left
        .tabs
        .pro-card
        .pay-content {
        padding: 0;
    }
}
@media only screen and (max-width: 800px) {
    /* For tablets: */
    .IssueDescriptionContainer {
        height: 35%;
    }
    .IssueDescriptionContainerSub textarea {
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    /* For mobile phones: */
    @media only screen and (orientation: landscape) {
        /* For mobile phones: */
        .tab-area {
            height: 15%;
        }
        .IssueDescriptionContainer {
            height: 40%;
        }
        .buttonArea {
            margin-top: 10%;
        }
    }
}
@media only screen and (max-width: 500px) {
    .w3-container .w3-modal .background .w3-modal-content {
        max-width: 350px;
    }
}
@media only screen and (max-width: 450px) {
    #id01 .w3-container .w3-modal .background .w3-modal-content {
        max-width: 300px;
    }
}
@media only screen and (max-width: 400px) {
    .w3-container .w3-modal .background .w3-modal-content {
        max-width: 90%;
    }
    .w3-container .w3-modal .background .w3-modal-content .bottom .buttons {
        padding: 9px 0;
        font-size: 14px;
        border-radius: 8px;
    }
}
@media only screen and (orientation: landscape) {
    /* For mobile phones: */
    body {
        width: 100%;
        padding: 0;
        margin: 0;
        background: #fff;
    }
    /* .main-container{
		width: 100%;
		padding: 0;
		margin: 0;
	} */
    .leftLogoMain-Column {
        width: 20%;
    }
    .leftLogoSub-Column a img {
        width: 100%;
    }
    .middleSectionContactAndAddressMainColumn {
        width: 75%;
    }
}
@media all and (max-width: 1530px) {
    .whatsappContainer {
        left: 20px;
    }
    .dropdown-nav .icon button p {
        font-size: 14px;
        text-transform: uppercase;
    }
    .ProductCatogery span {
        margin-left: 0px;
    }
    .ProductDeliveryDetails {
        width: 45%;
    }
}
@media all and (max-width: 1500px) {
    header div.left div.logo h1 {
        width: 70px;
        height: 70px;
    }
    header div.left div.search form input[type="text"] {
        font-size: 16px;
    }
    footer div.logo {
        width: 110px;
    }
    footer div.social-links li {
        margin-right: 15px;
        width: 32px;
    }
    #profileSinglePage.main-container {
        width: 60%;
    }
    .profileTittleMainSubRow {
        padding: 20px 18px;
    }
    .profileDetailsMainSubRow {
        padding: 18px;
    }
    .UserAddressTittleMainSubRow {
        padding: 20px 18px;
    }
    .UserAddressDetailsSubRow {
        padding: 18px;
    }
    #myOrders .ProductImageArea {
        width: 130px;
    }
}
@media all and (max-width: 1480px) {
    .orderIdandDateRow .rightside span {
        font-size: 15px;
    }
    #mybooking .wrapper .container .booking-item .lastContainer{
        width: unset;
    }
    .orderIdandDateRow .leftside .orderid span.black {
        font-size: 15px;
    }
    .orderIdandDateRow .leftside .orderid span.orange {
        font-size: 16px;
    }
    .deliveryAddressArea .titlearea {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .deliveryAddressArea .detailaddress {
        font-size: 16px;
        line-height: 24px;
    }
    .SideProductNameCatogery .Sideproductname {
        font-size: 17px;
    }
    .SideProductNameCatogery .Sideproductcatogery {
        font-size: 16px;
    }

}
@media all and (max-width: 1420px) {
    .whatsappContainer {
        left: 15px;
    }
}
@media all and (max-width: 1380px) {
    #single-product .container-s {
        flex-direction: column;
    }
    #single-product .right-box {
        width: 100%;
    }
    #single-product .left-box-multiple-images {
        margin: 0 auto;
    }
    #single-product .right-box .content p {
        display: none;
    }
}
@media all and (max-width: 1340px) {
    .bottomCards .FPProductsCards.boxitems .item {
        width: 32%;
    }
}
@media all and (max-width: 1280px) {
    #mybooking {
        padding: 160px 0 60px;
    }
    .dropdown-nav .icon ul.drop li a .dropdownArrowList span {
        font-size: 14px;
    }
    #mybooking .wrapper .container .booking-item .middileContainer{
        width: unset;
    }
    #offers div.bottom div.item div.right h1 {
        font-size: 16px;
    }
    #single-product .left-box-multiple-images {
        width: 60%;
        margin: 0 auto;
    }
    header div.right ul li.user:hover ul {
        left: -175px;
        top: 28px;
    }
    .single-shop .wrapper .shop-details {
        margin-top: 25px;
    }
    .shop-main {
        padding-top: 30px;
    }
    #Category .wrapper > h2 {
        margin-bottom: 30px;
    }
    .bottomCards .FPProductsCards.boxitems .item:nth-child(n + 4) {
        margin-top: 20px;
    }
    .bottomCards .FPProductsCards.boxitems .item {
        width: 32%;
    }
    .middleSpotLight .MidleSpotlightCenter {
        font-size: 25px;
    }
    .middleSpotLight .MidleSpotlightCenter span {
        font-size: 30px;
    }
    #discount .container {
        grid-template-columns: 1fr 1fr;
    }
    .FProductsDetailes .SpotlightLeft .offerDetailes .offerContent span {
        font-size: 25px;
    }
    .FProductsDetailes .SpotlightLeft .offerDetailes {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .FProductsDetailes .SpotlightLeft .offerDetailes .offerTitle {
        padding: 0;
        font-size: 25px;
    }
    .FProductsDetailes .SpotlightLeft {
        width: 100%;
        padding: 20px;
    }
    .FProductsDetailes .SpotlightLeft .offerDetailes .offerContent {
        padding: 0;
        margin-top: 15px;
        justify-content: space-between;
    }
    .FProductsDetailes .SpotlightLeft .offerDetailes .offerImage {
        margin-top: 0;
        width: 23%;
    }
    .FPProductsCards {
        width: 100%;
    }
    #NearByShop h4 {
        font-size: 15px;
        margin-right: 10px;
    }
    .SectionTitle {
        padding: 13% 0 0 0;
    }
    .FeaturedProducts .SectionTitle {
        padding: 8% 0 0 0;
    }
    #discount div.middle div.right-box {
        position: unset;
        margin-left: 15px;
    }
    #discount div.right {
        width: 40%;
    }
    #discount div.middle {
        width: 58%;
    }
    #discount div.right .imageContainer {
        right: 5%;
    }
    #discount h1 {
        font-size: 35px;
    }
    #discount span.bold {
        font-size: 35px;
    }
    #discount div.left h2 {
        margin-bottom: 20px;
    }
    #discount div.left {
        width: 100%;
    }
    #discount .imageContainer {
        width: 196px;
        position: absolute;
    }
    #discount .left .imageContainer {
        top: 5%;
    }
    #discount div.left {
        padding: 20px;
        margin-bottom: 20px;
        position: relative;
    }
    header div.left {
        justify-content: space-between;

    }
    header div.right nav ul li {
        margin-right: 15px;
    }
    header div.right nav {
        margin-left: 30px;
    }
    header div.right nav ul li {
        font-size: 16px;
    }
    #menu div.icon li a {
        font-size: 16px;
    }
    header div.icon button {
        font-size: 16px;
    }
    header div.right ul {
        justify-content: space-between;
    }
    .dropdown-nav button {
        font-size: 14px;
    }
    #menu {
        height: 60px;
        padding: 10px;
    }
    #spotlight .spotlight-wrapper {
        height: 480px;
        width: 100%;
    }
    #spotlight .top h1 {
        font-size: 45px;
    }
    #spotlight .bottom form button {
        font-size: 20px;
    }
    #spotlight .bottom form {
        background: #fff;
        width: 50%;
    }
    #offer div.right h1 {
        font-size: 35px;
    }
    #offer .container .right {
        width: 50%;
    }
    #offer div.right span.bold {
        font-size: 38px;
    }
    a.offer {
        padding: 7px 25px;
        font-size: 20px;
    }
    #offers div.bottom div.item {
        padding: 10px;
    }
    #offers div.bottom div.item a.button {
        padding: 7px 11px;
        color: #fff;
        font-size: 16px;
    }
    h1 {
        font-size: 20px;
    }
    #offers div.bottom div.item div.right h1 {
        margin-bottom: 2px;
    }
    #offers div.bottom div.item div.right p {
        margin-bottom: 2px;
        font-size: 22px;
    }
    #shops div.location .location-img {
        width: 20px;
        margin-right: 6px;
        height: 20px;
    }
    #shops div.location h2 {
        font-size: 20px;
    }
    #shops a.button {
        padding: 5px 8px;
        font-size: 16px;
    }
    div.top {
        margin-bottom: 40px;
    }
    footer div.left {
        margin-right: 38px;
    }
    footer h4 {
        font-size: 18px;
    }
    footer ul li a {
        font-size: 16px;
    }
    footer div.social-links li {
        width: 28px;
    }
    div.top {
        margin-bottom: 30px;
    }
    footer {
        padding-bottom: 15px;
    }
    footer div.logo {
        width: 100px;
    }
    #payment.orderConfirmed .heading h1 {
        width: auto;
        padding-right: 0;
        margin-right: 10px;
    }
    #payment.orderConfirmed .heading p {
        width: auto;
        padding-left: 0;
    }
    #payment.orderConfirmed .heading {
        margin: 120px auto 0px;
    }
    #profileSinglePage.main-container {
        width: 70%;
    }
    .UserProfileImage-Right {
        width: 100px;
        height: 100px;
    }
    th.main {
        width: 70px;
    }
    #offer div.right h2 {
        margin: 0 0 10px;
    }
    #myOrders .ProductImageArea {
        width: 115px;
    }
    #payment .content {
        flex-direction: column;
    }
    .right-box {
        width: 100%;
        margin-top: 40px;
    }
    #payment .content .left {
        width: 100%;
    }
    .right-box .pro-card .pay-content {
        width: 83%;
    }
    #payment .tabs label {
        font-size: 18px;
    }
    #payment .content .left ::placeholder {
        font-size: 18px;
    }
    #payment .right-box {
        width: 100%;
    }
    #payment .right-box .pro-card .pay-content {
        width: 75%;
    }
    #payment .right-box .cart-list button[type="submit"] {
        width: 50%;
    }
    #payment .right-box h6 {
        font-size: 20px;
    }
    #payment .right-box .pro-card .pay-content small {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #payment .right-box .pro-card {
        padding: 16px;
        align-items: center;
    }
    #payment
        .right-box
        .pro-card
        .pay-content
        .QuantitybuttonAreaMain-row
        .QuantitybuttonAreaSub-row
        .Quantity-button
        input {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    #payment .right-box .cart-list {
        padding: 30px;
    }
    #payment .tabs label {
        font-size: 16px;
    }
    #payment .container .roundBotton .orangeRound {
        width: 16px;
        height: 16px;
    }
    #payment .active .container .roundBotton .orangeRound {
        width: 12px;
        height: 12px;
    }
    #payment .item {
        padding: 16px;
    }
    #payment .right-box .cart-list button[type="submit"] {
        font-size: 18px;
    }
    #payment.orderConfirmed h3 {
        font-size: 15px;
    }
    #payment.orderConfirmed .wrapper form .content .right-box address {
        font-size: 17px;
        line-height: 50px;
    }
    #address {
        padding: 10px 0 0;
    }
    #payment .heading {
        width: 50%;
        margin: 140px auto 0;
    }
    #payment .content {
        padding: 20px 0 0 0;
    }
    #address div.bottom {
        width: 100%;
        padding: 20px;
    }
    #address div.bottom div.header-box div.right a.add-button {
        font-size: 14px;
    }
    #payment {
        padding: 20px 0 50px;
    }
    .bottomCards .FPProductsCards.boxitems .item {
        width: 32%;
    }
    #mybooking
        .wrapper
        .container
        .booking-item
        .details-container
        .booking-image
        a {
        width: 120px;
        height: 120px;
    }
    #mybooking h6 {
        font-size: 17px;
        margin-bottom: 8px;
    }
    #mybooking h5 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    #mybooking h4 {
        font-size: 15px;
    }
    #mybooking .wrapper .container .booking-item .lastContainer .button {
        font-size: 14px;
        padding: 8px 22px;
    }
    .FPProductsCards {
        margin-left: 0;
        grid-template-columns: 1fr 1fr 1fr;
    }
    #checkOutproduct .container-side {
        width: 100%;
    }
    #grocery .wrapper div.cards div.item {
        width: 32%;
    }
    .title-Row {
        font-size: 20px;
    }
    .ContactDetails-Row label {
        font-size: 18px;
    }
    #address div.bottom div.header-box div.left span.no {
        font-size: 18px;
    }
    #address h1 {
        font-size: 18px;
    }
    .commonCheckBox .container {
        font-size: 18px;
    }
    #payment .right-box .pro-card .img-box {
        width: 200px;
    }
    #payment .right-box .pro-card .pay-content small {
        font-size: 20px;
    }
    #menu div.icon:last-child {
        display: none;
    }
    #notification .wrapper .notification-main .re-body .right-box {
        margin-top: 0;
    }
}
@media all and (max-width: 1200px) {
    .whatsappContainer {
        left: 10px;
        height: 30px;
        width: 30px;
    }
    .wallet-pop img {
        display: block;
        width: 32px;
        height: 32px;
    }
    .whatsappContainer a span {
        height: 20px;
        width: 20px;
    }
}
@media all and (max-width: 1110px) {
    #menu .dropdown-nav {
        width: 100%;
    }
    .dropdown-nav button {
        font-size: 15px;
    }
}
@media all and (max-width: 1180px) {
    #best-seller div.bottom {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media all and (max-width: 1109px) {
    .FPProductsCards.boxitems .item:nth-child(3) {
        margin-top: 0;
    }
}
@media all and (max-width: 1050px) {
    #discount .imageContainer {
        width: 170px;
    }
    #discount .left .imageContainer {
        top: 13%;
    }
}
@media all and (max-width: 1080px) {
    #menu div.icon:nth-child(5n) {
        display: none;
    }
    #firstSlider {
        padding-top: 20px;
    }
    #shopMain {
        margin-bottom: 6%;
    }
    .SectionTitle {
        padding: 17% 0 0 0;
    }
    #grocery .wrapper .grocery-main {
        padding-top: 0px;
    }
}
@media all and (max-width: 980px) {
    header div.right ul {
        margin-right: 40px;
    }
    .drop-btn {
        display: none;
    }
    .bottomCards .FPProductsCards.boxitems .item {
        width: 48% !important;
    }
    header div.right {
        position: relative;
    }
    #offer .container img {
        height: 300px;
    }
    .middleSpotLight .MidleSpotlightCenter {
        width: 60%;
    }
    .middleSpotLight .MidleSpotlightRight {
        display: none;
    }
    .middleSpotLight {
        padding-bottom: 50px;
    }
    #discount .container {
        grid-template-columns: 1fr;
    }
    header .mobile-view {
        position: fixed;
        right: 0;
        background: #eccbcb;
        width: 35%;
        padding: 50px 25px;
        top: 0;
        height: 100vh;
        z-index: 3;
    }
    header .mobile-view li a {
        color: #EE0B40;
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
    }
    header .mobile-view li {
        border-bottom: 1px solid #EE0B40;
        padding: 4px 0;
        margin-bottom: 30px;
    }
    header .menu {
        display: none;
        display: flex;
        align-items: center;
        position: absolute;
        right: 0px;
        top: 5px;
        width: 28px;
    }
    header .close {
        display: none;
    }
    header div.right ul li.notifications:hover ul {
        left: -195px;
    }
    .logoRowSub img {
        height: 70px;
        width: 60px;
    }
    #discount div.left h2 {
        margin-bottom: 0;
    }
    #discount .left .imageContainer {
        top: 0;
    }
    #discount div.right {
        width: 100%;
    }
    #discount div.middle {
        width: 100%;
        margin-bottom: 20px;
        justify-content: space-between;
    }
    header div.right nav {
        display: none;
    }
    header div.right ul .hideLi {
        display: none;
    }
    header .mobile {
        display: block;
    }
    header {
        justify-content: space-between;
        padding: 10px 33px;
    }
    header .menu-container {
        position: relative;
    }
    header .close {
        z-index: 14;
        top: -10px;
        position: absolute;
        right: -15px;
        cursor: pointer;
    }
    header .close img {
        width: 15px;
    }
    header .menu-container .menu ul {
        text-align: center;
    }
    header .menu-container .menu {
        background-color: #fff;
        height: 100vh;
        background-image: url(../images/vectors/circle.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 165px;
        padding-top: 73px;
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 10;
    }
    header .menu-container .menu ul {
        text-align: center;
    }
    header .menu-container .menu ul li {
        border-bottom: 2px dashed #eca24661;
        width: 70%;
        margin: 0 auto;
        padding: 30px 0;
    }

    .all-category {
        width: 395px;
    }
    #spotlight .spotlight-wrapper {
        height: 450px;
    }
    #spotlight .top h1 {
        font-size: 35px;
    }
    img.searchImage {
        display: block;
        width: 20px;
    }
    #spotlight .bottom form {
        width: 60%;
    }
    #spotlight .bottom form button {
        font-size: 17px;
    }
    div.cart {
        padding: 10px;
    }
    #offer div.right h1 {
        font-size: 40px;
    }
    #offer div.right h2 {
        margin-bottom: 20px;
        font-size: 22px;
    }
    #offer div.right span.bold {
        font-size: 30px;
    }
    a.offer {
        padding: 7px 25px;
        font-size: 18px;
    }
    #discount h1 {
        font-size: 30px;
    }
    #discount span.bold {
        font-size: 30px;
    }
    #offers div.bottom {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 0;
    }
    #offers div.bottom div.item {
        margin: 0 10px;
        width: 43%;
    }
    #shops .name h1 {
        font-size: 18px;
    }
    #shops div.location h2 {
        font-size: 17px;
    }
    #shops div.location .location-img {
        width: 15px;
        margin-right: 4px;
        height: 17px;
    }
    #shops div.name {
        margin-bottom: 6px;
    }
    #shops a.button {
        font-size: 15px;
    }
    footer div.logo {
        width: 68px;
    }
    footer div.social-links li a img {
        width: 26px;
    }
    footer ul li a {
        font-size: 16px;
    }
    footer ul li {
        font-size: 15px;
    }
    footer div.bottom {
        padding-top: 20px;
    }
    footer ul li {
        margin-bottom: 10px;
    }
    footer h4 {
        margin-bottom: 15px;
    }
    #ExpressDelivery span {
        display: block;
        margin: 0 auto;
        width: 90%;
        line-height: normal;
    }
    #profileSinglePage.main-container {
        width: 75%;
    }
    #payment .right-box .cart-list button[type="submit"] {
        width: 70%;
    }
    #payment .right-box .pro-card .pay-content {
        width: 80%;
    }
    #payment.orderConfirmed .heading {
        flex-wrap: wrap;
    }
    #mybooking .wrapper .container .booking-item {
        padding: 15px 20px;
    }
    #mybooking
        .wrapper
        .container
        .booking-item
        .details-container
        .booking-image {
    }
    #mybooking
        .wrapper
        .container
        .booking-item
        .details-container
        .booking-image
        a {
        width: 100px;
        height: 90px;
    }
    #mybooking h6 {
        font-size: 16px;
    }
    .rating > label {
        width: 30px;
        height: 30px;
    }
    .FPProductsCards {
        grid-template-columns: 1fr 1fr;
    }
    #grocery .wrapper div.cards div.item {
        width: 48%;
    }
    #shops-home-page {
        padding: 95px 0 50px;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        a.notification-product
        .middle-box {
        width: 100%;
    }
    #notification .wrapper .notification-main .re-body .right-box {
        width: 8% !important;
    }
}
@media all and (max-width: 900px) {
    .FPProductsCards.boxitems .item:nth-child(3) {
        margin-top: auto;
    }
    #payment .heading {
        width: 70%;
    }
    #best-seller div.bottom {
        grid-template-columns: 1fr 1fr;
    }
    #payment.orderConfirmed
        .wrapper
        form
        .content
        .left
        .tabs
        .pro-card
        .pay-content {
        padding: 0 20px 0 20px !important;
    }
}
@media all and (max-width: 875px) {
    .whatsappContainer {
        left: 7px;
    }
    #menu div.icon:nth-child(4n) {
        display: none;
    }
}
@media all and (max-width: 816px) {

    #notification
        .wrapper
        .notification-main
        .re-body
        .right-box
        .vertical-line {
        height: 86px !important;
    }
    #payment #checkOutproduct #ExpressDelivery span {
        font-size: 14px;
    }
}
@media all and (max-width: 768px) {
    .boxitems.whishlist-item div.top {
        padding-top: 0;
    }
    #address div.top {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    footer div.social-links ul {
        width: max-content;
    }
    footer h4 {
        text-align: left;
    }
    footer .top .social-links{
        width: 100%;
        margin-top: 10px;
    }
    footer .top {
        flex-wrap: wrap;
    }
    header.top-header div.left div.myPiccodePopup {
        display: none;
    }
    header div.right ul li.notifications:hover ul {
        left: -158px;
        width: 250px;
    }
    .bottomCards .cards {
        margin-top: 15%;
    }
    #EditProfile .UserProfileImage-Center a.delete-profile-image {
        width: 16px;
        top: 84%;
    }
    .middleSpotLight button {
        font-size: 14px;
        padding: 8px 19px;
    }
    .bottomCards .FPProductsCards.boxitems .item {
        width: 49%;
    }
    .bottomCards .FPProductsCards.boxitems .item:nth-child(n + 3) {
        margin-top: 10px;
    }
    #NearByShop .cards .item {
        height: 260px;
    }
    #NearByShop .shop-location {
        padding: 15px 10px;
    }
    .dropdown-nav button img {
        margin-left: 8px;
        width: 15px;
    }
    .dropdown-nav button {
        font-size: 18px;
    }
    #spotlight .spotlight-wrapper {
        background-position: center;
        height: 400px;
    }
    #grocery .wrapper #slick-slider-one {
        width: 90%;
    }
    .category-sub {
        display: block;
    }
    .wrapper {
        margin: 120px auto 0px;
    }
    #mybooking .wrapper {
        margin: 0 auto;
    }
    .wrapper.container {
        margin: 0px auto 0px;
    }
    .wrapper .category-sub .dropdown-nav .icon {
        padding: 0 15px;
    }
    .wrapper .category-sub .dropdown-nav .icon button:hover {
        background: #9999992e;
        color: #EE0B40;
    }
    .wrapper .category-sub .dropdown-nav .icon:nth-child(n + 2) {
        margin-top: 10px;
    }
    #menu {
        display: none;
    }
    .wrapper .category-sub .dropdownArrow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
        margin: 6px 0;
    }
    .wrapper .category-sub .dropdownArrow:hover {
        color: coral;
    }
    .wrapper .category-sub .drop {
        display: none;
        box-shadow: 2px 0px 5px 1px #0003;
        padding: 15px;
        margin-top: 10px;
        border-radius: 6px;
    }
    .wrapper .category-sub {
        margin: 20px 0;
    }
    .wrapper .category-sub .dropdown-nav {
        background: #fff;
        width: 90%;
        padding: 20px 0;
        box-shadow: 0px 5px 4px 2px #99999959;
        position: absolute;
        z-index: 2;
    }
    .wrapper .category-sub .head h3 {
        display: flex;
        align-items: center;
        font-size: 17px;
        border: 1px solid #00000024;
        padding: 8px;
        color: #999;
        border-radius: 7px;
    }
    .wrapper .category-sub .head h3 span {
        margin-right: 5px;
    }
    div.top {
        margin: 40px 0;
    }
    #best-seller div.top {
        margin: 0
    }
    #grocery div.top {
        margin: 40px 0 20px;
    }
    footer div.top {
        margin-bottom: 50px;
        margin-top: 15px;
    }
    img.searchImage {
        width: 16px;
    }
    #spotlight {
        padding: 10px 0 0;
    }
    #spotlight .top h1 {
        font-size: 32px;
    }
    #spotlight .bottom form button {
        font-size: 16px;
    }
    #firstSlider {
        padding-top: 10px;
    }
    #offer div.right h1 {
        font-size: 35px;
    }
    #offer div.right h2 {
        margin-bottom: 12px;
        font-size: 20px;
    }
    #discount h1 {
        font-size: 35px;
    }
    #discount .imageContainer {
        width: 170px;
        height: 170px;
        top: 0;
    }
    #discount h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    footer div.left {
        text-align: left;
    }
    footer {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }
    #discount div.middle div.right-box {
        top: 14%;
    }
    #discount div.middle div.left-box {
        width: 40%;
    }
    #profileSinglePage.main-container {
        width: 80%;
    }
    #spotlight .bottom form {
        width: 70%;
    }
    #spotlight .bottom form input[type="text"] {
        padding: 10px;
    }
    #spotlight .bottom form img {
        width: 20px;
    }
    #spotlight .bottom form button {
        font-size: 16px;
    }
    #offer {
        padding-top: 30px;
    }
    .electronics {
        padding-top: 60px;
    }
    #offers {
        padding-top: 60px;
    }
    #offers {
        padding-top: 60px;
    }
    .DeliveryStatus span {
        font-size: 13px;
    }
    .ProductRate span {
        font-size: 15px;
    }
    #myOrders .ProductImageArea {
        width: 96px;
        height: 96px;
    }
    .ProductCatogery {
        margin-top: 5px;
    }
    .product-details-main-container {
        padding: 20px;
    }
    #mybooking .wrapper .container .booking-item {
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
    }
    #mybooking .wrapper .container .booking-item .details-container {
        width: 100%;
        /* justify-content: center; */
        align-items: center;
        margin-bottom: 20px;
        background: #fafafa;
        border-radius: 8px;
        padding: 10px;
    }
    #mybooking
        .wrapper
        .container
        .booking-item
        .details-container
        .booking-image
        a {
        height: 120px;
        width: 120px;
    }
    #mybooking .wrapper .container {
        padding: 30px;
    }
    #mybooking .wrapper .top {
        margin: 20px;
    }
    #best-seller div.top h1 {
        text-align: left;
    }
    .specialWidth {
        width: 400px !important;
    }
    #mybooking {
        padding: 0px 0 30px;
    }
    #MyCart .pro-card {
        padding: 15px;
        flex-wrap: wrap;
    }
    #MyCart .pro-card .pay-content {
        margin-left: 0;
        width: 100%;
    }
    #MyCart .pro-card .img-box {
        margin: 0px auto 15px;
    }
    #grocery .wrapper div.cards div.item {
        width: 60%;
    }
    footer {
        padding: 50px 0 15px;
    }
    div.dropdown-nav div.icon ul.drop li a {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    div.dropdown-nav div.icon ul.drop li:last-child a {
        margin-bottom: 0;
    }
    #shops-home-page {
        padding: 0px 0 10px;
    }
    .single-shop .wrapper .shop-details .shop-detail .contents .location h2 {
        font-size: 16px;
    }
    #best-seller.whishlist-item {
        padding-top: 10px;
    }
    #order-spotlight .wrapper {
        padding: 0px 0 220px;
    }
    #payment .heading {
        margin: 0 auto 0;
    }
    #payment.orderConfirmed .heading {
        margin: 40px auto 20px;
    }
    footer div.social-links h4 {
        margin-bottom: 30px;
    }
    #review-list {
        padding-bottom: 0px;
    }
    .SectionTitle {
        padding: 10px 0 0;
        margin: -15% 0 0 0;
    }
    #sign-ip {
        margin-top: -120px;
    }
    #payment.orderConfirmed .heading {
        flex-wrap: wrap;
    }
    #payment.orderConfirmed .heading {
        margin: 40px auto 20px;
        justify-content: center;
    }
    #payment.orderConfirmed
        .wrapper
        form
        .content
        .left
        .tabs
        .pro-card
        .pay-content {
        padding: 0 20px 0 20px !important;
    }
    #payment.orderConfirmed
        .wrapper
        form
        .content
        .left
        .tabs
        .pro-card
        .pay-content
        .QuantitybuttonAreaMain-row {
        width: 30%;
    }
    #payment.orderConfirmed
        .wrapper
        form
        .content
        .left
        .tabs
        .pro-card
        .pay-content
        .productDetails {
        width: 60%;
    }
    #profileSinglePage.main-container {
        padding: 0px 0 50px !important;
        width: 90%;
    }
    #grocery .wrapper div.cards {
        margin-bottom: 10px;
    }
    #review-list .card .right-box {
        width: 93%;
    }
    #payment .heading {
        width: 85% !important;
    }
    #mybooking {
        padding: 0px 0 50px;
    }
}
@media all and (max-width: 750px) {
    #slick-slider.cards .card a .horizondelSub-column .imageArea {
        height: 90px;
        padding: 2px;
        margin-bottom: 3px;
    }
    #notification .wrapper .notification-main .re-body .right-box {
        width: 14% !important;
    }
}
@media all and (max-width: 700px) {
    #slick-slider.cards .card a .horizondelSub-column .imageArea {
        height: 78px;
    }
}
@media all and (max-width: 680px) {
    #review-list .card .right-box {
        width: 90%;
    }
    .title-Row {
        font-size: 18px !important;
    }
    .AddressMainContainer .buttonAreaSub button {
        font-size: 18px;
        padding: 13px 22px;
    }
    .commonCheckBox {
        margin-bottom: 20px;
    }
    #notification .wrapper .notification-main .notification-top h6 {
        display: none !important;
    }
    #notification .wrapper .notification-main .notification-top .mark-read,
    .delete-all {
        border: none !important;
        background: none !important;
        padding: 0px !important;
    }
    #notification .wrapper .notification-main .notification-top .right {
        width: 75px !important;
    }
    #notification .wrapper .notification-main .notification-top a img {
        width: 30px !important;
    }
}
@media all and (max-width: 640px) {
    #single-product .left-box-multiple-images {
        width: 100%;
    }
    #EditProfile .UserProfileImage-Center a.delete-profile-image {
        top: 84%;
        left: 84%;
        width: 17px;
    }
    .wrapper {
        margin: 110px auto 0;
    }
    .bottomCards .cards {
        margin-top: 19%;
    }
    #offers div.bottom div.item {
        width: 100%;
    }
    #NearByShop .cards .item {
        width: 100%;
    }
    .side-popup-close {
        position: absolute;
        top: 0;
        right: 0;
    }
    .SectionTitle {
        margin: -20% 0 0 0;
    }
    .SectionTitle h1 {
        margin: 0 0 4% 0;
    }
    .single-shop
        .wrapper
        .shop-details
        .shop-detail
        .contents
        .reviews
        .rating
        h4 {
        font-size: 15px;
    }
    .single-shop .wrapper .shop-details .shop-detail .contents span {
        font-size: 15px;
        margin: 0 10px;
    }
    .single-shop .wrapper .shop-details .shop-detail .contents .location h2 {
        font-size: 15px;
    }
    .single-shop .wrapper .shop-details .shop-image {
        width: 35%;
    }
    .single-shop .wrapper .shop-details .shop-detail .contents .reviews h2 {
        font-size: 13px;
    }
    .single-shop
        .wrapper
        .shop-details
        .shop-detail
        .contents
        .location
        .location-img
        img {
        width: 12px;
    }
    .single-shop .wrapper .shop-details .shop-detail .contents .reviews {
        width: 100%;
        margin-top: 5px;
    }
    .middleSpotLight .MidleSpotlightCenter {
        font-size: 20px;
    }
    .middleSpotLight .MidleSpotlightCenter span {
        font-size: 20px;
    }
    .FProductsDetailes .SpotlightLeft .offerDetailes .offerContent {
        margin-top: 10px;
        margin-bottom: 13px;
    }
    .FProductsDetailes .SpotlightLeft {
        padding: 50px 20px;
    }
    .FProductsDetailes .SpotlightLeft .offerDetailes {
        justify-content: center;
    }
    .scute {
        width: 100%;
        text-align: center;
    }
    .electronics #slick-slider-two {
        width: 90%;
    }
    #profileSinglePage.main-container {
        width: 90%;
        padding: 40px 0 50px;
    }
    .profileTittleMainSubRow {
        padding: 16px 14px;
    }
    .UserAddressTittleMainSubRow {
        padding: 16px 14px;
    }
    .UserAddressDetailsSubRow {
        padding: 14px;
    }
    .profileDetailsMainSubRow {
        padding: 14px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .UserDetailsRow-Left {
        display: flex;
        flex-direction: column;
        width: 63%;
        margin: 0 auto;
        align-items: center;
        background: #fafafa;
        border-radius: 5px;
        padding: 20px 0 10px;
    }
    #profileSinglePage .rightprofile {
        margin-bottom: 15px;
    }
    th.main {
        width: 60px;
    }
    .profileDetailsMainRow a {
        height: fit-content;
    }
    #profileSinglePage .rightprofile {
        margin-bottom: 15px;
    }
    #offer a {
        font-size: 14px;
    }
    #discount a {
        font-size: 14px;
    }
    #discount .imageContainer {
        width: 180px;
        height: 150px;
    }
    #offer .container {
        flex-direction: column;
        align-items: center;
    }
    #offer .container .left {
        width: 56%;
    }
    #offer .container .right {
        width: 100%;
        display: flex;
        align-items: center;
    }
    #discount .left .imageContainer {
        position: unset;
    }
    #discount .imageContainer {
        width: 180px;
        height: auto;
        margin-bottom: 10px;
    }
    #discount div.right .imageContainer {
        margin: 10px auto 0;
        position: unset;
    }
    #discount div.right {
        text-align: center;
    }
    #discount div.right a {
        display: inline-block;
    }
    #discount div.left {
        align-items: center;
    }
    #discount div.middle {
        flex-direction: column;
        align-items: center;
    }
    #discount div.middle div.right-box {
        margin-left: 0;
        width: 100%;
        align-items: center;
    }
    #discount h2 {
        margin-bottom: 8px;
    }
    #spotlight .bottom form {
        width: 95%;
    }
    #spotlight .bottom form input::placeholder {
        padding: 10px;
        font-size: 16px;
    }
    #spotlight .spotlight-wrapper {
        height: 380px;
    }
    #spotlight .top h1 {
        font-size: 26px;
    }
    #spotlight .bottom form button {
        padding: 13px 26px;
    }
    .product-details-Subrow {
        flex-wrap: wrap;
        align-items: center;
    }
    .ProductNameCatogery {
        flex-direction: column;
    }
    .ProductDeliveryDetails {
        padding-left: 0;
    }
    .rightOrderStatusButton span {
        padding: 10px 19px;
    }
    #payment .right-box .cart-list button[type="submit"] {
        width: 80%;
    }
    #payment .heading li {
        font-size: 16px;
    }
    #payment .item {
        padding: 10px;
        border-radius: 8px;
    }
    #address div.bottom div.container div.item div.one {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #address div.bottom div.container {
        margin-bottom: 15px;
    }
    #address div.bottom div.container div.item div.one span.num {
        font-size: 16px;
    }
    #address div.bottom div.container div.item div.three {
        width: 100%;
    }
    #address div.bottom {
        padding: 15px;
    }
    #payment .right-box {
        padding: 15px;
        margin-top: 0px;
    }
    #address div.top h1 {
        font-size: 18px;
    }
    #address div.bottom div.container div.item div.two div.option a {
        width: 13px;
    }
    .ProductDeliveryDetails {
        width: auto;
    }
    .productContainer {
        align-items: center;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
        background: #fafafa;
        border-radius: 8px;
        padding: 10px;
    }
    #mybooking .wrapper .container {
        padding: 20px;
    }
    .FPProductsCards.boxitems div.item:nth-child(2) {
        margin-top: 0;
    }
    .SideproductDetails-row {
        padding: 15px;
    }
    .orderTrackingMain-Container {
        padding: 15px;
    }
    .single-shop .wrapper .shop-details .shop-detail .contents .type h2 {
        font-size: 15px;
    }
    .single-shop
        .wrapper
        .shop-details
        .shop-detail
        .contents
        .reviews
        .rating
        img {
        width: 14px;
    }
    .single-shop .wrapper .shop-details .shop-detail .contents .hideClass {
        display: none;
    }
    .rating > label {
        width: 25px;
        height: 25px;
    }
    #ProductRating
        form
        .SaidproductRateMainContainer
        .SaidproductRateSubContainer {
        padding: 15px;
    }
    .specialWidth {
        width: 350px !important;
    }
    #MyCart
        .pro-card
        .pay-content
        .QuantitybuttonAreaMain-row
        .QuantitybuttonAreaSub-row
        .Quantity-button
        input {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
    #MyCart .pro-card .pay-content .main-heading {
        margin-bottom: 5px;
    }
    #MyCart .pro-card .pay-content small {
        margin-bottom: 5px;
    }
    #shops-home-page .content-box .bottom-box {
        flex-direction: column;
    }
    #shops-home-page .content-box .bottom-box .location-box {
        align-self: start;
        margin-bottom: 10px;
    }
    #shops-home-page .content-box .bottom-box .button {
        align-self: end;
    }
    #shops-home-page .shop-item .image-box {
        height: 250px;
        width: 250px;
    }
    #grocery .wrapper div.cards div.item {
        width: 100%;
    }
    header div.right ul li.notifications:hover ul {
        left: -124px;
        width: 221px;
    }
    #single-product .container-s {
        flex-direction: column;
    }
    #myOrders .ProductImageArea {
        width: 109px;
        height: 109px;
    }
    #offers {
        padding-top: 10px;
    }
    #shops-home-page .title {
        margin-top: 50px;
    }
    #offers div.bottom div.item {
        margin-bottom: 30px;
    }
    #offers div.bottom div.item:last-child {
        margin-bottom: 0px;
    }
    #payment.orderConfirmed .wrapper form .content .left .tabs .pro-card {
        flex-wrap: wrap;
        padding: 30px 0px;
    }
    #payment.orderConfirmed
        .wrapper
        form
        .content
        .left
        .tabs
        .pro-card
        .img-box {
        margin: 0 auto 40px;
    }
    #payment.orderConfirmed
        .wrapper
        form
        .content
        .left
        .tabs
        .pro-card
        .img-box
        img {
        width: 150px;
    }
    #payment.orderConfirmed
        .wrapper
        form
        .content
        .left
        .tabs
        .pro-card
        .pay-content {
        padding: 0px;
    }
    #single-product .container-s {
        flex-wrap: wrap;
    }
    .boxitems div.item-bottom h2 {
        font-size: 16px;
    }
    footer div.social-links {
        width: 60%;
    }
    .AddressMainContainer {
        padding: 10px;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        a.notification-product
        .left-box {
        width: 26%;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        a.notification-product
        .middle-box {
        width: 100% !important;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        a.notification-product
        .middle-box
        .top-card
        small {
        font-size: 11px;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        a.notification-product
        .right-container {
        align-items: center;
    }
}
@media all and (max-width: 612px) {
    #payment .heading {
        width: 80%;
    }
}
@media all and (max-width: 588px) {
    #notification
        .wrapper
        .notification-main
        .re-body
        .right-box
        .vertical-line {
        height: 109px !important;
    }
}
@media all and (max-width: 550px) {
    #best-seller {
        padding: 50px 0;
    }
    footer div.social-links h4 {
        margin-bottom: 15px;
    }
    footer {
        padding: 35px 30px 15px;
    }
    footer .top .social-links {
        margin-top: 10px;
    }
    footer div.top .right{
        margin: 10px 0;
    }
    footer div.left {
        margin-top: 10px;
        margin-right: 0;
    }
    footer div.top {
        flex-direction: column;
        margin-bottom: 20px;
    }
    header div.right ul {
        margin-right: 0;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        a.notification-product
        .right-container {
        width: 100% !important;
    }
    #notification .wrapper .notification-main .re-body .right-box {
        width: 8% !important;
    }
    #notification .wrapper .notification-main {
        width: 100% !important;
    }
    .search-box {
        display: block;
        position: absolute;
        left: 8em;
        background-color: var(--color);
        padding: 5px;
        z-index: 1;
    }
    /* input */
    .search-input {
        outline: none;
        border: none;
        /* background: none; */
        background-color: white;
        border-radius: 30px;
        width: 0;
        padding: 0;
        color: #000;
        float: left;
        font-size: 16px;
        transition: 0.3s;
        line-height: 32px;
    }
    .search-input::placeholder {
        color: orange;
    }
    /* icon */
    .search-btn {
        color: #fff;
        float: right;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: var(--color);
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: 0.3s;
    }
    #best-seller div.bottom {
        grid-template-columns: 1fr;
    }
    #offer .container img {
        height: 250px;
    }
    .single-shop .wrapper .shop-details .shop-image {
        width: 41%;
    }
    #Category .wrapper > h2 {
        margin-bottom: 15px;
    }
    .bottomCards {
        padding-bottom: 50px;
    }
    #shops div.image-box img {
        height: 230px;
    }
    .middleSpotLight {
        padding-bottom: 50px;
    }
    .bottomCards .FPProductsCards.boxitems .item:nth-child(n + 2) {
        margin-top: 10px;
    }
    .SignMain-Container {
        width: 90%;
    }
    #shops {
        padding: 60px 0;
    }
    header div.right {
        width: 60%;
    }
    header div.left div.search {
        display: none;
    }
    .whishlist-icon {
        display: none;
    }
    header .mobile-view {
        width: 45%;
    }
    #shops div.item {
        margin-right: 10px;
    }
    .UserDetailsRow-Left {
        width: 80%;
    }
    .bottomCards .FPProductsCards.boxitems .item {
        width: 90% !important;
        margin: 0 auto;
    }
    .productOrderDetails-row {
        flex-direction: column;
        justify-content: center;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        a.notification-product
        .right-container {
        width: 65%;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        .right-box
        .vertical-line {
        height: 87px !important;
    }
}
@media all and (max-width: 500px) {
    #single-product .right-box .apply.my-cart {
        margin-left: 0;
    }
    #best-seller.whishlist-item {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    #ExpressDelivery span {
        width: 100%;
    }
    #MyCart {
        width: 80%;
    }
    #slick-slider .card {
        margin: 0;
    }
    .wrapper .category-sub .dropdown-nav {
        background: #fff;
    }
    header .mobile-view {
        width: 50%;
    }
    .logoRowSub img {
        height: 70px;
        width: 60px;
    }
    #payment .right-box .pro-card {
        flex-direction: column;
        align-items: center;
    }
    #payment .right-box .pro-card .pay-content {
        width: 100%;
        margin: 0;
    }
    #payment .right-box .pro-card .img-box {
        width: 120px;
        margin-bottom: 15px;
    }
    #payment .right-box .pro-card .pay-content small {
        margin-bottom: 15px;
    }
    #payment .right-box .pro-card .pay-content .main-heading {
        margin-bottom: 10px;
    }
    #payment
        .right-box
        .pro-card
        .pay-content
        .QuantitybuttonAreaMain-row
        .QuantitybuttonAreaSub-row
        .Quantity-button
        input {
        font-size: 14px;
        width: 22px;
        height: 22px;
        border-radius: 8px;
    }
    #payment .right-box .cart-list button[type="submit"] {
        font-size: 16px;
    }
    #payment .right-box .cart-list button[type="submit"] {
        width: 90%;
    }
    #mybooking .wrapper .container .booking-item .lastContainer .button {
        font-size: 13px;
        padding: 7px 16px;
    }
    #mybooking h4 {
        font-size: 14px;
    }
    .cancelButton-Row button {
        padding: 8px 13px;
        font-size: 11px;
    }
    .rightOrderStatusButton span {
        padding: 8px 16px;
    }
    .productDetailsFooter {
        font-size: 13px;
    }
    .commonCheckBox .checkmark {
        height: 16px;
        width: 16px;
    }
    #signin.commonCheckBox .checkmark {
        top: 10px;
    }
    .commonCheckBox .container {
        padding-left: 25px;
    }
    .commonCheckBox .checkmark .zmdi {
        font-size: 12px;
    }
    #single-product .right-box .bottom {
        flex-wrap: wrap;
    }
    #single-product .right-box .bottom .apply {
        width: 100%;
        margin-top: 10px;
    }

    #single-product .right-box .bottom .apply button {
        margin-bottom: 14px;
        justify-content: center;
    }
    .w3-container .w3-modal .background .w3-modal-content .w3-center h3 {
        margin: 0 0 15px 0;
    }
    #id02 .w3-section {
        flex-wrap: wrap;
        justify-content: center;
    }
    #id02 .SupportIconsMain-Column {
        width: 45%;
        margin-right: 10px;
    }
    #id02 .SupportIconsMain-Column:nth-child(2n) {
        margin-right: 0;
    }
    #id02 .SupportIconsMain-Column:nth-child(n + 3) {
        margin-top: 10px;
    }
    #id02 .SupportIconsMain-Column:last-child {
        margin-right: 0;
        width: 55%;
    }
    .empty-cards .empty-box img {
        width: 130px;
    }
    .empty-cards {
        padding: 60px 0;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        .notification-product
        .left-box
        img {
        width: 50px !important;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        .notification-product
        .middle-box {
        width: 100%;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        .notification-product
        .middle-box
        .top-card
        small {
        font-size: 66% !important;
    }
}
@media all and (max-width: 480px) {
    #grocery div.top {
        margin: 0px 0 20px;
    }
    #single-product .right-box .bottom .quantitycards>div a{
        width: 100%;
    }
    #single-product .right-box .whole-sale-offer-card p {
        width: 100%;
    }
    #single-product .right-box .whole-sale-offer-card {
        width: 100%;
        margin: 15px 0 0;
    }
    .horizondelSub-column {
        padding: 0 12px;
    }
    .boxitems .item a h1 {
        margin-bottom: 5px;
    }
    header div.right .normal-view li:nth-child(n+2) {
        margin-left: 7px;
    }
    .search-box {
        left: 7em;
    }
    .bottomCards .cards {
        margin-top: 30%;
    }
    #EditProfile .UserProfileImage-Center a.delete-profile-image {
        width: 17px;
        top: 84%;
        left: 77%;
    }
    #ui-datepicker-div {
        top: 453.016px;
    }
    #profileSinglePage.main-container {
        padding: 17px 0 0px !important;
        width: 90%;
    }
    .catogetryName {
        font-size: 14px;
    }
    .wrapper .category-sub .dropdown-nav {
        min-width: 286px;
    }
    #offer div.right h1 {
        font-size: 30px;
    }
    #discount h1 {
        font-size: 30px;
    }
    #offer div.right span.bold {
        font-size: 25px;
    }
    #discount span.bold {
        font-size: 25px;
    }
    footer h4 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    footer div.left {
        margin-bottom: 20px;
    }
    footer {
        margin-bottom: 0;
        text-align: left;
    }
    footer div.social-links li {
        margin-right: 8px;
    }
    #best-seller .bottom div.item {
        margin-right: 0;
        width: 100%;
    }
    #best-seller div.bottom .item:nth-child(3n) {
        margin-right: 0;
    }
    #spotlight .bottom form {
        width: 100%;
    }
    #spotlight .bottom form img {
        width: 17px;
    }
    #spotlight .bottom form input::placeholder {
        font-size: 14px;
    }
    #spotlight .bottom form button {
        font-size: 14px;
    }
    #spotlight .spotlight-wrapper {
        /* padding: 30px 22px; */
        height: unset;
    }
    #spotlight .top h1 {
        font-size: 24px;
    }
    #address div.bottom div.header-box div.left span.no {
        margin-right: 3px;
        font-size: 14px;
    }
    #address div.bottom div.header-box div.right a.add-button {
        padding: 9px 16px;
    }
    #address div.bottom div.header-box div.right a.add-button {
        font-size: 13px;
    }
    table td {
        font-size: 14px;
    }
    .profileDetailsMainRow a {
        font-size: 13px;
        padding: 5px 10px;
    }
    #mybooking
        .wrapper
        .container
        .booking-item
        .details-container
        .booking-image
        a {
        width: 110px;
        height: 110px;
    }
    .Sideproduct-details-container
        .Sideproduct-details-Subrow
        .SideProductImageArea {
        height: 70px;
        width: 70px;
        margin-right: 15px;
    }
    #ProductRating
        form
        .SaidproductRateMainContainer
        .SaidproductRateSubContainer
        .SaidproductRateRightSide
        .SaidproductRateRightSideSub
        .Saidrate
        .zmdi {
        font-size: 22px;
    }
    #signin.commonCheckBox .checkmark {
        top: 9px;
    }
    .w3-container #id02.w3-modal .background .w3-modal-content {
        padding: 20px;
        width: 320px;
    }
    #id02 .SupportIconsMain-Column {
        padding: 15px;
    }
    .UserDetailsRow-Left {
        width: 100%;
    }
    #payment .heading li {
        font-size: 15px;
    }
    #shops-home-page .shop-cards .shop-item {
        width: 300px;
        margin: 0 auto;
    }
    #shops-home-page .shop-cards .shop-item:last-child {
        margin-right: 20px;
    }
    .available-product-nameAndDelete-row .nameArea-Left {
        font-size: 16px;
    }
    .SignInputAreaSub .phone-input,
    .UserName,
    .UserEmail {
        width: 100%;
    }
    header .mobile-view {
        width: 63%;
    }
    #spotlight {
        padding: 20px 0 0;
    }
    .SectionTitle {
        margin: -30% 0 6% 0;
    }
    #NearByShop .cards {
        margin: 0 1% 0 ;
    }
    .walletBalance-area .amount {
        width: 29%;
    }
    .walletBalance-area .Title {
        width: 21%;
    }
    .input-amount input {
        width: 65px;
    }
    .single-shop .wrapper .shop-details .shop-image {
        width: 125px;
        height: 125px;
        bottom: 62%;
    }
    #shopMain {
        margin-bottom: 18%;
    }
    .single-shop .wrapper .shop-details .shop-detail {
        margin: 0;
        position: relative;
        top: 38px;
    }
    .ContactDetails-Row label {
        font-size: 14px;
    }
    .title-Row {
        font-size: 17px !important;
    }
    .commonCheckBox .container {
        font-size: 16px;
    }
    #payment .heading {
        width: 100% !important;
    }
    #payment .right-box h6 {
        font-size: 17px;
    }
    #payment h3 {
        font-size: 17px;
    }
    .ContactDetails-Row.fifty-fifty {
        width: 100%;
    }
    #payment.orderConfirmed
        .wrapper
        form
        .content
        .left
        .tabs
        .pro-card
        .pay-content
        .productDetails {
        width: 100%;
        margin-bottom: 20px;
    }
    #snackbar {
        visibility: hidden;
        margin-left: -0;
        background-color: #333;
        color: #fff;
        text-align: center;
        border-radius: 7px;
        padding: 16px;
        position: fixed;
        z-index: 1;
        left: 10%;
        bottom: 30px;
        font-size: 12px;
        width: 80%;
    }
    #payment.orderConfirmed .productDetails h6 {
        margin-bottom: 20px;
    }
    #payment.orderConfirmed
        .wrapper
        form
        .content
        .left
        .tabs
        .pro-card
        .pay-content
        .QuantitybuttonAreaMain-row {
        width: 70%;
    }
    .SignInputAreaSub input[type="text"],
    .SignInputAreaSub input[type="email"],
    .SignInputAreaSub input[type="number"] .user-details {
        width: 100%;
    }
}
@media all and (max-width: 460px) {
    .search-box {
        left: 7em;
    }
    #review-list .card .right-box {
        width: 88%;
    }
    #notification .wrapper .notification-main {
        width: 100%;
    }
}
@media only screen and (max-width: 450px) {
    #address h1 {
        font-size: 14px;
    }
}
@media all and (max-width: 440px) {
    #payment .heading li {
        font-size: 14px;
    }
    #mywalletModal .modal-content {
        margin: 31% auto !important;
    }
    header div.left div.search form {
        width: 250px !important;
    }
}
@media all and (max-width: 420px) {
    .wrapper .category-sub .dropdown-nav .icon button {
        font-size: 14px;
    }
    header div.left div.logo h1 {
        width: 55px;
        height: 55px;
    }
    #MyCart {
        width: 90%;
        overflow: auto;
    }
    .single-shop .wrapper .shop-details .shop-image {
        width: 56%;
    }
    .SignMain-Container {
        width: 95%;
    }
    #spotlight .bottom form input[type="text"] {
        padding: 6px;
    }
    #spotlight .top h1 {
        font-size: 22px;
    }
    #best-seller div.bottom div.item:nth-child(n + 2) {
        margin-top: 10px;
    }
    #offer div.right h2 {
        font-size: 19px;
    }
    #discount .imageContainer {
        width: 160px;
    }
    #discount {
        padding-top: 10px;
    }
    #discount div.left {
        margin-bottom: 10px;
    }
    #discount div.middle {
        margin-bottom: 10px;
    }
    .productOrderDetails-row {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #payment .heading {
        width: 100%;
    }
    #mybooking .wrapper .container {
        padding: 15px;
    }
    #mybooking .wrapper .container .booking-item {
        padding: 10px;
    }
    .product-details-main-container {
        padding: 15px;
    }
    .product-details-Subrow {
        padding: 10px;
    }
    #signin.commonCheckBox .checkmark {
        top: 8px;
    }
    .specialWidth {
        width: 300px !important;
    }
    #notification .wrapper .notification-main .re-body {
        padding: 9px 13px;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        a.notification-product
        .middle-box
        .top-card
        h6 {
        font-size: 16px;
    }
}
@media all and (max-width: 400px) {
    header .menu {
        right: -22px;
    }
    #id02 .SupportIconsMain-Column {
        width: 45%;
    }
    #id02 .SupportIconsSub-Column {
        margin-bottom: 10px;
    }
    header div.left div.search form {
        width: 230px !important;
    }
    #review-list .card .right-box {
        width: 86%;
    }
    .homeSection {
        width: 39%;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        .right-box
        .vertical-line {
        height: 108px !important;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        .notification-product
        .middle-box
        .top-card
        small {
        font-size: 70% !important;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        .notification-product
        .left-box
        img {
        width: 78px !important;
    }
    #notification .wrapper .notification-main .re-body .right-box {
        width: 17% !important;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        .notification-product
        .middle-box
        .time
        p {
        color: #a6a6a6;
        font-size: 13px;
    }
}
@media all and (max-width: 380px) {
    #address .item {
        padding: 10px !important;
    }
    #address div.bottom div.container div.item div.one p {
        margin-right: 0;
    }
    header div.left div.search form {
        width: 190px !important;
    }
}
@media all and (max-width: 370px) {
    header div.right .normal-view li:nth-child(n+2) {
        margin-left: 5px;
    }
    #mybooking .wrapper .container .booking-item .details-container {
        flex-direction: column;
    }
}
@media all and (max-width: 363px) {
    #signin.commonCheckBox .checkmark {
        top: 7px;
    }
    #id02 .SupportIconsMain-Column {
        width: 45%;
    }
    #shops-home-page .shop-cards .shop-item {
        width: 260px;
    }
}
@media all and (max-width: 360px) {
    header {
        padding: 10px 25px;
    }
    header div.left div.search form button {
        margin-right: 1px;
    }
    header div.left div.search form input[type="text"] {
        font-size: 14px;
    }
    header div.left div.search form {
        padding: 3px 5px;
    }
    .bottomCards .cards {
        margin-top: 36%;
    }
    .search-box {
        left: 103px;
    }
    .wrapper .category-sub .head h3 {
        font-size: 16px;
    }
    .dropdown-nav .icon ul.drop li a span {
        font-size: 13px;
    }
    #ui-datepicker-div {
        top: 445.016px !important;
        left: 33.4062px !important;
    }
    .available-product-price-Subrow {
        flex-wrap: wrap;
    }
    .available-product-Quantity-Right {
        width: 47%;
    }
    footer div.social-links {
        width: 80%;
    }
    footer div.social-links ul {
        width: 70%;
    }
    .available-product-price-Left {
        margin-bottom: 15px;
    }
    .available-in-cart {
        flex-direction: column;
    }
    #shops-home-page .shop-cards .shop-item {
        width: 260px;
    }
    .SectionTitle {
        margin: -40% 0 7% 0;
    }
    .single-shop .wrapper .shop-details .shop-detail {
        top: 46px;
    }
    .single-shop .wrapper .shop-details .shop-detail .contents {
        align-items: flex-start;
    }
    .single-shop .wrapper .shop-details .shop-detail .contents .location .location-img img {
        width: 8px;
    }
    .single-shop .wrapper .shop-details .shop-detail .contents .location {
        margin-bottom: 5px;
        align-items: baseline;
    }
    #shopMain.single-shop .container {
        height: 290px;
    }
    .single-shop .wrapper .shop-details .shop-image {
        height: 125px;
        width: 125px;
        top: -98px;
    }
    #payment .right-box h6 {
        font-size: 16px;
    }
    #payment #checkOutproduct #ExpressDelivery span {
        font-size: 12px;
    }
    #payment .right-box .pro-card .pay-content small {
        font-size: 18px;
    }
    #payment h3 {
        font-size: 16px;
    }
    #payment .right-box .cart-list {
        padding: 17px;
    }
    #ExpressDelivery span {
        width: 90%;
    }
    #address {
        padding: 0px;
    }
    #checkOutproduct .container-side .checkOutContainer .timeSelect .timeInput h6 {
        font-size: 13px;
    }
    #checkOutproduct .container-side {
        padding: 20px 10px;
    }
    #payment.orderConfirmed .heading p {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    header div.left div.search form {
        width: 190px !important;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        .notification-product
        .left-box
        img {
        width: 55px !important;
    }
    .orderIdandDateRow {
        flex-wrap: wrap;
    }
    .orderIdandDateRow .leftside .orderid {
        padding: 8px 5px 8px !important;
        width: 62%;
    }
    .orderIdandDateRow .leftside, .rightside {
        width: 100%;
    }
    .orderIdandDateRow .rightside span {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 12px;
    }
}
@media all and (max-width: 350px) {
    .productContainer {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
}
@media all and (max-width: 330px) {
    #review-list .card .right-box {
        width: 84%;
    }
    #review-list .card .right-box .top-c {
        flex-wrap: wrap;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        .notification-product
        .left-box
        img {
        width: 78px !important;
    }
    #notification
        .wrapper
        .notification-main
        .re-body
        .right-box
        .vertical-line {
        height: 122px !important;
    }
}
@media all and (max-width: 320px) {
    header div.left div.logo h1 {
        width: 45px;
        height: 45px;
    }
    header {
        width: 100%;
    }
    header div.left div.search {
        margin-left: 10px;
    }
    #EditProfile .UserProfileImage-Center a.delete-profile-image {
        width: 17px;
        top: 84%;
        left: 85%;
    }
    .boxitems div.item-bottom h2 {
        font-size: 14px;
    }
    #ui-datepicker-div {
        left: 15px !important;
    }
    .saveAddressAs input[type="radio"]+ label {
        font-size: 13px;
    }
    #checkOutproduct .container-side .checkOutContainer .timeSelect .timeInput h6  {
        font-size: 11px;
    }
    #payment .heading li {
        font-size: 13px;
    }
    #payment #checkOutproduct #ExpressDelivery span {
        font-size: 13px;
        width: 100%;
    }
    #payment.orderConfirmed h3 {
        font-size: 14px;
    }
    #payment .right-box .cart-list .contents .list-content {
        margin-bottom: 8px;
    }

    #address h1 {
        font-size: 12px;
    }
    .commonCheckBox .container {
        font-size: 15px;
    }
    .search-box {
        left: 89px;
    }
    #single-product .right-box .apply.my-cart {
        margin-left: 0;
    }
    #single-product .right-box .content h4 {
        font-size: 14px;
    }
    #shops-home-page .shop-cards .shop-item {
        margin: 0;
    }
    #shops-home-page .shop-cards .shop-item:last-child {

    }
    .orderIdandDateRow .leftside .orderid {
        width: 70%;
    }
    .bx-pager.bx-default-pager {
        display: none;
    }
    #address div.bottom div.header-box div.left span.no {
        font-size: 12px;
    }
    .single-shop .wrapper .shop-details .shop-image {
        height: 100px;
        width: 100px;
        top: -88px;
    }
    #shopMain {
        margin-bottom: 24%;
    }
    footer div.bottom a {
        display: block;
    }
}