@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.shinelite.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Philosopher", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(55,68,88);
	--wd-text-font-size: 14px;
	--wd-title-font: "Philosopher", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(55,68,88);
	--wd-entities-title-font: "Philosopher", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(55,68,88);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Philosopher", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Philosopher", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Philosopher", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(199,173,139);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: rgb(199,173,139);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(199,173,139);
	--btn-default-bgcolor-hover: rgb(24,24,24);
	--btn-accented-bgcolor: rgb(199,173,139);
	--btn-accented-bgcolor-hover: rgb(24,24,24);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #0c0c0c;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	--wd-popup-width: 600px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(24,24,24);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(8,8,8);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(8,8,8);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	background-color: rgb(8,8,8);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(8,8,8);
	color: rgb(255,255,255);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(8,8,8);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.footer-container h5.widget-title {
    color: #c6ad8a !important;
    font-size: 18px !important;
}

html body .social-form-circle .wd-social-icon {
    border-radius: 50%;
    border: 1px solid;
    padding: 8px;
    width: 35px !important;
    height: 35px !important;
    margin-right: 11px !important;
}

.get_enquire_whatsapp h5.mb-1 {
    font-weight: 400 !important;
    width: 100% !important;
}

.cart-totals-inner {
    border: 3px solid #c7ad8b !important;
	border-radius:10px !important;
}

.footer-container .menu-information-footer-container ul li{
		       display: list-item !important;
    list-style-type: disc  !important;
	margin-left: 15px !important;
	    font-size: 15px !important;
}

a.btn.btn-style-link.btn-color-primary.create-account-button {
    background: rgb(201 178 143) !important;
    color: #000 !important;
    padding: 12px 20px;
    font-size: 13px;
    width: 100%;
    line-height: 18px;
    border-radius: 5px;
}

a.btn.btn-style-link.btn-color-primary.create-account-button:hover {
    background: #000 !important;
    color: #fff !important;
    padding: 12px 20px;
    font-size: 13px;
    width: 100%;
    line-height: 18px;
    border-radius: 5px;
}
a.button.checkout.wc-forward{
	 background: rgb(201 178 143) !important;
	    color: #000000 !important;
}

a.button.checkout.wc-forward:hover{
	 background: #000 !important;
	    color: #fff !important;
}

a.button.btn-cart.wc-forward {
    background-color: #0000;
    border: 1px solid rgb(201 178 143) !important;
	color: #000000 !important;
}

a.button.btn-cart.wc-forward:hover {
    background-color: rgb(201 178 143) !important;
    border: 1px solid rgb(201 178 143) !important;
	    color: #fff !important;

}


button.button.woocommerce-button.woocommerce-form-login__submit {
    background: rgb(201 178 143) !important;
	    color: #000 !important;
}

button.button.woocommerce-button.woocommerce-form-login__submit:hover {
    background: #000 !important;
	    color: #fff !important;
}

.footer-container .menu-my-account-footer-container ul li{
	  display: list-item !important;
    list-style-type: disc  !important;
	margin-left: 15px !important;
	    font-size: 15px !important;
}

.wd-prefooter {
    padding-bottom: 0px !important;
}


.footer-container .wd-social-icons.icons-design-default.icons-size-default.color-scheme-dark.social-follow.social-form-circle.text-center{
	text-align:left !important
}

.footer-container div#custom_html-2 {
    border: none !important;
    margin-bottom: -13px;
}
span.password-input {
    width: 100% !important;
}


.woocommerce-account button.woocommerce-Button.button{
color:#000;
}

.woocommerce-account button.woocommerce-Button.button:hover{
color:#fff;
}

a.btn.wd-switch-to-register{
color:#000;
}


a.btn.wd-switch-to-register:hover{
color:#fff;
}

.single-breadcrumbs-wrapper {
    background: antiquewhite;
    padding-top: 10px;
}

.single-product .main-page-wrapper {
    margin-top: -65px;
}

    



.instagram-content-inner p{
	margin:0 !important;
}

.text_parent p{
	text-align:justify
}

.row .contact-btn{
	background-color:#c7ad8b;
	width: 100% !important;
	color:#000000 !important;
}

.text_size{
	font-size:14px !important
}

.contact_container{
	margin-bottom:30px
	
}

.aboutus_heading{
	font-size: 49px;
    color: #ad8d2f;
    text-align: left;
    font-family: 'Arizonia' !important;
    font-weight: 400;
    font-style: normal;
}

.wd-carousel-wrap{
	box-sizing: border-box !important;
}

