body{
    margin: 0 auto;
    font-family: "Rubik", sans-serif;
}
body, body *{box-sizing: border-box;}
[class^="icon-"]:before, [class*=" icon-"]:before{
    width: auto;
    font-size: 100%;
    line-height: 1;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #212121;
}
a:hover{
    color: #DD2A1B;
}
.fontawesome{
    font-size: 12px;
}
.main-page{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 576px;
    margin: 0 auto;
}
.main-page-content{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 45px;
}
.logo-image-wrap{
    text-align: center;
    padding: 0px 0 55px;
}
.login-field-section{
    padding: 0 25px;
}
.input-area{
    position: relative;
}
.input-area label{
    color: #212121;
    font-weight: 600;
}
.input-area input, .input-area select{
    background-color: #FAFAFA !important;
    border-radius: 10px;
    padding: 12px 40px;
    font-size: 16px;
    color: #9E9E9E;
    border: 0;
}
.input-area i{
    position: absolute;
    top: 49px;
    left: 15px;
    font-size: 16px;
}
.input-area span{
    position: absolute;
    top: 49px;
    right: 15px;
    font-size: 16px;
}
.checkbox-area{
    display: flex;
    justify-content: space-between;
}
.checkbox-left .form-check-input:checked {
    background-color: #DD2A1B;
    border-color: #DD2A1B;
}
.checkbox-left .form-check-input:focus{
    border-color: #DD2A1B;
    box-shadow: none;
}
.checkbox-left label{
    color: #212121;
    font-weight: 500;
}
.checkbox-right a{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #DD2A1B;
}
.login-btn-wrap button, .login-btn-wrap a{
    background-color: #DD2A1B;
    width: 100%;
    border-color: #DD2A1B;
    padding: 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 1.5;
    color: #fff;
    border: 1px transparent;
}
.login-btn-wrap{
    padding: 10.4vh 0;
}
.pages-links{
    width: 100%;
    display: flex;
    border-top: 1px solid #000000;
}
.pages-links a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    width: 50%;
    display: block;
    text-align: center;
    padding: 25px 0;
}
.pages-links a:first-child{
    color: #fff;
    background-color: #0B1351;
}


/* signIn-page-styling-start */

.previous-page{
    padding: 0 25px 1vh;
}
.sign-in-title{
    font-size: 30px;
    color: #212121;
    font-weight: 700;
    line-height: 34px;
    padding: 15px 0 30px;

}
.signin-input input, .signin-input select{
    padding: 12px 10px;
}
.accounts{
    padding-top: 2vh;
}
.accounts p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #212121;
    text-align: center;
}
.accounts p a{
    color: #528F65;
    font-weight: 600;
}
.sigin-btn-wrap{
    padding: 4vh 25px;
}

