@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;200;300;400;700;900&display=swap');

@font-face {
  font-family: Romelio;
  src: url('../font/Romelio.otf')
       url('../font/Romelio.ttf')  format('truetype'),
}
html,body{
margin: 0;
padding: 0;
width: 100%;
box-sizing: border-box;
font-size: 14px!important;
box-sizing: border-box;
    background: #fff;
 font-family: "Lato", sans-serif!important;
  font-optical-sizing: auto;
  font-weight:normal;
  font-style: normal;
  color: #272727;
  overflow-x: hidden;
  cursor: default;
}
select{
    color: #272727;
}
.m0{
  margin: 0 auto;
}
.p0{
  padding: 0px!important;
}
/* 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;
}
input,textarea{
 font-family: "Lato", sans-serif!important;
}
.index .main-head{
    z-index: 1000;
    position: sticky;
    top: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.4318102240896359) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4318102240896359) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    padding: 0 50px;
  border-bottom:none;
}
.main-head {
    background: #ffffff;
    padding: 0px 50px 20px 50px;
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #ececec;
}
.header{
margin: 0;
    padding: 0;
    width: 100%;
    padding: 0;
    /* background-color: #ffffff; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.headermain{
/*  background-image: url(../img/background.jpg);*/
  width: 100%;
  padding: 0;
  z-index: 1000;
  position: relative;
}
.call{
    padding-right: 100px;
    font-weight: normal;
    font-size: 14px;
}
.call img{
    margin: 0 5px 0 0;
}
.request{
  display: flex;
  flex-direction: row;
}
.cr-des{
  margin: 0;
      font-size:14px;
}
/* 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;
}

.stone-price-blk{
/*      position: absolute;
    z-index: 10;*/
}

.grblk .rb1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #fff7ee, #574834);
  animation: animate1 2s linear infinite;
}

@keyframes animate1{
  0%{
    transform: translateX(-100%);
  }

  100%{
    transform: translateX(100%);
  }
}

.grblk .rb2{
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to right, #fff7ee, #574834);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2{
  0%{
    transform: translateY(-100%);
  }

  100%{
    transform: translateY(100%);
  }
}

.grblk .rb3{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
    height: 2px;
  background: linear-gradient(to right, #fff7ee, #574834);
  animation: animate3 2s linear infinite;
}

@keyframes animate3{
  0%{
    transform: translateX(100%);
  }

  100%{
    transform: translateX(-100%);
  }
}

.grblk .rb4{
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to right, #fff7ee, #574834);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4{
  0%{
    transform: translateY(100%);
  }

  100%{
    transform: translateY(-100%);
  }
}

.page-loader{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000d6;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-loader img{
    height: 60px;
}
    .sort-filter,.product-btm {
        position: fixed;
    }

.spbi{
border-radius: 0;
    padding: 15px 0 0 0;
    /* min-width: 0px; */
    background: #58595b;
    /* box-shadow: 5px 5px 54px #000; */
    color: #fff;
    min-height: 550px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    /* padding-left: 200px; */
    border-radius: 0 50% 50% 50%;
    box-shadow: 12px 19px 25px #27242426;
}
.spbh,.spbm,.spbl{
      padding: 0 0 0 150px;
}
.spbh h2{
      font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.spbh h2 span{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}
.spbh h2 span b{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}
.spbm{
    display: flex;
    justify-content: space-between;
    /* border-top: 1px solid #f4f4f41a; */
    margin: 10px 0;
    /* padding: 15px 0 0 0; */
    flex-direction: column;
    gap: 20px;
}
.spbb{
      width: 120px;
}
.spbb h2{
font-size: 13px;
    font-weight: 300;
    letter-spacing: .5px;
}
.spbb p{
  margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
}
.spbl,.spbl b{
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 300;
}
.grblk-cls{
    position: absolute;
    right: 30px;
    bottom: 77px;
    background: #ffffff;
    /* height: 10px; */
    /* width: 10px; */
    z-index: 10;
    padding: 15px;
    border-radius: 50px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 12px 19px 25px #533b3b26;
}
.scb{
    transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.hcb{
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.grblk-cls img{

}

.promt-gen {
    background: #f2d9cf;
    color: #4a281a;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
    font-weight: bold;
    border-radius: 10px;
    font-size: 15px;
    margin: 0 0 20px 0;
  }

.promt-gen img{
    height: 20px;
    width: auto !important;
    margin: 0 0 0 10px;
}
/*tab*/
.tabs {
    /* left: 50%; */
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    position: relative;
    background: #ffffff91;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    /* min-width: 240px; */
    /* min-height: 500px; */
    overflow: auto;
    margin: 80px 0 0 0;
}
 .tabs input[name="tab-control"] {
   display: none;
}
 .tabs .content section h2, .tabs ul li label {
   font-size: 17px;
   color: #428bff;
}
 .tabs ul {
list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 550px;
    margin: 15px auto 0 auto;
}
 .tabs ul li {
   box-sizing: border-box;
   -webkit-box-flex: 1;
           flex: 1;
   width: 25%;
   padding: 15px 10px;
   text-align: center;
}
 .tabs ul li label {
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   color: #adadad;
   padding: 5px auto;
   overflow: hidden;
   text-overflow: ellipsis;
   display: block;
   cursor: pointer;
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   white-space: nowrap;
   -webkit-touch-callout: none;
     user-select: none;
}
 .tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
   outline: 0;
   color: #bec5cf;
}

 .tabs .slider {
   position: relative;
   width: 25%;
   -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
   transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
 .tabs .slider .indicator {
   position: relative;
   width: 50px;
   max-width: 100%;
   margin: 0 auto;
   height: 4px;
   background: #EB3349;
   border-radius: 1px;
}
 .tabs .content {
    margin-top: 30px;
    padding: 0 55px 55px 55px;
}
 .tabs .content section {
   display: none;
   -webkit-animation-name: content;
           animation-name: content;
   -webkit-animation-direction: normal;
           animation-direction: normal;
   -webkit-animation-duration: 0.3s;
           animation-duration: 0.3s;
   -webkit-animation-timing-function: ease-in-out;
           animation-timing-function: ease-in-out;
   -webkit-animation-iteration-count: 1;
           animation-iteration-count: 1;
   line-height: 1.4;
}
 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) {
  border-bottom: 2px solid #101010;
}
 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2){
  border-bottom: 2px solid #101010;
}
 .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) {
  border-bottom: 2px solid #101010;
}


 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
   cursor: default;
   color: #101010;
}

 @media (max-width: 600px) {
   .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
     background: rgba(0, 0, 0, 0);
  }
}
 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
   -webkit-transform: translateX(0%);
           transform: translateX(0%);
}
 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
   display: block;
}
 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
   cursor: default;
   color: #101010;
}

 @media (max-width: 600px) {
   .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
     background: rgba(0, 0, 0, 0);
  }
}
 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
   -webkit-transform: translateX(100%);
           transform: translateX(100%);
}
 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
   display: block;
}
 .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
   cursor: default;
   color: #101010;
}

 @media (max-width: 600px) {
   .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
     background: rgba(0, 0, 0, 0);
  }
}
 .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
   -webkit-transform: translateX(200%);
           transform: translateX(200%);
}
 .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
   display: block;
}
 .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
   cursor: default;
   color: #EB3349;
}

 @media (max-width: 600px) {
   .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
     background: rgba(0, 0, 0, 0.08);
  }
}
 .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
   -webkit-transform: translateX(300%);
           transform: translateX(300%);
}
 .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
   display: block;
}
 @-webkit-keyframes content {
   from {
     opacity: 0;
     -webkit-transform: translateY(5%);
             transform: translateY(5%);
  }
   to {
     opacity: 1;
     -webkit-transform: translateY(0%);
             transform: translateY(0%);
  }
}
 @keyframes content {
   from {
     opacity: 0;
     -webkit-transform: translateY(5%);
             transform: translateY(5%);
  }
   to {
     opacity: 1;
     -webkit-transform: translateY(0%);
             transform: translateY(0%);
  }
}
 @media (max-width: 1000px) {
   .tabs ul li label {
     white-space: initial;
  }
}
/*tab*/

.tabp{
    font-size: 16px;
    line-height: 30px;
}
.mob-header{
    position: sticky;
    /* display: flex; */
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    margin-top:-65px;
        padding: 5px 0;
        z-index: 100;
        display: none;
}
.mob-header div{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-back{
  padding: 15px;
}
.page-back img{
  height: 20px;
}
.mob-page-title{
  margin: 0;
  font-weight: 700;
}
.bgblur{
  position: fixed;
  height: 100%;
  width: 100%;
  left:0;
  top: 0;
  background: #000000c2;
  z-index: 10;
}
#ImgWrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  perspective: 2200px;
  background: var(--ColorDarkA);
}

#ImgWrapper img {
  position: absolute;
    box-shadow: 0 0 31px #9376768a;
    border-radius: 0;
}

#ImgWrapper #img1 {
  z-index: 1;
  height: 50vh;
  bottom: 15%;
  left: 5%;
}

#ImgWrapper #img2 {
  z-index: 2;
  height: 45vh;
  bottom: 40%;
  right: 5%;
}

#ImgWrapper #img3 {
  z-index: 3;
  height: 40vh;
    top: 0;
    right: 17%;
}

#ImgWrapper #img4 {
  z-index: 4;
  height: 31vh;
  bottom: 55%;
  left: 22%;
}

#ImgWrapper #img5 {
  z-index: 10;
    height: 42vh;
    top: 28%;
    left: 35%;
}

#ImgWrapper #img6 {
  z-index: 6;
  height: 31vh;
  bottom: 13%;
  left: 27%;
}

#ImgWrapper #img7 {
  z-index: 7;
  height: 31vh;
  bottom: 10%;
  right: 13%;
}

#ImgWrapper #img8 {
    z-index: 7;
    height: 27vh;
    top: 7%;
    right: 32%;
}

#codeby {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*#codeby a {
  text-decoration: none;
  font-size: var(--FontH5);
  font-weight: 400;
  color: var(--ColorWhiteB);
}

