/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body, html {
    overflow-x: hidden; 
    font-family: 'Gotham';
}
p {
	font-weight: 400;
}
a {
	color: #243A73;
	text-decoration: none;
	transition: 0.5s all;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
html, body {
    scroll-behavior: smooth;
    padding: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Gotham';
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Didot Title';
    src: url('../fonts/DidotTitle.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../fonts/Gotham-UltraItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../fonts/Gotham-Ultra.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

 
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

.container{
    max-width: 1280px;
}

.topbar {
    background: #10181E;
    height: 30px;
    display: flex;
    align-items: center;
}
.infobox {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}
.custom-select {
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    outline: 0;
    width: auto;
    display: inline-flex;
    padding-right: 20px;
    background-image: url(../img/headerdropdown.png);
    background-position: 97%;
    background-repeat: no-repeat;
      appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-select option{
    background: #10181E;
}
.headermain {
    height: 62px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.headericons {
    height: 40px;
    width: 40px;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 3px 4px 0px #FFFFFF33 inset;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.headericons img {
    max-width: 22px;
}
.headersearchinput .form-control {
    background: #F5F5F6;
    border: 0;
    height: 40px;
    padding: 0px 20px 0 50px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    box-shadow: unset;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 3%;
}
.headersearchinput .form-control::placeholder{
    color: #808080;
}
.logohead img {
    max-width: 160px;
}
.headersearchinput {
    width: 529px;
    margin: 0 auto;
}
.bannersection {
    height: calc(100vh - 92px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bannercontent h1 {
    font-family: 'Didot';
    font-size: 80px;
    margin-bottom: 50px;
}
.bannercontent h2 {
    color: #10181E;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 30px;
    line-height: 32px;
}
.bannercontent a {
    background: #10181E;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 0 10px 0 10px;
    font-weight: 400;
    letter-spacing: 2px;
}
.padding {
    padding: 70px 0;
}
.bannercategorybox {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.categoryname {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-weight: 700;
    color: #fff;
    font-family: 'Didot';
    font-size: 28px;
    z-index: 1;
}
.bannercategorybox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.bannercategorybox::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(177.36deg, rgba(255, 255, 255, 0) -2.44%, rgba(0, 0, 0, 0.25) 30.29%, rgba(0, 0, 0, 0.5) 63.02%);
    height: 70px;
    width: 100%;
}
.bannercategorybox:hover img{
    transform: scale(1.3) rotate(5deg);
}
.showsearchbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: #fff;
    z-index: 2;

    /* bottom-only shadow */
    box-shadow: 0 20px 15px rgba(0, 0, 0, 0.15);

    /* hidden state */
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;

    /* smooth animation */
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1),
                opacity 0.35s ease, 
                visibility 0.35s ease;
}

.showsearchbox.active {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.searchtop {
    border-bottom: 1px solid #808080;
    position: relative;
    display: flex;
    align-items: center;
    height: 56px;
}
.searchtop .form-control {
    border: 0;
    height: 56px;
    background-color: transparent;
    box-shadow: unset;
    color: #808080;
    font-size: 20px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 1%;
    font-weight: 300;
    padding: 10px 0 10px 50px;
}
.searchtop a {
    color: #10181E;
    font-size: 20px;
    display: block;
}
.searchproductimgg {
    height: 211px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.searchproductimgg img{
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.searchhead {
    font-size: 20px;
    font-weight: 700;
}
.viewall {
    font-size: 16px;
    color: #1B1718;
    border-bottom: 2px solid;
}
.searchcategory h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #10181E;
}
.searchcategory ul li a{
    color: #808080;
    font-size: 16px;
    display: block;
    font-weight: 300;
}
.searchcategory ul li{
    list-style: none;
    margin-bottom: 5px;
}
.searchcategory ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.searchproductname {
    color: #10181E;
    font-size: 16px;
}
.profilemenuss {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px 0;
    background: #fff;

    /* bottom-only shadow */
    box-shadow: 0 20px 15px rgba(0, 0, 0, 0.15);

    /* hidden state */
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    z-index: -1;

    /* smooth animation */
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1),
                opacity 0.35s ease,
                visibility 0.35s ease,
                z-index 0s linear 0.45s; /* delay z-index reset until hidden */
}

.profilemenuss.active {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1),
                opacity 0.35s ease,
                visibility 0.35s ease,
                z-index 0s;
}

.profilemenubox {
    height: 90px;
    background: #FFFFFF03;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    color: #10181E;
    margin-right: 10px;
    width: 15%;
    text-align: center;
    padding: 8px 5px;
}
.profilemenubox span {
    height: 40px;
    width: 40px;
    background: #F4F4F4;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.profilemenuinner {
    display: flex;
}
.profilemenuinner .profilemenubox:last-child {
    margin-right: 0;
}
.mainmenu {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    padding: 20px 0px;
    background-color: #fff;

    /* bottom-only shadow */
    box-shadow: 0 20px 15px rgba(0, 0, 0, 0.15);

    /* hidden state */
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;

    /* smooth animation */
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1),
                opacity 0.35s ease,
                visibility 0.35s ease;
}

.mainmenu.active {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.mainmenu .nav-tabs {
    border-bottom: 1px solid #E5E5E5;
    justify-content: center;
}
.mainmenu .nav-tabs .nav-link {
    color: #10181E;
    font-weight: 400;
    font-size: 16px;
    border: 0;
    background-color: transparent;
    padding: 10px 30px;
    outline: 0;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}
.mainmenu .nav-tabs .nav-link.active {
    border-bottom: 3px solid #10181E;
}
.menuproductflex .col-md-3 {
    width: 16%;
    padding: 0 10px;
}
.commanhead {
    font-size: 46px;
    color: #10181E;
    font-family: 'Didot';
    font-weight: 700;
} 
.productrow .col-auto {
    width: 20%;
}
.productcommanimg {
    width: 100%;
    height: 266px; 
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.productcommanimg img{ 
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    height: 100%;
}
.productcomman:hover .productcommanimg>img {
    transform: scale(1.1) rotate(2deg);
}

.cb_cmn {
    height: 20px;
    width: 20px;
    z-index: 1;
    position: relative;
    margin-left: -5px;
    background: #000;
    border-radius: 50px;
}
.colorboxes .cb_cmn:first-child {
    margin: 0;
}
.designerlogo img {
    max-width: 306px;
}
.productname {
    font-weight: 700;
    font-size: 16px;
    color: #10181E;
    border-bottom: 1px solid #10181E26;
    padding-bottom: 4px;
    margin-bottom: 4px;
    display: block;
}
.productprice {
    font-size: 18px;
    font-weight: 400;
    color: #10181E;
}
.addtocart {
    backdrop-filter: blur(20px);
    border: 1px solid #10181E;
    background: #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 10px 0;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #10181E;
}
.addtocart img {
    max-width: 21px;
    margin-right: 5px;
    transition: 0.3s ease-in-out;
}
.addtocart1 {
    backdrop-filter: blur(20px);
    border: 1px solid #10181E;
    background: #10181E;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 10px 0;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
}
.addtocart1 img {
    max-width: 21px;
    margin-right: 5px;
    transition: 0.3s ease-in-out; 
}
.cb_1{
    background-color: #10181E;
}
.cb_2{
    background-color: #FFFFFF;
}
.cb_3{
    background-color: #DBDBDB;
}
.cb_4{
    background-color: #E5C9A8;
}
.addtocart:hover {
    background: #10181E;
    color: #fff;
}
.addtocart:hover img{
    filter: invert(1);
}
.favicon {
    backdrop-filter: blur(36.64784622192383px);
    background: #10181E4D;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.favicon img {
    height: auto;
    max-width: 17px;
    transform: unset;
}
.seeallbtn {
    color: #10181E;
    font-size: 24px;
    display: flex;
    align-items: center;
}
.seeallbtn img{
    margin-left: 10px;
}
.bestselleingbox {
    height: 411px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.bestselleingbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bestselleingtext {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 25px;
}
.bestselleingtext h3 {
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-size: 30px;
}
.bestselleingtext span {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
}
.ai_recommdation_row {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 40px 40px;
}
.aisliderbox .productcomman {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.aisliderbox .productcommandetails {
    padding: 6px 12px 12px;
}
.homeservices {
    background-color: #F7F8F8;
    padding: 40px 0;
}
.homeservicesbox {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #10181E;
    justify-content: center;
}
.homeservicesbox span{
    margin-right: 20px;
}
.homeservicesbox span img {
    max-width: 51px;
}
.copyright p {
    margin: 0;
    font-size: 16px;
}
.copyright {
    padding: 10px 0;
    text-align: center;
}
.footermain{
    background-color: #10181E;
    padding: 70px 0;
}
.footerabout h2 {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 5px;
}
.footerabout p {
    color: #FFFFFF;
    font-size: 12px; 
}
.footericons {
    height: 30px;
    width: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.emailbox .form-control {
    height: 42px;
    border-radius: 10px;
    border: 0;
    color: #1C3440;
    font-size: 12px;
    padding: 0 20px;
    box-shadow: unset;
}
.btnsubmit {
    background: #10181E;
    border-radius: 10px;
    border: 0;
    width: 46px;
    height: 36px;
    position: absolute;
    bottom: 3px;
    right: 4px;
}
.footerbox h2 {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 30px;
}
.footerbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footerbox ul li {
    margin-bottom: 10px;
}
.footerbox ul li a{
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
.footerbox ul li a:hover{
    transform: translateY(-5px);
}
.infofooter {
    display: block;
    color: #fff !important;
    font-weight: 400;
    font-size: 15px;
}
.authpages{
    background-color: #F7F8F8;
}
.authbtns1 {
    border: 1px solid #10181E;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 10px 0 10px 0;
    color: #10181E;
    font-weight: 600;
    font-size: 16px;
    background-color: #fff;
}
.authbtns2 {
    border: 1px solid #10181E;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 10px 0 10px 0;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    background-color: #10181E;
}
.WhatsAppbtn{
    border: 1px solid #089E60;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 10px 0 10px 0;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    background-color: #089E60;
}
.loginbox {
    text-align: center;
}
.loginbox h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 6px;
    color: #10181E;
}
.loginbox p {
    font-size: 14px;
    color: #808080;
    margin-bottom: 20px;
    font-weight: 400;
}

.loginbox img{
    max-width: 60px;
    margin-bottom: 20px;
}
 
.authlogintop {
    height: 160px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.authlogintop img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.colwidth {
    width: 41%;
}
.loginform {
    background: #fff;
    padding: 20px 20px;
}
.loginform h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.labelinput {
    color: #10181E;
    font-size: 14px;
    margin-bottom: 5px;
}
.countrycode .form-select {
    height: 42px;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    width: 84px;
    font-size: 14px;
    color: #10181E;
    padding-right: 30px;
}
.authform .form-control {
    height: 42px;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    color: #10181E;
    font-size: 14px;
    padding: 0 20px 0 40px;
    box-shadow: unset;
    font-weight: 400;
}
.authform .form-select {
    height: 42px;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    color: #10181E;
    font-size: 14px;
    padding: 0 20px 0 10px;
    box-shadow: unset;
    font-weight: 400;
}
.authform .form-control::placeholder{
    color: #808080;
}
.inputicon {
    position: absolute;
    left: 12px;
    top: 9px;
    max-width: 22px;
}
.eyebtn {
    position: absolute;
    border: 0;
    padding: 0;
    background-color: transparent;
    right: 14px;
    top: 7px;
}
.eyebtn img{
    max-width: 25px;
}
.loginwith {
    color: #808080;
    font-weight: 400;
    font-size: 13px;
    position: relative;
}
.loginwith::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
}
.loginwith {
    color: #808080;
    font-weight: 400;
    font-size: 13px;
    position: relative;
    text-align: center;
}
.loginwith span {
    background-color: #fff;
    text-align: center;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.loginwith::after {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
}
.custom-checkbox {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #10181E;
    cursor: pointer; 
    font-weight: 500;
    line-height: 21px;
}
.custom-checkbox input {
    display: none;
}
.custom-checkbox .checkmark {
    width: 18px;
    height: 18px;
    border: 1px solid #EEEEEE;
    background-color: #fff;
    display: inline-block;
    position: relative;
    border-radius: 0;
    border-radius: 4px;
    margin-right: 12px;
}
.forgotpassword {
    color: #10181E;
    font-size: 14px;
}
.custom-checkbox input:checked + .checkmark{
    background-color: #10181E;
    border-color: #10181E;
}
.custom-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-checkbox a {
    font-weight: 600;
    color: #10181E;
    margin: 0 4px;
}
.otherbtns {
    border: 1px solid #E5E5E5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 46px;
    color: #10181E;
    font-size: 15px;
}
.otherbtns img{
    margin-right: 10px;
}
.donthave {
    font-weight: 400;
    font-size: 14px;
    color: #10181E;
}
.donthave a{
    color: #10181E;
    font-weight: 600;
}
input[type="date"] {
  position: relative;
}
/* Hide default calendar icon (Chrome, Safari, Edge) */
input[type="date"]::-webkit-calendar-picker-indicator {
 background-image: url('../img/calender.png');
    background-size: 18px;
    height: 18px;
    width: 18px;
}

 
.designerimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.designerimg {
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.designerbanner{
    position: relative;
}
/* .designerbanner::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    width: 100%;
    background: linear-gradient(180deg, #D9D9D9 81.94%, rgba(115, 115, 115, 0) 100%);
} */
 .designerlogo {
    margin-top: -70px;
    text-align: center;
}
.productpagetop {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
}
.productpagehead h2 {
    font-weight: 700;
    font-size: 24px;
    margin: 0 10px 0 0;
}
.productpagehead span {
    display: block;
    font-size: 16px;
    color: #808080;
    font-weight: 400;
    margin-top: 6px;
}
.filtermainhead {
    font-weight: 700;
    font-size: 22px;
}
.sortby {
    border: 1px solid #E5E5E5;
    height: 40px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    padding: 0 10px;
}
.sortby span{
    font-weight: 400;
    font-size: 14px;
    color: #10181E;
    white-space: nowrap;
}
.sortby .form-select {
  border: 0;
  padding: 0;
  box-shadow: unset;
  font-weight: 600;
  font-size: 14px;
  color: #10181E;
  margin-left: 5px;
  width: auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none; /* Remove background including arrow */
}

/* For Internet Explorer & old Edge */
.sortby .form-select::-ms-expand {
  display: none;
}
.filtercol {
    width: 20%;
}
.productcol{
    width: 80%;
}
.filterbox {
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
    border-radius: 10px;
}
.fiterboxhead {
    font-weight: 600;
    font-size: 14px;
    color: #10181E;
    padding: 0px 18px;
    height: 46px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}
.filterboxinner {
    padding: 15px 15px;
} 
.priceinput .form-control {
    border: 1px solid #E5E5E5;
    background: #F7F7F7;
    font-size: 10px;
    border-radius: 5px;
    box-shadow: unset !important;
    height: 31px;
}
.productquantity {
    font-size: 13px;
    color: #10181E;
    cursor: pointer;
    font-weight: 500;
}
.more-link {
    font-size: 14px;
    color: #10181E;
    font-weight: 600;
}
.sizebtn {
    border: 1px solid #E5E5E5 !important;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px;
    font-size: 12px;
    font-weight: 500;
    color: #10181E;
}


.sizebtn.active{
    background-color: #10181E;
    color: #fff;
}
.addtocartmodal .modal-dialog {
    max-width: 420px;
}
.addtocartmodal .modal-content {
    border: 0;
    border-radius: 20px;
}
.addtocartmodal .modal-body {
    padding: 40px 16px 16px 16px;
}
.modalhead h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
    color: #10181E;
}
.modalhead p {
    font-size: 13px;
    margin: 0;
}
.btn-close {
    position: absolute;
    right: 17px;
    opacity: 1;
    top: 17px;
} 
.addtocartmodalmain {
    backdrop-filter: blur(21.875001907348633px);
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 11px 1px;
    margin: 0;
}
.cartoptionhead {
    font-size: 15px;
    font-weight: 500;
    color: #10181E;
}
.cartcolor {
    height: 40px;
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #000;
}
.c_color1{
    background-color: #F51E09;
border: 1px solid #F51E09;

}
.c_color2{
background-color: #E5C9A8;
border: 1px solid #10181E
}
.c_color3{
background-color: #fff;
border: 1px solid #EEEEEE;
}
.c_color4{
background: #10181E;
border: 1px solid #EEEEEE
}
.c_color5{
background: #9747FF;
border: 1px solid #EEEEEE
}
.selectsizee {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    width: 66px;
    font-size: 14px;
    color: #10181E;
}
.selectsizee.active{
    background-color: #10181E;
    color: #fff;
}
.needhelp {
    font-weight: 400;
    color: #10181E;
    font-size: 14px;
}
.needhelp a {
    color: #32A336;
}
.payemntstatusmain {
    text-align: center;
}
.payemntstatusmain h2 {
    font-weight: 500;
    color: #10181E;
    font-size: 20px;
    margin-bottom: 12px;
}
.payemntstatusmain p{
    font-size: 14px;
    color: #10181E;
    margin: 0;
}
.payemntstatusmain img{
    max-width: 100px;
    margin-bottom: 20px;
}
.cartprocesscount {
    height: 20px;
    width: 20px;
    background: #EEEEEE;
    border-radius: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 8px;
}
.cartprocessttitle {
    color: #10181E;
    font-size: 14px;
    opacity: 0.3;
    width: 58%;
}
.cartprocessline {
    height: 3px;
    width: 100%;
    background: #EEEEEE;
}
.cartprocess {
    width: 523px;
    margin: 0 auto;
    position: relative;
    left: -80px;
}
.activeprogress .cartprocesscount{
    background: #10181E;
    color: #fff;
}
.activeprogress .cartprocessttitle{
    color: #10181E;
    opacity: 1;
}
.activeprogress .cartprocessline{
    background: #10181E;
}
.cart-container{
    max-width: 1080px;
    margin: 0 auto;
}
.similarproducthead {
    font-weight: 600;
    font-size: 36px;
}
.samedesignborder {
    border: 1px solid #EEEEEE;
    padding: 16px;
    border-radius: 10px;
}
.cartproductbox {
    border: 1px solid #EEEEEE;
    padding: 10px;
    border-radius: 10px;
}
.cartpagehead {
    font-size: 22px;
    font-weight: 500;
}
.cartproduct {
    color: #10181E;
    font-size: 14px;
    display: block;
    font-weight: 700;
}
.cartproductcontent span {
    font-size: 14px;
    color: #10181E;
    font-weight: 400;
}
.pricecart {
    font-size: 16px;
    color: #10181E;
}
.pricecart del{
    color: #808080;
    margin-left: 3px;
}
.deliverytime {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #10181E;
}
.deliverytime img {
    max-width: 20px;
    margin-right: 8px;
}
.cartproduct {
    color: #10181E;
    font-size: 14px;
    display: block;
    font-weight: 700;
    line-height: 14px;
}
.trashbtn img{
    max-width: 20px;
}
.cartselect .form-select {
    background-color: #EEEEEE33;
    border: 1px solid #EEEEEE;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    color: #10181E;
    padding: 0;
    width: 80px;
    height: 22px;
    background-image: url(../img/dropicon.png);
    box-shadow: unset;
    background-size: 7px;
    background-position: 63px;
}
.cartproductimg {
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}
.cartproductimg img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.loginbottom p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #10181E;
}
.loginbottom a {
    color: #10181E;
    font-size: 14px;
    font-weight: 600;
}
.couponbtns {
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    margin: 0;
    height: 48px;
    padding: 0 2px;
}
.couponbtns .col img {
    max-width: 27px;
    margin-right: 10px;
}
.couponbtns span {
    color: #808080;
    font-size: 14px;
} 

.allcoupon {
    display: flex;
    align-items: center;
    color: #10181E;
    font-size: 14px;
}
.allcoupon img{
    margin-left: 5px;
}
.couponhead {
    font-size: 16px;
    color: #10181E;
    font-weight: 500;
}
.ordersummrytxt {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
}
.ordersummrytotal {
    border-top: 1px solid #EEEEEE;
    padding-top: 10px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}
.ordersummrytxt strong, .ordersummrytxt span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #808080;
}
.ordersummrytotal strong  , .ordersummrytotal span{
    font-weight: 500;
    font-size: 15px;
    display: block;
}
.radiobtns label {
    height: 42px;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    color: #10181E;
    font-size: 14px;
    padding: 0 20px 0 16px;
    box-shadow: unset;
    font-weight: 400;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.radiobtns label::after{
    position: absolute;
    content: '';
right: 12px;
    top: 12px;
    height: 15px;
    width: 15px;
    border: 1px solid #10181E;
    border-radius: 50px;
}
.radiobtns label::before{
    position: absolute;
    content: '';
    right: 15px;
    top: 15px;
    height: 9px;
    width: 9px;
    background-color: #10181E;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    transform: scale(0);
}
.radiobtns input:checked ~ label::before{
    transform: scale(1);
}
.currentlocations {
    color: #F51E09 !important;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.adreestselected {
    background: #FDFDFD;
}
.adreestselected .authbtns2 {
    font-size: 12px;
    padding: 0 10px;
    height: 34px;
    border-radius: 8px;
}
.deliverto {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 2px;
}
.deliverto span {
    font-weight: 600;
}
.delivertoaddress {
    font-size: 12px;
    color: #10181E;
    font-weight: 400;
}
.payemntstabs nav {
    width: 40%;
}
.payemntstabs {
    display: flex;
}
.payemntstabs .tab-content {
    width: 60%;
    padding-left: 15px;
}
.payemntstabs nav .nav-tabs .nav-link {
    width: 100%;
    border: 0 !important;
    background-color: #F8F8F8 !important;
    border-bottom: 1px solid #EEEEEE !important;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #10181E;
    border-left: 2px solid #F8F8F8 !important;
    border-radius: 0;
}
.payemntstabs nav .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-left: 2px solid #10181E !important;
}
.visaicon {
    position: absolute;
    top: 16px;
    right: 16px;
}
.payemntstabs .authform .form-control {
    font-size: 13px;
}
.payementradio label {
    height: auto;
    padding: 0 0 0 25px;
    border: 0;
}
.payementradio label::after {
    left: 0;
    right: auto;
    top: 2px;
    height: 16px;
    width: 16px;
}
.payementradio label::before {
    left: 3px;
    right: auto;
    top: 5px;
    height: 10px;
    width: 10px;
}
.breadcrumb a {
    font-size: 15px;
    color: #10181E;
    font-weight: 400;
}
.breadcrumb span.active {
    font-size: 15px;
    color: #10181E;
    font-weight: 600;
    margin: 0;
}
.breadcrumb{
    margin: 0;
}
.breadcrumb span {
    color: #10181E;
    margin: 0 5px;
}
.productmainimg {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 777px;
    margin-bottom: 20px;
    position: relative;
}
.productmainimg>img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tryonbtn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    height: 34px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #10181E;
    padding: 0 22px;
    border-radius: 5px 0 0 0;
}
.tryonbtn img{
    margin-right: 6px;
}
.thumbnailbox {
    width: 23%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.producthumbnail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.thumbnailbox img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.sku {
    font-weight: 500;
    font-size: 13px;
    color: #10181E;
}
.prdtnamee {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #10181E;
}
.prdtpriceee {
    font-size: 18px;
    font-weight: 700;
    color: #10181E;
}
.productdetilstop {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
}
.productshow .favicon {
    right: 20px;
    top: 20px;
}
.productdetilmid .cartcolor {
    width: 70.7px;
}
.productdetilmid .selectsizee{
     width: 70.7px;
}
.colleft {
    width: 53.5%;
}
.colright {
    width: 46.5%;
}
.sizeguide {
    font-size: 14px;
    color: #10181E;
    text-decoration: underline;
}
.accordion-button {
    background-color: #fff !important;
    font-weight: 700;
    color: #10181E !important;
    font-size: 14px;
    box-shadow: unset !important;
    outline: 0 !important;
    border-bottom: 0 !important;
}
.accordion-item {
    border: 1px solid #EEEEEE !important;
    border-radius: 10px;
    overflow: hidden;
}
.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-button:not(.collapsed){
    border-bottom: 1px solid #EEEEEE !important;
}
.accordion-body span , .accordion-body p {
    font-size: 14px;
    display: block;
    font-weight: 400;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.sizeguidemodal .modal-dialog {
    max-width: 750px;
}
.noteee {
    font-size: 13px;
    color: #10181E;
}
.tryontable tbody tr td {
    border: 0;
    font-size: 12px;
    color: #10181E;
    padding: 5px 10px;
} 
.tryontable tbody tr:nth-child(odd) td {
    background-color: #f9f9f9;
}
.tryontable thead tr th {
    padding: 5px 10px;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    color: #10181E;
}
.table>:not(:first-child) {
    border-top: 0;
}
.commanmodal .modal-dialog {
    max-width: 420px;
}
.commanmodal .modal-content {
    border: 0;
    border-radius: 20px;
}
.commanmodal .modal-body {
    padding: 22px 20px;
}
.commanmodaltop {
    text-align: center;
}
.commanmodaltop img {
    max-width: 69px;
    margin-bottom: 25px;
}
.commanmodaltop h2{
    font-size: 24px;
    font-weight: 700;
    color: #10181E;
    margin-bottom: 10px;
}
.commanmodaltop p {
    font-size: 14px;
    color: #10181E;
    font-weight: 400;
    margin: 0;
}
.tryonselectcolor .cartcolor {
    height: 70px;
    width: 70px;
}
.tryoninnerhead {
    font-size: 20px;
    font-weight: 700;
    color: #10181E;
}
.tryonleftcol {
    width: 38%;
}
.tryonrightcol{
    width: 62%;
}
.uploadboxmain label {
    border: 2px dashed #10181E;
    border-radius: 10px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uploadboxmain label span {
    display: block;
    font-size: 12px;
    color: #10181E;
    margin-top: 1px;
}
.uploadform>label {
    font-size: 14px;
    color: #808080;
    margin-bottom: 7px;
    font-weight: 400;
}
.genrateimg {
    height: 800px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #F7F8F8;
    justify-content: center;
}
.genrateimginer {
    width: 600px;
    height: 650px;
    margin: 0 auto;
    overflow: hidden;
}
.genrateimginer img {
    max-width: 100%;
}
.deliveryaddressbox {
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 15px;
}
.deliveractions a {
    background: #EEEEEE;
    padding: 0 30px;
    border-radius: 5px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #10181E;
    font-size: 14px;
    margin-right: 10px;
} 
.addreestext {
    font-size: 13px;
    color: #10181E;
    margin-bottom: 6px;
}
.addressphone {
    font-size: 13px;
    color: #10181E;
    margin-bottom: 6px;
    font-weight: 400;
}
.addressphone a{
    font-weight: 500;
    color: #10181E;
    font-size: 14px;
}
.deliveryaddressbox .radiobtns label {
    height: auto;
    border: 0;
    padding: 0 0 0 30px;
    font-weight: 400;
    font-size: 16px;
    color: #10181E;
}
.deliveryaddressbox .radiobtns label::after { 
    left: 1px;
    top: 2px;
    height: 18px;
    width: 18px;
}
.deliveryaddressbox .radiobtns label::before { 
    left: 5px;
    top: 6px;
    height: 10px;
    width: 10px;
}
.addnewaddresss {
    font-size: 14px;
    font-weight: 700;
    color: #10181E;
    display: flex;
    align-items: center;
}
.profileleftcol {
    width: 30%;
}
.profilerightcol{
    width: 70%;
}
.mainsidebar {
    border: 1px solid #EEEEEE;
    padding: 10px;
    border-radius: 12px;
}
.mainsidebar a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 52px;
    padding: 8px;
    border-radius: 10px;
    font-weight: 500;
    color: #10181E;
    font-size: 15px;
    margin-bottom: 3px;
}
.mainsidebar span {
    height: 36px;
    width: 36px;
    border-radius: 8px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 15px;
}
.mainsidebar span img {
    height: 21px;
}
.mainsidebar a.active span{
    background-color: #fff;
}
.mainsidebar a.active{
    background-color: #10181E;
    color: #fff;
}
.profilerightpart {
    border: 1px solid #EEEEEE;
    padding: 16px 20px;
    border-radius: 10px;
}
.proflebtns .authbtns1 , .proflebtns .WhatsAppbtn {
    font-size: 14px;
    padding: 0 15px;
    font-weight: 400;
}
.profileheadings h2 {
    color: #10181E;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}
.profileheadings p{
    color: #808080;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.showpic {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.showpic img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.editbtnprofile {
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #fff;
    position: absolute;
    bottom: 2px;
    right: 1px;
}
.editbtnprofile img{
    max-width: 14px;
}
.mycouponmain {
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 12px 16px;
}
.Couponsicon {
    height: 36px;
    width: 36px;
    border-radius: 8px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.coupontitle {
    font-weight: 700;
    font-size: 16px;
    color: #10181E;
}
.couponcopybtn {
    color: #FAA619 !important;
    font-size: 12px;
    border: 2px dashed;
    border-radius: 6px;
    padding: 5px 10px;
}
.Couponsdetails {
    font-size: 14px;
    font-weight: 400;
    color: #10181E;
}
.profileheadsearch .form-control {
    border: 1px solid #EEEEEE;
    height: 38px;
    font-weight: 300;
    font-size: 14px;
    width: 282px;
    padding: 11px 14px 11px 40px;
    border-radius: 10px;
    box-shadow: unset;
    background-image: url(../img/searchhh.png);
    background-repeat: no-repeat;
    background-position: 13px;
}
.profileheadsearch .form-control::placeholder{
    color: #808080;
}
.filterdropdown button {
    border: 1px solid #EEEEEE;
    height: 38px;
    font-weight: 400;
    font-size: 14px;
    padding: 0 15px;
    background-color: transparent;
    border-radius: 10px;
    color: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.filterdropdown button img {
    max-width: 20px;
    margin-right: 6px;
}
.conatentpages h1 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 8px;
}
.conatentpages h2 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 8px;
}
.conatentpages h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}
.conatentpages h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}
.conatentpages h5 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}
.conatentpages p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 26px;
    color: #808080;
}
.ordersbg{
    background: #FBFBFB;
}
.helpsupportbox {
    border: 1px solid #EEEEEE;
    padding: 12px 16px;
    border-radius: 12px;
}
.helpsupport_p {
    font-size: 13px;
    font-weight: 400;
}
.helpsupporttop h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}
.hlpbadge {
    height: 26px;
    border-radius: 6px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #10181E;
}
.pendingbadge{
    background: #FF9D05;
}
.completedbadge{
    background: #089E60;
    color: #fff;
}
.helpsupporttop {
    border-bottom: 1px solid #EEEEEE;
    padding: 0 0 10px;
    margin-bottom: 10px;
}
.needhelpmodal .modal-dialog {
    max-width: 669px;
}
.myloyaltypoints {
    background: radial-gradient(50% 53.94% at 48.86% 50%, #7C7A7F 0%, #000000 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 10px;
    padding: 30px 26px;
}
.pointsicons {
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.pointsdetails h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 18px;
}
.pointsdetails span {
    color: #fff;
    font-size: 14px; 
    font-weight: 400; 
    display: block;
}
.pointstottal {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.loyaltiimg {
    height: 220px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}
.loyaltiimg img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pointsname {
    font-weight: 600;
    color: #10181E;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #10181E26;
}
.pointscount {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #10181E;
    font-weight: 400;
    font-size: 16px;
}
.pointscount span{
    color: #808080;
    font-weight: 300;
    margin-left: 3px;
}
.pointscount img {
    max-width: 18px;
    margin-right: 5px;
}
.loyaltyhead {
    font-weight: 500;
    font-size: 20px;
    color: #10181E;
}
.pointshistory {
    border: 1px solid #F2EFEA;
    margin: 0;
    border-radius: 10px;
    padding: 10px 0px;
}
.historyicon {
    background: #F7F7F7;
    border: 0.92px solid #E5E5E5;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
}
.historyicon img {
    max-width: 24px;
}
.pointshistoryleft {
    display: flex;
    align-items: center;
}
.pointshistorycontent h3 {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 2px;
}
.pointhistorydate {
    font-size: 12px;
    color: #808080;
}
.priceee {
    font-size: 13px;
    color: #808080;
}
.totalpointsss {
    font-size: 14px;
    font-weight: 600;
    color: #10181E;
}
.loyaltypointsimg {
    background: #FFFFFF;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    height: 30px;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 600;
}
.loyaltypointsimg img {
    max-width: 18px;
    margin-right: 6px;
}
.careerstabs .nav-tabs .nav-link {
    color: #A8A8A8;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 0 !important;
    border-radius: 0!important;
    border-bottom: 2px solid transparent !important;
} 
.careerstabs .nav-tabs .nav-link.active {
    color: #10181E;
    border: 0;
    border-bottom: 2px solid #10181E !important;
}
.careersbox {
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 12px;
    color: #10181E;
}
.carreerpost {
    font-size: 16px;
    font-weight: 600;
}
.location {
    font-size: 12px;
    font-weight: 400;
    color: #10181E;
}
.location span{
    color: #808080;
}
.jobtype {
    height: 24px;
    background: #F5F7FC;
    margin-right: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0 12px;
    font-weight: 400;
    color: #10181E;
}

.careersbox .badge {
    color: #fff !important;
    font-weight: 500;
    font-size: 11px;
    border-radius: 0;
    height: 20px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 13px;
}
.careersbox .badge img{
    margin-right: 3px;
}
.jobpara {
    font-size: 15px;
    color: #808080;
    font-weight: 300;
}
.jobdescription span {
    font-size: 13px;
    font-weight: 700;
    color: #10181E;
    display: block;
}
.requestacceptet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #089E60;
    border-radius: 20px;
    padding: 0 12px;
    height: 24px;
    font-size: 12px;
    margin-bottom: 7px;
    color: #fff;
}
.orderboxmain {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px 16px;
}
.orderboxtop {
    display: flex;
    align-items: center;
}
.ordetboxtopimg {
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 50px;
    margin-right: 12px;
}
.ordetboxtopimg img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.orderupdate h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 2px;
}
.orderupdate span {
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    display: block;
    line-height: 12px;
}
.order_1 h2{
    color: #089E60;
}
.orderimgg {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    height: 77px;
    width: 77px;
    margin-right: 10px;
}
.orderimgg img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.orderdetailsmain {
    display: flex;
    align-items: center;
}
.orderboxbotom {
    background: #FBFBFB;
    padding: 12px;
    border-radius: 10px;
}
.cancelorderbtns a {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    text-align: center;
    font-size: 14px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10181E;
    font-weight: 500;
}
.cancelorderbtns a img{
    margin-right: 5px;
}
.orderdetailsright span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #10181E;
}
.productnaam {
    font-weight: 400;
    color: #10181E;
    font-size: 14px;
    display: block;
}
.btmdetails {
    font-size: 11px;
    font-weight: 400;
    color: #10181E;
    margin-right: 8px;
}
.bottomnote {
    font-size: 13px;
    font-weight: 400;
    color: #10181E;
    position: relative;
    padding-left: 12px;
}
.bottomnote::after {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50px;
    background-color: #10181E;
}
.paymenthod {
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #808080;
}
.orderstatus {
    font-weight: 600;
    font-size: 14px;
    color: #10181E;
}
.orderreach {
    color: #808080;
    font-size: 12px;
    margin: 2px 0;
}
.ordertiming {
    font-size: 11px;
    color: #808080;
    margin-top: 4px;
    font-weight: 300;
}
.trackorderbox {
    position: relative;
    padding-left: 40px;
    height: 90px;
}
.trackorderbox::after {
    position: absolute;
    content: '';
    left: 14px;
    top: 3px;
    height: 100%;
    width: 4px;
    background-color: #EEEEEE;
    transition: 0.3s ease-in-out;
}
.trackorderbox::before {
    position: absolute;
    content: '';
    left: 6px;
    top: 2px;
    height: 20px;
    width: 20px;
    background-color: #EEEEEE;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    z-index: 2;
}
.samedesignborder .trackorderbox:last-child::after{
    display: none;
} 
.samedesignborder .trackorderbox:last-child{
    height: auto;
}

.trackorderbox.active::after {
    background: #089E60;
}
.trackorderbox.active::before {
    background-image: url(../img/tickgreen.png);
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}
.cancilationhead {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.cancilationhead h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
}
.cancilationhead p {
    font-size: 12px;
    color: #808080;
    margin: 0;
}
.successdelivered {
    font-weight: 600;
    color: #089E60;
    font-size: 16px;
}
.sortbydropdown button {
    border: 0;
    border: 1px solid #E5E5E5;
    height: 40px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    padding: 0 12px;
    background-color: transparent;
    font-size: 14px;
}
.sortbydropdown button img {
    max-width: 25px;
    margin: 0 -6px 0 4px;
}
.sortbydropdown .dropdown-menu {
    border: 0;
    border-radius: 6px;
    padding: 14px 13px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    top: 9px !important; 
}
.colorboxes {
    min-height: 40px;
    margin-bottom: 0 !important;
}
.headericons span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    background-color: #25D366;
    color: #fff;
    position: absolute;
    right: -4px;
    font-size: 13px;
    top: -1px;
}
.topdesignerlogo img {
    max-width: 150px;
}
@media (max-width:1279px) {
    .container {
        max-width: 1140px;
    }
    .bannercontent h1 {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .productdetilmid .cartcolor {
        width: 61.7px;
    }
    .productdetilmid .selectsizee {
        width: 61.7px;
    }
}
@media (max-width:1199px) {
    .container {
        max-width: 97%;
    }
    .commanhead {
        font-size: 38px;
    } 
    .productrow .col-auto {
        width: 33%;
        margin-bottom: 30px;
    }
    .productrow .col-auto {
        width: 25%;
        margin-bottom: 30px;
    }
    .colwidth {
        width: 61%;
    }
    .cart-container {
        max-width: 97%;
    }
    .productdetilmid .cartcolor, .productdetilmid .selectsizee {
        width: 51.7px;
    }
    .genrateimginer {
        width: 490px;
        height: 610px;
    }
    .tryonselectcolor .cartcolor {
        height: 50px;
        width: 52px;
    }
    .profileleftcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .profilerightcol{
        width: 100%;
    }
    .mainsidebar {
        padding: 10px;
        border-radius: 12px;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
    }
    .mainsidebar a { 
        font-size: 14px;
        margin-bottom: 0;
        padding: 0 14px 0 8px;
    }
    .mainsidebar span{ 
        margin-right: 10px;
    }
}
@media (max-width:1023px) {
    .productrow .col-auto {
        width: 33%;
        margin-bottom: 30px; 
    }
    .padding {
        padding: 50px 0;
    }
    .seeallbtn {
      font-size: 20px;
    }
    .bannersection{
        height: 450px; 
    }
    .bannercontent h1 {
        font-size: 50px;
    }
    .bannercontent h2 {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 20px;
        line-height: 27px;
    }
    .commanhead {
        font-size: 32px;
    }
    .topdesignerlogo {
        text-align: center;
        display: block;
    }
    .homeservicesbox br{
        display: none;
    }
    .homeservicesbox { 
        font-size: 20px;
    }
    .footermain { 
        padding: 40px 0; 
    }
    .footerabout {
        text-align: center;
    }
    .socialicons {
        justify-content: center;
    }
    .footerbox h2 {
        font-size: 17px;
        margin-bottom: 18px;
    }
    .footerbox ul li a {
        font-size: 16px;
    }
    .searchcol {
        order: 1;
        width: 100%;
        margin-top: 15px;
    }
    .headermain {
        height: auto;
        padding: 12px 0;
    }
    .headersearchinput{
        width: 100%;
    }
    .searchcategory h2 {
        font-size: 15px;
    }
    .searchcategory ul li a {
        font-size: 14px;
    }
    .searchhead {
        font-size: 16px;
    }
    .searchtop a { 
        font-size: 16px; 
    }
    .viewall {
        font-size: 13px;
    }
    .showsearchbox {
        height: 100vh;
        overflow-y: auto;
    }
    .profilemenubox span {
        margin-right: 16px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .profilemenubox {
        display: flex;
        align-items: center;
        height: auto;
        padding: 10px 12px;
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 15px;
        border-radius: 8px;
    }
    .profilemenuinner {
        display: flex;
        flex-wrap: wrap;
    }
    .mainmenu {
        height: 100vh;
        overflow-y: auto;
    }
    .colwidth {
        width: 70%;
    }
    .designerimg {
        height: 240px;
    }
    .designerlogo img {
        max-width: 210px;
    }
    .filtercol {
        width: 100%;
        margin-bottom: 30px;
    }
    .productcol{
        width: 100%;
    }
    .filterboxinner { 
        display: none;
        border-top: 1px solid #E5E5E5;
    }
    .fiterboxhead {
        border-bottom: 0;
        background-image: url(../img/arrow-down-s-line.png);
        background-position: 98%;
        background-repeat: no-repeat;
    }
    .filterbox.active .filterboxinner {
        display: block;
    }
    .cartprocess {
        width: 523px;
        left: 0;
    }
    .similarproducthead {
        font-size: 24px;
    }
    .cart-container {
        max-width: 94%;
    }
    .colleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .colright {
        width: 100%;
    }
    .productmainimg { 
        height: 500px;
        margin-bottom: 20px;
        position: relative;
    }
    .tryonrightcol, .tryonleftcol {
        width: 100%;
    }
    .profileheadings h2 {
        color: #10181E;
        font-size: 17px;
    }
    .proflebtns .authbtns1, .proflebtns .WhatsAppbtn {
        font-size: 12px;
        padding: 0 10px;
        font-weight: 400;
        height: 35px;
    }
    .coupontitle {
        font-size: 14px;
    }
    .Couponsdetails {
        font-size: 13px;
    }
    .mainmenu .nav-tabs {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
    }
    .menuproductflex .col-md-3 {
        width: 33%;
        padding: 0 10px;
    }
}
@media (max-width:767px) {
    .bannersection {
        height: 450px;
        background-position: -220px;
    }
    .bannercontent {
        background-color: #ffffffb3;
        padding: 20px 20px;
        border-radius: 8px;
    }
    .bannercontent h1 {
        font-size: 40px;
        margin-bottom: 14px;
    }
    .bannercontent h2 {
        font-size: 16px;
        letter-spacing: 2px;
        margin-bottom: 20px;
        line-height: 25px;
    }
    .bannercontent a {
        font-size: 14px;
        padding: 10px 22px;
        border-radius: 0 10px 0 10px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .padding {
        padding: 40px 0;
    }
    .categoryname {
        font-size: 22px; 
    }
    .bannercategorybox {
        height: 190px;
    }
    .bannercategorybox::after{
        height: 60px;
    }
    .commanhead {
        font-size: 28px;
        line-height: 34px;
    }
    .productrow .col-auto {
        width: 100%;
        margin-bottom: 30px;
    }
    .addtocart , .addtocart1{
        font-size: 14px;
    }
    .productprice {
        font-size: 16px;
    }
    .seeallbtn{
        display: none;
    }
    .bestselleingbox {
        height: 340px;
    }
    .bestselleingtext {
        bottom: 16px;
        z-index: 1;
        left: 18px;
    }
    .bestselleingtext h3 {
        margin: 0;
        font-size: 24px;
    }
    .ai_recommdation_row{ 
        border-radius: 10px;
        padding: 20px 10px;
        margin: 0;
    }
    .topdesignerlogo img {
        max-width: 100%;
    } 
    .homeservicesbox span {
        margin-right: 0;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 7px;
    }
    .homeservicesbox {
        font-size: 16px;
        display: block;
        text-align: center;
        border-radius: 10px;
    }
    .homeservicesbox span img {
        max-width: 44px;
    }
    .copyright p {
        margin: 0;
        font-size: 14px;
    }
    .footerbox {
        text-align: center;
    }
    .footericons{
        margin: 0 auto;
    }
    .socialicons .footericons{
        margin: 0 10px;
    }
    .infofooter {
        font-size: 13px;
    }
    .productrow .col-auto:last-child {
        margin: 0;
    }
    .headermain .container {
        max-width: 100%;
    }
    .infobox {
        font-size: 12px; 
        text-align: center;
    }
     .logohead img {
        max-width: 144px;
    }
    .searchtop .form-control {
        height: 40px;
        font-size: 13px;
        background-size: 17px;
        background-position: 1%;
        padding: 10px 0 10px 30px;
    }
    .searchtop {
        height: 40px;
    }
    .searchtop a {
        font-size: 14px;
    }
    .headersearchinput .form-control {
        padding: 0px 20px 0 40px;
        font-size: 13px;
        background-size: 18px;
        background-position: 4%;
    } 
    .loginbox img {
        max-width: 50px;
        margin-bottom: 15px;
    }
    .loginbox h2 {
        font-size: 18px;
    }
    .authbtns1 , .authbtns2 {
        font-size: 14px;
        height: 40px;
    }
    .colwidth {
        width: 100%;
    }
    .authlogintop {
        height: 90px;
    }
    .loginform h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .labelinput {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .authform .form-control{
        font-size: 13px;
    }
    .eyebtn img {
        max-width: 21px;
    }
    .otherbtns {
        border-radius: 4px;
        height: 42px;
        color: #10181E;
        font-size: 14px;
    }
    .donthave {
        font-size: 13px; 
    }
    .loginform {
        padding: 15px;
    }
    .custom-checkbox {
        font-size: 11px;
    }
    .modal-body {
        padding: 20px 15px !important;
    }
    .modal-content {
        border-radius: 10px !important;
    }
    .modalhead h2 {
        font-size: 18px;
    }
    .modal-dialog {
        max-width: 93% !important;
        margin: 0 auto;
    }
    .cartcolor {
        height: 40px;
        width: 42px;
    }
    .selectsizee {
        height: 40px;
        width: 42px;
        font-size: 12px;
        color: #10181E;
    }
    .commanmodaltop img {
        max-width: 48px;
        margin-bottom: 20px;
    }
    .commanmodaltop h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .designerimg {
        height: 160px;
    }
    .designerlogo img {
        max-width: 160px;
    }
    .designerlogo {
        margin-top: -50px; 
    }
    .productpagehead h2 {
        font-size: 18px;
        margin: 0 10px 0 0;
    }
    .productpagehead span {
        font-size: 13px;
    }
    .filtermainhead { 
        font-size: 18px;
    }
    .sortby .form-select {
        font-size: 12px;
    }
    .cart-container {
        max-width: 91%;
    }
    .cartprocess {
        width: 100%;
        text-align: center;
    }
    .cartprocessttitle {
        font-size: 14px;
        opacity: 0.3;
        width: 100%;
    }
    .cartprocesscount {
        margin: 0 auto 6px;
    }
    .cartprocess>.row .col ,  .cartprocess>.row .col-auto {
        width: 33.33%;
        flex: 0 0 33.33%;
        padding: 0;
    }
    .cartprocessline {
        margin-top: 7px;
    }
    .samedesignborder {
        padding: 12px;
        border-radius: 6px;
    }
    .cartpagehead {
       font-size: 18px;
    }
    .couponhead {
        font-size: 15px;
    }
    .allcoupon{
        font-size: 13px;
    }
    .similarproducthead {
        font-size: 20px;
    }
    .cartproductbox{
        position: relative;
    }
    .trashbtn {
        position: absolute;
        top: 8px;
        right: 10px;
    }
    .cartproductimg {
        height: 120px;
        width: 120px;
    }
    .loginbottom {
        text-align: center;
    }
    .loginbottom a {
        margin-top: 10px;
        display: block;
    }
    .cartselect .form-select {
        width: 100%;
        background-position: 84%;
    }
    .payemntstabs{
        flex-wrap: wrap;
    }
    .payemntstabs nav {
        width: 100%;
        margin-bottom: 15px;
    }
    .payemntstabs nav .nav {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .payemntstabs .tab-content {
        width: 100%;
        padding-left: 0;
    }
    body,html{
        overflow-x: hidden;
    }
    .payemntstatusmain img {
        max-width: 60px;
        margin-bottom: 20px;
    }
    .payemntstatusmain h2 {
        font-size: 18px;
        margin-bottom: 9px;
    }
    .payemntstatusmain p {
        font-size: 13px;
        margin: 0;
    }
    .productpagetop {
        padding-bottom: 10px;
    }
    .breadcrumb a , .breadcrumb span.active{
        font-size: 13px;
    } 
    .productmainimg {
        height: 390px;
        margin-bottom: 20px;
        position: relative;
    }
    .tryonbtn { 
        height: 26px; 
        font-size: 12px; 
        padding: 0 12px;
        border-radius: 5px 0 0 0;
    }
    .colleft { 
        margin-bottom: 20px;
    }
    .prdtnamee {
        font-size: 20px;
        line-height: 20px;
    }
    .prdtpriceee {
        font-size: 16px;
    }
    .productdetilmid .cartcolor, .productdetilmid .selectsizee {
        width: 30px;
        height: 30px;
        border-radius: 3px;
    }
    .tryontable thead tr th {
        font-size: 12px;
    }
    .tryonimg img {
        max-width: 100%;
    }
    .sizeguide {
        font-size: 12px;
    }
    .cartoptionhead {
        font-size: 14px;
    }
    .tryonselectcolor .cartcolor {
        height: 40px;
        width: 40px;
        border-radius: 4px;
    }
    .uploadform>label {
        font-size: 13px;
    }
    .tryoninnerhead {
        font-size: 16px;
    }
    .genrateimg {
        height: 422px;
    }
    .genrateimginer {
        width: 86%;
        height: 380px;
    }
  
    .showpic {
        height: 70px;
        width: 70px;
    }
    .profileheadings h2 { 
        font-size: 17px;
        margin-bottom: 6px;
    }
    .profilerightpart {
        padding: 16px 16px;
        border-radius: 10px;
    }
    .profileheadsearch .form-control{
        width: 100%;
    }
    .filterdropdown button{
        width: 100%;
    }
    .orderdetailsmain{
        flex-wrap: wrap;
    }
    .orderdetailsright {
        width: 100%;
        margin-top: 12px;
    }
    .orderreach {
        font-size: 11px;
        margin: 2px 0;
    }
    .deliverto { 
        font-size: 12px;
        margin-bottom: 2px;
    }
    .ordersummrytotal strong, .ordersummrytotal span {
        font-size: 14px;
        display: block;
    }
    .payementradio label {
        font-size: 13px;
    }
    .couponcopybtn {
        display: flex;
        text-align: center;
        justify-content: center;
        margin: 0 -10px;
    }
    .myloyaltypoints {
        padding: 20px 16px;
    }
    .pointsdetails h2 {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .pointstottal {
        font-size: 13px;
        font-weight: 500;
    }
    .loyaltyhead {
        font-size: 16px;
    }
    .pointshistoryleft {
        flex-wrap: wrap;
    }
    .pointshistorycontent.ms-2 {
        margin: 10px 0 0 !important;
    }
    .conatentpages h1 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .conatentpages p {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 23px;
    }
    .conatentpages h2 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .careerstabs .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .careersbox .badge {
        position: relative !important;
        border-radius: 4px;
        height: 27px;
        margin-bottom: 12px;
    }
    .carreerpost {
        font-size: 15px;
    }
    .mainmenu .nav-tabs .nav-link {
        font-size: 14px;
        border: 0;
        padding: 7px 9px;
        outline: 0;
        margin-bottom: -2px;
    }
    .menuproductflex .col-md-3 {
        width: 100%;
        padding: 0;
    }
    .mainmenu , .profilemenuss{
         top: 102px;
    }
} 