:root {
  --primary-yellow: #D4AF37;
  --primary-blue: #4B0082;
}

.cinzel-decorative-regular {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
}
body{
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #454545;
}
p{
  font-size: 14px;
}
p:last-child{
  margin-bottom: 0;
}
.hero-text h2,
.hero-text h4,
.section-title h1,
.section-title h2,
.why-item-txt h3{
  font-family: "Cinzel Decorative", serif;
}
.gap{
  padding: 4.5em 0;
}
img{
  max-width: 100%;
  height: auto;
}
.header-top{
  background-color: var(--primary-yellow);
}
.header-top a{
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  padding: 13px 10px;
}
a.header-btn{
  background-color: var(--primary-blue);
  border-radius: 5px;
}
.header-bottom{
  padding: 15px 0;
}
.header-links a{
  width: 40px;
  height: 40px;
  border: rgba(176, 187, 187, 1) solid 1px;
  border-radius: 50%;
  display: block;
  margin: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-links a img{
  width: 15px;
  height: 15px;
}
.search-box{
	margin-right:15px;
}
.search-box input[type="text"] {
    width: 250px;
    border: none;
    border-bottom: rgba(0, 0, 0, .2) solid 1px;
}
.search-box button {
    position: absolute;
    border: none;
    font-size: 17px;
    padding: 0;
    background-color: transparent;
    color: rgba(176, 187, 187, 1);
    bottom: 0;
    right: 0;
}
.section-title h1,
.section-title h2{  
  color: var(--primary-yellow);
  font-weight: 700;
  font-size: 60px;
}
@media screen and (max-width:1300px){
	.section-title h1,
	.section-title h2{    
	  font-size: 50px;
	}
}
@media screen and (max-width:991px){
	.header-top a{
		font-size: 12px;
		padding: 19px 5px;
	}
	a.header-btn{
		border-radius: 1px;
	}
	.section-title h1,
	.section-title h2{    
	  font-size: 40px;
	}
}
@media screen and (max-width:767px){
	.header-top{
		padding:0 0 10px;
	}
	.header-top a {
        font-size: 12px;
		width: 33.33%;
        text-align: center;
	}
	.header-top a:last-child{
		width:100%;
	}
	.section-title h2{    
	  font-size: 30px;
	}
}
@media (min-width: 1400px) {
  .site-header .container,
  .hero-slider .container,
  .highlight-section .container,
  .site-footer .container,
  .key-benefits-pro .container,
  .sultan-special-offers .container,
  .pro-certificate .container,
  .customers-says .container,
  .form-section .container,
  .feature-blog .container,
  .post-list .container,
  .post-details .container{
    max-width: 1104px;
  }
}
.hero-item{
  position: relative;
}
.hero-item img{
	width:100%;
}
.hero-text{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.hero-text h2{
  font-size: 100px;
  color: var(--primary-yellow);
  margin-bottom: 20px;
}
.hero-text h4{
  font-size: 32px;
  line-break: 40px;
  margin: 0;
  color: #fff;
}
.gradient-btn{  
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to bottom, #D4AF37, #6E5B1D);
  border-radius: 3px;
  padding: 7px 20px;
  color: var(--primary-yellow);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.gradient-btn.white-txt{
  color: #fff;
}
.gradient-btn.gray-txt{
  color: #5D6077;
}
.hero-slider ul.slick-dots {
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 90%;
  list-style: none;
  padding: 0;
  margin: auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.hero-slider .slick-dots li{
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  opacity: .7;
  transition: all .2.5s;
}
.hero-slider .slick-dots li.slick-active{
  font-size: 38px;
  opacity: 1;
}
@media screen and (max-width:1300px){
	.hero-text h2{
	  font-size: 70px;  
	}
	.hero-text h4{
	  font-size: 28px;
	  line-break: 38px; 
	}
}
@media screen and (max-width:991px){
	.hero-text h2{
	  font-size: 50px;  
	}
	.hero-text h4{
	  font-size: 22px;
	  line-break: 32px; 
	}
}
@media screen and (max-width:767px){
	.hero-item{
		height:350px;
	}
	.hero-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 55% center;
	}
	.hero-text h2{
	  font-size: 40px;  
	}
	.hero-text h4{
	  font-size: 18px;
	  line-break: 30px; 
	}
	.hero-slider .slick-dots li{ 
	  font-size: 14px;  
	}
	.hero-slider .slick-dots li.slick-active{
	  font-size: 20px;
	}
}
.highlight-section-inner{
  background-color: #101435;
  position: relative;
  margin-top: -90px;
}
.highlight-point{
  flex: 0 0 auto;
  width: 20%; 
  color: #A7A8B8; 
}
.highlight-point-inner{
  padding:31px 20px;
  position: relative;
  height: 100%;
  font-size: 14px;
}
.highlight-point-inner::before{
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #5D6077;
  display: block;
}
.highlight-point:last-child .highlight-point-inner::before{
  display: none;
}
.point-icon {
    height: 37px;
    margin: 0 0 10px;
}
.point-icon img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width:1200px){
	.highlight-section-inner{
		padding-bottom:20px;
	}
}
@media screen and (max-width:767px){
	.point-icon img{
		margin: 0 auto;
	}
	.highlight-point-inner{
		text-align: center;
	}
}
.highlight-section{
  background-color: #0C0F2A;
}
.video-section{
  background: linear-gradient(to bottom,  rgba(12,15,42,1) 60%,rgba(234,234,234,1) 40%); 
}
.video-section h2{
  color: var(--primary-yellow);  
}
.video-section p{
  font-size: 20px;
  color: #fff;
}
.video-placeholder{
  position: relative;
}
.overlay-box{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-vid{
  background-color: transparent;
  padding: 0;
  border: none;
  width: 140px;
  height: 106px;
}
.video-topic-section{
  background-color: #EAEAEA;
}
.video-topic{
  border: #949494 solid 2px;
  border-radius: 5px;
  padding: 30px;
  height: 100%;
  transition: all .2s;
}
.video-topic h6{
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.video-topic:hover{
  background-color: var(--primary-yellow);
  border-color: var(--primary-yellow);
}
.video-topic:hover h6,
.video-topic:hover p{
  color: #fff;
}
@media screen and (max-width:1200px){
	.video-section p {
    	font-size: 18px;
	}
}
@media screen and (max-width:767px){
	.video-section {
    	background: linear-gradient(to bottom,  rgba(12,15,42,1) 70%,rgba(234,234,234,1) 30%);
	}
	.video-section p {
    	font-size: 16px;
	}
	.video-topic{
		text-align: center;
	}
}
.sultan-special{
  background: linear-gradient(to bottom,  rgba(234,234,234,1) 60%, rgba(12,15,42,1) 40%); 
}
.sultan-special-item{
  position: relative;
}
.sultan-special-txt{
  width: 45%;
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
}
.sultan-special-txt h3{
  font-size: 40px;
  font-weight: 700;  
}
.sultan-special-txt h3,
.sultan-special-txt h6,
.sultan-special-txt p{
  color: #fff;
}
.slick-arrow{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 0;
  border: var(--primary-yellow) solid 2px;
  background-color: transparent;
}
.sultan-special-nav {
    width: 65px;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}
.prev-arrow{
  margin-bottom: 30px;
}
.prev-arrow img{
  transform: rotate(-180deg);
}
@media screen and (max-width: 1300px) {
    .sultan-special-txt .section-title h2 {
        font-size: 30px;
    }
	.sultan-special-txt h3 {
    	font-size: 20px;
	}
	.sultan-special-txt .gradient-btn{
		display: block;
	}
}
@media screen and (max-width: 1200px) {
	.sultan-special-txt {
    	width: 55%;
		right: 20px;
	}
	.sultan-special-nav {
		width: 130px;
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		display: flex;
		justify-content: center;
		margin: 10px auto;
	}
}
@media screen and (max-width: 991px) {
	.sultan-special-txt {
        width: 95%;
        right: 0;
        padding: 10px;
        position: relative;
        top: auto;
        transform: none;
        padding: 20px;
		background-color: #0C0F2A;
		margin: -40px auto 0;
    }
	.sultan-special-txt .section-title h2 {
        font-size: 26px;
    }
	.sultan-special-txt h3 {
    	font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.sultan-special-txt .section-title h2 {
        font-size: 24px;
    }
	.sultan-special-txt h3 {
    	font-size: 14px;
	}
}
.direction-section{
  color: #fff;
}
.tab-content-left {
    width: 35%;
}
.tab-content-right {
    width: 65%;
}
.sub-content{
	display:none;
}
.sub-content.show{
	display:block;
}
.tab-content-left ul{
	display: flex;
    align-items: stretch;
    flex-wrap: wrap;
	height: 100%;
}
.direction-box{ 
  padding: 20px 10px;
  text-align: left; 
  display:flex
}
.direction-icon{
	width:75px;
}
.direction-info{
	width:calc(100% - 76px);
	padding-left:15px;
}
.direction-box h6{
  color: var(--primary-yellow);
  font-size: 18px;
}
.direction-box p{
  color: #fff;
}
.testimonial-section{
  /*background-color: #0C0F2A;*/
  color: #fff;
}
.spcl-bg {
    background-image: url(https://sapatarshi.in/Sultan_Nights/wp-content/uploads/2025/06/Airbrush-image-extender-1-scaled.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #0C0F2A;
    background-size: auto 90%;
}
.tab-nav ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.tab-nav ul li{
  width: 49%;
  background-color: rgba(93, 96, 119, 1);
  color: #fff;
  text-align: center;
  padding: 10px 12px;
  cursor: pointer;
}
.tab-nav ul li.active{
  background-color: var(--primary-yellow);
}
.tab-content {
  padding: 15px 20px;
  border: rgba(255, 255, 255, .1) solid 1px;
  display: none;
}
.tab-content.show{
  display: block;
}
.tab-content ul{
  padding: 0;
  margin: 0;
  list-style:none;
}

.tab-content-left li{
	width:100%;
	color:#fff;
	opacity:0.7;
	padding: 10px;
	cursor:pointer;
}
.tab-content-left li.active{
	opacity:1;
}
.testimonial-section{
	overflow:hidden;
}
.testimonial-slider .slick-slide {
    margin: 0 27px;
}
.testimonial-slider .slick-list {
    margin: 0 -27px;
}
.testimonial-item-inner{
  background-color: rgba(199, 200, 206, 0.1);
  border-radius: 10px;
  padding: 30px;
}
.video-thumb{
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-thumb img{
  display: block;
  width: 100%;
}
.thumb-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(12, 15, 42, .8);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.thumb-overlay img{
    width: 154px;
    height: 154px;
}
.author-info{
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: rgbA(255,255,255,.3) solid 1PX;
}
.author-info h6{
  margin-bottom: 20px;
}
.rating {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  direction: ltr;
  unicode-bidi: bidi-override;
  pointer-events: none;
}
.star {
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}
.star.full {
  color: #E4A400;
}
.star.half::after {
  content: '\2605'; 
  position: absolute;
  color: #E4A400;
  width: 50%;
  overflow: hidden;
  display: inline-block;
  left: 0;
  top: 3px;
}
.testimonial-slider .slick-dots,
.highlight-section-inner .slick-dots{
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 30px 0 0;
	padding:0;
}
.highlight-section-inner .slick-dots {
	margin: 20px 0 0;
}
.testimonial-slider .slick-dots li,
.highlight-section-inner .slick-dots li{
  margin: 0 3px;
}
.testimonial-slider .slick-dots li button,
.highlight-section-inner .slick-dots li button{
  width: 12px;
  height: 12px;
  border: rgba(93, 96, 119, 1) solid 1px;
  border-radius: 12px;
  background-color: transparent;
  padding: 0;
  font-size: 0;
  color: transparent;
}
.testimonial-slider .slick-dots li.slick-active button,
.highlight-section-inner  .slick-dots li.slick-active button{
  background-color: rgba(93, 96, 119, 1);
}
.shilajit-routine{
  background-color: #f5f5f3;
}
.shilajit-routine-img{
  width: 100%;
}
.shilajit-routine-text{
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 4em;
}
.shilajit-routine-text .section-title h2{
  color: #0C0F2A;
}
.certifications-section{
  background-color: #0C0F2A;
}
@media screen and (max-width: 1200px) {
	.shilajit-routine-img {   
		filter: blur(2px);
	}
	.shilajit-routine-text {
		position: absolute;
		top: 0;
		width: 100%;
		padding: 2em 0;
		height: 100%;
		display: flex;
		align-items: center;
		background-color: rgba(255, 255, 255, .7);
	}
}
@media screen and (max-width: 991px) {
	.shilajit-routine-img {
        filter: blur(2px);
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	.shilajit-routine-text {
        position: relative;
	}
	.tab-content-left,
	.tab-content-right{
    width: 100%;
	}
	.tab-content-left ul {
    display: flex;
    align-items: normal;
    flex-wrap: wrap;
    height: auto;
	}
	.tab-content-left li {
    	width: auto;
		font-size: 13px;
		border: rgba(255, 255, 255, .2) solid 1px;
    margin: 0 5px 8px 0;
	}
}
.site-footer{
  background-color: #F4F0F0;
  border-bottom: #D4AF37 solid 22px;
  padding: 40px 0 0;
}
.footer-logo-area{
  margin-bottom: 40px;
}
.site-footer,
.site-footer a{
  color: #5D6077;
  text-decoration: none;
}
.site-footer h6{
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
}
.social-links {
  display: flex;
}
.social-links a{
  color: #5D6077;
    border: #5D6077 dashed 2px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 10px 5px 0;
}
.site-footer ul{
  list-style: none;
  padding-left: 0;
}
.site-footer ul li{
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
}
.site-footer ul li::before{
  content: "";
  width: 4px;
  height: 4px;
  background-color: #5D6077;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
}
.site-footer ul li a{
  font-size: 14px;
  text-decoration: none;
}
.contact-with{
  margin-bottom: 10px;
}
.contact-with span{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: var(--primary-yellow);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 1px;
  margin-right: 6px;
}
.copyright-section {
  border-top: #5D6077 solid 1px;
  text-align: center;
  padding: 30px 0;
  margin: 30px 0 0;
}

.video-container{
  width: 100%;
}
.video-container video{
  width: 100%;
  height: auto;
  display: block;
}
#testimonialvideoModal .modal-body{
  padding: 0 5px 5px;
}
#testimonialvideoModal .modal-dialog{
  max-width: 700px;
}
/*-- product details --*/
.product,
.product p,
.rating-box a{
	color:rgba(93, 96, 119, 1);
}
span.onsale,
.woocommerce-product-gallery__trigger{
	display:none;
}
.woocommerce-product-gallery__image img{
	width:100%;
}
h1.product_title{
	font-family: "Cinzel Decorative", serif;
	font-size:40px;
} 
p.price {
    font-size: 20px;
}
p.price del{
	margin-right:10px;
}
p.price ins{
	font-weight:600;
}
.custom-product-description {
    margin: 0 0 30px;
}
form.cart {
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}
form.cart .quantity,
form.cart .single_add_to_cart_button{
    width: 48%;
}
form.cart .quantity input {
    width: 100%;
    padding: 8px;
}

form.cart .single_add_to_cart_button{
	background-color: #fff;
	border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to bottom, #D4AF37, #6E5B1D);
    border-radius: 3px;
    padding: 7px 20px;
    color: var(--primary-yellow);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.rating-box {    
    text-align: center;	
}
.total-rate {
	padding: 10px 1em 20px;
    margin: 0 0 20px;
    font-size: 40px;
	border-bottom:rgba(93, 96, 119, .2) solid 1px;
}
.total-rate span{
    font-size: 20px;
	display: block;
}
.key-benefits-pro{
	background-color:rgba(243, 247, 247, 1);
}
.key-benefits-pro .section-title h2,
.ad-txt h2{
	font-size:40px;
	line-height:1.3;
	color:rgba(93, 96, 119, 1);
}
.ben-icon {
    height: 80px;
    margin: 0 0 20px;
}
.ben-icon img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.key-benefits-pro .why-choose-pro .section-title h2,
.ad-txt h2{  
	color: var(--primary-yellow);
}
.why-choose-pro {
    border: rgba(93, 96, 119, 1) solid 1px;
    padding: 25px;
	min-height:100%;
}
.why-choose-pro ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}
.why-choose-pro ul li{
    background-color: rgba(93, 96, 119, .1);
    display: inline-block;
    padding: 5px 10px 5px 40px;
    border-radius: 20px 0 0 20px;
    margin: 0 0 10px;
}
.ad-box {
    position: relative;
}
.ad-img{
	border-radius:10px;
	overflow: hidden;
} 
.ad-txt {
    padding: 10px;
    position: absolute;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
	left: 55%;
}
.ad-txt h2,
.sultan-special-offers h2{
	font-family: "Cinzel Decorative", serif;
}
.sultan-special-offers h2{
	font-size: 50px;
	line-height:1.3;
	font-weight:600;
	color:#fff;
}
.sultan-special-offers p{
	color:#fff;
}
.sultan-special-offers .spcl-p p{
	color: var(--primary-yellow);
}
.sultan-special-offers ul.slick-dots,
.why-slider ul.slick-dots{
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.sultan-special-offers ul.slick-dots li button,
.why-slider ul.slick-dots li button{
	font-size:0;
	padding:0;
	width:12px;
	height:12px;
	border-radius:50%;
	background-color: transparent;
	border:var(--primary-yellow) solid 1px;
	margin:0 4px;
}
.sultan-special-offers ul.slick-dots li.slick-active button,
.why-slider ul.slick-dots li.slick-active button{
	background-color: var(--primary-yellow);
}
.sultan-special-item img{
	width:100%;
}

.up-sells.products li a{
	color:rgba(93, 96, 119, 1);
	text-decoration:none;
	text-align:center;
	display: block;
}
.up-sells.products li a img{
	margin: 0 auto 15px;
}
h2.woocommerce-loop-product__title{	
	font-size:16px;
	margin-bottom:10px
}
.up-sells.products li a.add_to_cart_button{
	display:none;
}
.slick-prev,
.slick-next{
	background-position:center;
	background-repeat: no-repeat;
	position:absolute;
	top: 46%;
	transform: translateY(-46%);
}
.slick-prev{
	background-image:url(images/next-arrow.svg);
	transform: rotate(180deg);
	left:0;
}
.slick-next{
	background-image:url(images/next-arrow.svg);
	right:0;
}
.why-slide-item{
	position: relative;
}
.why-item-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 28%;
    right: 24%;
}
.why-item-txt h3{
	font-size:40px;
	color:var(--primary-yellow);
}
.why-item-txt ul{
	padding-left: 20px;
}
.why-item-txt li{
	font-size:20px;
	color:#fff;
}
.why-item-txt p{
	color:#fff;
}
.review-img-slider{
	width:450px;
}
.review-text-slider{
	width: calc(100% - 451px);
	padding-left: 3em;
}
.review-img-slider .slick-slide{
	opacity:0;
}
.review-img-slider .slick-active{
	transform: scale(.8) translateX(-80px);	
	z-index: 1;
    position: relative;
	opacity:.5;
	transition:all .25s;
}
.review-img-slider .slick-current.slick-active{
	transform: scale(1) translateX(0);
	z-index: 2;
    position: relative;	
	opacity:1;
}
.img-item {
    background-color: #000;
}
.review-img-slider .slick-active img{
	opacity:.5;
}
.review-img-slider .slick-current.slick-active img{
	opacity:1;
}
.review-text-slider .slick-dots{
	display: flex;
	list-style:none;
	padding:0;
}
.review-text-slider .slick-dots li{
	width: 50px;
	margin-right:4px;
	border:rgba(0,0,0,.2) solid 1px;
}

.form-section{
	background-color: #0C0F2A;
}
.wpcf7-form-control-wrap{
	display: block;
	margin-bottom:20px;
}
.form-control{
	width:100%;
	height:40px;
	color:#333;	
	background-color: transparent;
	border:none;
	border-bottom:rgba(0,0,0,.4) solid 1px;
	border-radius:0;
	padding:4px 3px;
	font-size:14px;
}
.form-section .form-control{
	color:#fff;
	background-color:#0C0F2A;
	border-bottom-color:#fff;
}
.form-section ::placeholder {
  color: #fff;
  opacity: 1; 
}

.form-section ::-ms-input-placeholder { 
  color: #fff;
}
.form-submit.gradient-btn{
	background-color: transparent;
	margin: 0 auto;
    min-width: 250px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 0;
	text-align:center;
}
.form-section .wpcf7 form .wpcf7-response-output {
    color:#fff;
}
.footer-form-section {
    background-color: rgba(0, 0, 0, .02);
    padding: 40px 40px 0;
}
.single-product.woocommerce-page div.product div.images,
.single-product.woocommerce-page div.product div.summary{
	width:100%;
}
/*-- cart page --*/
.is-large.wc-block-cart .wc-block-cart-items,
.wp-block-woocommerce-cart-order-summary-block{
	box-shadow: rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-items__header th,
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title{
    padding: 12px 16px 12px 16px;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
   visibility: visible !important;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header th,
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title{
    background: #101435 !important;
	color: var(--primary-yellow);
	font-size: 14px;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>* {
	padding: 0px 15px;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	color: #000;
	font-size:16px;
    font-weight: 600;
	text-decoration:none;
	margin-bottom:0;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
	color:#666;
}
.woocommerce-cart .wc-block-components-product-price__value.is-discounted {
	color:#000;
	font-weight:600;
}
.woocommerce-cart .wc-block-components-product-badge.wc-block-components-sale-badge{
	padding: 4px !important;
    margin: 0 0 0 15px;
}
.wc-block-components-button:not(.is-link){
	background-color: #101435;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to bottom, #D4AF37, #6E5B1D);
    border-radius: 3px;
    padding: 11px 20px 7px;
    color: var(--primary-yellow);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
	display: block;
	margin-top:10px;
}

.woocommerce-checkout .site-main{
	background: linear-gradient(to bottom, rgba(244, 242, 242, 1) 60%, rgba(12, 15, 42, 1) 40%);
}
.wc-block-checkout__main .wc-block-components-form.wc-block-checkout__form,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block{
	background-color:#fff;
	padding:15px;
	border-radius:15px;
	box-shadow: rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;
}
/*-- blog listing --*/
.blog-container{
  background-color: rgba(244, 242, 242, 1);
}
.feature-blog-inner{
  background-color: #fff;
  margin-top: -30px;
  border-radius: 10px;
  overflow: hidden;
}
.feature-blog-txt {
    position: relative;
    height: 100%;
    padding: 60px 40px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.publish-date{
    background-color: rgba(93, 96, 119, 1);
    width: 110px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 45px;
}
.feature-blog-info{
  height: 100%;
}
.feature-blog-info h2{
    font-size: 40px;
    margin-bottom: 15px;
 }
.feature-blog-info h2 a{
    color: var(--primary-yellow);
    text-decoration: none;
}
.read-more{
  color: var(--primary-yellow);
  text-decoration: none;
}
.read-more img{
    width: 20px;
}
.author-div,
.comment-div{
  font-size: 11px;
  color: rgba(93, 96, 119, 1);
}
.author-div{
  margin-right: 15px;
}
.author-img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.comment-icon{
  margin-right: 10px;
}
.comment-icon img{
  width: 20px;
}
.post-list-inner{
  position: relative;
  border: rgba(93, 96, 119, 1) solid 1px;
  padding: 80px 20px 0;
  border-radius: 10px;
}
.all-cat{
  background-color: var(--primary-yellow);
  color: #fff;
  padding: 15px 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 10px;
}
.all-cat select{
	width:100%;
	background-color: var(--primary-yellow);
	border:var(--primary-yellow) solid 1px;
	padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
}
.post-item{
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.post-img{
  position: relative;
}
.post-img a{
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-img .publish-date{
  left: 0;
  right: 0;
  margin: auto;
}
.post-txt{
  width: 80%;
  background-color: rgba(255, 255, 255, 0.86);
  padding: 15px 15px 30px;
  border-radius: 20px;
  margin: -70px auto 0;
  position: relative;
  z-index: 1;
}
.post-txt h4{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.post-txt h4 a{
  color: rgba(4, 18, 56, 1);
  text-decoration: none;
}
.post-txt p{
  font-size: 13px;
}
.more{
  width: 40px;
  height: 40px;
  background-color: rgba(93, 96, 119, 1);
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more span{
  width: 4px;
  height: 4px;
  background-color: rgba(252, 252, 252, 1);
  border-radius: 4px;
  display: block;
  position: relative;
}
.more span::before,
.more span::after{
  content: "";
  width: 4px;
  height: 4px;
  background-color: rgba(252, 252, 252, 1);
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.more span::before{
  left: -7px;
}
.more span::after{
  right: -7px;
}

.post-title h1{
  color: var(--primary-yellow);
  font-size: 40px;
  padding-bottom: 20px;
  border-bottom: rgba(167, 168, 184, .5) solid 1px;
  margin-bottom: 1em;
}
.post-content{
  margin-bottom: 1em;
}
.post-content ul,
.post-content ol{
  padding-left: 13px;
}

/*-- about page --*/
.body-wrap{
  background-color: rgba(244, 242, 242, 1);
}
.page-banner{
  position: relative;
}
.page-banner img{
  width: 100%;
  height: auto;
}
.page-banner-txt{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-banner-txt,
.page-banner-txt h1{
  color: #fff;
}
.page-banner-txt h1{
  font-size: 40px;
  font-weight: 600;
}

/*-- thankyou page --*/


/* Target Pack of 2 swatch (replace '2' with your term slug if different) */
.woo-variation-swatches .variable-item[data-value="2"] {
    position: relative;
    border: 2px solid #ff9800 !important;
    box-shadow: 0 0 8px rgba(255,152,0,0.5);
}

.woo-variation-swatches .variable-item[data-value="2"]::after {
    content: "Best Seller";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff9800;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    white-space: nowrap;
}