#codeby a span {
  font-weight: 700;
  display: inline-block;
  color: var(--ColorWhiteA);
}
*/
.pmi{
  position: relative;
}
.pmr{
    padding: 0 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.instablk{
    position:relative;
    margin: 100px 0 0;
    background-image: url(../img/bg.svg);
    background-repeat: repeat;
}

.preview-main .owl-stage-outer {
    padding: 0 0 10px 0;
}
.preview-blk {
/*    background-image: url(../img/bg.svg);
    background-repeat: no-repeat;
    background-size: cover;*/
}
.preview-main {
    display: flex;
    justify-content: center;
    width: 380px;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
}
.pm-left {
    padding: 0;
    background: #ffffff;
    border-radius: 10px;
    width: 380px;
    overflow: hidden;
    box-shadow: 0px 8px 50px #0000001f;
}
.like-count1 {
background: transparent;
    border: none;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px 20px !important;
    /* width: 50%; */
    flex-direction: column;
    position: absolute;
    bottom: 30%;
    right: -78px;
    z-index: 10;
    transform: rotate(341deg);
}
.lcm {
    background: #E91E63;
    border-radius: 100%;
    display: flex;
    align-items: center;
    /* padding: 16px 20px; */
    position: relative;
    /* aspect-ratio: 1; */
    height: 120px;
    width: 120px;
    justify-content: center;
}
.like-count1 i {
    color: #ffffff;
    font-size: 52px;
    margin: 0 15px 0 0;
    width: auto;
    vertical-align: middle;
    display: none;
}
.like-count1 b {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}
.lcm img{
    position: absolute;
    bottom: -20px;
    height: 30px;
    width: auto;
    left: 50%;
    margin-left: -30px;
    display: none;
}
.count-text {
    color: #ffffffb3;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    margin: 30px 0 0 0;
    display: none;
}
.pmbtm {
    display: flex;
    padding: 5px 25px 20px 25px;
    justify-content: space-between;
    margin: -5px 0 0 0;
}
.pmbtm img {
    height: 25px;
    width: auto;
    border-radius: 0;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}


.logo {
    display: flex;
    height: 75px;
}
.bannerai{
    height: 100%;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 1s ease-out;
    --url: url(https://raw.githubusercontent.com/Brian-Pob/images/main/inverted-br-top.svg);
    background-image: url(https://i.pinimg.com/originals/79/46/b0/7946b0c….jpg);
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: -100px -150px;
}
.bannerbook{
    width: 48%;
    float: right;
    position: absolute;
    right: 50px;
    bottom: 60px;
    transition: all 1s ease-out;
}
.banner-view{
  width: 100%;
  border-radius: 20px;
  position: relative;
}
.banner-ai{
    position: relative;
    width: 50%;
/*    margin: 0 5% 0 -100px;*/
    border-radius: 0;
/*    aspect-ratio: 1;*/
    overflow: hidden;
    background: #58595b;
    min-height: 500px;
    transform: translate3d(-100%, 0, 0);
        display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
}
.banner-ai:hover .bannerai{
    transform: scale(1.1);
    transition: all 1s ease-out;
}
.banner-book{
    position: relative;
    width: 50%;
/*    margin: 0 -100px 0 0;*/
    border-radius: 0;
/*    aspect-ratio: 1;*/
    overflow: hidden;
    background: #f2d9cf;
    min-height: 500px;
    transform: translate3d(100%, 0, 0);
        display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
}
.banner-book .ai-title p, .bb-title p{
    color: #58595b!important;
}
.banner-book:hover .bannerbook{
    transform: scale(1.1);
    transition: all 1s ease-out;
}
.ai-gen-design{
/*    position: absolute !important;
    top: 0;
    left: 0;*/
    /* height: 100%; */
    width: 100%;
    background: #f6f6f6;
    margin: 0 !important;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-direction: column;
    border-radius: 20px;
}
.aigdt{

}
.aigdt a{
    width: 100%;
}
.aigdt a img{
    width: 100% !important;
}
.aigdb{
    width: 100%;
}
.aigdb div{
    padding: 0 20px;
}
.aigdb textarea{
    width: 100%;
    height: 90px;
    border: 1px solid #e7e7e7;
    resize: none;
    margin: 20px 0;
    border-radius: 20px;
    padding: 15px 20px;
    font-size: 15px;
}
.aigbi{

}
.aigbi a{

}
.banner-ai .blk-btn,.banner-book .blk-btn {
    margin: 0 auto;
    }
.banner-right{
    display: flex;
    padding: 0px 0 0px 0;
    justify-content: space-between;
}
.cat-head{
  padding: 20px;
}
.bdes p{
  position: absolute;
  color: white;
}
.category-list{
  text-decoration: none;
  display: flex;
  padding: 10px;
   margin: 0 auto;
   justify-content: space-evenly;
}
.category-type{
    background: #f8f9fa;
    border-radius: 50%;
    padding: 15px;
    border: 1px solid #00000005;
}
.cat-name{
    font-size: 14px;
    color: #202020;
    margin: 0;
    padding: 15px 0 0 0;
    letter-spacing: 0;
}
.categorymain{
  background-color: #000000;
  height: 500px;
}
a.category-view{
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.8px;
  text-align: center;
}
.coll-t{
  padding: 10px;
    margin: 0;
}
.ai{
  color: white;
}
.collection-im1{
  width: 200px;
}
.collection-im2{
 width: 200px;
}

.collection-main{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.cat-view{
  height: 85px;
}
.c-code{
  padding-left: 5px;
  font-weight: 400;
}
.rate{
 padding: 10px 0px 10px 50px;
}
.index .iconlist li a{  
  background: #ffffff21;
  }
.mobmenuicon{
  display: none;
}
.iconlist{
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.iconlist li{
    padding: 0 0 0 10px;
}
.iconlist li a{
    padding: 5px;
    height: 30px;
    width: 30px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background: #00000008;
    border-radius: 50px;
    position: relative;
}
.iconlist li a img{
  height: 28px;
  width: auto;
}
.iconlist li a span{
    position: absolute;
    top: -4px;
    right: -7px;
    background: #58595b;
    color: #d3c1c1;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.myaccountdiv{
}
.myaccountdiv ul{
}
.myaccountdiv ul li{
}
.myaccountdiv ul li a{
}
.functionalicons{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact {
}
.country{
  padding-right: 100px;
}
.nav-icon{
padding-right: 60px;
}
.header1{
/*padding: 5px;
background-color: #1A1919;
border-radius: 15px;*/

}
.header1 .nav-list{
    padding: 0 15px;
}
.header1 .nav-list{

}
.header1 .nav-item{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 40px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
        align-items: center;
}
.header1 .nav-link{
    color: #202020;
    letter-spacing:.5px;
    font-weight: 500;
    font-size: 14px;
}
.index .header1 .nav-list a{
    letter-spacing: .8px;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    text-align: left !important;
    justify-content: flex-start;

    }
.header1 .nav-list a{
    color: #111111;
    letter-spacing:.8px;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    text-align: left !important;
    justify-content: flex-start;
}
.index .header1 .nav-list a{
    color: #fff!important;
}
/*.header1 .nav-link:hover{
  color: #fff;
}*/
.nav{
  display: flex;
  list-style-type: none;
  /* justify-content: space-evenly; */
  text-align: left;
  align-items: center;
  padding: 0;
}
a.nav-link{
  color: black;
}
.bannerhead{
  padding: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.category-view{
  padding: 20px;
}
.heading{
  margin: 0 0 50px 0;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-size: 1.75rem;
 letter-spacing: .5px;
}
.footer {
      border-top: 1px solid #c9b7b033;
/*    background: rgb(255, 255, 255)!important;*/
    padding: 100px 0 35px 0 !important;
    margin: 100px 0 0 0;
}
.footer .row{
  display: flex;
}
.footer .row .col-lg-3{
  width: 25%;
}
.footermain{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0 0 0;
    border-top: 1px solid #c9b7b033;
    padding: 30px 0 0 0;
}
.paymentoption {
  display: flex;
  list-style-type: none;
  padding: 0 0 0 0 ;
  margin: 0;
}
.payment a{
}
.payment a img{
  height: 30px;
}
.flist{
  list-style-type: none;
  padding: inherit;
}
a.fview{
  font-weight: 400;
  text-decoration: none;
  color: #272727;
  font-size:14px;
}
.medialist{
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: inherit;
}
.fut-main{
  display: flex;
}
.fut-main .col-lg-3{
  width:33.333%;
}
.fut1 div,.fut2 div,.fut3 div{
    padding: 0 60px;
}
.fut1 div h3,.fut2 div h3,.fut3 div h3{
  letter-spacing: 0.3px;
    font-size: 20px;
    margin: 0 0 10px 0;
        font-weight: 500;
}
.mediaview{
  padding: 20px;
}
.footer{
  padding: 35px;
}
.medialink{
padding-bottom: 15px;
}
h6.mediahead{
  padding:0 0 10px 0;
  margin: 0;
  font-size: large;
  letter-spacing: 0px;
}
.social-media{
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  padding: 0;
}
.social-media li:last-child{
  display: none;
}
.social-media li a img{
  height: 24px;
}
.sm-link a{
  padding: 5px;
}
.gold-rate{
    left: 10px;
   background: #58595b;
    padding: 11px 17px;
    border-radius: 50px;
    z-index: 30;
    cursor: pointer;
    /* margin: -2px 0 0 0; */
    /* width: 165px; */
    display: flex;
    align-items: center;
}
.index .gold-rate{
    /* position: absolute; */
    left: 10px;
    background: #58595b;
    padding: 11px 17px;
    border-radius: 50px;
    z-index: 30;
    cursor: pointer;
    /* margin: -2px 0 0 0; */
    /* width: 165px; */
    display: flex;
    align-items: center;
  }
  .gr{
    margin: 0;
    cursor: pointer;
    color: #fff;
  }
  .gr img{
    margin: 0 5px 0 0;
  }
  .gr:hover .grblk{
    display: block;
  }
  .grblk{
    position: fixed;
    left: -110px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    top: -100px;
    aspect-ratio: 1;
    height: 550px;
        cursor: default;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
  }
  .grblk-main ul{
    padding: 0;
    margin: 15px 0 0 0;
  }
 /* .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: rgb(233, 233, 233);
  }*/
  .dropbtn{
    border: none;
    width: 100%;
    border-radius: 10px;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  .dropdown{
    margin: 0px 15px;
    border: none;
  }
  .dropdown-content a:hover {
    background-color: #f8f8f8;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  border: none;
}
  .rate-list{
    padding: 10px 0;
    color: #fffc;
    list-style: none;
    font-size: 13px;
  }
  .rate-list span{
    font-weight: bold;
    color: #fff;
  }
  .rightside{
    display: flex;
  }
.block3-text{
    position: absolute;
    top: 0;
    left: 0;
    margin: -145px 0 0 0;
    z-index: -1;
}
.block3-text img{
    height: 790px;
    margin: -50px 0 0 0;
}
.block3 .container{
    position: relative;
}
  .deals{
/*    position: relative;*/
/*    width: 500px;*/
    /* height: 300px; */
/*    padding: 100px 50px 100px 50px;
    background-color: #0c111e;*/
    /* position: absolute; */
/*    align-items: center;
    border-radius: 20px;
    box-shadow: 0px 1px 30px #0000000f;*/
  }
  .section{
    padding: 50px 0;

  }
  .cb{
    display: flex;
    align-items: center;
  }
  .con-left{
    position: relative;
    z-index: 100;
  }
  .img-right{
    width: 100%;
    border-radius: 0;
    box-shadow: 12px 19px 25px #533b3b26;
  }
  .deal-dis{
    line-height: 32px;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin: 0;
/*    color: #6d5339;*/
  }
  .block3l {
    margin-left: 100px;
  }
  .deal-head{
    font-size: 50px;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
/*    color: #6d5339;*/
    font-weight: 400;
    margin: 0;
    /*font-family:Romelio;*/
  }
  .deal-head label{
    display: block;
  }
  .deal-head label b{
    color: #ff3562;
  }
  .deal-head span{
    margin-left: 0;
    line-height: 66px;
  }
#lblk7-title1 {
    font-size: 45px
}

 #lblk7-title3 {
    font-size: 60px
}
#lblk7-title3 {
    display: inline-block
}
.explore {
    border-width: 100px;
    margin: 0;
    position: absolute;
}
.exploremore{
      display: inline-flex;
    margin: 25px 0 0 0;
    padding: 12px 18px;
    color: #6d5339!important;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #6d5339;
    border-radius: 5px;
}
.exploremore:hover{
    color: #fff!important;
    border: 1px solid #6d5339;
    background: #6d5339;
}
.deals img{
/*    position: absolute;
    right: 25px;
    bottom: 25px;
    height: 80px;*/
}
.explore-link{
  padding-left: 50px;
    padding-top: 220px;
}
.explore-link h2{
    font-size: 150px;
    opacity: 0.05;
    rotate: 271deg;
    position: absolute;
    left: -4px;
    top: -200px;
    z-index: -1;
}
.wp-title{
    padding: 0 0 45px 0;
    text-align: center;
}
.wp-title p{
    font-size: 16px;
    color: #fff;
}
.we-rmain{
    display: flex;
    flex-wrap: wrap;
}
.wpt{
    margin-bottom: 10px;
}
.we-pblk{
    width: 33.333%;
}
.wp-inner{
    background: #012342;
    width: 96%;
    padding: 30px 40px 30px 35px;
    border-radius: 15px;
}
.we-left{
    height: 95%;
    overflow: hidden;
    border-radius: 20px;
}
.we-im{
  height: 100%;
}
.we-title{
  text-align: center;
}

.icon-im{
  padding: 0 0 20px 0; 
  height: 60px;
}
.test-des{
    padding-left: 0;
    color: white;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
}
.fes-title{
  text-align: center;
}
.festive-main{
  padding: 100px 0;
/*  background-image: url(..//img/5001147_19742.svg);*/
position: relative;
}
.fes-im1,.fes-im2{
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 1s ease-out;
}
.fes-cen:hover,.fes-im1:hover,.fes-im2:hover{
    transform: scale(1.1);
    transition: all 1s ease-out;
    rotate: 5deg;
}
.fes-top{
  width: 70%;
}
.fes-btm{
  width: 30%;
}
.fes-center{
    height: 400px;
}
.fes-top{
  width: 30%;
}
.fes-btm{
  width: 70%;
}
.followusblk{
  position: relative;
}
.followuson{
    display: flex;
    gap: 10px;
}
/*.fuocoll div img,.fuocolc div img,.fuocolr div img{
  width: 100%;
}*/
.fuocoll,.fuocolr{
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.fuocolc{
  width: 50%;
      display: flex;
    gap: 10px;
    flex-direction: column;
}
.fcollt img{
  width: 100%;
}
.fcollb img{
  width: 50%;
}
.fcolrt img{
  width: 30%;
}
.fcolrm img{
  width: 100%;
}
.fcolrb img{
  width: 60%;
}
.fcollb{
  text-align: right;
}
.fcolcb{
  width: 50%;
}
.fctl{  
  text-align: right;
}
.fcolcb img{
  width: 35%;
}
.fctl img{
width: 60%!important;
}
.fcolct{
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.fcolct div img{
  width: 100%;
}
.fcolcm div img{
  width: 100%;
}
.fcolcm video{
  width: 100%;
}
.fuimg{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    box-shadow: 12px 19px 25px #533b3b26;
}
.fuimg:hover{
  z-index: 10;
  position: relative;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(1.3)!important;
    -webkit-transform: scale(1.3)!important;
    -o-transform: scale(1.3)!important;
    -moz-transform: scale(1.3)!important;
}
.festive-title{
    font-size: 6rem;
    margin: 0 0 -75px 0;
    font-weight: 200;
    letter-spacing: -3px;
    padding-bottom: 5px;
}
    .festive-title .bgttle {
        display: block;
        font-weight: bold;
    }
.festive-main ul {
  padding-left: 1rem;
  list-style: none;
}

.festive-main li {
  flex-shrink: 0;
  width: clamp(500px, 60vw, 800px);
  padding-right: 1rem;
}

.festive-main li img {
    width: 100%;
    height: auto;
    background: #f0f0f0;
}

.festive-main .df {display: flex}
.festive-main .aic {align-items: center}
.festive-main .jcc {justify-content: center}

.festive-main .demo-wrapper {
  overflow-x: hidden;
}

.festive-main-wrapper {
  display: flex;
      width: auto;
}

.festive-main .demo-gallery:not(.last) {
  padding-bottom: 1rem;
}


.fes-top,.fes-btm,.fes-center{
    border-radius: 30px;
    overflow: hidden;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.fes-top,.fes-btm{
    height: 400px;
}
.fes-cen{
  width: 100%;
    transition: all 1s ease-out;
}
.fes-head{
  padding: 100px 0;
}
.fes-head .col-lg-3 {
  display: flex;
  gap: 20px;
}
.fes-head .col-lg-6 {
  margin: 20px 0;
}
.fes-center{
  position: relative;
}
.shop{
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center; 
}
a.shopnow{
    padding: 15px 20px;
    color: #0e0e0e !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    /* border: 1px solid #ffffff; */
    /* border-radius: 10px; */
    background-color: rgb(255 255 255 / 81%);
    position: relative;
}
.shopnow::before{
    border: 1px solid #fff;
    position: absolute;
    content: "";
    width: 111%;
    height: 100%;
    padding: 33px 56px;
    top: -7px;
    left: -7px;
}
.shopnow:hover{
    transform: scale(1.1);
    transition: all 1s ease-out;
}
/*a :hover{
  color: #000;
}*/
.shopnow-link{
  text-align: center;
}
.feshead{
    padding: 20px 0 0 0;
    font-weight: 700;
    color: rgb(77, 0, 0);
    /* letter-spacing: 0.7px; */
    margin: 0;
    font-size: 50px;
    font-style: italic;
}
.fes-pg{
font-size: 18px;
padding: 10px;
margin: 0;
}
.fut1{
  padding: 60px 0;
  width: 100%;
  border-radius: 20px;
  text-align: center;
}
.fut-pg{
    letter-spacing: 0.3px;
    font-size: 18px;
    margin: 0;
}
.fut-im{
  height: 80px;
    margin: 0 0 15px 0;
}
.review{
  background: #58595b;
  width: 100%;
  position: relative;
}

.owl-stage-outer {
  padding: 15px 0 30px 0;
}

.owl-nav {
  display: none;
}

.owl-dots {
  text-align: center;

  span {
    position: relative;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: block;
    background: #fff;
    margin: 0 5px;
  }

  .active {
    box-shadow: none;

    span {
     
      box-shadow: none;
      height: 8px;
      width: 8px;
      margin-bottom: 0;
    }
  }
}

.card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;

  .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 150px;
    height: 100px;
  }

  h5 {
    color: #000000;
    font-size: 21px;
    line-height: 1.3;

    span {
      font-size: 18px;
      color: #666666;
    }
  }

  p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
  }
}

.active {
/*  opacity: 0.5;*/
  transition: all 0.3s;
}

.center {
  opacity: 1;

  h5 {
    font-size: 24px;

    span {
      font-size: 20px;
    }
  }

  .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
  }
}


/*@media (max-width: 767px) {
.gtco-testimonials {
  margin-top: 100px;
}
}*/

.owl-carousel {
.owl-nav button {
  &.owl-next,
  &.owl-prev {
    outline: 0;
  }
}

button.owl-dot {
  outline: 0;
}
}
.prt-logob{
  width: 80%;
}
.prt-logo{
  margin-top: -30px;
}
.cust-test{
  padding: 0;
}
.index .footer{
  margin: 0;
}

.wrapper{
  width: 1440px;
  margin: 0 auto;
}

.blk-title{
  color: #58595b;
}
.cat-flare{
    position: absolute;
    right: 0;
    height: 300px;
    opacity: 0.5;
}
.p0{
  padding: 0;
}
.pt100{
  padding-top: 100px;
}
.p50{
  padding: 50px 0;
}
.p100{
  padding: 100px 0;
}
.p200{
  padding: 200px 0;
}
.p300{
  padding: 300px 0;
}
.container{
  margin: 0 auto!important;
  width: 1280px;
}
.testbg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.review{
  overflow: hidden;
}
.block3{
  position: relative;
}
/*  .block3l{
    width: 10%!important;
  }
  .block3r{
    width: 90%!important;
  }*/
  .blk3r-dmd-floatimg{
    position: absolute;
    top: 0;
    left: -11px;
    /* filter: blur(2px); */
    height: 120px;
/*    transform:rotate(21deg);
    -webkit-transform:rotate(21deg);
    -moz-transform:rotate(21deg);
    -ms-transform:rotate(21deg);
    -o-transform:rotate(21deg);*/
    animation: bounce-y 5s linear infinite;
    -webkit-animation: bounce-y 5s linear infinite;
    -moz-animation: bounce-y 5s linear infinite;
    -ms-animation: bounce-y 5s linear infinite;
    -o-animation: bounce-y 5s linear infinite;
  }
    @-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.b-glitter{
      position: absolute;
    right: 0;
}
.b-g-sml{
      position: absolute;
      opacity: 0.5;
    top: -41px;
    right: -36px;
    height: 60px;    
  animation: scale 3s infinite;
  -webkit-animation: scale 3s infinite;
  -moz-animation: scale 3s infinite;
  -ms-animation: scale 3s infinite;
  -o-animation: scale 3s infinite;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
  }
  50% {   
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  100% {    
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
  }
}
.b-g-lrg{
      position: absolute;
    opacity: 0.1;
    top: -120px;
    right: -103px;
    height: 117px;
  animation: scale 2s infinite;
  -webkit-animation: scale 2s infinite;
  -moz-animation: scale 2s infinite;
  -ms-animation: scale 2s infinite;
  -o-animation: scale 2s infinite;
}

@-webkit-keyframes scale {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
  }
  50% {   
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  100% {    
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
  }
}
  .blk3r-floatimg{
    position: absolute;
    top: 0;
    right: -59px;
    /* filter: blur(2px); */
    height: 180px;
/*    transform:rotate(-30deg);
    -webkit-transform:rotate(-30deg);
    -moz-transform:rotate(-30deg);
    -ms-transform:rotate(-30deg);
    -o-transform:rotate(-30deg);*/
    animation: bounce-y 5s linear infinite;
    -webkit-animation: bounce-y 5s linear infinite;
    -moz-animation: bounce-y 5s linear infinite;
    -ms-animation: bounce-y 5s linear infinite;
    -o-animation: bounce-y 5s linear infinite;
  }
    @-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.cdgmain .form-title{
    margin-bottom: 0;
        font-size: 25px;
            font-weight: 500;
}
.aigmain .form-title,.cdgmain .form-title,.bkgmain .form-title{
    margin-bottom: 31px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
  }
.cdgmain .form-sub-title,.aigmain .form-sub-title{
    font-size: 16px;
    letter-spacing: .3px;
}
.ai-title,.bb-title,.bv-title{
    position: relative;
    top: 0;
    padding: 50px;
}
.ai-title,.bb-title{
      opacity: 0;
      transform: translate3d(0, 200px, 0);
    height: 100%;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
.ai-title p,.bb-title p{
    margin:0 0 35px 0;
    font-size: 55px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 1px;
    color: #fff;
    line-height: 80px;
}
.ai-title p span,.bb-title p span{
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
}
.bannerslider{
    height: 100vh;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    margin-top: -174px;
}
.bv-title p{
    margin: 0;
    font-size: 25px;
    color: #fff;
    font-style: italic;
    line-height: 62px;
}
.bv-title p span{  
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
}
.bv-title p label{
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 100;
    font-size: 60px;
}

.blk-btn-black {
    position: relative;
    cursor: pointer;
    margin: 50px 0 0 10px;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-weight: 600; */
    letter-spacing: 1px;
    border: none;
    padding: 15px 25px;
    background: #58595b;
    color: #fff !important;
    font-size: 15px;
    /* text-transform: uppercase; */
    display: inline-block;
  }
  
  .blk-btn-black:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    left: -10px;
    border-top: 1px solid #58595b;
    border-left: 1px solid #58595b;
    transition: all 0.5s;
  }
  
  .blk-btn-black:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -10px;
    right: -10px;
    border-bottom: 1px solid #58595b;
    border-right: 1px solid #58595b;
    transition: all 0.5s; 
  }

  .blk-btn-black:hover:before,
  .blk-btn-black:hover:after {
    height: 100%;
    width: 100%;
  }
  .blk-btn-black img{
    margin: 0 0 0 10px;
    position: relative !important;
    vertical-align: middle;
  }



.blk-btn {
position: relative;
    cursor: pointer;
    margin: 0 0 0 10px;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-weight: 600; */
    letter-spacing: 1px;
    border: none;
    padding: 15px 21px;
    background: #fff;
    color: #504f4f;
    font-size: 15px;
    /* text-transform: uppercase; */
    max-width: 180px;
  }
  
  .blk-btn:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    left: -10px;
    border-top: 1px solid #ffffff80;
    border-left: 1px solid #ffffff80;
    transition: all 0.5s;
  }
  
  .blk-btn:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -10px;
    right: -10px;
    border-bottom: 1px solid #ffffff80;
    border-right: 1px solid #ffffff80;
    transition: all 0.5s; 
  }

  .blk-btn:hover:before,
  .blk-btn:hover:after {
    height: 100%;
    width: 100%;
  }
  .blk-btn img{
    margin: 0 0 0 10px;
  }
.itemmain{
    display: flex;
    flex-wrap: wrap;
    gap: 1.3%;
}
.itemmain .owl-dots{
  display: none;
}
.itemlist{
    width: 32%;
    margin-top: 13px;
}
.wishlist .itemlist{
    width: 24%;
    margin-bottom: 15px;
    margin-top: auto;
}
.productdetail .itemlist{
    width: 24%;
    margin-top: 13px;
}
.ili{
    border:1px solid #5d3d3d21;
    background: #ffffff;
    border-radius:0;
    padding: 15px;
    text-align: center;
  color: #242424;
}
.ili-t{
    position: relative;
    overflow: hidden;
}
.ists{
    background: #58595b;
    color: #fff;
    padding: 2px 8px;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    z-index: 10;
}
.iimg{

}
.iimg img{
    width: 100%;
        transition: all 1s ease-out;
}
.ili:hover .iimg img{
    transform: scale(1.1);
    transition: all 1s ease-out;
}
.ili-b p{
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iprce{
      font-weight: 600;
}
.index .iprce{
  display: none;
}
.index .ili-b p{
  margin: 0 0 25px 0;
}
.inme{
    font-weight: bold;
}
.head-left{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 35px 0;
}
.head-left h3{
    font-size: 38px;
/*    font-style: italic;*/
    font-weight: 300;
    margin: 0;
/*    font-family: 'Cinzel Decorative';*/
}
.head-left h3:before {
    content: 'Arrivals';
    font-size: 200px;
    font-weight: 300;
    position: absolute;
    margin: -86px 0 0 0;
    opacity: 0.03;
}
.productdetail .head-left h3:before {
    content: '';
    font-size: 200px;
    font-weight: 300;
    position: absolute;
    margin: -86px 0 0 0;
    opacity: 0.03;
}
.head-left h3 strong{
    display: block;
    font-style: normal;
    font-weight: 500;
}
.va{
    margin: 0 25px 0 0;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;    
  color: #58595b;
}
.va img{
  height: 10px;
}
a{
  text-decoration: none!important;
  cursor: pointer;
}
.slideshow .pagination{
  display: none!important;
}
.cust-test .owl-carousel .owl-item img {
    display: block;
    width: 90px;
    height: 90px;
    border: 5px solid #484848d6;
    box-shadow: none;
}
.cust-test .card-text {
    margin-bottom: 0;
    font-size: 19px;
    color: #ffffff80;
    text-align: center;
    font-weight: 300;
    letter-spacing: .5px;
}
.cust-test .owl-carousel .owl-item h5{
    font-size: 16px;
    color:#fff;
    text-align: center;
}
.cust-test .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 20px;
    box-shadow: none;
}
.cust-test .owl-dots span {
    background: #36363645;
}
.cust-test .owl-dots .active span {
    background: #ffffff2b;
}

/*.products,.productdetail,.wishlist,.mycart,.customdesign{
    background: #f8f9fa;
}*/

/* checkbox */

.checkbox-input,.radio-input {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.checkbox-input input[type=checkbox],.radio-input input[type=radio] {
  display: none;
}
.checkbox-input label,.radio-input label {
  font-size: 14px;
  margin: 0;
  line-height: 22px;
  color: #222222;
  display: block;
  font-weight: normal;
      cursor: pointer;
}
.checkbox-input label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 1px;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 3px;transition:all 0.5s;
}

.checkbox-input input[type=checkbox]:checked + label:before{
  background-color: #fff;
  border-color: #222222;
}

.checkbox-input input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 7px;
  height: 2px;
  border: solid 2px transparent;
  border-left-color: #222222;
  border-bottom-color: #222222;
  transform: rotate(-45deg);
  border-radius: 2px;
}

