@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #0a0c11;
  overflow-x: hidden;
  background: #000;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Trajan Pro";
  src: url(../fonts/trajan-pro.ttf);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 50px;
}
.mt-8 {
  margin-top: 80px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-2 {
  margin-top: 20px;
}
.pt-5 {
  padding-top: 50px;
}
.pb-1 {
  padding-bottom: 10px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pb-4 {
  padding-bottom: 40px;
}
.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}
.pt-4 {
  padding-top: 40px;
}
.pt-3 {
  padding-top: 30px;
}
.pt-2 {
  padding-top: 20px;
}
.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.img-fluid {
  width: 100%;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Trajan Pro";
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "Trajan Pro";
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: "Trajan Pro";
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Trajan Pro";
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Trajan Pro";
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  /*letter-spacing: 2px;*/
  margin: 0px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.topSec {
  display: flex;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #fff;
  font: 14px;
}
.topSec ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
}
.topSec ul li a {
  color: #fff;
  transition: 0.3s ease-in-out;
}
.topSec ul li:hover a {
  color: #a87a41;
}
.header-logo {
}

.menuSec {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0px 23px;
  font-size: 14px;
}

/*.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}
*/
.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #a87a41;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}
.droopdwon {
  float: left;
}
.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}
/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/*banner css start */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

/* search box css */

.top-shipping ul li {
  margin-right: 15px;
}
.top-shipping ul {
  align-items: baseline !important;
}

body.search-open {
  overflow: hidden;
}

.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: 0;
  font-size: 50px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: black;
  padding: 1rem 1.25rem;
  border-radius: 50%;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font: 18px;
  opacity: 1 !important;
  width: 50px;
  height: 50px;
}
.close:hover {
  background: #e21d1a;
  color: white;
  opacity: 1 !important;
  top: 2rem;
  right: 2rem;
}

.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000000b0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.search-box.search-elem .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.search-box.search-elem label {
  color: white;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}
.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 70px;
  color: #ffffff;
  width: 171px;
  height: 55px;
  background: #000000;
  font-family: "Poppins";
  font-size: 22px;
  cursor: pointer;
  border: 0;
}

.top-cart ul li i {
  margin-right: 13px;
  font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
  width: 171px;
  height: 55px;
  font-size: 20px;
  color: white;
  background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
  display: inline-block;
}
.search-box.search-elem input[type="text"] {
  padding: 20px;
  height: 55px;
  width: 80%;
  font-size: 32px;
  font-family: "Poppins";
  font-weight: 300;
  border: none;
  border-bottom: solid 2px #e21d1a;
  transition: border 0.3s;
  border-radius: 0;
}
.search-box.search-elem input[type="text"]:focus {
  border-bottom: solid 2px #55cd6c;
  box-shadow: none;
}
.search-box.search-elem label.placeholder {
  position: absolute;
  top: 13px;
  left: 2rem;
  font-size: 32px;
  font-weight: 300;
  font-family: "Poppins";
  color: #999;
  transition: all 0.3s;
}
.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: white;
  font-size: 17px;
  font-family: "Poppins";
}

.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-btn {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
  color: white;
}
/* .search-btn:hover {
  color: #00A896;
} */

.sid-bar {
}
.sid-bar ul li:hover img {
  transform: scale(1.09);
}
.sid-bar ul li img {
  margin: 0 5px;
  height: 20px;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}
.sid-bar ul li a {
  padding: 0px 15px;
}
.sid-bar ul .lin-right {
  position: relative;
}
.sid-bar ul .lin-right::after {
  content: "";
  position: absolute;
  right: 0;
  height: 35px;
  width: 1px;
  background: #fff;
  top: -4px;
}
.banner_text h1 {
  font-size: 75px;
  margin-bottom: 30px;
}
.banner_text p {
  color: #aeaeae;
  line-height: 30px;
  font-size: 14px;
  padding-right: 15%;
  margin-bottom: 20px;
}
.them-btn-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 180px;
  border-radius: 50px;
  background-image: linear-gradient(#b4886b, #e0c9ad);
  color: #fff;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid #000;
}
.them-btn-1 i {
  opacity: 0;
  transition: 0.3s ease-in-out;
  margin-top: 5px;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 3s;
}
.them-btn-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b4886b;
  height: 0;
  width: 100%;
  opacity: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.them-btn-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #141b2d;
  height: 0;
  width: 100%;
  opacity: 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.them-btn-1:hover::after {
  opacity: 1;
  height: 25px;
}
.them-btn-1:hover::before {
  opacity: 1;
  height: 25px;
}
.them-btn-1:hover {
  color: #fff;
  /*background: transparent;*/
  transform: scale(1.05);
  border: 1px solid #fff;
}
.them-btn-1:hover i {
  opacity: 1;
  padding-left: 20px;
}

@-webkit-keyframes run {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 10px;
  }
  100% {
    margin-left: 0;
  }
}
/* end search box css */

