@font-face {
  font-family: Rouge Script;
  src: url(../font/RougeScript-Regular.ttf);
}
@font-face {
  font-family: Trajan Pro Regular;
  src: url("../font/Trajan Pro Regular.ttf");
}

.currency-drop-bx{
  width: 55px;
  height: 25px;
  border-radius: 5px;
  margin: auto;
  color: #211535;
  font-weight: 500;
  border: none;
  -webkit-box-shadow: 0px 0px 0px 1px lightgrey;
          box-shadow: 0px 0px 0px 1px lightgrey;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: #f3f3f3;
}

.currency-drop-bx.responsive-cdb{
  display: none;
}

.currency-drop-bx:hover{
  -webkit-box-shadow: 0px 0px 0px 1px #d2ae6d;
          box-shadow: 0px 0px 0px 1px #d2ae6d;
  background-color: #ffffff;
}

/* preloader css */
/* loader css-s */
.preloader-p {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader-p img {
  animation: rotation 10s infinite linear;
  -webkit-animation: rotation 10s infinite linear;
  width: 101px;
  transition: all 0.3s ease-in-out;
}

.preloader-p.preloader-deactivate {
  visibility: hidden;
  opacity: 0;
}


@keyframes rotation {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
  }
}


.h100t{
  height: 100%;
}

.dfjcac{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.MsoNormal p span{
  word-break: break-word;
}

.fdc{
  flex-direction: column;
}

body {
  color: #000;
  font-family: Rouge Script;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.main-logo img {
  position: absolute;
  top: 4px;
  width: 135px;
  padding: 4px 22px;
  left: 15px;
}
h2,
h3 {
  color: #d2ae6d;
}
.main-logo {
  width: 130px;
  text-align: center;
}
.category-slider .item {
  transition: 0.2s all linear;
}
.category-slider .item:hover {
  transform: translate(0, -10px);
  transition: 0.2s all linear;
}
.main-nav {
  background: #ffffff;
  box-shadow: 0 0px 10px rgb(0 0 0 / 6%);
  /* border-bottom: 1pxsolid #eee; */
  height: 73px;
}
.sub-menu-ul a {
  text-transform: uppercase;
}
.main-nav .dropdown-toggle::after {
  display: none;
}
.main-nav .nav-item .nav-link {
    color: #231535;
    padding-left: 0;
}
.main-nav .dropdown-menu .nav-link {
  color: #231535;
  padding: 0px;
  transition: all ease .3s;
  font-size: 12px;
  display: inline-flex;
  /* border-bottom: 1px solid red; */
  width: 100%;
  padding: 0px 0;
  /* height: 53px; */
  justify-content: flex-start;
  align-items: center;
  
}
.main-nav .dropdown-menu .nav-link:hover {
  color: #d2ae6d;
}
.navbar {
  padding: 0;
}
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}
.dd-menu-img {
  width: 65px;
  height: 65px;
  margin-right: 10px;
}
.dd-list-img {
  width: 18px;
  height: 18px;
}
.dd-list li {
  padding: 5px !important;
}
.navbar .dropdown-menu {
  border: none;
  padding: 15px;
  padding-top: 30px;
  margin: 0;
}
.sub-menu-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.nav-right {
  margin-right: 15px;
}
.product-section {
  overflow: hidden;
  position: relative;
  background: #fff;
}
.dd-menu-title {
  font-size: 17px;
  position: relative;
  margin-bottom: 20px;
}
.dd-menu-title::before {
  content: "";
  display: inline-block;
  width: 92px;
  height: 1px;
  background: #d2ae6d;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.top-link {
  position: relative;
}

.top-link svg {
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
}

.right-link.top-link::before {
  bottom: -0px;
}

/* .right-link{
  width: 30px;
} */

.right-link .fa{
  font-size: 18px;
  color: currentColor;
}

.top-link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  z-index: 1;
  width: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out, background 1s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out, background 1s ease-in-out;
  transition: transform 0.5s ease-in-out, background 1s ease-in-out;
  background: #d2ae6d;
  left: 0;
  right: 0;
}
.top-link:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.main-nav .active.nav-item,
.main-nav .nav-item {
  position: static;
}
.main-nav .top-item:hover .top-link {
  color: #d2ae6d !important;
  transition: 0.3s ease;
}
.main-nav .top-item:hover .s-hid {
  display: none;
}
.s-hov {
  display: none;
}
.main-nav .top-item:hover .s-hov {
  display: inline-block;
}
.footer-social-icon a:hover .s-hid {
  display: none;
}
.footer-social-icon a:hover .s-hov {
  display: inline-block;
}
.wish-add:hover .s-hid {
  display: none;
  cursor: pointer;
}
.wish-add:hover .s-hov {
  display: inline-block;
  cursor: pointer;
}
a {
  color: #231535;
  text-decoration: none;
}
a:hover {
  color: #d2ae6d;
  text-decoration: none;
}
.main-slider .item {
  position: relative;
}
.main-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-slider .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.main-slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.main-slider .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.main-slider .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.main-slider .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.main-slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.main-slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.main-slider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.main-slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.main-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.main-slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.main-slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.main-slider .owl-nav .owl-prev:hover {
  background: 0 0 !important;
}
.main-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.main-slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.main-slider .owl-nav .owl-next:focus {
  outline: 0;
}
.main-slider .owl-nav .owl-next:hover {
  background: 0 0 !important;
}
.main-slider:hover .owl-prev {
  left: 0;
  opacity: 1;
}
.main-slider:hover .owl-next {
  right: 0;
  opacity: 1;
}
button:focus {
  outline: 0 dotted;
  outline: 0;
}
:active,
:focus,
:hover {
  outline: 0 !important;
  outline-offset: 0;
}
.form-control:focus {
  border-color: #de57e5;
  outline: 0;
  box-shadow: none;
}
.btn {
  position: relative;
  padding: unset;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.btn.hover-slide-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  transition: 0.3s;
  border-radius: 5px;
}
.btn::after,
.btn::before {
  position: absolute;
  content: "";
}
.btn-2 span {
  color: #231535;
  border: 1px solid #de57e5;
  transition: 0.2s;
}
.form-control {
  border: 1px solid #de57e5;
}
.btn-2 span:hover {
  color: #fff;
  transition: 0.2s 0.1s;
}
.btn.hover-slide-right:hover::before {
  width: 100%;
}
.btn-2::before {
  background: linear-gradient(to right, #de57e5, #8863fb 76%, 86%, #8863fb 86%, #8863fb 100%);
  transition: 0.3s ease-out;
}
.btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 7px 20px;
  transition: 0.3s;
  border-radius: 5px;
}
.product-box {
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  position: relative;
  padding: 0;
  width: 100%;
  display: block;
  margin: 12px 0;
  color: #9d9fa4;
  cursor: pointer;
}
.products-dtail {
  padding: 0 20px;
  padding-bottom: 20px;
}
p {
  padding: 0;
  margin: 0;
}
.products-dtail p .final-price {
  color: #231535;
}
.product-box:hover .products-img-box img {
  transform: scaleX(1);
  transition: all ease-out 0.3s;
}
.products-dtail p .old-price {
  color: #9d9fa4;
  padding-left: 8px;
  font-size: 12px;
}
.products-dtail a {
  color: #9d9fa4;
  line-height: 17px;
  letter-spacing: 0.01px;
  display: block;
  max-height: 17px;
  overflow: hidden;
  min-height: 0;
}
.video-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(../img/images/wish.png?v=1);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: block;
  background-position: center;
}
.video-btn.active,
.video-btn.active1,
.video-btn:hover {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-image: url("../img/images/wish click.png?v=1");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: block;
  background-position: center;
}
.video-btn-1 {
  position: absolute;
  right: 15px;
  top: 20px;
  background-image: url("../img/images/wish click.png?v=1");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: block;
  background-position: center;
}
.video-btn-1.active,
.video-btn-1:hover {
  position: absolute;
  right: 15px;
  bottom: 80px;
  background: url(../img/images/wish.png?v=1);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: block;
  background-position: center;
}
.like-btn {
  position: absolute;
  right: 0;
  font-size: 20px;
  transform: translate(-10px, 5px);
}
.like-btn:hover {
  color: #8863fb;
  transition: all ease 0.3s;
}
.live-section {
  background: #f7f0ee;
  position: relative;
  overflow: hidden;
}
.category-slider h5 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
}
.main-txt {
  position: relative;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 2.5rem;
  text-align: center;
  font-family: Rouge Script;
  width: 100%;
}
.main-txt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  height: 20px;
  width: 100%;
  background: url(../img/title.png);
  background-repeat: no-repeat;
  background-position: center;
}
.ht-txt {
  color: #d2ae6d;
}
.live-txt h3 {
  margin-bottom: 0;
  line-height: 2.5;
  font-family: Rouge Script;
  font-size: 2.5rem;
}
.live-txt ul {
  padding: 0;
}
.live-txt ul li {
  text-align: left;
  list-style: none;
  margin-bottom: 16px;
  font-size: 0.9rem;
  line-height: 16px;
}
.live-btn {
  margin: 0;
  text-align: center;
  min-height: 48px;
  min-width: 216px;
  display: block;
  background: #d2ae6d;
  padding: 8px 24px;
  border: 0;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.inst-section {
  overflow: hidden;
  position: relative;
}
.top-link img {
  width: 18px;
      height: 18px;
      margin-bottom: 1px;
}
.nav-item.top-item {
  text-align: center;
}
.top-link span {
  /* display: block;
  font-size: 13px; */
  display: block;
    font-size: 11px;
    position: absolute;
    left: 50%;
    transform: translate( -50%, 0px);
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.right-link.top-link:hover span{
  opacity: 1;
  visibility: visible;
  transform: translate( -50%, -7px);
}

.navbar .dropdown-menu li a{
    font-size: 14px;
}

.sm-img {
  transform: scale(0.8);
  transition: all ease-out 0.3s;
  cursor: pointer;
}
.sm-img:hover {
  transform: scale(0.9);
  transition: all ease-out 0.3s;
}
ul {
  margin: 0;
  padding: 0;
}
.footer-section {
  background: #fbfbfc;
  position: relative;
  overflow: hidden;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 28px;
}
.footer-social-icon span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon img {
  width: 20px;
  height: 20px;
}
.footer-social-icon a {
  color: #fff;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  font-size: 1.5rem;
  font-family: Rouge Script;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #d2ae6d;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #d2ae6d;
}
.footer-widget ul li a {
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #eee;
  border: 0 solid #2e2e2e;
  margin: 0;
}
.subscribe-form button {
  /* position: absolute;
  right: 0;
  background: #d2ae6d;
  padding: 13px 20px;
  border: 1px solid #d2ae6d;
  cursor: pointer;
  top: 0; */
  position: absolute;
    right: 0px;
    background: #d2ae6d;
    padding: 9px 18px;
    border: 1px solid #d2ae6d;
    cursor: pointer;
    top: 0;
    height: 100%;
    margin: 0;
    border-radius: 0 1px 1px 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #000;
  padding: 15px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 12px;
  color: #ccc;
}
.copyright-text p a {
  color: #d2ae6d;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #d2ae6d;
}
.footer-menu li a {
  font-size: 14px;
  color: #fff;
}
.top-bar {
  width: 100%;
  background: #000;
  text-align: center;
  font-size: 15px;
  padding: 8px;
  z-index: 114;
  position: sticky;
  top: 0;
}
.close-top {
  position: absolute;
  top: 50%;
  transform: translatey(-60%);
  right: 10px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  display: flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 1020;
}
.tp-t {
  text-align: center;
  margin: 0;
  padding: 0;
  top: -60px;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  /* position: absolute; */
  /* width: 100%; */

  /* left: 0;
  right: 0;
  bottom: 0; */
  height: 100%;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; */
  display: inline-block;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 26px;
  font-size: 12px;
  /* white-space: nowrap; */
  color: #d1d1d1;
}
.tp-o {
  top: 0;
}
.detail-page .d-page {
  background-color: #3b5998;
  height: 500px;
  width: 100%;
  margin: 32px 0 0 0;
}
.detail-page .d-page .my-img {
  width: 100%;
  height: 350px;
  text-align: center;
}
.detail-page .d-page .my-img img {
  width: 57%;
}
@keyframes shine {
  0% {
      background-position: -500%;
  }
  100% {
      background-position: 100%;
  }
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #b7b7b7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: 0.3;
  transition: opacity 0.25s;
  cursor: pointer;
}
.slick-slider .slick-next:hover,
.slick-slider .slick-prev:hover {
  opacity: 0.65;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}
#detail .product-images {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #eee;
  padding-bottom: 15px;
}
#detail .product-images a,
#detail .product-images figure,
#detail .product-images img,
#detail .product-images li {
  display: block;
  outline: 0;
  border: none;
}
#detail .product-images a {
  background: #f8f8f8;
}
#detail .product-images a img {
  margin: auto;
  margin: auto;
  height: 395px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding: 0px 10px;
  /* max-width: 600px; */
  width: 100% !important;
  height: 75px !important;
  overflow: hidden !important;
}

