@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


p {
	margin: 0;
}

body {
	background: #0B0B0B;
	margin: 0;
}

div,
p,
span,
b,
strong {
	font-family: "Jost", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Cormorant Garamond", serif;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Stay Updated Form CSS */
.ap-stay-updated .ap-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ap-stay-updated .ap-row .left {
	width: 400px;
	max-width: 70%;
}

.ap-stay-updated .ap-row .right {
	width: 200px;
	max-width: 30%;
	position: relative;
}

.ap-stay-updated .ap-row p {
	margin: 0;
}

.ap-stay-updated .ap-row .left input {
	height: 60px;
	background: transparent;
	border: 1px solid #222222 !important;
	padding: 0 15px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffffaa;
	width: 100%;
}

.ap-stay-updated .ap-row .left input::placeholder {
	color: #4c4c4c;
}

.ap-stay-updated .ap-row .right input {
	height: 60px;
	width: 100%;
	border: 0;
	background: #D4AF37;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
}

.ap-stay-updated .ap-row .right span.wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	border-radius: 0;
	width: 100%;
	height: 100%;
}

.ap-stay-updated .ap-row .right span.wpcf7-spinner::before {
	left: calc(50% - 6px);
	top: calc(50% - 6px);
}

.ap-stay-updated .wpcf7-response-output {
	width: 600px;
	margin: 10px auto 0 !important;
	max-width: 100%;
}

@media screen and (max-width:575.98px) {

	.ap-stay-updated .ap-row .left input,
	.ap-stay-updated .ap-row .right input {
		height: 50px;
		font-size: 12px;
	}

	.ap-stay-updated .ap-row .left input::placeholder {
		font-size: 12px;
	}
}

/* header css */

.header {
	background: #0a0a0a;
	color: #fff;
	padding: 18px 40px;
	position: relative;
}

.header .container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Logo */
.logo {
	font-family: "Cormorant Garamond", serif;
	font-size: 20px;
	letter-spacing: 4px;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
}

.logo span {
	color: #d4af37;
}

.logo img {
    width: 140px;
}

/* Navigation */
.nav ul {
	display: flex;
	list-style: none;
	gap: 35px;
	margin: 0;
}

.nav a {
	text-decoration: none;
	color: #bbb;
	font-size: 13px;
	letter-spacing: 1px;
	transition: 0.4s;
}

.nav a:hover {
	color: #D4AF37;
}

/* Right section */
.header-right {
	display: flex;
	align-items: center;
	gap: 25px;
}

/* Icons */
.icons {
	display: flex;
	gap: 15px;
	font-size: 16px;
	position: relative;
}


/* Button */
.btn {
	background: #D4AF37;
	color: #000;
	padding: 12px 30px;
	border: 2px solid #D4AF37;
	border-radius: 25px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transition: 0.4s;
}

.btn:hover {
	background: transparent;
	border: 2px solid #D4AF37;
}

#menu-toggle {
	display: none;
}

/* Mobile toggle button */
.menu-toggle {
	display: none;
	font-size: 22px;
	cursor: pointer;
	color: #fff;
}

.nav {
	display: block;
}


/* Tablet */
@media (max-width: 992px) {
	.nav ul {
		gap: 20px;
	}

	.btn {
		padding: 8px 16px;
	}
}

/* Mobile */
@media (max-width: 768px) {

	.menu-toggle {
		display: block;
	}

	.nav {
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		background: #0a0a0a;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		z-index: 999;
	}

	.nav ul {
		flex-direction: column;
		padding: 20px;
		gap: 15px;
	}

	/* Toggle effect */
	#menu-toggle:checked~.nav {
		max-height: 300px;
	}

	.header-right {
		display: none;
	}

	.logo {
		font-size: 15px;
	}
}


/* Footer Section */


.footer-section {
	padding: 100px 40px;
}

.footer-section .container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	padding: 0 20px;
}

.box {
	width: calc(100% / 4);
	padding-right: 30px;
}

.box .logo h2 {
	font-size: 20px;
}

.cbd {
	position: relative;
}

.leaf {
	position: absolute;
}

/* .box .logo{
  
}
.horizontal{
  position: absolute;
} */
.box .logo {
	display: inline-block;
	padding: 50px 0;
}

/* .box .logo img{
 padding: 50px 0; 

} */
img.Horizontal {
	position: absolute;
	left: 20px;
	top: 7px;
}

.box .description {
	margin-bottom: 30px;
}

.box .description p {
	font-size: 14px;
	color: #A0A0A0;
}

.bottom {
	display: flex;
	gap: 20px;
}

.btm {
	display: flex;
	padding: 5px;
	gap: 10px;
	width: 50%;
	border: 1px solid #D4AF3733;
}

.btm img {
	width: 17px;
	height: 17px;
}

.btm p {
	font-size: 12px;
	color: #A0A0A0;
	letter-spacing: 1.2px;
}

.title {
	padding: 50px 0 20px;
}


.title h3 {
	font-size: 20px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
	color: #D4AF37;
	text-transform: uppercase;
	/* margin-bottom: 40px; */
}

