h5.widget-title {    font-size: 19px; position: relative;	}
input.wpcf7-form-control ,textarea.wpcf7-form-control.wpcf7-textarea{    margin-bottom: 10px;}


.widget-title::after {

    border-style: solid;
    border-width: 2px 0 0;
    content: "";
    display: block;
    height: 0;
    right: 0;
    position: absolute;
    width: 10%;
    max-width: 40px;
	border-color: #76070b;
	    top: 30px;
}

input.wpcf7-form-control ,textarea.wpcf7-form-control.wpcf7-textarea{
    background: #fff!important;
    color: #000;
}

.wpcf7 input::-webkit-input-placeholder , .wpcf7 textarea::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
  color: #000;
}
.wpcf7 input::-moz-placeholder , .wpcf7 textarea::-moz-placeholder{ /* Firefox 19+ */
  color: #000;
}
.wpcf7 input:-ms-input-placeholder , .wpcf7 textarea::-ms-input-placeholder{ /* IE 10+ */
  color: #000;
}
.wpcf7 input:-moz-placeholder , .wpcf7 textarea::-moz-placeholder{ /* Firefox 18- */
  color: #000;
}
/** woodmart theme fixes**/

.product-grid-item .hover-img img, .product-grid-item .product-image-link img {
    width: 100%;
  /*  max-height: 185px;*/
}

.slide-product .product-grid-item .hover-img img{ max-height: none!important;}

.woodmart-archive-shop .category-grid-item {   display: none;}
.term-140 .category-grid-item {   display: block;}

.home .product-grid-item .hover-img img,.home .product-grid-item .product-image-link img {
    width: 100%;
    max-height: 240px;
}

#tab-description{display: block;}
.home.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active>a {
    color: #c2080f;
}
.home.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a {
  
    color: #000000;
}

.payment_methods .payment_method_paypal a{ display: none;}
.rightpress_product_price_live_update dt{float: right;}
.rightpress_product_price_live_update_label {    font-size: 22px;    font-weight: 900;    color:    #000;}
.rightpress_product_price_live_update dd .price{line-height: 2.1em;}

	
/** click2action ****/
ul.click2action {
    display: none;
}

 @media only screen and (max-width: 480px){
	 body.trigger-size-large #enable-toolbar-trigger {    top: -110px!important;}
	.cart-widget-side .widget_shopping_cart{z-index: 999;} 
	 	 
ul.click2action {
    position: fixed;
    z-index: 99;
    bottom: 0;
    right: 0;
    width: 100%;
    table-layout: fixed;
    display: table;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.click2action li {
    padding: 0;
    margin: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
	background-color: rgba(104,179,237,0.92);
}

ul.click2action.click2action-seperators li:first-child {
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,0.1);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,0.1);
    box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,0.1);
}
ul.click2action.click2action-seperators li:last-child {
    -webkit-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3);
    box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3);
}
ul.click2action.click2action-seperators li {
    -webkit-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3), inset 1px 0px 0px 0px rgba(255,255,255,0.1);
    -moz-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3), inset 1px 0px 0px 0px rgba(255,255,255,0.1);
    box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3), inset 1px 0px 0px 0px rgba(255,255,255,0.1);
}
ul.click2action li a {
    color: #fff;
    display: block;
	    font-size: 30px;
}


.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {    color: #000!important;text-align: center !important;}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {    color: #000!important;text-align: center !important;}
.home.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active>a {   color: #c2080f;}
.home.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a {      color: #000000;}

.copyrights-wrapper{margin-bottom: 50px; }
.scrollToTop {    bottom: 55px;}
	 
 }
 
 
 .cart-widget-side, .login-form-side, .mobile-nav{z-index: 99999999999;}
 .widget-title::after{width: 0;}