@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype'),
        url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    box-sizing: border-box;
}

body {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    background: #ffffff;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1,
h2 {
    font-weight: 600;
    color: #0B0C0D;
    font-family: 'Roboto';
    margin: 0;
    letter-spacing: .9px;
}

h3,
h4,
h5,
h6 {
    color: #0B0C0D;
    font-weight: 600;
    font-family: 'Roboto';
    margin: 0;
    letter-spacing: .9px;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

a:hover,
a:focus {
    color: #717C7D;
}

p {
    font-size: 14px;
    font-family: 'Roboto';
    margin: 0;
    line-height: 1.4;
    color: #999999;
}

a,
button,
input,
textarea {
    transition: all 300ms;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #AAAAAA;
}

:-ms-input-placeholder {
    color: #AAAAAA;
}

::placeholder {
    color: #AAAAAA;
}
.btn {
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Roboto';
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ededed;
    transition: all 300ms;
  }
  .btn:hover {
    color: #717C7D;
    border-color: #717C7D;
  }
  
  .primary-btn {
    background: #e26a9e;
    color: #fff;
    border-color: #e26a9e;
  }
  
  .primary-btn:hover {
    color: #fff;
    background: #ea3a87;
    border-color: #ea3a87;
    box-shadow: 0 4px 12px rgb(61 61 61 / 25%);
  }
  
.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.d-flex {
    display: flex;
}

input,
textarea {
    width: 100%;
    border: 1px solid #ffffff;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 12px 12px;
    font-size: 14px;
    resize: none;
}

input:focus-visible,
textarea:focus-visible {
    outline: unset;
}

input:focus,
textarea:focus {
    border: 1px solid #e26a9e;
    -webkit-box-shadow: unset;
    -moz-box-shadow:  unset;
    box-shadow:  unset;
}
.card {
    box-shadow: 0px 4px 32px 0px #0000000D;
    border: 1px solid #F1F2F4;
}

header {
    padding: 0px 0;
    z-index: 55;
    position: absolute;
    top: 0;
    width: 100%;
    /* background: #00683F;
    height: 66px; */
}

.hdr-top {
    background: #000;
}

.hdr-top .hdrtp-flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.hdr-top .hdr-adrs ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hdr-top .hdr-adrs ul li p{
    color: #fff;
    position:relative;
}
.hdr-top .hdr-adrs ul li p{
    color: #fff;
    font-size: 12px;
}

.hdr-top .mdl-socl-flx {
    display: flex;
    align-items: center;
    gap: 5px;
}


.hdr-top .hdr-sociallist ul {
    display: flex;
    gap: 2px;
}

.hdr-top .hdr-sociallist ul a {
    /* padding: 10px; */
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}
.hdr-top .hdr-sociallist ul a:hover {
    color: #fff;
}

.hdr-top .hdr-language-slct .select2-container--default .select2-selection--single {
    background: transparent;
    color: #fff;
    border: unset;
    border-radius: 0;
}

.hdr-top .hdr-language-slct .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-size: 12px;
}

.hdr-top .hdr-language-slct .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: -10px;
}
.hdr-mdl {
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0px 0px 6px 0px rgb(48 45 45 / 10%);
}
.hdr-mdl .hdrmdl-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hdr-mdl .hdr-tplist{
    display: flex;
    align-items: center;
    gap: 12px;
}
.hdr-mdl .hdr-tplist .hdr-tp-menu ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.hdr-mdl .hdr-tplist .hdr-tp-menu ul li a {
    position: relative;
    color: #0B0C0D;
    padding-left: 29px;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 300ms;
}
.hdr-mdl .hdr-tplist .hdr-tp-menu ul li a:hover {
    color: #c11661;
}
.hdr-mdl .hdr-tplist .hdr-tp-menu ul li a:hover svg path{
    fill: #c11661;
}

.hdr-mdl .hdr-tplist .hdr-tp-menu ul li a em {
font-style: normal;
}
.hdr-mdl .hdr-tplist .hdr-tp-menu ul li a span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
}
.hdr-mdl .hdr-srchmain {
    position: relative;
    /* width: 500px; */
    width: 100%;
}

.hdr-mdl .hdr-srchmain .hdrsrch-input label {
    display: block;
    margin: 0;
    position: relative;
}

.hdr-mdl .hdr-srchmain .hdrsrch-input label input {
    background: transparent;
    color: #000;
   border-color: #ededed;
    padding-right: 55px;
}
.hdr-mdl .hdr-srchmain .hdrsrch-input label input::placeholder{
    color:#999999;
}
.hdr-mdl .hdr-srchmain .hdrsrch-input label input:focus {
    box-shadow: unset;
   border-color: #e26a9e;
   border: 1px solid #e26a9e;
}
.hdr-mdl .hdr-srchmain .hdrsrch-input label  .hdrsrchicn-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.hdr-mdl .hdr-srchmain .hdrsrch-input label .hdrsrchicn-btn .primary-btn {
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.hdr-mdl .hdr-srchmain .hdrsrch-input label .hdrsrchicn-btn .primary-btn:hover {
    box-shadow: unset;
    background: #ea3a87;
    border-color: #ea3a87;
}
.hdr-mdl .hdr-srchmain .hdr-prdct-slct {
    position: absolute;
    top: 0;
    right: 45px;
    bottom: 0;
}
.hdr-prdct-slct:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
    height: 27px;
    width: 2px;
    background: #D9D9D9;
}
.hdr-mdl .hdr-srchmain .hdr-prdct-slct .select2-container--default .select2-selection--single {
    background: transparent;
    border: unset;
}
.hdr-mdl .hdr-srchmain .hdr-prdct-slct .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0B0C0D;
    line-height: 44px;
    font-weight: 500;
    font-size: 14px;
}

.hdr-mdl .hdr-srchmain .hdr-prdct-slct .select2-container {
    width: 138px !important;
}
.hdr-mdl .hdr-srchmain .hdr-prdct-slct .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: -8px;
    right: 0;
}
.hdr-btm {
    background: #fff;
}
.hdr-mdl+.hdr-btm {
    border-top: 1px solid #DDDDDD;
}
.hdr-btm {
    border-bottom: 1px solid #DDDDDD;
}
.hdr-logo a {
    display: inline-block;
    padding: 8px;
}

.left-hdr {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 30%;
}
.rght-hdr {
    width: 70%;
}
.hdr-ctgry ul {
    display: flex;
    gap: 15px;
    align-items: center;
}
nav {
    display: block;
    height: 100%;
}

nav ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    padding: 0px 0px 0 0px;
}

nav ul li {
    display: inline-block;
    vertical-align: middle;
}

nav ul li a {
    display: block;
    color: #000000;
    font-size: 14px;
    position: relative;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 500;
    padding: 15px 15px;
}

nav ul li a:hover,
nav ul li a.active,
nav ul li a:focus {
    color: #717C7D;
}

.menu-icon,
.close-menu {
    display: none;
}

.close-menu {
    position: absolute;
    top: 10px;
    left: 100%;
    width: 40px;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 4px 0 5px rgb(0 0 0 / 10%);
    border-radius: 0 5px 5px 0;
}

.close-menu span {
    display: block;
    height: 2px;
    position: relative;
}

.close-menu span:after,
.close-menu span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: 0;
    background: #000000;
}

.close-menu span:after {
    transform: rotate(45deg);
}

.close-menu span:before {
    transform: rotate(-45deg);
}

.menu-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 68%;
    right: 2px;
    padding: 15px 8px;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    height: 2px;
    background: rgb(11, 12, 13);
    position: relative;
}

.menu-icon span:after,
.menu-icon span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: rgb(11, 12, 13);
}