.about_image img{
	margin-bottom:30px;
}

.wd-empty-page:before{
	color:#fef6e9 !important;
}

.return-to-shop .button{
	color:black !important;
	padding: 6px !important;
  width: 170px !important;
}
.return-to-shop .button:hover{
	color:white !important;
}

.home-info-box .box-with-icon .info-box-icon {
   padding:unset !important;
}

.wd-nav-wrapper{
	border: 1px solid #e4dddd; 
  padding: 7px;
}

html .home-products-tab .wd-nav[class*="wd-style-"]>li>a{
    color: #ad8d2f !important;
}

html .home-products-tab .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a{
	color:#333 !important;
}

.collection-info-box .box-with-icon .info-box-icon{
	padding:20px !important;
}

.home-products-tab .wd-nav[class*="wd-style-underline"] .nav-link-text:after {
	    top: 180%;align-content;
}

.home-products-tab #wd-66bf01231a0e0.wd-tabs .wd-nav-tabs.wd-style-underline .nav-link-text:after {
    background-color: #ada4a8 !important;
}

.product-grid-item .wd-buttons .wd-action-btn{
	--action-btn-color: #fff !important
}

.wd-buttons {
	background:#3c363642 !important
}

html .ytp-cued-thumbnail-overlay .ytp-large-play-button iframe{
	width:34px !important;
}

.ytp-title-text {
	display:none !important;
}

.contact_container input[type="text"],
.contact_container input[type="number"],
.contact_container input[type="email"],
.contact_container textarea {
	border-radius:0px !important;
	border:1px solid black !important;
	margin-top: 7px !important;
}

.page-title{
	border-bottom: 1px solid black;
	position:relative;
}

 .title-size-default .title {
        font-size: 25px !important;
	 font-weight:600 !important
  }   

/*   .title-size-default {
       padding: 71px 0 20px !important;
    } */

/* div.page-title::before{
	 content: "";
    display: block;
    width: 100%;
    height: 44px; /* Adjust height as needed */
/*     background-color: #fef6e9; /* Banner color */
/*     position: absolute; */
/*     top: 0; /* Adjust if necessary */ 
/*     z-index: 10; /* Ensure it is above other content */ 
/* } */ 

.contact_icons .wd-social-icon .wd-icon {
    color: #c7ad8b !important; 
}

.contact_icons .wd-social-icon {
    color: #c7ad8b !important; 
}


.wd-compare-table .compare-basic td{
	position:relative !important;
}

.wd-compare-table .wd-action-btn.wd-style-text{
	  position: absolute;
    bottom: 15px;
    right: 20px;
}


body:not(.home,.product-template-default) .main-page-wrapper{
	position:relative;
	padding:65px 0 0 0 !important;
}

body:not(.home,.product-template-default) .main-page-wrapper::before{
content: "";
    position: absolute;
    width: 100%;
    border: 20px solid #fff6e9;
    top: 0;
    left: 0;
    right: 0;
	  z-index: 9;
}

/* Product details */
.woocommerce-breadcrumb a:after {
    content: ">";
	font-size:11px;
}

h1.product_title.entry-title {
    font-size: 40px !important;
}

.summary-inner .price .woocommerce-Price-amount .amount{
	color:#000000 !important;
}

.cart button , [type="submit"] {
	padding: 12px 47px !important;
}

.cart .row.d-inline-flex.pl-3.get_enquire_whatsapp{
	background: #ffffff !important;
	border: 2px solid #c7ad8b;
  border-radius: 6px;
}

.cart .get_enquire_whatsapp h5.mb-1{
	font-weight:700 !important;
}

.cart .fa-phone-alt{
	color:green !important;
}

.summary-inner>.wd-action-btn.wd-style-text>a span{
	text-transform:uppercase !important;
	color:#777 !important;
}

.summary-inner .woocommerce-Price-amount.amount bdi{
	color:black !important
}

.wd-action-btn.wd-wishlist-icon>a:before{
}

.product_meta .posted_in{
	text-transform:uppercase !important;
	font-size:14px !important;
	color:#777 !important;
}
.woocommerce-product-details__short-description{
font-size:12px !important;
}

.summary-inner .single_add_to_cart_button{
	color:black !important}

.summary-inner .single_add_to_cart_button:hover{
	color:white !important}

.cart-widget-side .widget-title{
	text-transform:capitalize;
}

.cart-widget-side .woocommerce-mini-cart__total strong{
	text-transform:capitalize !important;
}

