.page-title-default{
	background-color:rgb(255,255,255);
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#e1e1e1;
	background-repeat:no-repeat;
	background-size:contain;
	background-attachment:inherit;
	background-position:center center;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Roboto Slab", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Roboto Slab", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Dancing Script", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", 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;
}
:root{
--wd-header-el-font:"Lato", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:#9d8428;
}
:root{
--wd-alternative-color:#a2a2a2;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
.woodmart-archive-shop .main-page-wrapper{
	background-color:rgb(226,226,226);
}

.single-product .main-page-wrapper{
	background-color:rgb(255,255,255);
}

:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-shop-bgcolor:#DF575A;
}
:root{
--btn-shop-bgcolor-hover:#CC5053;
}
:root{
--btn-accent-bgcolor:#dc4b4e;
}
:root{
--btn-accent-bgcolor-hover:#d24649;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mammut.design/wp-content/themes/woodmart/fonts/woodmart-font.woff?v=6.0.4") format("woff"),
	url("//mammut.design/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=6.0.4") format("woff2");
}

	:root{
	
	
			--wd-form-brd-radius: 0px;
	
	--wd-form-brd-width: 2px;

	--btn-default-color: #333;
	--btn-default-color-hover: #333;

	--btn-shop-color: #fff;
	--btn-shop-color-hover: #fff;

	--btn-accent-color: #fff;
	--btn-accent-color-hover: #fff;
			--btn-default-brd-radius: 0px;
		--btn-default-box-shadow: none;
		--btn-default-box-shadow-hover: none;
		--btn-default-box-shadow-active: none;
		--btn-default-bottom: 0px;
	
	
			--btn-accent-brd-radius: 0px;
		--btn-accent-box-shadow: none;
		--btn-accent-box-shadow-hover: none;
		--btn-accent-box-shadow-active: none;
		--btn-accent-bottom: 0px;
	
	
			--btn-shop-bottom-active: -1px;
		--btn-shop-brd-radius: 0px;
		--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
		--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
	
	
	
	
	
	
	
		}

	/* Site width */
		/* Header Boxed */
	@media (min-width: 1025px) {
		.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
			max-width: 1372px;
		}
	}

	.container {
		max-width: 1402px;
	}
	
	
	@media (min-width: 1402px) {

		[data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1402px) / 2);
			padding-right: calc((100vw - 1402px) / 2);
		}

		.platform-Windows [data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1419px) / 2);
			padding-right: calc((100vw - 1419px) / 2);
		}
	}

	
/* Quick view */
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

/* Shop popup */
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}

/* Age verify */
div.wd-popup.wd-age-verify {
	max-width: 500px;
}

/* Header Banner */
.header-banner {
	height: 80px;
}

body.header-banner-display .website-wrapper {
	margin-top:80px;
}

/* Tablet */
@media (max-width: 1024px) {
	/* header Banner */
	.header-banner {
		height: 80px;
	}
	
	body.header-banner-display .website-wrapper {
		margin-top:80px;
	}
}

.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
		
.single-portfolio .page-title {
    position: absolute !important;
    visibility: hidden !important;
}
#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: difference;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 64px;
    height: 64px;
    margin-top: -50%;
    margin-right: 50%;
    border-radius: 50%;
    border: solid 1px rgba(227, 222, 193, 0.64);
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  
  #cursor.arrow .cursor__circle{
    width: 128px;
    height: 128px;
    background-color: #073099;
    border-color: #073099;
  }
  
  #cursor.arrow::after{
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    background-image: url('https://svgshare.com/i/MzQ.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
  
  #cursor.subtle .cursor__circle{
    opacity: 0.16;
  }
  
  #cursor.overlay .cursor__circle{
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent;
  }
}
@media (hover: hover) and (pointer: fine) {
  .image-container:hover img{
    transform: scale(1.1);
  }
  
  .underline:hover::after{
    opacity: 1;
  }
  
  section::after{
    display: none;
  }
}
/* zardoz  */
/* .portfolio-entry:nth-child(5) {
    display: none !IMPORTANT;
} */
.term-516 .page-title,
.term-527 .page-title{
    display: none !important;
}
.villa-desing-modern,
.design-villa-classic{
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
}
.content-nemoonekar {
    background-size: contain !important;
    background-repeat: no-repeat!important;
    background-position: right !important;
}
.img-css img{
	  border-radius: 20px;
    border-bottom-right-radius: 0;
		box-shadow: 0 0 8px #6f6f6f;
}

