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

.wd-popup.wd-promo-popup{
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-image: none;
	background-size:cover;
	background-position:center center;
}

:root{
--wd-text-font:"Arimo", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#2d2a2a;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Didact Gothic", Arial, Helvetica, sans-serif;
--wd-title-font-weight:400;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Didact Gothic", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:400;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Arimo", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Arimo", 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:"Didact Gothic", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:400;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:16px;
}
:root{
--wd-primary-color:#1b1d1e;
}
:root{
--wd-alternative-color:#b40421;
}
:root{
--wd-link-color:#b40421;
--wd-link-color-hover:#ef233c;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:#1b1d1e;
}
:root{
--btn-accented-bgcolor-hover:#1b1d1e;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-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-accented-bottom-active: -1px;
				--btn-accented-brd-radius: 0px;
				--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
							
					--wd-brd-radius: 0px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-w: 1222px;
		}
	
			@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);
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 280px;
		}
	
	
.welcome_header{display:none;}
.woo-chatbot-admin-header{display:none;}
#wp-admin-bar-_options {display: none;}

.product_list_widget > li .product-title {
	font-size: 16px;
}

.tabs-layout-tabs .tabs li a {
	font-size: 20px;
}

.woocommerce-Reviews .comment-reply-title, .woocommerce-Reviews .woocommerce-Reviews-title {
	font-size: 18px;
}

/*-----individual product page-----*/
.product-tabs-wrapper{
	display:none!important;
}
/*-----padding------*/
div.summary-inner
{
	padding-left: 2vh;
	padding-right: 2vh;
}

div.bundled_product_summary:not(.thumbnail_hidden) .details 
{
   width: 100%!important;
}
/*-----variations-----*/
label[for=pa_standalone], label[for=pa_standalone-maintenance], label[for=pa_network], label[for=pa_network-maintenance], label[for=pa_country]
{
	text-align: left;
}

select#pa_standalone, select#pa_standalone-maintenance, select#pa_network, select#pa_network-maintenance, select#pa_country
{
	border: solid 1px;
  padding: 10px;
}

.variations_form .variations .value select
{
	max-width: 100% !important;
}
	
/*-----product-row-----*/
.license-type-div, .level-div, .maintenance-div, .threed-div
{
		padding: 20px !important;
    background-color: #efefef !important;
		border: 0px !important;}


/*-----hide-price-in-cart-----*/
.tm-options-totals, .tm-final-totals, .tc-price-in-cart
{
	display: none !important; 
}


/*-----makes-event-info--inline-flex-----*/
.mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox
{
	display: inline-flex;
}


/*-----remove-more-info-section-----*/
.mec-event-more-info
{
	display: none;
}


/*-----event-tags-margin-----*/
.mec-events-meta-group.mec-events-meta-group-tags
{
	margin-bottom: 20px;
}


/*-----gf-progress-header-----*/
.gf_page_steps
{
	color: black;
  font-size: 20px;
}

.gf_step.gf_step_active
{
	color: #b40421;
	font-size: 26px;
	font-weight: bold;
}


/*-----header------*/
.mec-event-list-classic
{
    display: inline-flex !important;
}

.mec-wrap .mec-totalcal-box input[type=search] {
    width: calc(99% - 36px);
}

.sub-menu.color-scheme-light span.nav-link-text {
    color: #fff;
}
.sub-sub-menu.color-scheme-light span.nav-link-text {
    color: #fff;
}



/* Store */
#estore .woodmart-info-box {
    background-color: ghostwhite !important;
}

/* .reset-mb-10>:last-child {
    padding: 20px !important;
} */

.woodmart-archive-shop .reset-mb-10>:last-child {
    padding: 20px !important;
}

.box-icon-align-top .box-icon-wrapper {
    padding: 20px !important;
}

#estore .btn.btn-color-alt {
    width: 100% !important;
}

#estore .box-title-small .info-box-title {
    font-size: 16px !important;
    padding: 0px 20px 20px 20px !important;
}

#estore .vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#estore .geo-idv {height: 320px !important;}
#estore .geo-idv-1 {height: 320px !important;}
#estore .geocentrix {min-height: 470px !important;}

/* #estore .geo-idv {min-height: 350px !important;}
#estore .geo-idv-1 {min-height: 320px !important;}
#estore .geocentrix {min-height: 470px !important;}
 */

#estore .woodmart-info-box {
/*     justify-content: space-between !important; */
}
#estore .woodmart-info-box .info-btn-wrapper {
    justify-self: flex-end !important;
}

#estore .woodmart-info-box .info-box-content {
    flex: inherit;
}

.geostudiobasic .info-box-content {flex: auto !important;}

#estore .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.shop-loop-head {
		display: none;
}
.products {
		display: none;
}
.products-footer {
		display: none;
}


/* .mec-tooltip-event-desc .vc_row:before, .mec-tooltip-event-desc .vc_column-inner:before {
	content: none!important;
} */

/*-----cart & chatbot-----*/
.woocommerce-shipping-fields {
	display: none;
}

#woo-chatbot-chat-container {
	z-index: 500;
}

.cart-widget-side {
	z-index: 999998 !important;
}


/*-----blog-----*/
.blog-post-loop .article-body-container {
	background-color: transparent;
	box-shadow: none;
	text-align: left;
	padding: 0;
	
}

.blog-design-default-alt .article-body-container {
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 25px;
	margin-top: 10px !important;
	padding-top: 0px;
}

.share-with-lines, .meta-post-categories {
	display: none;
}

.entry-meta {
	display: none;
}

.blog-design-default-alt .entry-title.title {
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	color: #b40421;
}

.widget_recent_entries ul li a {
		color: #b40421;
		font-weight: 600;
	    font-size: 16px;
}

.blog-post-loop {
    margin-bottom: 5em;
}

.read-more-section a {
	display: none;
}





.woodmart-blog-holder h2 {
		font-weight: 600;
	font-size: 34px;
}

body.blog h5.widget-title, body.single-post h5.widget-title {
	font-family: Didact Gothic, Arial, Helvetica, sans-serif;
	font-weight: 600;
}

.post-single-page .entry-title {
	text-align: left;
	font-weight: 600;
}

.single-post .page-title-default{
	display: none;
}

.comments-area{
    display: none!important;
}

.woodmart-single-footer {
	display: none;
}

/*paynow qr logo payment page*/

.payment_methods li img {
	max-height: inherit !important;
}

.payment-paynow-separate {
	border-top: 1px solid #E6E6E6;
	padding-bottom: 10px;
}@media (min-width: 1025px) {
	.btn.btn-color-alt:hover {
	box-shadow: inset 0 0 200px rgb(0 0 0 / 30%);
}
}

@media (max-width: 576px) {
	.search-button .search-button-icon:before {
    padding-right: 10px !important;
}

/* =====================Extra Product Options One Columnn===================== */
.tm-extra-product-options .tm-extra-product-options-container, .tm-extra-product-options .tmcp-ul-wrap {
    max-width: 300%;
    width: 300%;
    display: grid;
}

/* =====================Workshop One Columnn===================== */
.mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox {
    display: grid;
    width: 100%;
}
}