.cart-info .woocommerce-Price-amount.amount bdi{
	color:#c7ad8b !important
}

.coupon .button{
	color:black !important
}

.coupon .button:hover{
	color:white !important
}

.wc-proceed-to-checkout .button{
	color:black !important
}

.wc-proceed-to-checkout .button:hover{
	color:white !important
}

.woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount bdi{
	color:black !important
}

.shop_table th{
	text-transform:lowercase !important;
	font-size:19px;
/* 	font-weight:600; */
}
.shop_table th::first-letter{
	text-transform:uppercase !important
}

.coupon input[type="text"]{
	  border-radius: 5px !important;
    border: 2px solid #bfbbbbcf !important;
	  color:#9e9696 !important
}

.cart-totals-section .cart-totals-inner h2{
	text-transform:capitalize;
}

.quantity .plus{
	border:1px solid #cbcbcb !important
}

.quantity .minus{
	border:1px solid #cbcbcb !important
}
.quantity .qty{
	border:1px solid #cbcbcb !important
}

.woocommerce-billing-fields h3{
	font-weight:600
}
.checkout .checkout-order-review h3{
	font-weight:600
}

.checkout .checkout-order-review:before{
	display:none !important;
}
.checkout .checkout-order-review:after{
	display:none !important;
}

.woocommerce-checkout-review-order-table thead tr th{
	text-transform:uppercase !important;
		font-weight:600
}
.woocommerce-checkout-review-order-table tfoot th{
		font-weight:600
}
.woocommerce-checkout-review-order-table tr{
	color:#777777 !important
}

.form-row [type="submit"]{
	color:black !important
}
.form-row [type="submit"]:hover{
	color:white !important
}

.checkout-field-heading{
	font-size:22px;
	font-weight:600;
}

.wd-side-hidden{
	bottom: 10px !important
}
.login-form-side .widget-title{
	text-transform:capitalize !important
}

.login input[type='text']{
	border: 2px solid #0000001a !important;
	border-radius:5px !important;
}

.woocommerce-billing-fields__field-wrapper input[type='email'], 
.woocommerce-billing-fields__field-wrapper input[type='date'], 
.woocommerce-billing-fields__field-wrapper input[type='search'], 
.woocommerce-billing-fields__field-wrapper input[type='number'], 
.woocommerce-billing-fields__field-wrapper input[type='text'], 
.woocommerce-billing-fields__field-wrapper input[type='tel'], 
.woocommerce-billing-fields__field-wrapper input[type='url'], 
.woocommerce-billing-fields__field-wrapper input[type='password'], 
.woocommerce-billing-fields__field-wrapper textarea, 
.woocommerce-billing-fields__field-wrapper select {
	border:2px solid #0000001a !important;
	border-radius:5px !important;
	color:#777777 !important
}


.product-grid-item span.woocommerce-Price-currencySymbol{
	margin-right: 5px !important;
}

.woocommerce-thankyou-order-received{
	color:#c7ad8b !important;
	border: 2px dashed #c7ad8b !important
}

.whb-general-header-inner .wd-tools-icon:before{
	font-size: 14px !important;
}

.watch-now-btn .btn.btn-color-primary{
	color:black !important
}

.read-more-btn.btn.btn-color-primary{
	color:black !important
}

.home-tabs .wd-nav-wrapper.wd-nav-tabs-wrapper.tabs-navigation-wrapper{
	margin-bottom:40px !important
}

.wd-header-nav .menu.wd-nav .menu-item .nav-link-text{
	font-weight: 700 !important;
	text-transform:capitalize
}

/* .entry-title.title{
	margin-top: 20px !important;
} */

.main-page-wrapper .title-size-default {
	padding: 20px !important;
}

.wd-social-icons:is(.icons-size-small,.icons-size-) .wd-icon{
    font-size: 17px !important;
}
.container .entry-title {
	margin-top:15px !important
}

.wd-header-nav .wd-nav{
	--nav-gap: 0px !important;
}

.best-seller .widget-product-info .wd-entities-title{
	font-size: 15px !important;
  text-transform: uppercase !important;
}

.best-seller .price .woocommerce-Price-amount bdi{
	font-size: 15px !important;
}

.stay_connected .liner-continer{
	margin-bottom: 25px !important;
}

.review_title .liner-continer .woodmart-title-container{
	margin-bottom: 15px !important
}

.woocommerce-shipping-fields #ship-to-different-address .checkbox{
	display:none !important;
}

.whb-sticked .whb-color-light:not(.whb-with-bg){
	background-color: #ffffff !important
}