/* confirmation-page-styling-start */
.confirmation-image {
    padding-left: 25px;
    padding-right: 25px;
}
.confirmation-content{
    padding: 0 25px;
}
.confirmation-content h1{
    text-align: center;
}
.confirmation-content p{
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
 input.increase:disabled,
 input.decrease:disabled {
     cursor: not-allowed;
     opacity: 0.6;
 }

/* View All Product */

.topSearchWrap {
    padding: 15px 25px 15px;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 999;
}
.ahSerachFeld {
    position: relative;
    margin-left: 15px;
}
.ahSerachFeld img {
    position: absolute;
    top: 12px;
    right: 13px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
}
.ahProductSearch {
    box-sizing: border-box;
    background-color: rgba(250, 250, 250, 1) !important;
    border: none;
    padding: 5px 10px;
    padding-right: 40px;
    outline: none !important;
    box-shadow: none !important;
    font-weight: bold;
    font-size: 22px;
    max-width: 230px;
}
.ahRghtIco {
    margin-left: 20px;
}
.productListWrap {
    padding: 0 25px;
    margin-bottom: 15px;
}
.leftProductDt {
    max-width: 220px;
}
.leftProductDt .ahProductTitle {
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    color: rgba(33, 33, 33, 1) !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.leftProductvari {
    font-size: 11px;
    margin-top: 6px;
}
.leftProductvari p {
    display: inline-block;
    margin-right: 15px;
    min-width: 75px;
}
.wishListIco {
    position: absolute;
    background-color: black;
    padding: 10px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
        z-index: 2;
    cursor: pointer;
}
.cartProdcutPage .wishListIco{
    top: -15px;
    width: 20px;
    height: 20px;
}
.wishListIco img {
    width: auto;
    height: 12px;
}
.cartProdcutPage .wishListIco img {
    height: 9px;
}
.leftProductImg {
    position: relative;
    min-width: 55px;
    width: 55px;
}
.leftProductImg > img {
    height: 60px;
    width: 100%;
    margin-right: 10px;
    object-fit: contain;
}
.catProduct {
    padding-top: 20px;
}
.text-green {
    color: rgba(82, 143, 101, 1);
}
.rightProdictPrice {
    font-size: 11px;
    font-weight: 500;
}
.vatTxt {
    font-size: 11px;
}
.ahCustomQuantity {
    display: inline-block;
    border: 0;
    border-radius: 16px;
    background-color: rgba(245, 245, 245, 1);
    margin-top: 7px;
    font-size: 13px;
    padding: 0 5px;
}
.ahCustomQuantity input[type="number"] {
    width: 35px;
}
.ahCustomQuantity input {
    background: transparent;
    border: 0;
    padding: 0;
    width: 20px;
    height: 28px;
    text-align: center;
    cursor: pointer;
    margin-left: -3px;
    line-height: normal;
}
.ahCustomQuantity input.minus {
    border-radius: 6px 0 0 6px;
}
.ahCustomQuantity input.plus {
    border-radius: 0 6px 6px 0;
}
.ahCustomQuantity input.input-text {
    border-right: 0;
    border-left: 0;
}
.ahCustomQuantity input.input-text:focus {
    border-right: 0;
    border-left: 0;
}
.ahCustomQuantity input::-webkit-outer-spin-button, .ahCustomQuantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
.ahCustomQuantity input:focus {
    border: 0;
}
.ahCustomQuantity input[type="number"] {
    width: 30px;
    background-color: transparent !important;
    font-weight: 600;
}
.catPageWrap .dashboard-content {
    padding: 0px 25px 5px;
}
.slick-dots li button {
    padding: 0;
    border: 1px solid red;
    border-radius: 100%;
    width: 15px;
    height: 15px;
}
.slick-dots li button:before{
    font-size: 11px;
    width: 15px;
    height: 15px;
    line-height: 18px;
    color: white;
}
.slick-dots li {
    width: 15px;
    height: 15px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #dd2a1b;
}
.mainPageContent{
    padding-bottom: 125px;
}
.gridProductWrap {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 25px;
    margin-top: 8px;
}
.productGridView {
    padding: 0 25px;
    margin-bottom: 15px;
}
.gridProdictImg > .gridPRImg {
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.gridProductTitle .ahProductTitle {
    font-size: 11px;
    line-height: 16px;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
    color: rgba(33, 33, 33, 1) !important;
    font-weight: 500;
    min-height: 32px;
}
.gridProductCost {
    font-size: 11px;
    font-weight: 500;
}
.gridProductCost small {
    font-size: 12px;
    font-weight: normal;
}
.gridProdictImg {
    margin-bottom: 10px;
    position: relative;
}
.gridProdictImg .wishListIco {
    top: 5px;
    right: 5px;
}
/*--------Filter Design---------------*/
#filterModal .modal-fullscreen {
    width: 100%;
    height: 100%;
    max-width: none;
}
#filterModal .modal-header {
    border-bottom: none;
}
#filterModal .modal-title {
    flex-grow: 1;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}
#filterModal .modal-body {
    padding: 1.5rem 25px;
    max-height: calc(100vh - 145px);
}
.filter-section {
    margin-bottom: 1rem;
}
.price-range {
    margin-top: 1rem;
    padding: 0 25px 20px;
}
.price-range .price-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-range .price-values span {
    font-weight: bold;
    color: #e74c3c;
}
.price-range .slider {
    margin-top: 1rem;
}
#filterModal .modal-footer {
    border-top: 1px solid #F5F5F5;
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
}
.btn {
    background-color: rgba(241, 246, 243, 1);
    border-color: transparent;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 1.5;
    color: rgba(82, 143, 101, 1);
}
#filterModal .modal-footer .btn {
    width: 45%;
    margin: 0;
}