.dively-sec {
  padding: 50px 0;
}
.divler-s {
  display: flex;
  justify-content: space-between;
}
/*ul.divler-s li {*/
/*    margin-bottom: 20px;*/
/*}*/
.divler-s li {
  display: flex;
}
.divler-s li img {
  height: 30px;
  object-fit: contain;
  margin-right: 10px;
}
.btn-s {
  display: flex;
  justify-content: flex-end;
}
.btn-s a {
  color: #b6b6b6;
  font-size: 16px;
  padding-right: 120px;
  position: relative;
}
.btn-s a::after {
  content: "";
  position: absolute;
  right: 20px;
  height: 1px;
  width: 80px;
  background: #fff;
  top: 12px;
}
.btn-s i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  background-image: linear-gradient(#b4886b, #e0c9ad);
  margin-top: -15px;
}

.product-cater {
  padding: 60px 0;
}
.cate-box {
  padding: 50px 10px;
  border-width: 3px;
}
.cate-box:hover img {
  transform: scale(1.09);
}
.cate-box .pad-right {
  padding-right: 20px;
}
.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
}
.border-gradient-color {
  border-image-source: linear-gradient(to left, #b4886b, #e0c9ad
);
}
.cate-box img {
  float: right;
  display: block;
  transition: 0.3s ease-in-out;
}
.cate-box h2 {
  color: #fff;
  font-size: 30px;
  display: block;
  clear: right;
  text-align: center;
}

