/* asd */
.main_filter_section form button {
    width: 20%;
    padding: 8px;
    border-radius: 50px;
    font-size: 17px;
    background: #FED90C;
    cursor: pointer;
    color: #fff;
    border: solid 1px #fff;
}

.main-all.main-index.main-layout-blog-grid .row1 .left article {
    width: 31%;
}

.main-all .container-all .row1 .left .boxes .box-image .the-category {
		margin:10px !important;
    padding: .3em 1em !important;
    background: #017cc2d4 !important;
}
.main-all .container-all .row1 .left .boxes .box-image .the-category a {
    font-size: 13px !important;
}
.main-all .container-all .row1 .left .boxes .box-content .the-title h3 {
    font-size: 20px;
}

.main-all .container-all .row1 .left .boxes .box-content .the-excerpt p{
	font-size:13px !important;
}

/* Lead Form */
.ld_form_head form .grp_inp p {
    display: flex;
    gap: 10px;
}
.ld_form_head form .grp_inp p input::placeholder , .ld_form_head form textarea::placeholder {
	color:#f1f1f1;

}
.ld_form_head form .grp_inp p input {
    background: #cccccc70;
    border: solid 1px #cccccc70;
    border-radius: 15px;
		color:#fff;
}
.ld_form_head form textarea {
    border: solid 1px #cccccc70;
    background:  #cccccc70;
    border-radius: 15px;
    height: 120px;
color:#fff;
}
.ld-form-bg {
    background: rgba(255, 255, 255, 0.2); /* semi-transparent background */
    backdrop-filter: blur(10px); /* blur effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border-radius: 15px; /* rounded corners */
    padding: 20px; /* optional, for spacing */
    border: 1px solid rgba(255, 255, 255, 0.3); /* optional, subtle border */
}





.single-post .main-single{
	margin: 3rem 0rem;
}

body.single-post {
    background: #f7f7f7;
}

.main-all.main-index.main-layout-blog-grid .row1 .left {
    justify-content: left !important;
    column-gap: 30px;
    row-gap: 20px;
}

body.blog {
    background: #f1f1f1;
}
.main-all .container-all .row1 .left .boxes {
    border: 1px solid #ccc !important;
    border-radius: 11px !important;
    margin-bottom: 64px !important;
background: #cccccc61;
}
.main-all .container-all .row1 .left .boxes .box-meta {
    border-top: 1px solid #ccc !important;
}
.main-all .container-all .row1 .left .boxes .box-image .the-image img {
    height: 205px !important;
    object-fit: cover !important;
}
.tooltip-btn {
  position: relative;
}
.newArriv .swiper-pagination.swiper-pagination-clickable {
    display: none;
}

.newArriv .product-item h3 {
    font-size: 19px;
    font-weight: 500;
		color:#0b6ba7;
		margin-top:10px;
		margin-bottom:20px;
		height:70px;
}
.newArriv .product-item {
    background: #0f7fc454;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
		padding:10px;
}
.newArriv .product-item span.price {
    background: #fff;
    padding: 6px 22px;
    border-radius: 40px;
}
.newArriv .product-item img{
	border-radius:10px;
	
}

.single.single-post h2 {
  font-size: 29px;
}




/* Force hide the WooCommerce Demo Store Notice */
.woocommerce-store-notice, 
p.demo_store, 
.demo_store_wrapper {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* Change color of all tags */
.post-tags a {
    color: #FED90C; 
}

/* Change background color of all tags (if they are displayed as buttons/badges) */
.post-tags a {
    background-color: #FED90C; 
}







.tooltip-btn:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 12px;
}

body.woocommerce-page {
    background: #f7f7f7;
}
.wc-block-cart__submit-container a {
    background: #097bc2 !important;
}.wc-block-cart__submit-container a div {
    color: #fff !important;
}
table.wc-block-cart-items tbody tr {
    background: #097bc205;
}

table.wc-block-cart-items {
    border-collapse: separate;
    border-spacing: 0px 10px !important;
}
table.wc-block-cart-items tbody tr td a img {
    height: 180px !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}

button.wc-block-cart-item__remove-link {
    color: #ffffff !important;
    background: #f00 !important;
    padding: 2px 10px !important;
    border-radius: 40px !important;
}
.wc-block-components-quantity-selector button {
    background: #0f7fc4 !important;
    color: #fff !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    background-color: #097bc20a !important;
    padding-left: 0;
    box-shadow: rgb(50 50 93 / 0%) 0px 30px 60px -12px, rgb(0 0 0 / 16%) 0px 18px 36px -18px;
}
.wc-block-components-address-address-wrapper.is-editing select, .wc-block-components-address-address-wrapper.is-editing input {
    background: #2196f30d !important;
    border-radius: 5px !important;
}
body.woocommerce-shop ul.products .sp-product-image img {
    width: 100% !important;
    height: 270px !important;
    object-fit: cover;
    border-radius: 0px;
}
body.woocommerce-shop ul.products .product h2.woocommerce-loop-product__title {
    font-size: 24px !important;
}
body.woocommerce-shop ul.products .product .add_to_cart_button {
    background: #097bc2 !important;
}