#filterModal .modal-footer .btn.btn-danger {
    background-color: rgba(221, 42, 27, 1);
    color: white;
}
.ahDropDownWrapper button {
    border-radius: 0;
    width: 100%;
    text-align: left;
    background-color: transparent !important;
    padding: 0;
    color: #212529 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-size: 20px;
}
.ahDropDownWrapper .dropdown-menu {
    position: relative !important;
    border: none;
    background-color: transparent;
    transform: none !important;
}
.ahDropDownWrapper .dropdown-menu .dropdown-item {
    padding: 7px 0;
    font-size: 15px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    content: "";
    background-image: url(../images/Vector.png);
    border: none;
    width: 13px;
    height: 10px;
    background-size: 13px;
    background-repeat: no-repeat;
}
.ahDropDownWrapper {
    margin-bottom: 15px;
}
.PriceTitle{
    font-size: 18px;
    font-weight: bold;
}


/*----------Product Detail Page Style Start----------*/
.page-navigate a{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #212121;
}
.page-navigate a i{
    padding-right: 20px;
}
.product-banner img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.product-banner-title{
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    color: #212121;
    padding: 15px 0 7px;
}
.product-banner-price-wrap p{
    font-size: 13px;
    line-height: 18px;
    color: #DD2A1B;
    font-weight: 600;
    padding-bottom: 5px;
}
.product-banner-price-wrap p strong{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.product-page-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #212121;
    padding: 10px 0 20px;
}
.product-description p{
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    color: #424242;
    padding-bottom: 2px;
    letter-spacing: 0.2px;
}
.productDtImg {
    height: 200px;
}
.productDtImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ProductDetailImgWraps {
    margin-top: 10px;
}
.productDetailAddTowish {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 13px 0;
}
.productDetailAddTowish .wishListIco {
    position: unset;
    width: 56px;
    height: 46px;
}
.productDetailAddTowish .ahCustomQuantity {
    width: 100%;
    margin-left: 20px;
    background-color: #dd2a1b;
    color: white;
    border-radius: 50px;
    font-size: 24px;
    padding: 10px 50px;
    margin-top: 0;
}
.productDetailAddTowish .ahCustomQuantity input {
    color: white;
}
.productDetailAddTowish .wishListIco img {
    height: 23px;
}
/*----------Product Detail Page Style End----------*/
/* Hide scrollbar for Chrome, Safari and Opera */
.dashboard-btn-wrap::-webkit-scrollbar, .dashboard-product-section::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.dashboard-btn-wrap, .dashboard-product-section {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.rightProductInfo {
    margin-left: 10px;
    min-width: 80px;
}
.wishListIco.active {
    background-color: rgba(245, 245, 245, 1);
}
.wishListAlert {
    position: fixed;
    bottom: 120px;
    background-color: white;
    box-shadow: 0px 16px 48px 0px #04060F29;
    font-size: 20px;
    font-weight: 500;
    padding: 24px 25px;
    border-radius: 8px;
    left: 0;
    right: 0;
    max-width: 280px;
    margin: auto;
    z-index: 99;
}
.wishListAlert img, .mobileAlerts img {
    margin-right: 10px;
}
.mobileAlerts{
    position: fixed;
    bottom: 120px;
    left: 15px;
    right: 15px;
    text-align: center;
    z-index: 99;
}
.alertContent{
    background-color: white;
    box-shadow: 0px 16px 48px 0px #04060F29;
    font-size: 20px;
    font-weight: 500;
    padding: 24px 25px;
    border-radius: 8px;
}
.ahWishListTxt {
    font-size: 22px;
    font-weight: bold;
    margin-left: 20px;
}
.ahlogoIco img {
    width: 35px;
    height: auto;
}
.calFilter img {
    width: 26px;
}
.wishListSeach img {
    width: 26px;
}
.ahBackIco {
    font-size: 21px;
}
.redHeart {
    display: none !important;
}
.wishListIco.active .redHeart {
    display: block !important;
}
.wishListIco.active  .defaultHeart {
    display: none;
}
/*-------------Cart page style here-------*/
.gridCartProductWrap .delbasket {
    position: absolute;
    right: 20px;
    top: 14px;
}
.gridCartProductWrap .gridProduct {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px 15px;
    display: flex;
    border-radius: 8px;
    position: relative;
}
.gridCartProductWrap .gridProduct .gridProdictImg {
    margin-bottom: 0;
    margin-right: 10px;
    height: 106px;
    text-align: center;
    min-width: 90px;
    max-width: 90px;
}
.gridCartProductWrap .gridProdictImg > .gridPRImg {
    height: 100%;
    width: 100%;
}
.gridCartProductWrap .ahProductTitle {
    font-weight: 600;
    margin-bottom: 10px;
    min-height: auto;
    font-size: 12px;
    max-width: calc(100% - 25px);
}
.gridCartProductWrap .ahCustomQuantity {
    background-color: #F5F5F5;
    width: 100%;
    border-radius: 100px;
    padding: 2px 7px;
    margin-bottom: 10px;
}
.cartProductListWrap .catProduct {
    padding-top: 0;
    margin-bottom: 15px;
}
.cartProdictViewsWrap {
    margin-top: 15px;
}
.cartProdictViewsWrap .leftProductvari p {
    display: inline-block;
    margin-right: 5px;
    max-width: 100px;
    min-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: normal;
    font-weight: normal;
}
.cartCostBtn{
    position: fixed;
    z-index: 9;
    left: 15px;
    right: 15px;
    bottom: 75px;
}
.cartCostBtn .btn{
    width: 100%;
    background-color: #dd2a1b;
    color: white;
    border-radius: 50px;
    font-size: 14px;
    padding: 9px 50px;
    margin-top: 0;
}
.gridProductTitle {
    width: 100%;
}
/*-------------Cart page end here ----------*/

/*-------------my order page start here ----------*/
.myOrderTabs {
    border: none;
    background-color: #fff;
    border-radius: 4px;
    line-height: normal;
}
.myOrderTabs .nav-item {
    width: 50%;
    text-align: center;
    display: inline-block;
}
.myOrderTabs .nav-item button {
    width: 100%;
    border: none;
    padding: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #212121;
}
.myOrderTabs .nav-item button.active {
    background-color: #dd2a1b;
    color: white;
    margin-bottom: 0;
    border-radius: 4px;
}
.font-12 {
    font-size: 12px;
}
.totlShipingTxt {
    color: #616161;
}
.orderPrice {
    font-size: 13px;
    line-height: normal;
    margin-top: 5px;
    font-weight: 600;
}
.orderPrice small {
    font-size: 13px;
}
.orderBtnsWrap {
    margin-top: 15px;
}
.btn-primary {
    color: white;
    background-color: #dd2a1b !important;
    border-color: #dd2a1b !important;
}
.orderBtnsWrap .btn {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
}
.orderBtnsWrap .btn:last-child{
    margin-right: 0;
}
.btn-outline-primary {
    border: 1px solid #dd2a1b !important;
    color: #dd2a1b !important;
    background-color: transparent !important;
}
.myOrderLiWrap {
    background-color: #fff;
    border-radius: 10px;
}
.orderDate {
    padding: 15px 0px 13px;
    border-bottom: 1px solid #d5d2d2;
    margin: 0 15px;
    color: #616161;
    font-size: 13px;
}
.cart-img {
    width: 17px;
    margin-right: 10px;
}
.cartMainContent, .checkoutMainContent {
    padding-bottom: 170px;
}
.order-left-image img{
    width: 50px;
}
.reorder-modal-content{
    width: auto !important;
}
/*-------------my order page end here ----------*/
.delbasket img {
    width: 16px;
}

/*----------------------Account Style-----*/
.account-wraper {
    padding: 0 25px;
}
.account-head {
    overflow: hidden;
}
.account-head img {
    float: left;
}
.account-head h1 {
    text-align: center;
    font-size: 24px;
    line-height: 49px;
    font-weight: 700;
    color: #212121;
}
.profile-detail-section {
    display: flex;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.profile-image {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    object-fit: cover;
    margin-right: 20px;
}
.profile-title {
    font-size: 16px;
    line-height: 22px;
    color: #212121;
    font-weight: 700;
}
.profile-para {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #616161;
}
.link-section-wrap {
    border-radius: 10px;
    background-color: #fff;
}
.link-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
/* manage-page-styling-start */
.manage-head h1 {
    line-height: 28px;
}
.manage-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
}
.manage-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}
.manage-head-btn {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #528F65;
    border: 1px solid #528F65;
    border-radius: 5px;
    text-align: center;
    display: block;
    padding: 7px 10px;
    margin-left: 15px;
}
.manage-head-btn:hover {
    color: #528F65;
}
.manage-card-detail h2 span {
    font-size: 16px;
    padding-left: 10px;
}
.card-address {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #424242;
    letter-spacing: 0.2px;
}
.location-icon-wrap span {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #616161;
}
.custom-outlin-btn {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #528F65;
    border: 1px solid #528F65;
    border-radius: 50px;
    text-align: center;
    display: block;
    padding: 15px 10px;
}
.custom-outlin-btn:hover {
    color: #528F65;
}
#addressdetailModalLabel {
    flex-grow: 1;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.address-detail-ss {
    display: flex;
}
/* profile-page-styling-start */
.profile-page-content {
    padding: 0 25px;
}
.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-header h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #212121;
}
.avatar-upload {
    position: relative;
    max-width: 120px;
    margin: 15px auto 25px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: -10px;
    z-index: 1;
    bottom: 0;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 5px;
    background: #528F65;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.credit-main-page-wrap {
    padding: 0 25px;
}
.custom-tabs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
}
.custom-tabs ul li {
    width: 33%;
    text-align: center;
}
.tabs-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    color: #212121;
    padding: 9px 5px;
    display: block;
}
.tabs-btn:hover {
    color: #212121;
}
.tabs-btn-active {
    background: #DD2A1B;
    color: #fff !important;
    border-radius: 7px;
}
.block-card {
    padding: 0 15px 15px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}