.links ul {
	padding: 20px
}

.links li {
	margin-bottom: 16px;

}

.links a {
	text-decoration: none;
	color: #A0A0A0;
	font-size: 14px;
	transition: 0.5s ease;
}

.links a:hover {
	color: #D4AF37;
}

.cntct-info {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
	padding: 20px;
}

.cnct-details {
	display: flex;
	gap: 10px;
	width: 100%;
}

.cnct-details li {
	color: #A0A0A0;
	font-size: 14px;
	list-style: none;
}

.social p {
	font-size: 12px;
	color: #A0A0A0;
	margin-bottom: 20px;
	letter-spacing: 1.2px;
}

.ap-border {
	padding: 30px 0px;
}

.ap-border img {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
}

.footer-bottom {
	padding: 60px 0px 20px;
}

.footer-bottom .container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.footer-bottom .left,
.footer-bottom .right {
	width: 30%;
}

.footer-bottom .left p {
	color: #A0A0A0;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1.2px;
}

.footer-bottom .middle {
	display: flex;
	width: 40%;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.footer-bottom .middle p {
	color: #A0A0A0;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1.2px;
}

.footer-bottom .middle .age {
	width: 30px;
	height: 30px;
}

.footer-bottom .right {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: flex-end;
}

.footer-bottom .right p {
	color: #A0A0A0;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1.2px;
}

.footer-bottom .right span {
	color: #A0A0A0;
	font-size: 12px;
	font-weight: 300;
}


@media(max-width: 1199.98px) {
	.box {
		padding-right: 20px;
	}

	.footer-bottom .right {
		gap: 10px;
	}

	.btm img {
		width: 20px;
	}

	.contact img {
		width: 40px;
	}
}

/* Tablet */
@media (max-width: 992px) {
	.nav ul {
		gap: 20px;
	}

	.btn {
		padding: 8px 16px;
	}

	.footer-section {
		padding-top: 80px;
	}

	.footer-section .container {
		flex-wrap: wrap;
	}

	.box {
		width: 50%;
		margin-bottom: 40px;
		padding-right: 20px;
	}

	.footer-bottom .container {
		flex-wrap: wrap;
		gap: 20px;
		text-align: center;
	}

	.footer-bottom .left,
	.footer-bottom .middle,
	.footer-bottom .right {
		width: 100%;
		justify-content: center;
	}

	.footer-bottom .right {
		justify-content: center;
	}
}

/* Mobile */
@media (max-width: 768px) {

	.menu-toggle {
		display: block;
	}

	.nav {
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		background: #0a0a0a;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}

	.nav ul {
		flex-direction: column;
		padding: 20px;
		gap: 15px;
	}

	/* Toggle effect */
	#menu-toggle:checked~.nav {
		max-height: 300px;
	}

	.header-right {
		display: none;
	}

	.footer-section {
		padding-top: 60px;
	}

	.box {
		width: 100%;
		padding-right: 0;
	}

	.box .logo {
		padding: 30px 0;
	}

	.title {
		padding: 30px 0 15px;
	}

	.links ul {
		padding: 0;
	}

	.cntct-info {
		padding: 0;
	}

	.btm {
		width: 100%;
	}

	.footer-bottom {
		padding: 30px 0 20px;
	}

	.footer-bottom .container {
		flex-direction: column;
		text-align: center;
	}


	.footer-bottom .right {
		gap: 10px;
	}
}


/* SHOp Page */
.ap-product-listing ul li ,
.related.products ul li {
    border: 1px solid #222;
}

.ap-product-listing ul li .woocommerce-loop-product__title ,
.related.products ul li .woocommerce-loop-product__title {
    color: #D4AF37;
    font-size: 20px!important;
    font-weight: 600;
    padding: 5px 0 0 15px!important;
}

.ap-product-listing ul li span.price,
.related.products ul li span.price, 
.ap-product-listing ul li span.price * ,
.related.products ul li span.price * {
    color: #fff;
}

.ap-product-listing ul li a.add_to_cart_button ,
.related.products ul li a.add_to_cart_button {
    background: #D4AF37!important;
    border:2px solid #D4AF37!important;
    border-radius: 25px;
    color: #0a0a0a!important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 40px;
    margin: 0 0 15px 15px;
	transition: 0.5s ease;
}

.ap-product-listing ul li a.add_to_cart_button:hover ,
.related.products ul li a.add_to_cart_button:hover {
    background: transparent !important;
    color: #fff !important;
}

.ap-product-listing ul li span.price ,
.related.products ul li span.price {
    padding: 5px 0 0 15px !important;
}

@media screen and (max-width:575.98px){
	.ap-product-listing ul li,
    .related.products ul li{
		width:100%!important;
	}
	.logo img {
		width: 80px;
	}
}


/* Single Product */

.single-product .content-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.single-product .content-area .summary.entry-summary h1.product_title.entry-title {
    color: #d4af37;
    font-weight: 700;
}

.single-product .content-area .summary.entry-summary p.price * {
    color: #fff;
}

.single-product .content-area .summary.entry-summary  .woocommerce-product-details__short-description {
    color: #ffffff8a;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 13px;
}

.single-product .content-area .summary.entry-summary .woocommerce-product-details__short-description strong {
    margin-top: 10px;
    display: inline-block;
    color: #d4af37bd;
}

.single-product .content-area .summary.entry-summary .product_meta {
    display: none;
}
.single-product .related.products h2 {
    color: #d4af37;
}

.single-product .related.products{
	float: left;
	width: 100%;
}

.single-product .related.products h2.woocommerce-loop-product__title {
    font-size: 20px!important;
}

.single-product .related.products span.price * {
    color: #fff!important;
}

.single-product .related.products a.button {
    color: #0a0a0a!important;
    border-radius: 25px;
    font-size: 13px;
    padding: 12px 25px;
    text-transform: uppercase;
    font-weight: 400;
	border: 2px solid #d4af37;
	transition: 0.5s ease;
}

.single-product.woocommerce div.product form.cart .button{
    color: #0a0a0a!important;
    font-size: 13px;
    padding: 12px 25px;
    text-transform: uppercase;
    font-weight: 400;
	border: 2px solid #d4af37;
	transition: 0.5s ease;
}

.single-product .related.products a.button:hover,
.single-product.woocommerce div.product form.cart .button:hover{
    color: #ffffff!important;
	border: 2px solid #d4af37;
	background: transparent!important
}

.single-product.woocommerce .quantity .qty {
    height: 40px !important;
    border-radius: 5px!important;
}

.single-product ol.flex-control-nav.flex-control-thumbs {
    margin-top: 25px !important;
    justify-content: center;
    display: flex;
}

.single-product nav.woocommerce-breadcrumb {
    display: none;
}

table.variations label {
    color: #d4af37;
}

table.variations th.label {
    width: 100%;
}

table.variations tr {
    display: flex;
    flex-direction: column;
}

table.variations tr td {
    width: 100%;
}

table.variations tr td select {
    border: 1px solid #222222;
    height: 45px;
    color: #fff;
    padding: 5px 15px!important;
}
table.variations tr td select option{
    color: #000;
}
.woocommerce ul.products li.product a img {
    height: 270px;
    object-fit: cover;
}

.single-product .content-area .summary.entry-summary p.price span.per-text {
    font-size: 13px;
}
form.woocommerce-cart-form th,
form.woocommerce-cart-form td.product-price *, 
form.woocommerce-cart-form td.product-price,
form.woocommerce-cart-form td.product-subtotal *,
.calculated_shipping *,
form.checkout.woocommerce-checkout h3,
form.checkout.woocommerce-checkout label,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td{
    color: #ffffff99;
}

form.woocommerce-cart-form button.button{
    color: #0a0a0a!important;
    font-size: 12px!important;
    padding: 13px 15px!important;
    font-weight: unset!important;
    text-transform: uppercase!important;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
.woocommerce-checkout button#place_order {
    color: #0a0a0a !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods label {
    color: #fff;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
	color: #fff;
	margin-bottom: 15px;
}

.woocommerce-checkout table.shop_table.shop_table_responsive.cart th, 
.woocommerce-checkout table.shop_table.shop_table_responsive.cart td,
.woocommerce-cart-form__contents th,
.woocommerce-cart-form__contents td{
    border-bottom: 1px solid #2d2d2d;
}

.woocommerce-checkout  input,
.woocommerce-checkout  select,
.woocommerce-checkout  textarea{
    background: #ffffff !important;
}
.woocommerce-order-received p {
    color: #ffffff8a;
    margin-bottom: 25px;
}

.woocommerce-order-received h2.woocommerce-order-details__title,
.woocommerce-order-received strong,
.woocommerce-order-received table,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received address,
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
    color: #ffffff8a!important;
}