.whb-sticked .nav-link-text{
	color: #000000 !important
}

.whb-sticked .wd-tools-icon{
	color: #000000 !important
}

.bestsell_section .product_list_widget>li .wd-entities-title{
	margin-bottom: 0px !important;
}

.bestsell_section .bestseller-ring .info-box-icon{
	padding: 0 20px !important;
}

.bestsell_section .bestseller-ring .info-box-icon .wd-lazy-load{
	width:90% !important;
}

.bestsell_section .bestseller-ring .info-box-content{
	padding:17px !important
}

.product-title .title-wrapper{
	width: fit-content !important;
  margin: auto !important;
	margin-bottom: 35px !important;
  border-radius: 5px !important;
	padding: 5px 12px
}


.product-title .info-box-icon img{
	border: 4px solid #c6ad8a !important
}



/* .product-table table th{
           white-space: nowrap; 
  } */

.product-table table td {
	width: 60% !important;
}

.product-table table th,td {
	padding: 7px 12px !important;
	text-align: center; /* Center horizontally */
  vertical-align: middle; /* Center vertically */
}

.product-table table td {
	height: 35px !important;
}

/* .wd-main-logo{
	display:block !important
} */

.follow_us_instagram{
	  text-align: center;
    background: #222;
		margin-bottom: 0 !important;
    color: #fff !important;
}
.follow_us_instagram a{
	color:#fff !important;
}


    .wd-nav-tabs-wrapper {
        overflow-x: unset !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

.wd-compare-table .wd-action-btn.wd-style-text{
	right:0px !important
}

.site-logo .wd-logo.wd-main-logo{
	display:block !important
}


.whb-sticked .site-logo .wd-logo.wd-main-logo{
	display:none !important
}


/* .get_enquire_whatsapp {
	margin-right:5px;
} */

html .woocommerce-Reviews>:is(div,p) {
	padding: 0px !important;
}

:is(.color-scheme-light,.whb-color-light) .wd-nav[class*="wd-style-"] {
    --nav-color: #000000 !important;
    --nav-color-hover: rgba(0, 0, 0, 0.8) !important;
    --nav-color-active: rgba(0, 0, 0, 0.8) !important;
    --nav-chevron-color: rgba(0, 0, 0, 0.6) !important;
}

.whb-main-header .wd-tools-element>a{
	color:#000000 !important
}

/*** Mneu drop down style ****/

#menu-item-496 .wd-dropdown-menu {
background-color: #e1dadc;
}

html .wd-sub-menu .menu-item  {
border-bottom:1px solid white !important;
}


/** Product grid style **/
 .product-wrapper .wd-entities-title {
	text-align:left !important;
}

.product-wrapper .wd-product-cats {
	text-align:left !important;
}

.product-wrapper .price {
	text-align:left !important;
}

/* 
.customise_parent{
	margin-bottom: 20px !important;
}
 */


.d-inline-flex.get_enquire_whatsapp{
	display:flex !important
}

.product_meta{
	margin-top:10px !important
}

.product-tabs-wrapper{
	margin: 20px 0 !important
}

.single-product-page .single_add_to_cart_button.button.add-to-cart{
	margin-bottom: 20px !important
}


#wpcf7-f581-p39-o1 .hidden-fields-container{
	display:none !important
}@media (min-width: 1025px) {
	.container {
    max-width: 1400px !important;
}
ul#menu-main-navigation-shinelight li.item-level-0 {
    margin: 0px 12px !important;
}

.color-scheme-dark.wd-design-default.wd-dropdown-menu.wd-dropdown ul li a {
    color: #374458 !important;
}

.home ul.sub-sub-menu.wd-dropdown {
    background: #ffffffb0 !important;
	margin: 0 0 0 20px !important;
}

/* .home .color-scheme-dark.wd-design-default.wd-dropdown-menu.wd-dropdown {
    background: #ffffffb0 !important;
} */
span.copyright_text_footer {
    padding-right: 90px;
}
.container.main-footer {
    padding-top: 25px;
    padding-bottom: 15px;
}

.product-grid-item span.woocommerce-Price-amount.amount {
    font-size: 18px;
    color: #000;
}
.product-grid-item span.woocommerce-Price-currencySymbol {
    font-size: 12px;
}

.product-grid-item:hover span.woocommerce-Price-amount.amount {
    font-size: 18px;
    color: #000;
}
.product-grid-item span.woocommerce-Price-currencySymbol {
    font-size: 12px;
}