#detail .product-images .thumb-nav .slick-list{
  padding: 0px 0px;
}


#detail .product-images .thumb-nav.slick-slider .slick-next,
#detail .product-images .thumb-nav.slick-slider .slick-prev {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  height: 75px;
}
#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 75px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  border: 1px solid #ddd;
  -webkit-transition: border-color 0.25s;
  -ms-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  transition: border-color 0.25s;
}

#detail .product-images .thumb-nav .slick-slide:focus li img,
#detail .product-images .thumb-nav .slick-slidehover li img {
  border-color: #d2ae6d;
}

#detail .product-images .thumb-nav .slick-slide.slick-current li img {
  border-color: #d2ae6d;
}

#detail .product-images .thumb-nav .slick-track {
  transform: none !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  height: 75px !important;
  overflow: hidden;
  flex-direction: row !important;
  white-space: nowrap !important;
}

#detail .product-images .thumb-nav .slick-track .slick-slide {
  display: inline-block !important;
  /* flex: 0 0 25% !important; */
  /* width: 25% !important; */
  height: 75px;
  overflow: hidden;
}

#detail .product-images .thumb-nav .slick-next,
#detail .product-images .thumb-nav .slick-prev{
  display:none !important;
}

.breadcrumb-box {
  margin-top: 5px;
  margin-bottom: 5px;
}
.breadcrumb-box .breadcrumb {
  justify-content: center;
  background: #fff;
  margin: 0;
}
.breadcrumb a {
  font-weight: 500;
}
.breadcrumb-item.active {
  color: #d2ae6d;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "\f105";
  font-family: fontawesome;
}
.detail-discrption h1 {
  font-family: Rouge Script;
  font-size: 1.5rem;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #d2ae6d;
}
.product_ratting {
  margin-bottom: 12px;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.product_ratting ul li {
  display: inline-block;
}
.product_ratting ul li a {
  color: #ffc107;
}
.product_ratting ul .custe-rev a {
  color: #000;
}
.product_price {
  margin-bottom: 29px;
}
.product_price span.old_price {
  color: #a4a4a4;
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 10px;
}
.product_price span.current_price {
  font-size: 18px;
  color: #d2ae6d;
  font-weight: 700;
}
.product_desc p {
  line-height: 26px;
}
.product_desc {
  margin-bottom: 35px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ebebeb;
}
.quantity-cart-box {
  margin-bottom: 20px;
}
.option-title {
  line-height: 1;
  font-weight: 400;
  margin-right: 10px;
  text-transform: capitalize;
  margin: 0 10px 0 0;
}
.quantity {
  margin-right: 15px;
}
.quantity .pro-qty {
  width: 90px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
  border-radius: 40px;
  float: left;
}
.quantity .pro-qty:hover {
  border: 1px solid #d2ae6d;
}
.quantity .pro-qty .qtybtn {
  width: 15px;
  display: block;
  float: left;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #555;
}
.quantity .pro-qty input {
  width: 28px;
  float: left;
  border: none;
  height: 23px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.quantity .pro-qty .qtybtn {
  width: 15px;
  display: block;
  float: left;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #555;
}
.btn-cart2 {
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 50px;
  padding: 0 25px;
  background-color: #d2ae6d;
}
.btn-cart2:hover {
  background: #000;
  color: #fff;
}
.wishlist_link {
  margin-left: 15px;
}
.wish-add {
  border: 1px solid;
  padding: 8px;
  border-radius: 100%;
  position: relative;
}
.priduct_social ul li {
  display: inline-block;
  margin-right: 7px;
}
.priduct_social ul li a {
  color: #242424;
  display: block;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #ebebeb;
}
.priduct_social ul li a:hover {
  background: #c29958;
  color: #fff;
  border-color: #c09578;
}
.tab {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin-top: 60px;
  margin-bottom: 40px;
}
.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.tabs a {
  background-color: #d2ae6d;
  border: 1px solid #fff;
  display: block;
  color: #fff;
  letter-spacing: 0;
  outline: 0;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #f9f9fa;
  text-transform: capitalize;
}
.tabs_item {
  display: none;
  padding: 30px;
  background: #f9f9fa;
}
.tabs_item h4 {
  color: #d2ae6d;
  font-size: 20px;
}
.tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.tabs_item:first-child {
  display: block;
}
.current a {
  color: #000;
  background: #f9f9fa;
  text-transform: capitalize;
}
#menuToggle {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
}

#menuToggle:focus,
#menuToggle {
  background-color: transparent;
}
#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
#menuToggle a:hover {
  color: tomato;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 1px;
  left: 14px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #d2ae6d;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0 0;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0 100%;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -18px);
  background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-44deg) translate(0, 18px);
}
#a-page .title {
  padding: 10px;
  margin: 15px 0;
}
#a-page .title h1 {
  font-size: 36px;
  color: #d2ae6d;
  font-family: Trajan Pro Regular;
}
#a-page .title small {
  font-size: 1.5rem;
  color: #575756;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: Rouge Script;
}
#a-page .first-part-1 {
  text-align: center;
  padding: 10px;
}
#a-page .first-part-1 .ig {
  width: 45%;
}
#a-page .first-part-1 img {
  width: 70%;
}
#a-page .first-part-2 {
  padding: 10px;
}
#a-page .first-part-2 p,
.b-detail p {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#a-page .first-part-2 button {
  text-align: center;
  min-height: 48px;
  min-width: 216px;
  border: 1px solid #d2ae6d;
  background: 0 0;
  padding: 8px 24px;
  margin: 20px 0;
  font-size: 1.2rem;
  border-radius: 3px;
  color: #d2ae6d;
  cursor: pointer;
  transition: all 0.4s;
}
#a-page .first-part-2 button:hover {
  border: 1px solid #d2ae6d;
  background: #d2ae6d;
  color: #fff;
  transition: all 0.4s;
}
.text-ab {
  font-family: Rouge Script;
}
.rotate {
  animation: rotation 5s infinite linear;
}
@keyframes rotation {
  from {
      transform: rotate(0);
  }
  to {
      transform: rotate(359deg);
  }
}
.contact button {
  background-color: #fff;
  border: 2px solid #d2ae6d;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 10px;
  text-transform: capitalize;
  transition: all 0.2s;
}
.contact button:hover,
button:focus {
  background-color: #d2ae6d;
  color: #fff;
  outline: 0;
}
.contact {
  margin: 50px 0 0 0;
}
.contact .c-image img {
  width: 100%;
}
.con-tea {
  text-align: center;
  font-family: Rouge Script;
  color: #d2ae6d;
}
button {
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  margin: 10px 0 0 0;
}
button:active {
  transform: scale(0.95);
}
button:focus {
  outline: 0;
}
button.ghost {
  background-color: transparent;
  border-color: #fff;
  border: 1px solid #fff;
}
.form-1 {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  text-align: center;
}
input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}
.box-of-login {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 480px;
  margin: auto;
}
.form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
.sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}
.box-of-login.right-panel-active .sign-in-container {
  transform: translateX(100%);
}
.sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}
.box-of-login.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}
@keyframes show {
  0%,
  49.99% {
      opacity: 0;
      z-index: 1;
  }
  100%,
  50% {
      opacity: 1;
      z-index: 5;
  }
}
.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}
.box-of-login.right-panel-active .overlay-container {
  transform: translateX(-100%);
}
.overlay {
  background: #3946a1;
  background: -webkit-linear-gradient(to right, #ca8f24, #d2ae6d, #ca8f24);
  background: linear-gradient(to right, #ca8f24, #d2ae6d, #ca8f24);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #fff;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}
.box-of-login.right-panel-active .overlay {
  transform: translateX(50%);
}
.overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}
.overlay-left {
  transform: translateX(-20%);
}
.box-of-login.right-panel-active .overlay-left {
  transform: translateX(0);
}
.overlay-right {
  right: 0;
  transform: translateX(0);
}
.box-of-login.right-panel-active .overlay-right {
  transform: translateX(20%);
}
.social-container {
  margin: 20px 0;
}
.social-container a {
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}
.my_form-control {
  background-color: transparent;
  color: #000;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  width: 100%;
  padding: 3px 8px 8px;
  /* padding-top: 0px; */
  outline: 0;
  font-size: 14px;
}
.form-group {
  position: relative;
  margin: 0;
}
.form-group small {
  font-size: 15px;
}
.label-1 {
  width: 100%;
  padding: 0;
}
.my_place {
  position: absolute;
  pointer-events: none;
  top: 14px;
  left: 5px;
  font-size: 14px;
  color: #d3d3d3;
  transition: 0.2s ease all;
}
.my_form-control:focus {
  width: 100%;
  padding: 3px 8px 8px;
  /* padding-top: 0px; */
  border: none;
  border-bottom: 1px solid #d2ae6d;
  outline: 0;
  font-size: 14px;
}
input:focus ~ .my_place,
input:not(:focus):valid ~ .my_place {
  top: -6px;
  color: #d2ae6d;
  font-size: 10px;
}

.formBx .text-ab{
  margin-bottom: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out 0s;
}
.btn-1 {
  /* border-radius: 5px;
  box-shadow: 0 3px 4px #d2ae6d;
  background-image: linear-gradient(to right, #ca8f24, #d2ae6d, #ca8f24);
  background-size: 200%;
  width: 250px;
  border: none;
  outline: 0;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 45px;
  letter-spacing: 1px;
  cursor: pointer; */
  border-radius: 5px;
    /* box-shadow: 0 3px 4px #d2ae6d; */
    background-color: white;
    background-size: 200%;
    width: 250px;
    border: 1px solid #d2ae6d;
    outline: 0;
    transition: 0.3s ease-in-out;
    color: #d2ae6d;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 45px;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-1:focus,
.btn-1:hover {
    color: white;
    background-color:#d2ae6d ;
    border-color: #d2ae6d;
    box-shadow: none !important;
}

.btn-1:active,
.btn-1:focus,
.btn-1:focus {
  outline: 0 !important;
}
.forgot {
  font-size: 12px;
  color: #d2ae6d;
  cursor: pointer;
}
.image-catagariy {
  width: 47%;
}
.wishlist-b {
  margin: 10px 0 16px;
      width: fit-content;
      padding: 10px;
      font-size: 12px;
      color: #b5b5b5;
      border: 1px solid lightgray;
      font-weight: 600;
}
.blog-box {
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  position: relative;
  padding: 0;
  width: 100%;
  display: block;
  margin: 12px 0;
  color: #9d9fa4;
  cursor: pointer;
  overflow: hidden;
}
.blog-image {
  overflow: hidden;
  width: 100%;
  margin: auto;
}

.blog-image a{
  display: block;
  position: relative;
  padding-top: 56.56%;
  overflow: hidden;
}

.blog-image a img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}




.blog-image img {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.blog-tex-box {
  padding: 0 10px 0px;
}

.blog-tex-box h5 {
  /* font-family: Rouge Script; */
  color: #d2ae6d;
  font-size: 1.5rem;
}
.blog-tex-box small {
  color: #575756;
  margin: 6px 0;
  display: block;
}
.blog-tex-box p {
  display: none;
  font-style: italic;
}
.blog-tex-box .fa {
  color: #d3d3d3;
  font-size: 1.5rem;
  margin: 15px 10px 5px;
  transition: all 0.5s;
}
.blog-tex-box .fa:hover {
  color: #d2ae6d;
  transform: translatey(-5px);
  transition: all 0.5s;
}
.blog-tex-box li {
  border-bottom: 1px solid #d3d3d3;
  padding: 10px;
  margin: 10px 0;
}
.blog-tex-box li:hover {
  border-bottom: 1px solid #d2ae6d;
  color: #d2ae6d;
}
.b-detail small {
  color: #d2ae6d;
}
.blog-box h5 {
    /* font-family: Rouge Script; */
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    line-height: 24px;
    margin-top: 10px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: clip;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  line-height: 20px;
  outline: 0;
  padding: 0 22px 0 6px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:after {
  border-bottom: 2px solid #d2ae6d;
  border-right: 2px solid #d2ae6d;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select .list {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px #d2ae6d;
  box-sizing: border-box;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  height: 117px;
  overflow-y: scroll;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  list-style: none;
  outline: 0;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected,
.nice-select .option.selected.focus {
  font-weight: 700;
  color: #ff5b5b;
}
.nice-select .option:hover,
.nice-select .option:hover.focus,
.nice-select .option:hover.selected {
  background-color: #d2ae6d;
  color: #fff !important;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.size-s {
  display: flex;
  margin: 15px 0;
  font-weight: 500;
}
.cart-d-bx {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: 0.7rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: visible;
  min-width: 0;
  /* -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; */
}
.cart-box {
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 00px;
  background: #fefefe;
  border-radius: 5px;
}
.cart-box .border {
  border-radius: 5px;
  overflow: hidden;
  width: 120px;
  flex: 0 0 120px;
  border: 1px solid #e9e9e9 !important;
  background: white;
}

.delete-new-btn{
  width: 25px;
  height: 25px !important;
  bottom: 0;
  right: 0;
  /* border: 1px solid red; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 50px;
  color: #525252;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.cart-commun-summary{
  display: flex;
  justify-content: space-between;
  align-items: center;  
}

.last-div-price{
  font-weight: 600;
  padding: 6px 0 0 0 !important;
  border-top: 1px solid lightgray;
  margin-top: 5px;

}

.delete-new-btn:hover{
  color: red;
}

.cart-box img {
  height: 120px;
  max-width: 120px;
  object-fit: contain;
  object-position: center;
  flex: 0 0 120px;
}
.cart-box a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  width: 120px;
}
.exp-date {
  color: #d2ae6d;
  line-height: 26px;
}
.des-price,
.final-price,
.strike-price {
  font-weight: 500;
  padding: 0 8px 0 0;
  font-size: 12px !important;
}
.strike-price {
  color: #aaa;
}
.des-price {
  color: red;
}
.cart-item-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  flex: 0;
}
.btn-2 {
  border-radius: 5px;
  box-shadow: 0 3px 4px #d2ae6d;
  background-image: linear-gradient(to right, #ca8f24, #d2ae6d, #ca8f24);
  background-size: 200%;
  width: 200px;
  border: none;
  outline: 0;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 0;
  letter-spacing: 1px;
}
.btn-remove {
  border-radius: 5px;
  background: #fff;
  background-size: 200%;
  width: 150px;
  border: none;
  outline: 0;
  transition: 0.3s ease-in-out;
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #dee2e6;
  padding: 12px 0;
  letter-spacing: 1px;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}

.btn-remove:hover {
    background-color: rgb(204, 8, 8) !important;
    color: white !important;
}

.btn-m-wish {
  border-radius: 5px;
  background: #fff;
  width: 150px;
  border: 1px solid #d2ae6d;
  outline: 0;
  transition: 0.3s ease-in-out;
  color: #d2ae6d;
  font-size: 10px;
  font-weight: 700;
  padding: 12px 0;
  letter-spacing: 1px;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}
.btn-remove:hover {
  background: #fff;
  color: #aaa;
  border: 1px solid #dee2e6;
}
.btn-m-wish:hover {
  background: #d2ae6d;
  color: #fff;
  border: 1px solid #dee2e6;
}
.app-cop img {
  width: 25px;
  margin-right: 10px;
}
.btn-remove:active,
.btn-remove:active:focus,
.btn-remove:focus {
  background: #fff !important;
  color: #aaa !important;
  border: 1px solid #dee2e6 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.btn-m-wish:active,
.btn-m-wish:active:focus,
.btn-m-wish:focus {
  background: #d2ae6d !important;
  color: #fff !important;
  border: 1px solid #d2ae6d !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.total-price-iteam {
  font-size: 1rem;
  color: #231535;
  padding: 1rem 0;
}
.order-summary {
  /* background-color: #fff; */
  border: 1px solid #dee2e6;
  padding: 1rem 1rem;
  background: #fefefe;
  border-radius: 5px;
}
.discount,
.price-breakup-final,
.shipping-charge,
.tax-charge,
.sub-total,
.subtotal {
  padding: 0.2rem 0;
}
p .price-values {
  float: right;
}
.modal-dialog {
  margin: 5rem auto;
}
.card-header.collapsed {
  background-color: #f9f9fa;
  color: #000;
  position: relative;
}
.card-header {
  background-color: #d2ae6d;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .card-header:after {
  content: "";
  width: 18px;
  height: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid red; */
  background-color: white;
  background-image: navajowhite;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  clear: both;
}
.accordion .card-header.collapsed:after {
  content: "";
  width: 13px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid red; */
  background-image: url(/assetshome/img/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  clear: both;
  background-color: transparent;
}

.edit-remove {
  position: absolute;
  right: 8px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  top: 8px;
}
.edit-remove a {
  color: gray !important;
}
.edit-remove a:hover {
  color: #d2ae6d !important;
}
.address-selct {
  position: absolute;
  right: 8px;
  font-size: 20px;
  bottom: 3px;
  color: #d2ae6d;
}
.panel-login {
  border-color: #ccc;
}
.panel-login > .panel-heading {
  color: #00415d;
  background-color: #fff;
  border-color: #fff;
  text-align: center;
}
.panel-login > .panel-heading a {
  text-decoration: none;
  color: #666;
  font-weight: 700;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login > .panel-heading a.active {
  color: #d2ae6d;
  font-size: 18px;
}
.panel-login > .panel-heading hr {
  margin-top: 10px;
  margin-bottom: 0;
  clear: both;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.card-header:first-child {
  border-radius: 0;
}
.btn-login {
  background-color: #59b2e0;
  outline: 0;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: 400;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #59b2e6;
}
.btn-login:focus,
.btn-login:hover {
  color: #fff;
  background-color: #53a3cd;
  border-color: #53a3cd;
}
.forgot-password {
  text-decoration: underline;
  color: #888;
}
.forgot-password:focus,
.forgot-password:hover {
  text-decoration: underline;
  color: #666;
}
.add-new-address {
  text-align: center;
  border: 1px solid #edeff1;
  padding: 51px;
  margin: 10px 0;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #fefefe;
  border-radius: 5px;
}
.add-new-address:hover {
  color: #d2ae6d;
  border: 1px solid #d2ae6d;
}
.edit-address {
  border: 1px solid #eaedef;
  padding: 15px;
  margin: 10px 0;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  background: #fefefe;
  transition: all 0.3s ease-in-out;
}
.edit-address:hover {
  border: 1px solid #d2ae6d;
}
.btn-register {
  background-color: #1cb94e;
  outline: 0;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: 400;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #1cb94a;
}
.btn-register:focus,
.btn-register:hover {
  color: #fff;
  background-color: #1ca347;
  border-color: #1ca347;
}
.inputGroup {
  background-color: #fff;
  display: inline-block;
  margin: 0;
  position: relative;
}
.inputGroup label {
  padding: 12px 50px 12px 15px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  overflow: hidden;
  border: 1px solid #ccc;
}
.inputGroup input:checked ~ label {
  color: #fff;
  border: 1px solid #d2ae6d;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.inputGroup input:checked ~ label:after {
  content: "\f058";
  font-family: fontawesome;
  border-color: transparent;
  color: #d2ae6d;
  font-size: 2.2rem;
  top: 10px;
  bottom: 0;
  margin: auto;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.order-summary-tit {
  font-size: 1.1rem;
  font-weight: 500;
}
.cart-item {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #f3f3f3;
  background: #fdfdfd;
  margin: 0 0 16px;
  border-radius: 5px;
}
.css-1wird2e .cart-item .thumbnail {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-item .thumbnail{
  width: 80px;
  /* margin-right: 10px; */
  border: solid 1px #f3f3f3;
  flex: 0 0 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: white;
  border-radius: 5px;
}
.cart-item .thumbnail img {
  width: 80px;
}
.cart-item .details {
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
  margin-left: 16px;
  line-height: 1.64;
  color: #231535;
}
.cart-item .price {
  font-family: mulisemibold;
  text-align: right;
  color: #231535;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sub-tot-box {
  padding: 20px 0px;
}
.line-box {
  border-top: solid 1px #e6dce6;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
}
.line-box .price {
  font-size: 18px;
}
strike {
  color: #aaa;
}
.sub-tot-box .line-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sub-tot-box .price {
  font-family: Montserrat, sans-serif;
  text-align: right;
  color: #231535;
  margin-left: 0px;
}
.my-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin: 30px 0 0 0;
}
.my-account .account-menu {
  background: #f9f9fa;
  display: block;
  padding: 0 30px 0 30px;
  height: 100vh;
  align-self: flex-start;
  flex: 1 1 20%;
}
.my-account .account-menu .profile {
  padding: 24px 16px 16px 16px;
  position: relative;
}
.my-account .account-menu .porfile-name {
  font-size: 14px;
  font-weight: 500;
  color: #231535;
}
.my-account .account-menu .porfile-email {
  font-size: 11px;
  color: #9d9fa4;
}
.my-account .account-menu span {
  font-size: 11px;
  color: #d2ae6d;
  cursor: pointer;
}
.my-account .account-men-sub {
  padding: 0 16px;
}
.my-account .account-men-sub li {
  margin: 0 0 12px;
}
.my-account .account-men-sub li h3 {
  margin-bottom: 6px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  color: #241535;
}
.my-account .account-men-sub li a {
  border-bottom: none;
  height: 24px;
  line-height: 24px;
  padding: 0;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  background: #f9f9fa;
  list-style-type: none;
  color: #33363e;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s;
}

.my-account .account-men-sub li a:focus,
.my-account .account-men-sub li a:hover,
.my-account .account-men-sub li a.active {
  color: #d2ae6d;
  font-weight: 500;
}
.my-account .account-men-sub li h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e6dce6;
  height: 2px;
  width: 24px;
}
.account-menu-sub-details {
  display: none;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-menu-sub-details.active {
  display: block;
}
.account-menu-details {
  flex: 1 1 72%;
}
.edit-bx,
.order-bx {
  margin: 16px;
}
.edit-h {
  position: relative;
  background-color: #f9f9fa;
  border: solid 1px #e9e9e9;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 24px;
}
.edit-h span {
  color: #d2ae6d;
}
.edit-com {
  position: relative;
  background-color: #f9f9fa;
  border: solid 1px #e9e9e9;
  border-radius: 4px;
  font-size: 13px;
  padding: 24px;
  margin: 10px 0;
}
.edit-com h5 {
  font-size: 13px;
}
.edit-com p {
  font-size: 11px;
}
.edit-bx-sub {
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: solid 1px #e9e9e9;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  flex-wrap: wrap;
}
.box-profile-view,
.box-profile-view-1 {
  line-height: 30px;
  flex: 1 1 100%;
  display: flex;
}
.edit-bx-sub .box-profile-view-1 .comman-bx {
  flex: 0 0 30%;
}
.edit-bx-sub .box-profile-view-1 .comman-bx-1 {
  flex: 0 0 70%;
  letter-spacing: 1px;
}
.edit-bx-sub .box-profile-view-1 .comman-bx {
  color: #241535;
  font-weight: 500;
  font-size: 12px;
  line-height: 35px;
  text-transform: capitalize;
}
.edit-bx-sub .box-profile-view-1 .comman-bx-1 {
  color: #241535;
  font-weight: 400;
  font-size: 12px;
  line-height: 35px;
  text-transform: capitalize;
}
.edit-bx-sub .box-profile-view-1 .comman-font {
  font-size: 16px;
  font-weight: 400;
}
.edit-btn {
  border-radius: 5px;
  box-shadow: 0 3px 4px #d2ae6d;
  background-image: linear-gradient(to right, #ca8f24, #d2ae6d, #ca8f24);
  background-size: 200%;
  border: none;
  outline: 0;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 9px;
  letter-spacing: 1px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 17px;
  text-transform: capitalize;
}
.edit-btn:hover {
  background-position: right;
}
.offers-text {
  color: #233515;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 15px;
}
.edit-offers {
  width: 100%;
  display: flex;
  margin: 0 0 24px;
  flex-wrap: wrap;
}
.edit-offers .off-img {
  width: 40%;
  max-width: 150px;
  background-color: #f9f9fa;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-image: url(../img/bg-off.jpg);
  background-size: cover;
}
.edit-offers .off-img p {
  color: #d2ae6d;
  font-size: 20px;
  font-weight: 500;
}
.edit-offers .off-txt {
  flex: 1 0 60%;
  position: relative;
  padding: 9px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.edit-offers .off-txt p {
  font-size: 12px;
  color: #231535;
  margin: 8px 0 0 0;
}
.off-bx {
  display: flex;
  flex: 0 0 47%;
  border: 1px solid #e9e9e9;
  margin: 10px;
  height: 95px;
}
.off-bx .code-off {
  font-weight: 500;
  margin: 0 0 0 5px;
}
.off-bx .copy-code {
  color: #d2ae6d;
  margin: 0 0 0 5px;
  font-size: 10px;
}
.off-bx .off-expri {
  font-size: 10px;
  color: gray;
  margin: 10px 0 0;
  display: block;
}
.off-bx .off-taxes {
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 9px;
  color: gray;
}
.profile-edit {
  text-align: left;
  color: #333;
  padding: 0;
  margin: 0;
  line-height: 2;
  width: 100%;
  height: inherit;
  border: #e9e9e9 1px solid;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  height: 36px;
  padding: 0 8px;
  font-size: 0.8rem;
  background-color: #fff;
}
.profile-add {
  flex: 0 0 10%;
}
.profile-add-1,
.profile-add-4 {
  flex: 0 0 70%;
  margin-left: 20px;
}
.profile-add-3,
.profile-add-4 {
  flex: 0 0 40%;
}
.profile-add,
.profile-add-1,
.profile-add-3,
.profile-add-4 {
  font-size: 11px;
  color: gray;
}
.profile-add span,
.profile-add-1 span,
.profile-add-3 span,
.profile-add-4 span {
  color: red;
}
.profile-add-3 button {
  border: 1px solid #000;
  background: #a8a8a800;
  color: #000;
  padding: 0;
  width: 100%;
  margin: 20px 0;
  cursor: not-allowed;
  background: #ececec;
  border: #ececec;
  font-weight: 500;
  color: #acacac;
}
.profile-add-4 button {
  border: 1px solid #d2ae6d;
  background: 0 0;
  color: #d2ae6d;
  padding: 0;
  width: 100%;
  margin: 20px 0;
  font-weight: 500;
}
.profile-add .nice-select,
.profile-add-3 .nice-select {
  text-align: left;
  color: #333;
  padding: 0;
  margin: 0;
  line-height: 2;
  width: 100%;
  height: inherit;
  border: #e9e9e9 1px solid;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  height: 36px;
  padding: 0 8px;
  font-size: 0.8rem;
  background-color: #fff;
  cursor: pointer;
}
.profile-add .nice-select span,
.profile-add-3 .nice-select span {
  color: #000;
  font-size: 0.8rem;
  position: relative;
  top: 3px;
}
.profile-add .nice-select.open .list,
.profile-add-3 .nice-select.open .list {
  width: 100%;
  height: 106px;
}
.order-bx .order-heading {
  border-radius: 4px;
  width: 150px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #e9e9e9;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  background: #fff;
  color: #d2ae6d;
}
.order-item-bx {
  width: 100%;
  margin: 20px 0 0 0;
}
.order-item-bx .order-img-bx {
  border: 1px solid #d3d3d3;
  width: 150px;
}
.order-item-bx .main-item {
  padding: 15px;
  border: 1px solid #d2ae6d;
  display: flex;
}
.order-item-bx .order-img-bx img {
  width: 100%;
}
.order-item-trxt {
  flex: 1;
  margin: 0 10px;
}
.order-item-trxt small {
  position: absolute;
  bottom: 10px;
  right: 25px;
  color: #9d9fa4;
  font-weight: 500;
  cursor: pointer;
}
.order-item-trxt small:hover {
  color: #d2ae6d;
}
.order-item-trxt button {
  border-radius: 5px;
  box-shadow: 0 3px 4px #d2ae6d;
  background-image: linear-gradient(to right, #ca8f24, #d2ae6d, #ca8f24);
  background-size: 200%;
  border: none;
  outline: 0;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  letter-spacing: 1px;
  cursor: pointer;
}
.order-item-trxt button:hover {
  background-position: right;
}
.order-item-trxt p {
  margin-bottom: 6px;
}
.order-item-trxt .first-o {
  border-top: 1px solid #ddd;
  font-size: 20px;
  font-weight: 500;
  padding: 6px 0;
}
.order-item-trxt .second-o {
  border-top: 1px solid #ddd;
  margin: 6px 0;
  padding: 6px 0;
  font-weight: 500;
}
.order-item-trxt .second-o span {
  color: #9d9fa4;
  font-weight: 400;
}
.order-item-trxt .first-o-1 {
  border-top: 1px solid #ddd;
  color: #231535;
  font-weight: 500;
  padding: 6px 0;
  margin: 6px 0;
}
.order-item-trxt .first-o-1 .pri-del {
  color: #9d9fa4;
  font-weight: 500;
  font-size: 12px;
  padding: 6px 0;
  margin-left: 10px;
}

#search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
  z-index: 1091;
  visibility: hidden;
  padding: 0 20px;
}

#search.open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1091;
  display: block;
  visibility: visible;
}

.search-bxxx{
  background: rgba(255,255,255,.15);
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 768px;
  max-width: 100%;
  height: 65px;
}

.search-bxxx button{
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  height: 100%;
  margin-top: 0;
  border-radius: 0 0 0 0;
  background-color: #d2ae6d;
  padding: 0;
}

.search-bxxx button:focus,
.search-bxxx button.active{
  transform: scale(1) !important;
}

#searchform{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

#search input[type="search"] {
  background: transparent;
  margin: 0px;
  width: 75%;
  height: 100%;
  font-size: 24px;
  color: white;
}
#search input:-webkit-autofill[type="search"] {
  -webkit-text-fill-color: white !important;
  font-size: 24px;
}

#search input[type="search"]::placeholder {
  color: #afafaf;
}

.hed-deft{
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 15px;
  text-align: center;
  width: 100%;  
}


#search .close {
  position: fixed;
  top: 25px;
  right: 25px;
  opacity: 1;
  font-size: 22px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
background-image: url("../img/close.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
filter: invert();
}
#search .close span{
  position: absolute;
  display: inline-flex;
  width: 100%;
  height: 1.5px;
  background-color: white;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: 1;
}
#search .close:hover span{
  background-color:#d2ae6d;

}

#search .close span:first-child{
  transform: rotate(45deg);
}

#search .close span:last-child{
  transform: rotate(-45deg);
}

#search .close:hover {
  color: #d2ae6d;
  cursor: pointer;
}
.btn-cart2 {
  color: #fff !important;
}
.btn-cart-hideshowupdate {
  display: none;
  padding: 10px 20px 10px 20px;
}
.ui-autocomplete {
  z-index: 100001 !important;
  top: 60% !important;
  left: 20% !important;
}

.CartCount {
  /* width: 18px !important; */
 /* padding: 2px!important; */
 /* margin: 0 !important; */
 /* background: #d2ae6d; */
 /* height: 18px!important; */
 /* border-radius: 50% !important; */
 /* display: flow-root !important; */
 /* display: flex !important; */
 /* justify-content: center !important; */
 /* align-items: center !important; */
 /* font-size: 11px !important; */
 /* padding: 4px!important; */
 font-size: 11px !important;
 color: #525252 !important;
 bottom: -8px!important;
 position: absolute !important;
 right: 0px!important;
 transform: translate(13px, -6.5px) !important;
}

.paynowbutton {
  position: relative;
  background-color: #ffffff !important;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  background-color: white;
  width: 170px;
  border: 1px solid #d2ae6d;
  outline: 0;
  transition: 0.3s ease-in-out;
  color: #d2ae6d;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 10px;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 12px auto 0;
  display: block;
}
.paynowbutton:focus,
.paynowbutton:hover {
    background-color: #d2ae6d !important;
    color: white !important;
    border-color: #d2ae6d;
}

#add-address .profile-add .nice-select {
  border: 1px solid #fff;
  border-bottom: 1px solid #bfbfbf;
  border-radius: 0;
}
#add-address .profile-add .nice-select span {
  color: #ccc;
}
.testimonials {
  margin: 30px 0 50px;
}
.test-bx {
  padding: 15px 0;
  border-radius: 10px;
  margin: 20px 10px;
}
.test-bx .te-img-bx {
  height: 180px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin: 0 auto;
}
.test-bx .te-img-bx img {
  width: 100%;
  height: 100%;
}
.text-bx {
  padding: 15px;
  background: #fafafa;
  border-radius: 0 0 10px 10px;
  min-height: 250px;
}
.text-bx h5 {
  color: #d2ae6d;
  color: #000;
  font-family: Rouge Script;
  margin: 0 0 8px;
  font-size: 30px;
  text-align: center;
}
.text-bx p {
  font-size: 14px;
  margin: 8px 0;
}
.hidden {
  display: none;
}
.readmore {
  margin: 0 5px;
  color: #d2ae6d;
}
.data-tm {
  color: #777;
  padding-bottom: 0;
}
.data-tm span {
  color: #ccc;
  text-transform: capitalize;
}
.rating {
  float: right;
}
.rating .rt-txt {
  color: #ccc;
  padding-right: 5px;
}
.add-reting {
  color: orange;
}
.dropdown.bootstrap-select button:focus {
  color: #bfbfbf;
  outline: 0;
}
.form-group .row-fluid .bootstrap-select .dropdown-toggle:focus,
.form-group .row-fluid .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 0 auto -webkit-focus-ring-color !important;
  outline-offset: 0;
}
.form-group .row-fluid button {
  text-transform: capitalize;
  font-size: 15px;
  color: #bfbfbf;
  margin: 17px 0 25px 0;
}
.form-group .row-fluid button:hover {
  color: #bfbfbf;
}
.form-group .row-fluid .dropdown-menu {
  font-size: 14px;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #d2ae6d;
}
.form-group .row-fluid {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 10px;
}
.form-group .row-fluid .form-control {
  border: 1px solid #bfbfbf;
}
.btn::after,
.form-group .row-fluid.btn::before {
  display: none;
}
.row-fluid .nice-select.selectpicker {
  display: none;
}
.testmonclientpopup {
  color: #d2ae6d;
  color: #000;
  font-family: Rouge Script !important;
  margin: 0 0 8px;
  font-size: 30px;
  text-align: center;
}
.testimonialmarginpop {
  margin-top: 10px;
}
.modal-headercustom {
  border: none;
  margin-bottom: -36px !important;
}
.outofstock {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  padding: 7px;
  margin-top: 0;
}
.preloader {
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.preloader .loader {
  height: 107px;
  width: 107px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preloader .loader:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  height: 100%;
  width: 100%;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: 1px solid #0d0d0d;
  border-top: 1px solid transparent;
  border-radius: 100%;
}
.preloader .loader .icon {
  -webkit-animation: wink 1s ease-in-out infinite alternate;
  animation: wink 1s ease-in-out infinite alternate;
}
.products-img-box {
  position: relative;
  overflow: hidden;
  height: 265px;
  text-align: center;
}
.products-img-box img {
  transform: scale(0.8);
  transition: all ease-out 0.3s;
  height: 100%;
  object-fit: contain;
  text-align: center;
}



.main-logo .top-icon{
  position: absolute;
  top: 6px;
  left: 60px;
  animation: rotation 10s infinite linear;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-logo .top-icon img{
  width: 21px !important;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 !important;
  height: 21px !important;
}

.categoty-banners-item{
  overflow: hidden;
  /* height: 230px; */
  position: relative;
}

.categoty-banners-item .c-b-i-text{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* background-color: red; */
  padding: 30px 0 0 30px;
}

.categoty-banners-item .c-b-i-text p{
  font-family: 'Butler';
  color: black;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.categoty-banners-item .c-b-i-text span{
    font-family: 'Butler';
    color: black;
    font-size: 14px;
    line-height: normal;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 500;
    margin-top: 50px;
    display: inline-block;
    padding: 5px 0px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 30px;
    bottom: 8%;
}

.categoty-banners-item:hover .c-b-i-text span{
  color: #d2ae6d;
  border-bottom: 1px solid currentColor;
}

.categoty-banners-item img{
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

.categoty-banners-item:hover img{
  transform: scale3d(1.07, 1.07, 1);
}

/* toast toast-success */
.toast{
  display: none !important;
}

.outerdiv-price{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.s-hedvsdv{
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0;
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.s-hedvsdv img{
    width: 20px;
    height: 20px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.s-hedvsdv .text-s{
  position: absolute;
  bottom: -7px;
  font-weight: 500;
  color: #333;
  font-size: 11px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.s-hedvsdv:hover img.s-o{
opacity: 0;
}

.s-hedvsdv img.s-t{
  opacity: 0;
}

.s-hedvsdv:hover img.s-t{
  opacity: 1;
}

.s-hedvsdv:hover .text-s{
  bottom: -5px;
  color: #d2ae6d;
  opacity: 1;
}

#menu02,
#menu02 span {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
#menu02 {
  position: absolute;
  width: 36px;
  height: 44px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  right: 10px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  display: inline-block;
  padding: 0px;
}
#menu02:focus:not(:focus-visible) {
  outline: none;
}
#menu02 span {
  position: absolute;
  width: 100%;
  height: 4px;
}
#menu02 span::before,
#menu02 span::after {
  content: '';
  position: absolute;
  width: 51%;
  height: 4px;
  background: #d2ae6d;
  transition: .2s;
}
#menu02 span::before {
  left: 0;
  border-radius: 4px 0 0 4px;
}
#menu02 span::after {
  right: 0;
  border-radius: 0 4px 4px 0;
}
#menu02 span:nth-of-type(1) {
  top: 10px;
  left: 0;
}
#menu02 span:nth-of-type(2) {
  top: 20px;
  left: 0;
}
#menu02 span:nth-of-type(3) {
  bottom: 10px;
  left: 0;
}
#menu02.active span:nth-of-type(1) {
  top: 3px;
}
#menu02.active span:nth-of-type(1)::before {
  transform: translate(4px, 11px) rotate(45deg);
}
#menu02.active span:nth-of-type(1)::after {
  transform: translate(-3px, 11px) rotate(-45deg);
}
#menu02.active span:nth-of-type(2)::before {
  transform: translateX(-75%);
  opacity: 0;
}
#menu02.active span:nth-of-type(2)::after {
  transform: translateX(75%);
  opacity: 0;
}
#menu02.active span:nth-of-type(3) {
  bottom: 3px;
}
#menu02.active span:nth-of-type(3)::before {
  transform: translate(4px, -11px) rotate(-45deg);
}
#menu02.active span:nth-of-type(3)::after {
  transform: translate(-3px, -11px) rotate(45deg);
}