.menu-icon span:before {
    top: -7px;
}

.menu-icon span:after {
    bottom: -7px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 20%);
    z-index: 998;
    transition: all 300ms;
    opacity: 0;
    visibility: hidden;
}

main {
    overflow: hidden;
    /* padding-top: 173px; */
    padding-top: 144px; 
}



.banner-sec {
    background: #e5efeb;
    padding: 0;
}

.banner-sec .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.banner-sec .carousel-caption {
    right: 6%;
    top: 22%;
    bottom: 0;
    left: 6%;
    text-align: left;
}


.banner-sec .banner-sldr-content {
    max-width: 515px;
}

.banner-sec .banner-sldr-content h2 {
    color: #ffffff;
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 15px;
}

.banner-sec .banner-sldr-content p {
    color: #fff;
}
.bg-sec {
    background: rgb(0 116 253 / 5%);
}

.banner-main {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

.banner-main .bnr-inerflx {
    width: 50%;
    padding: 0 10px;
}


.top-heading{
    margin-bottom: 15px;
}

.top-heading h3 {
    color: #0B0C0D;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.01em;
}


.dark-bg {
    background: rgb(113 124 125 / 10%);
}
.trndng-prdct-section {
    padding-bottom: 55px;
}
.newarival-section, .offerd-section{
    padding: 55px 0;
}
.footer-section {
    background: #ffffff;
    padding: 15px 0px;
    border-top: 1px solid #ededed;
}

.ftr-btm-links {
    text-align: right;
}

.ftr-btm-links ul {
    padding: 0;
    margin: 0;
}

.ftr-btm-links ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    position: relative;
}

.ftr-btm-links ul li::before {
    content: "";
    height: 13px;
    width: 1.8px;
    background: #666666;
    position: absolute;
    right: -8px;
    top: 4px;
}

.ftr-btm-links ul li:nth-child(2)::before {
    background: transparent;
}

.ftr-btm-links ul li a {
    color: #666666;
    display: block;
}

.ftr-btm-links ul li a:hover {
    color: #00683f;
}

.cmpny-copyright {
    text-align: left;
    color: #666666;
}




.owl-nav,
.owl-dots {
    text-align: center;
}

.owl-nav {
    display: none;
}

.owl-carousel button.owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.30);
    margin-right: 5px;
}

.owl-carousel button.owl-dot.active span {
    background: #ffffff;
}

.owl-carousel button:focus {
    outline: unset;
    outline: -webkit-focus-ring-color auto 0px;
}


.newarival-slider .owl-carousel button.owl-dot span{
    background: rgb(113 124 125 / 30%)
}
.newarival-slider .owl-carousel button.owl-dot.active span {
    background: #717c7d;
}
.main-flex {
    display: flex;
    align-items: center;
    gap: 20px 20px;
}

.iner-flx {
    width: 50%;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #e7e7e7;
}

::-webkit-scrollbar-thumb {
    background: #939393;
}

::-webkit-scrollbar-thumb:hover {
    background: #939393;
}

@keyframes topToBottom {
    from {
        margin-top: -80px;
    }
    to {
        margin-top: 0;
    }
}


.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
  .prflicon-main .dropdown-toggle {
    display: block;
    width: 44px;
    height: 44px;
    background: #ffe8f2;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    overflow: hidden;
  }
  .prflicon-main .dropdown-toggle em {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    display: block;
  }
  .prflicon-main .dropdown-menu {
    border: 1px solid rgb(255 255 255 / 15%);
    box-shadow: 0 2px 8px rgb(0 0 0 / 11%);
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* overflow: hidden; */
    top: 100% !important;
    right: 0px !important;
    width: 178px;
    left: unset !important;
    height: auto;
    transform: translate(0,0) !important;
    margin-top: 11px !important;
  }
  .prflicon-main .dropdown-menu li .dropdown-item {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    background: transparent;
    padding: 8px 15px;
    transition: all 300ms;
  }
  .prflicon-main .dropdown-menu li .dropdown-item:hover {
    color: #e26a9e;
    background: #ffe6f0;
  }
  .prflicon-main .dropdown-menu li .dropdown-item em {
    background: rgba(0, 121, 193, 0.1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #e26a9e;
    font-size: 15px;
  }
  .dropdown-toggle:after{
  display: none;
  }
  .prflicon-main .dropdown-menu:after {
    content: '';
    position: absolute;
    right: 10px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    filter: drop-shadow(0px -1px 1px rgba(0,0,0,0.15));
  }


  .newarival-slider .owl-carousel .owl-dots {
    display: block;
    margin-top: 20px;
}
  .newarival-slider .owl-carousel .owl-nav button {
    position: absolute;
    background: transparent;
    border: unset;
    z-index: 99;
  }
  .newarival-slider .owl-carousel .owl-nav button span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    font-size: 0;
    box-shadow: 0px 4px 16px 0px #0000001A;
  }
  
  .newarival-slider .owl-carousel  .owl-nav button span:before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 600;
    color: #068fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: auto 18px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .newarival-slider .owl-carousel .owl-nav .owl-prev span:before {
  background-image: url('data:image/svg+xml,<svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 11.25C20.6904 11.25 21.25 10.6904 21.25 10C21.25 9.30964 20.6904 8.75 20 8.75V11.25ZM1.11612 9.11612C0.627962 9.60427 0.627962 10.3957 1.11612 10.8839L9.07107 18.8388C9.55922 19.327 10.3507 19.327 10.8388 18.8388C11.327 18.3507 11.327 17.5592 10.8388 17.0711L3.76777 10L10.8388 2.92893C11.327 2.44078 11.327 1.64932 10.8388 1.16117C10.3507 0.67301 9.55922 0.67301 9.07107 1.16117L1.11612 9.11612ZM20 8.75L2 8.75V11.25L20 11.25V8.75Z" fill="%23068FFF"/></svg>');
  }
  
  .newarival-slider .owl-carousel .owl-nav .owl-next span:before {
    background-image: url('data:image/svg+xml,<svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 11.25C1.30964 11.25 0.75 10.6904 0.75 10C0.75 9.30964 1.30964 8.75 2 8.75L2 11.25ZM20.8839 9.11612C21.372 9.60427 21.372 10.3957 20.8839 10.8839L12.9289 18.8388C12.4408 19.327 11.6493 19.327 11.1612 18.8388C10.673 18.3507 10.673 17.5592 11.1612 17.0711L18.2322 10L11.1612 2.92893C10.673 2.44078 10.673 1.64932 11.1612 1.16117C11.6493 0.67301 12.4408 0.67301 12.9289 1.16117L20.8839 9.11612ZM2 8.75L20 8.75V11.25L2 11.25L2 8.75Z" fill="%23068FFF"/></svg>');
  }
  .newarival-slider .owl-carousel .owl-nav button {
    top: 50%;
    transform: translateY(-50%);
  }
  .newarival-slider .owl-carousel .owl-nav .owl-prev {
    left: -80px;
  }
  .newarival-slider .owl-carousel .owl-nav .owl-next {
    right: -80px;
  }
  

.lgn-inner-flx {
    width: 30%;
    max-height: 500px;
    margin: 0 auto;
    overflow-y: auto;
}
.login-wraper {
    max-height: 100%;
    background-color: #717C7D;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.login-wraper:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 25%);
}
.iner-login {
    padding: 25px 30px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 55px;
}
.forgot-wraper .iner-login {
    padding-top: 25px;
    padding-bottom: 30px;
}
.already-acntmsg {
    position: absolute;
    top: 25px;
    left: 30px;
}
.login-main {
    padding-top: 0px;
}
.lgn-tp-hding {
    margin-bottom: 50px;
}