/*********************************************/
.radio-input input[type=radio]:checked + label:before {border-color: #8528ff;}
.radio-input label:before {content: ""; display: inline-block; width: 16px; height: 16px; margin-right: 10px; position: absolute; left: 0; top: 1px; background-color: #fff; border-radius: 50%; border: solid 2px #ddd;}
.radio-input input[type=radio] + label:after{background-color: #e222fc; content: ""; position: absolute; top: 10px; left: 10px; width: 0px; height: 0px; border-radius: 50%; transition:all 0.2s;}


/* checkbox */
.aigmain-inner{
  gap: 30px;
}
.aigmain-right{
  width: 50%;
}
.cdgmain-inner .aigmain-left{
padding: 0!important;
}
.aigmain-left{
  width: 50%;
  padding: 30px !important;
  position: relative;
}
.aigmain-left .form-title{
  font-size: 17px;
    margin: 0 0 20px 0;
}
.aidraft{
    max-height: 600px;
    overflow-y: auto;
}
.aidrftblk{
    background: #f4f4f4;
    padding: 20px 20px 20px 20px;
    border-radius: 15px;
    margin: 0 0 20px 0;
}
.aiddel img{
      height: 18px;
}
.aidh{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px 0;
}
.aidm{
    display: flex;
    gap: 1%;
}
.aidf{
  display: none;
}
.aidm img {
    width: 33% !important;
    cursor: pointer;
}
.aidm img:first-child{
      border-radius: 12px 0 0 12px;
}
.aidm img:last-child{
      border-radius: 0 12px 12px 0 ;
}
.aidf{
    padding: 15px 0 0 0;
}
.aidf a{
    padding: 15px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.aidf a img{
    height: 31px;
    width: auto!important;
    margin: 0 0 0 10px;
}
/*testimonial scroll gsap*/
/*.testi-gallery {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
}
@media (max-width: 768px) {
  .testi-gallery {
    width: 160%;
  }
}

.testi-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  align-self: flex-start;
  justify-self: flex-start;
}

.testi-col:nth-child(2) {
  align-self: flex-end;
  justify-self: flex-end;
}

.testi-image {
  width: 100%;
  filter: saturate(0);
  padding: 1rem;
}

.testi-image:hover {
  z-index: 99999999999 !important;
  filter: saturate(1);
}

.testi-image img {
  transition: 0.3s ease-out;
  overflow: hidden;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  width: 100%;
}*/
/*testimonial scroll gsap*/



.product-btm{
    bottom:-100px;
}

.pfmh{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 15px 10px;
}
.pfmh h3{
    font-size: 16px;
    margin: 0 auto 0 0;
}
.pfmh span{
    background: #ffd5d5;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
}
.productmain{
    margin: 0!important;
    display: flex;
    gap: 15px;
}
.product-filter{
      width: 25%;
    margin-top: 13px!important;
    padding-left: 0!important;
}
.productmain .product-view{
    padding-right: 0!important;
    width: 75%;
}
.product-view{
    padding-right: 0!important;
    width: 100%;
}
.wishlist .product-view{
    padding-right: 0!important;
    padding-left: 0!important;
    width: 100%;
}
.pfm{
    border: 1px solid #5d3d3d21;
    background: #fff;
    border-radius: 0;
    padding: 15px;
}
.pfm:first-child{
/*      border-top:none;*/
}
.pfb{
      border-top: 1px solid #eee;
}
.pfh{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    cursor: pointer;
}
.pfh h3{
    margin: 0;
    font-size: 14px;
}
.pfc ul{
    margin: 0;
    padding: 0 0 10px 0;
/*    max-height: 130px;
    overflow: auto;*/
}
.pfc ul li{
    list-style: none;
    padding: 5px 10px;
}
.pfc ul li a{
    padding: 5px 10px;
    display: block;
}
.fil-arrow{
    height: 15px;
    opacity: 0.7;
}
.prdt-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 0 0;
  position: relative;
  z-index: 20;
}
.breadcrumbs{
    margin: 0;
    display: flex;
    align-items: center;
}
    .breadcrumbs a {
        color: #272727;
    }
.breadcrumbs img{
    transform: rotate(270deg);
    height: 15px;
    margin: 0 5px;
}
.signup-form .form-group {
    margin: 0 0 15px 0;
}
.signup-form .form-group label {
    display: inline-block;
}
.form-group label{
  margin: 0 0 2px 0;
  display: block;
}
.form-group input, .form-group textarea, .form-group select {
    padding: 15px;
/*    width: 100%;*/
    border: 1px solid #dadada;
    background: #fff;
    border-radius: 5px;
}
.form-group textarea{
    min-height: 100px;
    resize: none;
}
.booking-form{
    padding: 20px;
}
.booking-form .form-group {
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: column;
}
.booking-form .form-title{
    margin: 0 0 25px 0;
    font-size: 25px;
        font-weight: 500;
}
.booking-form .form-sub-title{
    margin: 0 0 25px 0;
}

/*select*/
.sBtn-text{
    margin: 0 15px 0 0;
}
.select-menu{
    opacity: 1;
    position: relative;
}
.select-menu .select-btn{
    display: flex;
    /* height: 55px; */
    /* background: #fff; */
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
}
.select-menu .select-btn b{
    margin: 0 5px 0 0;
}
.select-btn img{
    height: 15px;
    transition: 0.3s;
}
.select-menu.active .select-btn img{
    transform: rotate(-180deg);
}
.select-menu .options{
    position: absolute;
    padding: 15px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 6px 15px rgb(0 0 0 / 11%);
    display: none;
    width: 170px;
    right: 0;
}
.select-menu.active .options{
    display: block;
}
.options .option{
    display: flex;
    /* height: 55px; */
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
}
.options .option:hover{
    background: #F2F2F2;
}
.option i{
    font-size: 25px;
    margin-right: 12px;
}
.option .option-text{
    font-size: 14px;
    color: #333;
}

/*select*/

/*radio*/
.middle {
  width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  /* Made by */
}
.middle label{
  width: 100%;
}
.middle h1 {
/*  font-family: "Inter", sans-serif;*/
  color: #fff;
}
.middle input[type=radio] {
  display: none;
}
.middle input[type=radio]:checked + .box {
  border:1px solid #353535;
}
.middle input[type=radio]:checked + .box span {
/*    color: white;*/
    transform: translateY(16px);
}
.middle input[type=radio]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.middle .box {
    width: 95%;
    height: 55px;
    border-radius: 15px;
    background-color: #fff;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    border: 1px solid #dadada;
    background: #fff;
    border-radius: 5px;
}
.middle .box:active {
/*  transform: translateY(10px);*/
}
.middle .box span {
    position: absolute;
    transform: translate(0, 17px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 14px;
    user-select: none;
}
.middle .box span:before {
  font-size: 1.2em;
  /*font-family: FontAwesome;*/
  display: block;
  transform: translateY(-80px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
  display: none;
}
.middle .male span:before {
  content: "";
}
.middle .female span:before {
  content: "";
}
.middle p {
  color: #fff;
/*  font-family: "Inter", sans-serif;*/
  font-weight: 400;
}
.middle p a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
.middle p span:after {
  content: "";
  /*font-family: FontAwesome;*/
  color: yellow;
}
/*radio*/

.bkgmain,.cdgmain,.aigmain{
    background: #fff;
    padding: 20px 40px;
    border-radius: 20px;
    margin: 50px 0!important;
}
.cdgmain-inner,.aigmain-inner,.sbmain-inner,.productdetail-main .row,.mycart-main .row{
    display: flex;
}
.productdetail-main .row{
  gap: 20px;
}
.mycart-main .row .col-lg-9{
  width: 88%;
    margin-right: 2%;
}
.mycart-main .row .col-lg-3{
      width: 30%;
}
.bkgmain .col-lg-6,.cdgmain .col-lg-6,.aigmain .col-lg-6,.productdetail-main .col-lg-6{
  width: 50%;
}
.aigenblk img,.ai-design-loader{
    border-radius: 20px;
}
.bkgmain .bkgmain-left,.cdgmain .cdgmain-left,.aigmain .aigmain-left{
  padding-left: 0!important;
}
.bkgmain .bkgmain-left div{
    margin: 20px 20px 20px 0;
    overflow: hidden;
    border-radius: 20px;
}
.cdgmain .cdgmain-left div{
    margin: 20px 40px 20px 0;
    overflow: hidden;
    border-radius: 20px;
}
.aigmain .aigmain-left div{
/*    margin: 20px 0 20px 40px;
    overflow: hidden;
    border-radius: 20px;*/
}
.bkgmain .bkgmain-left div img,.cdgmain .cdgmain-left div img,.aigmain .aigmain-left div img{
  width: 100%;
}
.bkgmain .bkgmain-left,.cdgmain .cdgmain-left,.aigmain .aigmain-left{
  padding-right: 0!important;
}

.aigbi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 30px;
    border-bottom: 1px solid #ececec;
}
.aigbi h3{
    font-size: 17px;
    margin: 0;
}
.aigbi div{
    display: flex;
    gap: 10px;
}
.save-ai-design{
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.aigdt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.aigdt div{
    display: flex;
    gap: 10px;
    margin: 0 0 20px 0;
}
.aigdt div a{
    border-radius: 25px;
    padding: 5px;
    border: 2px solid transparent;
}
.aiimgactive{
    border: 2px solid #434343!important;
}
.aigdt a img {
    width: 100% !important;
}
.aigdt a{
    padding: 5px;
}
.aigdb{
    width: 100%;
}
.aigdb div{
    padding: 0 20px;
}
.aigdb div label{
    margin: 0 0 8px 0;
    display: block;
    font-weight: bold;
}
.aigdb div textarea{
    width: 100%;
    height: 90px;
    border: 1px solid #e7e7e7;
    resize: none;
    margin: 0 0 20px 0;
    border-radius: 20px;
    padding: 15px 20px;
    font-size: 15px;
}

.drftpopup{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000a1;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dpmain{
    width: 60%;
    margin: 0 auto;
    background: #fff;
    /* padding: 40px; */
    border-radius: 20px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
}
.dpmi{
      padding: 40px;
}
.dph{
    margin: 0 0 25px 0;
}
.dph1{

}
.dph2{
    margin: 25px 0 0 0;
}
.dph2 p{
    display: inline-block;
    margin: 0 5px 7px 0;
    padding: 9px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 25px;
    font-size: 13px;
}
.dph1 p{
    display: inline-block;
    margin: 0 5px 7px 0;
    padding: 9px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 25px;
    font-size: 13px;
}
.dph1 p span{
    padding-left: 5px;
    font-weight: 700;
}
.dpc{

}
.dpc div{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}
.dpc div a{
list-style: none;
    width: 33.333%;
}
.dpc div a img{
  width: 100%;
    border-radius: 20px;
}
.dpb{
  margin: 30px 0 0 0;
    align-items: center;
  display: flex;
  justify-content: space-between;
}
.dpb p,.crdate{
margin: 0;
    font-size: 13px;
    color: #717171;
    display: flex;
    align-items: center;
}
.dpb p img,.crdate img{
    height: 15px;
    margin: 0 5px 0 0;
    width: auto !important;
}
.dpb span,.crdate span{
    padding-left: 5px;
}
.deldrftbtn{
    margin-left: auto;
    margin-right: 20px;
    border-right: 1px solid #a2a2a2;
    padding-right: 20px;
    position: relative;
}
.sendaibtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sendaibtn img{
      margin: 0 0 0 10px;
}
.drftphead{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drftphead h2{
  padding: 0;
  margin: 0;
}
.drftpcls{
    display: inline-flex;
    padding: 10px;
}
.drftpcls img{
  
}
.prdct-options{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.prdct-options ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.prdct-options ul li{
    display: inline-block; 
    scale:0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.prdct-options ul li div{
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    /* box-shadow: 0px -1px 6px #0000001f; */
    border: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    justify-content: center;;
}
.prdct-options ul li div img{
    height: 18px;
}
.itemlist:hover .prdct-options ul li{
  scale: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.prdct-options ul li div span{
    position: absolute;
    right: -90px;
    width: 90px;
    background: #323232;
    border-radius: 5px;
    color: #fff;
    padding: 5px 0;
    font-size: 13px;
    letter-spacing: .2px;
    opacity: 0;
    visibility: hidden;
}
.prdct-options ul li div:hover span{
    opacity: 1;
    right: -100px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.jewel-blk,.cust-blk{
    margin: 0 0 30px 0;
}
.cust-title{
    margin: 15px 0 0 0;
}
.cust-title h3{
    font-size: 17px;
    margin: 0 0 15px 0;
}
.cusdesign-form .form-group,.aidesign-form .form-group{
    width: 49.5%;
    display: inline-block;
    margin: 0 .1% 7px 0;
}
.upload-img{
  width: 100%!important;
}
.w100{
  width: 100%!important;
}
.aititle{
  padding: 15px 0;
  margin: 0 0 20px 0;
}
.aititle a {
    padding: 15px 20px 15px 0;
    font-size: 16px;
}
.aidblk{
      width: 100%;
/*    border: 1px solid #e9e9e9;*/
/*    border-radius: 10px;
    padding: 0;*/
/*    margin: 0 0 20px 0;*/
}
.aidblk-inner{
    display: flex;
    gap: 3.333%;
/*    justify-content:space-between; */
    flex-wrap: wrap;
/*    border-top: 1px solid #e9e9e9;*/
/*    padding-bottom: 20px;*/

}
.verline{

}
.aidtitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.aidtitle h2{
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}
.aidtitle span{
    background: #58595b24;
    color: #58595b;
    padding:8px 10px;
    border-radius: 0;
    font-size: 13px;
}
.aidesign-form{
  margin: 20px 0 0 0;
}

/*box-radio*/

.radioblk{
    height: 80px;
    width: 30%;
    position: relative;
    margin-top: 3.33%;
}
.radioblk input[type="radio"]{
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    position: absolute;
/*    box-shadow: 7px 7px 15px rgba(2,28,53,0.08);*/
    cursor: pointer;
    outline: none;
        border: 1px solid #eaeaea;
}
.radioblk input[type="radio"]:before{
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    background-color: #f9fafd;
    border: 1px solid #e2e6f3;
    border-radius: 50%;
    top: 35px;
    right: 20px;
    opacity: 0;
}
.radioblk input[type="radio"]:after{
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    background-color: transparent;
    border-radius: 50%;
    top: 39.5px;
    right: 24.5px;
    opacity: 0;
}
.radioblk label{
    position: absolute;
    /* margin: 20px; */
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.radioblk h5{
    font-weight: 600;
    font-size: 14px;
    /* letter-spacing: 0.5px; */
    margin: 15px 0 10px 0;
}
.radioblk h2{
    font-size: 18px;;
}
.radioblk span{
    font-weight: 400;
    font-size: 18px;
    color: #7b7b93;
}
.radioblk input[type="radio"]:hover{
/*    transform: scale(1.05);*/
}
.radioblk input[type="radio"]:checked{
    border: 2px solid #232323;
}
.radioblk input[type="radio"]:checked:after{
    background-color: #478bfb;
}
/*box-radio*/
.register-btn{
      margin: 25px 0 0 10px;
}

/*accordion*/

.accordion{
/*    max-width: 530px;
    width: 100%;
    background: #FFF;
    margin: 0 15px;
    padding: 15px;
    border-radius: 8px;
    box-shadow:  0 0 4px rgba(0,0,0,0.2);*/
}
.accordion .accordion-content{
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    padding: 0 20px;
}
/*.accordion-content:nth-child(2){
    background-color: #F0FAFF;
    border-color: #CCEEFF;
}
.accordion-content:nth-child(3){
    background-color: #FFF0F3;
    border-color: #FFCCD6;
}
.accordion-content:nth-child(4){
    background-color: #F0F0FF;
    border-color: #CCCCFF;
}*/
.accordion-content.open{
    padding-bottom: 10px;
}
.accordion-content header{
    /* display: flex; */
    /* min-height: 50px; */
    /* padding: 0 15px; */
    /* cursor: pointer; */
    /* align-items: center; */
    /* justify-content: space-between; */
    transition: all 0.2s linear;
    cursor: pointer;
}
.accordion-content.open header{
    min-height: 35px;
}
.accordion-content header .title{
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.accordion-content header i{
    font-size: 15px;
    color: #333;
    display: none;
}
.accordion-content .description{
    height: 0;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    padding: 0;
    transition: all 0.2s linear;
    margin: 0;
    border:none;
}

/*accordion*/



.menu-btn {
    background-color: transparent;
    color: #202020 ;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: var(--gap);
    padding: 0;
    cursor: pointer;
    border-radius: var(--radius);
    border: none;
    box-shadow: var(--shadow);
    position: relative;
    /* letter-spacing: 2px; */
    /* font-weight: 300; */
    letter-spacing:.5px;
    font-weight: 500;
    font-size: 14px;
   /* font-family: "Jost", sans-serif !important;*/
}

/*.menu-dropdown {
  width: 250px;
  box-shadow: var(--shadow);
  border-radius: 15px;
  margin-top: 0.3rem;
  background: #625959;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all .5s cubic-bezier(0.16, 1, 0.5, 1);
  z-index: 100;
      box-shadow: 7px 10px 80px #0000004a;
}*/

.menu-dropdown a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  padding: 0.8rem 1rem;
  text-decoration: none;
    color: white;
    font-weight: 400;
}

.menu-dropdown a:hover {
  background-color: var(--color);
  color: white;
}

.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(10px);
}

.arrow {
  transform: rotate(180deg);
  transition: 1s ease;
}
/*.block3r-inner{
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjU5IiBoZWlnaHQ9Ijg2NiIgdmlld0JveD0iMCAwIDY1OSA4NjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8zNThfMykiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMTg5QzEwNC4zODIgMTg5IDE4OSAxMDQuMzgyIDE4OSAwSDY1OVY4NjZIMFYxODlaTTAgMTg5VjBIMTg5QzE4OSAtMTA0LjM4MiAxMDQuMzgyIC0xODkgMCAtMTg5Qy0xMDQuMzgyIC0xODkgLTE4OSAtMTA0LjM4MiAtMTg5IDBDLTE4OSAxMDQuMzgyIC0xMDQuMzgyIDE4OSAwIDE4OVoiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzU4XzMiPgo8cmVjdCB3aWR0aD0iNjU5IiBoZWlnaHQ9Ijg2NiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjU5IiBoZWlnaHQ9Ijg2NiIgdmlld0JveD0iMCAwIDY1OSA4NjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8zNThfMykiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMTg5QzEwNC4zODIgMTg5IDE4OSAxMDQuMzgyIDE4OSAwSDY1OVY4NjZIMFYxODlaTTAgMTg5VjBIMTg5QzE4OSAtMTA0LjM4MiAxMDQuMzgyIC0xODkgMCAtMTg5Qy0xMDQuMzgyIC0xODkgLTE4OSAtMTA0LjM4MiAtMTg5IDBDLTE4OSAxMDQuMzgyIC0xMDQuMzgyIDE4OSAwIDE4OVoiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzU4XzMiPgo8cmVjdCB3aWR0aD0iNjU5IiBoZWlnaHQ9Ijg2NiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
    -webkit-mask-repeat: no-repeat;
     mask-repeat: no-repeat;
}*/
.block3r-l{
    position: absolute;
left: -85px;
    top: 57px;
    height: 160px;
   -webkit-animation: spin 20s infinite linear;
    animation: spin 20s infinite linear;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.shop-menu:hover #menu-dropdown1,.cust-menu:hover #menu-dropdown2,.usericon:hover #loginmenu{
    -webkit-transform: translateY(10px)!important;
    transform: translateY(10px)!important; 
    transition: all .5s ease!important;
    visibility: visible!important;
    opacity: 1!important;
    scale: 1;
}
#menu-dropdown1{
  position: absolute;
    width: 800px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    padding: 30px 30px;
   /* justify-content: space-between;*/
    left: 50%;
    margin-left: -430px;
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px); 
    transition: all .5s ease;
    visibility: hidden;
  border-radius: 15px;
  background: #58595b;
  scale: 0;
}
#menu-dropdown1 a{
    width: 24%;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 1% 0 1% 0;
    height: 184px;
        position: relative;
}
#menu-dropdown1 a img{
    width: 100%;
    object-fit: fill;
    transition: all 1s ease-out;
}
#menu-dropdown1 a:hover img{
    transform: scale(1.1);
    transition: all 1s ease-out;
    rotate: 5deg;
}

#menu-dropdown2 a img{
  height: 20px;
    width: auto;
    margin: 0 0 0 7px;
    rotate: -50deg;
  }
#menu-dropdown1 a p{
position: absolute;
    margin: 0;
    padding: 10px 15px 5px 0;
    font-size: 15px;
    font-weight: 400;
    background: #58595b;
    border-radius: 0 20px 0 0px;
    color: #fff;
    letter-spacing: .5px;
    bottom: 0px;
}


#menu-dropdown2{
  position: absolute;
    width: 500px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    padding: 30px 30px;
    justify-content: space-between;
    left: 50%;
    margin-left: -250px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); 
    transition: all .5s ease;
    visibility: hidden;
  border-radius: 15px;
  background: #58595b;
  scale: 0;
}
#menu-dropdown2 a{
    width: 49%;
    border-radius: 0;
    overflow: hidden;
     display: block; 
    padding: 0;
    /* align-items: flex-start; */
    /* justify-content: flex-start; */
    margin: 1% 0 1% 0;
    /* height: 184px; */
        color: #fff;
}
 #menu-dropdown2 a h3{
    margin: 0;
    padding: 5px 20px 10px 0;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0 0 20px 0;
    /* color: #412d2d; */
    letter-spacing: .5px;
        background: transparent;
        display: flex;
        align-items: center;
  }
   #menu-dropdown2 a p{
    font-weight: 300;
    letter-spacing: .5px;
    margin: 0;
    position: relative;
    /* padding: 0 20px 0 0; */
    font-size: 15px;
    line-height: 21px;
   }