.woocommerce-order-overview li, .woocommerce-order-overview li strong {
    color: #0a0a0a !important;
}
.custom-form {
  max-width: 100%;
}

.form-group {
  width: 100%;
  margin-bottom: 15px;
}

.custom-form input,
.custom-form textarea {
  width: 100%;
  background: #fff;
  color: #000;
  border: none;
  padding: 12px;
  font-size: 14px;
  outline: none;
  border-radius: 4px;
}

/* Placeholder */
.custom-form input::placeholder,
.custom-form textarea::placeholder {
  color: #000;
}

/* Button */
.custom-form .button_submit  {
  width: 100%;
  padding: 12px;
  background: #D4AF37;
  color: #000;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #D4AF37;
  text-transform: uppercase;
}

/* Hover */
.custom-form .button_submit:hover {
  background: transparent;
  color: #D4AF37;
}

.single-product .woocommerce-variation-price {
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td{
	border-top : 1px solid #2d2d2d!important; 
	color: #ffffff8a;
}

div#dynamic-price-note:empty {
    display: none;
}

div#dynamic-price-note {
    color: #ffffff8a;
    background: #d4af3757;
    width: 180px;
    margin-bottom: 25px;
    padding: 5px 15px;
    margin-top: -13px;
    font-size: 15px;
    text-align: center;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}