*{
    font-family: 'Space Grotesk';
}
.header-area {position: absolute;width: 100%;z-index: 10;left: 0;top: 0;background: #fff;transition:all 0.5s ease-in-out;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

body {
    position: relative;  padding-top: 106px;}
form#emailForm input {
    padding: 22px 15px;
    border-radius: 10px;
}
.card{
    border:none;
}
button.btn.btn-primary.btn-block {
    background: #E42029;
    border: none;
    padding: 10px;
    border-radius: 10px;
}
#otpForm .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 2px solid #353535;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 5px;
    border-radius: 0;
}
section.baner-sec {
    background-color: #FFF5F6;
    overflow-x: hidden;
}


.single-color label {
    width: 30px;
    cursor:pointer;
    height: 30px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #f2f2f2;
    transition: all 0.5s ease-in-out;
}

label[for="color-red"] {
    background: #F1F4F5;
}

label[for="color-blue"] {
    background: #F9F1F2;
}

label[for="color-gray"] {
    background: #FAF8EF;
}

label[for="color-peech"] {
    background: #F0F4EF;
}
label[for="color-green"] {
    background: #C6C8C9;
}
.single-color input:checked+ label {
    outline: 1px solid blue;
}

.single-color input {
    width: 0;
    display:none;
}

.colors-wrap {
    display: flex;
    align-items: center;
}
select#varients {
    padding: 10px 15px;
    background: #F1F4F5;
    border-radius: 5px;
    border: none;
}

.varient-wrap {
    align-items: center;
    padding: 20px 0;
}
.single-product-box {
    border: 1px solid #D8D9E0;
    padding: 10px;
    border-radius: 10px;
}

.s-prod-img-wrap {
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}
.s-prod-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-btn img {
    background: #A9A9A9;
    padding: 10px;
    border-radius: 10px;
}
h5.strike {
    color: #81859C;
    text-decoration: line-through;
        font-size: 16px;
}
ul.navbar-nav.ms-auto{
    align-items: center;
    padding-bottom: 0 !important;
}
.s-prod-cont {
    padding: 20px;
}
.products-wrapper .col-md-4 {
    margin-bottom: 20px;
}
a.view-btn {
    text-decoration: none;
    color: #fff;
    background: #E42029;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
}
section.baner-sec h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 60px;
    color: #260708;
}
.nav-link.ps-rel {
    position: relative;
	cursor: pointer;
}

.ps-rel span {
    position: absolute;
    bottom: 5px;
    color: #fff;
    font-size: 12px;
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    left: 20px;
}
.varient-details ul {
    display: flex;
    list-style: none;
    margin: 0;
}

.varient-details ul li {
    padding: 8px 16px;
    background: aliceblue;
    margin-right: 10px;
    border-radius: 10px;
}

.varient-details {
    display: flex;
    align-items: center;
    padding: 20px 0;
    flex-wrap:wrap;
}
section.prod-details-sec {
    background: #FFF9F9;
}
.prod-detail-img img {
    width: 100%;
}
h6 {
    color: #81859C;
    text-decoration: line-through;
    padding-right: 20px;
}


/* naveen css  */


.cart-sec h3 {

    font-size: 22px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
}
.f-bold {
    font-weight: 600 !important;
}
section.tax-sec h2 {
    padding-bottom: 20px;
}
.cart-sec {
    background: #FFF5F6;
}

.cart-sec-left-side,
.cart-sec-right-side {
    border: 1px solid #D8D9E0;
    border-radius: 24px;
}

.cart-sec .form-check label {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
}

.cart-sec h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

.buy-btn-wrap a {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.cart-sec-left-side-prod-card-img-wrap img {
    width: 100%;
}



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 400px;
    right: 0;
    top: 60px;
    border-radius: 20px;
    max-height: 500px;
    overflow: auto;
}