.usericon{
  position: relative;
}
#loginmenu{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
/*    padding: 23px 25px;*/
    justify-content: space-between;
    right: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: all .5s ease;
    visibility: hidden;
    border-radius: 15px;
    background: #58595b;
    width: 180px;
    overflow: hidden;
}
.loginmenu-dropdown3{
}
.loginmenu-dropdown3 ul{
  padding: 0;
  margin: 0;
  width: 100%;
}
.loginmenu-dropdown3 ul li{
  list-style: none;
  margin: 0!important;
  padding: 0!important;
}
.loginmenu-dropdown3 ul li a{
    padding: 10px 15px;
    display: flex;
    align-items: center;
    background: transparent !important;
    font-size: 15px !important;
    border-radius: 0!important;
    color: #fff!important;
}
.loginmenu-dropdown3 ul li a:hover{
    background: #4b4b4c !important
  }
.loginmenu-dropdown3 ul li a img{
  margin-right: 5px;
}
.index .call,.index .c-code{
  color: #fff;
}
.btm-loader,.no-product{
  text-align: center;
}
.btm-loader{
  margin: 40px 0 0 0;
}
.btm-loader img{
  height: 40px;
}
.menuviewall{
    justify-content: center!important;
    align-items: center!important;
/*    background: #fff!important;*/
    z-index: 100!important;
    position: relative!important;
}
.menuviewall p{
  left: 0;
/*    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    display: flex;
    border-radius: 0!important;
    background: #0000006b!important;
    color: #fff;*/
}
.mycart-main .row{
    padding: 0;
    margin: 20px 0 0 0 !important;
}

