:root {
	--wd-text-font: "lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #353535;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Yantramanav", 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%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--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;
	--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;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #ed9136;
	--wd-alternative-color: #212121;
	--btn-default-bgcolor: #171717;
	--btn-default-bgcolor-hover: #191919;
	--btn-accented-bgcolor: #ed9136;
	--btn-accented-bgcolor-hover: #d87431;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #191919;
	background-image: none;
	background-size: cover;
	background-position: center bottom;
}
html .wd-nav.wd-nav-main > li > a {
	color: #aaaaaa;
}
html .wd-nav.wd-nav-main > li:hover > a, html .wd-nav.wd-nav-main > li.current-menu-item > a {
	color: #ed9136;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-family: "Yantramanav", Arial, Helvetica, sans-serif;
	font-weight: 300;
}
html .wd-page-title .wd-breadcrumbs :is(a,span), html .wd-page-title .breadcrumb li::after {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #888888;
}
html .wd-page-title .wd-breadcrumbs a:hover {
	color: #0181b0;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: fixed;
	background-position: center center;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--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);
}
}


.wd-page-title {
background-color: transparent;
}

body.archive.woocommerce .wd-page-title[style*="background-image"] .entry-title.title{visibility: hidden;}

@media (max-width: 768.98px) {
.wd-action-btn {display: block !important;}
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount,
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{
    max-width: 50vw !important;
}

.wd-gallery-thumb .wd-carousel-item {
    height: 187px !important;
    overflow: hidden;
}

/*.wd-product.outofstock img{filter: saturate(0.3);}*/

.product-label.out-of-stock {
    background-color: var(--bgcolor-white);
    color: var(--color-gray-900);
}

.product-label {
    padding: 5px 10px;
    min-width: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    word-break: break-all;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
}

.product-labels.labels-rectangular {
    top: 45px !important;
    inset-inline-start: 0;
}
.product-labels {
    position: absolute;
    top: 7px;
    inset-inline-start: 7px;
    z-index: 1;
    display: flex
;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    max-width: 50%;
    transition: all .3s ease;
    transform: translateZ(0);
}



.whb-header, header{margin-bottom: 0px !important;}

/*.search-icon {
    fill: #a9a9a9 !important;

}



.is-menu.dropdown form {
    display: none;
    min-width: 280px !important;
    max-width: 320px !important;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
}




.is-form-style input.is-search-input {
    padding: 7px 7px !important;
    font-size: 15px !important;
    line-height: 1;
    border-radius: 0;
    border: solid 1px #ccc;
    font-family: Lato,'MS Sans Serif', Geneva, sans-serif;
    color: #a9a9a9 !important;
}




div.is-ajax-search-details, div.is-ajax-search-result {
    display: none;
    height: auto;
    width: 400px !important;
    max-width: 95%;
    position: absolute;
    z-index: 999999;
    background: #353535 !important;
    color: #313131;
    padding: 5px;
}



.is-ajax-search-details .mCSB_container > div, .is-ajax-search-post {
    background: #212121 !important;
}



.is-ajax-search-details a, .is-ajax-search-result a {
    color: #aaaaaa !important;
}



.is-show-more-results {
    border-top: none;
    margin-top: 5px;
    background: #e89947 !important;
} */





@media (max-width: 767px) {
#wd-5e3a2855bb3df .banner-subtitle {
    line-height: 10px !important;
    font-size: 18px !important; 
    color: #ffffff;
}
}


@media (max-width: 767px) {
#wd-5e3a28dd5bcb3 .banner-subtitle {
    line-height: 10px !important;
    font-size: 18px !important; 
    color: #ffffff;
}
}

@media (max-width: 767px) {
#wd-5e3a28f50df12 .banner-subtitle {
    line-height: 10px !important;
    font-size: 18px !important; 
    color: #ffffff;
}
}

