*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p{
    margin: 0;
    padding: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
ol, ul {
    padding-left: 0;
}
body{
    font-family: 'Mulish', sans-serif;
    line-height: auto;
}
img{
    width: 100%;
    max-width: 100%;
}
header.header {
    background: #f0f4f7;
}
.header-wrapper {
    padding: 15px 15px;
}
.inner-header {
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    vertical-align: baseline;
}
.toggle-menu {
    flex: 1 1 2%;
    margin-right: 0px;
}
.logo-menu{
    flex: 1 1 96%;
    margin-right: 0;
}
.menu-toggle-wrapper {
    font-size: 16px;
    font-weight: 700;
    color: #225775;
}
.logo-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-menu .logo {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    color: rgb(32, 32, 32);
}
.side-down {
    font-size: 13px;
    padding-left: 3px;
    color: #225775;
    font-weight: 400;
}
.search-wrapper {
    background-color: #f0f4f7;
    padding: 8px 20px 12px;
    z-index: 101;
    position: sticky;
    top: 0
}
.search-inner-wrapper {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.search-inner-wrapper {
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    background-color: #fff;
}
.icon-search {
    font-size: 18px;
    padding-left: 16px;
    color: #919fa8;
}
.searchbar-text {
    opacity: .5;
    font-size: 12px;
    color: #254153;
    padding-left: 8px;
    width: 75%;
}
.festive a{
    display: flex;

}
.home-banner-slider .slick-dots,
.desktop-home-banner-slider .slick-dots{
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    justify-content: center;
    margin-top: 20px;
    vertical-align: baseline;
    list-style: none;
}
.home-banner-slider .slick-dots li,
.desktop-home-banner-slider .slick-dots li {
    position: relative;
    border-radius: 2px;
    border-color: transparent;
    background-color: #e1e1e1;
    max-width: 50px;
    background: #ccc;
    cursor: pointer;
    height: 5px;
    margin: 0 5px 10px;
    font-size: 0;
    width: 30px;
}
.home-banner-slider .slick-dots li.slick-active,
.desktop-home-banner-slider .slick-dots li.slick-active{
    background: #00000073;
}
.home-banner-slider .slick-dots li button,
.desktop-home-banner-slider .slick-dots li button{
    opacity: 0;
}
.timer {
    padding: 5px;
    width: 100%;
    height: 44.8px;
    text-align: center;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    background-color: #fff8eb;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.timer-component-wrapper {
    font-weight: 600;
    color: #666;
}
.time-counter {
    background: #fff;
    padding: 5px;
    text-align: center;
    color: #d80000;
    margin: 0 2.5px 0 10px;
    position: relative;
    border-radius: 2px;
    border: 1px solid #fff1d8;
    font: inherit;
    vertical-align: baseline;
}
.timer-component-wrapper .label {
    background-color: #fff8eb;
    color: #b09975;
    font-size: 12px;
    padding: 0;
}
.banner-product-title a{
    display: flex;
    width: 100%;
}
.banner-product-title{
    display: flex;
    flex-wrap: wrap;
}
.banner-product-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.care-banner a{
    display: flex;
    /* height: 100%; */
    width: 93.98%;
}
.care-banner{
    background: #213748;
    display: flex;
    justify-content: center;
}
.accordion {
    display: flex;
    flex-direction: column;
}
.accordion-item {
    border: none;
    margin-bottom: 5px;
    background-color: #f0f4f7;
}
.accordion-item-body {
    display: none;
}
.footer-bottom {
    padding: 20px 24px 0;
    background-color: #f0f4f7;
}
.footer-bottom-uppper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 2px auto;
}   
.footer-bottom-uppper span{
    color: #a5a5a5;
    font-weight: 700;
    font-size: 10px;
}
.accordion-item{
    padding: 18px 0;
    margin: 0;
    border-radius: 0;
}
.accordion-item-header{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    visibility: visible;
}
.accor-left {
    color: #202020;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.accor-right{
    margin: auto 0 auto auto;
    color: #a5a5a5;
    font-weight: 700;
    font-size: 12px;
}
.tabs {
    display: flex;
    list-style: none;
    padding: 0;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 32px 0 22px;
}
.tabs .tab:first-child{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-left: 1px solid #202020;
}
.tabs .tab:last-child{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-right: 1px solid #202020;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tabs .tab.active{
    background-color: #202020;
    color: #fff;
}
.tabs .tab{
    font-size: 12px;
    letter-spacing: .48px;
    line-height: 30px;
    color: #202020;
    text-align: center;
    flex: 1;
    margin: auto;
    border: 1px solid #202020;
    border-left: unset;
    background-color: #fff;
    color: #6d6d6d;
    font-weight: 400;
    text-transform: capitalize;
}
.tab-c-item a {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    line-height: 18px;
}
.tab-c-item {
    line-height: 21px;
}
._1q0TF {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
}
._2bTcH {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}
._2q8Du, .Z8WqG {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.Z8WqG {
    padding: 8px 0;
    position: relative;
}
._3FT_X {
    color: #202020;
}
._3XpSB {
    font-weight: 400;
}
._3i_pX {
    font-size: 10px;
}
._2y4R1 {
    width: 24px;
    height: 24px;
}
/* order */
.ShvO1 {
    margin: 16px;
    padding-top: 16px;
}
._21Obt {
    width: 100%;
}
._2lJp1 {
    border-radius: 8px;
}
._2gmDn, ._3z49U {
    background-color: #fff;
}
._2gmDn {
    box-shadow: 0 1px 2px 0 rgba(32,32,32,.16);
}
.tE5ym {
    margin: 0 8px;
    border-top: 1px solid #94afc2;
}
._3mpmE, ._21ljk {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.MV68m {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 8px;
}
.XyB0s {
    position: relative;
}
._3RsHf {
    border-radius: 4px;
}
._3RsHf, .WKFPm {
    max-height: 120px;
    max-width: 98px;
}
.Uy9Ov {
    display: none!important;
}
._3I1H9 {
    width: 100%;
}
._3I1H9 {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 12px;
}
._2gzZp, .zLYUm {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
._2HGgT, ._3HFHD {
    display: flex;
}
._45vLv {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
}
._1Z7CO, .rka5g {
    width: 100%;
}
._29RA8 {
    color: #6d6d6d;
}
._2WSHd {
    font-size: 12px;
}
._2IwLF {
    font-weight: 700;
}
._29RA8 {
    color: #6d6d6d;
}
._2WSHd {
    font-size: 12px;
}
._3XpSB {
    font-weight: 400;
}
._3RsHf, .WKFPm {
    max-height: 120px;
    max-width: 98px;
}
._3RsHf {
    border-radius: 4px;
}
.Uy9Ov {
    display: none!important;
}
._3YHo-:not(:last-child) {
    margin-right: 4px;
}
._2bs39 {
    cursor: pointer!important;
}
._2YTuL {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #f0f4f7;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
    border-radius: 4px;
    min-height: 21px;
}
._2YTuL>div:not(:last-child) {
    padding: 0 4px;
}
._3QgdY, ._3v1YZ {
    margin: auto;
}
._2bs39 {
    cursor: pointer!important;
}
._29RA8 {
    color: #6d6d6d;
}
._3i_pX {
    font-size: 10px;
}
._3XpSB {
    font-weight: 400;
}
.is-capitalized {
    text-transform: capitalize;
}
._3FT_X {
    color: #202020;
}
._2WSHd {
    font-size: 12px;
}
._2IwLF {
    font-weight: 700;
}
._2gzZp {
    margin-top: 5px;
}
._3DYTa, .wFc_l {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 12px;
}
._3YHo-:not(:last-child) {
    margin-right: 4px;
}
._3FT_X {
    color: #202020;
}
._2WSHd {
    font-size: 12px;
}
._2IwLF {
    font-weight: 700;
}
._29RA8 {
    color: #6d6d6d;
}
._2WSHd {
    font-size: 12px;
}
._29RA8 {
    color: #6d6d6d;
}
._2WSHd {
    font-size: 12px;
}
._3XpSB {
    font-weight: 400;
}
._2Qqe5 {
    color: #00bf76;
}
._3i_pX {
    font-size: 10px;
}
._2IwLF {
    font-weight: 700;
}
._21ljk {
    flex-flow: row nowrap;
    padding: 12px;
}
._3mpmE, ._21ljk {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
._3mpmE {
    flex-flow: column;
    margin: auto 0;
}
._2BCbs {
    cursor: pointer!important;
    height: 100%;
    margin: auto 0 auto auto;
    align-self: flex-end;
}
._4GRED {
    padding: 0!important;
    margin: 0;
    border-radius: 0!important;
    height: inherit!important;
    line-height: inherit!important;
    border: 0;
    background-color: transparent;
    outline: 0;
}
._1L_GX, .Nd0-O {
    color: #268cb9;
    display: inline;
    outline: 0;
}
._1Pr1m {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1;
    font-weight: 700;
    outline: 0;
}
._2VrcA {
    font-size: 12px;
}

._1cSSc {
    margin: 16px 0;
}
._1cSSc {
    margin: 16px 0;
}
.RlXpg {
    color: #a5a5a5;
}
._3i_pX {
    font-size: 10px;
}
._2IwLF {
    font-weight: 700;
}
._3WtcL {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 2px auto;
}
._1fHh4 {
    padding: 0 16px 16px;
}
._1fHh4, .yjEw3 {
    background-color: #fff;
    padding-top: 0;
}
._3iR-h {
    width: 100%;
    height: 1.2rem;
    display: grid;
    grid-template-columns: repeat(17,1fr);
    justify-items: center;
    align-items: center;
    transform: translateY(-40%);
}
._3iR-h span {
    height: 100%;
    width: 1.2rem;
    background-color: #f0f4f7;
    border-radius: 50%;
}
._3S_Gz, ._6wPOp {
    margin: 16px 0;
}
._3FT_X {
    color: #202020;
}
.EZuNY {
    font-size: 16px;
}
._1-uyY:not(:last-child) {
    margin-bottom: 4px;
}
._1-uyY, ._1asEn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
._3FT_X {
    color: #202020;
}
._2WSHd {
    font-size: 12px;
}
._1kS00 {
    margin: 0 0 0 auto;
}
._2Qqe5 {
    color: #00bf76;
}
._2nWUx:first-of-type {
    margin-top: 0;
}
._2nWUx {
    margin-top: 4px;
    text-align: end;
}
._3HRtC {
    margin-left: 4px;
    text-decoration: line-through;
}
._1unRT {
    display: flex;
    align-items: center;
}
._1naFe {
    color: #268cb9;
    font-size: 12px;
    font-weight: 700;
    margin-left: 7px;
}
._2Vqo4 {
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-top: 4px;
}
._2Vqo4 span {
    color: rgba(74,74,74,.7)!important;
}
._3XpSB {
    font-weight: 400;
}
._1-uyY, ._1asEn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.iTW2h {
    font-size: 14px;
}
._3Vx4U {
    margin: 8px 0;
}
._2ZWhb {
    padding: 16px 15px;
    background-color: #fff;
}
._2WSHd {
    font-size: 12px;
}
._1spjS {
    padding: 4px 0 2px;
}
._60fAH {
    color: #268cb9;
}
._3hTy6, ._10Rjk {
    width: 100%;
    background-color: #fff;
}
._3hTy6 {
    padding: 7px 20px;
}
._2G9H9 {
    position: sticky;
    position: -webkit-sticky;
    box-shadow: 0 -2px 6px 0 rgba(0,0,0,.16);
    bottom: 0;
}
._1PvcY:last-child, ._1X0c4:last-child, .HRFqt:last-child {
    margin-right: 0;
}
._1PvcY:last-child, ._1X0c4:last-child, .HRFqt:last-child {
    margin-right: 0;
}
._1PvcY, ._1X0c4, .HRFqt {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
._3lUMw {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
}
._60fAH {
    color: #268cb9;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
button._2fXFm {
    height: 48px;
    border-radius: 8px;
    padding: 0 24px;
}
._2zWIL {
    width: 100%;
}
._2fXFm {
    font-size: 14px;
}
.wQxKC {
    background-color: #202020;
    color: #fff;
    border: 0;
}
._1Pr1m {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer!important;
    font-weight: 700;
    outline: 0;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
._28WmV {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    border-bottom: .5px solid rgba(18,18,18,.12);
    z-index: 999;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .defaultAddressMsite label, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .defaultAddressMsite label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #202020;
}
._1PvcY:last-child, ._1X0c4:last-child, .HRFqt:last-child {
    margin-right: 0;
}
._1PvcY:last-child, ._1X0c4:last-child, .HRFqt:last-child {
    margin-right: 0;
}
._1PvcY, ._1X0c4, .HRFqt {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
._3_YR8 {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}
.M2513 {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
}
.shipping-page #mAccountWrapper {
    padding-top: 0;
    margin-top: 50px;
    position: relative;
}
.primary-header.header-new-design .headerBackIcon {
    display: inline-block;
}
._2Va4V {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}
._29RA8 {
    color: #6d6d6d;
}
._2WSHd {
    font-size: 12px;
}
._3XpSB {
    font-weight: 400;
}
.primary-header.header-new-design .ShippingHeader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 14px;
}
.primary-header.header-new-design {
    height: 55px;
    z-index: 2;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 16px;
}
._17gBx {
    display: inline-block;
}
._17gBx {
    display: inline-block;
}
._19af4 {
    width: 100%;
    height: 100%;
}
._1c1Dd, ._1Zwxc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
._80-5t, .NguxZ {
    height: 100%;
    background-color: #fff;
    width: inherit;
    border: 0;
}
#mAccountWrapper .address-content, #mCheckoutWrapper .address-content {
    background-color: #f0f4f7;
}
#mAccountWrapper .address-content .add-address-form, #mCheckoutWrapper .address-content .add-address-form {
    width: 100%;
    text-align: left;
    margin: 0;
    padding-top: 10px;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container {
    background-color: #f0f4f7;
    height: 100%;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .addNewAddressText, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .addNewAddressText {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .addNewAddressText, #mAccountWrapper .address-content .add-address-form .add-address-form-container .addNewAddressTextLuxe, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .addNewAddressText, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .addNewAddressTextLuxe {
    font-size: 16px;
    padding: 0 16px;
    background-color: #fff;
    height: 55px;
    z-index: 1;
    top: 0;
    width: 100%;
    border: .5px solid rgba(18,18,18,.12);
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .contact-info-address, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .contact-info-address {
    background-color: #fff;
    padding: 24px 16px 32px;
    margin-top: 55px;
}
._2Va4V {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .addNewAddressTextLuxe span, #mAccountWrapper .address-content .add-address-form .add-address-form-container .addNewAddressText span, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .addNewAddressTextLuxe span, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .addNewAddressText span {
    margin-left: 10px;
    flex: 1 1;
}
#mAccountWrapper .address-content .add-address-form, #mCheckoutWrapper .address-content .add-address-form {
    width: 100%;
    text-align: left;
    margin: 0;
    padding-top: 10px;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .addNewAddressText .mobaddaddr-reset, #mAccountWrapper .address-content .add-address-form .add-address-form-container .addNewAddressTextLuxe .mobaddaddr-reset, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .addNewAddressText .mobaddaddr-reset, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .addNewAddressTextLuxe .mobaddaddr-reset {
    font-size: 12px;
    font-weight: 700;
    color: #268cb9;
    outline: none;
    text-transform: capitalize;
    background: transparent;
    border: none;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .contact-info-address, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .contact-info-address {
    background-color: #fff;
    padding: 24px 16px 32px;
    margin-top: 55px;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .contact-info-address span:first-of-type, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .contact-info-address span:first-of-type {
    margin-bottom: 24px;
    display: inline-block;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input {
    width: 100%;
    margin: 0;
}
._3eKUL._2K6Dj label, .c8Yyo._2K6Dj label {
    transform: translateY(1px) scale(.75);
    font-weight: 700;
    color: #202020;
}
._3eKUL label, .c8Yyo label {
    position: absolute;
    transform: translateY(16px) scale(1);
    font-size: 14px;
    color: #6d6d6d;
    transform-origin: top left;
    transition: all .1s ease-in-out;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input .address-error-msg, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input .address-error-msg {
    color: #ff7676;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 0;
}
._3eKUL input, .c8Yyo input {
    border: none;
    font-size: 14px;
    padding: 20px 0 10px;
    outline: 0;
    width: 100%;
    background-color: #f0f4f7;
}
._3eKUL._2K6Dj, .c8Yyo._2K6Dj {
    padding: 6px 8px 0;
}
._3eKUL, .c8Yyo {
    padding: 0 8px;
    position: relative;
    width: inherit;
    border-radius: 4px;
    background-color: #f0f4f7;
}
._3eKUL label, .c8Yyo label {
    position: absolute;
    transform: translateY(16px) scale(1);
    font-size: 14px;
    color: #6d6d6d;
    transform-origin: top left;
    transition: all .1s ease-in-out;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .address-info-section, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .address-info-section {
    background-color: #fff;
    margin: 10px 0;
    padding: 24px 16px 1px;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .address-info-section>div, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .address-info-section>div {
    margin-bottom: 32px;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input {
    width: 100%;
    margin: 0;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .address-info-section .cityPincode, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .address-info-section .cityPincode {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .address-info-section .cityPincode .city, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .address-info-section .cityPincode .city {
    flex-basis: 50%;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .address-info-section .cityPincode .pincode, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .address-info-section .cityPincode .pincode {
    flex-basis: 49%;
    margin-right: 10px;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input {
    width: 100%;
    margin: 0;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .typeOfAdd, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .typeOfAdd {
    background: #fff;
    padding-bottom: 1px;
    padding-top: 24px;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input .radioButton span:first-of-type, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input .radioButton span:first-of-type {
    margin-left: 16px;
    display: inline-block;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input .radioButton .addressTypeButton, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input .radioButton .addressTypeButton {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 16px;
    position: relative;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
._1JrWv {
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto!important;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
._3FT_X {
    color: #202020;
}
.EZuNY {
    font-size: 16px;
}
._2IwLF {
    font-weight: 700;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input .radioButton .addressTypeButton label, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .mobaddadddr-input .radioButton .addressTypeButton label {
    padding: 0 10px;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .defaultAddressMsite, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .defaultAddressMsite {
    padding: 0 16px;
    background-color: #fff;
    position: relative;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .mobaddaddr-default, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .mobaddaddr-default {
    font-size: 12px;
}
#popup .buq3J{
    display: none;
}
#mAccountWrapper .address-content .add-address-form .add-address-form-container .defaultAddressMsite label, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .defaultAddressMsite label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #202020;
}
#mAccountWrapper .address-content .add-address-form .mobaddaddr-type, #mCheckoutWrapper .address-content .add-address-form .mobaddaddr-type {
    height: 72px;
    width: 100%;
    background: #fff;
    box-shadow: 0 -3px 10px 0 rgba(0,0,0,.1);
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#mAccountWrapper .address-content .add-address-form .mobaddaddr-type button, #mCheckoutWrapper .address-content .add-address-form .mobaddaddr-type button {
    width: 343px;
    height: 48px;
    border-radius: 8px;
    background-color: #202020;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}
.rilrtl-button {
    will-change: transform,opacity;
    color: rgba(0,0,0,.87);
    display: inline-block;
    position: relative;
    min-width: 64px;
    height: 40px;
    padding: 0 16px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media screen and  (max-width:991px) {
    .banner-product-item{
        width: calc(100% / 3);
    }
    /* .footer-bottom {
        margin-bottom: 58px;
    } */
    #mAccountWrapper .address-content .add-address-form .add-address-form-container .addNewAddressText, #mAccountWrapper .address-content .add-address-form .add-address-form-container .addNewAddressTextLuxe, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .addNewAddressText, #mCheckoutWrapper .address-content .add-address-form .add-address-form-container .addNewAddressTextLuxe {
        position: fixed;
    }
    .instock-container{
        background: #f0f4f7;
    }
}

@media screen and  (min-width:992px) {
    #mAccountWrapper .address-content .add-address-form .add-address-form-container .mobaddaddr-default{
        padding-bottom: 20px;
    }
    .hurry-banner-desktop{
        width: 100%;
    }   
    .banner-product-item{
        width: calc(100% / 4);
    } 
    /* .footer-bottom {
        padding-bottom: 58px;
    } */
    ._3_YR8 img{
        max-width: 10% !important;
    }
    .instock-container,
    .add-address-form-container{
        max-width: 1200px;
        margin: 0 auto;
    }
    .instock-container:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        z-index: -1;
    }
}

input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid black;
}


button.mng-qty {
    border: none;
    background: transparent;
}

.cart a{
    position: relative;
}

.cart .cart-item-cnt{
    position: absolute;
    top: -5px;
    right: -10px;
    line-height: 1;
    background-color: #000;
    color: #FFF;
    padding: 3px 5px;
    border-radius: 10px;
    font-size: 12px;
}

/********* Payment **********/
.form-check {
    font-size: 20px;
    border: 1px solid #ccc;
    margin-bottom: 11px;
    border-radius: 10px;
}

.form-check.active {
    border-color: #367dfb;
}

.form-check input {
    height: 20px;
    width: 20px;
    border: 1px solid;
}

.form-check label.form-check-label {
    font-size: 23px;
    display: flex;
    align-items: center;
    padding: 15px;
}

.form-check .form-check-label.input {
    margin-right: 10px;
}

span.unaviable {
    font-size: 18px;
    opacity: 0.5;
    margin-left: 10px;
    line-height: 31px;
}

.form-check.available-method span {
    font-size: 18px;
    margin-left: 13px;
}

.delivery-extra .line {
    margin-bottom: 10px;
}

.delivery-extra span {
    font-size: 20px;

}

.offerend-container {
    text-align: center;
    font-weight: bold;
    padding: 14px;
}

.offer-timer {
    color: rgb(251, 100, 27) !important;
}

.order-total {
    color: rgb(251, 100, 27) !important;
    font-weight: bold;
}

.pay-logo {
    max-width: 40px;
    padding: 0.5rem;
}

.topPaymentWrapper {
    position: relative;
    -webkit-box-shadow: var(--default-shadow);
    -moz-box-shadow: var(--default-shadow);
    box-shadow: var(--default-shadow);
    height: 140px;
    z-index: 2;
}

.topPaymentWrapper img {
    max-height: 20px;
    padding: 0.8rem;
    position: absolute;
}

.topPaymentWrapper h1 {
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
    padding-top: 35px;
    letter-spacing: 0.1rem;
    /* font-family: 'SecondaSoft Bold'; */
    font-weight: bold;
}

.paymentWrapper .paymentWrapperCard .topPaymentWrapper p {
    font-size: 16px;
    text-align: center;
}

.paymentWrapper .paymentWrapperCard .topPaymentWrapper p.orderid {
    font-size: 12px;
    text-align: center;
    color: #8f8787;
}

.btnWrapper {
    margin: 2rem 2rem 0rem 2rem;
}

.btnWrapper button {
    width: 100%;
    height: 50px;
    border: 0;
    /* margin-bottom: 10px; */
    background: black;
    color: white;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
}

.successIconWrapper {
    margin-top: 2rem;
    text-align: center;
}

.successIconWrapper img {
    max-width: 100px;
}

.list-group {
    text-decoration: none;
}

.product-details div {
    max-width: 100vw !important;
}

.product-details>div {
    padding: 0 !important;
}

.product-page-buy {
    width: 100%;
    height: 50px;
    border: 1px solid #ffc200;
}

.product-price-list {
    display: flex;
    justify-content: space-between;
}

.product-price-list .mrp {
    text-decoration: none !important;
    color: initial !important;
}

.product-price-list .title,
.product-price-list .data {
    font-size: 14px;
}

.product-price-list .text-success {
    /* font-weight: 600; */
    color: #069e06 !important;
}

.product-price-list.total {
    border-top: 1px dashed #EEE;
}

.product-price-list.saved-div {
    border-top: 1px solid #EEE;
    font-size: 13px;
}

.btn-continue {
    width: 170px !important;
    height: 40px !important;
}

span.strike {
    text-decoration: line-through;
}