.mycart-main .cart-dt{
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 20px;
    display: flex;
    margin: 0 0 15px 0;
    cursor: pointer;
}

.mycart-main .cart-dt .cart-img{
    margin: 0 25px 0 0;
}

.mycart-main .cart-dt .cart-img img{
      border-radius: 0;
      height: 150px;
}

.cart-info-right{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-ir-t{
width: 100%;
}
.cart-item-info{
    display: flex;
    gap: 50px;
}
.cart-ir-t h3{
    margin:  0 0 10px 0;
}
.cart-item-info{

}
.cart-ir-t p{
    margin: 10px 0 0 0;
}

.cart-ir-t p span{
    font-weight: 500;
}

.cart-ir-t h2{
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.cart-ir-b{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0 0;
}
.cart-price{
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 20px 25px;
}
.shipping-dls{
  margin: 20px 0 0 0;
}
/*.sdldfooter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;
    margin: 20px 0 0 0;
}
.sdldfooter p{
  margin: 0;
  padding: 15px 0 0 0;
  cursor: pointer;
}*/
.rc-item{
    font-size: 13px;
}
.nodatacon{
    width: 100%;
}
.ndci{
    width: 100%;
    text-align: center;
    padding: 200px 0;
}
.ndci img{
    height: 110px;
    padding: 0 0 50px 0;
}
.ndci p{
    font-size: 16px;
    letter-spacing: .5px;
    margin: 0;
}

.viewaddresspop, .addaddresspop, .ordersuccesspop,.vieworderpop,.chgpwdpop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a3;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.fdflex{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 2%;
}
.vapmain, .aapmain, .ospmain {
    width: 600px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
}
.cppmain {
    width: 400px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
}
.aapbody .form-group {
    margin: 10px 0;
    position: relative;
    display: flex;
    flex-direction: column;
}
.aapbody .fdflex .form-group{
  width: 50%;
}
.vadpheader,.aadpheader,.cppheader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #f1f1f1;
}
.vadpheader h3,.aadpheader h3,.cppheader h3{
    margin: 0;
}
.vadpheader span,.aadpheader span,.cppheader span{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
}
.vadpheader span img,.aadpheader span img,.vapaddnew img,.cppheader span img{
  height: 21px;
  margin: 0 0 0 0;
}
.vapaddnew{
  cursor: pointer;
}
.myprofile .vapaddnew{
  cursor: pointer;
    font-size: 13px;
    background: #58595b;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
}
.vapbody, .aapbody,.ospbody {
    padding: 15px 30px 20px 30px;
    height: 340px;
    overflow-y: auto;
    overflow-x: hidden;
}
.cppbody {
    padding: 15px 30px 20px 30px;
    height: auto;
}
.cppbody .form-group{
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.cppbody .form-group input{
}
.dflex{
  display: flex;
}
.align-center{
  align-items: center;
}
.mpea{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.mpea img{
  height: 15px;
}
.madrs-dflt{
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #dfdfdf;
    width: 70px;
}
.madrs{
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #ffffff;
    /* border-radius: 7px;
    box-shadow: 0px 2px 46px #0000002e;*/
    padding:9px 10px;
    display: flex;
    background: #f3f3f3;
    width: auto;
    border-radius: 3px;
}
.madrs span{
  cursor: pointer;
}
.madrs-del{
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #dfdfdf;
}
.madrs-del img{
  height: 15px;
}
.vapbody ul{
    margin: 0;
    padding: 0;
/*    max-height: 350px;
    overflow-y: auto;*/
}
.vapbody ul li{
    max-width: 100%;
    list-style: none;
}
.vapbody ul li label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  /* Accessible outline */
  /* Remove comment to use */
  /*
    &:focus-within {
        outline: .125em solid $primary-color;
    }
  */
}
.vapselect{
  width: 100%;  
    border: 1px solid #fff;
    position: relative;
}
.vapselect div {
    padding: 20px;
}
.vapselect div h4{
  margin: 0!important;
}
.vapselect div a{
    position: absolute;
    top: 15px;
    right: 15px;
}
.vapselect div a img{
    height: 17px;
    opacity: 0.8;
}
.vapbody ul li label input {
  position: absolute;
  left: -9999px;
}
.vapbody ul li label input:checked + .vapselect {
    background-color: #f7f7ff;
/*    border: 1px solid #dedeeb;*/
  border-radius: 10px;
}
.vapbody ul li label input:checked + .vapselect:before {
  box-shadow: inset 0 0 0 0.4375em #00005c;
}
.vapbody ul li label {
    display: flex;
    align-items: flex-start;
    padding:0;
    border-radius: 10px;
    transition: 0.25s ease;
    flex-direction: column;  
}
.vapbody ul li:first-child{
/*  margin-top: 20px;*/
}
.vapbody ul li:last-child{
  margin-bottom: 20px;
}
.vapbody ul li span:hover {
  background-color: #d6d6e5;
}
.vapbody ul li span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}
.chgadres{
  font-size: 12px;
  padding: 0 0 0 7px;
  border-left: 1px solid #d5d5d5;
  color: #616161;
  cursor: pointer;
}
.vapfooter,.aapfooter,.cppfooter{
    display: flex;
    padding: 20px 30px;
    border-top: 1px solid #f1f1f1;
    justify-content: flex-end;
}
.vapfooter a,.aapfooter a{

}
.alogin{
  display: none;
}
.saba-dls{
  margin: 30px 0 30px 0;
}
.saba-dls label{
  display: inline-flex;
  align-items: flex-start;
}
.saba-dls input{
  margin-right: 10px;
}
.saba-dls p{
  margin: 0 0 0 25px;
}
.saba-dls p b{
  text-decoration: underline;
  cursor: pointer;
}
.myorder-main .row .col-lg-9 {
    width: 100%;
    margin:20px 0 30px 0;
}
.myorder-main .myorder-dt {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 20px;
    display: flex;
    margin: 0 0 15px 0;
    cursor: pointer;
}
.myorder-main .myorder-dt .myorder-img {
    margin: 0 25px 0 0;
}
.myorder-main .myorder-dt .myorder-img img {
    border-radius: 0;
    height: 100px;
}
.myorder-info-right {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.myorder-ir-t {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mirbi{
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.sts-shipped{
      color: #cb7a52;
    font-weight: 700;
}
.moirtr{
      position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}
.myorder-ir-t h3 {
    margin: 0 0 0 0;
}
.myorder-ir-t h3 span{
    margin: 0 0 0 5px;
    font-size: 13px;
    font-weight: 400!important;
}
.myorder-ir-t h3 span b{
    font-weight: 400!important;
}
.myorder-item-info {
    display: flex;
    gap: 50px;
}
.myorder-ir-t p {
    margin: 10px 0 0 0;
}
.myorder-ir-t p span {
    font-weight: 500;
}
.myorderb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0 0;
}
.myorder-ir-t h2 {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.myorder .rc-item {
    font-weight: normal;
    font-size: 13px;
    color: #838383;
}
.myorder .rc-item span{
  color: #272727;
  font-weight: bold;
}
.myorder-ir-b{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0 0;
    /* flex-direction: row; */
    width: 100%;
}
.myorder-ir-b p{
  margin: 0 0 0 10px;
}
.mibi{
    margin: 20px 0 0 0;
    padding: 20px 0 10px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #e9e9e9;
}
.mibil{
      max-width: 300px;
}

.mibil h4{
    margin: 15px 0 0 0;
}
.mibil p{
    margin: 5px 0 0 0;
}
.mibil p b{
  font-weight: normal!important;
}

.invoicebtn,.cancelbtn{
    display: inline-flex;
    font-weight: normal;
    font-size: 14px;
    background: #58595b;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
}
.invoicebtn img,.cancelbtn img{
    height: 20px;
    margin: 0 5px 0 0;
}
.mprfll{
  padding-right: 20px;
}
.mprfll-top{
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 30px 30px;
  text-align: center;
}
.mprfll-top p{
  color: #272727;
}
.mprfll-top img{
  height: 100px;
}
.mprfll-mdl,.mprfll-btm{
display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
    gap: 15px;
}
.mprfll-mdl div,.mprfll-btm div{
      width: 50%;
    text-align: center;
    background: #fff;
    border: 1px solid #e1e1e1;
}
.mprfll-mdl div a{
  display: block;
    padding: 20px 0;
    color: #000;
}
.mprfll-mdl div img{
      height: 45px;
}
.mprfll-mdl div p{
      margin: 0;
}
.mprfll-btm{
      margin: 20px 0 0 0;
}
.mprfll-btm div{
    text-align: center;
    background: #fff;
    border: 1px solid #e1e1e1;
}
.mprfll-btm div a{
    display: block;
    padding: 20px 0;
    color: #000;
}

.mprfll-btm img{  
      height: 45px;
}
.mprfll-btm p{
      margin: 0;
}

.myprofile .shipping-dls {
    margin: 0 0 0 0;
}
.myprofile .mibil {
  position: relative;
    max-width: 100%;
    padding: 0 86px 20px 0;
}

.page-top{
    padding: 0 0 0 0;
    margin: 30px 0 0 0;
}
.page-top h2{
    font-size: 20px;
}
.cp-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #bfbfbf;
    margin-bottom: 15px;
}
.cp-title h2{
    font-size: 17px;
    margin: 0;
}
.ship-addrs .cart-price .cp-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    border-bottom: none;
    margin: 0;
}
.shipaddrs{
    margin-top: 20px;
    border-top:1px dashed #bfbfbf;
}
.cnt-price{
    padding: 0;
    margin: 0;
}
.cnt-price li{
    list-style: none;
    padding: 8px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.cnt-price li:last-child{
    border-top: 1px dashed #bfbfbf;
    margin: 10px 0 0 0;
/*    padding: 15px 0 5px 0;*/
}
.cart-rt-btm{
    display: flex;
    flex-direction: column;
    margin: 15px 0;
}
.cart-rt-btm .btn-default{
  margin: 15px 0 0 0;
}
.cust-blk{
    position: fixed;
    background: #000000c2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.cust-blk-inner{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    width: 45%;
    min-width: 700px;
}
.cust-blk .form-btm{
    margin: 35px 0 0 0;
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.cbl{
    width: 60%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cbl img{
    width:90%;
    object-fit: cover;
}
.cbr{
    width: 40%;
    padding: 30px;
}
.btn-default{
    color: #000000 !important;
/*    border: 1px solid #7a5050 !important;*/
    padding: 10px 25px !important;
    font-weight: 400 !important;
    font-size: 14px;
    letter-spacing: .5px;
    text-align: center;
}
.btn-primary{
background: #58595b !important;
    color: #fff !important;
    border: 1px solid #58595b !important;
    padding: 10px 25px !important;
    font-weight: 400 !important;
    font-size: 14px;
    letter-spacing: .5px;
    text-align: center;
    text-transform: capitalize;
}
.btn-primary:hover{
background: #58595b !important;
    color: #fff !important;
    border: 1px solid #58595b !important;
    padding: 10px 25px !important;
    font-weight: 400 !important;
}
.form-btm{
  margin: 0 0 0 0;
}
.aigmain .aigmain-left div{
  position: relative;
}
/*.aigmain-left{
  width: 0!important;
}*/
/*.ai-gen-design{
    position: absolute!important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0c0b0b;
    margin: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}*/
.ai-design-loader{
/*    position: absolute!important;*/
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0c0b0b!important;
    margin: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  
}
.ai-design-loader img{
    width: 70%!important;
    margin: 0 auto;
}
.ai-gen-design img{
/*    width: 90% !important;
    margin: 0 auto;*/
    /* box-shadow: 0px 11px 18px #00000047; */
    border-radius: 20px;
}
.ai-design-loader  p{
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.metal-spec{
margin: 30px 0 0 0;
}
.metal-spec ul {
      width: 100%;
    margin: 0;
    display: block;
    border: 1px solid #e7e7e7;
}
.metal-spec ul li{
      display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    text-align: left;
    padding: 0 20px;
    border-bottom: 1px solid #e7e7e7;
}
.metal-spec ul li:last-child{
    border-bottom: none;
}
.msl{
    width: 50%;
}
.msl p{
      font-size: 15px;
}
.msr{
      width: 50%;
    border-left: 1px solid #e7e7e7;
    padding-left: 20px;
}
.msr p{
      font-size: 15px;
}
.send-ai-design{
    margin: 0 0 0 0;
}
.leftside-productimg{
/*      height: 70vh;*/
}
.rightside-productdetail{
/*    background: #fff;*/
    padding: 0 30px 0 30px;
    border-radius: 0;
}
.product-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px 0;
}
.product-name h2{
    margin: 0;
    font-weight: 400;
    font-size: 2rem;
}
.product-des{
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .5px;
}
.pbu{
    width: 100%;
}
.pbu thead{
    background: transparent;
}
.pbu thead tr th{
    padding: 10px;
    font-weight: 500;
    text-align: left;
}
.price-tld tr td{
    padding: 10px;
        font-size: 14px;
}
.share a{
    padding: 5px;
}
.share a img{
    height: 20px;
}
.metal-info{
    margin: 30px 0 0 0;
    border-top: 1px solid #b9b9b94f;
}
.metal-info p{
    margin: 20px 0;
    font-size: 14px;
}
.metal-info p span{
  font-weight: 500;
}
.pd-price {
    margin: 15px 0 0 0;
    border-top: 1px solid #b9b9b94f;
}
.pd-price h2 {
        font-size: 27px;
    font-weight: 500;
        margin-bottom: 20px;
}
.pd-price h2 span{
  
}
.pd-price {

}
.pd-price p {
      margin: 0;
}
.pd-price p a{
  color: #272727;
}
.contact p{
    font-weight: normal;
font-size: 14px;
}
.cust-test .wp-title{
    position: relative;
    z-index: 1000;
    padding: 0;
}
.cust-test .wp-title h3{
    color: #fff;
    font-size: 50px;
    /* font-style: italic; */
    font-weight: 300;
    margin: 0;
}
.cust-test .wp-title h3 span{
    display: block;
    font-weight: bold;
}
.cust-test .wp-title img{
    height: 23px;
    margin: 25px 0 0 0;
    opacity: 0.5;
}
.cbr .form-group{
  margin: 0 0 10px 0;
}
.button-buy {
  margin:60px 0 0 0
}
.button-buy .cartl a{
  font-size: 16px;
}
.inpr-bg{
    position: absolute;
    right: 0;
    top: 0;
    height: 500px;
    width: 500px;
    z-index: 0;
    opacity: 0.5;
}
/*.owl-stage{
      align-items: center;
      display: flex;
}
.owl-stage .center .card{
      padding: 50px 20px;
      transition: all .4s ease-out;
}*/
.review-product{
      margin: 20px 0 0 0;
}
.productdetail-main {
    margin: 10px 0 0 0;
}

.tcat{

}
.tcat-main{
width: 98%;
margin: 0 auto;
}
.tcat-head{
    text-align: center;
    color: #58595b;
    font-size: 4rem;
/*    font-style: italic;*/
    font-weight: 300;
    margin: 0 0 130px 0;
}
.tcat-head strong{

}
.tcat-main ul{
padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
}
.tcat-main ul li{
    list-style: none;
    width: 20%;
}
.tcat-main ul li a{

}
.tcat-main ul li a p{
    color: #58595b;
    font-size: 30px;
    padding: 10px 0;
    position: relative;
}
.tcmodd a p {
    margin: 0 0 -62px 0;
}
.tcmeven a p {
    margin: -62px 0 0 0;
}
.tcat-main ul li a div{
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
    position: relative;
}
.tcat-main ul li a div img{
    width: 100%;
}
.tcat-btm{
    text-align: center;
    margin: 100px 0 0 0;
}
.tcat-btm div{
      margin: 0 0 50px 0;
/*  background-repeat: no-repeat;
    padding: 70px 0;
    background-image: url(./..//img/floral-round.png);
    background-position: center;*/
}
.tcat-btm a{
/*color: #927558 !important;
    font-size: 22px;
    font-weight: 400;
    width: 100px;
    display: inline-block;
    line-height: 25px;*/
}
.review  .owl-carousel {
    width: 70%!important;
    margin: 0 auto;
  }
.certificate-info{
    margin: 40px 0 0 0;
    display: flex;
    gap: 30px;
    align-items: center;
}
.certificate-info p{
  display: flex;
    align-items: center;
}
.certificate-info p img{
  height: 25px;
  margin-right: 5px;
}
.hc-main{
    display: flex;
}
.hc-l{
    width: 55%;
/*    background: #655662;*/
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 150px;
}
.hc-l h3{
    font-size: 54px;
    margin: 40px 0 45px 0;
/*    color: #e5e0e0;*/
    text-transform: capitalize;
    font-weight: 400;
    /* font-style: italic; */
    /* letter-spacing: 1px;*/
}
.hc-r{
width: 45%;
    overflow: hidden;
    position: relative;
}
.hc-l1,.hc-l2{
    display: flex;
    gap: 20px;
    margin: 0 0 45px 0;
    color: #fff;
}
.hc11-l,.hc12-l{

}
.hc11-l img,.hc12-l img{
      height: 50px;
    background: #030303ab;
/*    border-radius: 50%;*/
    padding: 11px;
}
.hc11-r,.hc12-r{

}
.hc11-r h4,.hc12-r h4{
font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: 400;
/*    letter-spacing: 1px;*/
    color: #1f1f1f;
}
.hc11-r p,.hc12-r p{
    font-size: 18px;
    line-height: 25px;
/*    font-weight: 300;
    letter-spacing: .5px;*/
    margin: 0;
    color: #353535db;
}
.hcll-img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
}
.hclm-img{
/*      width: 100%;*/
      object-fit: cover;
}
.block3r,.block3l{
  width: 50%;
}
.hctxt{
      position: absolute;
    margin: -95px 0 0 0;
    width: 62%;
    opacity: 0.5;
}
.items-landing .row{
   position: relative;
    width: 98%;
    margin: 0 0 0 2%;
    z-index: 1;
}
.mob-menu{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background: #58595b;
    display: flex;
    align-items: center;
    justify-content: center;
/*    scale: 0;*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
}
.nav-mob {
    margin: 0;
    padding: 0;
}
.nav-mob li {
    list-style: none;
    /* padding: 15px; */
    text-align: center;
}
.menucls-blk{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 11;
}
.menu-cls img{
      height: 18px;
/*  scale:0;
  visibility:hidden;
  opacity:0;*/
}
.nav-mob li a {
    padding: 15px;
    display: block;
    font-size: 17px!important;
    color: #fff;
    display: flex;
    align-items: center;
}
.nav-mob li a img{
  margin: 0 0 0 10px;
  height: 20px;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 60px solid #1e1e1e;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow-up img{
    margin-bottom: -79px;
    padding: 20px;
}
.mm-main{
}
.mob-submenu{
}
#mob-submenu1,#mob-submenu2{  
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #58595b;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow-y: auto;
   /* display: flex;
    flex-wrap: wrap;
    gap: 1%;
    padding: 30px 30px;
    justify-content: space-between;
    left: 50%;
    margin-left: -430px;
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px); 
    transition: all .5s ease;
    visibility: hidden;
  border-radius: 15px;
  background: #625959;*/
}
#mob-submenu1 ul{
    padding: 0 0 70px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
    overflow-y: auto;
    height: auto;
}
#mob-submenu1 ul li{
    width: 50%;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
}
#mob-submenu1 ul li a{
  padding: 10px;
  visibility: hidden;
  opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
        border-radius: 20px;
    aspect-ratio: 1;
    width: 100%;
    position: relative;
}
#mob-submenu1 ul li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-out; 
    border-radius: 20px;
}
#mob-submenu1 ul li a p{
    font-size: 16px;
    color: #fff;
    margin: -33px 0 0 0;
    padding: 10px 15px 5px 0;
    background: #58595b;
    z-index: 10;
    position: absolute;
    border-radius: 0 20px 0 18px;
    display: inline-block;
    bottom: 12px;
    left: 10px;
}
/*#mob-submenu2{
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1000;
}*/
#mob-submenu2 ul{
  margin: 0;
  padding: 0;
}
#mob-submenu2 ul li{
  margin: 30px 0;
  padding: 0 20px;
  list-style: none;
}
#mob-submenu2 ul li a{
    color: #fff;
    background: #58595b;
    border: 1px solid #b7b7b7;
  border-radius: 20px;
  padding: 30px;
  display: block;
  visibility: hidden;
  opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
}
#mob-submenu2 ul li a h3{
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
}
#mob-submenu2 ul li a h3 img{
  height: 20px;
  rotate: -50deg;
}
#mob-submenu2 ul li a p{
  margin:10px 0 0 0;
  font-size: 15px;
      color: #ffffffb3;
}
.dpbf{
  display: flex;
  align-items: center;
}
.dpbfl{
  position: relative;
}
.ddc .arrow-down,.dpbfl .arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -20px;
}
.ddc{
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
    position: absolute;
    background: #ffffff;
    border-radius: 7px;
    top: -65px;
    left: -7px;
    box-shadow: 0px 2px 46px #0000002e;
    padding: 0 15px;
}
.ddc span{
    padding: 15px 0;
    cursor: pointer;
}
.ddccon{
    color: #f33 !important;
    font-weight: bold;
    margin: 0 15px 0 0;
}
.ddccan{
    color: #363636;
}
#menu-mob-dropdown1{

}
#menu-mob-dropdown1 a{
}
#menu-mob-dropdown1 a img{
}