@media (max-width: 767px) {
#wd-5e3a29096f359 .banner-subtitle {
    line-height: 10px !important;
    font-size: 18px !important; 
    color: #ffffff;
}
}

/* .term-302 .entry-title { 
    visibility: hidden; 
}


.term-145 .entry-title { 
    visibility: hidden; 
}


.term-146 .entry-title { 
    visibility: hidden; 
} */


.page-title-default {
    background-color: transparent;
    background-size: auto;
    background-position: center center;
}


.shop-title-wrapper .woodmart-back-btn,
.nav-shop .woodmart-product-categories .category-summary,
.nav-shop .cat-item .children {
    display: none;
} 

.whb-general-header .woodmart-logo img {
    max-height: 160px;
}

.whb-sticked .whb-general-header .woodmart-logo img {
    max-height: 90px;
}

.product-label.new {
    background-color: #ed9136;
}


.product-grid-item .hover-img img, .product-grid-item .product-image-link img {
    width: 100%;
    border: 1px solid #d9d7d7;
}


.main-page-wrapper {
    padding-top: 0px;
    margin-top: -1px;
    background-color: #fff;
}




.main-nav-style, .menu-opener, .categories-menu-dropdown .item-level-0 > a, .woodmart-burger-icon .woodmart-burger-label, .woodmart-wishlist-info-widget .wishlist-label, .woodmart-wishlist-info-widget .wishlist-count, .woodmart-shopping-cart .woodmart-cart-totals, .woodmart-header-links .item-level-0 > a, .main-nav .item-level-0 > a, .whb-secondary-menu .item-level-0 > a, .full-screen-nav .item-level-0 > a {
    font-family: Lato,'MS Sans Serif', Geneva, sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.color-scheme-light .icons-design-default .woodmart-social-icon, .icons-design-default.color-scheme-light .woodmart-social-icon, .woodmart-dark .icons-design-default .woodmart-social-icon {
    color: #aaa!important;
}


.whb-color-light .woodmart-header-links .item-level-0>a {
    color: #aaa;
}

.whb-color-light .woodmart-header-links .item-level-0>a :hover {
    color: #ed9136;
}

.full-screen-nav .item-level-0>a, .whb-color-light .navigation-style-bordered .item-level-0>a, .whb-color-light .navigation-style-default .item-level-0>a, .whb-color-light .navigation-style-separated .item-level-0>a, .whb-color-light .navigation-style-underline .item-level-0>a {
    color: #aaa;
}


.color-scheme-light .woodmart-checkout-steps ul {
    color: #212121;
}





.title-size-default {
    padding-top: 40px;
    padding-bottom: 40px;
}



.woocommerce-Tabs-panel .wc-tab-inner>div>h2:first-child {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    visibility: hidden;
}


.body {
    overflow-x: hidden;
    margin: 0;
    line-height: 1.6;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #fff;

}


.tabs-layout-tabs .tabs li.active a {
    opacity: 1;
}

.tabs-layout-tabs .tabs li a {
    position: relative;
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: inherit;
    color: inherit;
    opacity: .7;
    padding-top: 30px;
    padding-bottom: 1px;
    visibility: hidden;
}




.tabs-layout-tabs .tabs {
    margin-top: -40px;
    margin-bottom: 30px;
    text-align: left;
    visibility: hidden;
}





.single-product-page>div:not(:last-child) {
    margin-bottom: 30px;
}

.product-tabs-wrapper {
    padding-bottom: 4px;
    padding-top: 4px;
    background-color: #fff;
    border-top: none;
    border-bottom: 0px solid;
}


.tabs-layout-tabs .tabs {
    margin-top: -120px;
    margin-bottom: 30px;
    text-align: left;
    visibility: hidden;
}


.tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs {
    padding-bottom: 20px;

}


.woodmart-hover-quick .woodmart-add-btn>a {
    color: #fff;
    font-size: 13px;
    display: block;
    opacity: .9;
}

.single-product .wapl-label .product-label {
    display: inline;
    padding: .6em .7em .6em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .1em;

}

.page-id-2459 .wapl-label .product-label {
    display: none;
    padding: .6em .7em .6em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .1em;
}


.title-size-default .entry-title {
    font-size: 30px;
    text-align: left;
    font-weight: normal;
    padding-top: 32px;
    padding-bottom: 1px; 

}

.page-title {
   text-transform: uppercase;
   margin-bottom: 10px
}

.page-title .breadcrumbs, .page-title .yoast-breadcrumb {
    margin-top: 1px;
}

.breadcrumbs a, .breadcrumbs span, .yoast-breadcrumb a, .yoast-breadcrumb span {
    font-size: 11px;
    letter-spacing: .3px;
    text-transform: none;
    font-weight: 600;
}


.hr {
width: 100%;
margin-left: auto;
margin-right: auto;
height: 1px;
background-color:#d0cfcf;
opcaity: 0.5;
}

.whb-header {
    margin-bottom: 20px!important;
}



.color-scheme-light .widget, .woodmart-dark .widget {
    border-color: #191919;
}


#imagesMain{
    
    position:relative;
    display: inline-block;


    width:100%;
    height:25px;
    margin-top:1px;
    
    text-align:center;
}
#imagesMain img{

    margin: 0 10px 0 0;
    margin-left:-4px; /* trick for remove the space beetwen */
}

