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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: IRansansX;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: IRansansX;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: IRansansX;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: IRansansX;
	--wd-widget-title-font: IRansansX;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: IRansansX;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(38,38,38);
	--wd-alternative-color: rgb(187,153,58);
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(203,161,42);
	--btn-default-bgcolor: rgb(40,40,40);
	--btn-default-bgcolor-hover: rgb(187,153,58);
	--btn-default-color: rgb(187,153,58);
	--btn-default-color-hover: rgb(20,20,20);
	--btn-accented-bgcolor: rgb(38,38,38);
	--btn-accented-bgcolor-hover: rgb(187,153,58);
	--btn-accented-color: rgb(187,153,58);
	--btn-accented-color-hover: rgb(33,33,33);
	--wd-form-brd-width: 1px;
	--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;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://thakhamanesh.com/wp-content/uploads/2019/11/Artistic-Black-l-1.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-image: none;
	background-repeat: repeat;
	background-size: cover;
	background-position: center center;
}
html .main-page-wrapper .wd-product .product-wrapper .wd-entities-title {
	font-family: IRansansX;	font-size: 24px;
}
html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
	font-family: IRansansX;	font-size: 22px;
	color: #fd4680;
}
html .wd-nav.wd-nav-main > li > a {
	font-family: IRansansX;	font-weight: 600;
	font-size: 16px;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}
	html .main-page-wrapper .wd-product .product-wrapper .wd-entities-title {
		font-size: 18px;
	}
	html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
		font-size: 16px;
	}

}

@media (max-width: 768.98px) {
	html .main-page-wrapper .wd-product .product-wrapper .wd-entities-title {
		font-size: 12px;
	}
	html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
		font-size: 14px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--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);
}
}


.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.footer-container{
    padding-top: 100px;
}
.flip-card-front {
  background-color: #e6e6e6;
  color: black;
}
.info-hakha-box {
    border:1px solid #cbcbcb !important;
    border-radius: 20px  !important;
}

.wd-header-mobile-nav .wd-tools-icon:before {
    font-size: 54px  !important;
    content: "\f15a";
    font-family: "woodmart-font";
} 
.wd-nav.wd-style-underline .nav-link-text{
    font-size: 17px !important;
    font-weight: 800 !important;
}
.wd-nav>li>a{
    font-size: 17px !important;
    font-weight: 800 !important;
}

.flip-card-front p {
  object-fit: contain;
  object-position: center;
  width: 160px;
  margin: 20px auto;
}

.flip-card-back {
  background-color: #e6e6e6;
  color: white;
  transform: rotateY(180deg);
}

.main-page-wrapper {
  margin-top: -40px;
  padding-top: 0 !important;
  background-color: #FFF;
}

@media only screen and (max-width: 576px)
 {
  .ContainAll {
    width: 100%;
    display: none;
    position: fixed;
    bottom: -10px;
    z-index: 9999999999;
    padding: 0;
    margin: 0;
    border-top: 2px solid #1c5363;
  }
  .RowMedia {
    display: inline-block;
    width: 100%;
  }
  .RowMedia .Logos {
    max-width: 100%;
    max-height: 100%;
    width: 25%;
    display: block;
    float: left;
    border: 1px solid #b5b5b5;
    text-align: center;
    padding: 5px 0;
    background: #e8e8e8;
    transition: 0.4s;
  }
  .RowMedia .Logos:hover {
    background: #cecece;
  }
  .RowMedia .Logos .InstagramLogo {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}

.box-title-default .info-box-title {
  font-size: 20px;
  margin-top: 6%;
}

.testimon-style-boxed .testimonial-inner {
  padding: 30px;
  background-color: #FFF;
  min-height: 321px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  transition: box-shadow .5s ease;
}

.whb-general-header {
  background-color: rgba(28, 83, 99, 1);
  /* color: red; */
  border-bottom-width: 0px;
  border-bottom-style: solid;
}

.ContainAll {
  display: none;
}

/*  nemonekar*/

.imgbox01 {
  border: 1px solid #dedede;
  text-align: center;
  padding: 28px 10px 10px 10px;
  margin: 0 0 20px 0;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  display: inline-block;
}

.imgbox01 .imgbox01-con {
  padding: 0;
}

.imgbox01 .line {
  width: 23px;
  border-top: 1px solid #929292;
  margin: 27px auto 0 auto;
}

.imgbox01 h3 {
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
  color: #424242;
  padding: 13px 0 8px;
}

.imgbox01-con p {
  font-size: 13px;
  color: #666;
}

.owl-carousel .owl-item {
  position: relative;
  float: left;
  min-height: 1px;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  padding: 10px;
}

div#woodmart-instagram-8 {
  display: none;
  height: 40px;
  margin-right: 5px;
}