body.woocommerce-shop ul.products .product {
    height: 480px;
}

body.woocommerce-shop ul.products .product .nv-card-content-wrapper {
    height: 480px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body.woocommerce-shop ul.products .product a.added_to_cart.wc-forward {
    background: #56a3d3;
    margin: 13px;
    border-radius: 7px;
    text-align: center;
    color: #fff;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    background: none;
    color: #18BD46;
    font-size: 11px;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge span {
    color: #18bd43 !important;
    font-size: 17px !important;
}













.main_filter_section form select {
    width: 30%;
    background: #fff;
    border: solid 1px #0b6ba7;
    border-radius: 40px;
    margin-right: 1rem;
    padding: 15px 20px;
    font-size: 18px;
}

.main_filter_section form#ajax-filter-form {
    display: flex;
    justify-content: space-around;
		margin-bottom:2rem;
}


.main_filter_section  li.product  span.price {
    display: none;
}

.main_filter_section  li.product  a.woocommerce-LoopProduct-link + a {
    display: none !important;
}
.main_filter_section  li.product h2.woocommerce-loop-product__title {
    font-size: 18px;
    text-align: center;
    color: #000;
    margin-top: 1rem;
}
.sp-product-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 18px;
}
.main_filter_section form select option {
    background: #ffffff;
    padding: 20px 10px !important;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px !important;
    background: #fff;
    width: 100px !important;
    height: 28px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}
span.onsale.badge-1 {
    position: absolute;
    background: #fff;
    left: 20px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    color: #0b6ba7;
} 












.newsLetter_form .input_grp p input {
    background: #fff;
    border-radius: 30px;
    width: 100%;
}
.newsLetter_form .input_grp p {
 
    display: flex;
    column-gap: 10px;
}
.newsLetter_form .input_grp {
    width: 50%;
}
.main_cont_news {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.wpcf7-submit {
    background: #ccc !important;
    background-color: #ccc !important;
    border-radius: 50px !important;
    color: #fff;
		cursor:pointer;
}

.updated_cont_us form p label input , .updated_cont_us form p label textarea{
    background: #0f7fc414;
    color: #000;
    padding: 13px 15px;
    border-radius: 5px;
    border: solid 1px #0f7fc4;
}
.updated_cont_us form p label {
    width: 100% !important;
}
.updated_cont_us form p input.wpcf7-submit {
    background: #0f7fc4 !important;
    padding: 12px 45px;
}
body.single-product {
    background: #f5f5f5 !important;
}











/* 🔒 Force white text for the Solace off-canvas/mobile menu */
.solace-offcanvas,
.solace-offcanvas * {
  color: #ffffff !important;
}

/* Links (cover normal + visited + active + hover) */
.solace-offcanvas a,
.solace-offcanvas a:link,
.solace-offcanvas a:visited,
.solace-offcanvas .menu li a,
.solace-offcanvas .menu li a:link,
.solace-offcanvas .menu li a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}
.solace-offcanvas .menu li a:hover,
.solace-offcanvas .menu li.current-menu-item > a {
  color: #cccccc !important;
}

/* Close (X) */
.solace-offcanvas .close-menu,
.solace-offcanvas .offcanvas-close,
button.close-menu {
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
}

/* (optional) Panel background */
.solace-offcanvas,
.solace-offcanvas-panel {
  background-color: #1E7CC5 !important;
}


.site-footer .footer-widgets { display:grid !important; grid-template-columns: repeat(4,1fr) !important; gap: 24px; }
.site-footer .footer-widgets .widget { display:block !important; visibility:visible !important; opacity:1 !important; }


.footer-widgets h5 {
  color: #343a40; /* heading color */
  font-weight: 600;
}

.footer-widgets a {
  color: #ffffff !important; /* links white */
  text-decoration: none;
}

.footer-widgets a:hover {
  color: #cccccc !important; /* light grey on hover */
}

#menu-footer-two a {
  color: #ffffff !important;
  display: inline-block !important;
  visibility: visible !important;
}





/* ===== GLOBAL TYPOGRAPHY ===== */
body, .woocommerce, .woocommerce-page {
  font-family: 'Poppins', sans-serif;
  color: #333333; /* readable body text */
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #097BC2; /* brand blue links */
  text-decoration: none;
}
a:hover {
  color: #63A4FF; /* lighter blue hover */
}

/* ===== PRODUCT GRID ===== */
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
  background: #FFFFFF;
  border: 1px solid #E5EAF0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform .2s ease, box-shadow .2s ease;
  padding-bottom: 1rem;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