.footer-column {
    margin-bottom: 3px;
}

.breadcrumbs-location-below_header .single-breadcrumbs-wrapper {
    margin-bottom: 15px;
    margin-top: 5px;
}


.without-title.with-back-btn .nav-shop {
    padding-left: 0;
    padding-right: 0;
}




.woodmart-navigation .item-level-0>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.main-nav-style, .menu-opener, .categories-menu-dropdown .item-level-0 > a, .woodmart-burger-icon .woodmart-burger-label, .woodmart-wishlist-info-widget .wishlist-label, .woodmart-wishlist-info-widget .wishlist-count, .woodmart-shopping-cart .woodmart-cart-totals, .woodmart-header-links .item-level-0 > a, .main-nav .item-level-0 > a, .whb-secondary-menu .item-level-0 > a, .full-screen-nav .item-level-0 > a {
    font-family: Lato,'MS Sans Serif', Geneva, sans-serif;
    font-weight: 700;
    font-size: 14.5px;
}

.woocommerce-notices-wrapper {
  display: none;  
    
}


.yith-wcdp .button  {
    margin-top: 5px;
    background-color: transparent;
    padding: 10px 23px;
    color: #fff;
    letter-spacing: .3px;
    border-radius: 1;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
}


tr.order-total strong .amount {
    font-size: 20px;
}

tr.order-total td strong {
    display: block;
}

.price_wcdp {

    color: #fff;
}


.vc_btn3.vc_btn3-size-md {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}


.vc_custom_heading a, .vc_custom_heading a:focus, .vc_custom_heading a:hover, .vc_custom_heading a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit;
}

@media only screen and (max-width: 414px) {

.vc_custom_heading a, .vc_custom_heading a:focus, .vc_custom_heading a:hover, .vc_custom_heading a:visited {
      font-size: 25px; 
   }

}

.woocommerce-Reviews {
display: none;
}


.tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs {
    padding-bottom: 0px;
    border-bottom: 0px solid;
}

.single-product-page>div:not(:last-child) {
    margin-bottom: 5px;
}