.block-card-header {
    border-bottom: 1px solid #EEEEEE;
}
.block-card-header p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #616161;
    padding: 15px 0;
}
.block-card-content h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #212121;
    padding-top: 10px;
}
.total-ammount-wrap {
    padding: 10px 0;
}
.total-ammount-wrap p {
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #616161;
}
.total-ammount-wrap h2 small {
    font-size: 12px;
}
.block-card-btn-wrap a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #DD2A1B;
    border: 1px solid #DD2A1B;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    display: block;
    max-width: 185px;
}
.supports-link-wrap a {
    font-size: 16px;
    line-height: 31px;
    font-weight: 600;
    color: #212121;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}
.supports-link-wrap a img {
    float: right;
    margin-top: 4px;
}
.policy-title {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 10px;
}
.policy-para {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    color: #424242;
    letter-spacing: 0.2px;
}
#logoutModal .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, 50px);
}
#logoutModal .modal-dialog {
    position: fixed !important;
    bottom: 0 !important;
    left: 0% !important;
    right: 0% !important;
    margin-bottom: 0 !important;

}
#logoutModal .modal-dialog {
    transform: none;
}
#logoutModal .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

#purgeCache .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, 50px);
}
#purgeCache .modal-dialog {
    position: fixed !important;
    bottom: 0 !important;
    left: 0% !important;
    right: 0% !important;
    margin-bottom: 0 !important;

}
#purgeCache .modal-dialog {
    transform: none;
}
#purgeCache .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}