.aitab,.cdtab,.bktab{
    margin: 0 0 15px 0;
}
.aitab a,.cdtab a,.bktab a{
      padding: 15px 0;
    font-size: 16px;
    margin: 0 30px 0 0;
    display: inline-block;
    color: #000000;
    font-weight: bold;
}
.activetab{  
    border-bottom: 2px solid #000000!important;
}
/*.disignai{
    border-bottom: 2px solid #000000;
}
*/


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

.bannerai,.bannerbook{
  display: none;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1280px) {
.index .container {
    margin: 0 auto !important;
    width: 80%;
}
.container {
    margin: 0 auto !important;
    width: 95%;
}
.hc-l {
    padding: 0 90px;
}
   
}

@media only screen and (max-width: 1200px) {
.moirtcb,.moirtcl{
  opacity: 0!important;
  display: none !important;
} 
.vopmaininner .moirtcl,.vopmaininner .moirtcb{
    opacity: 1 !important;
    display: block !important;
  }
  .mirbi{
    width: auto!important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px)  {
    .moirtcl .mcl1, .moirtcl .mcl2 {
        margin: 0 0 25px 0;
    }
}


@media only screen and (max-width: 1024px) and (min-width: 768px)  {
    #lblk1-bgimg-prv {
        display: none !important;
    }

    #lblk1-mob-bgimg-prv {
        display: block !important;
    }
    .mobmenuicon {
        display: block !important;
    }
  .tcat-head {
    font-size: 3rem;
    margin: 0 0 70px 0;
}
.tcat-head strong {
    display: block;
}
.head-left h3:before {
    font-size: 95px;
    margin: -10px 0 0 0;
}
.inpr-bg {
    height: 200px;
    width: 200px;
}
  .index .container {
    margin: 0 auto !important;
    width: 100%;
}
.blk3r-dmd-floatimg {
    height: 80px;
}
.blk3r-floatimg {
    right: -38px;
    height: 100px;
}
.tcat-main ul li a p {
    font-size: 20px;
}
.tcat-main ul li a p {
    font-size: 20px;
}
.deal-dis {
    line-height: 30px;
    font-size: 19px;
}
.deal-head {
    font-size: 50px;
}
    .deal-head span {
        margin-left: 0!important;
    }
    #lblk7-title3 {
        display: inline-block;
    }
        .block3l {
    margin-left: 50px;
}
.block3r{
    margin-left: 20px;
}
.nav {
    display: none;
}
.ai-title, .bb-title {
    padding: 0 0 0 0;
}
.ai-title p, .bb-title p {
    margin: 0 0 45px 0;
    font-size: 40px;
    letter-spacing: 0;
}
.ai-title p span, .bb-title p span {
    font-size: 45px;
    line-height: 50px;
}
.fut1 {
    padding: 60px 0;
}
.fut-im {
    height: 70px;
    margin: 0 0 15px 0;
}
.fut1 div, .fut2 div, .fut3 div {
    padding: 0 15px;
}
.fut1 div h3, .fut2 div h3, .fut3 div h3 {
    font-size: 18px;
}
.fut-pg {
    font-size: 16px;
}
#mob-submenu1 ul li {
    width: 33.333%;
}
}

