*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.no-padding {
  padding: 0;
  overflow: hidden;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

ol,
ul,
li {
  margin: 0px;
  padding: 0px;
}

@font-face 
{
  font-family: 'OptimaMedium';
  src: url('fonts/Optima Medium.woff.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face 
{
  font-family: 'Optima';
  src:  url('fonts/OptimaLTPro-Roman.woff2') format('woff2'),
        url('fonts/OPTIMA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face 
{
  font-family: 'OptimaBold';
  src:  url('fonts/OptimaLTPro-Bold.woff2') format('woff2'),
        url('fonts/OPTIMA_B.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face 
{
  font-family: 'OptimaItalic';
  src: url('fonts/Optima_Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*   With Public   */


@font-face 
{
  font-family: 'OptimaMedium';
  src: url('Public/fonts/Optima Medium.woff.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face 
{
  font-family: 'Optima';
  src:  url('Public/fonts/OptimaLTPro-Roman.woff2') format('woff2'),
        url('Public/fonts/OPTIMA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face 
{
  font-family: 'OptimaBold';
  src:  url('Public/fonts/OptimaLTPro-Bold.woff2') format('woff2'),
        url('Public/fonts/OPTIMA_B.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face 
{
  font-family: 'OptimaItalic';
  src: url('Public/fonts/Optima_Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Veriable Define */

:root {
  --primary-color: #FACE1C;
  --secondry-color: #a48234;
  --tertiary-color: #c3c3c3;
  --bg-primary-color: #1a1919;
  --bg-secondry-color: #0e0e0e;
  --white-color: #ffffff;
  --black-color: #000000;
  --primary-font: "Playfair Display", serif;
  --secondry-font: "Poppins", sans-serif;

  

  --primary-color-darkblack: #101010;
  --primary-color-black: #212121;
  --primary-color-lightblack: #363636;
  --primary-color-yellow: #FACE1C;
  --primary-color-red: #DB1D1D;
  /*--primary-color-white: #F9F9F9;*/
  --primary-color-white: #fff;




  --font-set-regular:"Optima" serif !important;
  --font-set-medium: "OptimaMedium" serif !important;
  --font-set-Bold: "OptimaBold" serif !important;
  --font-set-Italic: "OptimaItalic" serif !important;
}


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



/* Headings & Text */

body {
  color: #fff;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--secondry-color);
}

a:hover {
  color: var(--secondry-color);
}

.sec-breadcrum
{
    text-align: center;
    padding: 30px;
    background-color: var(--primary-color-black);
}
.sec-breadcrum p
{
    font-size: 15px;
    color: #fff;
}
.sec-breadcrum .h2-heading
{
    font-size: 32px;
    color: #fff;
    letter-spacing: 2px;
}
.main-menu > nav > ul > li:hover > a
{

}


.h1-heading {
  font-size: 60px;
  line-height: 1.25;
  font-family: var(--secondry-font);
  color: var(--primary-color);
}

.h2-heading {
  font-size: 40px;
  font-weight: 100;
  line-height: 1.25;
  text-transform: capitalize;
  font-family: var(--secondry-font);
  color: var(--primary-color-white);
  margin: 0;
}

.h3-heading {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
  font-family: var(--secondry-font);
  color: var(--primary-color);
  margin: 0;
}

.product-content .brand
{
    margin-top: 10px;
}



.h4-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--secondry-font);
  color: var(--primary-color);
  margin: 0;
}
.product-content  .h4-heading
{
  margin-top: 15px;
  color: #fff;
  font-size: 26px;
}

.product-content .p-content
{
  line-height: 0.25;
}

.h5-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
  font-family: var(--secondry-font);
  color: var(--primary-color);
  margin: 0;
}

.h6-heading {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
  font-family: var(--secondry-font);
  color: var(--primary-color);
  margin: 0;
}

.sml-heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
  font-family: var(--secondry-font);
  color: var(--secondry-color);
  margin: 0;
}

.p-content {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  font-family: var(--secondry-font);
  color: var(--tertiary-color);
  margin: 0;
}

/* Buttons */

.fill-btn {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--secondry-font);
  padding: 12px 30px;
  border: none;
  color: var(--black-color);
  border-radius: 0;
  background-color: var(--primary-color);
}

.fill-btn:hover {
  background-color: var(--secondry-color);
  color: var(--bg-secondry-color);
  transition: all 0.5s;
}

.primary-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: var(--secondry-color);
  cursor: pointer;
  position: relative;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--secondry-font);
  transition: all 0.15s ease;
}

.primary-btn::before,
.primary-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid var(--secondry-color);
  transition: all 0.15s ease;
}

.primary-btn::before {
  top: 0;
  border-bottom-width: 0;
}

.primary-btn::after {
  bottom: 0;
  border-top-width: 0;
}

.primary-btn:active,
.primary-btn:focus {
  outline: none;
}

.primary-btn:active::before,
.primary-btn:active::after {
  right: 3px;
  left: 3px;
}

.primary-btn:active::before {
  top: 3px;
}

.primary-btn:active::after {
  bottom: 3px;
}

.btn-lg-1 {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: var(--white-color);
  background-color: transparent;
  overflow: hidden;
}

.btn-sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: var(--secondry-color);
  transform: skew(-15deg);
  transition: all 0.2s ease;
}

.btn-text {
  position: relative;
}

.primary-btn:hover .btn-sl {
  width: calc(100% + 15px);
}

.dropdown-menu {
  background-color: var(--bg-secondry-color);
  border-radius: 0;
  z-index: 10;
  /*margin: 20px;*/
}

.dropdown-menu .dropdown-item {
  margin-bottom: 10px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--bg-primary-color);
  color: var(--text-white);
}

.dropdown-mega .dropdown-menu {
  width: 100%;
}

.mega-content {
  padding: 0 24px;
}

.mega-nav-content {
  padding: 5px;
}

.dropdown-mega h5 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 400;
  font-family: var(--primary-font);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--primary-color);
  margin: 0;
}

.list-group {
  margin-top: 30px;
}

.list-group .list-group-item {
  color: var(--secondry-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--secondry-font);
  text-transform: capitalize;
  border: none;
  background: transparent;
  padding: 12px 0px;
}

.list-group .list-group-item:hover {
  transition: all 0.3s ease;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Form */

.form-control:focus {
  color: transparent;
  background-color: transparent;
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(182, 126, 6, 0.25);
}

/* Header */

.mobile-screen {
  display: none;
}

nav {
  width: 100%;
  background-color: var(--bg-secondry-color);
  /*padding: 20px 0px;*/
}

.navbar-nav {
  margin: 0 auto;
}

.navbar-nav a {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--secondry-font);
  color: var(--secondry-color);
  margin-right: 20px;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--secondry-color);
}

.navbar-nav a:hover {
  color: var(--primary-color-yellow);
  transition: all 0.5s ease;
}

.burger-menu {
  color: #e8c480;
  font-size: 24px;
}

.nb-right {
  text-align: end;
}

.shopping-bag-cart {
  font-size: 30px;
  margin-right: 20px;
}
.nb-right i {
  font-size: 24px;
  color: var(--primary-color);
  margin-right: 30px;
  cursor: pointer;
}

.search-btn i {
  font-size: 18px;
  padding-right: 10px;
}

.search {
  width: 100%;
  position: relative;
  right: 20px;
}

.searchTerm {
  width: 100%;
  padding: 8px;
  outline: none;
  background: none;
  border: 1px solid var(--secondry-color);
  border-radius: 50px;
  font-size: 14px;
  font-family: var(--secondry-font);
  color: var(--tertiary-color);
  padding-left: 14px;
  padding-right: 40px;
}

.searchButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 2;
  opacity: 0;
  cursor: pointer;
}
.search:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  line-height: 40px;
  font-family: "FontAwesome";
  content: "\f002";
  text-align: center;
  border-radius: 5px;
}

.nb-right i:hover {
  color: var(--secondry-color);
}

.nav-item:hover .dropdown-menu {
  position: absolute;
  right: 0;
  display: block;
  padding: 20px;
}

/* Banner */

.banner-sec {
  width: 100%;
  background: var(--black-color);
}

.banner-img img {
  width: 100%;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  background-color: var(--primary-color) !important;
  border-radius: 100%;
}

.owl-theme .owl-dots .owl-dot span .next-btn,
.pre-btn {
  font-size: 30px;
  line-height: 1.5;
  width: 50px;
  height: 50px;
  background: none;
  border: 2px solid var(--secondry-color);
  border-radius: 50%;
}

.next-btn,
.pre-btn {
  color: var(--primary-color);
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

/* Feature Products */

.for-mobile {
  display: none;
}

.middle {
  transition: 0.5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.middle .p-name {
  color: var(--primary-color);
  font-size: 15px;
  width: 150px;
  height: 28px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border: 1px solid #a48234;
}

.middle .hex-name 
{
  color: var(--primary-color-white);
  font-size: 15px;
  padding: 0 15px;
    /* background: rgba(0, 0, 0, 0.3); */
  cursor: pointer;
    /* border: 1px solid #a48234; */
}

.middle .hex-name:hover
{
    font-size: 15px;
    transition: 0.5s ease;
}

h2.primary_color.poppin_medium.sub_heading.text-center.mb-0 {
  padding-top: 98px;
}

.featured-images.container-custom.d-flex.justify-content-between {
  margin-top: 98px;
  margin: 98px 120px 0;
}

img.image-2 {
  margin: -115px 100px 0;
}

.featured-images.second.container-custom.d-flex.justify-content-between {
  margin-top: -130px;
}

.featured-pro.container-custom.second {
  padding-bottom: 113px;
}

.featured-images.second.container-custom.d-flex.justify-content-center {
  margin-top: -10px;
}

.img-container {
  position: relative;
  margin-top: 30px;
}

.image {
  opacity: 1;
  transition: 0.5s ease;
}

.middle.bottom-img {
  top: 20px;
}

.img-container:hover .image {
  opacity: 0.3;
}

.img-container:hover .image-2 {
  opacity: 0.3;
}

.img-container:hover .middle {
  opacity: 1;
}

.featured-images.container-custom.d-flex.justify-content-center {
  margin-top: -10px;
}

div#home_footer {
  padding: 156px 0px 100px 0px;
}

ul.d-flex.align-items-center.pl-0 {
  margin-top: 36px;
}

.contact-info {
  margin-top: 46px;
}

.contact-footer:before {
  content: "";
  width: 2px;
  height: 190.7px;
  background: #e8c480;
  display: block;
  position: absolute;
}

.contact-footer {
  position: relative;
}

.address-info {
  margin-top: 46px;
}

.main-address {
  margin-left: 39px;
}

.row.footer {
  justify-content: space-between;
}

.slider.categories-banner.w-100 {
  background: #050d10;
}

.filterbar {
  padding-top: 52px;
}

.product-categories h1.primary_color.poppin_medium.inner_sub_heading {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.product-categories p.text-light.globle_font_size {
  width: 334px;
}

.product-categories span {
  font-size: 26px;
}

.banner-desc {
  width: 451px;
}

.main-background {
  background-color: #0e0e0e;
}

button.slide-arrow.next-arrow.right_arrow.product-arrow.slick-arrow {
  right: -70px;
  top: 50%;
}

button.slide-arrow.prev-arrow.left_arrow.product-arrow.slick-arrow {
  top: 50%;
  left: -70px;
}

.tag {
  position: absolute;
  top: 30px;
  left: 30px;
}

p.text-white.product-tag {
  background: #e8c480;
  padding: 5px 15px;
  text-align: center;
}

img.image-tag {
  background: #e8c480;
  margin: 0 20px;
  padding: 17px 16px 17px 16px;
}

.bottom-tag {
  margin-top: -35px;
  opacity: 0;
  transition: 0.5s;
}

.main-image:hover .bottom-tag {
  opacity: 1;
  cursor: pointer;
}

.btn-product {
  transition: 0.5s;
}

.btn-product:hover {
  background: #a48234 !important;
  color: #fff;
}

p.text-white.product-tag {
  background: #e8c480;
}

.sale {
  background-color: #a48234;
}

span.primary_color.poppin_medium {
  font-size: 32px;
}

.featured-product-section {
  padding: 0px;
  background-color: var(--bg-secondry-color);
  max-height: 800px;
}

.featured-product-h2 {
  margin: 35px;
}

.featured-product-section h2 {
  text-align: center;
}

.featured-product-section img {
  transition: 0.5s;
  /* height: 240px;  */
}

.featured-product-section img:hover
{
    /*opacity: 0.3;*/
}

.FP-three-row-one 
{
    display: flex;
    justify-content: center;
    column-gap: 150px;
}

.FP-two-row-one {
  display: flex;
  justify-content: center;
  column-gap: 155px;
  position: relative;
  /*bottom: 0;*/
  /*top: 100px;*/
}

.FP-three-row-two {
  display: flex;
  justify-content: center;
  column-gap: 160px;
  position: relative;
  bottom: 180px;
}

.FP-two-row-two {
  display: flex;
  justify-content: center;
  column-gap: 160px;
  position: relative;
  bottom: 274px !important;
}

.prev-slider {
  left: unset;
  right: 60px;
}

.next-slider,
.prev-slider {
  position: absolute;
  top: unset;
  bottom: 40px;
  opacity: 1;
  display: none;
}

/* Under Garments */

.u-garments-sec {
  width: 100%;
  background-color: var(--bg-primary-color);
  padding: 80px 0px;
}

.sec-imgs {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.ug-img {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.ug-img img {
  width: 100%;
}

.img-tag {
  display: flex;
  justify-content: space-between;
  margin: -25px 80px 0px;
}

.tag-icon {
  padding: 8px 12px;
  background-color: var(--primary-color);
  opacity: 0;
}

.tag-icon i {
  font-size: 24px;
  color: var(--bg-secondry-color);
}

a:hover .tag-icon {
  opacity: 10;
  transition: 0.5s;
}

.label {
  position: absolute;
  top: 20px;
  left: 14px;
  padding: 5px 15px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 18px;
  text-transform: capitalize;
}

.ug-sec-heading {
  padding-top: 80px;
  position: relative;
  z-index: 100;
}

.ug-sec-heading h3 {
  margin-bottom: 10px;
}

.ug-sec-heading p {
  margin-bottom: 40px;
}

.img-content 
{
  /*margin-top: 20px;*/
  border-top: 1px solid #343434;
  text-align: center;
  padding: 25px 25px 20px 25px;
}

.sec-imgs .img-content p img
{
    width: 115px;
}

.img-content h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.img-content p {
  margin-bottom: 20px;
}

.img-content del {
  color: var(--secondry-color);
  margin-left: 10px;
}

/* Statements Section */

.statement-sec {
  /*background-image: url(../assest/images/Home-page/uder-garments/banner_parax1.png); */
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)),
    url(../assest/images/Home-page/uder-garments/banner_parax1.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.statement-sec-heading {
  padding: 80px 0px;
}

.statement-sec-heading h3 {
  margin-bottom: 10px;
}

.statement-sec-heading p {
  padding-bottom: 20px;
}

/* Jewellery Section */

.jewellery-sec {
  width: 100%;
  background-color: var(--bg-primary-color);
  padding: 80px 0px;
}

.jewellery-img img {
  width: 100%;
}

.jewellery-sec-heading {
  margin-top: 50px;
}

.jewellery-sec-heading h3 {
  margin-bottom: 10px;
}

.jewellery-sec-heading p {
  margin-bottom: 40px;
}

/* Hand Bag Section */

.hand-bag-sec {
  width: 100%;
  background-color: var(--bg-secondry-color);
  padding: 80px 0px;
}

.hand-bag-sec-heading {
  margin-top: 60px;
}

.hand-bag-sec-heading h3 {
  margin-bottom: 10px;
}

.hand-bag-sec-heading p {
  margin-bottom: 40px;
}

/* Most View Products Section */

.mvp-sec {
  width: 100%;
  background-color: var(--bg-primary-color);
  padding: 80px 0px;
  text-align: center;
}

.slider-width {
  padding: 0px 150px;
}

.mvp-sec h2 {
  margin-bottom: 60px;
}

.mvp-img {
  width: 100%;
  position: relative;
}

.mvp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ad-to-bag {
  width: 100%;
  padding: 7px 0px;
  background-color: var(--secondry-color);
  text-align: center;
  margin-bottom: 30px;
}

.ad-to-bag:hover {
  background-color: var(--primary-color);
  cursor: pointer;
}

.ad-to-bag span {
  font-size: 14px;
  font-family: var(--secondry-font);
  color: var(--black-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ad-to-bag i {
  font-size: 24px;
  margin-right: 10px;
}

/* Footer Section */

.footer-sec {
  width: 100%;
  padding: 80px 0px;
  background-color: var(--primary-color-black);
  /*border-top: 2px solid var(--secondry-color);*/
}

.footer-content h4 {
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 1px;
}

.footer-content a {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--secondry-font);
  text-transform: capitalize;
  color: var(--secondry-color);
  margin-right: 20px;
}

.footer-content a:hover {
  color: var(--tertiary-color);
}

.f-contact h5 {
  margin-bottom: 30px;
  /* font-size: 24px;*/
}

.f-contact a {
  display: block;
  color: var(--tertiary-color);
  font-family: var(--secondry-font);
}

.f-contact a:hover {
  color: var(--secondry-color);
}

.f-address h5,
.f-contact h5,
.f-links h5,
.footer-content h4 
{
    margin-bottom: 5px;
    padding: 30px 0px;
    color: #fff !important;
    font-size: 22px;
    text-transform: capitalize;
}

.f-links ul li {
  list-style-type: none;
  margin-bottom: 15px;
}

.f-links ul li a {
  color: #fff;
  font-family: var(--secondry-font);
  font-size: 16px;
}

.f-links ul li a:hover {
  color: var(--primary-color-yellow);
}

.f-line-class {
  position: relative;
}

.f-line-class:before {
  content: "";
  width: 2px;
  height: 190.7px;
  background: var(--secondry-color);
  display: block;
  position: absolute;
  left: -15px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */
/* INNER PAGES */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */

/* Profile Menu Page */

.profile-menu-banner-sec {
  width: 100%;
  height: 100vh;
  background-color: var(--black-color);
}

.profile-manu-banner-img {
  width: 100%;
  height: 100vh;
}

.profile-manu-banner-img img {
  width: 650px;
  object-fit: cover;
  object-position: center;
}

/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
}

.caret-icon {
  display: inline-block;
  color: var(--primary-color);
  font-family: var(--primary-font);
  margin-right: 12px;
  font-size: 18px;
  padding: 10px 30px 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.caret-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--primary-color);
}

.caret-input {
  display: none;
}

.profile-menu {
  position: absolute;
  right: 0;
  z-index: 100;
  top: 100%;
  text-align: left;
  padding: 20px 40px 20px 20px;
  border-left: 2px solid var(--primary-color);
  background-color: var(--bg-primary-color);
  list-style-type: none;
}

.caret-input + .profile-menu {
  display: none;
}

.caret-input:checked + .profile-menu {
  display: block;
}

.profile-menu li {
  font-size: 16px;
  line-height: 36px;
  font-family: var(--primary-font);
  cursor: pointer;
  white-space: nowrap;
}

.profile-menu li span {
  margin-right: 10px;
}

.profile-menu a {
  color: var(--primary-color);
}

.profile-menu a:hover {
  color: var(--secondry-color);
}

/* Product Page */

.product-bg-page {
  width: 100%;
  padding: 0px 0px;
  background: var(--bg-secondry-color);
}
.product-1
{
    padding-top: 3rem;
}

.list-imgs img:hover {
  border: 1px solid var(--primary-color);
}

.list-imgs img {
  width: 100%;
  margin: 10px 0px;
}

.thumb-img img {
  width: 100%;
  margin: 10px 0px;
}

.product-content {
  max-width: 460px;
}
.product-content .brand .p-content
{
    color: #fff;
    margin-bottom: 2px !important;
}
.product-content .BrandName
{
  color: var(--primary-color-yellow);
}
.product-content .brand .h6-heading ,  .product-content .brand .p-content
{
  font-size: 12px;
}

.product-content h4 {
  font-size: 20px;
  padding-bottom: 20px;
}

.product-content p {
  font-size: 14px;
  font-weight: 400;
}

.product-id p {
  font-size: 14px;
  color: var(--secondry-color);
}
.product-id .p-content
{
  color: #fff;
}

.product-id span {
  font-family: var(--secondry-font);
}

.select-color {
  margin-top: 60px;
}

.select-color h5 {
  font-family: var(--secondry-font);
}

.color-sample {
  width: 100%;
  height: 50px;
  margin-top: 30px;
}

.style-1 {
  background: var(--black-color);
}

.style-2 {
  background: var(--secondry-color);
}

.style-3 {
  background: var(--primary-color);
}

.style-4 {
  background: var(--tertiary-color);
}

.size-number {
  width: 100%;
  padding: 8px;
  margin-top: 30px;
  background: none;
  border: 1px solid var(--secondry-color);
  text-align: center;
  color: var(--primary-color);
  text-transform: uppercase;
}

.select-color h4 {
  font-size: 40px;
  font-weight: 500px;
  margin-top: 30px;
}

.add-bag {
  width: 100%;
  padding: 10px;
  margin-top: 16px;
  background: none;
  border: 1px solid var(--secondry-color);
  text-align: center;
  color: var(--secondry-color);
  text-transform: uppercase;
}

.add-bag i {
  font-size: 24px;
  line-height: 24px;
}

.add-bag i:hover {
  /*color: var(--primary-color); */
}

.add-bag.add_wish
{
    width: 80px;
    background-color: var(--primary-color-lightblack);
    border: 0;
}
.add-bag.add_wish:hover
{
  background-color: var(--primary-color-yellow);
  color: #fff;
}
.public_view span
{
  color: #fff;
}

.fill-style {
    font-size: 15px;
    font-family: var(--secondry-font);
    color: #fff;
    display: flex;
    justify-content: center;
    justify-items: center;
    background-color: var(--primary-color-lightblack);
    border: 2px solid var(--primary-color-lightblack);
}

.fill-style:hover {
  background: var(--primary-color-yellow);
  cursor: pointer
  color: var(--primary-color-darkblack);
  border: 1px solid var(--primary-color-darkblack);

}

.fill-style a {
  color: var(--bg-secondry-color);
}

.fill-style i {
  font-size: 24px;
  margin-right: 12px;
}

/* Payment Method Page */

.pm-contact-info-area {
  padding: 80px 0px;
}

.pm-contact-info h5 {
  padding-bottom: 20px;
}

.pm-contact-info p {
  line-height: 30px;
}

.pm-contact-info a {
  color: var(--tertiary-color);
}

.pm-contact-info a:hover {
  color: var(--primary-color);
}

.pm-payment-method {
  margin-top: 40px;
}

.pm-payment-method h5 {
  padding-bottom: 20px;
}

input[type="radio"] {
  appearance: none;
}

input[type="radio"] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  color: var(--tertiary-color);
}

input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  border: 1px solid var(--secondry-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
}

input[type="radio"] + label::after {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border: 1px solid var(--secondry-color);
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}

input[type="radio"]:checked + label::after {
  opacity: 1;
}

/* Categories Page */

.category-banner-sec {
  width: 100%;
  height: 500px;
  background-image: url(../assest/images/category-page/cp-banner-img.png);
  background-color: #050d10;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.category-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 500px;
}

.category-banner-content p {
  margin-top: 20px;
}

.jewellery-gallery-sec {
  width: 100%;
  background-color: var(--bg-secondry-color);
  padding-bottom: 80px;
}

.slider-area {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: baseline;
}

.slider-area span {
  text-transform: none;
}

.slider-icon i {
  font-size: 20px;
  color: var(--primary-color);
  margin-right: 10px;
}

.caret-icon i {
  font-size: 20px;
  color: var(--primary-color);
  margin-left: 10px;
}

.filter-box {
  padding: 20px;
  background-color: var(--bg-primary-color);
  border: none;
  border-left: 2px solid var(--primary-color);
  position: absolute;
  z-index: 100;
}

.filter-price {
  width: 220px;
  border: 0;
  padding: 0;
  margin: 0;
}

.price-title {
  position: relative;
  color: var(--secondry-color);
  font-family: var(--primary-font);
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  padding-top: 15px;
  border-radius: 3px;
}

.price-field input[type="range"] {
  position: absolute;
}

/* Global styles */

.picker {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 5px 15px;
}
.select-color p
{
  color: #fff !important;
}
.select-color .p-content
{
  color: #fff;
} 
.select-color .p-content .slVariant
{
  color: var(--primary-color-yellow);
  font-weight: 600;
  padding-left: 2px;
}

.picker label {
  position: relative;
  inline-size: 3rem;
  block-size: 3rem;
  isolation: isolate;
  display: grid;
  place-items: center;
}

.picker label > span {
  position: absolute;
  inset: 0;
  block-size: 100%;
  inline-size: 100%;
}

.picker label > input:focus ~ span {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}

/* Size pickers */

label[for*="size"] > span {
  font-size: 1rem;
  color: var(--secondry-color);
  line-height: 1;
  display: grid;
  place-items: center;
  padding: 0.5rem;
  background-color: var(--bg-primary-color);
  border: 1px solid var(--secondry-color);
  cursor: pointer;
}

label[for*="size"] > input:checked ~ span {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  box-shadow: none;
}

/* Color pickers */

label[for*="color"] > span {
  font-size: 1px;
  display: grid;
  place-items: center;
  border: 1px solid var(--secondry-color);
  color: transparent;
  cursor: pointer;
}

label[for*="color"] > input:checked ~ span {
  border: 2px solid var(--primary-color);
  box-shadow: none;
}

.color-01 {
  background: var(--bg-secondry-color);
}

.color-02 {
  background: var(--primary-color);
}

.color-03 {
  background: var(--secondry-color);
}

.color-04 {
  background: var(--tertiary-color);
}

/* Reset style for input range */

.price-field input[type="range"] {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.price-field input[type="range"]:active,
.price-field input[type="range"]:focus {
  outline: 0;
}

.price-field input[type="range"]::-ms-track {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type="range"]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 1px solid var(--bg-primary-color);
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -4px;
  background-color: var(--primary-color);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type="range"]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: var(--secondry-color);
  border-radius: 5px;
}

.price-field input[type="range"]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: var(--secondry-color);
  border-radius: 5px;
}

.price-field input[type="range"]::-ms-track {
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: var(--secondry-color);
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
  display: flex;
  color: var(--secondry-color);
  font-family: var(--primary-font);
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-wrap-1,
.price-wrap-2 {
  display: flex;
}

.price-wrap #one,
.price-wrap #two {
  width: 30px;
  background: 0;
  border: 0;
  outline: 0;
  color: var(--primary-color);
  font-family: "Karla", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field input[type="range"]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -4px;
  background-color: var(--secondry-color);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type="range"]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: var(--secondry-color);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type="range"]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: var(--secondry-color);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.size-option p {
  font-size: 16px;
  font-family: var(--secondry-font);
  color: var(--primary-color);
  margin-top: 12px;
}

.sortby-box {
  padding: 20px 50px 20px 20px;
  background-color: var(--bg-primary-color);
  border: none;
  border-left: 2px solid var(--primary-color);
  position: absolute;
  right: 0;
  z-index: 100;
}

/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
}

.caret-icon {
  display: inline-block;
  color: var(--primary-color);
  font-family: var(--primary-font);
  margin-right: 12px;
  font-size: 17px;
  padding: 10px 30px 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.caret-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--primary-color);
}