.dropdown-content a {
    color: black;
    padding: 8px;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

.dropdown-content a:hover {
    background-color: #E42029;
    color: #fff;
}
li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-toggle::after {
    display: none;
}
.resend-otp-sec a {
    color: #E42029;
}
.single-drop-cont {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #F2ECFD;
    border-radius: 15px;
    justify-content: space-between;
    padding-right: 15px;
    overflow: hidden;
}
div#dropdownContent {
    padding: 20px;
}
.varient-details h5 {
    font-size: 16px;
    color: #363842;
    margin: 0;
}
.colors-wrap {
    padding-top: 10px;
}
.s-drop-prod-cont h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.dd-view-btn a {
    border: 1px solid #E42029;
    border-radius: 10px;
    text-align: center;
}
.s-mrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s-mrp h5 {
    font-size: 16px;
    line-height: 28px;
}
.address-btm-prod {
    border: 1px solid #F2ECFD;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
}
.cart-sec-left-side-prod-card{
    width: 70%;
    max-width: 100%;
}
.cart-sec-left-side-prod-card-img-wrap {
    width: 25%;
    max-width: 100%;
}
.details-btn-wrap.d-flex.align-items-center {
    padding: 20px 0;
}

.details-varient-wrap p {
    line-height: 28px;
}
tr:nth-child(even) {background-color: #FFF2F2;}
thead {
    background: #F5E2E6;
    line-height: 40px;
}
tbody tr {
    line-height: 50px;
    background: #fff;
}
td {
    padding-left: 10px;
        font-weight: 500;
}

th {
    padding-left: 10px;
        line-height: 50px;
    font-size: 18px;
}
ul#pills-tab {
    border-bottom: 1px solid #929292;
}

button#pills-home-tab,button#pills-profile-tab {
    background: #fff;
    color: #929292;
    font-size: 20px;
    font-weight: 500;
}

button.nav-link.active {
    border-bottom: 2px solid;
    border-radius: 0;
    color:#000 !important;
}
a.nav-link img {
    padding-right: 5px;
}
.s-prod-cont a {
    text-decoration: none;
    color: #363842;
    font-weight: 500;
    font-size: 22px;
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    border: 1px solid #D8D9E0;
}
.varient-details input {
    width: 0;
    display: none;
}

.varient-details label {
    background: #fff;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 5px;
        cursor: pointer;
}
.varient-details input:checked+ label {
    border: 2px solid #D0D0D0;
}
.cart-del-sec img {
    cursor: pointer;
}
button#pills-home-tab, button#pills-profile-tab {
    font-size: 16px;
}
a.dropdown-trigger {
    text-decoration: none;
    color: #363842;
}
a.red-btn-continue {
    color: #E42029;
    text-decoration: none;
}
.cart-l-var h5, .colors-wrap h5 {
    font-size: 16px;
    color: #363842;
}
td.d-flex.justify-content-between.align-items-center {padding-right: 10px;}
.s-drop-prod-cont h3 {
    font-size: 20px;
    font-weight: 600;
}
/*.s-prod-img-wrap.iphone-13-pro {*/
/*    background: #F6FAFB;*/
/*}*/

/*.s-prod-img-wrap.iphone-14 {*/
/*    background: #EDEEEF;*/
/*}*/

/*.s-prod-img-wrap.iphone-14-pro {*/
/*    background: #FFF5F6;*/
/*}*/

/*.s-prod-img-wrap.iphone-15 {*/
/*    background: #F0F0EF;*/
/*}*/
.s-prod-img-wrap img {
    padding: 10px;
    width: 190px;
    height: 260px;
    max-width: 100%;
    max-height: 100%;
}
div#pills-tabContent td {
    font-weight: 400;
}
div#pills-tabContent th {
    font-weight: 500;
}
.s-prod-del {
    align-self: end;
    padding-bottom: 20px;
}
.cart-del-sec {
    padding-bottom: 10px;
}
section.related-products .s-prod-img-wrap img {
        /*width: 390px;*/
    padding: 0;
    height: 260px;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s ease-in-out;
}
.single-product-box .price-cont h5 {
    font-weight: 600;
}
.dropdown-content {
    padding: 20px;
}
.sub-total h5 {
    font-size: 18px;
}
.details-varient-wrap h5 {
    width: 140px;
    max-width:100%;
}
form#emailForm p {
    color: red;
}
.prod-detail-img img {
    width: 380px;
    height: 520px;
    max-width: 100%;
    max-height: 100%;
}