@media only screen and (max-width: 768px) {
    #lblk1-bgimg-prv {
        display: none !important;
    }

    #lblk1-mob-bgimg-prv {
        display: block !important;
    }

  .no-data{
    height: calc(100vh - 100px);
    align-content: center;
  }
  .notfound-blk {
    padding: 0!important;
    height: 100vh;
    align-content: center;
}
  .mywishlist .itemlist {
    width: 49%!important;
  }
  .catfltr-top{
    margin: 0 0 8px 0;
    display:block!important;
}
  .vopmaininner .moirtcl,.vopmaininner .moirtcb{
    opacity: 1 !important;
    display: block !important;
  }
  .moirtcb,.moirtcl{
  opacity: 0!important;
  display: none!important;
}
.moirtcl .mcl1,.moirtcl .mcl2{
  margin: 0 0 15px 0;
}
  .vopmain {
    width: 95%!important;
  }
  .vopmaininner .mibi {
    flex-direction: column!important;
}
.vopmaininner .moirtcl{
  flex-direction: column!important;
  gap: 30px;
}
.vopmaininner .moirtcb{
  flex-direction: column!important;
  gap: 15px!important;
}
  .productdetail .pt100 {
    margin: 0 0 0 0!important;
}
  .myorder-ir-t h3 {
    margin: 0 0 0 0;
    font-size: 14px;
}
.invoicebtn {
    font-size: 13px;
  }
.myorder-ir-t p {
    margin: 7px 0 0 0;
    font-size: 13px;
}
.myorder-item-info {
    display: block;
}
.myorder-item-info p{
  padding: 10px 0 0 0;
}
.myorder-ir-t h2 {
    font-size: 15px;
}
  .myorder-ir-t{
    display: block;
  }
  .mirbi{
    width: 100%!important;
    margin: 20px 0 0 0;
    display: none;
  }
  .aitab a, .cdtab a, .bktab a {
    font-size: 14px;
  }
  .myorder .rc-item {
    margin: 15px 0 0 0;
    font-size: 12px;
}
.myorder-main .myorder-dt .myorder-img {
    margin: 0 10px 0 0;
}
.myorder-main .myorder-dt .myorder-img img {
    height: 60px;
}
.mgmi{
    display: block!important;
    position: relative;
}
.mgm1{
    aspect-ratio: auto!important;
    display: inline-flex!important;
    flex-direction: row!important;
    padding: 10px 15px!important;
    border-radius: 10px!important;
    margin: 0 0 12px 0;
}
  .mgm2main{
        flex-direction: column;
        margin: 0;
        justify-content: center !important;
        align-items: flex-start;
}
.mgm2{
    margin-left: 0!important;
}
.mgm2 h2 {
    margin: 0 0 0 0!important;
        font-size: 14px!important;
  }
  .mgm2 p {
    margin: 10px 0 0 0!important
}
.mgm3{
  margin-left: 0 !important;
  position: absolute !important;
  top: 27px;
  right: 22px;
}
.mgm2 p span {
    font-size: 12px;
}
.mgm2 p span {
    margin: 0 5px 0 0!important;
    padding-right: 5px!important;
}
.ddc{
  top: -65px!important;
}
.mgm1 label {
    font-size: 15px!important;
}
.mgm1 h3 {
    font-size: 15px;
    margin: 0 0 0 5px !important;
}
  .aigmain-right,.aigmain-left {
    width: 100%;
    padding: 0 !important;
}
.aigbi,.aigbi div,.aigdt,.aigdt div,.aigdb,.aigdb div,.aidh,.aidh div,.aidm,.aidm div,.aidf,.aidf div {
    margin: 0 0 0 0 !important;
}
.aidraft {
    max-height: none;
    margin: 0 !important;
}
.dpmain {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
}
.ai-gen-design img {
    border-radius: 12px;
}
.aigdt div a {
    border-radius: 16px;
}
.dpb {
    display: block;
}
.dpbf {
    margin: 60px 0 10px 0;
}
.aitab a {
    font-size: 14px;
}
.dpc div {
  gap: 10px;
  flex-direction: column;
}
.dpc div a {
    width: 100%;
}
.dpc div a img {
    border-radius: 15px;
}
    .dpmi {
    padding: 20px;
}
  .fuocoll, .fuocolr{
    flex-direction: row;
    width: 100%;
  }
  .fuocolc{
    width: 100%;
  }
  .followuson{
        flex-direction: column;
  }
  .festive-title {
    font-size: 3.5rem;
    text-align: center;
    margin: 0 0 20px 0;
}
.fuimg{
  box-shadow: none;
}
.fcollb img,.fcolct div img,.fcolcb img,.fcolrt img,.fcolrb img,.fctl img,.fcolcb {
    width: 100%!important;
}
.fuocoll, .fuocolr,.fuocolc,.followuson,.fcolct {
    gap: 10px;
}
.fuocolr div{
  width: 33.333%;
}
.fuocoll div{
  width: 50%;
}
.headermain,#footer{
    display: none;
}
.index .headermain,.index #footer {
    display: block;
}
.index .main-head,.main-head{
  padding: 0 10px;
  }
.index .container {
    width: 95%;
}
.iconlist li:nth-child(2),.iconlist li:nth-child(3){
  display: none;
}
.mobmenuicon{
  display: block;
}
.banner-ai,.banner-book{
  width: 100%;
}
.cust-test .wp-title h3 {
    font-size: 37px;
}
.cust-test .card-text {
    font-size: 18px;
}
.slideshow .slide .title {
    font-weight: 300 !important;
    margin: 0 0 15px 0!important;
    font-size: 15px !important;
    letter-spacing: 4px !important;
}
.slideshow .slide .text p {
    font-size: 70px!important;
    line-height: 68px!important;
}
.slideshow .slide .text span {
    font-size: 50px!important;
}
.slideshow .slide-content {
    padding: 0 0 0 20px!important;
}
.b-g-sml {
    height: 35px;
}
.b-g-lrg {
    height: 80px;
}
.grblk-cls {
  right: 35%;
  bottom: -25px;
}
.b-glitter {
  right: auto;
  left: 50%;
}
.review .owl-carousel{
  width: 100%!important;
}
.banner-right{
  flex-direction: column;
}
.ai-title, .bb-title{
  padding: 0;
}
.ai-title p, .bb-title p {
    font-size: 38px!important;
    line-height: 55px;
}
.ai-title p span, .bb-title p span {
    font-size: 40px;
}
.head-left h3:before {
    font-size: 80px;
    margin: 0 0 0 0;
    display: none;
}
.tcat-main ul {
    flex-wrap: wrap;
    display: flex;
    gap: 4%;
}
.tcat-main ul li {
    list-style: none;
    width: 48%;
    margin-bottom: 4%;
}
.tcmodd a p,.tcmeven a p{
    margin: 0;
}
.tcat-main ul li a p {
        font-size: 20px;
        margin: 0 0 20px 10px;
}
.cat-desk{
  display: none!important;
}
.cat-mob{
  display: inline-flex!important;
}
.tcmeven a{
  display: flex;
  flex-direction: column-reverse;
}
.tcat-btm {
    margin: 20px 0 0 0;
}
.tcat-head {
    font-size: 3rem;
    margin: 0 0 70px 0;
}
.tcat-head strong {
    display: block;
}
.inpr-bg {
    height: 200px;
    width: 200px;
}
.blk3r-floatimg {
    right: -38px;
    height: 90px;
}
.blk3r-dmd-floatimg {
    height: 80px;
}
.cb{
    flex-direction: column;
}
.block3r, .block3l {
    width: 95%;
}
.block3l {
    margin-left: 0;
    margin-top: 50px;
}
.block3r-l {
      height: 100px;
    left: -50px;
    top: 57px;
}
.deal-head {
    font-size: 40px;
}
    #lblk7-title3{
        font-size:50px
    }

    .deal-dis {
        line-height: 25px;
        font-size: 18px;
    }