.forgot-wraper .lgn-tp-hding {
    margin-bottom: 30px;
}
.lgn-tp-hding h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    color: #3F3F3F;
    margin-bottom: 10px;
}
.forgot-wraper .lgn-tp-hding h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 4px;
}
.lgn-tp-hding p {
    line-height: 20px;
    color: #95959D;
}

.singel-input label {
    display: block;
    margin: 0;
    position: relative;
}
.lgn-from .singel-input label span {
    position: absolute;
    top: -8px;
    background: #ffffff;
    left: 12px;
    padding: 0 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    border-radius: 4px;
}
.lgn-from .singel-input label em {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DDDDDD;
    font-size: 20px;
}
.lgn-from .singel-input label input {
    padding-left: 20px;
    padding-right: 44px;
    background: #ffffff;
    border-color: #c7c7c7;
}
.lgn-from .singel-input label input:focus,
.lgn-from .singel-input label textarea:focus {
    border: 1px solid #e26a9e;
    -webkit-box-shadow: unset;
    -moz-box-shadow:  unset;
    box-shadow:  unset;
}
.lgn-from .singel-input+.singel-input {
    margin-top: 30px;
}
.login-wraper .card {
    box-shadow: 0px 4px 6px rgb(0 0 0 / 15%);
}
.singel-input label {
    display: block;
    margin: 0;
    position: relative;
}
.lgn-btn {
    margin-top: 25px;
}
.forgt-link {
    text-align: center;
    margin-top: 20px;
}
.forgt-link a {
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    color: #999999;
    transition: all 300ms;
}

.iner-login.signup-inr .login-ntr {
    overflow-y: auto;
    max-height: 90%;
}
  /* login foget sigup */

  .category-section {
    padding: 55px 0;
}

.categry-list ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.ctgry-main {
    text-align: center;
}

.ctgry-image {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    margin: 0 auto;
    background: #F1F2F4;
}
.ctgry-image span {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.ctgry-descrp{
    margin-top: 15px;
}
.ctgry-descrp a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #0B0C0D;
    display: inline-block;
}
.ctgry-descrp a:hover {
    color: #717C7D;
}
.ctgry-descrp p {
    font-size: 14px;
    line-height: 1.4;
}

.prdct-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.prdct-card{
    overflow: hidden;
}

.prdct-card .prdct-bg {
    display: block;
    height: 298px;
    background: #F1F2F4;

}
.prdct-card .prdct-bg span {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.prdct-detail {
    padding: 20px;
}
.prdct-detail .prdct-brnd{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #e26a9e;
}
.prdct-detail h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 6px;
    color:#0B0C0D;
}
.prdct-detail a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 6px;
    color:#0B0C0D;
    display: inline-block;
}
.prdct-detail a:hover {
    color:#717C7D;
}
.rating-main {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 6px 0;
}

.rating-icon span {
    color: #FFB21D;
}
.rating-review p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.prdct-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mnprc-show {
    font-size: 18px;
    color: #717C7D;
    font-weight: 600;
}

.cutprc-show {
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    text-decoration: line-through;
}

.ofrd-hdng {
    margin-bottom: 15px;
}

.ofrd-hdng h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}


.ofrd-list ul li+li {
    border-top: 1px solid #F1F2F4;
    margin-top: 15px;
    padding-top: 15px;
}
.ofrd-list .prdct-card {
    display: flex;
    background: transparent;
    border: unset;
    box-shadow: unset;
    flex-direction: row;
    align-items: center;
}

.ofrd-list .prdct-card .prdct-bg {
    width: 107px;
    height: 125px;
}

.ofrd-list .prdct-card .prdct-detail {
    width: calc( 100% - 125px);
    padding: 15px;
}

.ofrd-list .prdct-card .prdct-detail h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.newsletter-section {
    padding: 40px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.newsletter-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter-descrp p {
    color: #fff;
    text-transform: uppercase;
}

.newsletter-descrp h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #fff;
}
.newsltr-input {
    position: relative;
    width: 500px;
   
}
.newsltr-input input{
    padding-right: 110px;
    border-color: #e26a9e;
}
.newsltr-input input:focus{
    border: 1px solid #ff006e;
}
.newsltr-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.newsltr-btn .primary-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 104px;
    background: #e26a9e;
    border-color: #e26a9e;
    height: 45.59px;
}

.newsltr-btn .primary-btn:hover {
    background: #ea3a87;
    border-color: #ea3a87;
    box-shadow: unset;
}
.favrate-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

.favrate-icon .fvrtchek-bx {
    position: relative
}

.favrate-icon .fvrtchek-bx input[type=checkbox] {
    position: absolute;
    opacity: 0;
    inset: 0;
    padding: 0;
    margin: 0
}

.favrate-icon .fvrtchek-bx input[type=checkbox]~.fvrticn-chk {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px #00000014;
    position: relative;
    transition: all .3s
}

.favrate-icon .fvrtchek-bx input[type=checkbox]~.fvrticn-chk:before {
    content: "\f08a";
    font-family: fontAwesome;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d91c22;
    font-size: 16px;
    padding-top: 2px
}

.favrate-icon .fvrtchek-bx input[type=checkbox]~.fvrticn-chk:hover {
    background: rgb(254,230,240);
    box-shadow: 0 2px 10px #0000001a
}

.favrate-icon .fvrtchek-bx input[type=checkbox]:checked~.fvrticn-chk {
    background: rgb(254,230,240);
    box-shadow: 0 2px 10px #0000001a
}

.favrate-icon .fvrtchek-bx input[type=checkbox]:checked~.fvrticn-chk:before {
    content: "\f004"
}
.prdctwth-fvrt{
    position: relative;
}






/* prdctlist css */

.all-product-page {
    padding: 40px 0;
}

.all-product-page .filter-sidebar .overlay {
    display: none;
    background: rgb(0 0 0 / 45%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.filter-sidebar .all-category {
    border: 1px solid #ffffff;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 6%);
    margin-bottom: 30px;
}
.filter-sidebar .all-category .filter-toggle {
    background: #b4b4b4;
    border: 0;
    border-bottom: 1px solid #b4b4b4;
    padding: 15px 15px;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    position: relative;
    color: #fff;
}
.filter-sidebar .all-category .filter-toggle .dwntogl-ico {
    position: absolute;
    right: 20px;
}
.filter-sidebar .all-category .category-list {
    padding: 15px 15px;
}
.filter-sidebar .all-category .category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter-sidebar .all-category .category-list li {
    border-bottom: 1px solid #cccdce;
}
.filter-sidebar .all-category .category-list li a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #5c5c5c;
}
.filter-sidebar .all-category .category-list li a span {
    color: #acacac;
    font-size: 13px;
}
.filter-sidebar .filter-box {
    margin-top: 0px;
}
.filter-sidebar .filter-box .head {
    /* margin: 0 0 15px; */
    background: #b4b4b4;
    border: 0;
    border-bottom: 1px solid #b4b4b4;
    padding: 12px 15px;
    color: white;
}
.filter-sidebar .filter-box .head h2 {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.filter-sidebar .filter-box .body {
    padding: 15px 15px;
}
.filter-sidebar .price-range .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    padding: 0;
    border: unset;
}
.filter-sidebar .price-range .slider:hover {
    opacity: 1;
}

.filter-sidebar .price-range .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #252525;
    cursor: pointer;
}

.filter-sidebar .price-range .slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #252525;
    cursor: pointer;
}

