html {
    scroll-behavior: smooth;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height:1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--wed-black);
    text-transform: none;
    font-style: normal;
    background-color: #fff;
    position: relative;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   position: relative;
   font-family: "Ysabeau Office", sans-serif;
}
h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 24px;
}
h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
}
h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 24px;
}
h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 24px;
}
h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}
h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}
p {
    margin: 0 0 16px;
}
p.lead{
    font-size: 18px;
    font-weight: 400;
}
ul,ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
input:focus,
select:focus,
textarea:focus {
   box-shadow: none !important;
}
textarea:focus-visible {
    outline: 0;
}
input:-webkit-autofill {
   -webkit-background-clip: text;
}
[type=search]{
    outline-offset: 0;
}
input:focus-visible, 
button:focus-visible{
    outline: 0;
}
.gutter-y-10 {
    --bs-gutter-y: 10px;
}
.gutter-y-15 {
    --bs-gutter-y: 15px;
}
.gutter-y-20 {
    --bs-gutter-y: 20px;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}
.gutter-y-40 {
    --bs-gutter-y: 40px;
}
.gutter-y-60 {
    --bs-gutter-y: 60px;
}
.gutter-x-15{
    --bs-gutter-x: 30px;
}
.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible{
    box-shadow: none;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border: none;
}
/***********************
* header
***********************/
#topbar-text::after {
    content: "|";
    margin-left: 3px;
    animation: blink 0.7s infinite;
}
@keyframes blink {
    50% { opacity: 0; }
}
.topbar {
    background-color: #f29f9f;
    padding: 4px;
}
.topbar p {
    margin-bottom: 0;
    font-size: 14px;
}
.search-wrapper {
    position: relative;
}
.search-wrapper input {
    width: 100%;
    padding: 5px 46px 5px 16px;
    border-radius: 4px;
    border: 1px solid #000;
}
.contact-box {
    background: #ffff;
    padding: 25px;
    border-radius: 10px;
    width: 350px;
    right: 0;
    box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05);
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 999;
}
.header-right ul li:hover .contact-box {
    opacity: 1;
    transform: scaleY(1) translateZ(0px);
    visibility: visible;
}
.logo {
    width: 100px;
}
.contact-header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}
.contact-box h3 {
    margin: 10px 0 8px;
    font-size: 18px;
    font-weight: 600;
}
.contact-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}
.contact-options {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}
.contact-item {
    text-align: center;
    font-size: 14px;
}
.contact-item .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    font-size: 20px;
}
.whatsapp i {
    color: #25D366;
}
.email i {
    color: #333;
}
.contact-time {
    font-weight: 600;
    font-size: 15px;
}
.centerbar-inner {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: space-between;
    padding: 8px 0;
}
.since-box {
    padding: 6px 12px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f29f9f;
    position: relative;
}
.since-box p {
    margin-bottom: 0;
    font-weight: 600;
}
.since-box::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.7;
    animation: shine 1.5s ease-out infinite;
}
.header-right ul {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.header-right ul li{
    position: relative;
    padding: 8px 0;
}
.header-right>ul>li>a {
    width: 45px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-right ul li a img{
    width: 20px;
    height: 20px;
    transition: all 0.5s;
    will-change: transform;
}
.header-right ul li a:hover img{
    transform: scale(1.1);
}
.header-right ul li a.toolip{
    position: relative;
}
.header-right ul li a.toolip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #f29f9f;
    color: #000;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.header-right ul li a.toolip:hover::after {
    opacity: 1;
    visibility: visible;
}
.searchbar {
    width: 480px;
}
.search-wrapper button {
    all: unset;
    position: absolute;
    top: 0;
    right: 0;
    height: 37px;
    width: 37px;
}
.search-wrapper button img {
    width: 26px;
    transition: all 0.5s;
}
.search-wrapper button:hover img {
    transform: scale(1.1);
}
.picode-box {
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid #f29f9f;
    display: flex;
    align-items: center;
    column-gap: 9px;
    cursor: pointer;
}
.picode-box .icon {
    flex-shrink: 0;
}
.picode-box p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 14px;
    display: flex;
}
.picode-box span {
    font-size: 12px;
    line-height: 10px;
}
.picode-box .title {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.main-menu-inner>ul {
    display: flex;
    justify-content: center;
    column-gap: 25px;
}
.main-menu-inner>ul>li>a {
    color: #000;
}
.main-menu-inner>ul>li {
    display: flex;
    align-items: baseline;
    column-gap: 8px;
    padding: 5px 0 15px;
}
.main-menu-inner>ul>li svg {
    width: 13px;
}
.main-menu {
    position: relative;
}
.mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    display: flex;
    height: 400px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform-origin: center top;
    transform: scaleY(0) translateZ(100px);
    z-index: 999;
    transition: opacity 500ms, visibility 500ms, transform 700ms;
    box-shadow: 0 7px 50px 0 rgba(0, 0, 0, .1);
}
.main-menu-inner>ul>li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}
.mega-menu-right {
    width: 350px;
}
.mega-menu-left {
    width: calc(100% - 350px);
    padding: 30px;
    border-top: 2px solid #f29f9f;
        display: flex;
    column-gap: 50px;
}
.mega-menu-item-outer {
    display: flex;
    column-gap: 50px;
}
.mega-menu-tab-item {
    display: none;
}
.mega-menu-tab-item.active{
    display: block;
}
.mega-menu-item-outer.active{
    display: flex;
}