.hc-l {
    width: 100%;
    padding: 0 25px;
}
.hc-l h3 {
    font-size: 30px;
}
.hc-l1, .hc-l2 {
    flex-direction: column;
}
.hc11-r h4, .hc12-r h4 {
    font-size: 19px;
    margin-bottom: 10px;
}
.hc11-r p, .hc12-r p {
    font-size: 16px;
    font-weight: 300;
}
.hc11-l img, .hc12-l img {
    height: 35px;
}
.hc-r,.nav{
  display: none;
}
.fut1 {
    padding: 30px 0;
}
.fut-main {
    display: flex;
    flex-direction: column;
}
.fut-main .col-lg-3 {
    width: 100%;
}
.fut-im {
    height: 60px;
    margin: 0 0 10px 0;
}
.fut1 div, .fut2 div, .fut3 div {
    padding: 0 30px;
}
.fut1 div h3, .fut2 div h3, .fut3 div h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}
.fut-pg {
    font-size: 16px;
    margin: 0;
}
.footer .row{
  flex-direction: column;
}
.footer .row .col-lg-3 {
    width: auto;
    margin: 10px 0;
}
.prt-logob {
    width: 60%;
}
.medialink {
    padding-bottom: 10px;
}
a.fview {
    font-size: 14px;
}
.flist {
    margin: 0;
}
h6.mediahead {
    font-size: 14px;
}
.contact p {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.footermain{
  flex-direction: column;
}
.social-media{
  margin: 20px 0;
}
.cr-des{
  text-align: center;
}
.cust-blk-inner {
    width: 75%!important;
    padding: 30px;
    min-width: auto;
}
.cbr {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}
.cbl{
  display: none;
}
.cust-blk-inner {
    width: 90%;
    flex-direction: column;
}
.bkgmain, .cdgmain-inner, .aigmain-inner, .productdetail-main .row, .mycart-main .row {
    flex-direction: column;
}
.bkgmain .col-lg-6, .cdgmain .col-lg-6, .aigmain .col-lg-6, .productdetail-main .col-lg-6 {
    width: 100%;
}
.cdgmain-left,.bkgmain-left,.booking-form .form-title,.jewel-blk .cust-title{
  display:none;
}
.cdgmain .cdgmain-left div {
    margin: 20px 0 20px 0;
}
.cusdesign-form .form-group, .aidesign-form .form-group {
    width: 100%;
    margin: 0 0 15px 0;
}
.booking-form {
    padding: 0;
}
.middle {
    flex-wrap: wrap;
    gap: 1%;
}
.middle label {
    width: 49%;
    margin: 0 0 1% 0;
}
.middle .box {
    width: 100%;
  }
.bkgmain, .cdgmain, .aigmain {
    padding: 0;
}
.aigmain .aigmain-left div {
    margin: 20px 0 20px 0;
}
.bkgmain .bkgmain-left div {
    margin: 0 0 20px 0;
}
.bkgmain, .cdgmain, .aigmain {
    margin: 20px 0 !important;
}


/*product-detail*/
.productdetail .mob-header {
  margin-top: 0;
  position: absolute;
  z-index: 10;
  background: transparent;
  border: transparent;
}
.productdetail .page-back {
  padding: 10px;
  background: #ffffffd4;
  border-radius: 50px;
  margin: 10px;
  box-shadow: 2px 4px 15px #0000000f;
  height: 20px;
  width: 20px;
}
.rightside-productdetail{
  padding:0 20px;
}
.productdetail .container, .productdetail-main .col-lg-6{
  width: 100%;
}
.certificate-info{
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 25px 0 0 0;
}
.certificate-info p {
    margin: 7px 0;
}
.certificate-info p img {
    height: 20px;
    margin-right: 10px;
}
.share{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin: 12px 5px 0 0;
    display: flex;
}
.share a{
    display: flex;
    padding: 10px;
    background: #ffffffd4;
    border-radius: 50px;
    margin: 5px;
    box-shadow: 2px 4px 15px #0000000f;
}
.prdt-top{
  display: none;
}
.tabs,.productdetail-main,.review-product {
    margin: 0;
}
.tabs .content {
    margin-top: 30px;
    padding: 0 30px 20px 30px;
}
.share a img {
    height: 17px;
}
.product-name h2 {
    font-size: 1.6rem;
}
.metal-info p {
    margin: 12px 0;
}
.product-des {
    font-size: 16px;
}
.swiper_thumb {
    margin-top: 0!important;
}
.productdetail .itemmain {
    flex-wrap: nowrap;
    overflow-y: auto;
    margin-bottom: 50px;
}
.productdetail .head-left {
    padding:0 15px 10px 15px;
}
.productdetail .head-left h3 {
    font-size: 20px;
}
.productdetail .itemlist {
    width: 49%;
}
.productdetail .head-left h3 strong {
    padding-left: 5px;
    display: inline-block;
}
.productdetail .va {
    margin: 0 0 0 0;
}
.productdetail .button-buy{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    margin: 0;
    background: #fff;
    box-shadow: 0 -11px 17px #00000008;
    padding: 15px 0;
}
.preview-main{
  flex-direction: column;
}
.preview-main .pmr {
    padding: 50px 0 0 0;
  }
.addc{
  padding: 0 15px;
}
.productdetail .cartl{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.productdetail .cartl a{
    width: 50%;
    padding: 15px 8px !important;
}
/*product-detail*/


/*product*/
.filter-close{
  display: block!important;
}
.sort-filter {
    box-shadow: 0 -11px 17px #00000014;
    position: fixed;
    left: 0;
    height: 340px;
    bottom:-350px;
    width: 100%;
    z-index: 1000;
    background: #fff;
    margin-top: 0 !important;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}
.sort-filter{
}
    .products .sfh {
        position: sticky;
        top: 0;
        z-index: 10;
        background: #fff;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
                border-bottom: 1px solid #eee;
    }
    .sfh h3 {
    font-size: 16px;
    margin: 0;
}
.sfh span {
    background: #ffd5d5;
    padding: 0 10px;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
}
.sfmain{
  padding: 0 20px;
}
.sfmain ul{
          margin: 0;
        padding: 0;
}
.sfmain ul li{
          list-style: none;
        padding: 15px 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.sfmain ul li span{
  font-size: 14px;
    line-height: 22px;
    color: #222222;
    font-weight: 400;
}
.sfmain ul li img{
  height: 20px;
  margin: 0 5px 0 0;
}
.filter-close{
  margin: 0 0 0 20px;
}
.mob-header{
  display: block;
}
.product-filter {
    position: fixed;
    left: 0;
    height: 70%;
    bottom:-72%;
    width: 100%;
    z-index: 1000;
    background: #fff;
    margin-top: 0 !important;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    box-shadow: 0 -11px 17px #00000014;
}
.products .pfm{
/*    position: fixed;
    height: 500px;
    bottom:-520px;
    left: 0;*/
    width: 100%;
    overflow-y: auto;
    border: none;
    padding: 0;
    height: 100%;
}
.products .pfmh{
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    padding: 20px;
}
.products .pfb {
    border-top: 1px solid #eee;
    padding: 0; 
    width: 95%;
    margin: 0 auto;
}
.productmain .product-view {
    padding-right: 0 !important;
    width: 100%;
    margin: 0 0 100px 0;
}
.products .itemmain {
     gap:0; 
}
.products .itemlist {
    width: 48%;
    padding: 1%;
    margin: 0;
}
.prdct-options{
  display: none;
}
.product-btm{
  display: flex;
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    z-index: 11;
    margin: 0;
    background: #fff;
    flex-direction: row;
    box-shadow: 0 -11px 17px #00000014;
}
.product-btm a{
  display: flex;
  align-items: center;
  justify-content:center;
  width: 50%;
  padding: 15px 25px !important;
}
.product-btm a img{
    margin-right: 10px;
    height: 25px;
}
.sort-btn{
  border-right: 1px solid #ededed;
}
.products .productmain {
    margin: 10px 0 0 0 !important;
}
.products .itemmain a:odd .ili {
  border: none;
}
/*product*/



/*mycart*/
.mob-header{
    margin-top:0;
}
.page-top{
  display: none;
}
.mycart-main .row{
  flex-direction: column;
}
.mycart-main .row .col-lg-9 {
    width: 100%;
    margin-right: 0;
}
.mycart-main .row .col-lg-3 {
    width: 100%;
    margin: 0 0 100px 0;
}
.mycart-main .cart-dt .cart-img img {
    height: 80px;
}
.cart-item-info {
    flex-direction: column;
    gap: 0;
}
.mycart-main .cart-dt .cart-img {
    margin: 0 10px 0 0;
}
.cart-ir-t p {
    margin: 5px 0 0 0;
    font-size: 13px;
}
.cart-ir-t h2 {
    font-size: 17px;
}
.cart-rt-btm{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    margin: 0;
    background: #fff;
    flex-direction: row-reverse;
    box-shadow: 0 -11px 17px #00000014;
}
.cart-rt-btm a,.cart-rt-btm a:hover{
  width: 50%;
  padding: 15px 25px !important;
}
.cart-rt-btm .btn-default{
  margin: 0;
}
.vapmain, .aapmain,.cppmain {
    width: 90%;
  }
  .mprfll-top{
    border: none;
  }
   .aapbody .fdflex{
    flex-direction: column;
  }
  .aapbody .fdflex .form-group {
    width: 100%;
}
/*mycart*/

/*wishlist*/
.wishlist .itemmain {
    gap: 0;
  }
.wishlist .itemlist {
    width: 48%;
    margin-bottom: 0; 
    margin-top: auto;
    padding: 1%;
}
/*wishlist*/

/*ai design*/
.aigmain .form-title,.cdgmain .form-title{
display: none;
}
/*ai design*/

}

.swiper-button-next, .swiper-button-prev{
  display: none;
}
    .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .gallery-top {
      height: 80%;
      width: 100%;
    }

    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 5px 0;
    }

    .gallery-thumbs .swiper-slide {
      height: 100%;
/*      opacity: 0.4;*/
      cursor: pointer;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
      cursor: pointer;
      border:1px solid #b9b9b9;
}


.pbmain ul li{
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #efefef;
  align-items: center;
  padding: 12px 0;
}
.pbmain ul li div p{
  margin: 0;
  font-size:13px;
}
    .pbmain ul li div p label {
        display: block;
    }
.ndxmr label, .ndxml-lab-dlg, .ndxml-lab-dmd, .ndxml-lab-stn {
    font-size: 13px;
}
.ndx{
  display: block!important;
}
.ndxm{
  display: flex;
  justify-content: space-between;
  padding: 6px 0 6px 0;
}
.ndxml{
  display: flex;
}
.pbh{
  color: #000;
  margin: 0 0 10px 0 !important;
}
.ndxml span{
  margin: 0 10px;
}  
.pbda{
  margin: 0 0 0 0;
}
.pbda img{
  height: 18px;
  vertical-align: middle;
}
.pbmain ul{
  padding: 0;
}

 /*.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}*/



.customimgupload{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 15px 0;
}
.cuimg ul{
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-flex;
    gap: 1%;
    flex-wrap: wrap;
    width: 100%;
}
.cuimg ul li{
    list-style: none;
    width: 19%;
    height: 115px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.upti{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.ciub{
    width: 100%;
    height: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #d9dee3;
    padding: 15px 0;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.ciub input{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.ciub img{
    height: 80px;
}
.ciub p{
    margin: 0;
}
.uim{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
}
.cuimg{
      width: 100%;
}
.cuimg ul li:hover .uim{
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
}
.uio{
    background: #ffffff8f;
    border-radius: 6px;
    padding: 0;
    display: flex;
}
.uio a{
    padding: 7px; 
    cursor: pointer;
    position: relative;
}
.uio a input{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.uio a img{
    height: 15px;
}

.mgapmt-con{
  display: block;
}
.mgaminner{
    padding: 0;
}
.mgaminner li{
    list-style: none;
    width: 100%;
    margin: 0 0 10px 0;
}
.mgmi{
    display: flex;
    background: #F4F4F4;
    padding: 20px;
    border-radius: 20px;
}
.mgm1{
    aspect-ratio: 1;
    background: #353535;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}
.mgm1 label{
    color: #fff;
    font-size: 25px;
}
.mgm1 h3{
    color: #fff;
    margin: 5px 0 0 0;
    font-weight: normal;
}
.mgm2main{
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.mgm2{
    margin: 0 0 0 25px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.mgm2 h2{
    margin: 0 0 0 0;
    font-size: 16px;
}
.mgm2 p{
    margin: 0;
}
.mgm2 p span{
    margin: 0 10px 0 0;
    border-right: 1px solid #515151;
    padding-right: 10px;
}
.mgm2 p span:last-child{
    border-right:none;
}
.mgm3{
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
}
.mgm3 a{
display: flex;
}
.mgm3 a img{
    height: 20px;
    margin: 0 0 0 4px;
}
.form-group select{
    color: #272727;
    height: 48px;
    line-height: 48px;
}
#cntry-code {
    position: absolute;
    left: 4px;
    top: 0;
    padding: 10px;
    margin: 25px 0;
    border: 1px solid #fff;
    outline: none;
    width: auto !important;
    color: #272727;
    height: 38px;
    line-height: 38px;
}

#mobile {
    padding-left: 80px !important;
}

.sdadrs {
    padding: 20px 0 15px 0;
}
.mandate-err {
    border: 1px solid red !important;
}
.osp-scs-msg, .osp-links{
    text-align:center;
}
.osp-scs-msg p{
    font-size:16px;
}
    .osp-scs-msg p span {
        font-weight: bold;
    }
    .osp-scs-msg h3 {
        padding: 10px;
        font-weight: bold;
        font-size: 20px
    }
.osp-links {
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
}
    .osp-links a {
        background: #58595b;
        color: #fff;
        text-decoration: none;
        padding: 10px;
        border-radius: 5px;
    }





.mirbi {
    display: flex;
    width: 65%;
    flex-direction: column;
    justify-content: space-between;
}
.moirtc {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.moirtcl{
  display: flex;
    gap: 70px;
}
.moirtcb{
  display: flex;
  justify-content: space-between;
}
.moirtc h3{
    font-weight: normal;
    font-size: 13px;
    color: #838383;
}
.mibi {
    justify-content:flex-start; 
    gap: 30px;
}

.myorderb {
    display: block;
  }
.moirtc{
  display: flex;
  gap: 30px;
}
.moreorderitems{

}
.moreorderitems ul{
      padding: 0;
      margin: 0;
}
.moreorderitems ul li{
      list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.moi1{
  display: flex;
width: 70%;
align-items: center;
gap: 20px;
}
.moi2{
width: 15%;
}
.moi3{
width: 15%;
text-align: right;
}
.moi1 img{
  border-radius: 0;
  height: 80px;
}
.moi1 div h3{
 margin: 0 0 8px 0;
}
.moi1 div p,.moi2 p,.moi3 p{
  margin: 0;
}
.orderid,.sts-payment{
font-weight: bold;
}
.sts-payment{
    color: #00BCD4;
  }
.no-datafound{
    padding: 100px 0;
  }
  .no-datafound img{
      width: 160px;
    }
  .no-datafound,.buynow{
    text-align: center;
  }
.ili-b{
  margin: 10px 0 0 0;
}
.no-product-blk{
  padding: 100px 0;
}
.no-product-blk img{
  height: 90px;
}
.no-product-blk h2{
    font-weight: normal;
    font-size: 18px;
}
#lblk5{
  position: relative;
}

.vopmain{
    width: 768px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
}
.vopmaininner{
    padding: 30px;
    max-height: 75vh;
    overflow-y: auto;
}

.vopmaininner .myorder-ir-t {
    width: 100%;
    display: flex;
    flex-direction: column!important;
}
.vopmaininner .moirtl{
    display: flex;
    margin: 15px 0;
}
.vopmaininner .myorder-img{
    margin: 0 20px 0 0;
}
.vopmaininner .myorder-img img{
    height: 75px;
    border-radius: 5px;
}
.vopmaininner .myordr-prod-dtl{
  width: 100%;
}
.vopmaininner .myorder-ir-t h3 {
    margin: 0 0 0 0;
    font-size: 14px;
}
.myprofile .addrs-list{
    margin: 30px 0 0 0;
}
.myorder-ir-b {
    margin: 10px 0 0 0;
}
.myorder-ir-b h2{
  font-size: 15px;
}
.vopmaininner .mirbi{
    display: flex;
    width: 100%;
    margin: 10px 0 10px 0;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}
.vopmaininner .moirtc {
    display: flex;
    gap: 30px;
}
.vopmaininner  .moirtcb {
    display: flex;
    justify-content: space-between;
    margin: 11px 0 0 0;
}
.vopmaininner .mibi {
    justify-content: flex-start;
    gap: 30px;
    padding: 10px 0 10px 0;
    flex-direction: row;
}
.vopmaininner .mibil {
    max-width: 100%;
}
.vop-cls{
  text-align: center;
  margin: 0 0 -20px 0;
}
.vop-cls a{
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}
.vop-cls a img{
  
}

.pwd-tip {
    background: #efefef;
    padding: 5px 15px;
    margin: -5px 0 15px 0;
    border-radius: 5px;
}

    .pwd-tip p {
        font-size: 12px;
        margin: 9px 0;
    }
    .notfound-blk{
        padding: 100px 0;
        text-align: center;
      }

     .notfound-blk img{
      height: 170px;
    }
        .notfound-blk h3{
    font-size: 20px;
        }
        .notfound-blk p{
          margin: 0 0 40px 0;
        }
.strike {
    text-decoration: line-through;
    color: #a7a7a7;
}

.catfltr-top{
    margin: 0 0 8px 0;
    display:none;
}
.catfltr-top ul {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.catfltr-top ul li {
    display: inline-block;
    width: auto;
    list-style: none;
}
.catfltr-top ul li a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
}
.catfltr-active{
    background: #58595b;
    color: #fff;
}

.logo img {
    height: 100px;
}
.rm-cart-item img{
    height: 16px;
}
.mywishlist .itemlist {
    width: 24%;
  }
.mywishlist .product-view{
    width: 100%!important;
  }
  .unavl-prdct-min{
    position: absolute;
    width: 100%;
    z-index: 10;
  }
  .unavl-prdct{
    text-align: center;
  }

  

body::-webkit-scrollbar,.vapbody::-webkit-scrollbar,.aapbody::-webkit-scrollbar,.vopmaininner::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}

/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track,.vapbody::-webkit-scrollbar-track,.aapbody::-webkit-scrollbar-track,.vopmaininner::-webkit-scrollbar-track  {
    background-color:#fff
}
body::-webkit-scrollbar-track:hover,.vapbody::-webkit-scrollbar-track:hover,.aapbody::-webkit-scrollbar-track:hover,.vopmaininner::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
body::-webkit-scrollbar-thumb,.vapbody::-webkit-scrollbar-thumb,.aapbody::-webkit-scrollbar-thumb,.vopmaininner::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
body::-webkit-scrollbar-thumb:hover,.vapbody::-webkit-scrollbar-thumb:hover,.aapbody::-webkit-scrollbar-thumb:hover,.vopmaininner::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button,.vapbody::-webkit-scrollbar-button,.aapbody::-webkit-scrollbar-button,.vopmaininner::-webkit-scrollbar-button{
  display:none
}

.website-updates{
    position: fixed;
    left: 0;
    bottom: 70px;
    width: 100%;
    z-index: 1000000;
    transition: bottom 0.6s ease-in-out 0s;
}
.website-updates div{
    background: #d19525;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 15px;
    max-width: 480px;
}
.website-updates div p{
    margin: 0;
}
.network-updates{
    position: fixed;
    left: 0;
    bottom: 70px;
    width: 100%;
    z-index: 1000000;
    transition: bottom 0.6s ease-in-out 0s;
}
    .network-updates div {
        
        width: 80%;
        margin: 0 auto;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        padding: 15px;
        max-width: 480px;
    }
        .network-updates div p {
            margin: 0;
        }
    .network-updates .offline {
        background: #ff2525;
    }
    .network-updates .online {
        background: #09a017;
    }