.caret-input {
  display: none;
}

.dd-menu {
  position: absolute;
  right: 0;
  z-index: 100;
  top: 100%;
  padding: 20px 40px 20px 20px;
  border-left: 2px solid var(--primary-color);
  background-color: var(--bg-primary-color);
  list-style-type: none;
}

.caret-input + .dd-menu {
  display: none;
}

.caret-input:checked + .dd-menu {
  display: block;
}

.dd-menu li {
  font-size: 16px;
  line-height: 36px;
  font-family: var(--primary-font);
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu a {
  color: var(--secondry-color);
}

.dd-menu li:hover {
  color: var(--primary-color);
}

.filter-icon {
  display: inline-block;
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 17px;
  cursor: pointer;
  white-space: nowrap;
}

.filter-icon i {
  margin-right: 12px;
}

.filter-menu {
  position: absolute;
  left: 0;
  z-index: 100;
  top: 100%;
  padding: 20px;
  border-left: 2px solid var(--primary-color);
  background-color: var(--bg-primary-color);
  list-style-type: none;
}

.caret-input + .filter-menu {
  display: none;
}

.caret-input:checked + .filter-menu {
  display: block;
  height: 550px;
  overflow-x: auto;
}

.filter-menu h6 {
  font-size: 16px;
}

.filter-menu li {
  padding: 6px 0px;
  cursor: pointer;
  white-space: nowrap;
}

.filter-menu a {
  color: var(--secondry-color);
}

.filter-menu li:hover {
  color: var(--primary-color);
}

.material-checkbox {
  font-size: 14px;
  font-family: var(--secondry-font);
  line-height: 28px;
  color: var(--secondry-color);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.material-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkmark {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 2px solid var(--secondry-color);
  border-radius: 2px;
  transition: all 0.3s;
}

.material-checkbox input[type="checkbox"]:checked ~ .checkmark {
  border-color: var(--primary-color);
}

.material-checkbox input[type="checkbox"]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid var(--primary-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sec-imgs
{
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 30px;
  border: 1px solid #343434;
}

.j-gallery-imgs img {
  width: 100%;
}

.label-01 {
  position: absolute;
  top: 20px;
  left: 14px;
  padding: 5px 15px;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 16px;
}

.label-02 {
  position: absolute;
  top: 20px;
  left: 100px;
  padding: 5px 15px;
  background-color: var(--secondry-color);
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 16px;
}

.sub-heading h3 {
  margin-bottom: 20px;
}

.sub-heading p {
  margin-bottom: 40px;
}

.img-content p {
  margin-bottom: 10px;
}

.img-content del {
  color: var(--secondry-color);
  margin-left: 10px;
}

/* Dashboard Page */

.dashboard-page {
  width: 100%;
  padding: 100px 0px;
  background: var(--black-color);
}

.dashboard-bg {
  height: 80px;
  background: var(--bg-primary-color);
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  padding-left: 14px;
}

.dashboard-bg:hover {
  background: #2e2b2b;
  border-left: 2px solid var(--primary-color);
}

.dashboard-bg i {
  color: var(--primary-color);
}

.dashboard-bg span {
  margin-left: 10px;
}

.dashboard-page-content p {
  margin-top: 20px;
  text-transform: none;
}

.dash-card {
  width: 100%;
  height: 230px;
  padding: 10px 12px;
  background: var(--bg-primary-color);
  margin-top: 50px;
  margin-bottom: 40px;
}

.address-card {
  height: 300px;
}

.address-card p {
  padding-bottom: 24px !important;
}

.dash-card span {
  font-size: 24px;
  color: var(--primary-color);
  margin-right: 20px;
}

.dash-card span {
  margin-left: 20px;
}

.dash-card h5 {
  padding-bottom: 24px;
}

.dash-card p {
  font-size: 20px;
  padding-bottom: 10px;
  margin-left: 20px;
}

.recent-order {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 25px;
}

.recent-order span {
  font-size: 20px;
  color: var(--white-color);
  text-transform: capitalize;
}

.order-line {
  width: 100%;
  border-top: 1px solid var(--secondry-color);
}

.last-span {
  color: var(--secondry-color) !important;
}

/* Signup Page */

.Signup-sec {
  width: 100%;
  padding: 80px 0px;
  background: var(--bg-secondry-color);
}

.Signup-sec h4 {
  padding-bottom: 40px;
  text-align: center;
}

.signup-page-form {
  max-width: 1000px;
  padding: 50px;
  background: var(--bg-primary-color);
  margin: auto;
}

.signup-page-form h5 {
  margin-bottom: 50px;
  font-size: 30px;
}

.signup-input {
  width: 100%;
  padding: 14px 10px;
  color: var(--secondry-color);
  background: none;
  border: 1px solid var(--secondry-color);
}

.signup-input::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 10px;
  color: var(--primary-color);
  text-transform: capitalize;
}

.form-group {
  margin-bottom: 30px;
}

.form-group label {
  margin-bottom: 10px;
}

.signup-page-form a {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  padding: 18px 40px;
}

.signup-btn {
  margin: 16px 0px;
}

/* Contact us */

.form-group {
  position: relative;
}

.form-group input,
textarea,
select {
  width: 100%;
  border: solid 1px var(--secondry-color);
  border-radius: 6px;
  background: #000;
  padding: 1rem;
  font-size: 1rem;
  color: var(--white-color);
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.user-label {
  position: absolute;
  left: 36px;
  color: var(--primary-color);
  pointer-events: none;
  transform: translateY(1rem);
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* .input:focus,
input:valid {
    outline: none;
    border: 1.5px solid var(--primary-color);
} */

.input:focus ~ label,
input:valid ~ label .textarea:focus ~ label,
textarea:focus ~ label {
  transform: translateY(-50%) scale(0.8);
  background-color: var(--bg-primary-color);
  padding: 0 0.2em;
  color: var(--primary-color);
}

.on-black:focus ~ label {
  background-color: var(--black-color);
}

.on-grey:focus ~ label {
  background-color: var(--bg-secondry-color);
}

.order-summary-area h6 {
  font-family: var(--secondry-font);
  font-weight: 400 !important;
}

.order-summary-area span {
  font-family: var(--primary-font);
  font-weight: 600;
}

.contact-sec {
  width: 100%;
  padding: 80px 0px;
  background: var(--bg-secondry-color);
}

.contact-sec h4 {
  font-size: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.contact-page-form {
  max-width: 1000px;
  padding: 50px;
  background: var(--bg-primary-color);
  margin: auto;
}

.contact-page-form p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

/* Contact Info */

.contact-info-area {
  background-color: var(--bg-secondry-color);
}

.contatc-info-form {
  margin: 80px 0px;
}

.contatc-info-form h5 {
  margin-bottom: 30px;
}

select {
  color: var(--secondry-color);
  backgound-color: #000;
}

.contact-info-caret i {
  color: var(--white-color) !important;
  position: relative;
  z-index: 100;
}

/* Login */

.login-sec {
  width: 100%;
  padding: 80px 0px;
  background: var(--bg-secondry-color);
}

.login-sec h4 {
  font-size: 36px;
  padding-bottom: 20px;
  text-align: center;
}

.login-sec p {
  padding-bottom: 10px;
}

.login-page-form {
  width: 100%;
  padding: 80px 50px;
  background: var(--bg-primary-color);
  margin: auto;
}

.login-page-form form {
  padding-bottom: 20px;
}

.login-page-form h4 {
  text-align: left;
}

.login-page-form h5 {
  margin-bottom: 40px;
}

.create-account-btn {
  margin-top: 20px;
}

.new-customer {
  width: 100%;
  padding: 0px 30px;
}

/* Add to Cart */

.multi-steps > li.is-active ~ li:before,
.multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: var(--secondry-font);
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 10px;
}

.multi-steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: var(--bg-secondry-color);
  position: relative;
  z-index: 10;
  margin-top: 80px;
}

.multi-steps > li {
  counter-increment: stepNum;
  line-height: 24px;
  text-align: center;
  display: table-cell;
  position: relative;
  color: var(--secondry-color);
  font-family: var(--secondry-font);
}

.multi-steps > li:before {
  display: block;
  margin: auto;
  background: var(--bg-secondry-color);
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 400;
  border-width: 2px;
  border-style: solid;
  border-color: var(--secondry-color);
  border-radius: 50%;
  color: var(--secondry-color);
}

li.is-active:before {
  display: block;
  margin: auto;
  background: var(--primary-color);
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-color);
  border-radius: 50%;
  color: var(--white-color);
}

.progress-bar {
  background-color: var(--secondry-color);
  height: 2px;
  overflow: hidden;
  position: absolute;
  width: 90%;
  left: 22px;
  top: 20px;
  z-index: -1;
}

.cart-area {
  width: 100%;
  background-color: var(--bg-secondry-color);
  padding-top: 80px;
}

.cart-product-area {
  padding-top: 80px;
  position: relative;
}

.cart-product-heading,
.my-wishlist-product,
.cart-product-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.radio-box {
  margin-top: 120px !important;
}

.add-order {
  padding: 0px 30px;
}

.clear {
  clear: both;
}

.checkBox {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid var(--secondry-color);
  border-radius: 50%;
  position: absolute;
  margin-top: 5px;
  overflow: hidden;
  box-shadow: unset;
}

.checkBox div {
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  top: -52px;
  left: -52px;
  position: absolute;
  z-index: 100;
}

.checkBox input[type="checkbox"]:checked + div {
  left: -10px;
  top: -10px;
}

.checkBox input[type="checkbox"] {
  position: absolute;
  left: 50px;
  visibility: hidden;
}

.cart-product-heading span {
  margin-bottom: 12px;
}

.cp-img {
  width: 35%;
  /* height: 100%;*/
}

.cp-img img {
  width: 100%;
}

.product-detail-area {
  margin: 30px 0px;
}

.cp-content p {
  margin: 10px 0px;
}

.add-cart {
  width: 100%;
  padding: 10px;
  color: var(--white-color);
  background: none;
  border: 1px solid var(--secondry-color);
  text-align: center;
}

.main-no {
  color: var(--primary-color);
  padding: 0px 50px;
}

.add-cart span {
  color: var(--primary-color);
}

/* Order Summary */

.order-summary-area {
  width: 100%;
  height: 100%;
  padding: 80px 30px 0px 30px;
  background: #2e2b2b;
  position: relative;
}

.order-summary-area h5 {
  margin-bottom: 20px;
}

.order-summary-area h6 {
  color: var(--white-color);
  margin-top: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.order-summary-area span {
  font-family: var(--secondry-font);
  font-weight: 400 !important;
  color: var(--primary-color);
  /*position: absolute;
    right: 30px;*/
}

.order-summary-area button {
  width: 100%;
  margin-top: 30px;
  text-transform: unset;
  padding: 12px 18px;
}

.order-payment {
  margin-bottom: 20px;
}

/* Address Page */

.for-address i {
  font-size: 24px;
  color: var(--primary-color);
}

.account-address-page-form {
  margin-top: 40px;
}

.create-new i {
  color: var(--primary-color);
}

.create-new span {
  margin-left: 14px;
  text-transform: capitalize;
}

.account-address-label {
  margin-bottom: 10px;
}

/* My Wishlist */

.my-wishlist-area {
  width: 100%;
  background: var(--bg-secondry-color);
  padding: 80px 0px;
}

.my-wishlist-heading h4 {
  margin-bottom: 30px;
  text-transform: capitalize;
}

.trash-icon {
  font-size: 30px;
  color: var(--secondry-color);
}

.trash-icon:hover {
  color: var(--primary-color);
}

.my-wishlist-product {
  margin: 20px 0px;
}

/* Order Placed Page */

.order-placed-area {
  width: 100%;
  background: var(--bg-secondry-color);
  padding: 100px 0px;
}

.order-placed-content {
  text-align: center;
}

.order-placed-content h3 {
  margin-bottom: 12px;
}

.order-placed-content p {
  margin-bottom: 24px;
}

/* Register Page */

.register-sec {
  width: 100%;
  background: var(--bg-secondry-color);
}

.register-page-heading h4 {
  padding: 60px 0px;
  text-align: center;
}

.register-page-form {
  width: 100%;
  padding: 50px;
  margin-bottom: 80px;
  background-color: var(--bg-primary-color);
}

.register-page-form h5 {
  padding-bottom: 15px;
}

.register-page-form p {
  padding-bottom: 30px;
}

.register-page-btn {
  margin-top: 40px;
  text-transform: unset;
}

/* Account Detail Page */

.date-label {
  color: var(--tertiary-color);
  padding-bottom: 10px;
}

/* Product Detail Quick View Card */

.pd-quick-view-card {
    max-width: 400px;
    padding: 20px 30px;
    background: var(--bg-primary-color);
    position: absolute;
    top: 60%;
    right: 5%;
    z-index: 9999999;
    text-align: left;
    max-height: 522px;
    overflow: auto;
    display: none;
    color: var(--primary-color-yellow);
}

/*
.pd-quick-view-card {
    max-width: 400px;
    padding: 20px;
    background: var(--bg-primary-color);
    position: absolute;
    right: 120px;
    top: 80px;
    z-index: 100;
    text-align: left;

    display: none;
    
}
*/
a:hover .pd-quick-view-card {
  display: block;
}

.qc-card-line {
  margin: 15px 0px;
}

.pd-quick-view-card h6 {
  margin-bottom: 10px;
}

.quik-card {
  display: flex;
}

.qc-add-cart span {
  padding: 0px 6px;
}

.qc-trash {
  margin-left: 15px;
}

.qc-trash-btn {
  display: flex;
  justify-content: space-between;
}

.qc-content {
  margin-left: 20px;
}

.qc-content h5 {
  padding-bottom: 6px;
}

.qc-content h6 {
  font-family: var(--secondry-font);
  margin: 20px 0px;
}

/****new code **/

.fill-btn {
  padding: 5px 25px;
}
.plus-btn,
.minus-btn {
  line-height: 40px !important;
  font-size: 24px !important;
  width: 40px !important;
}
.p-content,
.f-links ul li a 
{
  font-size: 16px !important;
}
.f-links ul li span
{
  font-size: 16px !important;
  color: #fff;
}
.signup_box input
{
    padding: 10px;
    background: #ffff;
    border-radius: 0;
    width: 75%;
}

.signup_box .fill-btn
{
  color: var(--primary-color-black);
  background-color: #fff;
  border: var(--primary-color-darkblack);
}

.signup_box .fill-btn:hover
{
  background-color: var(--primary-color-yellow);
  color: var(--primary-color-darkblack);
  border: var(--primary-color-yellow);
}

@media only screen and (max-width: 992px) and (min-width: 767px) 
{
    .dashboard-page .tab-content 
    {
      margin-left: 60px;
    }

    .featured-product-section img 
    {
      width: 150px;
    }
    .featured-product-section .feature-parent 
    {
      float: inline-start;
      margin-left: -15px;
    }
    .FP-three-row-one 
    {
      /*margin-top: 35px;*/
    }

    .FP-two-row-two 
    {
      /*bottom: 265px !important;*/
    }
    .FP-two-row-one,
    .FP-two-row-two,
    .FP-three-row-two,
    .FP-three-row-one 
    {
      column-gap: 130px;
    }
}
@media only screen and (max-width: 768px) {
  .nav-c .navbar-logo img {
    width: 45%;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .navbar-toggler {
    /* font-size: 1.55rem !important;*/
  }
  .cp-img img {
    width: 130px;
    height: 130px;
  }

  /*  Shopping Cart Page  */
  .input-counter span {
    width: 50px;
    font-size: 30px;
    line-height: 40px;
  }
  .input-counter {
    margin: 1% 28%;
  }

  /*  Shopping Cart Page  */

  .f-content h5 {
    font-size: 14px;
  }
  .h6-heading {
    font-size: 13px !important;
  }
  .p-content,
  .f-links ul li a,
  .h5-heading a,
  .h6-heading {
    font-size: 13px !important;
  }
  .cart-product-area {
    text-align: center;
  }
  .product-detail-area .cp-img,
  .product-detail-area .input-counter {
    margin: 5% 30% !important;
  }
  .f-content h5 {
    margin-top: 10px !important;
  }
}

.owl-carousel .owl-item img:hover {
  opacity: 0.3;
}
.main-menu > nav > ul > li > a {
  margin-left: 10px;
}
.main-menu.main-menu-padding-1 > nav > ul > li:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 1399px) and (min-width: 1024px) {
  .main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 0px;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li:first-child {
    /*width: 12rem;*/
  }
  .navbar-collapse {
    margin-left: 10px;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0px 0px;
  }
  .navbar-collapse {
    margin-left: 10px;
  }
  .caret-icon {
    padding: 2px 30px 3px 0px;
  }
}

@media only screen and (min-width: 1400px) {
  .main-menu .main-menu-padding-1 {
    margin-right: 18rem !important;
  }
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .main-menu .main-menu-padding-1 {
    margin-right: 10rem !important;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 0;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li:first-child {
    /*width: 10rem;*/
  }
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  .main-menu-padding-1 {
    margin-right: 3rem !important;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 0;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li:first-child {
    /*width: 10rem;*/
  }
}

@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    /*margin-right: 230px;*/
  }
  .main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 0px;
  }
  .main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 0px;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li:first-child {
    /*width: 11rem;*/
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav {
    /*margin-right: 150px;*/
  }
  .main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 0px !important;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li:first-child {
    /*width: 10rem;*/
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav {
    /*margin-right: -20px;*/
  }
  .main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 0px;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li:first-child {
    /*width: 11rem;*/
  }
  .main-menu > nav > ul > li > a {
    margin-left: 0px;
  }
}

.pd-quick-view-card {
    top: 55%;
    right: 6%;
}

.undergarments-ul {
  display: flex;
  justify-content: space-between;
  list-style-type: disc;
  padding: 0 20px;
}
.undergarments-ul li {
  list-style: square;
}

  .selectors 
  {
      height: 70px;
      display: grid;
      text-align: center;
      padding-top: 15px;
  }


@media (min-width: 1400px) 
{
   .container, .container-lg, .container-md, .container-sm, .container-xl, 
   .container-xxl
   {
      max-width: 100% !important;
   }  
}
@media (min-width: 1200px)
{
   .container, .container-lg, .container-md, .container-sm, .container-xl, 
   .container-xxl
   {
      max-width: 100% !important;
   }
}
@media (min-width: 992px) 
{
   .container, .container-lg, .container-md, .container-sm, .container-xl, 
   .container-xxl
   {
      max-width: 100% !important;
   }
}
@media (min-width: 768px)
{

}