.filter-sidebar .price-range p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #787878;
    font-weight: 400;
}
.filter-sidebar .condition ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.filter-sidebar .condition ul li {
    padding: 0 0 5px;
}
.custom-checkbox .single-checkbox {
    display: block;
}
.custom-checkbox .single-checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox .single-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom-checkbox .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 2px solid #e26a9e;
}
.custom-checkbox .single-checkbox input:checked~.checkmark {
    border-color: #e26a9e;
}

.custom-checkbox .single-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox .single-checkbox .checkmark:after {
    left: 6px;
    top: -7px;
    width: 7px;
    height: 15px;
    border: solid #e26a9e;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox .single-checkbox input:checked~.checkmark:after {
    display: block;
    border-color: #e26a9e;
}

.top-area .top-heading {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    justify-content: space-between;
}
.all-product-page .content-area .top-area .short-filter {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 8px 12px;
    text-align: right;
    position: relative;
}
.filter-toggle-btn {
    display: none;
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 15px;
    color: #000;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.all-product-page .content-area .top-area .short-filter select {
    padding: 0.26rem 1.75rem 0.26rem 0.75rem;
    border: 1px solid #ccc;
    vertical-align: middle;
    background: #b4b4b4 url(../images/up-down-arrow.png) no-repeat right 0.75rem center;
    display: inline-block;
    max-width: 100%;
    background-size: 8px 10px;
    border: 1px solid #b4b4b4;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
}

.all-product-page .content-area .top-area .short-filter select:focus-visible {
    outline: unset;
}

/***************filter-sidebar*********/

.filter-sidebar .all-category {
    border: 1px solid #ffffff;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 6%);
    margin-bottom: 30px;
}

.filter-sidebar .all-category .filter-toggle {
    background: #ffd8e9;
    border: 0;
    border-bottom: 1px solid #ffd8e9;
    padding: 15px 15px;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    position: relative;
    color: #e26a9e;
}

.filter-sidebar .all-category .filter-toggle .dwntogl-ico {
    position: absolute;
    right: 20px;
}

.filter-sidebar .all-category .category-list {
    padding: 15px 15px;
}

.filter-sidebar .all-category .category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-sidebar .all-category .category-list li {
    border-bottom: 1px solid #cccdce;
}

.filter-sidebar .all-category .category-list li:last-child {
    border-bottom: 0;
}

.filter-sidebar .all-category .category-list li a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #5c5c5c;
}

.filter-sidebar .all-category .category-list li a:hover {
    color: #000;
}

.filter-sidebar .all-category .category-list li a span {
    color: #acacac;
    font-size: 13px;
}

.filter-sidebar .filter-box {
    margin-top: 0px;
}

.filter-sidebar .filter-box .head {
    /* margin: 0 0 15px; */
    background: #ffd8e9;
    border: 0;
    border-bottom: 1px solid #ffd8e9;
    padding: 12px 15px;
    color: black;
}

.filter-sidebar .filter-box .head h2 {
    font-size: 16px;
    color: #e26a9e;
    margin: 0;
}

.filter-sidebar .filter-box .body {
    padding: 15px 15px;
}

.filter-sidebar .condition ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filter-sidebar .condition ul li {
    padding: 0 0 5px;
}

.filter-sidebar .condition ul li:last-child {
    padding: 0;
}

.filter-sidebar .price-range p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #787878;
    font-weight: 400;
}

.filter-sidebar .price-range input {
    width: 100%;
}

.filter-sidebar .price-range .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.filter-sidebar .price-range .slider:hover {
    opacity: 1;
}

.filter-sidebar .price-range .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #4d4d4d;
    cursor: pointer;
}

.filter-sidebar .price-range .slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #4d4d4d;
    cursor: pointer;
}

.filter-toggle-btn {
    display: none;
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 15px;
    color: #000;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.all-product-page .filter-sidebar .overlay {
    display: none;
    background: rgb(0 0 0 / 45%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.feturedmain-product.alcategry-ritsect {
    margin-top: 25px;
}
.feturedmain-product ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
/* .hdr-prfl {
    display: none;
} */

.select2-search--dropdown {
    display: none;
}

.wishlist-section {
    padding: 55px 0;
}

.exzoom.hidden {
     display: none; 
    }
    .prdct-flx {
        display: flex;
        margin: 0 -20px;
      }
      
      .prdct-inner-flx {
        width: 50%;
        padding: 0 20px;
      }
      .prdctdtlfull-descrpt {
        padding-top: 15px;
      }
      
      .prdctdtlfull-descrpt .myprdct-dtl .brnd-dtl p+p {
        color: #000;
      }
      
      
      .prdctdtl-heading h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
      }
      .myprdct-dtl .brnd-dtl {
        display: flex;
        }
        
        .myprdct-dtl .brnd-dtl p {
          font-size: 14px;
          font-weight: 400;
          color: #aaa;
        }
        
        
        .myprdct-list ul .prdct-card .prdct-descrp .myprdct-dtl {
          margin-top: 15px;
        }
        
        .myprdct-dtl .brnd-dtl+.brnd-dtl {
          margin-top: 10px;
        }
        
        .myprdct-dtl .brnd-dtl p i {
          padding: 0 7px;
          font-style: normal;
        }



        .addprdct-main {
            background: #fff;
            padding: 40px 50px;
            border: 1px solid #f5f5f5;
            box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
            border-radius: 10px;
        }


.pfl-crd {
    background: #fff;
    /* padding: 25px; */
    padding-bottom: 35px;
  }
  
  .pfl-crd .profile-pic {
    display: block;
  }
  
  .pfl-crd .file-upload {
    display: none;
  }
  
  .pfl-crd .circle {
    border-radius: 50%;
    overflow: hidden;
    width: 124px;
    height: 124px;
    transition: all .3s;
    margin: 0 auto;
    background: #e8f1ef url(../images/user-placeholder.png) center center no-repeat;
    position: relative;
    cursor: pointer;
    background-size: 80% auto;
    border: 2px solid #e26a9e;
  }
  
  .pfl-crd .circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  
  .pfl-crd .choose-image input.file-upload {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  
  .pfl-crd .change-pic {
    position: absolute;
    top: 53%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-size: 18px;
    transform: translateY(-50%);
    opacity: 0;
  }
  
  .pfl-crd .change-pic .fa {
    font-size: 24px;
  }
  
  .change-pic p {
    margin: 0px 0 0px;
  }
  
  .circle:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
  }
  
  .choose-image {
    /* padding: 50px 0; */
    /* border-bottom: 1px solid #e8f1ef; */
  }
  
  .circle:hover .change-pic,
  .circle:hover:after {
    opacity: 1;
    visibility: visible;
  }
  .circle:hover .change-pic p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
  }
  .form-inner-flx-48 {
    width: 48.5%;
  }
  .form-inner-flx-47{
    width: 47.9%;
  }
  .form-inner-flx-100 {
    width: 100%;
  }
  
  .form-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .form-inner-flx-100 {
    width: 100%;
  }
  .form-flex .singel-input label span {
    color: #888791;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
  }
  .form-flex .singel-input label input, .form-flex .singel-input label textarea {
    border-color: #ededed;
}