.jellery-cate-sec::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  top: 20%;
  height: 120%;
  width: 30%;
  background-image: url(../images/jellery-cate-sec-element.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.jellery-cate-sec::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  top: 20%;
  height: 140%;
  width: 20%;
  background-image: url(../images/jellery-cate-sec-element1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.jellery-cate-sec {
  z-index: 1;
  position: relative;
}
.jellery-cate-sec h2 {
  color: #fff;
  margin-bottom: 10px;
}
.jellery-cate-sec h2 span {
  display: block;
  font-size: 35px;
}
.jellery-cate-sec a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.jellery-cate-l {
  position: relative;
  height: 300px;
  background-image: url("../images/jellery-cate-l-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 40px;
}
.jellery-cate-l:hover a {
  color: #a87a41;
  cursor: pointer;
}
.jellery-cate-r:hover a {
  color: #a87a41;
  cursor: pointer;
}
.jellery-cate-l .jellery-txt {
  position: absolute;
  right: 20px;
}
.jellery-cate-r .jellery-txt {
  position: absolute;
  bottom: 20px;
}

.jellery-cate-r {
  position: relative;
  height: 300px;
  background-image: url("../images/jellery-cate-r-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 40px;
}

/*selleing-product-sec*/
.selleing-product-sec {
  position: relative;
  padding: 80px 0;
}
.selleing-product-sec h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 45px;
}

.bor-gt {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 3px;
}
.bo-color {
  border-image-source: linear-gradient(to bottom, #b4886b, #f0be91);
}
.bor-gt1 {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 3px;
}
.bo-color1 {
  border-image-source: linear-gradient(to top, #b4886b, #f0be91);
}
.product-box:hover .product-img img {
  transform: scale(1.2);
}
.product-box {
  width: 90%;
  margin: 0% auto;
  margin-bottom: 30px;
}
.product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.product-img img {
  display: block;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
  height: 180px;
  object-fit: contain;
}
.product-txt {
  width: 90%;
  margin: 0% auto;
  padding: 0 40px;
  padding-top: 110px;
  padding-bottom: 30px;
}
.product-txt h4 {
  color: #fff;
  font-size: 16px;
}
.product-txt h5 {
  color: #4058a3;
  font-size: 28px;
  margin: 0;
}
.product-txt h5 span {
  color: #9d9ea0;
/*   text-decoration: line-through; */
  font: 20px "Poppins", sans-serif;
}
.product-txt i {
  color: #ffb400;
}
.product-txt .d-flex {
  align-items: center;
  justify-content: space-between;
  /*padding: 0 10%;*/
}
.product-txt i:last-child {
  color: #3b2e0e;
}

.hot-pro-sli .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #000;
  border-left: 3px solid ##b4886b;
}

.hot-pro-sli .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #000;
  border-right: 3px solid ##b4886b;
}
/*selleing-product-sec*/

/*sales-banners-sec*/
.sales-banners-sec {
  position: relative;
  height: 550px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.sales-banners-sec h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  padding-left: 5%;
}
.sales-banners-sec::before {
  content: "";
  position: absolute;
  right: 0;
  top: -10%;
  height: 10%;
  width: 4%;
  background-size: contain;
  background-image: url(../images/sale-banner-element.png);
  background-repeat: no-repeat;
}
.sales-banners-sec::after {
  content: "";
  position: absolute;
  background-image: url("../images/sales-banners-sec.png");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
/*sales-banners-sec*/

/*our-jellery-sec*/
.our-jellery-sec::after {
  content: "";
  position: absolute;
  right: -4%;
  top: 0;
  background-image: url(../images/our-jellery-element-t.png);
  height: 65%;
  width: 15%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
.our-jellery-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/our-jellery-element-l.png);
  height: 30%;
  width: 15%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
.our-jellery-sec {
  padding: 80px 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.our-jellery-sec h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.our-jellery-sli img {
  width: 150px;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}
.our-jellery-sli .slick-slide {
  opacity: 1;
}
.jellery-prod-box .product-txt {
  width: 100%;
  margin: 0% auto;
  padding: 0 15px;
  padding-top: 25px;
  padding-bottom: 30px;
}
.jellery-prod-box .product-txt h4 {
  font-size: 14px;
}
.jellery-prod-box:hover img {
  transform: scale(1.2);
}

.our-jellery-sli .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #000;
  border-left: 3px solid ##b4886b;
}

.our-jellery-sli .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #000;
  border-right: 3px solid ##b4886b;
}
.our-jellery-sli .slick-prev {
  left: -50px;
}
/*our-jellery-sec*/

/*our-blog-sec*/
.our-blog-sec {
  padding: 80px 0;
}
.our-blog-sec h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.blog-box {
  margin: 20px 0;
}
.blog-box:hover .blog-img-b img {
  transform: scale(1.3);
}
.blog-img-b {
  overflow: hidden;
  padding: 0 5px;
}
.blog-img-b img {
  transition: 0.3s ease-in-out;
}
.blog-txt {
  padding: 20px;
}
.blog-txt h6 {
  color: #b5b5b6;
  font-size: 16px;
  margin: 10px 0;
}
.blog-txt h4 {
  color: #fff;
  font-size: 20px;
}
.blog-txt h4 span {
  display: block;
}
.blog-txt p {
  line-height: 30px;
  font-weight: 400;
  color: #b5b5b6;
  font-size: 14px;
}
.blog-txt .read-btnss {
  display: flex;
  align-items: center;
  height: 50px;
  color: #b4886b;
}
/*our-blog-sec*/

/*footersec*/
.footer-sec {
  padding-top: 80px;
  background: #b4886b;
}
.footer-sec img:hover {
  transform: scale(1.07);
  cursor: pointer;
}
.footer-sec img {
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}
.footer-sec h5 {
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.footer-sec p {
  font-weight: 400;
  font-size: 14px;
  color: #878787;
}
.footer-sec .socail-icon {
  display: flex;
  margin: 20px 0;
}
.footer-sec .socail-icon li {
  margin-right: 25px;
}
.footer-sec .socail-icon li a i {
  color: #fff;
  transition: 0.3s ease-in-out;
}
.footer-sec .socail-icon li:hover a i {
  color: #a87a41;
  transform: scale(1.3);
}
.footer-sec .link-list {
  margin: 0% auto;
  width: 60%;
}
.footer-sec .mo-right {
  width: 60%;
  margin: 0% auto;
  margin-bottom: 20px;
}
.footer-sec .link-list li a {
  color: #878787;
  font-size: 14px;
  line-height: 40px;
  transition: 0.3s all;
}
.footer-sec .link-list li:hover a {
  padding-left: 5px;
  color: #a87a41;
}
.footer-sec .conact-list li a {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  transition: 0.3s all;
}
.footer-sec .conact-list li:hover a {
  padding-left: 5px;
  color: #878787;
}
.footer-sec .conact-list li i {
  color: #e0c9ad;
  /*margin-right: 10px;*/
  font-size: 20px;
  width: 30px;
}
.footer-sec .time-lin li {
  display: flex;
  justify-content: space-between;
  color: #9c9c9c;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
}
.footer-sec .time-lin li span {
  color: #9c9c9c;
  transition: 0.2s ease-in-out;
}
.footer-sec .time-lin li p {
  color: #9c9c9c;
  transition: 0.2s ease-in-out;
}
.footer-sec .time-lin li:hover span {
  color: #a87a41;
}
.footer-sec .time-lin li:hover p {
  color: #a87a41;
}
.copy-write {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-top: 1px solid #fff;
}
.copy-write p {
  color: #797979;
}
.copy-write p a {
  color: #797979;
  transition: 0.3s ease-in-out;
}
.copy-write p:hover a {
  color: #a87a41;
}
/*footersec*/

/*inner pages*/
.about-sec::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 7%;
  height: 50px;
  width: 50px;
  background-image: url(../images/about-sec-element.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.about-sec {
  padding: 120px 0;
  position: relative;
}

.img-about-b::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  height: 50%;
  width: 50%;
  background-image: url("../images/img-about-bg-r.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.img-about-b::before {
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  height: 50%;
  width: 50%;
  background-image: url("../images/img-about-bg-l.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.img-about-b {
  position: relative;
  height: 470px;
}
.img-1-b:hover img {
  transform: scale(1.3);
}
.img-2-b:hover img {
  transform: scale(1.3);
}
.img-1-b {
  position: absolute;
  left: 10%;
  top: 0;
  height: 300px;
  overflow: hidden;
  z-index: 0;
}
.img-2-b {
  position: absolute;
  right: 20%;
  bottom: 5%;
  height: 300px;
  overflow: hidden;
  z-index: 1;
}
.img-about-b img {
  height: 100%;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.about-sec h3 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 5px;
}
.about-sec h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}
.about-sec p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
}

.product-sec {
  padding: 80px 0;
}
.product-sec .product-img {
  background: transparent;
  border: 0;
}
.product-sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-sec ul li {
  margin-right: 10px;
}
.product-sec ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #0d1017;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-family: "Trajan Pro";
  font-weight: 700;
  font-size: 20px;
}
.product-sec ul li a:hover {
  background-image: linear-gradient(#b4886b, #141b2d);
}
.pagn-active {
  background-image: linear-gradient(#b4886b, #141b2d) !important;
}

.product-detail-sec {
  padding: 120px 0;
}
.product-detail-sec .hour-ul {
  display: flex;
  background-image: linear-gradient(#b4886b, #141b2d);
  align-items: center;
  height: 40px;
  padding: 0 20px;
  color: #fff;
}
.product-detail-sec .hour-ul li {
  width: 50%;
}
.product-detail-sec .hour-ul li img {
  margin-right: 10px;
  margin-top: -5px;
}
.product-detail-sec h2 {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
}
.product-detail-sec h2 span {
  display: block;
}
.detail-sli-conn {
  margin: 20px 0;
}
.detail-sli-conn .slick-slide {
  opacity: 1;
}
.btn-ul {
  display: flex;
  margin-top: 20px;
}

.btn-them-2:hover {
  color: #fff;
}
.btn-them-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 160px;
  color: #fff;
  background-image: linear-gradient(#b4886b, #141b2d);
  transition: 0.3s;
}
.btn-ul li:last-child {
  margin-left: 20px;
}

.input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  background: transparent;
  color: #fff;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 40px;
  user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: transparent;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.quan {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.quan li {
  display: inline-block;
  color: #000;
  font-weight: 600;
}
.quan li:first-child {
  margin-right: 5px;
}
.quan li:nth-child(2) {
  margin-right: 5px;
}
.quan li:nth-child(3) {
  margin-right: 7px;
}
.quan li:nth-child(3) a {
  display: inline-block;
  background-color: #352c6d;
  padding: 12px 35px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
}
.quan li:nth-child(4) a {
  padding: 12px 15px;
  color: #fff;
  background-color: #656565;
}
.quan li:nth-child(5) a {
  padding: 12px 15px;
  color: #fff;
  background-color: #656565;
}
.quan li:last-child a {
  padding: 12px 15px;
  color: #fff;
  background-color: #656565;
}

.quanty-box {
  padding: 20px 0;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
}
.quanty-box label {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.product-detail-sec h6 {
  color: #fff;
  font-size: 14px;
}
.product-detail-sec h6 a {
  color: #334681;
}
.product-detail-sec h5 {
  color: #fff;
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
  text-decoration: underline;
}
.product-detail-sec p {
  color: #828282;
  font-size: 14px;
  line-height: 30px;
}
.product-detail-sec .socail-icon {
  display: flex;
  margin: 20px 0;
}

.product-detail-sec .socail-icon li {
  margin-right: 25px;
}

.product-detail-sec .socail-icon li a i {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.product-detail-sec .socail-icon li:hover a i {
  color: #a87a41;
  transform: scale(1.3);
}

.description {
  padding-bottom: 80px;
}
.description p {
  color: #828282;
  font-size: 14px;
  line-height: 30px;
}
.description .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #828282;
  background-color: transparent;
  border-color: transparent;
}
.description .nav-tabs .nav-link {
  color: #828282;
  background-color: transparent;
  border-color: transparent;
}
.detail-sli-sec {
  padding-bottom: 80px;
}

/* Contact Section Begin */

.contact-form form {
  position: relative;
}

.contact-form .form-group {
  position: relative;
}
.contact-form .form-group::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  left: 40px;
  top: 1px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

.contact-form form input.form-control {
  height: 52px;
  border-radius: 5px;
  font-size: 15px;
  padding-left: 70px;
  border: 1px solid #c6c6c6;
  line-height: 0;
  box-shadow: none;
  color: #c6c6c6;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  font-family: "Poppins";
  display: flex;
  border-radius: 0;
}
.contact-form form input.form-control::placeholder {
  color: #909091;
}
.contact-form form textarea.form-control {
  font-size: 15px;
  border-radius: 0px;
  padding-left: 70px;
  padding-top: 13px;
  border: 1px solid #c6c6c6;
  letter-spacing: 0;
  box-shadow: none;
  resize: none;
  background-color: transparent;
  margin-top: 20px;
  color: #c6c6c6;
}

.contact-form .email {
  padding: 0;
}

.contact-form h4 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

.contact-form form textarea.form-control::placeholder {
  color: #909091;
}
.contact-form form .phone:before {
  position: absolute;
  content: "";
  width: 42px;
  height: 50px;
  background: url(../images/fom4.png);
  background-repeat: no-repeat;
  left: 16px;
  z-index: 1;
}

.footer_logo img {
  width: 30%;
}

.contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909091;
}

.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #e0c9ad;
  border: 1px solid #666;
  height: 70px;
  width: 70px;
  border-radius: 50px;
}

.cicle-icon img {
  margin: 0 auto;
}

.contact-info {
  background: transparent;
  width: 100%;
  display: inline-block;
  padding: 14px;
  margin-bottom: 10px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  /*border: 1px solid #c6c6c6;*/
}

.contact-main-sec h4 {
  margin: 0;
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  font-family: "Poppins";
  text-transform: uppercase;
}
.contact-main-sec h2 {
  margin: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  font-family: "Poppins";
  text-transform: uppercase;
}

.contact_text {
  padding-top: 17px;
}

.contact_text p {
  font-size: 16px;
  line-height: 25px;
  color: #8b8b8b;
  padding-top: 4px;
  font-weight: 400;
  font-family: "Poppins";
  letter-spacing: 1px;
}

.contact_text p a {
  font-size: 16px;
  color: #8b8b8b;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  margin-top: 3px;
  display: block;
  font-family: "Poppins";
}

.mailt {
  padding-left: 30px;
}

.contact_text a:hover {
  color: #8b8b8b;
}

.contact_text p a.email-text {
  font-size: 15px;
  color: #8b8b8b;
}

.contact_text p a.email-text:hover {
  color: #8b8b8b;
}

.contact-us {
  padding: 6% 0;
}

.contact-head {
  text-align: center;
}

.contact-head h2 {
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
.lg-btn {
  width: 100%;
}
.primary-btn {
  /* display: inline-block; */
  padding: 8px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  background: #00aa00;
  color: #fff;
  text-align: center;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  border-radius: 4px;
}
.cp {
  font-size: 17px;
  line-height: 27px;
}
.contact_heading {
  margin-bottom: 30px;
}
.contact_heading h2 {
  font-size: 45px;
  color: #000000;
  font-weight: bolder;
}

.contact-side-bar {
  padding-top: 50px;
}

.contact-main-sec {
  padding: 80px 0;
}
.contact-main-sec .them-btn-1 {
  margin-top: 20px;
}
.contact-form .form-group i {
  position: absolute;
  top: 17px;
  left: 13px;
  color: #7e7e7e;
  font-size: 20px;
}
.contact-form {
  margin-top: 40px;
}

/*CONTACT END*/

/* LOGIN PAGE CSS STRT */

.log-in-page-main {
  background-image: url("../images/abt_page_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.text-blue {
  color: #100c6c;
}

.text-black {
  color: #d60000 !important;
}
.shipping h4 {
  color: #d60000;
  margin: 0;
}
.shipping p {
  color: #333333;
  margin-bottom: 10px;
}
.estimate h4 {
  color: #d60000;
  margin: 0;
}
.estimate p {
  color: #333333;
  margin-bottom: 10px;
}

.log-in-wrap {
  padding: 20px;
  background-color: transparent;
  border: 2px solid #d7d7d7;
  border-radius: 5px;
}

.log-in-wrap h2 {
  margin: 0 0 20px 0;
  text-align: center;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins";
}

.width-100 {
  width: 100% !important;
}

.log-in-page-main .form-control {
  height: 50px;
  border-radius: 0;
  margin-bottom: 18px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #909090;
  width: 100%;
  border: 2px solid #ebebeb;
  border-radius: 5px;
}
.log-in-page-main .style-labe {
  color: #909090;
  font-size: 14px;
  padding-bottom: 5px;
  position: relative;
}
.log-in-page-main .style-labe::after {
  content: "*";
  position: absolute;
  right: -10px;
  color: #de0202;
  font-size: 14px;
}

.log-in-page-main .form-check label.form-check-label {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #909090;
}

.log-in-page-main .form-check,
.forgot-pass {
  display: inline-block;
}

.forgot-pass {
  width: 71%;
  text-align: right;
}

.forgot-pass a {
  font-size: 14px;
  font-weight: 500;
  color: #909090;
  margin: 0;
}

.agree-text {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #909090;
  font-weight: 500;
}

.term-condition {
  font-weight: 500;
  margin-left: 10px;
  color: #3f2bb8;
  border-bottom: 2px solid #3f2bb8;
}

.log-in-page-main .btn-primary {
  color: #000;
  background-color: #ec511a;
  border-color: #ec511a;
  border-radius: 0;
  margin-bottom: 20px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins";
}

.log-in-page-main .btn-primary:hover {
  background-color: rgba(253, 253, 253, 0);
  color: rgb(0, 0, 0);
  border: 1px solid #ec511a;
}

.log-in-page-main h2 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  margin: 0px 0 30px;
  text-transform: uppercase;
}

.them-btn-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  border: 0;
  background: linear-gradient(#b4886b, #141b2d);
  color: #fff;
}

/* LOGIN END */

/*CHECKOUT PAGE STRT*/

.billing_form {
  padding: 40px;
  /*background-color: #0e194a;*/
}

.billing_form h3 {
  margin-bottom: 30px;
  font-size: 28px;
  color: #000;
  margin: 0;
  margin-bottom: 20px;
  /* text-transform: lowercase; */
  font-family: "Montserrat";
  line-height: 28px;
}

.billing_form label {
  font-size: 13px;
  color: #373a33;
  line-height: 20px;
  font-weight: 600;
}

input[type="text"]::placeholder {
  font-family: "Montserrat";
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 500;
  line-height: 14px;
}
.radiosss p {
  color: #7c7c7c;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 600;
}

.billing_form input {
  width: 100%;
  height: 45px;
  border: 1px solid #373a33;
  margin-bottom: 20px;
  padding-left: 15px;
  background-color: #fff0;
  border-radius: 5px;
}
.billing_form input::placeholder {
  color: #7c7c7c;
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #7c7c7c;
  font-family: "Montserrat";
  font-weight: 500;
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  font-family: "Montserrat";
}

.cart_sidebar .cart_lst {
  margin-top: 20px;
  margin-bottom: 40px;
}

.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}
.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}
.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
}
.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}
.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}
.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}
.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}
.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}
.order_detail_table ul li span {
  float: right;
}
.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}
.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;

  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}
