* {
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
text-decoration: none;
scroll-behavior: smooth;
font-family: "Lato", sans-serif;
}
a {
text-decoration: none;
}
body {
font-family: "Lato", sans-serif !important;
}
.bottomContent ul li {
position: relative;
padding-left: 15px;
}
.bottomContent ul li::before {
content: '';
display: block;
width: 5px;
height: 5px;
background: #446084;
position: absolute;
top: 9px;
left: 0;
border-radius: 50px;
}
.bottomContent ul {
padding: 0;
}
.blogDetailInner .article-body-container ul li {
position: relative;
padding-left: 15px;
}
.blogDetailInner .article-body-container ul li::before {
content: '';
display: block;
width: 5px;
height: 5px;
background: #446084;
position: absolute;
top: 9px;
left: 0;
border-radius: 50px;
}
.blogDetailInner .article-body-container ul {
padding: 0;
} .whb-header {
margin-bottom: 0 !important;
}
.wd-nav {
display: flex;
align-items: center;
margin: 0;
padding: 0;
justify-content: center;
}
.wd-nav-main li:hover a, .wd-nav-secondary li:hover a {
color: #000 !important;
}
.wd-header-nav .wd-dropdown {
top: 60%;
}
.topBarContact span {
color: #fff;
font-size: 12px;
position: relative;
border-right: solid 1px #fff;
padding: 0px 10px;
}
.topBarContact a {
color: #fff;
}
.topBarContact span:last-child {
border: unset;
}
.topBarContact span:first-child {
padding-left: 0;
}
.topBarSocial a {
padding: 3px;
margin: 0px 5px;
font-size: 16px;
color: #fff;
}
ul.wd-sub-menu {
padding: 0;
margin: 0;
}
.wd-dropdown-menu ul.wd-sub-menu li a {
font-size: 16px;
padding: 10px 0px;
margin: 0px 10px;
color: #666666D9 !important;
border-bottom: solid 1px #ccc;
}
.wd-design-default.wd-dropdown-menu.wd-dropdown {
padding: 20px !important;
}
ul.wd-sub-menu li:last-child a {
border: unset;
}
.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
color: rgb(0 0 0);
font-weight: bold;
font-size: 10px;
opacity: .6;
margin-left: 4px;
}
.ContactBtn:hover {
box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}
.ContactBtn {
border-radius: 50px;
font-size: 14px;
padding: 7px 16px;
min-height: unset;
}
.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu):after {
display: none;
}
.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu) {
margin-top: 15px;
}  .mainSlider {
height: 600px;
width: 100%;
display: block;
position: relative;
}
.mainSlider .item {
display: block;
height: 600px;
position: relative;
}
.mainSlider .item a {
display: block;
height: 100%;
}
.mainSlider .item a .SlideContent {
position: absolute;
padding: 10px;
left: 0;
right: 0;
top: 35%;
z-index: 9999;
text-align: center;
background: #0000009c;
margin: auto;
max-width: max-content;
}
.mainSlider .item a .SlideContent h2 {
color: #fff;
}
.mainSlider .slick-dots {
margin: 0;
padding: 0;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.mainSlider .slick-dots li {
margin: 0;
padding: 0;
display: inline-block;
background: #0000;
height: 12px;
width: 12px;
border-radius: 50%;
margin-left: 5px;
border: solid 3px #fff;
opacity: 0.4;
}
.mainSlider .slick-dots li button {
font-size: 0;
height: 0;
width: 0;
padding: 0;
}
.mainSlider .slick-dots li.slick-active {
background: #fff;
border-color: #fff;
opacity: 1;
}
.slick-slider .slick-next, .slick-slider .slick-prev {
position: absolute;
top: 50%;
font-size:0;
background: unset;
border: solid 2px #fff;
border-radius: 50%;
height: 30px !important;
width: 30px !important;
padding: 0px;
display: block;
min-height: unset;
}
.slick-slider .slick-next {
right: 3%;
}
.slick-slider .slick-prev {
left: 3%;
}
.slick-slider .slick-next::before {
content:'\f054';
font-size: 16px;
display: block;
font-family: 'fontawesome';
color:#fff;
}
.slick-slider .slick-prev::before {
content:'\f053';
font-size: 16px;
display: block;
font-family: 'fontawesome';
color: #fff;
}
.whyusSection {
padding: 60px 0px 30px;
}
.whyusSection .row {
display: flex;
align-items: center;
}
.whyusSection .leftCol {
padding: 0px 0px 30px 40px;
}
.whyusSection h3 {
font-size: 29px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 15px;
}
.whyusSection p {
color: #777777;
font-size: 18px;
margin-bottom: 25px;
line-height: 28px;
}
.whyusSection img {
width: 85%;
margin: 0px auto;
}
.whyusSection .rightCol {
text-align: center;
}
.HomeShop {
padding: 30px 0px;
}
.HomeShop .container-fluid {
padding: 0;
}
.HomeShop .sectionHeading {
padding: 60px 200px;
text-align: center;
background: rgb(241 241 241);
margin-bottom: 40px;
}
.HomeShop h2 {
position: relative;
font-size: 54px;
text-transform: uppercase;
color: #555555;
}
.HomeShop h2::before {
content: '';
width: 40%;
height: 2px;
display: block;
background: #555;
position: absolute;
top: 50%;
left:0;
opacity: .1;
}
.HomeShop h2::after {
content: '';
width: 40%;
height: 2px;
display: block;
background: #555;
position: absolute;
top: 50%;
right:0;
opacity: .1;
}
.HomeShop .sectionHeading span {
font-size: 28px;
color: #555;
}
.HomeShop .wd-product {
margin-bottom: 45px;
}
.product-label.onsale {
font-size: 0 !important;
position: relative;
}
.product-label.onsale::before {
content: 'Sale';
display: block;
font-size: 16px;
}
.HomeShop .products .product-element-top {
width: 100%;
display: flex;
align-items: center;
aspect-ratio: auto 247 / 296;
}
.faqSection {
padding: 30px 0px;
}
.faqSection .row {
display: flex;
align-items: center;
}
.faqSection .faqHeading h4 {
font-size: 35px;
color: #555555;
}
.faqSection .faqHeading p {
font-size: 20px;
color: #777777;
margin: 0;
}
.faqAcc h2 button {
font-size: 18px !important;
font-weight: 400 !important;
color: #777777 !important;
text-transform: unset;
}
.faqAcc .accordion-button {
border: unset !important;
}
.faqAcc .accordion-item {
border: unset;
border-top: solid 1px #ddd;
border-radius: unset;
}
.faqAcc .accordion-button::after {
color: #fff !important;
opacity: .5;
}
.faqAcc .accordion-button:not(.collapsed) {
background: rgba(0,0,0,.03);
box-shadow: unset;
}
.wd-product .wd-entities-title a {
font-size: 14.4px;
font-weight: 500;
color: #446084;
font-family: 'Lato';
}
.wd-product:hover .wd-entities-title a {
color: #000;
}
.product-labels {
top: 15px;
left: 15px;
}
.wd-product .wd-product-cats a {
font-size: 12.5px;
color: #777 !important;
font-family: 'Lato';
}
.product-information .wd-product-cats, .product-information .wd-entities-title , .product-information .product-rating-price {
margin-bottom: .1em;
}
.wd-product.wd-hover-base .wd-bottom-actions {
margin-top: 7px;
}
.wd-product :where(.product-wrapper,.product-element-bottom) {
gap: unset;
}
.product-element-bottom.product-information {
margin-top: 10px !important;
text-align: left;
padding: 0px !important;
}
.wd-product.wd-hover-base .wrapp-product-price {
display: flex;
align-items: flex-start;
}
.price .amount {
font-size: .9em;
color: #111;
}
.price del .amount {
position: relative;
text-decoration: line-through;
color: #111;
opacity: .6;
font-size: .9em;
}
.wd-product .wd-bottom-actions .wd-add-btn>a {
background: #446084 !important;
box-shadow: unset !important;
}
.wd-more-desc {
display: none;
}
.woocommerce-mini-cart__buttons .checkout , .wd-empty-mini-cart .btn {
background: #446084 !important;
box-shadow: none !important;
}
#place_order {
background-color: #d26e4b !important;
}
.woocommerce-mini-cart__buttons .checkout:hover , .wd-empty-mini-cart .btn:hover , #place_order:hover {
background: #446084 !important;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount {
color: #000;
}
.cart-info .amount {
color: #000;
}
tr.cart-subtotal .amount , tr.order-total strong .amount {
color: #000;
}
.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
background: #446084;
}
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
color: #446084;
}  .customFooter {
background: #000;
color: #fff;
padding: 5px 0px;
}
.customFooter .row {
display: flex;
align-items: center;
}
.customFooter .copyRightText p {
margin: 0;
padding: 0;
font-size: 14px;
color: #b1b1b1;
}
.customFooter .FooterMenu ul {
margin: 0;
padding: 0;
text-align: right;
}
.customFooter .FooterMenu ul li {
margin: 0;
padding: 0 10px;
display: inline-block;
position: relative;
}
.customFooter .FooterMenu ul li::before {
content: '';
background: #777777;
height: 100%;
width: 1px;
display: block;
position: absolute;
left: 0;
}
.customFooter .FooterMenu ul li:first-child::before {
display: none;
}
.customFooter .FooterMenu ul li a {
color: #b1b1b1;
font-size: 14px;
}  .pageTitle {
background-size: cover !important;
background-position: center center !important;
padding: 100px 0px;
text-align: center;
position: relative;
}
.pageTitle::before {
content: '';
width: 100%;
height: 100%;
background: #000;
display: block;
position: absolute;
top: 0;
right: 0;
opacity: .4;
}
.pageTitle h1 {
color: #fff;
margin: 0;
font-size: 56px;
}
.pageTitle .container {
z-index: 1;
position: relative;
}
.pageTitle p {
color: #fff;
font-size: 20px;
}  .aboutSection1 {
padding: 60px 0px;
}
.aboutSection1 .colRight h2 {
font-size: 32px;
margin-bottom: 34px;
}
.aboutSection1 .colRight p {
font-size: 20px;
line-height: 34px;
color: #777;
}
.aboutSection1 .leftCol {
text-align: center;
}
.aboutSection1 .leftCol img {
width: 100%;
}
.aboutSection1 .container .row:last-child {
margin-top: 30px;
}
.aboutSection2 {
margin-bottom: 30px;
}
.aboutSection2 .teamBox {
text-align: center;
}
.aboutSection2 .teamBox img {
border-radius: 50%;
margin: 10px auto;
max-width: 296px;
}
.aboutSection2 .teamBox h5 {
font-size: 16px;
color: #555;
margin: 0;
}
.aboutSection2 .teamBox span {
opacity: .7;
color: #555;
font-size: 13px;
}  .orderSection1 {
padding: 60px 0px;
}
.orderSection1 h2 {
font-size: 28px;
}
.orderSection1 ul li {
font-size: 18px;
margin-bottom: 20px;
position: relative;
padding-left: 20px;
}
.orderSection1 ul li::before {
content: '';
width: 7px;
height: 7px;
display: inline-block;
background: #000;
opacity: .7;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.orderSection1 ul {
padding: 0;
margin: 0;
padding-left: 5px;
}  .referenceSection1 {
padding: 60px 0px;
text-align: center;
}
.referenceSection1 h3 {
font-size: 24px;
margin-bottom: 26px;
}
.referenceSection1 h4 {
font-size: 22px;
color: #777;
margin-bottom: 26px;
}
.referenceSection1 img {
width: 100%;
}
.referenceSection2 {
padding-bottom: 60px;
}
.referenceSection2 h6 {
font-size: 20px;
font-weight: 900;
}
.referenceSection2 ul {
padding: 0;
margin: 0;
}
.referenceSection2 ul li {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
font-size: 16px;
}
.referenceSection2 ul li::before {
display: inline-block;
content: '';
width: 7px;
height: 7px;
border-radius: 50%;
background: #777;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
left: 0;
}  .ContactSection1 {
padding-top: 60px;
}
.ContactSection1 .leftCol h4 {
font-size: 26px;
}
.ContactSection1 .leftCol p {
font-size: 16px;
}
.ContactSection1 .leftCol {
padding: 0px 15px 30px;
}
.ContactSection1 .leftCol ul {
margin: 0;
padding: 0;
}
.ContactSection1 .leftCol ul strong {
display: block;
font-size: 18px;
font-weight: 700;
color: #000;
}
.ContactSection1 .leftCol ul a {
color: #000;
font-size: 18px;
}
.ContactSection2 iframe {
width: 100%;
height: 400px;
}
.ContactSection1 .colRight {
padding: 0px 15px 30px;
}
.ContactSection1 .colRight input, .ContactSection1 .colRight textarea {
border: unset;
border-bottom: solid 2px #777;
font-size: 16px;
}
.ContactSection1 .colRight input.wpcf7-submit {
background: #000;
color: #fff;
border: unset;
}  .page-template-BlogPageTemplate .website-wrapper {
background: url(https://demo.palcospecialties.com/wp-content/uploads/2024/05/wd-furniture-background.jpg);
}
.BlogSection1 {
padding: 60px 0px;
}
.BlogSection1 .BlogWrapper {
display: flex;
flex-wrap: wrap;
}
.BlogSection1 .blogBox {
width: 33.33%;
display: inline-block;
padding: 15px;
}
.BlogSection1 .blogBox .blogBox-inner {
border-radius: 15px;
background: #ffffff !important;
}
.BlogSection1 .blogBox .blogBox-inner img {
width: 100%;
border-radius: 15px 15px 0px 0px;
}
.BlogSection1 .blogBox .blogContent {
padding: 15px;
}
.BlogSection1 .blogBox .blogBox-inner .post-title {
font-size: 18px;
color: #333;
}
.BlogSection1 .blogBox .post-excerpt {
font-size: 14px;
max-height: 46px;
overflow: hidden;
color: #a5a5a5;
}
.BlogSection1 .blogBox .read-more {
color: #446084;
font-size: 13px;
margin-top: 15px;
display: inline-block;
font-weight: 500;
}  .blogDetailInner {
padding-top: 30px;
}
.blogDetailInner .post-single-page {
text-align: unset;
}
.blogDetailInner .post-single-page .entry-meta-list {
padding: 0;
margin: 0;
}
.blogDetailInner .post-single-page .entry-header img {
width: 100%;
border-radius: 15px;
}
.wd-post-cat.wd-style-with-bg, .wp-block-search .wp-block-search__button, .comment-form .submit {
background: #d26e4b;
box-shadow: unset;
}
.wp-block-archives, .wp-block-categories, .wp-block-latest-posts.wp-block-latest-posts__list {
padding: 0;
margin: 0;
}
.wp-block-latest-posts li>a , .wp-block-archives li a, .wp-block-categories li a {
color: #000;
font-weight: 500;
font-family: 'Lato';
}
.wd-single-footer .single-post-social .wd-social-icon {
padding: 0;
background: unset;
color: #c0c0c0 !important;
}
.wd-single-footer .single-post-social .wd-social-icon span.wd-icon {
margin-top: -3px;
}  .ProductBlogSlider {
padding: 60px 0px;
background: url(https://demo.palcospecialties.com/wp-content/uploads/2024/05/wd-furniture-background.jpg);
}
.blogItem .blogBox-inner img {
width: 100%;
border-radius: 15px 15px 0px 0px;
}
.blogItem .blogBox-inner {
border-radius: 15px;
}
.ProductBlogSlider .blogContent {
padding: 15px;
background: #fff;
border-radius: 0px 0px 15px 15px;
}
.ProductBlogSlider .blogBox-inner .post-title {
font-size: 18px;
color: #333;
}
.ProductBlogSlider .post-excerpt {
font-size: 14px;
max-height: 46px;
overflow: hidden;
color: #a5a5a5;
}
.ProductBlogSlider .read-more {
color: #446084;
font-size: 13px;
margin-top: 15px;
display: inline-block;
font-weight: 500;
}
.BlogSliderWrapper .blogItem .blogBox-inner img {
border-radius: 15px 15px 0px 0px;
}
.BlogSliderWrapper .slick-dots {
margin: 0;
padding: 0;
text-align: center;
}
.BlogSliderWrapper .slick-dots li {
margin: 0;
padding: 0;
display: inline-block;
background: #0000;
height: 10px;
width: 10px;
border-radius: 50%;
margin-left: 5px;
border: solid 2px #bbb;
}
.BlogSliderWrapper .slick-dots li button {
font-size: 0;
height: 0;
width: 0;
padding: 0;
}
.BlogSliderWrapper .slick-dots li.slick-active {
background: #000;
border-color: #000;
}
.BlogSliderWrapper .blogItem {
padding: 15px 30px;
}
.BlogSliderWrapper .slick-prev {
left: -2% !important;
border-color: #000;
}
.BlogSliderWrapper .slick-prev::before {
color: #000
}
.BlogSliderWrapper .slick-next {
right: -2% !important;
border-color: #000;
}
.BlogSliderWrapper .slick-next::before {
color: #000
}
.single-product-content {
padding-top: 30px;
}
.single-product-content .product_title {
color: #555;
font-size: 28px;
position: relative;
margin-bottom: 30px;
}
.single-product-content .product_title::after {
content: '';
width: 30px;
height: 3px;
background: #e5e5e5;
display: block;
border-radius: 30px;
bottom: -16px;
position: absolute;
}
.summary-inner .product_meta .sku_wrapper {
display: none;
}
.summary-inner .product_meta {
border-top: dotted 1px #ddd;
}
.summary-inner .product_meta .posted_in {
font-size: 12.8px;
}
.summary-inner .product_meta .posted_in span.meta-label {
color: #777;
}
.summary-inner .product_meta .posted_in a {
color: #000;
}
.wd-social-icons.wd-layout-inline .wd-label {
display: none;
}
.social-form-circle .wd-social-icon {
border: solid 2px #c0c0c0;
width: 40px !important;
height: 40px !important;
display: inline-block;
padding: 9px;
text-align: center;
margin-right: 5px !important;
}
.product-additional-galleries {
bottom: 15px;
}
.social-form-circle .wd-social-icon:last-child {
margin-right: 0 !important;
}
.wd-social-icons:is(.icons-size-small,.icons-size-) .wd-icon {
font-size: 16px;
color: #c0c0c0;
}
.woocommerce-breadcrumb a {
color: #666666;
}
.woocommerce-breadcrumb a:hover {
color: #000;
}
.summary-inner>.price span {
color: #000 !important;
}
.single_add_to_cart_button {
background: #d26e4b;
font-size: 16px;
padding: 0px 20px;
box-shadow: unset !important;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
background: #446084;
}
.wc-tab-inner .shop_attributes tr {
border: unset;
}
.shop_attributes td {
text-align: unset;
}
.wd-accordion-title:is(.wd-active,:hover) .wd-accordion-title-text.wd-accordion-title:is(.wd-active,:hover) .wd-accordion-title-text {
color: #446084 !important;
}
.woocommerce-tabs .wd-nav {
display: flex;
justify-content: flex-start;
}
.woocommerce-tabs .wc-tab-inner .shop_attributes {
max-width: 650px;
margin: unset;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a img {
max-height: 500px !important;
max-width: 100% !important;
width: auto !important;
margin: auto !important;
height: 100% !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
text-align: center;
}
.woocommerce-product-gallery .wd-carousel-inner .wd-full-visible img {
height: 120px;
width: auto !important;
}
#tab-description h2 {
font-size: 26px !important;
}
#tab-description ul {
padding: 0 !important;
}  nav[class*="-pagination"] li .current {
background: #446084;
}
.product-wrapper .product-image-link {
width: 100%;
display: flex;
align-items: center;
height: 100%;
}
.wd-product :is(.product-image-link,.hover-img) img {
width: 100%;
height: 100%;
}
.products .product-element-top {
width: 100%;
display: flex;
align-items: center;
aspect-ratio: auto 247 / 296;
}
.shop-loop-head p.woocommerce-result-count {
margin: 0;
}
.shop-loop-head {
padding: 10px 15px;
}
.shop-loop-head .wd-products-per-page {
display: none;
}
.wd-active-filters {
display: flex;
align-items: center;
}
.wd-active-filters .widget_layered_nav_filters ul {
margin: 0;
padding: 0;
}
.wc-blocks-filter-wrapper h3, .widget_product_categories .widget-title {
position: relative;
font-size: 16px !important;
color: #000;
margin-bottom: 30px;
}
.wc-blocks-filter-wrapper h3::after, .widget_product_categories .widget-title::after {
content: '';
background: #ababab;
width: 30px;
height: 4px;
display: block;
position: absolute;
bottom: -10px;
border-radius: 30px;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
min-width: 80px;
text-align: center;
}
.wc-block-components-price-slider {
margin: 0;
}
.widget {
margin-bottom: 15px !important;
padding-bottom: 15px !important;
}
.widget_product_categories .product-categories {
padding: 0;
margin: 0;
margin-top: -10px;
}
.widget_product_categories .product-categories li a {
border-bottom: solid 1px #ababab;
color: #000;
}
.categories-accordion-on .widget_product_categories .product-categories li:last-child a {
border-bottom: 0;
}
.wc-block-components-filter-reset-button {
padding: 10px !important;
background: #446084 !important;
color: #fff !important;
text-decoration: unset !important;
min-height: unset !important;
border-radius: 10px !important;
}
.woodmart-archive-shop .wd-product {
margin-bottom: 45px;
}
.widget-area .product_list_widget {
padding: 0;
}
.product_list_widget>li .wd-entities-title {
font-size: 14px;
color: #446084;
font-weight: 400;
margin: 0;
}
.widget-area .product_list_widget .widget-product-wrap {
display: flex;
align-items: center;
}  .woocommerce-cart .site-content {
width: 100% !important;
margin: auto;
padding-top: 100px;
}
.woocommerce-cart aside.sidebar-container {
display: none;
}  @media only screen and (max-width: 600px) {
.whb-top-bar .topBarContact {
text-align: center;
}
.widgetarea-mobile .topBarSocial a {
color: #c0c0c0;
}
.widgetarea-mobile .wp-block-button a {
background: #446084;
border: unset;
padding: 2px 16px;
text-transform: uppercase;
font-size: 14px;
}
.whyusSection {
padding: 30px 0px 0px 0px;
}
.whyusSection h3 {
font-size: 24px;
}
.whyusSection img {
width: 100%;
}
.whyusSection .leftCol, .whyusSection .rightCol {
padding: 0px 15px;
}
.HomeShop .sectionHeading {
padding: 30px 0px;
}
.HomeShop h2::before, .HomeShop h2::after {
width: 30%;
}
.HomeShop h2 {
font-size: 38px;
}
.HomeShop .sectionHeading span {
font-size: 24px;
padding: 0px 15px;
}
.faqSection .faqHeading h4 {
font-size: 24px;
}
.faqSection .faqHeading {
margin-bottom: 15px;
}
.customFooter .row {
display: flex;
justify-content: center;
}
.customFooter .copyRightText p {
text-align: center;
}
.customFooter .FooterMenu ul {
text-align: center;
}
.pageTitle h1 {
font-size: 36px;
}
.pageTitle p {
font-size: 18px;
padding: 0px 15px;
}
.aboutSection1 .colRight h2 {
font-size: 28px;
text-align: center;
margin-top: 15px;
}
.aboutSection1 .colRight p {
font-size: 16px;
text-align: center;
}
.aboutSection1 {
padding: 30px 0px;
}
.aboutSection2 .teamBox {
padding: 10px 0px;
}
.aboutSection2 .teamBox img {
max-width: 80%;
margin: 10px auto;
}
.referenceSection1 {
padding: 30px 0px;
}
.referenceSection1 h3, .referenceSection1 h4 {
font-size: 18px;
}
.referenceSection1 img {
margin: 8px 0px;
}
.referenceSection2 {
padding-bottom: 30px;
}
.orderSection1 {
padding: 30px 0px;
}
.orderSection1 ul li {
font-size: 16px;
margin-bottom: 10px;
}
.orderSection1 h2 {
font-size: 24px;
}
.BlogSection1 {
padding: 30px 0px;
}
.BlogSection1 .blogBox {
width: 100%;
}
.ContactSection1 {
padding-top: 30px;
}
.BlogSliderWrapper .blogItem {
padding: 15px;
}
.product-label.onsale::before {
font-size: 12px;
}
}  .mainSlider {
height: 600px;
width: 100%;
display: block;
position: relative;
}
.mainSlider .slick-list , .mainSlider .slick-track {
height: 100% !important;
display: block !important;
}
.mainSlider .bgdiv1 {
background: url(https://palcospecialties.com/wp-content/uploads/2024/06/banner-image.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
width: 100%;
}
.mainSlider .bgdiv2 {
background: url(https://palcospecialties.com/wp-content/uploads/2024/06/Image-02-02-scaled-1.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
width: 100%;
}
.mainSlider .item {
height: 100%;
display: block;
}
.mainSlider .bgdiv1 .SlideContent2 {
background: rgb(0 0 0 / 73%);
width: max-content;
margin: auto;
position: absolute;
top: 40%;
left: 0;
right: 0;
padding: 30px;
font-size: 16px;
text-transform: uppercase;
text-align: center;
}
.mainSlider .bgdiv1 .SlideContent2 h5 {
font-size: 36px;
font-family: Lato, sans-serif;
font-weight: 700;
margin: 16px 0px;
color: #fff;
}
.mainSlider .bgdiv1 .SlideContent2 h6 {
margin: 16px 0px;
color: #ffffffbd;
font-size: 20px;
font-weight: 500;
}
.mainSlider .bgdiv2 .SlideContent1 {
position: absolute;
bottom: 35%;
left: 0;
right: 0;
width: 40%;
margin: auto;
text-align: center;
}
.mainSlider .bgdiv2 .SlideContent1 h2 {
text-transform: uppercase;
margin: 3px 0px;
color: #ff9900;
font-size: 44px;
}
.mainSlider .bgdiv2 .SlideContent1 h1 {
display: inline-block;
background: #f90;
font-size: 22px;
color: #fff;
padding: 10px 15px;
border-radius: 50px;
margin: 0;
}
.mainSlider .bgdiv2 .SlideContent1 span {
display: block;
text-transform: uppercase;
color: #fff;
font-size: 30px;
font-weight: 600;
line-height: normal;
}
.mainSlider .bgdiv2 .SlideContent1 p a {
color: #fff;
font-size: 16px;
}  .woocommerce-checkout-payment .methods {
display: none;
}
.woocommerce-table--order-details tfoot tr:nth-child(2) {
display: none !important;
}
.page-template-checkoutTemplate .woocommerce {
padding: 40px 0px;
}  @media only screen and (max-width: 600px) {
.mainSlider .bgdiv1 .SlideContent2 {
padding: 15px;
width: 80%;
left: 0;
right: 0;
margin: auto;
text-align: center;
}
.mainSlider .bgdiv1 .SlideContent2 h5 {
font-size: 18px;
}
.mainSlider .bgdiv1 .SlideContent2 h6 {
font-size: 12px;
}
.mainSlider .bgdiv2 .SlideContent1 {
width: 80%;
}
.mainSlider .bgdiv2 .SlideContent1 h1 {
font-size: 26px;
}
.mainSlider .bgdiv2 .SlideContent1 h2 {
font-size: 18px;
}
}
.moretext {
display: none;
}
.bottomContent {
padding: 30px 0px 60px 0px;
}
.moreless-button {
cursor: pointer;
}
.term-description ul li {
position: relative;
padding-left: 15px;
}
.term-description ul li::before {
content: '';
display: block;
width: 5px;
height: 5px;
background: #446084;
position: absolute;
top: 9px;
left: 0;
border-radius: 50px;
}
.term-description ul {
padding: 0;
}
.woocommerce-shipping-fields {}
.woocommerce-shipping-fields #ship-to-different-address {
background: #000;
padding: 5px;
font-size: 16px;
}
.woocommerce-shipping-fields #ship-to-different-address span {
color: #fff;
}