.prod-detail-img {
    text-align: center;
    padding: 40px;
    background: #fff;
}
.s-drop-prod-img img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
}

.s-drop-prod-img img {
    /*width: 100%;*/
}
.s-drop-prod-cont {
    width: 60%;
}

.prod-height {
  height: 52px;
}
.varient-details input+ label {
    border: 2px solid transparent;
}
.varient-details {
    margin-top: 10px;
}
@media screen and (min-width:768px){
  .header-cart {
    display: none;
}
.s-prod-img-wrap img:hover {
    scale: 1.1;
}
/*.single-color label:hover {*/
/*    scale: 1.1;*/
/*}*/
}
@media screen and (max-width:767px){
    .s-drop-prod-img {
    padding-right: 10px;
}
    h3.mbl-none {
    display: none;
}
    a.red-btn-continue {
    margin-bottom: 20px;
    display: inline-block;
}
    .cart-sec-left-side-prod-card-img-wrap img {
    /*width: auto;*/
}
    .cart-sec-left-side.p-5.bg-white {
    padding: 20px !important;
}
section.orders table {
    width: 1000px !important;
}
.cart-sec-left-side-prod-card.d-flex.gap-3.align-items-center {
    /* flex-wrap: wrap; */
    width: 100%;
    justify-content: space-between;
}
section.py-md-5.tax-sec {
    padding: 40px 0;
}
.cart-sec h3 {
    font-size: 18px;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}
section.baner-sec h1 {
    font-size: 30px;
    line-height: 40px;
}

.banner-left-cont {
    padding: 40px 10px;
}

.banner-prod-img {
    display: none;
}
ul.navbar-nav.ms-auto {
    align-items: flex-start;
}

li.nav-item img {
    padding-right: 10px;
}
.varient-details ul {
    flex-wrap: wrap;
}

.varient-details ul li {
    margin-bottom: 10px;
}
.prod-detail-cont {
    padding: 40px 10px;
}

section.related-products {
    padding: 40px 0;
}
div#dropdownContent {
    width: max-content;
    right: -70px;
    z-index:99;
}
table.w-100 {
    width: 600px !important;
    overflow-x: auto;
}
    .cart-sec-left-side-prod-card-wrapper {
    flex-wrap: wrap;
}
.cart-sec-left-side-prod-card-img-wrap {
    width: 50%;
}
.nav-item span {
    left: 14px;
}
.nav-item .dropdown.nav-link.ps-rel {
    display: none !important;
}
.dropdown.nav-link.ps-rel.mbl-cart span {
    bottom: 0 !important;
    left: 15px !important;
}
.dropdown.nav-link.ps-rel.mbl-cart {
    position: absolute;
    right: 90px;
    top: 38px;
}
.col-md-6.login-img {
    display: none;
}
    .cart-sec-left-side-prod-card-name {
    width: 50%;
}
}


/*animation css */

.sticky_header .sticky-logo-img {
    display: block;
}

.sticky_header .header-logo-img {
    display: none;
}
.sticky_header {
    position: fixed !important;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;

}

.sticky_header {
    background: #fff;
    width: 100%;
}
.sticky_header .top-header {
    display: none;
}



/*----onscroll animation start-----*/
.in-view.anim-delay2 {
    -webkit-transition-delay: 0.4s !important;
}

.in-view.anim-delay3 {
    -webkit-transition-delay: 0.8s !important;
}

.in-view.anim-delay4 {
    -webkit-transition-delay: 1.2s !important;
}

.in-view.anim-delay5 {
    -webkit-transition-delay: 1.6s !important;
}

.animation-element.slide-top {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}

.animation-element.fadein {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.animation-element.slide-bottom {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(0px, 60px, 0px);
    -webkit-transform: translate3d(0px, 60px, 0px);
    -o-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    transform: translate3d(0px, 60px, 0px);
}


.animation-element.slide-left {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-right {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate3d(50px, 0, 0);
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view,
.animation-element.fadein.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