/* Product images */
.woocommerce ul.products li.product a img {
  border-bottom: 1px solid #E5EAF0;
  margin: 0;
  width: 100%;
}

/* Product titles */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #0D1B2A;
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0.8rem 1rem 0.4rem;
  line-height: 1.3;
}

/* Prices */
.woocommerce ul.products li.product .price {
  margin: 0 1rem 0.8rem;
  color: #333333;
  font-weight: 600;
  font-size: 1rem;
}
.woocommerce ul.products li.product .price del {
  color: #999999;
}
.woocommerce ul.products li.product .price ins {
  color: #0D1B2A;
  text-decoration: none;
  font-weight: 700;
}

/* Add to Cart Buttons */
.woocommerce ul.products li.product .button,
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
  background: #0D1B2A; /* navy */
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: .6rem 1.2rem;
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0 1rem 1rem;
  transition: background .2s ease, transform .15s ease;
  box-shadow: 0 4px 10px rgba(13,27,42,0.15);
}
.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
  background: #12324A;
  transform: translateY(-1px);
}

/* Sale badge */
.woocommerce span.onsale {
  background: #0D1B2A; /* navy */
  color: #FFFFFF;
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

/* ===== SINGLE PRODUCT PAGE ===== */
.single-product .product_title {
  color: #0D1B2A;
  font-weight: 700;
  font-size: 2rem;
}
.single-product .price {
  color: #0D1B2A;
  font-size: 1.4rem;
  font-weight: 700;
}
.single-product .summary .button {
  background: #0D1B2A;
  color: #FFFFFF;
  border-radius: 10px;
  font-weight: 600;
}
.single-product .summary .button:hover {
  background: #12324A;
}

/* Tabs (Description, Reviews) */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #0D1B2A;
  font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #097BC2;
  font-weight: 600;
  border-bottom: 2px solid #097BC2;
}




/* ===== PRODUCT SORT DROPDOWN ===== */
.woocommerce-ordering select {
  appearance: none;            /* remove default browser styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFFFFF;         /* white background */
  color: #0D1B2A;              /* navy text */
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 40px 10px 14px; /* room for custom arrow */
  border: 1px solid #D9E1EC;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}

/* Hover & focus styles */
.woocommerce-ordering select:hover,
.woocommerce-ordering select:focus {
  border-color: #097BC2;       /* TruckBuys blue */
  box-shadow: 0 0 0 3px rgba(9,123,194,0.2); /* subtle glow */
  outline: none;
}

/* Custom dropdown arrow */
.woocommerce-ordering {
  position: relative;
  display: inline-block;
}
.woocommerce-ordering::after {
  content: "▾";
  font-size: 16px;
  color: #0D1B2A;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Dropdown options */
.woocommerce-ordering select option {
  background: #FFFFFF;
  color: #0D1B2A;
  font-weight: 500;
}

@media screen and (max-width:767px){
	table.wc-block-cart-items tbody tr td.wc-block-cart-item__image {
    width: 100% !important;
}
	
.main-all.main-index.main-layout-blog-grid .row1 .left article {
    width: 100%;
}
	
	.main-all .container-all .row1 .left .boxes {
    margin-bottom: 8px !important;
}
		table.wc-block-cart-items tbody tr td.wc-block-cart-item__image img {
    width: 100% !important;
    height: 50px !important;
    border-radius: -0px;
}
	body.woocommerce-shop ul.products .sp-product-image img {
    height: 110px !important;
}
	
	body.woocommerce-shop ul.products .product h2.woocommerce-loop-product__title {
    font-size: 16px !important;
}
	body.woocommerce-shop ul.products .product .nv-card-content-wrapper {
    height: 300px !important;
}
	body.woocommerce-shop ul.products .product {
    height: 300px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.main_filter_section form#ajax-filter-form {
    display: block;
}
.main_filter_section form select {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 11px;   
    padding: 9px 20px;
    font-size: 16px;
}
.main_filter_section form button {
    width: 100%;
    padding: 12px 8px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px !important;
    background: #fff;
    width: 100px !important;
    height: 28px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}











	
	
	
}


@media screen and (max-width:768px){
	
	
	.newsLetter_form .input_grp p {
 		
    display: block !important;
}
.newsLetter_form .input_grp {
    width: 100% !important;
}
.main_cont_news {
    display: block;
}
	.newsLetter_form .input_grp p input{
		
		margin-bottom:10px;
	}
.main_filter_section form select {
    width: 100%;
    margin-right: 0.5rem;
    padding: 10px 20px;
    font-size: 15px;
}


	
	
}





#newbox .elementor-flip-box {
    height: 370px;
}

/* Hide scrollbar but keep scrolling */
html, body {
  -ms-overflow-style: none;  /* IE & Edge */
  scrollbar-width: none;     /* Firefox */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;             /* Chrome, Safari */
}