.mega-menu-item-left {
    width: 250px;
    padding-bottom: 30px;
}
.mega-menu-tab-content {
    width: calc(100% - 300px);
}
ul.mega-menu-main-list li a {
    padding: 8px 10px;
    width: 100%;
    color: #000;
}
ul.mega-menu-main-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f29f9f91;
}
ul.mega-menu-main-list li:last-child {
    border: none;
}
.mega-menu-left p {
    font-size: 18px;
    font-weight: 500;
}
ul.mega-menu-main-list li:hover a, ul.mega-menu-main-list li.active a {
    padding-left: 20px;
    color: #f66f6f;
}
ul.mega-menu-main-list li span {
    transform: translateX(-20px);
    transition: all 0.5s;
    opacity: 0;
}
ul.mega-menu-main-list li:hover span , ul.mega-menu-main-list li.active span{
    opacity: 1;
    transform: translateX(-10px);
}
ul.mega-menu-main-list {
    height: 100%;
    overflow-y: auto;
    padding-right: 24px;
}
ul.mega-menu-main-list::-webkit-scrollbar {
  width: 6px;
}
ul.mega-menu-main-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
ul.mega-menu-main-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
ul.mega-menu-main-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.mega-menu-item {
    flex: 1;
}
.mega-menu-item ul li a {
    padding: 5px 0;
    display: inline-block;
    color: #555;
    position: relative;
}
.mega-menu-item ul li a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #f29f9f;
    transition: all 0.5s;
}
.mega-menu-item ul li:hover a::after {
    width: 100%;
}
.mega-menu-item ul li:hover a {
    color: #f29f9f;
}
.new-arrivel-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #0000002e;
}
.new-arrivel-image img {
    object-fit: cover;
    object-position: center;
    -webkit-transition: opacity .5s, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.new-arrivel-image img.defolt-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.new-arrivel-image img.hover-image {
    opacity: 0;
}
.new-arrivel-box:hover img.hover-image , .new-arrivel-box:hover img.defolt-image{
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
    opacity: 1;
}
.new-arrivel-box {
    text-align: center;
}
.new-arrivel-box p {
    margin-bottom: 0;
}
.new-arrival-cta {
    width: 70%;
    margin-top: 30px !important;
    margin: auto;
    text-align: center;
}
.new-arrival-cta p {
    font-size: 16px;
    color: #555555;
}
.new-arrival-btn {
    display: inline-flex;
    align-items: baseline;
    column-gap: 10px;
    color: #000;
    padding: 2px 0;
    position: relative;
    padding-right: 10px;
}
.new-arrival-btn img {
    transition: all 0.5s;
    display: inline-block;
    transform: translate(0px, 1px);
}
.new-arrival-btn:hover img {
    transform: translate(10px, 1px);
}
.new-arrival-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    transition: all 0.5s;
    background-color: #f29f9f;
}
.new-arrival-btn:hover::after {
    width: 100%;
}
.mega-menu-item-outer.Discover {
    width: 100%;
    margin-left: 175px;
    padding-left: 160px;
}
/***********************
* hero
***********************/
.hero-box {
    height: calc(100vh - 398px);
    overflow: hidden;
}
.hero-box a img, .hero-box a video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-category-box {
    margin: 10px 6px 0 6px;
    text-align: center;
    background-color: rgb(242 159 159 / 20%);
}
.hero-category-image {
    margin-bottom: 5px;
    overflow: hidden;
}
.hero-category-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: opacity .5s, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.hero-category-box:hover img {
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
}
.hero-category-box p {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.hero-category-box p a {
    color:#000;
    font-size: 17px;
}
.hero-category-box:hover p a{
    color:#f29f9f;
}
.hero-text-slider {
    background-color: #000;
    color: #fff;
    padding: 8px;
    margin-top: -10px;
}
.hero-text-slider p {
    margin-bottom:0;
    font-size:14px;
}
.hero-text-slider-box {
    margin: 0 35px;
}
/***********************
* tab section
***********************/
.ira-tab-section {
    padding: 80px 0;
}
.top-style-tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    column-gap: 24px;
}
.top-style-tab-btn p {
    margin-bottom: 0;
    border: 1px solid #0000002e;
    padding: 4px 16px;
    cursor: pointer;
    transition: all 0.5s;
}
.top-style-tab-btn p.active, .top-style-tab-btn p:hover {
    background-color: #f29f9f;
    color: #fff;
    border-color: #f29f9f;
}
.top-style-image {
    position: relative;
    background-color: rgb(242 159 159 / 20%);
    overflow: hidden;
}
.top-style-image p {
    position: absolute;
    margin-bottom: 0;
    font-size: 12px;
    white-space: nowrap;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%);
    overflow: hidden;
    background-color: #f29f9f;
    padding: 0 15px 0 5px;
    isolation: isolate;
    z-index: 2;
    top: 0;
    left: 0;
}
.top-style-image p::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.7;
    animation: shine 1.5s ease-out infinite;
}
@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
.top-style-image .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.top-style-image img {
    object-fit: cover;
    object-position: center;
    -webkit-transition: opacity .5s, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.top-style-image:hover img.hover-image, .top-style-image:hover img.defolt-image{
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
    opacity: 1;
}
.whishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 24px;
}
.whishlist.active{
    color: #f29f9f;
}
.top-style-cart {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f29f9f;
    padding: 4px 20px;
    color: #ffffff;
}
.top-style-details h4 {
    margin-bottom: 4px;
    font-size: 20px;
}
.top-style-details {
    margin-top: 12px;
}
.top-style-price {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.top-style-price p {
    margin-bottom: 0;
    font-size: 14px;
}
.top-style-price p.old-price {
    text-decoration: line-through;
    color: #989898;
}
.top-style-price .discount {
    color: green;
}
.top-style-content-inner {
    display: none;
}
.top-style-content-inner.active {
    display: block;
}
/***********************
* letest design
***********************/
.letest-section {
    padding-bottom: 80px;
}
.letest-design-box.left {
    padding-right: 90px;
}
.letest-design-box.right {
    padding-left: 90px;
}
.letest-design-row {
    position: relative;
}
.letest-design-row::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 93%;
    top: 4%;
    width: 1px;
    background-color: #dcdcdc;
}
.letest-design-box.left .letest-design-details {
    margin-bottom: 30px;
}
.letest-design-details h4 {
    font-size: 24px;
    margin-bottom: 6px;
    font-weight: 600;
}
.letest-design-details p {
    margin-bottom: 6px;
}
.link-btn {
    display: inline-flex;
    align-items: baseline;
    column-gap: 10px;
    color: #000;
    padding: 2px 0;
    position: relative;
    padding-right: 10px;
}
.link-btn img {
    transition: all 0.5s;
    display: inline-block;
    transform: translate(0px, 1px);
}
.link-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    transition: all 0.5s;
    background-color: #f29f9f;
}
.link-btn:hover::after {
    width: 100%;
}
.link-btn:hover img {
     transform: translate(10px, 1px);
}
.letest-design-box.right .letest-design-details {
    margin-top: 30px;
}
.letest-design-image {
    position: relative;
    height: 500px;
}
.letest-design-image>img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.letest-image-icon {position: absolute;bottom: 100px;right: -50px;}
/***********************
* new-slider
***********************/
.new-slider-section {
    overflow: hidden;
    position: relative;
    cursor: grab;
    margin-bottom: 80px;
}
.new-slider-stop .fa-play {
    display: none;
}
.new-slider-stop i {
    cursor: pointer;
}
.new-slider-image {
    height: 600px;
    position: relative;
}
.new-slider-image::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.671) 0%, rgba(0, 0, 0, 0) 100%);
}
.new-slider-box {
    position: relative;
}
.new-slider-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.new-slider-details {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    text-align: center;
    color: #fff;
}
.new-slider-details h4{
    margin-bottom: 12px;
}
.primary-btn{
    display: inline-flex;
    align-items: baseline;
    column-gap: 10px;
    color: #000;
    padding: 6px 20px;
    position: relative;
    background-color: #fff;
}
.primary-btn img{
    transition: all 0.5s;
    transform: translate(0px, 1px);
}
.primary-btn:hover img{
    filter: brightness(100) invert(1);
}
.primary-btn:hover{
    background-color: #f29f9f;
    color: #fff;
}
.new-slider-stop {
    position: absolute;
    bottom: 30px;
    left: 30px;
    height: 50px;
    width: 50px;
    background-color: #ffffffb0;
    border-radius: 100%;
    z-index: 1;
    backdrop-filter: blur(9px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
/***********************
* new-slider
***********************/
.gift-section {
    overflow: hidden;
}
.gift-outer {
    display: flex;
    column-gap: 0;
}
.gift-box {
    position: relative;
}
.gift-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 1s;
}
.gift-image {
    overflow: hidden;
    position: relative;
}
.gift-image::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.671) 0%, rgba(0, 0, 0, 0) 100%);
}
.gift-box:hover img {
    transform: scale(1.1);
}
.gift-details {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    text-align: center;
    color: #fff;
}
.gift-details h4 {
    margin-bottom: 12px;
}
.primary-btn.dark {
    background-color: #f29f9f;
    color: #fff;
}
.primary-btn.dark img{
    filter: brightness(100) invert(1);
}
/***********************
* best seller
***********************/
.best-seller-section {
    padding: 80px 0;
    background-color: rgb(242 159 159 / 10%);
}
.best-seller-image {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.best-seller-image p {
    position: absolute;
    margin-bottom: 0;
    font-size: 12px;
    white-space: nowrap;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%);
    overflow: hidden;
    background-color: #f29f9f;
    padding: 0 15px 0 5px;
    isolation: isolate;
    z-index: 2;
    top: 0;
    left: 0;
}
.best-seller-image p::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.7;
    animation: shine 1.5s ease-out infinite;
}
.best-seller-image img {
    object-fit: cover;
    object-position: center;
    -webkit-transition: opacity .5s, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    height: 1;
    width: 100%;
}
.best-seller-image img.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.best-seller-image:hover img.hover-image , .best-seller-image:hover img.defolt-image{
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
    opacity: 1;
}
.retting {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    padding: 2px 6px;
    background: #e2e2e2;
    display: flex;
    align-items: baseline;
    column-gap: 3px;
}
.retting span {
    color: #f90;
    font-size: 16px;
}
.best-seller-details {
    margin-top: 12px;
}
.best-seller-details h4 {
    margin-bottom: 4px;
    font-size: 20px;
}
.best-seller-price {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.best-seller-price p.old-price {
    text-decoration: line-through;
    color: #989898;
}
/***********************
* insta
***********************/
.insta-section {
    padding: 80px 0;
    padding-bottom: 0;
}
.insta-box {
    overflow: hidden;
    position: relative;
}
.insta-outer {
    display: flex;
    column-gap: 8px;
}
.insta-box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
    z-index: 1;
}
.insta-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0;
    transition: all 0.5s;
    background-color: #00000066;
}
.insta-box:hover::after {
    height: 100%;
}
.insta-box:hover .icon {
    opacity: 1;
}
/***********************
* testimonial
***********************/
.testimonial-section {
    padding-top: 80px;
}
.testimonial-head {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 24px;
}
.testimonial-image {
    border-radius: 100%;
    overflow: hidden;
    height: 50px;
    width: 50px;
}
.testimonial-head h4 {
    margin-bottom: 0;
}
.testimonial-box p {
    margin-bottom: 0;
}
.testimonial-box {
    background-color: rgb(242 159 159 / 10%);
    padding: 28px;
    position: relative;
    margin: 0 12px;
    border: 1px solid #f29f9f;
        margin-bottom: 1px;
}
.ts-shape {
    position: absolute;
    right: 50px;
    top: 30px;
    opacity: 0.5;
}
.testimonial-slider-btn {
    display: flex;
    justify-content: center;
    column-gap: 35px;
    margin-top: 30px;
}
.testimonial-slider-btn .slick-arrow {
    background-color: rgb(242 159 159 / 10%);
    border: none;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f29f9f;
    transform: rotate(45deg);
    transition: all 0.5s;
}
.testimonial-slider-btn .slick-arrow img {
    filter: brightness(0);
    transform: rotate(-45deg);
    width: 24px;
}
/***********************
* footer
***********************/
footer {
    background-color: #f29f9f;
    padding-top: 50px;
    position: relative;
}
.footer-link {
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
    padding-right: 30px;
}
.footer-widget h4 , .footer-column h4{
    font-weight: 600;
}
.footer-widget.contact {
    padding: 0 30px;
}
.footer-widget.contact {
    padding: 0 30px;
}
.footer-link ul li {
    margin-bottom: 5px;
}
.footer-link ul li a {
    color: #000;
    padding-bottom: 2px;
    position: relative;
    display: inline-block;
}
.footer-link ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ffffffb3;
    transition: all 0.5s;
}
.footer-link ul li:hover a::after {
    width: 100%;
}
.footer-link ul li:hover a {
    color: #ffffffb3;
}
.footer-widget.contact ul li {
    margin-bottom: 12px;
}
.footer-widget.contact ul li:last-child {
    margin-bottom: 0;
}
.footer-widget.contact ul li a {
    color: #000;
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
}
.footer-widget.contact ul li a span {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #ffffff54;
    flex-shrink: 0;
    color: #000;
}
.footer-widget.contact ul li a:hover {
    color: #ffffffb3;
}
.news-form-box {
    position: relative;
}
.news-form-box .form-control {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000000db;
    color: #000;
    padding-left: 0;
    padding-right: 40px;
}
.news-form-box  button {
    all: unset;
    position: absolute;
    top: 50%;
    right: 0;
    height: 37px;
    transform: translateY(-50%);
    filter: brightness(0);
}
.footer-column {
    margin-bottom: 30px;
}
.footer-column:last-child {
    margin-bottom: 0;
}
ul.social-media {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
ul.social-media li a {
    height: 40px;
    width: 40px;
    color: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff54;
}
.channel-partner-outer {
    display: flex;
    column-gap: 4px;
}
.chanel-partner {
    width: 50px;
}
.footer-lower {
    text-align: center;
    padding: 16px;
    margin-top: 24px;
    border-top: 1px solid #ffffff6b;
}
.footer-lower p {
    margin-bottom: 0;
}
/***********************
* evry
***********************/
.evry-slider-section {
    padding: 80px 0;
    position: relative;
}
.evry-slider-btn {
    margin: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: calc(100% - 80px);
    z-index: 1;
    transform: translateY(-50%);
}
.evry-slider-btn button {
    background-color: rgb(255 255 255);
    border: none;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f29f9f;
    transform: rotate(45deg);
    transition: all 0.5s;
}
.evry-slider-btn button img {
    transform: rotate(-45deg);
    filter: brightness(0);
}
.evry-slider {
    width: 100%;
    padding: 60px 0;
}
.swiper-slide {
    width: 507px;
    transition: transform 0.6s ease;
}
.evry-box img {
    width: 100%;
    border-radius: 10px;
}
.footer-logo {
    max-width: 460px;
    margin: auto;
    transform: translateY(170px);
    z-index: 0;
    position: relative;
    transition: all 1s;
    margin-top:100px;
}
.footer-logo.active{
    transform: translateY(50px);
}
/***********************
* pincode-popup
***********************/
.pincode-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: scale(0);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
    opacity: 0;
    display: flex;
}
.pincode-popup.expanded {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.pincode-toggel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 60%);
}
.pincode-content {
    width: 600px;
    margin: auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 12px;
}
.pincode-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pincode-head h4 {
    margin-bottom: 0;
    font-weight: 600;
}
a.pincode-close.pincode-toggel {
    position: relative;
    height: 30px;
    width: 30px;
    background-color: transparent;
}
a.pincode-close.pincode-toggel span {
    height: 2px;
    display: inline-block;
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
    border-radius: 4px;
}
a.pincode-close.pincode-toggel span:last-child {
    transform: translateY(-50%) rotate(-45deg);
}
.pincode-form {
    position: relative;
}
.pincode-form .form-control {
    border-radius: 4px;
    padding: 10px 16px;
    padding-right: 50px;
}
.pincode-form .form-control:focus{
    border-color: #dee2e6;
}
.pincode-form button.primary-btn {
    border: none;
    border-radius: 4px;
    background-color: #f29f9f;
    height: 45.6px;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}