.form-flex .singel-input label input:focus, .form-flex .singel-input label textarea:focus {
    border: 1px solid #e26a9e;
}
  
  .add-form .btn-flx .btn {
    max-width: 208px;
  }
  .add-form .btn-flx {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
  }  
  .wdth-600 {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.btn-pymnt {
    margin-top: 30px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.remov-icon span {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px #00000014;
    position: relative;
    transition: all .3s;
    color: red;
}

.remov-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

.remov-icon span:hover {
    background: #f4cfcf;
}

.contact-section {
    padding: 80px 0;
  }
  
  
  .contact-flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-inner-flx-50 {
    width: 49%;
  }
  
  .contact-inner-flx-5 {
    width: 2%;
    position: relative;
  }
  
  .seprate-line {
    position: relative;
    height: 100%;
  }
  .seprate-line:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1px;
    border-color: rgb(103 114 148 / 16%);
    border-width: 1px;
    border-style: solid;
    margin: 0 auto;
  }
  .contact-main {
    padding: 35px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .contact-main-inner{
    width: 100%;
  }
  .contact-tp-inner .top-heading {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  
  .contact-tp-main .top-heading h3+p {
    margin-top: 6px;
  }
  .contct-information .cntct-dtl-info+.cntct-dtl-info {
    margin-top: 15px;
  }
  .contct-information .cntct-dtl-info {
    display: flex;
    gap: 7px;
  }
  
  .contct-information .cntct-dtl-info span {
    font-weight: 600;
    font-size: 16px;
  }
  
  .contct-information .cntct-dtl-info p {
    color: #6F6E6E;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  .contact-btm {
    margin-top: 0;
  }
  .contact-btn {
    margin-top: 30px;
  }
  .contact-tp-inner .top-heading h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
  
  }
  
  .contct-top-hdng h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #012169;
  }
  
  
  .contact-img {
    text-align: center;
  }
  
  .contact-img img {
    width: 450px;
  }
  
  .contact-tp-main {
    padding: 35px;
    padding-bottom: 15px;
  }





  /* .product-image-carousels {
    display: flex;
    justify-content: center;
  }
  
  */

  .prodct-name {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.prdct-price h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #3B655D;
}
.prdctdtl-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 25px;
}
.dtlflx-inr {
    width: 50%;
    padding: 0 10px;
}
.ofr-btn {
    background: #3B655D;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}
.ofr-white-btn {
    padding: 12px;
    border-radius: 6px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    background: #FFFFFF;
    border: 1px solid #3B655D;
    color: #000000;
}
.btn-hrticon {
    display: inline-block;
    margin-right: 10px;
}

.userdtl-card .brnd-vndrnmbr {
    position: relative;
    padding: 6px 0px;
}

.userdtl-card .brnd-vndrnmbr p {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 0;
    width: 105px;
    float: left;
    text-align: left;
}

.userdtl-card .brnd-vndrnmbr h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 105px;
    position: relative;
    padding-left: 25px;
}

.userdtl-card .brnd-vndrnmbr h4:before {
    content: ":";
    position: absolute;
    top: 0;
    left: 0;
    color: #666666;
    padding: 0px 5px;
}

.userdtl-card .brnd-vndrnmbr:before,
.userdtl-card .brnd-vndrnmbr:after {
    content: "";
    display: table;
    clear: both;
}

.userdtl-card .brnd-vndrnmbr h4 .oferdbid-msg {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #F1B24A;
}


.details-slider .slider-container {
    position: relative;
    display: block;
  }
  
  .details-slider .slider-controls {
    /* display: none; */
  }
  
  .details-slider .owl-carousel .owl-stage-outer {
    text-align: center;
  }
  
  .details-slider #slider .item .content {
    max-height: 358px;
    height: 358px;
    overflow: hidden;
    background-color: #e1e1e1;
    border-radius: 4px;
  }
  .details-slider #slider .item .content .prdctsldr-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
}
  .details-slider .slider-container .slider .content img {
    width: 100%;
  }
  
  .details-slider .slider-container .slider-controls a {
    position: absolute;
    top: 45%;
    z-index: 9;
    color: #333333;
  }
  .details-slider .slider-container .slider-controls a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgb(255 255 255 / 65%);
    color: #858585;
}
.details-slider .slider-container .slider-controls a span:hover {
    background: rgb(255 255 255 / 85%);
    color: #615f5f;
}
  .details-slider .slider-container .slider-controls a.slider-left {
    left: 4px;
  }
  
  .details-slider .slider-container .slider-controls a.slider-right {
    right: 4px;
  }
  
  .details-slider .thumbnail-slider-container {
    margin-top: 15px;
  }
  
  .details-slider .thumbnail-slider .content {
    height: 68px;
    width: 68px;
    overflow: hidden;
    background-color: #e1e1e1;
  }
  .details-slider .thumbnail-slider .content .thumbnail-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
}
.thumbnail-slider-container .owl-item {
    width: 68px !important;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}
  .details-slider .thumbnail-slider .owl-item.active.center {
    border-color: #d0d0d0;
  }
  
  .details-slider .thumbnail-slider .content img {
    height: 100%;
  }
  
  .details-slider #thumbnailSlider .owl-stage-outer .owl-stage {
    transform: unset !important;
    width: auto !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
  
  .details-slider .owl-dots {
    display: none;
  }

  .product-details .prodct-name+.prdct-price {
    margin-top: 8px;
}

.product-details .prdct-price+.userdtl-card {
    margin-top: 15px;
}
.prdctsldr-flx-main {
    position: relative;
    padding-left: 100px;
}

.prdctsldr-flx-inner-30 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.prdctdetail-section{
padding: 80px 0;
}


.wishlist-btn {
    /* position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9; */
}

.wishlist-btn .wishlist-bx {
    position: relative;
    display: block;
}

.wishlist-btn .wishlist-bx input[type=checkbox] {
    position: absolute;
    opacity: 0;
    inset: 0;
    padding: 0;
    margin: 0
}

.wishlist-btn .wishlist-bx input[type=checkbox]~.wishlist-chk  {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 4;
    box-shadow: 0 2px 10px #00000014;
    position: relative;
    transition: all .3s;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Roboto';
}
.wishlist-btn .wishlist-bx input[type=checkbox]~.wishlist-chk em{
    font-style: normal;
    position: relative;
    left: -14px;
    top: -3px;
}
.wishlist-btn .wishlist-bx input[type=checkbox]~.wishlist-chk em:before {
    content: "\f08a";
    font-family: fontAwesome;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ea3a87;
    font-size: 16px;
    padding-top: 2px
}

.wishlist-btn .wishlist-bx input[type=checkbox]~.wishlist-chk:hover {
    background: #ea3a87;
    box-shadow: 0 2px 10px #0000001a;
    color: #fff;
    border-color: rgb(254,230,240);
}
.wishlist-btn .wishlist-bx input[type=checkbox]~.wishlist-chk:hover em:before  {
    color: #fff;
}

.wishlist-btn .wishlist-bx input[type=checkbox]:checked~.wishlist-chk {
    background: rgb(254,230,240);
    box-shadow: 0 2px 10px #0000001a;
    color: #ea3a87;
    border-color: rgb(254,230,240);
}
.wishlist-btn .wishlist-bx input[type=checkbox]:checked~.wishlist-chk:hover em:before  {
    color: #ea3a87;
}
.wishlist-btn .wishlist-bx input[type=checkbox]:checked~.wishlist-chk em:before {
    content: "\f004"
}