.copy-right-site .company-name strong {
  color: #ffffff !important;
}

.copy-right-site .company-name {
  font-family: iransans;
  color: #fff;
  font-size: 13px;
}

.menu-opener:not(.has-bg), .search-style-with-bg.searchform .searchsubmit, .woodmart-cart-design-2 .woodmart-cart-number, .woodmart-cart-design-5 .woodmart-cart-number, .woodmart-cart-design-4 .woodmart-cart-number, .btn.btn-color-primary, .btn-style-bordered.btn-color-primary:hover, .menu-label-primary, .main-nav .item-level-0.callto-btn>a, .mobile-nav-tabs .mobile-tab-title:after, .icon-sub-menu.up-icon, .comment-form .submit, .color-scheme-light .woodmart-entry-meta .meta-reply .replies-count, .blog-design-mask .woodmart-entry-meta .meta-reply .replies-count, .woodmart-dark .woodmart-entry-meta .meta-reply .replies-count, .meta-post-categories, .woodmart-single-footer .tags-list a:hover:after, .woodmart-single-footer .tags-list a:focus:after, .woodmart-pagination>span:not(.page-links-title), .page-links>span:not(.page-links-title), .widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus, .widget_product_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:focus, .widget_calendar #wp-calendar #today, .slider-title:before, .mc4wp-form input[type=submit], .subtitle-color-primary.subtitle-style-background, .woodmart-title-color-primary .subtitle-style-background, .woodmart-title-style-simple.woodmart-title-color-primary .liner-continer:after, .icons-design-simple .woodmart-social-icon:hover, .timer-style-active .woodmart-timer>span, .woodmart-price-table .woodmart-plan-footer>a, .woodmart-price-table.price-style-default .woodmart-plan-price, .hotspot-icon-default .hotspot-btn, .hotspot-icon-alt .woodmart-image-hotspot.hotspot-opened .hotspot-btn, .hotspot-icon-alt .woodmart-image-hotspot:hover .hotspot-btn, .hotspot-content .add_to_cart_button, .hotspot-content .product_type_variable, .widget_product_categories .product-categories li a:hover+.count, .widget_product_categories .product-categories li a:focus+.count, .widget_product_categories .product-categories li.current-cat>.count, .woodmart-woocommerce-layered-nav .layered-nav-link:hover+.count, .woodmart-woocommerce-layered-nav .layered-nav-link:focus+.count, .woodmart-woocommerce-layered-nav .chosen .count, td.woocommerce-orders-table__cell-order-actions a, .account-payment-methods-table .button, .product-label.onsale, .woodmart-hover-alt .btn-add-swap>a span:not(.woodmart-tooltip-label):before, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .woodmart-add-btn>a, .woodmart-hover-quick .woodmart-add-btn>a, .product-list-item .woodmart-add-btn>a, .woodmart-hover-standard .btn-add>a, .cat-design-replace-title .category-title, .popup-quick-view .woodmart-scroll-content>a, .popup-quick-view .view-details-btn, .woodmart-compare-col .button, .woodmart-compare-col .added_to_cart, .widget_shopping_cart .buttons .checkout, .widget_price_filter .ui-slider .ui-slider-range, .widget_price_filter .ui-slider .ui-slider-handle:after, .widget_layered_nav ul .chosen a:before, button[name=save_account_details], button[name=save_address], button[name=track], .quantity input[type=button]:hover, .woodmart-stock-progress-bar .progress-bar, .woocommerce-pagination .page-numbers .current, .woocommerce-store-notice, .single_add_to_cart_button, .tabs-layout-tabs .tabs li a:after, .checkout_coupon .button, #place_order, .return-to-shop .button, .cart-totals-inner .checkout-button, .cart-actions .button[name=apply_coupon], .register .button, .login .button, .lost_reset_password .button, .woocommerce-MyAccount-content>p:not(.woocommerce-Message):first-child mark, .woocommerce-MyAccount-content>.button, .order-info mark, .order-again .button, .woocommerce-Button--next, .woocommerce-Button--previous, .woocommerce-MyAccount-downloads-file, .woodmart-pf-btn button, #yith-wpv-abuse, .dokan-dashboard a.dokan-btn, .dokan-dashboard button.dokan-btn, .dokan-dashboard input[type=submit].dokan-btn, .dokan-dashboard a.dokan-btn:hover, .dokan-dashboard a.dokan-btn:focus, .dokan-dashboard button.dokan-btn:hover, .dokan-dashboard button.dokan-btn:focus, .dokan-dashboard input[type=submit].dokan-btn:hover, .dokan-dashboard input[type=submit].dokan-btn:focus, .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.active, .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover, .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover, #dokan-seller-listing-wrap .dokan-btn, .woocommerce-MyAccount-content .dokan-btn, div.wcmp_regi_main .button, .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, body .select2-container--default .select2-results__option[aria-selected=true], .woodmart-wishlist-info-widget .wishlist-count, .woodmart-compare-info-widget .compare-count, .navigation-style-underline .nav-link-text:after, .masonry-filter li a:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after, .category-nav-link .category-name:after, .woodmart-checkout-steps ul li span:after, .woodmart-products-tabs.tabs-design-default .products-tabs-title .tab-label:after, .woodmart-products-tabs.tabs-design-alt .products-tabs-title .tab-label:after {
  background-color: #1c5361;
}