.brands-hover-alt .brand-item img {
    -webkit-filter: grayscale(1%);
    filter: grayscale(1%);
    opacity: .9;
    -webkit-transition: opacity .3s ease,-webkit-filter .3s ease;
    transition: opacity .3s ease,-webkit-filter .3s ease;
    transition: filter .3s ease,opacity .3s ease;
457
    padding-right: 15px;
458
    display: inline-block;
459
}
460
​
461
​
462
.vc_custom_heading a, .vc_custom_heading a:focus, .vc_custom_heading a:hover, .vc_custom_heading a:visited {
463
    border: none;
464
    text-decoration: inherit;
465
    color: inherit;
466
}
467
​
468
@media only screen and (max-width: 414px) {
469
​
470
.vc_custom_heading a, .vc_custom_heading a:focus, .vc_custom_heading a:hover, .vc_custom_heading a:visited {
471
      font-size: 25px; 
472
   }
473
​
474
}
475
​
476
.woocommerce-Reviews {
477
display: none;
478
}
479
​
480
​
481
.tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs {
482
    padding-bottom: 0px;
483
    border-bottom: 0px solid;
484
}
485
​
486
.single-product-page>div:not(:last-child) {
487
    margin-bottom: 5px;
488
}
489
​
490
​
491
.brands-hover-alt .brand-item img {
492
    -webkit-filter: grayscale(1%);
493
    filter: grayscale(1%);
494
    opacity: .9;
495
    -webkit-transition: opacity .3s ease,-webkit-filter .3s ease;
496
    transition: opacity .3s ease,-webkit-filter .3s ease;
497
    transition: filter .3s ease,opacity .3s ease;
498
    transition: filter .3s ease,opacity .3s ease,-webkit-filter .3s ease;
499
    -webkit-transition: -webkit-filter .3s ease,opacity .3s ease;
500
}
501
​
502
.whb-general-header .woodmart-logo img {
503
    max-height: 160px;
504
    margin-right: 13px;
505
}
506
​
507
.single-product .label-wrap.wapl-diagonal-bar {

    transition: filter .3s ease,opacity .3s ease,-webkit-filter .3s ease;
    -webkit-transition: -webkit-filter .3s ease,opacity .3s ease;
}

.whb-general-header .woodmart-logo img {
    max-height: 160px;
    margin-right: 13px;
}

.single-product .label-wrap.wapl-diagonal-bar {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
}

.woocommerce-checkout .hidden-notice .woocommerce-form-coupon-toggle  .hidden-notice.woocommerce-info, .woocommerce-form-login-toggle > .hidden-notice.woocommerce-info {
    visibility: hidden;

}

.brands-widget .brand-item img {
    max-height: 120px;
}

.single-product {
    max-width: 120%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

body .owl-carousel .owl-nav>div {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: visible;

}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.yith-wcdp-single-add-to-cart-fields .yith-wcdp {
    color: #6a9f2e;
}



#yith-wcdp-add-deposit-to-cart label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  vertical-align: middle;
}

#yith-wcdp-add-deposit-to-cart label:first-of-type {
  color: green !important;
}

#yith-wcdp-add-deposit-to-cart label:nth-of-type(2) {
  color: #777;
 
}

strong.shipping-date  {
    border: none;
    padding: 0px 0px;
    font-weight: 500;

}

.b, .strong label: {
    font-weight: 500;
    
}

.meta-location-add_to_cart .product_meta {
    margin-top: 10px;
}

.tp-bullet-title {
    display: none;
}

.rp_estimated_date {
    color: #353535;
    font-size: 13px;
}


label {
    display: block;
    font-size: 15px;
    color: #464646;
    font-weight: 400;
    margin-bottom: 5px;
    vertical-align: middle;
}

.dscnt {
    color: #3c7922;
}

#wc-deposits-options-form .amount {
    color: #3c7922;
}


.single-product input[type="radio"] {
  display: none;
}