.add-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    height: 100%;
    padding: 40px 60px;
    opacity: 0;
    visibility: hidden;
  }
  
  .open-size-popup .add-popup.size-popup,  .open-addprodcut-popup .add-popup.addprdct-modal, .open-thanku-pop .add-popup.thankyou-modal, .open-rating-popup .add-popup.ratenow-modal{
    opacity: 1;
    visibility: visible;
  }
  
  .add-popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 13%);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
  }
  
  body.open-size-popup .size-popup .overlay,   body.open-addprodcut-popup .addprdct-modal .overlay, body.open-thanku-pop .thankyou-modal .overlay, body.open-rating-popup .ratenow-modal .overlay{
    opacity: 1;
    visibility: visible;
  }
  
  .lm-outer {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    overflow: auto;
  }
  
  .lm-inner {
    display: table-cell;
    vertical-align: middle;
  }
  
  
  .rlsttpwb-tabs {
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    z-index: 5;
    position: relative;
    box-shadow: 0 16px 26px rgb(0 0 0 / 10%);
    overflow: hidden;
    max-width: 736px;
    overflow-y: auto;
    height: auto;
    width: 100%;
  }
  
  .popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid #ededed;
  }
  .popup-header h3 {
    font-size: 18px;
    line-height: 22px;
}
  .popup-header .popup-title h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }
  .popinput-hdng {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .popinput-hdng h3 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  .chngtext-count {
    font-size: 14px;
    font-weight: 500;
    color: #939393;
  }
  
  .close-pop span {
    cursor: pointer;
    transition: all 300ms;
  }
  
  .close-pop span:hover svg path {
    fill: #068fff;
  }

  .size-popup .rlsttpwb-tabs {
    max-width: 420px;
    border-radius: 20px;
    overflow: hidden;
}
.popup-body {
    padding: 20px;
}

.sizemn-flx {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sizemn-flx-inner {
    flex: 46%;
}
.sizemn-flx-inner-100 {
    flex: 100%;
}
.size-form .singel-input label {
    display: block;
    margin: 0;
    position: relative;
  }
  .size-form .singel-input label span {
    color: #888791;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
}
.size-form .singel-input label input,  .size-form .singel-input label textarea {
    width: 100%;
    font-size: 14px;
    outline: none;
    overflow: hidden;
    background: #ffffff;
    color: #000;
    border-image: initial;
    padding: 10px 12px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}


.mat-tabs .nav-tabs {
    border-color: transparent;
    text-align: center;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.mat-tabs .nav-tabs li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0;
    flex: 48%;
}

.mat-tabs .nav-tabs li div {
    border: 0;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 500;
    color: #908da4;
    border-bottom: 2px solid transparent;
    background: transparent;
    box-shadow: none !important;
}

.mat-tabs .nav-tabs li.active div {
    border: 0;
    border-bottom: 2px solid #ed1c24;
    color: #ed1c24;
}
.mat-tabs .nav-tabs .nav-item.show .nav-link, .mat-tabs .nav-tabs .nav-link.active, .mat-tabs .nav-tabs .nav-link:hover {
    color: #232323;
    background-color: #eaeaea;
    border-color: transparent;
}

.popup-select .select-box .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: -10px;
    right: -7px;
}
.popup-select {
    max-width: 60px;
    margin: 0 0 0 auto;
}
.popup-select .select-box .select2-container .select2-selection--single {
    height: 39px;
}
.popup-select .select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
    font-weight: bold;
    text-transform: uppercase;
}
.popup-select .select-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 15px;
}
.readymad-size-bx {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 8px;
}

.readymad-list ul li+li {
    border-top: 1px solid #ededed;
}
.popup-select+.readymad-list {
    margin-top: 15px;
}

.readymad-size-bx p {
    font-size: 15px;
    font-weight: 500;
    color: #212121;
    text-transform: uppercase;
}
.sized-btn {
    margin-top: 15px;
}


.slectsize-list ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.slctsiz-main .slctsiz-crcl {
    position: relative;
    display: block;
}

.slctsiz-main .slctsiz-crcl input[type=radio] {
    position: absolute;
    opacity: 0;
    inset: 0;
    padding: 0;
    margin: 0
}

.slctsiz-main .slctsiz-crcl input[type=radio]~.slctsiz-chk  {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 50%;
    box-shadow: 0 2px 10px #00000014;
    position: relative;
    transition: all .3s;
    font-size: 14px;
    color: #848484;
    font-weight: 500;
    font-family: 'Roboto';
}

.slctsiz-main .slctsiz-crcl input[type=radio]~.slctsiz-chk:hover {
    background: rgb(229 229 229);
    box-shadow: 0 2px 10px #0000001a;
    color: #2f2f2f;
    border-color: rgb(229 229 229);
}

.slctsiz-main .slctsiz-crcl input[type=radio]:checked~.slctsiz-chk {
    background: rgb(229 229 229);
    box-shadow: 0 2px 10px #0000001a;
    color: #2f2f2f;
    border-color: rgb(229 229 229);
}
.slctsizhdng-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 15px;
}

.slctsizhdng-flx h3 {
    font-size: 14px;
    line-height: 18px;
}
.szchrt-btn {
    font-size: 14px;
    color: #989898;
    transition: all 300ms;
    cursor: pointer;
}

.szchrt-btn:hover {
    color: #4c4c4c;
}
.sizent-avlble {
    position: relative;
}

.sizent-avlble span {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #f3f3f3;
    border: 1px solid #cacaca;
    border-radius: 50%;
    box-shadow: 0 2px 10px #00000014;
    position: relative;
    transition: all .3s;
    font-size: 14px;
    color: #615e5e;
    font-weight: 500;
    font-family: 'Roboto';
    cursor: no-drop;
}

.sizent-avlble span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #b8b8b8;
    transform: rotate(45deg);
}

.slectsize-list+.slctsizhdng-flx {
    margin-top: 20px;
}

.slectsize-list+.readymad-list {
    margin-top: 20px;
}
.readymad-list {
    display: none;
}

.readymad-list-show .readymad-list {
    display: block;
}

.readymad-list-show .slectsize-list {
    display: none;
}
.slectsize-list ul+.sized-btn {
    margin-top: 25px;
}
.ratenow-modal .rlsttpwb-tabs {
    max-width: 425px;
    border-radius: 8px;
}
.thankyou-modal .rlsttpwb-tabs {
    max-width: 325px;
    border-radius: 8px;
}
.thankyou-modal .rlsttpwb-tabs .innerpop-descrp, .ratenow-modal .rlsttpwb-tabs .innerpop-descrp{
    padding: 25px;
}

.thanku-icon {
    margin-bottom: 15px;
  }
  .thanku-icon span {
    display: block;
    text-align: center;
  }
  .thanku-icon span img {
    width: 68px;
  }
  .thnku-descrp {
    text-align: center;
  }
  
  .thnku-descrp h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .thnku-descrp p {
    font-size: 15px;
  }
  
  .thnku-descrp a, .thnku-descrp span {
    margin-top: 0;
    display: inline-block;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    transition: all 300ms;
    background: #ededed;
    padding: 7px 12px;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
}
  
  .thnku-descrp a:hover{
    color: #383838;
    background: #dad6d6;
  }
  .thnku-descrp span.ratnow-btn {
    background: #e7d3d3;
    color: #4a4949;
}
.thnku-descrp span.ratnow-btn:hover {
    background: #f2d7d7;
    color: #454444;
}
.rtflx-mn {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}


.ratngpop-lst ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.rtngchk-main .rtngchk-lbl {
    position: relative;
    display: block;
}

.rtngchk-main .rtngchk-lbl input[type=checkbox] {
    position: absolute;
    opacity: 0;
    inset: 0;
    padding: 0;
    margin: 0
}

.rtngchk-main .rtngchk-lbl input[type=checkbox]~.rtngchk-star  {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    position: relative;
    transition: all .3s;
}
.rtngchk-main .rtngchk-lbl input[type=checkbox]~.rtngchk-star:before  {
   content: "\f006";
   font-family: fontAwesome;
   position: absolute;
   top: 0;
   left:0;
   color: #666666;
   font-size: 28px;
}

.rtngchk-main .rtngchk-lbl input[type=checkbox]:checked~.rtngchk-star:before  {
    content: "\f005";
    color: #FFC107;
 }

 .rtnopop-title {
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #ededed;
}