.call-thakha {
  display:none !important;
  z-index: 999;
  position: fixed;
  bottom: -4px;
  left: 0;
  right: 0;
  text-align: center;
}

.call-thakha .whatup, .call-thakha .call-btns {
  width: 50%;
  float: right;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}

.box-title-default .info-box-title{
    font-size: 24px;
    font-weight: 900;
}


@media only screen and (max-width: 780px) {
  .call-thakha{
    display:none !important;
  }
}
.main-theme-scroll {
    position: relative;
    height: auto;
    margin-top: 7px;
    text-align: center;
    color: #fff;
    background: #1c5363;
    border-radius: 7px;
}
.main-scroll-img {
    height: 310px;
    width: 22%;
    float: right;
    background-color: #1c5363;
    border-radius: 7px;
}
.main-scroll-img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: contain;
    object-position: top right;
    border-radius: 7px;
}
.main-scroll-txt {
    height: 310px;
    width: calc(100% - 280px);
    display: inline-block;
    float: none;
    background-color: #1c5363;
    padding: 15px;
    overflow-y: scroll;
    margin: 20px auto;
}
.whats-ap img ,.tamas-d img{
	width: 80px;
}

/* social btn */
.icon-absolute {
        position: fixed;
        bottom: 100px;
        left: 30px;
	      z-index: 9999999999;
      }

      .one-box {
        background-color: #fd4680;
        display: block;
        padding: 5px;
        border-radius: 10px;
        margin: 15px 0;
        text-align: center;
      }

     .one-box img {
			 margin: auto;
      }

      .two-box {
        background-color: green;
        display: block;
        padding: 7px;
        border-radius: 10px;
        margin: 15px 0;
        text-align: center;
      }

       .two-box img {
				 margin: auto;
      }

      .tree-box {
        background-color: blue;
        display: block;
        padding: 7px;
        border-radius: 10px;
        margin: 15px 0;
        text-align: center;
      }

      .tree-box img {
				margin: auto;
      }

.four-box {
        background-color: #ef7f1a;
        display: block;
        padding: 5px;
        border-radius: 10px;
        margin: 15px 0;
        text-align: center;
      }

       .four-box img {
				 margin: auto;
      }