.portfolio-filter, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
    -webkit-mask-image: none !important;
}
.sin-call-phone {
    padding: 16px;
    border-radius: 10px;
    background: #ffffff url(http://pakneshan.com/wp-content/uploads/2020/11/074.jpg) !important;
    background-repeat: no-repeat!important;
    box-shadow: 0 20px 100px rgba(53,55,57,0.07);
    display: block;
    background-size: cover!important;
}
.sin-call{
    padding: 16px;
    border-radius: 10px;
    background: #ffffff url(http://pakneshan.com/wp-content/uploads/2020/11/074.jpg) !important;
    background-repeat: no-repeat!important;
    box-shadow: 0 20px 100px rgba(53,55,57,0.07);
    display: flex;	
}
ul.sub-menu a {
    text-align: center;
}
.woodmart-social-icons.text-center.icons-design-colored-alt.icons-size-default.color-scheme-dark.social-share.social-form-circle::before {
    content: "اشتراک گذاری :";
    font-size: 16px;
    font-weight: 800;
    color: #b99066;
}
.woodmart-load-more {
    border-color: #9d8428;
    border-radius: 5px;
    color: #52471b;
}
li.vc_tta-tab {
    background-color: #ffffff;
    /* color: white!important; */
    font-weight: 900!important;
    border-radius: 19px;
    border: 1px solid #9c8327;
}
li.vc_tta-tab.vc_active {
    background-color: #9c8327;
    color: white!important;
    font-weight: 900!important;
    border-radius: 19px;
}
/*mahsol*/
.woocommerce-product-gallery .owl-carousel .product-image-wrap {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-modern.vc_btn3-color-chino {
    color: white;
    background-color: #a68452;
    border-color: #aa8a5a;
    font-size: 18px;
    animation: shadow-pulse 1s infinite;
    border-radius: 50%;
}
h5.vc_custom_heading {
    background-color: #b3966a;
    color: white;
    padding: 3px;
    border-radius: 5px;
    text-align: center!important;
}
.portfolio-entry {
    box-shadow: 1px 1px 10px #00000000;
}
.vc_toggle_title h4 {
    font-weight: 900!important;
    color: #9d8428;
}
.vc_toggle_content {
    /* background-color: #f7f7f75c; */
    box-shadow: 1px 1px 20px #8080802e;
    padding: 10px;
    border-radius: 20px;
}
h1.product_title.entry-title {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.hasno-product-count .category-nav-link {
    padding-left: 5px;
    padding-right: 5px;
    padding: 5px 10px 5px 5px;
    border-right: 2px solid #f36e00;
}
.btn.btn-full-width {
    width: 75%!important;
	    margin: 5px;
}
.product-tabs-wrapper {
    border-top: 0px solid!important;
    border-bottom: 0px solid!important;
}
.tabs-layout-tabs .tabs li {
    display: none;
}
.tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs {
    border-bottom: 0px solid!important;
}
.product-images-inner {
    display: none;
}
.col-lg-6 {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
.product-image-summary .woocommerce-product-details__short-description {
    margin-bottom: -40px!important;
}
.star-rating {
    font-family: FontAwesome!important;
}
span.tagged_as {
    display: none!important;
}

.product-image-wrap IMG {
    BORDER-RADIUS: 20PX;
    box-shadow: 1px 1px 17px #000000b8;
}
.vc_btn3.vc_btn3-color-orange, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
    color: #fff;
    background-color: #9d8428;
}
.footer-column {
    margin-bottom: 0px!important;
}
.footer-sidebar {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.vc_custom_1586942440244{
	    border-bottom-color: #0000003d !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px!important;
    border-bottom-left-radius: 150px!important;
    border-bottom-right-radius: 150px!important;
    box-shadow: 0px 20px 20px -15px #00000042!important;
}
.sinfooter h2 {
    display: inline-block;
    color: white;
    margin: 5px;
	    font-size: 13px;
    border-left: 2px solid #989898;
    padding-left: 3px;
}
.sinfooter a {
    color: white;
}
.sinfooter {
    margin-top: 9px;
	display:flex;
}
.post-img-wrapp {
    border-radius: 10px;
    box-shadow: 1px 1px 10px #00000057;
}
.entry-meta.woodmart-entry-meta {
    display: none;
}
.blog-post-loop .entry-title a {
    display: block;
    color: inherit;
    font-size: 11px;
    background-color: #ffffff;
    margin-top: -43px;
    padding: 8px;
    border-radius: 7px;
    box-shadow: 1px 1px 10px #00000038;
}
/*.post-date.woodmart-post-date {
    display: none;
}
*/
.hovered-social-icons {
    display: none;
}
.banner-mask .wrapper-content-banner {
    background-color: rgba(0, 0, 0, 0.53)!important;
}
h3.banner-title.woodmart-font-weight- {
    BACKGROUND-COLOR: #ffffff45;
    top: 9px;
    font-weight: 900!important;
    display: inline;
    border-radius: 30px;
    font-size: 18px!important;
    padding-left: 10px;
    padding-right: 10px;
}
.promo-banner {
    position: relative;
    overflow: hidden;
    border-radius: 23px;
    box-shadow: 1px 1px 10px #4a4848eb;
}
.box-icon-align-right .box-icon-wrapper {
    margin-top: 2px!important;
  	margin-left: 10px!important;
}
.box-style-shadow {
    box-shadow: 0 0 20px rgba(0,0,0,.12)!important;
    border-radius: 35px;
}
.vc_custom_1588673201938 {
    margin-top: -180px;
    z-index: 120;
    position: relative;
    border-radius: 50px;
}
/*.vc_custom_1587048155647{
	margin-top: -130px;
    z-index: 120;
    position: relative;
    box-shadow: 1px 1px 23px #00000073;
    border-radius: 50px;	
}*/
.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0);
}
.twentytwenty-after-label {
    opacity: 1;
}
.dotted-img .vc_single_image-wrapper img {
    z-index: 1;
    position: relative;
}
.dotted-img .vc_single_image-wrapper:before {
    content: "";
    width: 53%;
    height: 95%;
    position: absolute;
    top: -28px;
    left: 156px;
    bottom: 0;
    background: url(https://mammut.design/wp-content/uploads/title-dots.png) center center no-repeat;
    background-repeat: repeat;
    z-index: 0;
}
h2.woodmart-title-container.title.woodmart-font-weight-700::before {
    position: absolute;
    right: -35px;
    top: -37px;
    height: 75px;
    width: 200px;
    background: url(https://mammut.design/wp-content/uploads/title-dots.png) center center no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px #b3966c;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.menu-simple-dropdown ul li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ff6d00;
    float: left;
    margin: 9px 10px 0 0;
    border-radius: 50%;
    transition: all .2s linear;
}
.main-page-wrapper {
    margin-top:40px!important;
}

.menu-simple-dropdown ul li a:hover:before {
    background: #ff6d00;
    width: 20px;
    border-radius: 3px;
}
.twentytwenty-before-label {
    opacity: 1;
}
.owl-dots {
    position: absolute;
    bottom: 0px;
    right: 47%;
}
.owl-dots .owl-dot span {

    border: 2px solid rgba(255, 255, 255, 0.58);
}
.owl-dots .owl-dot.active span {
    border-color: #ffffff;
    background-color: #ffffff;
    padding: 5px;
}
table td {
    text-align: right;
    padding: 9px;
}
img.woodmart-gallery-image {
    border-radius: 10px;
}
.woodmart-images-gallery {
    margin-bottom: 0px!important;
}
.sidebar-inner.woodmart-sidebar-scroll {
    background-color: white;
    padding: 5px;
}
.uk-overlay-panel.uk-overlay-bottom {
    position: relative;
    bottom: 4px;
}
                          /*aida*/ 
.whb-general-header {
    background-color: #ffffff75!important;
    backdrop-filter: blur(15px)!important;
}
.single-post-navigation .wd-entities-title {
    font-family: 'iranian-sans'!important;
}
.woodmart-social-icons.text-right.icons-design-colored-alt.icons-size-default.color-scheme-dark.social-share.social-form-circle:before {
    content: "اشتراک گذاری :";
    font-size: 16px;
    color: #000000;
  	position: relative;
    top: 3px!important;
}
.rtl .icons-design-colored-alt .wd-social-icon {
    color: #000000cf !important;
}
.info-nemoonekar {
    box-shadow: 1px 1px 10px #ddddddeb;
    border-radius: 10px;
}
.wd-gallery-item {
    border-radius: 10px;
  	box-shadow: 0px 1px 7px #d1d1d1eb;
    margin: 7px;
}
.jodakonande-nemoonekar .vc_separator {
    margin-bottom: 20px;
    margin-top: -20px;
}
.slider-title:before {
    display: none;
}
figure.entry-thumbnail {
    border-radius: 10px;
}
.single-portfolio .main-page-wrapper {
    background-color: #ffffff;
}
.term-503 .main-page-wrapper {
    background-color: #f1f1f1!important;
}
                                 /*vila*/ 

.wpb_column.villa-css.vc_column_container.vc_col-sm-6.vc_col-has-fill.wd-bg-left-top {
    border: 2px solid #e1e1e1;
    background-color: #ffffff96;
	  border-radius: 10px;
}
.wpb_single_image img {
    border-radius: 10px;
}
.nemoonekar-vila .portfolio-entry .entry-thumbnail img {
    border-top-right-radius: 10px!important;
    border-top-left-radius: 10px!important;
	  border-bottom-right-radius: 0px!important;
  	border-bottom-left-radius: 0px!important;
}
.nemoonekar-vila figure.entry-thumbnail {
    border-radius: 0px!important;
}
.nemoonekar-vila .portfolio-entry .wd-entities-title {
    font-size: 16px;
}
.nemoonekar-vila .portfolio-info:after {
    content: "مشاهده جزئیات پروژه";
    position: relative;
    top: 25px;
    color: #262626;
    box-shadow: 0 5px 6px rgb(0 0 0 / 11%);
    border-radius: 40px;
    padding: 7px 12px;
    background-color: #fbfbfb;
}
.portfolio-text-shown .entry-header {
    border-radius: 10px;
}
.portfolio-text-shown .portfolio-info {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	  min-height: 152px;
}
.calltoaction-vila .info-box-wrapper {
    background-color: #e1e1e1;
    border-radius: 40px;
    padding-top: 19px;
    padding-right: 12px;
}
.calltoaction-vila .box-icon-align-right {
    flex-direction: row;
    position: relative;
    right: 11%;
    padding-bottom: 15px;
}
.calltoaction-vila .box-icon-align-right .box-icon-wrapper {
    margin-top: -3px!important;
}
                        /*mobile navbar*/ 
.wd-toolbar.wd-toolbar-label-show.woodmart-toolbar-label-show.woodmart-toolbar {
    overflow: initial;
    padding: 35px 25px;
    background-color: #201e1e;
    background-size: cover;
    background-repeat: no-repeat;
	  border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	  box-shadow: 0 0 9px rgb(0 0 0 / 21%)!important;
}
.wd-toolbar.wd-toolbar-label-show.woodmart-toolbar-label-show.woodmart-toolbar:before {
		content: "مشاوره با کارشناسان ماموت";
    position: relative;
    top: 19px;
    left: 30%;
    transform: translate(-50%, -50%) !important;
    color: #ffffff;
    border-radius: 10px;
    padding: 5px;
    font-size: 16px;
    min-width: 167px!important;
}
.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
    display: none!important;
}
.wd-toolbar-link .wd-custom-icon img {
    height: 31px!important;
}
.wd-toolbar>a, .wd-toolbar>div {
    flex: 1 0 10%;
    position: relative;
    right: 10%;
    top: 8px;
}
.woodmart-toolbar-link a[href$='024'] img {
    position: relative;
    left: 10px;
}
.star-rating span:before {
    font-family: 'woodmart-font'!important;
}
.star-rating {
    font-family: 'woodmart-font'!important;
}
.wd-header-overlap .title-size-small {
    padding: 10px!important;
    margin-bottom: 0px;
    background-color: #e2e2e2;
}
.title-size-small .title {
    font-size: 21px;
}
.page-title.page-title-default.title-size-small.title-design-centered.color-scheme-dark.with-back-btn.nav-shop.title-shop .container {
    text-align: right;
    justify-content: start;
}
.wd-back-btn.wd-action-btn.wd-style-icon.woodmart-back-btn {
    display: none!important;
}
.page-title h1.entry-title.title {
    margin: 10px;
    background-color: white;
    padding: 10px 20px;
    border-radius: 10px;
    color: black;
    margin-top: 15px;
    text-align: center;
}@media (min-width: 1025px) {
	.saeed-tabs .woodmart-carousel-spacing-20 .owl-nav>div[class*=next] {
    left: -25px!important;
}
.term-503 .page-title {
    margin-bottom: 0px!important;
}
.vc_custom_1628605778513 {
    box-shadow: 0px 15px 25px rgb(216 227 236 / 58%);
    background-color: #fefefe !important;
    border-radius: 15px;
    margin-right: -50px !important;
    margin-bottom: 4vh !important;
    z-index: 50!important;
    margin-left: 15px !important;
    padding-top: 5px !important;
    padding-right: 50px !important;
    padding-bottom: 5px !important;
    padding-left: 43px !important;
}
.saeed-tabs .woodmart-carousel-spacing-20 .owl-nav>div[class*=prev] {
    right: -25px!important;
}
.banner-content-background .wrapper-content-banner {
    width: 60%!important;
    background-color: rgba(0, 0, 0, 0.58)!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 800px;
    perspective: 800px;
    border-top-left-radius: 30px;
    box-shadow: 1px 1px 15px black;
}
.banner-increased-padding .wrapper-content-banner {
    padding: 1%!important;
}
.banner-content-background.banner-hr-align-left .wrapper-content-banner {
    right: unset!important;
	    left: auto;
}
h1.product_title.entry-title {
    font-size: 35px;
    font-weight: 900!important;
}
.woodmart-social-icons.text-center.icons-design-bordered.icons-size-default.color-scheme-dark.social-follow.social-form-circle::before {
    content: "ما را در فضای مجازی دنبال کنید ";
    color: #323232;
    font-size: 13px;
    margin-right: -110px;
    /* display: block; */
}
.cat h2 {
    background-image: url(/wp-content/uploads/2018/08/header.jpg);
    padding: 14px;
    background-size: 307px;
}
.woodmart-title-size-small .woodmart-title-container {
    font-size: 26px!important;
}
.product-summary-shadow .summary-inner {
    padding: 30px 35px 15px;
    background-color: #272422;
    box-shadow: 0 0 15px rgba(0,0,0,.1)!important;
    border-radius: 30px;
    background: url(https://mammut.design/wp-content/uploads/889.png);
    background-size: cover;
    background-repeat: no-repeat;
	    background-position: bottom;
}
span.nav-link-text {
    font-size: 14px;
    font-weight: 900!important;
}
.whb-secondary-menu .menu-simple-dropdown .sub-menu-dropdown, .whb-secondary-menu .menu-simple-dropdown .sub-sub-menu {
    width: 218px;
    border-radius: 7px;
    box-shadow: 1px 1px 10px #00000061;
}
.category .wpb_wrapper {
    margin-bottom: 0px !important ;
    background: #474747 !important;
}
.woocommerce-product-details__short-description {
    width: 80%;
}
.title-wrapper {
    margin-bottom: 0px !important;
}
.category .woodmart-title-container.woodmart-text-block.font-primary.woodmart-font-weight- {
    color: white !important;
    padding-bottom: 22px !important; 
    padding: 13px !important;
    font-size: 18px !important;
    padding-top: 0px !important;
}
.categories-style-carousel, .slider-type-post, .slider-type-product {
    margin-bottom: 0px !important;
}
.category .wrapp-category {
    border-bottom: 6px solid #e8bc44 !important;
}
.more-products {
    display: none;
}
h3.category-title {
    color: white !important;
}
.woodmart-info-box.text-right.box-title-default.icon-alignment-left.box-.color-scheme-light.with-animation.icoon.info-box-inline {
    padding-right: 110px;
}
.icon .info-box-content {
    padding-right: 10px;
    padding-top: 13px;

}
.icoon .info-box-content {
    padding-right: 10px;
    padding-top: 13px;

}
.icooon .info-box-content {
    padding-right: 10px;
    padding-top: 13px;

}
.footer p {
    text-align: center;
}
.wpb_single_image.wpb_content_element.vc_align_center.vc_custom_1536222801851.line img {
    max-width: 23% !important;
}
.timeline-col.timeline-col-primary {
    text-align: center;
}
/*.woodmart-logo-wrap {
    display: none;
}

.woodmart-logo-wrap {
    display: none;
}*/
.color-scheme-light .category-nav-link>a {
    color: #fff;
    background-color: #0000009c;
    margin: 5px;
    border-radius: 10px;
    border: 1px solid white;
}
.title-size-large {
    padding: 170px 10px;
}
                           /*nemoonekar*/ 
.info-nemoonekar .box-icon-align-right .box-icon-wrapper {
    margin-top: -8px!important;
}
                            /*vila*/ 

.vc_row.wpb_row.vc_row-fluid.imgback-vila.content-nemoonekar.vc_custom_1660980340415.vc_row-has-fill.row-reverse-mobile {
    background-size: contain !important;
    background-position: 100% 50% !important;
  	padding-bottom: 10px;
}
.nemoonekar-vila {
    position: relative;
    top: -180px;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	.saeed-tabs .vc_row-fluid {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.sin-num-margin {
    margin-top: 25px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.saeed-tabs .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a {
    padding-top: 8px!important;
    padding-right: 6px!important;
    padding-bottom: 8px!important;
    padding-left: 6px!important;
}
.sin-num-margin {
    margin-top: 25px;
}
}

@media (max-width: 576px) {
	.saeed-tabs .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a {
    padding-top: 8px!important;
    padding-right: 6px!important;
    padding-bottom: 8px!important;
    padding-left: 6px!important;
}
.sin-num-margin {
    margin-top: 25px;
}
.vc_custom_1628605778513 {
    padding-top: 0px!important;
}
h3.banner-title.woodmart-font-weight- {
    BACKGROUND-COLOR: #ffffff45;
    top: 9px;
    font-weight: 900!important;
    display: inline;
    border-radius: 30px;
    font-size: 22px!important;
    padding-left: 10px;
    padding-right: 10px;
}
.woodmart-social-icons.text-center.icons-design-colored-alt.icons-size-default.color-scheme-dark.social-share.social-form-circle::before {
    display: block;
}
.product-summary-shadow .summary-inner {
    padding: 30px 35px 15px;
    background-color: white;
    box-shadow: 0 0 15px rgba(0,0,0,.1)!important;
    border-radius: 30px;
}
.blog-post-loop .entry-title a {
    display: block;
    color: inherit;
    font-size: 15px;
    background-color: #ffffff;
    margin-top: -43px;
    padding: 8px;
    border-radius: 7px;
    box-shadow: 1px 1px 10px #00000038;
}
.vc_custom_1586942440244 {
    border-bottom-color: #0000003d !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px!important;
    border-bottom-left-radius: 50px!important;
    border-bottom-right-radius: 50px!important;
    box-shadow: 0px 20px 20px -15px #00000042!important;
}
.page-title .entry-title {
    font-size: 27px;
}
                                                                           /*aida*/
.content-nemoonekar {
    margin: 0px;
}
    .rtl .pagetitle-nemoonekar {
        min-height: 25.8256vh !important;
        margin-top: -0.5vh !important;
        margin-bottom: -8.5vh !important;
    }
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
.rtl .pagetitle-nemoonekar {
  	margin-top: 11.5vh!important;
}
}
}
.empty-nemoonekar {
    display: none;
}
.info-nemoonekar .info-box-icon {
    width: 23%;
	  margin-top: -4%;
}
.info-nemoonekar .box-icon-align-right .box-icon-wrapper {
    margin-left: -36%!important;
}
                       /*vila*/ 
.vc_row.wpb_row.vc_row-fluid.imgback-vila.content-nemoonekar.vc_custom_1660980340415.vc_row-has-fill.row-reverse-mobile {
    background-size: contain !important;
    background-position: 100% 101% !important;
}
.nemoonekar-vila {
    position: relative;
    top: -180px;
}
.title-size-small .title {
    font-size: 17px;
}
}

