@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'Ubuntu', sans-serif;
  color:#000;
  font-size: 14px;
  font-weight:400;
  line-height: 22px;
  
}


 h1 {
  font-size: 28px;
  color:#333;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 5px;
  margin-bottom: 25px;
  position: relative;
  text-align:center;
    text-transform: uppercase;
}
 h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 55px;
  background-color: #ff0000;
  left: 0;
  right: 0;
  margin: 0 auto;
}

h2{
   font-size: 30px;
   font-weight: 500;
   color: #c9a101;
   margin-bottom:15px;
}

h3{
  font-size: 22px;
  color: #000;
  font-weight:700;
  margin-bottom:10px;
}

h4{
  font-size:18px;
  color: #333;
  font-weight:500;
  line-height: 24px;
  margin-bottom:8px;
}

h5{
  font-size:17px;
  color: #333;
  font-weight:500;
  line-height: 24px;
  margin-bottom:8px;
}

h6{
  font-size:18px;
  color: #ecae25;
  font-weight:500;
  line-height: 24px;
  margin-bottom:8px;
}




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

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

a{
	color:#ff5400;
  -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
  text-decoration: none;
}
a:hover{
  color:#000;
  text-decoration: none;
}
.menu-area{
	background:#020403;
	border-bottom:2px solid #c9a101;
	padding:4px 0;
}
.topbar{
	background:#c9a101;
	padding:4px 0;
	displaY:table;
	width:100%;
}
.topbar ul{	float:right;}
.topbar ul li{
	float:left;
    margin: 0 5px; 
		color:#fff;
	font-size:13px;
}
.topbar ul li a{color:#fff;margin:0 3px;}
.topbar ul li a:hover{color:#000;}
.banner{margin-top:100px;}
.cart-area{position:relative;}
.cart-item{
	width:18px;
	height:18px;
	background:#c9a101;
	border:1px solid #fff;
	padding:4px 0;
	border-radius:50%;
	color:#fff;
	font-size:13px;
	text-align:center;
	line-height:8px;
	position:absolute;
	top:-3px;
	right:-15px;
}





























/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-caption h1{
  font-family: 'Ubuntu', sans-serif;
  font-size:30px;
  color:#fff;
  margin-bottom:25px;
  font-weight:500;
}
.carousel-caption h1:before{
    width:0px;
}


.logo-area img{height:65px;}
.logo img{padding-top:6px;}
.logo img:hover, .logo img:focus{outline:0;}

.title{
background:#dfa157;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin:0 0 4px 0;
  padding:8px;
  
}
button:focus{outline:0;}
.colmar{margin-bottom:35px;}

p {
  padding: 0px;
  font-size: 14px;
}

label { color: #444;}
.nopad{padding:0;}

.address_sec {
    margin-bottom: 10px;
    color: #222;
    font-weight: 400;
	font-size: 14px;
}

.section{margin:40px 0;display:table;width:100%;}
.btn_red i{font-size:18px;}
.btn:focus {outline: 0;box-shadow:none;}

.btn1 {
    background: #fff;
    padding: 14px 20px;
    text-transform: uppercase;
   color: #000!important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    -moz-user-select: none;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    border: 1px solid #c9a101;
    overflow: hidden;
    margin: 0;
	border-radius:25px;
}

.btn1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c9a101;
    color: #fff!important;
    z-index: 1;
    transition: transform .5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(.5,1.6,.4,.7);
    transform: scaleX(0);
    border-radius: 0;
}

.btn1:hover::before {
    transform: scaleX(1);
    color: #fff!important;
    z-index: -1;
}
.btn1:hover{color: #fff!important;}

.btn1 i, .btn2 i{color: #c9a101;}
.btn1:hover i, .btn2:hover i{color: #fff;}
.btn2 {
    background: #fff;
    padding: 14px 20px;
    text-transform: uppercase;
   color: #000!important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    -moz-user-select: none;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    border: 1px solid #ff0000;
    overflow: hidden;
    margin: 0;
	border-radius:25px;
}

.btn2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff0000;
    color: #fff!important;
    z-index: 1;
    transition: transform .5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(.5,1.6,.4,.7);
    transform: scaleX(0);
    border-radius: 0;
}

.btn2:hover::before {
    transform: scaleX(1);
    color: #fff!important;
    z-index: -1;
}
.btn2:hover{
    color: #fff!important;
}



.btn_blue {
    background: #c9a101;
    padding: 20px 20px;
    text-transform: uppercase;
   color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    -moz-user-select: none;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    border:0;
    overflow: hidden;
    margin: 0;
	border-radius:0;
}

.btn_blue::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c9a101;
    color: #fff!important;
    z-index: 1;
    transition: transform .5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(.5,1.6,.4,.7);
    transform: scaleX(0);
    border-radius: 0;
}

.btn_blue:hover::before {
    transform: scaleX(1);
    color: #fff!important;
    z-index: -1;
}














input.btn_red {
    background: #5c0000;
    padding: 20px 20px;
    text-transform: uppercase;
   color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    -moz-user-select: none;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
	border-radius:10px 0!important;
	height: 45px;
}

input.btn_red:hover {
    background: #dfa157!important;
}


.faicon .btn {padding: 0;}
.top {
    background: #fff;
	padding: 0 0 6px 0;
border-top:3px solid #ff0000;
}

.top_icon span{float:left;font-size:16px;color:#3c3c3c; margin:0 0 0 20px;}
.top_icon i{font-size:16px;color:#3c3c3c;}
.top_icon i:hover{color:#91de04;}
.top_icon{margin:20px 14px 0 0;}
	
.faicon .dropdown-toggle::after {display:none;}
#fadecarousel{margin-bottom:25px;}
.carousel-caption h1{color: #fff; font-size:44px;font-weight:600;margin-bottom:15px; text-align:left;}
.carousel-caption h2{color: #fff; font-size:30px;font-weight:600;margin-bottom:15px; }
.carousel-caption p{color: #fff; font-size:22px;font-weight:600;}
.carousel-caption{
	padding:20px;
	width:40%;
	bottom:32%;
	left:15%;
	color:#fff;
	text-align:left;
}

.carousel-caption.text-left h1{color:#333;text-align:left;}
.carousel-caption.text-left h2{margin-bottom:15px; }

.padd_left_right{padding:0 5px;}


.carousel-indicators [data-bs-target] {background-color: #c9a101;}
.carousel-indicators li {background-color: #ff5400;    width: 30px;    height: 10px;}

.blockquote-footer{color:#5c0000;font-weight:600;}
.bannerarro {
    background: #ff5400;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
}
.carousel-control-prev, .carousel-control-next {
    z-index: 99;
    opacity:1;
}
.img_border{border:1px solid #dfa157;padding:4px;border-radius:12px 0;}
.menu i{color:#ff5400;}
.orange{color:#ff5400;}
p.txt1{font-size:18px;}
.lightbg{background:#f9edd8;padding:30px 0;}
/* Shine effect */

figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.shine figure {
	position: relative;
}
.shine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* Shine effect end*/


/* images hover start*/

.shine img{
   margin-bottom:10px;
}

.shine:hover .img_hover img, .item:hover .img_hover img{
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}

.img_hover{
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.img_hover img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
}
.whitebox {
    background: #fff;
    padding: 30px;
    margin: 25px 0;
    box-shadow: 0 0 10px #999;
    border-radius: 6px;
    border-top: 5px solid #c9a101;
	z-index:1;
	position: inherit;
}
.whitebox2 {
    background: #fff;
    padding:16px 20px;
    margin: 20px 0;
    box-shadow: 0 0 10px #c9a101;
    border-radius: 10px;
}

.pagebgimage h1{color:#fff;z-index:1;position: inherit;}
.pagebgimage_content{
	padding:50px 0;
}

.modal-body {padding: 2rem;}
.card-body {padding: 0;}
.card-body-content {padding:0 15px 10px 15px;height:130px;}
.card{box-shadow:0 0 12px #aaa;}
.terms p{margin-bottom:30px;}



.pulseit{
	-webkit-animation: pulse linear .5s infinite;
	animation: pulse linear .5s infinite;
}
@-webkit-keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}
@keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}



.video-hading {
    color: #fff;
    text-align: center;
    padding: 15px;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;

}
.video-hading .address_section{margin-bottom:8px;}
.video-hade .videomain {
    margin-bottom: 30px;
}
.video_section {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
	border-radius: 0;
	
}
.videobtn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #350101;
    text-align: center;
    font-size: 28px;
    display: inline-block;
    position: relative;
    background-color: #fff;
}

.videobtn:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 14%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 14%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.videobtn:after {
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    content: '';
    background-color: rgb(255 255 255 / 46%);
    border-radius: 50%;
}
.videobtn i {
    line-height: 70px;
    position: relative;
    z-index: 9;
	color:#5c0000;
}
.video_area p{
	background:#e8ffbc;padding:10px;
}


.card-footer{font-size:16px;font-weight:600;}

.testimonials h3 {
  margin-bottom: 20px;
}
.testimonials .card {
  border-bottom: 3px #5c0000 solid !important;
  transition: 0.5s;
  margin-top: 60px;
  padding:0;
}
.testimonials .card .card-text{
  padding:15px 15px 0 15px;
}
.testimonials .card i {
  background-color: #dfa157;
  color: #ffffff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: -40px auto 0 auto;
}
.gbg{
	background:#efefef;
	padding:15px;
	border-radius:8px;
	MARGIN:0 0 30px 0;
}
.yellowbg{
	background:#f7f6d6;
	padding:30px 0;
}
.graybg{
	background: #f7f4fb;
    border-bottom: 2px solid #dfa157;
	padding:15px;
	box-shadow:0 0 12px #666;

}
.graybg h3{background: #5c0000;color:#fff;padding:6px;}
.whatsapp{
	background: #5c0000;
	color:#fff;
	font-size:20px;
	border-radius:50%;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	position:fixed;
	bottom:50px;
	right:20px;
}
.whatsapp:hover{
	background: #dfa157;
}
.whatsapp a{color:#fff;}
.whatsapp:hover a{color:#000;}
.banner_inner h3 {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    color: #5c0000;
    display: table;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 600;
}

.menu{padding:20px 0;}
.logo-main img{
	background: #5c0000;
    padding: 5px 10px;
    position: absolute;
    top: 0;
	border-radius: 0 0 8px 8px;
}
.card .bg-primary{background:#5c0000!important;}
.border-primary {border-color:transparent!important;}
.card h3 {color: #fff!important;margin:10px 0;}
.form-group {
    margin-bottom: 15px;
}
.bg-primary {
    background:#dfa157!important;
}
.tick li{
	background:url(../images/tick.png) 0 4px no-repeat;
	padding-left:20px;
	margin:0 0 15px 0;
    font-size: 17px;	
}
.photo-img{box-shadow:0 0 10px #bbb;}
.txt_md {font-size:18px;font-weight:600;color:#5c0000;margin-bottom:10px;}
.item{width:92%;margin:0 auto;}
.gallery img{border-radius: 12px 0;float:left;}
.blocks_box{
	position:absolute;
	bottom:20px;left:0;
}
.blocks_txt{
	background:rgba(0,0,0,.5);
	padding:10px;

}
.blocks_txt h3{font-size: 22px;color:#fff;font-weight:600;text-transform: uppercase;margin:0 0 5px 0;padding:0;}
.blocks_txt p{font-size: 17px;color:#fff;margin:0 0 10px 0;padding:0;}
.blocks{position:relative;}
.bluebg{
	background:#e1f2fb;
	padding:0;
	margin:30px 0;
}
.div_content{padding:30px;}
.owl-blog .card-body{text-align:left;padding:10px;}
.owl-blog i{font-size: 25px;color:#4a9529;margin:6px 0;}

.owl-prev, .owl-next{
	color: #678602;
    font-size: 30px;
    font-weight: 600;
	display: inline-block;
    margin: 10px;
}
.owl-nav{text-align: center;}
.price{padding:6px 0;background: #ebebeb;margin-bottom:10px;}
.actual-price{text-decoration: none!important;font-size:18px!important;font-weight:500;color:#fff!important;background: #ecae25; padding: 6px 10px;}
.price i, .price .red i{color:inherit;font-size:16px;}
.price span, .price .red span{text-decoration: line-through;color:#959595;font-weight:400;margin:0 10px 0 0;}
.product-details .price{background:transparent;}
.icon_circle{
	width:75px;
	height:75px;
	background:#fff;
	border:2px solid #c9a101;
	border-radius:50%;
	line-height:75px;
	text-align:center;
	font-size:40px;
	color:#c9a101;
	margin:0 auto 10px auto;
}

/*parallax start*/
#freeshippingbg p{color:#fff;}
#freeshippingbg {
    background-image: url(../images/stepsbg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}

#freeshippingbg a p{color:#fff;}
#freeshippingbg a p:hover{color:#fff!important;}

#freeshippingbg {
    background-image: url(../images/stepsbg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.freeshippingbg_parallax {
    background-attachment: fixed;
    padding: 60px 0;
}
/*fparallax end*/
.txt_yellow{
	font-size:16px;
	font-weight:600;
	color:#ecae25;
}
.probox{
	box-shadow:0 0 12px #aaa;margin-bottom:25px;
}



/*----======== footer ======---*/

footer{
	background:url(../images/footerbg.jpg);
	background-position: right;
	padding:40px 0 3px 0;
	z-index:33;
	border-top:4px solid #c9a101;
	background-size: cover;
}

footer .colmar{ margin-bottom: 0;}

footer h2{
	font-size:18px;
	font-weight:500;
	color:#fff;
	margin: 0 0 25px 0;
}
footer h2:before {
    content: '';
    position: absolute;
    float: left;
    width:30px;
    height:2px;
    background: #c9a101;
    margin: 25px 0 0 0;
}

footer p{
	font-size:13px;
	font-weight:400;
	color:#fff;
}

footer ul li {margin:0 0 3px 0;font-size:13px;color:#fff;}
footer ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #c9a101;
    font-size: 12px;
    font-weight: 700;
    padding: 4px;
    border-radius: 50%;
}

footer .foot_address  ul li:before {
    content: ""
}
footer ul li a{
	font-size:13px;
	font-weight:400;
	color:#fff;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
footer ul li a i{color:#c9a101;}
footer ul li a:hover, footer ul li a:focus{	color:#c9a101!important; margin-left:10px;}
.get_in_touch i{background:#c9a101; width:30px;height:30px;text-align:center;line-height:30px;font-size:14px;color:#fff;margin-right:10px;}
.get_in_touch i:hover{color:#c9a101!important;background:#fff;}

.copyright p{font-size:12px;color:#bababa!important;text-align:center;}
.copyright{
	background:transparent;
	padding: 8px 0 0 0;
	border-top:1px solid #555;
	margin-top:10px;
}
.foot_address i{font-size:11px;color:#c9a101;margin-right:4px;}
.mid_inner{margin-top:140px; margin-bottom:40px;}

.gmap iframe{width:100%;height:400px;}

.sub_heading2{font-size:22px;color:#c9a101;margin-bottom:10px;}
.address_sec{margin-bottom:15px;}
.socialbg{
	background:#c9a101;
	width:35px;
	height:35px;
	line-height:35px;
	border-radius:50%;
	text-align:center;
}
.socialbg:hover{
	background:#000;
}
i.socialbg:hover{
	color:#c9a101;
}
i.socialbg{
	line-height:32px;
	font-size:13px;
	color:#fff;
}

.nav-sidebar li{    
width: 100%;
margin-bottom: 10px;
}
	
.nav-sidebar li a{color:#000;font-weight:600;}
.nav-sidebar li a:hover{color:#000;margin-left:10px;}
	
.sidebar{
	padding:15px;
	border-radius:6px;
	position:sticky;
	top:100px;
	
}
.heading{
	font-size:20px;
	color:#000;
	margin-bottom:12px;
}


.table>thead {
    vertical-align: bottom;
    background: #c9a101;
	color:#fff;
}
.panel-heading{
	    background: #fff;
    padding:10px;
    margin-bottom: 12px;
	font-size:15px;    box-shadow: 0 0 15px #ddc53e;    border-radius: 6px;
}
.panel-heading i{font-size:20px;}
.panel-heading span{float:right;}
.category_section{margin:10px 0 15px 0;
    background: #fff;
    padding:10px;
    margin: 20px 0;
    box-shadow: 0 0 10px #c9a101;
    border-radius: 10px;
}
.category_section strong{font-size:16px;     margin-bottom: 7px;    display: table;}
.category_section label input{margin-right:5px;}

.thumbnail {
    background: #fff;
    padding: 8px;
       border: 1px solid #dfdfdf;
    border-radius: 8px;
}
.txt-md{font-size:15px;margin-bottom:10px;}
.thumbnail .caption h3 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
	height:40px;
}
.thumbnail .caption{margin-top:10px;}
.btn_blk {
    background: #fff;
    padding: 10px 20px!important;
    text-transform: uppercase;
    color: #b3b3b3!important;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #b3b3b3;
    border-radius: 25px!important;
}
.tab_area{margin-top:80px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #c9a101;
    border-color: #c9a101 #c9a101 #fff;
}

.nav-tabs li {
    background: #fff;
    font-size: 15px;
    margin: 0 5px 0 0;
    border-radius: 6px 6px 0 0;
	 border-color: #c9a101 #c9a101 #fff;
}
.nav-link {color: #000;}
.table>:not(caption)>*>* {padding: 0.7rem 0.5rem;}

input.btn2 {
    background: #fff;
    padding: 14px 20px;
    text-transform: uppercase;
   color: #000!important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    -moz-user-select: none;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    border: 1px solid #ff0000;
    overflow: hidden;
    margin: 0;
	border-radius:25px;
}

input.btn2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff0000;
    color: #fff!important;
    z-index: 1;
    transition: transform .5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(.5,1.6,.4,.7);
    transform: scaleX(0);
    border-radius: 0;
}

input.btn2:hover::before {
    transform: scaleX(1);
    color: #fff!important;
    z-index: -1;
}
input.btn2:hover{
    color: #000!important;
}
.alert {padding:0;}
h4.panel-title a{color: #000!important;}
.panel-title .disabled{opacity: 1;}
.panel-title .title3{display: table-cell;padding-left: 10px;color: #000;}
.panel-title .no_box{
	background: #c9a101;
    width: 30px;
    height: 30px;
    display: table-cell;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 30px;
}



.carousel-indicators [data-bs-target] {
    background-color: #c9a101;
}
#carouselpro_details .carousel-indicators [data-bs-target] {
    width: 100px;
    height: 30px;
    border:1px solid #fff;
}

#carouselpro_details .carousel-indicators {
	 position: relative!important;
}
.thumbnail_img{height:265px;}
.whitebox2 h4, .whitebox2 .color_box, .whitebox2 .size_box{display:table-cell; padding-right:10px;}
.whitebox2 p{ margin-bottom:0;}
.no_products_found{ 
    color: #c9a101;
    font-size: 20px;
    font-weight: 600;
	text-align:center;
	padding:25px 0;
}  
.owl-carousel .item img{height:270px;}
.sidebar .nav-sidebar{
	background:#dfd4ab;
	padding:15px;
	border-radius:4px;
}

.sidebar .nav-sidebar li {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
}
.my_account .sidebar{padding:0;}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #c9a101;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.collapse:not(.show) {
    display: initial;
}
.add_new_address{margin:15px 0;}
#NewAddressContentsID{margin-top:12px;border:1px dashed #c9a101;padding:20px;border-radius:10px;}
.wbg_rht{display:inline-block;margin-left:6px;}
.wbg_rht a{color:#c9a101;font-weight:600;font-size:16px;}
.wbg_rht a:hover{color:#000;}
.no_box2 {
    background: #c9a101;
    padding: 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
#PaymentMethodsForm .radio p{display:inline-block;}.btn-secondary.dropdown-toggle{background:#c9a101;border:0;width:100%;text-align:center;}

.sticky-top{
	position:sticky;
	top:140px;
}