.gold-silver-toggle-border {
    display: block;
    background: linear-gradient(90.01deg, #ed9090 18.45%, #fbdbdb 99.99%);
    padding: 1px;
    border-radius: 20px;
    height: fit-content;
    position: inherit;
    width: 50%;
    transform: none;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.gold-silver-toggle {
    display: flex;
    background: #ffffff;
    height: fit-content;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}
.gold-silver-toggle input{
    display:none;
}
.gold-silver-toggle label {
    position: relative;
    font-weight: 500;
    text-align: center;
    flex: 1;
    cursor: pointer;
    z-index: 2;
    color: #25282b;
    transition: color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    text-wrap: nowrap;
    font-size: 14px;
    padding: 0.25vw 0;
}
.gold-silver-toggle .slider {
    position: absolute;
    left: 3px;
    top: 3px;
    height: calc(100% - 6px);
    width: 50%;
    background: linear-gradient(298.02deg, #e18587 0%, #ebb9ba 155.86%);
    border-radius: 20px;
    transition: transform 0.3s ease;
    z-index: 1;
}
#gold-toggle:checked ~ .slider {
    transform: translateX(calc(100% - 6px));
}
#gold-toggle:checked + label {
    color: #ffffff ;
}
#silver-toggle:checked ~ .slider {
    transform: translateX(0%);
   background: linear-gradient(298.02deg, #d04854 0%, #ef89ba 155.86%);
}
#silver-toggle:checked + label {
    color: #ffffff ;
}
.hero-tagline-section {
    display: flex;
    align-items: center;
    padding: 12px;
    background: linear-gradient(117deg,rgba(242, 159, 159, 1) 0%, rgba(208, 72, 84, 1) 35%, rgba(239, 137, 186, 1) 71%, rgba(225, 133, 135, 1) 100%);
    margin-top: 30px;
}
.hero-tagline-section p {
    margin: 0 38px;
    margin-bottom: 0;
    flex: 1;
    text-align: center;
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
}
.under-price-section {
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
}
.under-price-left {
    padding-right: 150px;
}
.under-price-left h2 {
    font-size: 45px;
}
.under-price-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 330px;
    margin-bottom: 24px;
}
.under-price-box:last-child{
    margin-bottom: 0;
}
.under-price-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.under-price-image {
    height: 100%;
}
.under-price-right {
    padding-left: 80px;
    padding-right: 80px;
}
.under-price-title {
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.under-price-title h4 {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 40px;
}
.under-price-title h4 span {
    font-size: 60px;
    font-weight: 700;
}
.under-price-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.671) 0%, rgba(0, 0, 0, 0) 100%);
}
.under-price-box:hover .under-price-image img {
    transform: scale(1.1);
}
.under-price-btn {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -50px;
    z-index: 1;
    transition: all 0.5s;
}
.under-price-box:hover .under-price-btn {
    bottom: 20px;
}
.color-box {
    position: relative;
}
.color-image {
    overflow: hidden;
    position: relative;
    background-color: rgb(242 159 159 / 20%);
}
.color-section {
    padding-bottom: 80px;
}
.color-details {
    text-align: center;
    margin-top: 12px;
}
.color-details h4 {
    font-weight: 600;
}
.color-image img {
    object-fit: cover;
    object-position: center;
    -webkit-transition: opacity .5s, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    height: 100%;
    width: 100%;
}
.color-image img.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.color-box:hover .color-image img {
     transform: scale(1.09);
    -webkit-transform: scale(1.09);
    opacity: 1;
}
p.color-tagline {
    position: absolute;
    margin-bottom: 0;
    font-size: 16px;
    white-space: nowrap;
    clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0 100%);
    overflow: hidden;
    background-color: #f29f9f;
    padding: 4px 21px 4px 10px;
    isolation: isolate;
    z-index: 2;
    top: 0;
    left: 0;
}
p.color-tagline::after {
     content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.7;
    animation: shine 1.5s ease-out infinite;
}
.login-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: scale(0);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
    opacity: 0;
    display: flex;
}
.login-popup.expanded {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.login-content {
    width: 1024px;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding: 8px;
    border-radius: 0;
    display: flex;
    column-gap: 8px;
    background-color: #ffe6e6;
}
.login-toggel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 70%);
    backdrop-filter: blur(10px);
}
.login-close.login-toggel {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #ffe6e6;
    right: 0;
    left: auto;
    z-index: 1;
}
.login-close.login-toggel span {
    height: 2px;
    display: inline-block;
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
    border-radius: 4px;
}
.login-close.login-toggel span:last-child{
    transform: translateY(-50%) rotate(-45deg);
}
.login-left {
    padding: 40px 0px 0px 0;
    width: 600px;
    flex-shrink: 0;
}
.login-left .logo {
    text-align: center;
    width: 140px;
    margin: auto;
    margin-bottom: 15px;
}
.login-title {
    text-align: center;
}
.login-title span {
    font-size:20px;
}
.login-box-grid {
    display: flex;
    column-gap: 8px;
}
.login-box {
    background-color: #fff;
    padding: 12px;
    flex: 1;
}
.login-box .icon {
    height: 50px;
    width: 50px;
    margin: auto;
    border-radius: 100%;
    margin-bottom: 10px;
    background-color: #f29f9f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-box .icon img{
    width: 30px;
    height: 30px;
}
.login-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.login-box p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}
.login-right {
    background-color: #fff;
    padding: 40px 24px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: center;
}
.login-right-title {
    text-align: center;
}
.login-right-title h2 {
    margin-bottom: 10px;
}
.login-right-title p {
    font-size: 14px;
}
.login-form-group {
    margin-bottom: 10px;
}
.login-form-group .form-control {
    border-radius: 4px;
    padding: 10px 20px;
}
.login-form-check-box {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
    margin-bottom: 10px;
}
.login-form-check-box label {
    color: #6B716E;
    cursor: pointer;
}
.login-form-check-box input#notify {
    accent-color: #f29f9f;
    height: 16px;
    width: 16px;
}
.login-form-btn {
    text-align: center;
}
.login-form-btn button {
    border: none;
    padding: 8px 50px;
}
.login-lower-text p {
    margin-bottom: 0;
    color: #6B716E;
}
.login-lower-text p a {
    color: #f29f9f;
}
.login-lower-text {
    text-align: center;
    margin-bottom: -60px;
    margin-top: 90px;
}
.login-verification-edit p {
    margin-bottom: 0;
}
.login-verification-edit {
    text-align: center;
    margin-bottom: 16px;
}
.login-verification-edit>span {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
}
.login-verification-edit>span a {
    color: #f29f9f;
    border: 1px solid #f29f9f;
    padding: 0px 10px;
    border-radius: 24px;
    font-size: 12px;
}
.otp-input-wrapper {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 8px;
        justify-content: center;
}
.otp-input-wrapper .otp-input {
    height: 42px;
    width: 42px;
    border: 1px solid #cccccc;
    border-radius: 0;
    padding: 14px;
}
.resend-otp a {
    display: flex;
    column-gap: 8px;
    justify-content: center;
    color: #666666;
}
.resend-otp a img {
    width: 20px;
    filter: brightness(0.5) invert(0.4);
}
.resend-otp {
    margin-bottom: 16px;
}
.login-form-group .form-control:focus{
    border-color: #dee2e6;
}
input[readonly] {
    background-color: #f3f3f3;
    cursor: not-allowed;
}
.login-loder {
    display: flex;
    justify-content: center;
    column-gap: 12px;
    align-items: center;
}
.login-loder img {
    width: 34px;
}
.locked {
    position: fixed;
    width: 100%;
    top: 0;
}
.product-gallery {
    display: flex;
    gap: 8px;
    margin-bottom: -10px;
}
.product-thumb-slider{
    width:92px;
    flex-shrink: 0;
}
.main-slide {
    background-color: #fff;
}
.thumb-item {
    margin-bottom: 8px;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;
    border: 2px solid transparent;
    transition: all 0.5s;
}
.slick-slide.slick-current.slick-active .thumb-item{
    border-color: #f29f9f;
}
.thumb-item img{
width:100%;
display:block;
}
.product-main-slider {
    position: relative;
    width: calc(100% - 100px);
}
.product-main-slider img{
width:100%;
}
.maximize {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.maximize img{
    height: 24px;
    width: 24px;
}
.product-details-left {
    padding: 8px;
    background-color: rgb(242 159 159 / 20%);
    position: sticky;
    top: 50px;
}
.product-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 138px);
    left: 118px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-slider-btn .slick-arrow {
    all: unset;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f29f9f;
    padding: 4px;
    cursor: pointer;
}
.product-details-section {
    padding: 30px  0 60px;
}
.product-details-right {
    padding-left: 50px;
}
.product-details-title h3 {
    margin-bottom: 12px;
}
.product-price {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 0;
}
.product-price .current-price {
    font-size: 24px;
}
.product-price .old-price {
    text-decoration: line-through;
    color: #555555;
}
.product-price .discount {
    padding: 3px 12px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f29f9f;
    position: relative;
}
.product-price .discount::after{
     content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.7;
    animation: shine 1.5s ease-out infinite;
}
.product-option-outer {
    display: flex;
    column-gap: 110px;
    padding: 24px 0;
    border-top: 1px solid #f29f9f;
    border-bottom: 1px solid #f29f9f;
}
.product-option h4 {
    margin-bottom: 12px;
}
.color-options {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.color-item{
    width:35px;
    height:35px;
    border-radius:50%;
    cursor:pointer;
    border:2px solid transparent;
    overflow: hidden;
    position: relative;
}
.color-item::after{
    content: "";
        width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .3;
    background: linear-gradient(135deg, #fff 0, #00000040 17%, #fff 26% 39%, #00000040 53%, #fff 61%, #00000040 71%, #fff 84% 93%, #00000040);
}
.color-item.active{
   border-color:#000;
}
.silver{
   background:#cfcfcf;
}
.gold{
   background:#d4af37;
}
.rose{
   background:#e6a6a1;
}
.quantity-box{
    display:flex;
    align-items:center;
    border:1px solid #ddd;
    width:130px;
}
.qty-btn{
    width:40px;
    height:40px;
    border:none;
    background:#f5f5f5;
    font-size:20px;
    cursor:pointer;
}
.qty-input{
    width:50px;
    text-align:center;
    border:none;
    outline:none;
}
.add-cart-btn{
    padding:12px 30px;
    background:#000;
    color:#fff;
    border:none;
    cursor:pointer;
}
.product-fature {
    display: flex;
    padding: 24px 0;
}
.product-fatore-box {
    flex: 1;
    text-align: center;
    border-right: 1px solid #f29f9f;
}
.product-fatore-box:last-child{
    border: none;
}
.product-fatore-box p {
    margin-bottom: 0;
}
.product-btn-outer {
    display: flex;
    column-gap: 8px;
}
.product-btn-outer .primary-btn {
    flex: 1;
    justify-content: center;
    padding: 10px 20px;
}
.product-btn-outer .primary-btn img{
    filter: none;
    transform: translate(0px, -1px);
    
}
.product-lower-btn {
    display: flex;
    column-gap: 8px;
     flex: 1;
}
.product-lower-btn .whishlist-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #f29f9f;
    font-size: 20px;
    border: 1px solid #f29f9f;
}
.primary-btn.loading::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0%;
    height:100%;
    background: linear-gradient(90deg, #396195e6, #70a1be, #4b6796);
    z-index:0;
    animation:fillBtn 2s forwards;
}
.btn-arrow{
    animation:arrowMove 1s infinite alternate;
}
@keyframes arrowMove{
    0%{
    transform:translateX(0);
    }
    100%{
    transform:translateX(10px);
    }
}
.primary-btn span,
.primary-btn img{
    position:relative;
    z-index:2;
}
@keyframes fillBtn{
    0%{
    width:0%;
    }
    100%{
    width:100%;
    }
}
.product-lower-btn  .whishlist-btn.active {
    background-color: #fff;
    color: #f29f9f;
}
.according-list {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #f29f9f;
}
.accordin-item{
    border-bottom:1px solid #eee;
    margin-bottom: 15px;
}
.accordin-item:last-child{
    margin-bottom: 0;
}
.according-button {
    cursor: pointer;
    padding: 10px 40px 10px 15px;
    font-weight: 600;
    background-color: rgb(242 159 159 / 20%);
    position: relative;
}
.according-button::after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 46px;
    background-color: #f29f9f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.accordin-item.active .according-button::after{
    content: "−";
}
.according-button p{
    margin-bottom: 0;
}
.accordin-body{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.45s ease;
}
.accordin-inner {
    color: #555;
    line-height: 1.6;
    padding: 15px;
    border: 1px solid rgb(242 159 159 / 20%);
}
.accordin-item.active .accordin-body{
    max-height:1000px;
}
.similar-product-section .best-seller-image {
    background-color: rgb(242 159 159 / 20%);
}
/***********************
* product listing
***********************/
.breadcrumb-section {
    padding: 30px 0;
    text-align: center;
}
ul.breadcrumb {
    justify-content: center;
    column-gap: 9px;
}
ul.breadcrumb li a {
    color: #000;
}
ul.breadcrumb li a:hover {
    color: #f29f9f;
}
.product-listing-section {
    padding: 0 40px;
    transition: all 0.5s;
}
.product-listing-section.colleps {
    margin-left: 350px;
}
.product-listing-section.colleps .listing-box-outer {
    width: 33.33%;
}
.product-listing-wrapper {
    display: flex;
    align-items: center;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
    margin-bottom: 30px;
}
.product-listing-left {
    display: flex;
    column-gap: 30px;
    align-items: center;
}
.product-listing-left p {
    margin-bottom: 0;
}
.fillter-open-btn img {
    height: 24px;
}
.fillter-open-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 6px 20px;
    background-color: #f29f9f;
    cursor: pointer;
}
.product-listing-right {
    display: flex;
    column-gap: 25px;
    align-items: center;
}
.select2-results__option--highlighted {
  background-color: #ffffff;
  color: #000;
}
.select2-container.select2-container .select2-selection--single {
    padding: 6px 20px;
    height: auto;
    border: 1px solid #f29f9f;
    border-radius: 0px;
    background: #fff;
    z-index: 3;
    position: relative;
}
.select2-container.select2-container .select2-selection--single:focus {
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 30px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.select2-container .select2-dropdown li:hover , .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results__option--selected{
    background-color:#f29f9f ;
    color: #fff;
}
.select2-container .select2-dropdown ul::-webkit-scrollbar {
  width: 6px;
}
.select2-container .select2-dropdown ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.select2-container .select2-dropdown ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.select2-container .select2-dropdown ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.product-listing-right p {
    margin-bottom: 0;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}
.listing-image {
    position: relative;
    background-color: rgb(242 159 159 / 20%);
    overflow: hidden;
}
.product-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s !important;
    background-color: #fcecec;
}
.listing-image .primary-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 1;
}
.listing-details {
    margin-top: 12px;
}
.listing-details h4 {
    margin-bottom: 4px;
    font-size: 20px;
}
.listing-box:hover .product-slider, .listing-box:hover .listing-image .primary-btn{
    opacity: 1;
}
.listing-image .retting,.listing-image  .whishlist {
    z-index: 2;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f29f9f;
    color: #fff;
}
.listing-image img.defolt-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.listing-image .swiper-slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.listing-details .color-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    border: 3px solid #fff;
    z-index: 11;
    border-radius: 100%;
    transform: translate(-50% , -50%);
}
.listing-details .color-item{
    height: 24px;
    width: 24px;
    overflow: visible;
}
.listing-details .color-item::after{
    overflow: hidden;
}
.listing-details .color-item.active::before {
    border-color: #f29f9f;
}