.single-product  input[type=radio]:checked:nth-of-type(2) +label  {

    color: white;
    background: #394f1d;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


.single-product input[type=radio]:checked:nth-of-type(2) +label::after  {
content: '✓';
}


.single-product input[type=radio]:checked:nth-of-type(2) +label:hover {
    color: white;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.single-product input[type=radio]:nth-of-type(2) +label  {
    color: white;
    background: #000;
}

.single-product input[type=radio]:nth-of-type(2) +label:hover { 
  color: white;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.single-product input[type=radio]:nth-of-type(1) +label:hover {
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


.single-product input[type=radio]:nth-of-type(1) +label  {
background: #5e8e1f;
}

.single-product input[type=radio]:checked:nth-of-type(1) +label::after {
  content: '✓';
}



.single-product input[type="radio"] + label {

    padding: 0px;
    border: 0px solid #dcdcdc;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 110px;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #5e8e1f;

}

.single-product input[type="radio"]:checked + label  {  

  border: 0px white;
  /*background-color: #598527;*/
  font-size: 13px;
      line-height: 50px;
  background-color: #5e8e1f;
  color: white;
    
}


.single-product input[type="radio"] + label:hover  {

    border: 0px solid #000;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 110px;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    color: white;
    background: #5e8e1f;
}




.single-product hr {
    margin-left: 0;

}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: static;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


p {
    margin-bottom: 10px;
}

.icono_ {
    display: inline;

}

.woopr-product-message {
    display: inline;
}

.dscnt  {
    margin-top: -8px;
}








@media screen and (max-width: 1024px) {
.page-title-default {
background-size: auto 65vh;
background-color: #000;
padding-left: 85vh;
padding-top: 80px;
}
}

@media screen and (max-width: 1024px) {
.page-title.color-scheme-light .entry-title {
display: none;
}
}

@media screen and (max-width: 1024px) {
.woodmart-woo-breadcrumbs .woocommerce-breadcrumb {
margin-top: 15px;
}
}

.title, .woocommerce-Reviews .comment-reply-title, h1, h2, h3, h4, h5, h6, legend {
    color: #2d2a2a;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4;
    display: block;
}

p {
    margin-bottom: 15px;
}

.woo-pr-user-log {
    text-transform: uppercase;
}



/* nst */
@media screen and (max-width: 1024px) {
.page-id-2724 .hr {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-2724 .breadcrumbs span  {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-2724 .page-title .breadcrumbs a  {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-2724 .page-title-default {
display: none;
}
}

@media screen and (max-width: 1024px) {
.page-id-2724 .site-content {
    margin-bottom: 0px;
}
}





/* tyc */
@media screen and (max-width: 1024px) {
.page-id-2740 .hr {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-2740 .breadcrumbs span  {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-2740 .page-title .breadcrumbs a  {
visibility: hidden;
}
}


@media screen and (max-width: 1024px) {
.page-id-2740 .page-title-default {
    background-color: #fff;
    padding-left: 1vh;
    padding-top: 1px;
}
}

@media screen and (max-width: 1024px) {
.page-id-2740 .site-content {
    margin-bottom: 40px;
}
}


/* faq */
@media screen and (max-width: 1024px) {
.page-id-658 .hr {
    display: none;
}
}

@media screen and (max-width: 1024px) {
.page-id-658 .breadcrumbs span  {
    display: none;
}
}

@media screen and (max-width: 1024px) {
.page-id-658 .page-title .breadcrumbs a  {
    display: none;
}
}



@media screen and (max-width: 1024px) {
.page-id-658 .page-title-default {
    display: none;

}
}

@media screen and (max-width: 1024px) {
.page-id-658 .site-content {
    margin-bottom: 10px;
}
}


/* mdp */

@media screen and (max-width: 1024px) {
.page-id-2745 .hr {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-2745 .breadcrumbs span  {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-2745 .page-title .breadcrumbs a  {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-2745 .page-title-default {
display: none;
}
}

@media screen and (max-width: 1024px) {
.page-id-2745 .site-content {
    margin-bottom: 0px;
}
}

@media screen and (max-width: 1024px) {
.page-id-2745 .col-1 .col-2 .col-3 .col-4 .col-5 .col-6 .col-7 .col-8 .col-9 .col-10 .col-11 .col-12 .col .col-auto .col-sm-1 .col-sm-2 .col-sm-3 .col-sm-4 .col-sm-5 .col-sm-6 .col-sm-7 .col-sm-8 .col-sm-9 .col-sm-10 .col-sm-11 .col-sm-12 .col-sm .col-sm-auto .col-md-1 .col-md-2 .col-md-3 .col-md-4 .col-md-5 .col-md-6 .col-md-7 .col-md-8 .col-md-9 .col-md-10 .col-md-11 .col-md-12 .col-md .col-md-auto .col-lg-1 .col-lg-2 .col-lg-3 .col-lg-4 .col-lg-5 .col-lg-6 .col-lg-7 .col-lg-8 .col-lg-9 .col-lg-10 .col-lg-11 .col-lg-12 .col-lg .col-lg-auto .col-xl-1 .col-xl-2 .col-xl-3 .col-xl-4 .col-xl-5 .col-xl-6 .col-xl-7 .col-xl-8 .col-xl-9 .col-xl-10 .col-xl-11 .col-xl-12 .col-xl .col-xl-auto {

    margin-top: 45px;
}
}


@media screen and (max-width: 1024px) {
.page-id-2745 #content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-top: 40px;
}
}



/* pyc */

@media screen and (max-width: 1024px) {
.page-id-2975 .hr {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-2975 .breadcrumbs span  {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-2975 .page-title .breadcrumbs a  {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-2975 .page-title-default {
display: none;
}
}

@media screen and (max-width: 1024px) {
.page-id-2975 .site-content {
    margin-bottom: 0px;
}
}







/* gnt */

@media screen and (max-width: 1024px) {
.page-id-4592 .hr {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-4592 .breadcrumbs span  {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-4592 .page-title .breadcrumbs a  {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-4592 .page-title-default {
display: none;
}
}



@media screen and (max-width: 1024px) {
.page-id-4592 .site-content {
    margin-bottom: 0px;
}
}





/* mys */

@media screen and (max-width: 1024px) {
.page-id-364 .hr {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-364 .breadcrumbs span  {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-364 .page-title .breadcrumbs a  {
visibility: hidden;
}
}

@media screen and (max-width: 1024px) {
.page-id-364 .page-title-default {
display: none;
}
}



@media screen and (max-width: 1024px) {
.page-id-364 .site-content {
    margin-bottom: 0px;
}
}


.catimage {
float: right;
margin-bottom: 20px;
margin-top: -110px;
}


.mc4wp-form-theme .mc4wp-success {
    color: #fff;
    background-color: #ed9136;
}


@media screen and (max-width: 1024px) {
.page-title-default {
display: none;
}
}



@media only screen and (max-width: 1024px) {
.vc_custom_heading a, .vc_custom_heading a:focus, .vc_custom_heading a:hover, .vc_custom_heading a:visited {
    font-size: 22px;
}
}

.guaven_woos_final_results {
    display: none;
}


.payment_method_bacs .small label:nth-of-type(2) {
  color: #0066ff;
}



.promo-banner .banner-title {
    margin-top: 1px;
}



.widget  {
border: none;
line-height: 1.6;
margin-bottom: 0;
word-wrap: break-word;
padding: 0;
}



.mc4wp-form input[type=submit] {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}



.mc4wp-form>div>p {
    margin-left: -17px;
    margin-right: -17px;
    margin-bottom: 10px!important;
}





.mc4wp-form {
    margin-top: 0;
    margin-bottom: -1px;
    text-align: center;
}



.quantity {
    display: inherit;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
}

.whb-header {
  margin-bottom: 40px;
}


html .page-title > .container > .title {
  visibility: hidden;
}

.title-size-default {
  padding: 45px !important;
}

.wd-action-btn {
  display: none;
}



.dscnt {
  display: none;
}