.rtnopop-title h3 {
    font-size: 19px;
    line-height: 22px;
}

.ratenow-form {
    margin-top: 53px;
}
.ratnow-flxbtn {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}


.faqs-style2 .accordion .accordion-item {
    border: none;
    border-radius: 0;
    margin: 0;
}
.accordion-header {
    margin-bottom: 0;
}
.faqs-style2 .accordion .accordion-header .accordion-button.collapsed {
    border-radius: 0;
    color: #333;
    padding-left: 0;
    padding-right: 0;
}
.accordion-button {
    padding: 1rem 0;
}
.accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    transition: transform .2s ease-in-out;
}
.faqs-style .accordion .accordion-header .accordion-button:after {
    content: "\f067";
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
    right: 15px;
    background: 0 0;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 400;
}
.faqs-style .accordion .accordion-header .accordion-button[aria-expanded=true]:after, .lookbook-shop .products .btn-shop.active .icon:before, .vertical-menu-content .moreCategories.show:after {
    content: "\f068";
}
.faqs-style2 .accordion .accordion-body {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    padding-top: 0;
}
.accordion-collapse {
    padding: 0rem 0rem;
}
.faqs-style2 .accordion .accordion-header .accordion-button.collapsed:hover{
    color: #8f8f8f;
}

.counterup-items:not(:last-child), .service-info.separate-line .service-wrap:not(:last-child) {
    border-right: 1px solid #d6d6d6;
}
.counterup-number {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    line-height: 1;
    margin: 0 0 10px;
}
.counterup-title {
    font-size: 16px;
    font-weight: 500;
    color: #888;
    line-height: 1;
    margin: 0;
}
.destination-section {
    padding: 60px 0;
}

.counterup-items span {
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
    color: #9f9f9f;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.accordion-button:not(.collapsed) {
    color: #6b6d70;
    background-color: transparent;
    box-shadow: unset;
}
#accordionFaq {
    margin-top: 20px;
}
.px-50 {
    padding: 0 50px;
}

.responsive-table {
    overflow: auto
}

.responsive-table::-webkit-scrollbar {
    width: 5px;
    height: 10px
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit
}

.table>:not(caption)>*>* {
    padding: .75rem;
    background-color: transparent;
    border-bottom-width: 0;
    box-shadow: unset
}

.table td,.table th {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.table td:first-child,.table th:first-child {
    padding-left: 0
}

.table td:last-child,.table th:last-child {
    padding-right: 0
}

.table.table-row-dashed tr {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #e4e6ef
}

.table tbody tr:last-child {
    border-bottom: 0
}

.table th {
    font-size: 14px;
    font-weight: 500;
    color: #121212
}

.table th {
    white-space: nowrap
}

.table td {
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    vertical-align: middle
}
.btn.btn-bg-light {
    border-color: #f5f8fa;
    background-color: #f5f8fa
}

.btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.5rem + 2px);
    width: calc(1.5em + 1.5rem + 2px)
}

.btn-group-sm>.btn.btn-icon,.btn.btn-icon.btn-sm {
    height: calc(1.2em + 1.1rem + 2px);
    width: calc(1.2em + 1.1rem + 2px)
}

.svg-icon svg {
    height: 1.15rem;
    width: 1.15rem
}

.svg-icon.svg-icon-3 svg {
    height: 1.2rem!important;
    width: 1.2rem!important
}

.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b2b5bd
}

.btn.btn-icon .svg-icon,.btn.btn-icon i {
    padding: 0;
    margin: 0;
    line-height: 1;
    flex-shrink: 0
}

.btn-check:focus+.btn,.btn:focus {
    box-shadow: unset
}

.btn-check:active+.btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g),.btn.btn-active-color-primary.active .svg-icon svg [fill]:not(.permanent):not(g),.btn.btn-active-color-primary.show .svg-icon svg [fill]:not(.permanent):not(g),.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),.show>.btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #676767
}

.btn-check:active+.btn.btn-active-color-primary,.btn-check:checked+.btn.btn-active-color-primary,.btn.btn-active-color-primary.active,.btn.btn-active-color-primary.show,.btn.btn-active-color-primary:active:not(.btn-active),.btn.btn-active-color-primary:focus:not(.btn-active),.btn.btn-active-color-primary:hover:not(.btn-active),.show>.btn.btn-active-color-primary {
    color: #676767
}

.btn.btn-active-color-primary:hover svg {
    opacity: 1
}
.badge {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
    font-weight: 500;
}

.primary-badge {
    background-color: #3b98e8;
    border-color: #3b98e8;
    color: #fff;
}

.success-badge {
    background-color: #0e9819;
    border-color: #0e9819;
    color: #fff;
}
.danger-badge {
    background-color: #e61313;
    border-color: #e61313;
    color: #fff;
}
.prdct-table {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 20px;
}

.symbol.symbol-45px {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 4px;
    background: #d0d0d0;
    overflow: hidden;
}

.symbol.symbol-45px span{
    display: block;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
}

.add-quantity {
    padding: 0 40px;
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 3px;
    height: 32px;
    max-width: 170px;
    margin: 0 auto;
   
}
.add-to-cart.open .add-quantity { display: block; }

.add-quantity button {
    position: absolute;
    top: 0;
    height: 32px;
    border: 0;
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    width: 40px;
}

.add-quantity .add {
    right: 0;
    border-left: 1px solid #ddd;
}

.add-quantity .sub {
    left: 0;
    border-right: 1px solid #ddd;
}

.add-quantity input[type="number"] {
    padding: 3px 5px;
    font-size: 18px;
    text-align: center;
    border: 0;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 32px;
    font-weight: bold;
    outline: none;
}



.banner-section {
    background: #F1F2F4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* padding: 70px 0; */
    height: 580px;
    overflow: hidden;
}
.banner-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}

.banner-section .container {
    height: 100%;
}

.banner-main {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: relative;
    height: 100%;
}
.bnrcntn-btns ul {
    display: flex;
    gap: 15px;
}

.bnr-btnmn .btn {
    width: 146px;
}
.banner-content-inner {
    text-align: center;
}
.banner-content h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    color: #f8f8f8;
}

.banner-content p {
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
    color: #e8e8e8;
}
.bnrcntn-btns {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.video-bnr{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.video-bnr:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 55%);
}
#myVideo {
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0; */
    /* min-width: 100%; 
    min-height: 100%; */
    width: 100%;
  }
  .hdr-ctgry ul li a {
    color: #ffffff;
    background: #e26a9e;
    border-color: #e26a9e;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    width: 76px;
    display: inline-block;
    text-align: center;
    transition: all 300ms;
}
.hdr-ctgry ul li a:hover {
    background: #ea3a87;
    color: #fff;
}
.ads-section {
    background: #7d8a8b;
    padding: 20px 0;
}

.ads-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ads-main .primary-btn {
    background: transparent;
    border-color: transparent;
    color: #fff;
    font-weight: 500;
    letter-spacing: .2px;
}

.ads-main .primary-btn:hover {box-shadow: unset;color: #dfdfdf;}


.mdl-ads h3 {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .3px;
}
.mdl-ads h3 a {
    color: #ededed;
}

.mdl-ads h3 a:hover {
    color: #fff;
}

.newctgry-section {
    padding: 80px 0;
}
.newctgry-list ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.newctgry-card {
    background: #fff;
    text-align: center;
    transition: all 300ms;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(101 101 101 / 10%);
}

.newctgry-card:hover {
    box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
}
.newctgry-image {
    height: 298px;
    background: #fff5fa;
}
.newctgry-image a {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}




.newctgry-descrp {
    margin-top: 0;
    padding: 20px 20px;
}
.newctgry-descrp a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #0B0C0D;
    display: inline-block;
    /* margin-bottom: 5px; */
}