.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}
.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}
.check_menu ul li i {
  font-size: 18px;
}
.check_menu ul li.purp {
  color: #700ea3;
}

.cart_sidebar {
  padding: 40px 25px;
  border: 1px solid #373a33;
  border-radius: 0px;
}

.cart_sidebar h3 {
  font-size: 22px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  /* text-transform: capitalize; */
  line-height: 25px;
  font-family: "Montserrat";
  margin-bottom: 20px;
}

.cart_sidebar .h-sub {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #373a33;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  font-family: "Montserrat";
}

.cart_sidebar h5 span {
  float: right;
  color: red;
}
.cart_sidebar h4 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat";
}

.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #c6c6c6;
  font-family: "Montserrat";
}

.cart_sidebar ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.cart_sidebar ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #c6c6c6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}
.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}
.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
}
.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}
.cart_sidebar form select option {
  color: #000;
}
.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}
.cart_sidebar form input::placeholder {
  color: #b7b7b7;
}
.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}
.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn {
  padding: 14px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background: linear-gradient(#b4886b, #141b2d);
  text-transform: uppercase;
  border-radius: 100px;
}
.Quick_info ul li a {
  text-transform: lowercase;
  font-size: 14px;
}

ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  font-family: "Montserrat";
}

label {
  display: inline-block;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 20px;
  color: #7c7c7c;
  font-weight: 500;
  margin-bottom: 12px;
}