.bdgbdt{
  display: none; 
}

.navbar-collapse{
  transition: all 0.3s ease-in-out;  
}


#expertrons_pop_up{
  z-index: 1 !important;
}

.modal-item{
  position: relative;
  transition: all 0.3s ease-in-out;
}

.modal-item .show-img-modal{
  transition: all 0.3s ease-in-out;
  border-radius:5px;
}

.modal-item .hshow-img-modal{
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  border-radius:5px;
}

.modal-item:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.modal-item:hover .show-img-modal{
  visibility: hidden;
  opacity: 0;
}

.modal-item:hover .hshow-img-modal{
  visibility: visible;
  opacity: 1;
}

.close {
  margin: 0;
  margin-top: 0;
}

.new-c-form .my_place{
  left: 24px !important;
}

.new-c-form select{
  padding: 11px 8px !important;
  margin-bottom: 8px !important;
}

.diamond-inquiry-btn{
  padding: 10px 20px;
  border: 1px solid #4a5e92;
  width: 190px;
  text-align: center;
  border-radius: 1px;
  margin-top: 10px;
  font-weight: 500;
  background-color: #4a5e92;
  color: white !important;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-certificate{
  padding: 10px 20px;
  border: 1px solid #dc3545;
  width: 190px;
  text-align: center;
  border-radius: 1px;
  margin-top: 10px;
  font-weight: 500;
  background-color: #dc3545;
  color: white !important;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.diamond-inquiry-btn:hover{
  border: 1px solid #5a72b5;
  background-color: #5a72b5;
}

.view-certificate:hover{
  border: 1px solid #da2234;
  background-color: #da2234;
}

.view-certificate .fa,
.diamond-inquiry-btn .fa{
  margin-right: 8px;
  font-size: 18px;
}


/* responsive css */
/* -webkit-text-fill-color: yellow !important; */

@media screen and (min-width:1200px) {
  .d-m1200w{
    display: none;
  }
}

@media (max-width: 1200px){
  .currency-drop-bx{
    display: none;
  }
  .currency-drop-bx.responsive-cdb{
    display: inline-block;
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 1251px) and (min-width:1201px) {
  .main-nav .nav-item .nav-link{
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .products-img-box {
      height: 175px;
  }
}
.cart-section {
  min-height: 400px;
}
.banner-img:before {
  background: rgba(0, 0, 0, 0.58);
  height: 100%;
}
.home-h1 {
  font-weight: 300;
  font-size: 39px;
}
.container.container-2 {
  width: 100%;
  max-width: 1280px;
}
.sitemap_sec_1 {
  display: block;
  margin: 11px 0 11px 0;
}
.padd0 {
  padding: 0;
}
.sitemap_section .h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  display: block;
  line-height: normal;
  padding: 0 0 5px 0;
}
.sitemap_section .sitemap_ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sitemap_section .sitemap_ul li {
  float: left;
  width: 33.33%;
}
.sitemap_section .sitemap_ul li a h3 {
  margin: 0 0 6px 0;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  color: #333;
  font-weight: 400;
  position: relative;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  transition: 0.2s all linear;
  padding: 0 0 0 15px;
  font-size: 16px;
}
.sitemap_section .sitemap_ul li a h3:before {
  margin: 0 9px 0 0;
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
}
.sitemap_section .sitemap_ul li a h3:hover {
  margin-left: 5px;
}
.seo-section {
  padding: 40px 15px;
}
.seo-section .breadcrumb {
  background: 0 0;
  padding-left: 0;
}
.sitemap_section {
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.04);
}
.breadcrumb.custom > li + li:before {
  padding: 0 0 0 7px;
  color: #999;
  margin: 0 9px 0 0;
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.seo-section .breadcrumb a {
  color: #4e4e4e;
}
.sitemap_sec_1 .left_col3 {
  width: 100%;
  margin: 0 0 10px 0;
}
.sitemap_sec_1 {
  display: flex;
  flex-direction: column;
  margin: 5px 0 25px 0;
}
.sitemap_sec_1 .right_col9 {
  width: 100%;
}
.sitemap_sec_1 .right_col9 li {
  width: 297px;
  float: none;
  margin-bottom: 5px;
}
.sitemap_sec_1 .right_col9 .sitemap_ul {
  display: flex;
  flex-wrap: wrap;
}
.cat-title h1 {
  font-weight: 700;
  font-size: 23px;
}
.cat-title .categories_title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  display: inline-block;
}
.cat-title {
  text-align: center;
}
.wish-add img {
  width: 22px;
}
.hidewishlistadded,
.hidewishlistdelete {
  display: none;
}
.post_data {
  padding: 50px;
}
.image-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* border-top: 2px dashed #000;
  border-right: 2px dashed #000;
  border-left: 2px dashed #000;
  border-bottom: 2px dashed #000;
  padding: 10px; */
  /* animation: spin 10s infinite linear; */
}
.image-circle img {
  animation: spin 10s infinite linear;
  width: 100%;
  border-radius: 50%;
}
@keyframes spin {
  100% {
      transform: rotate(1turn);
  }
}
.barfirstname {
  display: inline-block;
  color: #525252;
  font-size: 13px;
}
.filter-h {
  color: #000;
  padding: 8px;
  font-size: 13px;
  border-radius: 5px;
  position: relative;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  display: block;
  margin: 1px;
}
.filter-menu label input {
  width: auto;
  margin: 10px;
  font-size: 13px;
}
.filter-menu label {
  font-size: 13px;
  display: block;
  cursor: pointer;
  margin: 2px 0;
}
.filter-menu label:hover {
  background-color: #d2ae6d;
  color: #fff;
}
.filterbarsectect .showresult {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  display: inline-block;
  margin: 5px 15px 7px 5px;
}
.filterbarsectect .showsselect {
  display: inline-block;
}
.filterbarsectect .showsselect span {
  border-bottom: 1px solid #d2ae6d;
  margin: 5px 15px 5px 0;
  display: inline-block;
  padding: 5px;
  font-size: 11px;
  font-weight: 500;
  color: #707070;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}
.filterbarsectect .showsselect span:hover {
  color: #d2ae6d;
}
.filterbarsectect .showsselect span img {
  width: 10px;
  height: 10px;
  margin: 5px;
}
.reviwe-content {
  background-color: #fff;
}
.reviwe-content button {
  outline: 0 !important;
  border: 1px solid #d2ae6d;
  background-color: transparent;
  color: #d2ae6d;
  margin: 15px auto;
  display: block;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}
.reviwe-content button:hover {
  background-color: #d2ae6d;
  color: #fff;
}
.reviwe-content textarea {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 10px;
}
.reviwe-content textarea:hover {
  border: 1px solid #d2ae6d;
}
.reviwe-body {
  padding: 20px;
}
.reviwe-main-heading {
  text-align: center;
  font-size: 3rem;
  font-family: Montserrat, sans-serif;
  font-family: Rouge Script;
  font-weight: 500;
}
.reviwe-p {
  margin: 20px 0 10px 0;
  font-family: Montserrat, sans-serif;
}
.reviwe-reating-heading {
  color: #525252;
  text-transform: capitalize;
  font-size: 1rem;
  margin: 10px 0;
  color: #d2ae6d;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.reviwe-details-heading {
  color: #525252;
  text-transform: capitalize;
  font-size: 1rem;
  margin: 10px 0;
  color: #d2ae6d;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.re-star {
  margin: 8px 0;
}
.re-star span .fa {
  color: #ffc107;
  font-size: 18px;
  cursor: pointer;
}
#full-stars-example-two .rating-group {
  display: inline-flex;
}
#full-stars-example-two .rating__icon {
  pointer-events: none;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  margin: 0;
  font-size: 18px;
}
#full-stars-example-two .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.reviwe-text {
  border-bottom: 1px solid #d2ae6d;
}
.reviwe-name {
  margin: 10px 5px 0 0;
  display: inline-block;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
.reviwe-date {
  margin: 10px 0 0 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 768px) {
  .blog-img-detail img {
      width: 100%;
  }
} /* acroding css for details page */





/* position: absolute;
    right: 0px;
    background: #d2ae6d;
    padding: 9px 18px;
    border: 1px solid #d2ae6d;
    cursor: pointer;
    top: 0;
    height: 100%;
    margin: 0;
    border-radius: 0 1px 1px 0; */



/* detail page redesign css */

.details-redesign h1{ 
  font-family: Rouge Script;
  font-size: 1.7rem;
  line-height: 30px;
 margin: 8px 0 10px;
  color: #D2AE6D;
  color: #252525;
}
.details-redesign small{ 
  font-size: .8rem;
  line-height: 30px;
  color: #D2AE6D;
  display: inline-block;
}

.review-txtx,
.option-txtx,
.pri-txtx{
 /* font-family: Rouge Script;*/
  color: #252525 !important;
  margin: 10px 0 0 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

.pri-txtx .sellpri{
  color: #D2AE6D !important;
  margin: 0 5px 0 10px !important;
  font-size: 0.9rem !important;
  font-weight: normal !important;
}

.pri-txtx .orpri{
  margin: 0 5px !important;
  font-size: 0.8rem !important;
  font-weight: normal !important;
  color: #a4a4a4 !important;
  text-decoration: line-through !important;

}

.review-txtx,
.option-txtx{
  display: inline-block;
font-size: 1rem  !important; 
}

.qt-bxx{
  display: flex;
  align-items: center;
}

.qt-bxx .quantity{
  margin: 10px 0 0 10px !important;
}

.qt-bxx .quantity .pro-qty {
    width: 110px;
    border: 1px solid #ddd;
    border-radius: 50px;
    float: left;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 0 10px;
    transition: all 0.4s;
}

.qt-bxx.cart-qt-bxx .quantity .pro-qty {
    width: 90px;
    height: 33px;
}

.qt-bxx.cart-qt-bxx .option-title {
    font-weight: 500;
    font-size: 14px;
}

.qt-bxx .quantity .pro-qty:hover {
    border: 1px solid #D2AE6D;
}

.qt-bxx .quantity .pro-qty .qtybtn {
  border: 1px solid transparent;
  background-color: transparent;
  display: inline-flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.4s;
  overflow: hidden;
}

.qt-bxx.cart-qt-bxx .quantity .pro-qty .qtybtn {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.qt-bxx .quantity .pro-qty .qtybtn:hover {
  border: 1px solid #D2AE6D;
  background-color: #D2AE6D;
  color:white;
}

.wishlist_link_bx{
  border: 1px solid black;
  width: 35px;
  height: 35px;
  display: inline-flex;
  margin: 10px 0 0 13px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.4s;
  margin-left: auto;
}
.wishlist_link_bx:hover{
  border: 1px solid #D2AE6D;
}
.wishlist_link_bx .wish,
.wishlist_link_bx .wish .s-hid,
.wishlist_link_bx .wish .s-hov{
  width: 20px;
  transition: all 0.4s;
}

.wishlist_link_bx:hover .wish .s-hid{
display: none;
}

.wishlist_link_bx:hover .wish .s-hov{
display: block;
transform: translatey(1.5px);
}


/* acroding css for details page */

.checkbx{
  cursor: pointer;
  background-color:  transparent;
  border-bottom: 1px solid #D2AE6D;
  margin-bottom: 2px !important;
  /* border-radius: 5px !important; */
}
.checkbx::after{
    content: none !important;
}


.d-body{
  border-bottom: 1px solid #D2AE6D;
  padding: 10px 20px 20px
}


.checkbx.collapsed{
  cursor: pointer;
  background-color: transparent;
  border-bottom: 1px solid black;
  margin-bottom: 2px !important;
  /* border-radius: 5px !important; */

}
.checkbx.collapsed{
  cursor: pointer;
  background-color: transparent;
  border-bottom: 1px solid gray;
  margin-bottom: 2px !important;
  /* border-radius: 5px !important; */

}
.checkbx h3{
  font-size: 1.5rem;
  text-transform: capitalize;
  font-family: Rouge Script;
  color: #252525;
  font-weight: 500;
  letter-spacing: 1px;
}

.ckaccordion{
  margin-top: 20px;
  background-color: #FBFBFC;
  padding: 15px 8px;
}
.ckaccordion .card{
  border-radius: 1px;
  border: none;
  background-color: transparent;
}

.description-bx li{
  margin: 7px 0;  
}

.txtx .txtx-he{
  color: #252525;
  margin: 6px 0 0;
  font-size: .9rem;
  font-weight: 600;
  display: inline-block;
  min-width: 112px;
  text-transform: capitalize;
}
.txtx .txtx-he-details{
  color: #252525;
  margin: 6px 0 0 6px;
  font-size: .9rem;
  font-weight: 400;
  display: inline-block;
}


.reviw-overflo{
  height: 160px;
    padding: 5px;
    overflow-y: scroll;
}

.social-px-detail{
  margin-top:23px;
  text-align: center;
}


.new-btn-css{
  background: #D2AE6D;
  /* background: lightgray; */
  border: none;
  border-radius: 0;
  padding: 0px 12px;
  margin-top: 21px;
  transition: all 0.3s;
  cursor: pointer;
  width: 180px;
  height: 44px;
  font-weight: 500;
}

/* .new-btn-css:focus,
.new-btn-css:hover, */
.new-btn-css.active{
  background: #e0b056;
}

.fbddth{
  height: 80vh;
  overflow-y: scroll;
}

.heart-icon-new{
  background: gray !important;
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  border-radius: 0;
  margin-left: 5px;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
}

.heart-icon-new.active
/* .heart-icon-new:focus, */
/* .heart-icon-new:hover */
{
  background:	#e31b23 !important;
}


.bdgnb{
  margin-top: 15px;
  margin-bottom: 5px;
}


.details-select{
  width: 135px;
  height: 40px;
  margin-left: 10px;
  border: 1px solid #bdbdbd;
  cursor: pointer;
  padding: 0 5px 0px 0;
  background-color: white;
  overflow: hidden;
}

.details-select.active{
  border: 1px solid red !important;

}

.details-select select{
  width: 100%;
  padding: 10px;
  /* height: 40px; */
  /* margin-left: 10px; */
  border: none;
  background-color: white;
}

.vwiuvbiue{
  font-size: 2.2rem;
    text-transform: capitalize;
    font-family: Rouge Script;
    color: #D2AE6D;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 10px;
}

.jcbdvjk{
  font-weight: 500;
  border: none !important;
}


.hbdvwiufv{
  color: #525252;
  padding: 0px 0 2px 0;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 13px;
  margin: 0 0 0 14px;
  border-bottom: 1px solid #969696;
  border-radius: 0px;
  cursor: pointer;
}

.hbdvwiufv:focus,
.hbdvwiufv:hover{
  color: #525252;
  padding: 0px 0 2px 0;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 13px;
  margin: 0 0 0 14px;
  border-bottom: 1px solid #969696;
  border-radius: 0px;
}


.option-txtx.vfbdtg{
  margin-top: 0 !important;
}

.quantity.bdfbtf{
margin: 0 !important;
}


.d-body p,
.d-body p.MsoNormal{
  margin-bottom: 0px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
}


.d-body p span,
.d-body p.MsoNormal span{
  color: #252525 !important;
  margin: 10px 0 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif !important;
}

.soe-tag-heding {
  font-size: 14px;
  text-align: center;
  color: transparent;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  text-align: center;
  margin: auto;
}

.vbskf{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

/*new  about page css */

.ab-img{
  margin:20px auto;
  width: 151px;
  display: block;
}

.ab-heding{
  text-align: center;
  font-size: 36px;
  margin: 0 0 20px;
  font-weight: 500;
  color: black;
  text-transform: capitalize;
  font-family: Rouge Script;
}


.ab-sub-heding{
  color: #2c2c2c;
  font-size: 20px;
  text-align: left;
  margin-bottom: 13px;
}

.ab-text-bx p{
  margin-bottom: 15px;
  font-size: 14px;
  color: #525252;
}

.ab-team-img{
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
  position: relative;
  transform-style: preserve-3d;
  cursor: pointer;
  border: 1px solid rgb(233, 233, 233);
  transition: transform 0.5s;
}

.ab-team-img img{
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  transition: all 1s;
}

.ab-team-img .ab-overlay{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transform: rotateX(180deg);
  transform-origin: top;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}


.ab-team-img .ab-overlay a{
  padding: 10px;
  color: rgba(255, 255, 255, 0.70);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin: 0 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.t-details-bx{
    color: black;
    margin-bottom: 20px;
}
.t-details-bx h6{
  font-size: 15px;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  width: fit-content;
  white-space: nowrap;
  margin: auto;
}
.t-details-bx p{
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}


.ab-team-img:hover .ab-overlay a .fa{
  transition: all 0.3s;
}
.ab-team-img:hover .ab-overlay a:hover .fa{
  color: white;
  transform:translateY(-5px);
}

.ab-team-img:hover .ab-overlay a:nth-child(1){
  opacity: 1;
  visibility: visible;
  transition: all 1s 0.2s;
  transform: translateY(0px);
}
.ab-team-img:hover .ab-overlay a:nth-child(2){
  opacity: 1;
  visibility: visible;
  transition: all 1s 0.3s;
  transform: translateY(0px);
}
.ab-team-img:hover .ab-overlay a:nth-child(3){
  opacity: 1;
  visibility: visible;
  transition: all 1s 0.4s;
  transform: translateY(0px);
}
.ab-team-img:hover .ab-overlay a:nth-child(4){
  opacity: 1;
  visibility: visible;
  transition: all 1s 0.5s;
  transform: translateY(0px);
}


.ab-team-img .ab-overlay a:hover{
  color: white;
}

.ab-team-img:hover .ab-overlay{
  transform: rotateX(0deg);
  background-color: #00000085;
}
.ab-team-img:hover img{
  transform: scale(1.05);
}

.whatapp-new-icon{
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 25px;
  left: 95px;
  z-index: 99;
  border-radius: 50%;
  box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
}

.whatapp-new-icon img{
  width: 60px;
  height: 60px;
}


.dh-bx{
  border: 1px solid #d2ae6d;
  text-align: center;
  height: 250px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: 'Rouge Script';
  font-size: 24px;
  border-radius: 5px;
  display: flex;
}

.cart-item .cjbdj{
  flex:0 1 100%;
}
.cart-item .cjbdj .price{
  justify-content: start;
  text-align: left;
  flex: auto;
  align-items: flex-start;
  padding: 5px;
  margin: 0 0 0 10px;
}
.cart-item .cjbdj .price .strikethrough{
  padding: 3px 0;

}



.mede-with{
  color: #999;
  font-size: 11px;
  margin: 0px 0 0;
}

.mede-with a{
  color: #999;
}

.mede-with a:hover{
  color: #d2ae6d;
}

.icons-box-made{
  /* border: 1px solid red; */
  width: 13px;
  height: 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 3px;
}

.icons-box-made .fa-heart,
.icons-box-made .fa-heart-o{
  position: absolute;
}

.mede-with .fa-heart-o{
  color: #999;
  font-size: 11px;
  transition: all 0.3s;
  opacity: 1;
}

.mede-with .fa-heart{
  color: #999;
  font-size: 11px;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(0);
}

.mede-with:hover .fa-heart-o{
  opacity: 0;
}

.mede-with:hover .fa-heart{
  opacity: 1;
  color: #dd1627;
  transform: scale(1);
}

@media (min-width:1201px) {
  .ab-team-bx .team-item.col-xl-2{
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bdgnft,
  .s-hedvsdv{
    display: none !important;
  }
  .bdgbdt{
    display: block; 
  }
  
}

@media (max-width:576px) and (min-width:330px) {
  .ab-team-bx .team-item{
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width:500px){
  .ab-team-img .ab-overlay,
  .ab-team-img{
    width: 150px;
    height: 150px;
  }
  .ab-team-img .ab-overlay a{
    font-size: 16px;
    padding: 6px;
  }
}

@media (max-width:400px){
  .diamond-inquiry-btn,
  .view-certificate{
    font-size: 12px;
    width: 170px;
  }
}
@media (max-width:360px){
  .diamond-inquiry-btn,
  .view-certificate{
    width:100%;
  }
}


.bootbox-cancel:focus,
.bootbox-cancel,
.bootbox-accept:focus,
.bootbox-accept{
  background-color: gray;
  color: white;
  padding: 7px 20px;
}

.bootbox-cancel:hover{
  background-color: rgb(8, 54, 204);
}

.bootbox-accept:hover{
  background-color: rgb(204, 8, 8);
}


.jinas-submit{
  padding: 0;
    width: 100%;
    margin: 20px 0;
    cursor: pointer;
    background: #ececec;
    border: 1px solid #ececec;
    font-weight: 500;
    color: #acacac;
    transition: all 0.5s;
    padding: 5px 20px;
    border-radius: 5px;
    color: black;
    font-size: 14px;
    transition: all 0.3s;
}

.jinas-submit:hover{
  border: 1px solid #D2AE6D;
  background: #D2AE6D;
  color: white;
}


.insta-links-bx{
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  height: 300px;
}

.insta-links-bx img.insta-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.insta-links-bx:hover img.insta-img{
  filter: blur(1px);
}

.insta-links-bx .overinsta{
  width: 100%;
  height: 100%;
  background-color: #0000000f;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.insta-links-bx:hover .overinsta{
  background-color: #00000083;
}

.insta-links-bx .overinsta span{
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.insta-links-bx:hover .overinsta span{
  transform: scale(1);
  opacity: 1;
}

.insta-links-bx .overinsta span .insta-icon{
  width: 50px;
  background-color: rgb(255, 255, 255);
  padding: 5px;
  border-radius: 50%;
  margin: auto;
}

.insta-links-bx .overinsta span p{
  font-size: 1.8rem;
  font-family: Rouge Script;
  position: relative;
  text-align: center;
  color: white;
}




.owl-style .owl-prev,
.owl-style .owl-next {
  width: 40px !important;
  height: 40px !important;
  background-color: rgb(255 255 255) !important;
  border-radius: 50% !important;
  font-size: 28px !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #828282 !important;
  border: 1px solid #e2e2e2 !important;
}

.owl-style .owl-nav {
  margin: 0 !important;
}

.owl-style .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-style .owl-nav .owl-next {
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.owl-style .owl-next svg {
  width: 25px;
  height: 25px;
  position: relative;
  right: -1px;
}

.owl-style .owl-prev svg {
  width: 25px;
  height: 25px;
  position: relative;
  left: -1px;
}

.owl-style .owl-prev:hover,
.owl-style .owl-next:hover {
  background-color: #d2ae6d !important;
  border-color: #d2ae6d !important;
  color: white !important;
  opacity: 1;
}

.owl-style .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding: 4px; */
}

.owl-style .owl-dots .owl-dot span {
  width: 9px !important;
  height: 9px !important;
  margin: 4px 4px !important;
  background-color: #8a8a8a !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-style .owl-dots .owl-dot.active span {
  background: #d2ae6d !important;
}



.new-filter{
    background-color: #ffffff;
    /* position: sticky;
    top: 72px; */
    padding: 10px 15px;
    z-index: 1;
    text-align: right;
 }

.new-filter.scroll-d{
    -webkit-box-shadow:  0 10px 20px rgb(0 0 0 / 5%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
    background-color: #fcfcfc;
}

.new-filter span{
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  bottom: 14px;
 }

.new-filter .fil-select-bx{
    /* border: 1px solid #c8c8c8; */
    display: inline-block;
    border-radius: 5px;
    background: #fcfcfc;
    padding-right: 8px;
    box-shadow: 0 0 0 0.5px #c8c8c8;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.new-filter .fil-select-bx:hover{
    box-shadow: 0 0 0 0.5px #d2ae6d;
}

.new-filter select{
    font-size: 15px;
    font-weight:400;
    color: #48143b;
    display: inline-block;
    padding: 8px 3px 8px 5px;
    border-radius: 5px;
    background: #fcfcfc;
    cursor: pointer;
    border:none;
 }


/* ---
 Appointment Popup Design Css
--- */

.appointment-section .app-hed{
  font-size: 16px;
  font-weight: 500;
}

.appointment-section .app-con-bx{
  margin-top: 20px;
}

.appointment-section .app-con-bx h6{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.appointment-section .app-con-bx p{
  font-size: 14px;
  color: #525252;
}


span.msg-close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  /* background: #0000000d; */
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}


span.msg-close svg{
  width: 100%;
  height: 100%;
}


span.msg-close:hover{
  background-color: #ffffff;
  color: red;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}


.commun-form{
  margin-top: 20px;
}

.commun-form-fields{
  margin-bottom: 15px;
}

.commun-form-fields label{
  margin-bottom: 0;
  font-weight: 600;
}

.commun-form-fields input{
  background-color: #fcfcfc;
  border: 1.5px solid #f1f1f1;
  padding: 8px 10px;
  margin: 3px 0 0;
  width: 100%;
  border-radius: 5px;
  height: auto;
  transition: all 0.3s ease;
}

.commun-form-fields input:hover,
.commun-form-fields input:not(:placeholder-shown){
  border-color: #d2ae6d;
}

.commun-form-fields input:not(:placeholder-shown){
  background-color: #fff;
}

.commun-form-fields input:-webkit-autofill,
.commun-form-fields input:-webkit-autofill:hover, 
.commun-form-fields input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.commun-form-fields input::-webkit-outer-spin-button,
.commun-form-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.commun-form-fields input[type=number] {
  -moz-appearance: textfield;
}

.commun-form-fields p{
  font-size: 14px;
  color: #525252;
  margin-bottom: 20px;
}

.commun-form-fields button.cancel-btn{
  border: none;
  color: black;
  font-weight: 500;
  padding: 8px 20px;
  margin: 0 0 0 10px;
  background-color: #efefef;
  cursor:pointer;
  transition: all 0.3s ease;
}

.commun-form-fields button.cancel-btn:hover{
  background-color: #ff0000;
  color: white;
}

.commun-form-fields button.submit-btn{
  border: none;
  color: white;
  font-weight: 500;
  padding: 8px 20px;
  margin: 0 0 0 10px;
  background-color: #d2ae6d;
  cursor:pointer;
  transition: all 0.3s ease;
}

.commun-form-fields button.submit-btn:hover{
  background-color: #d7a955;
}


.media-item-bx {
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  -o-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  /* -webkit-box-shadow:  0 0px 0px 1px rgb(218 220 230 / 60%);
  box-shadow: 0 0px 0px 1px rgb(218 220 230 / 60%); */
  border: 1px solid lightgray;
  margin-bottom: 0px;
}

.media-item-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 56%;
  position: relative;
  background-color:#fcfcfc;
}

.media-item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.9;
}

.media-item-bx:hover .media-item-img img {
  opacity: 1;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.media-item-txt {
  position: relative;
  padding: 10px;
  background-color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.media-item-txt .media-img{
  width: 80px !important;
  height: 30px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 5px;
  bottom: 8px;
  filter: grayscale(0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.media-item-bx:hover .media-item-txt .media-img{
  filter: grayscale(0);
}

.media-item-bx:hover .media-item-txt {
  background-color: #fdfdfd;
}

.media-item-txt h3 {
   color: black;
   font-size: 16px;
   margin-top: 6px;
   line-height: 24px;
   overflow: hidden;
   margin-bottom: 0;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}

.media-item-txt span.bit-status {
   color: #525252;
   font-weight: 500;
   font-size: 12px;
   margin-top: 0px;
   display: inline-block;
   letter-spacing: 0.5px;
}


.blog-tex-box div button,
.media-item-txt span.bit-read {
   color: #525252;
   font-weight: 500;
   font-size: 12px;
   margin-top: 10px;
   display: inline-block;
   border: 1px solid lightgray;
   padding: 5px 10px;
   border-radius: 3px;
   -webkit-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
}


.blog-tex-box div button{
   text-transform: capitalize;
   letter-spacing: normal;
}

.blog-tex-box div button:hover,
.media-item-bx span.bit-read:hover {
  background: #d2ae6d;
  color: #fff;
  border-color: transparent;
}

.bm-vb-new{
    display: block;
    border: 1px solid #d2ae6d;
    padding: 6px 20px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    color: #d2ae6d;
    cursor: pointer;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    margin: 20px auto 0;
    width: fit-content;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.bm-vb-new:hover{
  border: 1px solid #d2ae6d;
  background-color: #d2ae6d;
  color: white;
}