.logout-title {
    font-size: 20px;
    line-height: 38px;
    font-weight: 700;
    color: #F75555;
}
.logout-modal-body-title {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    color: #212121;
}
.modal-footer .left-btn {
    width: 46%;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #528F65;
    background-color: #F1F6F3;

}
.modal-footer .right-btn {
    background-color: #DD2A1B;
    color: #fff;
    width: 46%;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}
.logout-modal-content {
    border: none;
    border-radius: 1.3rem 1.3rem 0 0;
}
/*----------------------Account Style-----*/
/*----------------------Order detail Style-----*/
.order-btn-wrap a{
    max-width: 100% !important;
}
.custom-accordian-btn{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #212121;
}
.custom-accordian-header button img{
    padding-right: 10px;
}
.custom-accordian-header .accordion-button:not(.collapsed) {
    color: #212121;
    background-color: #fff;
    box-shadow: none;
}
.custom-accordian-header .accordion-button:focus {
    box-shadow: none;
}
.order-tab-btn-wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
}
.order-card{
    padding: 15px;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 10px;
}
.order-tab-btn-wrap ul li {
    width: 50%;
    text-align: center;
}
.order-title{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #212121;
    padding-left: 10px;
}
.order-head{
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
}
.order-subheading{
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 5px;
}
.order-para{
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #616161;
}
.detail-wrap-ss{
    margin-bottom: 12px !important;
}
.detail-wrap-ss p{
    font-size: 13px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #424242;
}
.detail-wrap-ss span{
    font-size: 13px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #212121;
}
.order-total-area{
    border-top: 1px solid #EEEEEE;
    padding-top: 10px;
}
.custom-progress-bar-wrap{
    padding: 15px;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 10px;
}
.progress-step-2{
    width: 46%;
    position: relative;
}
.progress-step-2-content ,.progress-step-3-content{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    position: relative;
}
.progress-step-3{
    width: 46%;
    position: relative;
}
.progress-step-2:before ,.progress-step-3:before{
    position: absolute;
    content: "";
    width: calc(100% - 45px);
    height: 1px !important;
    border: 1px dashed #BDBDBD;
    right: 45px;
    bottom: 8px;
}
.progress-active .unactiveImage {
    display: none;
}
.progress-active .activeImage {
    display: block !important;
}
.progress-active{
    color: #DD2A1B;
}
.progress-active:before {
    border-color: #DD2A1B !Important;
}
.border-active-color {
    border-color: #DD2A1B !important;
}
.progress-step-2:before, .progress-step-3:before {
    border: 1px dashed #BDBDBD;
    transition: border-color 0.3s ease;
}


