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

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 12px;
	--wd-brd-radius: 45px;
	--wd-primary-color: rgb(153,30,30);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #ff0000;
	--btn-default-bgcolor-hover: #dd3333;
	--btn-accented-bgcolor: #ff0000;
	--btn-accented-bgcolor-hover: #dd3333;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #310000;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #212121;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--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: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@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-nav-btn .wd-label {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
}

.woodmart-recent-posts .recent-posts-time {
  margin-inline-end: 5px;
  display: none;
}

.woodmart-recent-posts :is(.recent-posts-time, .recent-posts-comment) {
  color: var(--color-gray-300);
  font-size: 90%;
  display: none;
}

body {
  color: #000 !important;
}

.product_meta {
  --wd-link-color: #600;
}

.product-tabs-wrapper .tabs-layout-tabs > .wd-nav-tabs-wrapper {
  display: none;
}

a {
  color: #bd0000;
  font-weight: 600;
}

.product-image-summary .cart {
  margin-bottom: 15px;
  display: none;
}

.product-image-summary .summary-inner > .price, .product-image-summary .woodmart-scroll-content > .price {
  font-size: 22px;
  line-height: 1.2;
  display: none;
}

.wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    width: 207px;
    right: 100%;
    background-color: #2db742;
    font-size: 19px;
    color: #fff;
    top: 15px;
    top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    font-weight: bold;
}

.widget_rss ul li {
    margin-bottom: 14px;
    padding-bottom: 6px;
}

.widget_rss ul li > a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans",Arial, Helvetica, sans-serif !important;
    line-height: 0;
}


.woodmart-price-table .woodmart-price-value {
    font-size: 40px;
    vertical-align: middle;
    font-weight: 600;
    color: #333;
}

.woodmart-single-footer .tags-list a {
    display: inline-flex;
    font-size: 13px;
    color: #212121;
    text-transform: capitalize;
    margin-right: 15px;
    line-height: unset;
padding-right: 0;
padding-left: 0;
text-align: center;
min-width: 0;
text-decoration: none;
position: unset;
margin-bottom: 0;
margin-top: 0;
border: 1px solid #fff;
font-weight: unset;
}


.added_to_cart:hover, .btn:hover, .button:hover, [type="button"]:hover, [type="submit"]:hover, button:hover {

    -webkit-box-shadow: inset 0 0 200px rgba(0,0,0,.1);
    box-shadow: inset 0 0 200px #d33;
    color: #FFF;

}

h4 {
    font-size: 30px;
}

p.mr label.description {
    margin-right: 10px;
    font-size: 0px;
    font-weight: 600;
    font-family: Ubuntu,'MS Sans Serif', Geneva, sans-serif;
}

.after_content, .rating-form, .rating-results-list {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 40px;
}

div.rating-form form {
    margin: 15px 0 30px;
        margin-bottom: 30px;
    width: auto;
    max-width: 100%;
    display: block;
    text-align: center !important;
}

.woodmart-load-more:hover {
    color: #fff;
    background-color: #dd3333 !important;
}

.woodmart-load-more:not(:hover) {
    background-color: #ff0000 !important;
}

.woodmart-load-more {
    border-width: 2px;
    border-color: #e9e9e9;
    color: #fff;
    font-weight: 900;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 35px;
}

ol, ul {
    line-height: 1.6;
}

.color-scheme-light .footer-widget a {
    font-size: 14px !important;
}

.navigation-style-underline .nav-link-text {
    color: #3daf49;
}

.color-scheme-light .footer-widget a {

    color: #fff;
    font-size: 16px;

}

.woodmart-author-information .author-avatar img {
    border-radius: 0;
    margin-bottom: 15px;
}@media (min-width: 768px) and (max-width: 1024px) {
	.footer-sidebar {
    padding-top: 40px;
    padding-bottom: 10px;
    display: none;
}

.tabs-layout-tabs {

    border-top: 2px solid rgba(119,119,119,.17);
    text-align: center !important;

}
}

@media (min-width: 577px) and (max-width: 767px) {
	.footer-sidebar {
    padding-top: 40px;
    padding-bottom: 10px;
    display: none;
}

.tabs-layout-tabs {

    border-top: 2px solid rgba(119,119,119,.17);
    text-align: center !important;

}
}

@media (max-width: 576px) {
	.footer-sidebar {
    padding-top: 40px;
    padding-bottom: 10px;
    display: none;
}

.tabs-layout-tabs {

    border-top: 2px solid rgba(119,119,119,.17);
    text-align: center !important;

}
}