.product-grid-item h3.wd-entities-title {
    font-size: 18px !important;
}


 .wd-hover-quick .wd-add-btn>a{
	 background-color:rgb(24,24,24) !important;
}

 .wd-hover-quick .wd-add-btn>a:hover{
	 background-color:rgb(199,173,139) !important;
}


.home  .pagin-scheme-light .flickity-page-dots {
    bottom: 130px !important;
    text-align: left !important;
    left: 180px !important;
}

.instagram-picture:nth-child(1) img,
.instagram-picture:nth-child(6) img{
      margin-top: 60px;
}

.instagram-picture:nth-child(2) img,
.instagram-picture:nth-child(5) img {
      margin-top: 45px;
}

.instagram-picture .wrapp-picture :is(a,img){
	top:-60px !important;
}

.instagram-picture .wrapp-picture{
	overflow:visible;
}

.instagram-picture .wrapp-picture:after{
	display:none !important;
}


.instagram-picture .wrapp-picture:before{
	padding-bottom: 108%;
}


.instagram-widget .instagram-content-inner {
    padding: 20px 0 0 !important;
    max-width: 250px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.22) !important;
    border: 1px solid !important;
}


.follow_us_instagram{
	  text-align: center;
    background: #222;
    margin-bottom: 0 !important;
    padding: 10px;
    color: #fff !important;
}

.follow_us_instagram a{
	color:#fff !important;
}


.testimonials .owl-carousel .owl-item:not(.active) {
   opacity: 0.5;
}

.testimonials .testimonial-inner{
	display:flex !important;
}


.testimonials .owl-carousel .owl-item:not(.active) .testimonial-inner{
	background:none;
	box-shadow:none;
}

.testimonial-content{
	  text-align: left;
    font-size: 16px !important;
    padding: 20px 30px 40px;
}


.testimon-align-center .testimonial-avatar{
	width:30% !important;
}

.testimonials .owl-nav div{
		position: absolute;
    width: 40px;
    height: 40px;
}

.testimonials .owl-prev{
    top: 36%;
    left: 17% !important;
}

.testimonials .owl-next{
    top: 36%;
    right: 18% !important;
}

.testimonial-content footer {
    color: var(--wd-primary-color) !important;
}

.css-1a0l3to {
    bottom: 78px !important;
}


body {
    font-family: 'Philosopher' !important;
}

.css-x2319h input, .css-3zo4b3 input, .css-1dpnf96 input{
	border:none !important;
}

.css-18j0gvh{
	display:none !important;
}

.woocommerce-MyAccount-navigation ul li>a {
    border-radius: 8px;
}

.woocommerce-MyAccount-navigation ul li.is-active>a {
    background-color: #c7ac8b !important;
    border-radius: 8px;
}

.bestsell_section{
	margin: 0 100px 0 100px;
}

.testimonials .wd-carousel-item {
    opacity: 0.2 !important; /* Default opacity for all items */
    transition: opacity 0.3s ease;
}

.testimonials .wd-carousel-item.wd-full-visible.wd-active {
    opacity: 1 !important; /* Full opacity for the active item */
}



a.whats-app.developer {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 135px;
        right: 24px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 31px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }


}

@media (min-width: 768px) and (max-width: 1024px) {
	.css-1a0l3to {
	  bottom: 113px !important;
    right: 9px !important;
}

.testimonials .wd-carousel-item {
    opacity: 0.2 !important; /* Default opacity for all items */
    transition: opacity 0.3s ease;
}

.testimonials .wd-carousel-item.wd-full-visible.wd-active {
    opacity: 1 !important; /* Full opacity for the active item */
}

a.whats-app.developer {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 171px;
        right: 24px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 31px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }

}

@media (max-width: 576px) {
	span.copyright_text_footer {
    display: block !important;
}

a.whats-app.developer {
        position: fixed;
        width: 40px;
        height: 40px;
       bottom: 168px;
        right: 13px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 26px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
}

.css-1a0l3to{
	bottom: 113px !important;
  right: 9px !important;
}

/* testimonial */
    height: 40px;
}

.testimonials .owl-prev{
    top: 36%;
    left: 17% !important;
}

.testimonials .owl-next{
    top: 36%;
    right: 18% !important;
}

.testimonial-content footer {
    color: var(--wd-primary-color) !important;
}

    .wd-nav-tabs-wrapper {
        overflow-x: unset !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

html .whb-sticked .site-logo .wd-logo.wd-main-logo{
	display:block !important
}

.customise_parent{
	    margin-bottom: 20px !important;
}

}