.progress-para p{
    color: #616161;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.2px;
    font-weight: 500;
    text-align: center;
    padding: 15px 0 5px;
}
.track-status-wrap{
    padding: 15px;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 10px;

}
.track-status-title{
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #212121;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
}
.status-circle-wrap{
    border: 2px solid #BDBDBD;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.status-circle-wrap::before{
    position: absolute;
    content: "";
    bottom: 0;
    height: 30px;
    width: 2px;
    top: 26px;
    border: 1px dashed #BDBDBD;
}
.last-chlid-status:before {
    content: none;
}
.status-circle{
    width: 12px;
    height: 12px;
    background-color: #BDBDBD;
    border-radius: 50%;
    display: block;
}
.status-right-content{
    width: calc(100% - 28px);
}
.track-status-subtitle{
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #212121;
    white-space: nowrap;
    width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.track-status-para{
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #616161;
    white-space: nowrap;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*----------------------order detail Style-----*/
.profile-view-ss label{
    font-size: 14px;
}
/*---------------Checkout Start-----------*/
.choosePaymentMethodWrap .order-left-image img {
    width: 50px;
}
.choosePaymentMethodWrap .order-card {
    padding: 7px 15px;
}
.promoText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.promoContentDt {
    overflow: hidden;
}
.checkout-btn-wrap{
    /*background-color: #fff;*/
    padding: 10px 25px;
}
.voucher {
    border: 2px solid transparent;
    padding: 10px 15px;
    transition: border-color 0.3s;
    cursor: pointer;
    position: relative;
}
.activePakage {
    border-color: #528F65 !important;
    padding-right: 45px;
}
.tick-icon {
    position: absolute;
    top: 0;
    right: 10px;
    display: none;
    color: #528F65;
    font-size: 24px;
    bottom: 0;
    vertical-align: middle;
    align-items: center;
}
.activePakage .tick-icon {
    display: flex;
}
.confirm-modal-content{
    max-width: 350px !important;
}
.successfull-modal-body img{
    margin: 0 auto;
    display: block;
    width: 105px;
    padding-top: 20px;
}
.successfull-modal-body p{
    max-width: 350px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #212121;
    padding-top: 20px;
}
.success-back-btn{

    color: #528F65 !important;
    background-color: #F1F6F3 !important;
}
.total-delivery-price{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #DD2A1B;
}
.delivery-category-img-wrap{
    border: 1px solid #EEEEEE;
    padding: 5px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.promoHead {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.manageAddressCard{
    border: 2px solid transparent;
}
.manageAddressCard.activePakage {
    padding-right: 15px;
}
.manageAddressCard.activePakage {
    padding-right: 15px;
}
.manageAddressCard.activePakage .manage-card-detail {
    position: relative;
    padding-right: 30px;
}
.manageAddressCard.activePakage .tick-icon {
    right: 0;
}
.choosePaymentMethodWrap .order-card.activePakage{
    padding-right: 45px;
}
.choosePayOption {
    border: 2px solid transparent;
    position: relative;
}
.deliverAdresWrap {
    border: 2px solid transparent;
    position: relative;
    padding: 5px 10px;
}
/*---------------Checkout Start-----------*/
.timeWraps{
    font-size: 12px;
}

input, button, a, select {
    box-shadow: none !important;
    outline: none !important;
}
.accordion-button::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.loginPageWrap {
    min-height: auto;
    padding-bottom: 85px;
}
.loginPageWrap .pages-links {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.checkoutPageWrapper .leftProductvari{
    margin: 2px 0px;
}

.notification-wrap-title h2{
    color: #616161;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    position: relative;
}
.notification-wrap-title span{
    border: 1px solid #EEEEEE;
    width: 100%;
    height: 1px;
    margin-top: 8px;
    margin-left: 10px;
}
.cartPageWrap .footer-head-wrap, .myOrderWraps .footer-head-wrap {
    display: none;
}
.cartPageWrap .topSearchWrap, .myOrderWraps .topSearchWrap{
    background-color: whitesmoke;
}
.cartPageWrap .cartProductListWrap .ahCustomQuantity{
background-color: white;
}

@media (max-width:410px){
    .cartProdictViewsWrap .leftProductvari p {
        min-width: auto;
        margin-right: 8px;
    }
}

@media (max-width:390px){
    .tabs-btn{
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}
.product-description table {
  width: 100%;
}

.product-card-wrapper {
    transition: opacity 0.3s ease;
}

.product-card-wrapper:active,
.product-card-wrapper:hover,
.product-card-wrapper:focus {
    opacity: 0.5;
}


.dashboard-product:active,
.dashboard-product:hover,
.dashboard-product:focus {
    opacity: 0.5;
}

.slick-slide img {
    object-fit: contain;
}
.gridProdictImg .gridPRImg {
    max-width: 150px;
}
.ft_footer_active .ftActiveRed {
    display: flex !important;
}
.ft_footer_active .ftActiveGery {
    display: none !important;
}

.cartCostBtn .btn:hover, .checkout-btn-wrap a:hover, .link-section:hover, .page-title-wrap a:hover {
    opacity: 0.3;
}
.dashboard-banner-wrap img{
    object-fit:contain !Important;
}
.dashboard-footer-foot {
            padding-bottom: 22px;
    }
.ahCustomAccordion {
    margin-top: 10px;
}
.ahCustomAccordion .accordion-button {
    background-color: #DD2A1B1A;
    padding: 10px 10px;
    color: #212121 !important;!i;!;
    font-weight: bold;
    font-size: 14px;
}

.ahCustomAccordion .accordion-item {
    border: none;
    margin-bottom:13px;
}

.ahCustomAccordion .accordion-button img {
    margin-right: 10px;
    width: 30px;
}

.ahCustomAccordion .accordion-body {
    padding: 0 10px;
    padding-top: 5px;
}

.ahCustomAccordion .accordion-button::after {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dd2a1b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

#profileFilterWrap .modal-dialog {
    transform: none;
}
#profileFilterWrap .modal-dialog {
    position: fixed !important;
    bottom: 0 !important;
    left: 0% !important;
    right: 0% !important;
    margin-bottom: 0 !important;
}
div#profileFilterWrap .Zebra_DatePicker_Icon {
    top: 11px !important;
}
.searchModalFilterBodyWrap {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #dd2a1b;
    padding: 10px;
    display: none;
}