.filter-wrapper-outer {
    z-index: 999999;
    opacity: 0;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 390px;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transform-origin: left center;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
}
.filter-wrapper-outer.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: all 0.5s;
}
.filter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #0606066e; */
    opacity: 0.9;
}
.filter-close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
}
.filter-close span {
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    background-color: #000000;
    transform: translate(-50%, -50%) rotate(45deg);
}
.filter-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.filter-wrapper-outer .filter-wrapper {
    background-color: #F9F9F9;
    padding: 45px 10px;
    height: 100%;
    overflow-y: scroll;
    max-width: 390px;
    scrollbar-width: none;
    z-index: 1;
    position: relative;
    box-shadow: 4px 0 30px 17px #0000001f;
}
.filter-wrapper-outer .filter-wrapper .filter-wrapper-inner {
    padding: 0;
}
.filter-top {
    display: none; 
    align-items: center;
    column-gap: 16px;
    margin-bottom: 20px;
        flex-wrap: wrap;
    row-gap: 10px;
}
.filter-top p {
    margin-bottom: 0;
    color: #000;
}
a.filter-clear-all {
    color: #f29f9f;
}
.filter-add {
    padding: 4px 20px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    column-gap: 10px;
    border: 1px solid #2B343033;
    padding-right: 11px;
    cursor: pointer;
}
.filter-add i {
    color: #6B716E;
}
.filter-wrapper-inner {
    padding: 20px;
    background-color: #F9F9F9;
    box-shadow: 0px 130px 36px 0px #00000000;
}
.filter-box {
    padding: 24px;
    background-color: #fff;
    border: 1px solid #2B343033;
    border-radius: 4px;
    margin-bottom: 12px;
}
.filter-box-head {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    column-gap: 20px;
    justify-content: space-between;
    cursor: pointer;
}
.filter-box-head h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato';
}
.filter-box-body {
    max-height: 5000px; 
    transition: max-height 0.8s ease;
    overflow: hidden;
}
.filter-box.collaps .filter-box-body {
    max-height: 0;
        margin-bottom: -18px;
}
.range-slider {
    position: relative;
    height: 24px;
    margin-bottom: 18px;
    padding: 0 10px;
}
.range-slider input[type="range"] {
    position: absolute;
    width: 94%;
    height: 26px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    top: -2px;
    z-index: 2;
    
}
.range-slider input::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px #0000001A;
    border: 1px solid #0000001A;
}
.range-slider input::-moz-range-thumb {
    pointer-events: auto;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.slider-track {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
    background: #333;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1;
}
.range-dot {
    position: absolute;
    top: -9px;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
    pointer-events: none;
    border: 1px solid #0000001A;
    box-shadow: 0px 2px 4px 0px #0000001A;
    z-index: 999;
}
.slider-track {
    position: relative;
}
.price-inputs {
    display: flex;
    align-items: center;
    column-gap: 24px;
    width: 100%;
}
.price-box {
    width: 100%;
    position: relative;
}
.price-box label {
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}
.price-box input {
    width: 100%;
    border: 1px solid #2B343033;
    border-radius: 4px;
    padding: 10px 15px;
    color: #000;
    padding-left: 28px;
    line-height: 20px;
}
.dollar-icon {
    position: absolute;
    bottom: 0;
    left: 14px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-box:last-child {
    margin-bottom: 0;
}
.filter-box-head i {
    transition: all 0.5s;
}
.filter-box.collaps .filter-box-head i {
    transform: rotate(180deg);
}
.filter-check {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.filter-check label {
    color: #2B3430;
}
.filter-check:last-child {
    margin-bottom: 0;
}
.filter-check input {
    height: 16px;
    width: 16px;
    accent-color: #f29f9f;
}