/* edit footer */
.logo-col {
    color: #fff;
	opacity: 0.6;
	padding: 0 10px;
}
.logo-img {
	max-width: 80%; 
	margin-bottom: 10px;
}

.logo-img img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
	margin-bottom: 10px;
}

.address {
   display: flex; 
}

.address p {
   margin-right: 5px;
}
 
.mobile {
    display: flex; 
}

.mobile p {
    margin-right: 5px; 
}
.phone {
    display: flex;
}
.phone p {
    margin-right: 5px;
}
.location {
    display: flex;
}

.location p {
    margin-right: 5px;
}
/*  */
.links-col {
    margin: 0 20px;
  	padding-bottom; 40px;
}

.links-col h5 {
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
}

.links-footer {
    list-style: none;
    padding: 0;
	
}

.links-footer li {
    padding-top: 5px 0;
}

.links-footer li a {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}

.links-footer li a:hover {
    color: #fff;
    opacity: 1;
}
/* */
.why-col h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.why-col p {
    color: #fff;
    opacity: 0.6;
}
/* */ 
.widget-title {
	color: #fff;
}
.woodmart-recent-posts .wd-entities-title {
	color: #fff;
}

.wd-entities-title a:hover {
  color: #fff !important;
	opacity: 0.6 !important;
}
/*  margin in portofilio*/
.portfolio-single-content {
    margin-top: 45px;
}
/*  */
.call-button {
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #2dc100;
    border: none;
    outline: none;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    z-index: 999;
    background-image: url(https://thakhamanesh.com/wp-content/uploads/2024/08/call-icon.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    box-sizing: border-box;
    animation: pulse 2s infinite;
}

.circle-container {
		display: flex;
    align-items: center;
    position: fixed;
    left: 30px;
    bottom: 65px;
    z-index: 99;
 
}

.phone-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
 
    position: relative;
    animation: pulse 1.5s infinite;
    display: inline-block;
    text-decoration: none;
	
	background-color: #2dc100;
    border: none;
    outline: none;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    z-index: 999;
    background-image: url(https://thakhamanesh.com/wp-content/uploads/2024/08/call-icon-1.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    box-sizing: border-box;
}

.phone-text {
    margin-left: 15px;
    font-size: 18px;
    color: #333;
    background: #bacc05;
    padding: 5px 10px;
    border-radius: 9px;
    font-weight: 700;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
    }
}
.scrollToTop {
			right: 12px !important;
	left:auto !important;
}
.wpb_content_element{
    margin-bottom: 1px;
}
.textmoshavere {
  background: #2dc100;
    float: right;
    color: #efefef;
    font-size: 16px;
    margin-right: 0%;
    /* margin-top: -9%; */
    padding: 6px 13px;
    font-weight: 800;
    text-align: center;
    border-radius: 20px;
}

.vc_column-inner.vc_custom_1755508269717 {
    border-radius: 100px 0 0 0;
}@media (min-width: 1025px) {
	.wpb_column .vc_column_container .vc_col-sm-3 .vc_col-has-fill .vc_column-inner :hover{
	background-color:#e6e3e3!important;
	transition:0.25s !important;
}
}

@media (max-width: 576px) {
	.ContainAll{
    width: 100%;
    display: none;
    position: fixed;
    bottom: -10px;
    z-index: 9999999999;
    padding: 0;
    margin: 0;
    border-top: 2px solid #1c5363;


}
.RowMedia{
    display: none;
	width: 100%;
}
 .RowMedia .Logos{
    max-width: 100%;
    max-height: 100%;
    width: 25%;
    display: none;
    float: left;
    border: 1px solid #b5b5b5;
    text-align: center;
    padding: 5px 0;
    background: #e8e8e8;
    transition: 0.4s;
}

.RowMedia .Logos:hover
{
 background: #cecece;
}
  .RowMedia .Logos .InstagramLogo{
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
@media only screen and (max-width: 767px){
.imgbox01 .imgbox01-con {
    padding: 0 0;
}}
@media only all and (max-width: 520px){
.main-scroll-img {
    height: 310px;
    width: 100%;
	}}
@media only all and (max-width: 520px){
.main-scroll-txt {
    width: calc(100% - 20px);
}}

}