.newctgry-descrp a+p{
    margin-top: 5px;
}
.newctgry-descrp a:hover {
    color: #717C7D;
}
.newctgry-descrp p {
    font-size: 14px;
    line-height: 1.4;
}

.heading {
    text-align: center;
    max-width: 555px;
    margin: 0 auto 40px;
    position: relative;
}

.heading h3 {
    font-size: 28px;
    margin-bottom: 6px;
    position: relative;
    font-weight: 600;
    line-height: 35px;
}
.heading p {
    color: #676464;
}
.heading h1 {
    font-size: 28px;
    margin-bottom: 6px;
    position: relative;
    font-weight: 600;
    line-height: 35px;
}

.ourGloble-customer {
    background: rgb(113 124 125 / 10%);
    padding: 60px 0;
}

.ourGloblecustomer-slider .owl-dots{
    margin-top: 15px;
    position: relative;
}
.prtnr-logo {
    border-radius: 4px;
    /* color: #afafaf; */
    display: block;
    font-weight: 600;
    /* margin-bottom: 25px; */
    /* display: inline-block; */
    text-align: center;
    text-transform: uppercase;
    /* border: 1px solid #e6e6e6; */
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 1px 1px 9px 0px rgb(0 0 0 / 10%);
    margin: 10px 8px;
    padding: 7px;
    background: #fff;
}

.prtnr-logo img {
    width: 100%;
    /* -webkit-filter: grayscale(100%); */
}

.prtnr-logo:hover img {
    /* -webkit-filter: grayscale(0); */
    /* -webkit-filter: grayscale(100%); */
}

.ourGloble-customer .owl-carousel .owl-stage-outer .owl-stage:hover .prtnr-logo:not(:hover) img {
    -webkit-filter: grayscale(100%);
    transition: all 500ms;
}

.ourGloble-customer  .owl-carousel .owl-dot span {
    background: rgb(113 124 125 / 30%);
}

.ourGloble-customer  .owl-carousel .owl-dot.active span {
    background: #717c7d;
}



.addimage-upload {
    margin-bottom: 5px;
  }
  
  .main-fileupldr {
    display: flex;
  }
  .main-fileupldr .img-uplder {
    padding: 0;
    position: relative;
    margin-left: 0;
    border-radius: 6px;
    width: 100%;
    height: 150px;
    background-color: #F8F8F8;
    border: 1px solid #e9e9e9;
    transition: all 300ms;
  }
  
  .main-fileupldr .img-uplder input[type=file] {
    position: absolute;
    display: flex;
    align-items: center;
    margin: 0;
    opacity: 0;
    inset: 0;
    z-index: 9;
    cursor: pointer;
  }
  .main-fileupldr .filupl-rsltimg {
    height: 100%;
    overflow: hidden;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .main-fileupldr .img-uplder .filupl-rsltimg span {
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* height: 100%; */
    /* display: block; */
    /* border-radius: 6px; */
    /* background-color: #f5f5f5; */
    /* border: 1px solid #f5f5f5; */
    /* cursor: pointer; */
  }
  .main-fileupldr .filupl-rsltimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .impgupld-cntnt {
    text-align: center;
  }
  
  .impgupld-cntnt h3 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 0px;
  }
  
  
  
  .impgupld-cntnt span {
    font-size: 30px;
    color: #0079C1;
  }
  
  .main-fileupldr .img-uplder:hover {
    background-color: #02283e0f;
    border: 1px solid #02324e2b;
  }
  
  .main-fileupldr .img-uplder:hover .impgupld-cntnt span {
    color: #012169;
  }
  
  .main-fileupldr .img-uplder:hover .impgupld-cntnt h3 {
    color: #012169;
  }
  
  .imgupl-reslt {
    margin-top: 20px;
  }
  
  .imgupl-reslt ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  }
  
  .imgupl-reslt ul li {
    width: 80px;
  }
  
  .imgupl-reslt ul li .uplinr-pic {
    height: 80px;
    width: 80px;
    background: #f8f8f8;
    border-radius: 6px;
    overflow: hidden;
  }
  
  .imgupl-reslt ul li .uplinr-pic span {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    display: block;
  }
  
  .editimage-userdoc {
    position: relative;
  }
  .editimage-userdoc  .img-uplder{
    padding: 0;
    position: relative;
    margin-left: 0;
    border-radius: 6px;
    width: 100%;
    height: 208px;
    background-color: #eef6ff;
  }
  .editimage-userdoc .imguplod-editsign {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
  }
  .editimage-userdoc .imguplod-editsign em {
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #8BC34A;
    border: 2px solid #8BC34A;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 2px 4px #3b3d3e70;
  }
  .editimage-userdoc .imguplod-editsign em i {
    color: #fff;
    font-size: 16px;
  }
  
  .editimage-userdoc .img-uplder input[type=file] {
    position: absolute;
    top: 4px;
    bottom: unset;
    left: unset;
    right: 4px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
    opacity: 0;
  }
  .editimage-userdoc .img-uplder .filupl-rsltimg {
    height: 100%;
    overflow: hidden;
    margin-top: 10px;
    background-color: #eef6ff;
  }
  .editimage-userdoc .img-uplder .filupl-rsltimg span {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    display: block;
    border-radius: 6px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    cursor: pointer;
  }
  
  
  .main-fileupldr.meals-bgicon .img-uplder {
    width: 135px;
    height: 135px;
  }
  .editimage-userdoc.meals-bgicon .img-uplder {
    width: 135px;
    height: 135px;
  }

  .addprdct-modal {
    padding: 25px 60px;
}
.addprdct-modal .rlsttpwb-tabs {
    max-width: 555px;
    border-radius:8px
}
.addprdct-modal .popup-body {
    overflow: auto;
    height: 83vh;
}
.addprdct-modal .addprdct-main {
    padding: 0;
    border-radius: 0;
    box-shadow: unset;
    border: unset;
}
.form-inner-flx {
    flex: 46%;
}
.form-inner-flx-100{
width: 100%;
}

.right-qty {
    display: none;
}
.slider{
    color: red;
}

.banner-newimg img, .comingsoon-main img {
    width: 100%;
}
.already-acntmsg a {
    color: #e26a9e;
  }
  
  .already-acntmsg a:hover {
    color: #c32368;
  }
  .warning-badge {
    background-color: #c1b60e;
    border-color: #c1b60e;
    color: #fff;
}

.otp-flx {
    display: flex;
    gap: 15px;
    max-width: 330px;
    justify-content: center;
    margin: 0 auto;
}

.otp-iner-flx {
    width: 20%;
}

.lgn-from .otp-iner-flx .singel-input label input {
    text-align: center;
    padding: 14px 14px;
}

.hdrsrch-input {
    position: relative;
}

.hdr-mdl .hdr-srchmain #searchResults {
    position: absolute;
    top: 47px;
    background: white;
    width: 100%;
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
    border-radius: 4px;
    padding: 7px 0;
}
.hdr-mdl .hdr-srchmain #searchResults{
padding: 0;
margin: 0;
list-style: none;
}

.hdr-mdl .hdr-srchmain #searchResults li {
    padding: 5px 13px;
    font-size: 14px;
    color: #666666;
}


.listnot-found {
    height: 59vh;
    display: flex;
    align-items: center;
}

.listnot-found-inner {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.listnot-found-image img {
    width: 300px;
}

.listnot-found-inner h3 {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 24px;
    margin-top: 15px;
}