.cart_sidebar .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}
.cart_sidebar .radiosss-payments li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #0e194a;
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: 1px solid #fff;
  margin-left: 0;
  padding: 10px;
  background-color: #00000066;
}

.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}

.billing_form {
  border: 1px solid #373a33;
  padding: 20px;
}
/*CHECKOUT PAGE END*/

/* SECTION: Start Cart  */
.all-new-section {
  padding: 79px 0px;
}

.add-to-cart {
  position: relative;
}

.add-to-cart thead {
  background-color: #123222;
  color: #fff;
}
.add-to-cart .table > thead > tr > th {
  border-bottom: 0;
  padding-left: 30px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.add-to-cart thead tr th {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.table-space h3 {
  font-size: 16px;
  color: #161616;
  margin-bottom: 0px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
}

.table-space span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #161616;
}

.product-img {
  border: 1px solid #7c7c7c;
  display: inline-block;
  width: 100%;
  height: 120px;
  padding: 20px 10px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 10px;
}

.poduct-name {
  margin-left: 10px;
}

.table-space {
  display: flex;
  align-items: center;
  width: 100%;
}

.add-to-cart input {
  width: 100%;
  text-align: center;
  height: 49px;
  border-radius: 6px;
  border: 1px solid #e5e3e3;
  font-size: 23px;
  color: #333333;
  font-weight: 500;
  margin-top: 24px;
  background-color: #f7f7f7;
}
.add-to-cart a {
  font-size: 17px;
  display: block;
  text-align: center;
  padding-top: 9px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  text-decoration: none;
  color: #161616;
}

.poduct-name span:nth-child(2) {
  margin-bottom: 5px;
  display: inline-block;
}

.add-to-cart h4 {
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-top: 40px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
tr.space {
  border-bottom: 1px solid #ccc;
}

a.remove {
  background: #123222;
  color: #fff;
  font-size: 29px;
  padding: 10px 15px;
  border: none;
  margin-top: 25px;
  border-radius: 100px;
}

.proceed a {
  color: #123222;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.proceed i {
  margin-left: 10px;
}
.proceed .checkout-btn {
  background-color: #123222;
  border: none;
  padding: 20px;
  width: 100%;
  font-size: 20px;
  margin-top: 4px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #63ab1e 60%, #4a8f2c 100%);
  text-transform: uppercase;
}

.or-amazon a {
  text-decoration: none;
  text-align: center;
}
.total-section {
  border: 1px solid #7c7c7c;
  padding: 27px 20px;
  background-color: #f9f9f9;
  font-family: "Montserrat";
  border-radius: 10px;
}

.total-section li {
  font-size: 18px;
  padding-bottom: 20px;
  color: #000;
  font-weight: 500;
}

li.color-change {
  color: #123222;
  text-transform: uppercase;
  font-size: 24px;
}
.total-section li span {
  float: right;
}
.ship-estimate {
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 25px;
  border: 1px solid #e5e5e5;
}
.ship-estimate ul {
  margin-top: 20px;
  margin-bottom: 50px;
}
.ship-estimate li {
  font-size: 23px;
  color: #e86127;
  margin-bottom: 5px;
}

.ship-estimate .grey-style {
  color: #000;
  font-size: 16px;
}

/*CART END*/

/*CHECKOUT PAGE STRT*/

.billing_form {
  padding: 40px;
  /*background-color: #0e194a;*/
}

.billing_form h3 {
  margin-bottom: 30px;
  font-size: 28px;
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
  /* text-transform: lowercase; */
  font-family: "Montserrat";
  line-height: 28px;
}

.billing_form label {
  font-size: 13px;
  color: #7c7c7c;
  line-height: 20px;
  font-weight: 600;
}

input[type="text"]::placeholder {
  font-family: "Montserrat";
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 500;
  line-height: 14px;
}
.radiosss p {
  color: #7c7c7c;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 600;
}

.billing_form input {
  width: 100%;
  height: 45px;
  border: 1px solid #373a33;
  margin-bottom: 20px;
  padding-left: 15px;
  background-color: #fff0;
  border-radius: 5px;
  color: #c6c6c6;
}
.billing_form input::placeholder {
  color: #7c7c7c;
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #7c7c7c;
  font-family: "Montserrat";
  font-weight: 500;
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat";
}

.cart_sidebar .cart_lst {
  margin-top: 20px;
  margin-bottom: 40px;
}

/*cart*/

/* CART PAGES CSS:STRT */

.product-cart figure,
.product-cart article {
  display: inline-block;
}

.product-cart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cart-page-tble thead tr {
  height: 40px;
  color: #fff;
  background-image: linear-gradient(#b4886b, #141b2d);
}

.cart-page-tble thead tr th {
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Cormorant";
}

.cart-page-tble tbody tr td {
  padding: 20px 0px;
}

table.cart-page-tble {
  width: 100%;
}

.product-cart article p {
  font-weight: 500;
  font-family: "Poppins";
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.product-cart article {
  margin-left: 10px !important;
}

.cart-page-tble tbody tr td input {
  height: 60px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  color: #000;
}

.update-cart {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  font-family: "Poppins";
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
}

.unit-sub-price-text {
  font-size: 17px;
  color: #fff;
  font-family: "Poppins";
  font-weight: 600;
}

.cart-page-tble tbody tr {
  border-bottom: 1px solid #c4c4c4;
}
.cart-page-tble tbody tr td i {
  background: linear-gradient(#b4886b, #141b2d);
  border-radius: 50%;
}

.cart-cross {
  height: 40px;
  width: 40px;
  font-size: 25px;
  background: #000000;
  color: #fff;
  padding: 7px;
}

.total-box,
.total-f,
.shipping-box {
  padding: 30px 50px 0 50px;
  background-color: #f6f6f6;
  border: 1px solid #c4c4c4;
}

.total-f {
  padding: 10px 50px 10px 50px;
  background-color: #f6f6f6;
  border-top: 0 !important;
}

.total-box .sum li {
  font-family: "Poppins";
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
}
.total-f h4 {
  color: #d60000;
}

.total-box .sum li span {
  margin-left: 60px;
}

.total-f span {
  margin-left: 71px;
}

.cart-paypal-box {
  margin-top: 30px;
  padding: 25px;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  background: #fff;
}

.cart-paypal-box p {
  display: block;
  width: fit-content;
  margin: auto;
  background-color: #fff;
  padding: 4px 20px;
  margin-top: -43px;
  margin-bottom: 20px;
  font-weight: 600;
  border: 1px solid #c4c4c4;
  color: #000;
}

.pd-12-110 {
  padding: 12px 110px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-minus-60 {
  margin-top: -60px;
}

.cart-main-sec {
  padding: 80px 0;
}

.cart_btn {
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  color: #fff;
  /*border: 2px solid #e5e5e5;*/
  border-radius: 100px;
  background: linear-gradient(#b4886b, #141b2d);
}

.product-cart img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.product-cart figure {
  padding: 10px;
  margin: 0;
  background-color: #eaeaea;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
}
/* CART PAGES CSS:END */

.our-jellery-sli .product-img {
  background: transparent;
  border: 0;
  display: inherit;
}
.hot-pro-sli .product-img {
  background: transparent;
  border: 0;
}

/*inner pages*/

/*media query*/
@media only screen and (max-width: 1440px) {
  .product-txt .d-flex {
    display: block !important;
  }
  .contact-info {
    display: block;
    height: auto;
  }
  .menuSec ul li a {
    padding: 0 15px;
  }
  .banner_text {
    padding-left: 100px;
  }
  .cate-box h2 {
    font-size: 25px;
  }
  .jellery-cate-sec .vc_row {
    display: flex;
  }
  .product-txt {
    width: 100%;
    margin: 0;
  }
  .topSec ul li:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
	.about-sec p {
    margin-left: -107%;
		margin-top:120px;
}
  .contact-info > * {
    width: 100%;
  }

  .contact-main-sec h2 {
    font-size: 18px;
    line-height: 1;
  }
  .cicle-icon i {
    height: 50px;
    width: 50px;
  }
  .topSec ul li:nth-child(3) {
    display: none;
  }
  .menuSec ul li a {
    padding: 0 15px;
  }
  .banner_text h1 {
    font-size: 60px;
    margin-bottom: 15px;
  }
  .cate-box h2 {
    font-size: 20px;
  }
  .jellery-cate-r {
    background-position: top right;
  }
  .product-txt {
    width: 90%;
    margin: 0% auto;
    padding: 0 15px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .product-img img {
    height: 120px;
  }
  .product-txt h5 span {
    font: 14px "Poppins", sans-serif;
  }
  .product-txt h5 {
    font-size: 20px;
  }
  .product-txt h4 {
    font-size: 14px;
  }
  .sales-banners-sec {
    height: 450px;
  }
  .product-txt i {
    font-size: 10px;
  }
  .our-blog-sec {
    padding: 40px 0;
  }
  .blog-txt h4 {
    color: #fff;
    font-size: 16px;
  }
  .footer-sec .time-lin li span {
    font-size: 11px;
  }
  .footer-sec .time-lin li p {
    font-size: 13px;
  }
  .footer-sec .mo-right {
    width: 85%;
  }
}

@media only screen and (max-width: 768px) {
	
	.about-sec p {
    margin-top:0px;
		margin-left: -107%;
}
  .cate-box {
    padding: 30px 10px 0;
  }
  .divler-s {
    gap: 20px;
    margin: 0 -20px;
  }
  ul#menu {
    margin: 0 -30px;
  }
  .switcher {
    margin: 0 10px;
    width: 133px;
  }
  .top-bar-left p {
    font-size: 12px;
  }
  .top-bar-right p {
    font-size: 11px;
  }
  .topSec ul li a {
    font-size: 14px;
  }
  .menuSec ul li a {
    padding: 0px 10px;
  }
  .menuSec ul {
    text-align: center;
  }
  .sid-bar ul li a {
    padding: 0 13px;
  }
  .sid-bar ul li img {
    margin: 0 10px;
    height: 15px;
  }
  .sid-bar ul .lin-right::after {
    content: "";
    position: absolute;
    right: -1px;
    height: 30px;
    width: 1px;
    background: #fff;
    top: 0px;
    opacity: 0;
  }
  ul.divler-s p {
    font-size: 13px;
  }
  .btn-s a::after {
    content: "";
    position: absolute;
    right: -20px;
    height: 1px;
    width: 40px;
    background: #fff;
    top: 12px;
  }
  .product-cater {
    padding: 40px 0;
  }
  .cate-box {
    margin-bottom: 20px;
  }
  .our-blog-sec .col-lg-4 {
    width: 50%;
  }
  .cate-box h2 {
    font-size: 15px;
    text-align: right;
  }
  .jellery-cate-l {
    margin-bottom: 15px;
  }
  .footer-sec .link-list {
    width: 100%;
  }
  .footer-sec .mo-right {
    width: 100%;
  }
  .blog-box {
    margin: 20px 0;
    width: 100%;
    margin: 30px auto;
    margin-bottom: 20px;
  }
  .blog-img-b img {
    display: block;
    margin: 0% auto;
  }
  .sales-banners-sec::before {
    width: 7%;
  }
}

@media only screen and (max-width: 600px) {
	.about-sec p {
    margin-left: 0;
}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images,body .summary.entry-summary {
		width: 100% !important;
	}
	.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt{
		width:auto !important;
	}

	ul.tabs.wc-tabs li {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
	}
  .our-blog-sec .col-lg-4 {
    width: 100%;
  }
  .product-box {
    width: 100%;
  }
  .vc_col-sm-6.jellery-cate-l,
  .vc_col-sm-6.jellery-cate-r {
    width: 100% !important;
  }

  .jellery-cate-sec .vc_row {
    flex-flow: wrap;
  }
  .sid-bar ul li a {
    padding: 0 5px;
  }
  li.lin-right > a:first-child {
    display: none;
  }
  .col-6.col-md-4.col-sm-3 {
    width: 100%;
  }

  .top-bar-left {
    text-align: center;
  }
  .col-lg-6 {
    width: 100% !important;
  }
  .slicknav_menu {
    background: #0e0e0e;
  }
  .header-logo {
    position: absolute;
    top: 10px;
  }
  .slicknav_nav {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    background: black;
    height: auto;
    z-index: 999999;
  }
  .top-bar-right p {
    font-size: 12px;
  }
  .top-bar-left p {
    font-size: 11px;
  }
  .home .carousel-inner img {
    height: 500px;
    object-fit: cover;
    object-position: right top;
  }

  .banner_text {
    padding-left: 0;
    text-align: center;
  }
  .banner_text p {
    padding: 0;
  }
  .banner_text h1 {
    font-size: 45px;
    margin-bottom: 5px;
  }
  .banner_text a {
    margin: 0% auto;
  }
  .main_slider button {
    opacity: 0;
  }
  .divler-s {
    display: block;
    justify-content: space-between;
    margin: 0% auto;
    width: 100%;
  }
  ul.divler-s p {
    font-size: 16px;
  }
  .divler-s li {
    margin-bottom: 15px;
  }
  .btn-s {
    justify-content: center;
  }
  .btn-s a::after {
    width: 80px;
    right: 20px;
  }
  .sales-banners-sec {
    height: 300px;
  }
  .sales-banners-sec h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding-left: 0;
    text-align: center;
  }
  .blog-box {
    width: 100%;
  }
  .footer-sec .time-lin li span {
    font-size: 14px;
  }
  .dively-sec {
    padding: 20px 0;
  }
  .product-cater {
    padding: 20px 0;
  }
  .selleing-product-sec {
    padding: 20px 0;
  }
  section.cart-main-sec .col-md-9 {
    overflow-x: scroll;
  }
  table.cart-page-tble {
    width: 700px;
  }
  .img-1-b {
    left: 0;
  }
  .img-2-b {
    right: 0;
  }
  .contact-info {
    justify-content: left;
  }
  .cicle-icon {
    margin-right: 15px;
  }
  .cate-box h2 {
    font-size: 24px;
  }
  .jellery-cate-sec h2 {
    font-size: 39px;
  }
  ul#menu-menu-1 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 400px) {
  .carousel-caption {
    background: #000000b3;
  }
  .topSec {
    height: auto;
  }
  .top-bar-left p {
    font-size: 9px;
  }
  .top-bar-right p {
    font-size: 10px;
  }
  .banner_text h1 {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
/*media query*/
