@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//tamiya.hk/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.0") format("woff2");
}

:root {
	--wd-text-font: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 17px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #000000;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #1e1e1e;
	--btn-accented-bgcolor-hover: #000000;
	--wd-form-brd-width: 1px;
	--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: #252322;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 1000px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 400px;
}
.wd-page-title .wd-page-title-bg img {
	background-repeat: repeat;
	object-fit: inherit;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: url(https://tamiya.hk/wp-content/uploads/2019/04/www.tamiya.com424bgdotfooter01.gif);
	background-repeat: repeat;
}
.page :is(.wd-page-content, .whb-header) {
	background-image: none;
	background-repeat: no-repeat;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-image: none;
	background-repeat: no-repeat;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-image: none;
	background-repeat: no-repeat;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-image: none;
	background-repeat: no-repeat;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-image: none;
	background-repeat: no-repeat;
}
.woodmart-archive-portfolio :is(.wd-page-content, .whb-header) {
	background-image: none;
	background-repeat: no-repeat;
}
.single-portfolio :is(.wd-page-content, .whb-header) {
	background-image: none;
	background-repeat: no-repeat;
}
.product-labels .product-label.onsale {
	background-color: #81d742;
}
.product-labels .product-label.new {
	background-color: #81d742;
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: #ff9c00;
	color: #ffffff;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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;
}



.wd-page-title {
background-color: #000000;
}

@font-face {
	font-family: "Microsoft JhengHei";
	font-weight: 700;
	font-style: normal;
}

.menu li:contains("Airside") {
  display: none !im;
}

.menu li a[href*="#air"] {
  display: none !imp;
}
.som {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px; /* 图片间距 */
  align-items: center; /* 垂直居中 */
}

.som li {
  margin: 0;
  padding: 0;
}

.som a {
  display: block;
  transition: transform 0.3s ease; /* 添加悬停效果 */
}

.som a:hover {
  transform: scale(1.1); /* 悬停时轻微放大 */
}

.som img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}


/* ===== 基础样式重置 ===== */
img[src*="tamiya.hk/image/data"] {
    display: none !important;
}

body {
    font-family: "Microsoft JhengHei", "微软正黑体", arial, sans-serif !important;
}

/* ===== 侧边栏样式 ===== */
.wd-sidebar .widget-area {
    width: 400px;
}

/* ===== 产品页面样式 ===== */
/* 价格样式 */
td.woocommerce-grouped-product-list-item__price.product-price > div > del > span {
    font-size: 16px !important;
    color: grey !important;
    display: block;
}

/* 感谢页面 */
.woocommerce-thankyou-order-details .woocommerce-order-overview__total {
    display: none;
}

/* 网格项高度 */
.newpos .vc_gitem-zone-a {
    height: 250px !important;
}

.newpos .vc_gitem-zone-c {
    max-height: 100px !important;
}

/* 登录表单 */
.woocommerce-form-login-toggle {
    display: none !important;
}

/* 产品信息栏 */
.singleproductbar {
    max-width: 1560px;
    margin: 0 auto 0 !important;
    padding: 10px;
    display: flex;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    display: none !important;
}

.singleproductbar img {
    margin-right: 5px;
}

.singleproductbar div {
    font-weight: 600;
    padding: 5px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 5px;
}

.shippingicon {
    margin-right: 30px;
    color: #000;
}

/* 添加到购物车按钮 */
.single_add_to_cart_button {
    font-size: 22px;
    padding: 20px 60px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 3px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #fb8f2e 0%, #f38827 51%, #f2801a 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.single_add_to_cart_button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.single_add_to_cart_button:active {
    transform: scale(0.95);
}

.single_add_to_cart_button::before {
    content: url('https://tamiya.hk/wp-content/uploads/2022/09/complete.png');
}

/* 缺货样式 */
.single-product-content .summary-inner .out-of-stock {
    max-width: 150px;
    font-size: 22px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #d72021;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background: #FFF;
    border: solid 2px #d72021;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.single-product-content .in-stock {
    display: none !important;
}

/* ===== 注册表单样式 ===== */
.wlrp-reg-btn {
    visibility: hidden;
}

label[for="#reg_password"]:after {
    content: '不能少於三個字符';
}

/* ===== 面包屑导航 ===== */
.woodmart-woo-breadcrumbs {
    margin: 0;
    padding: 0;
    border: none !important;
}

.wd-breadcrumbs {
    display: block !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

/* 滚动条样式 */
.wd-breadcrumbs::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.wd-breadcrumbs::-webkit-scrollbar-track {
    background: #ccc;
}

.wd-breadcrumbs::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 1px;
}

.shop-loop-head {
    height: 20px;
}

.shop-loop-head .breadcrumb-last {
    font-size: 12px !important;
}

.woocommerce-breadcrumb {
    display: block !important;
}

.woocommerce-breadcrumb a {
    font-size: 12px;
}

/* ===== 响应式头部 ===== */
@media screen and (max-width: 1500px) {
    .whb-header-bottom {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-color: #106ebe #CCC;
        scrollbar-width: 5px;
        scrollbar-height: 5px;
    }

    .whb-header-bottom::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .whb-header-bottom::-webkit-scrollbar-track {
        background: #ccc;
    }

    .whb-header-bottom::-webkit-scrollbar-thumb {
        background-color: #106ebe;
        border-radius: 1px;
    }
}

/* ===== 产品标签页 ===== */
#tab-additional_information {
    border: solid 1px #CCC;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}

#tab-additional_information .woocommerce-product-attributes tr {
    justify-content: left;
}

.single-product-content .product_meta {
    display: flex;
}

/* ===== 滑动菜单 ===== */
.scroll-toggle {
    align-items: center;
    background-color: var(--light);
    border: 2px solid var(--dark);
    display: flex;
    max-width: 100%;
    justify-content: center;
    width: 100%;
}

.scroll-toggle__button {
    appearance: none;
    margin-bottom: 40px;
    padding: 0;
    position: relative;
    transition: all 0.1s ease;
}

.scroll-toggle__list {
    border-left: 2px solid var(--dark);
    border-right: 2px solid var(--dark);
    margin-top: -20px;
    display: flex;
    flex: 1 1 auto;
    overflow-x: scroll;
}

.scroll-toggle__list::-webkit-scrollbar {
    height: 5px;
}

.scroll-toggle__list::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    width: 1px;
}

.scroll-toggle__list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #d5d5d5;
}

.scroll-toggle__list-item {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex: 0 0 auto;
    border: solid 1px #cfd9e0;
    color: #384856;
    margin: 10px 10px 10px 0;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    width: 15%;
    font-weight: 700;
}

.scroll-toggle__list-item:hover {
    background: #222;
    color: #FFF;
}

/* ===== 下拉菜单 ===== */
.dropdown {
    margin: 0px auto;
    width: 100%;
}

.dropdown h1 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: inline-block;
    padding: 10px;
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    border: 5px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s linear 0s;
}

.dropdown h1:before {
    content: url('https://tamiya.hk/wp-content/uploads/2022/08/down-arrow-3.png');
    margin-top: -2px;
    margin-right: 10px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.dropdown ul {
    display: block;
    position: relative;
    list-style: none;
}

.dropdown li {
    padding: 0px 10px;
    margin: 0;
    background: #FFF;
    color: #888888;
    text-align: left;
    width: 100%;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition-property: all, background-color;
    transition-duration: 0.2s, 0.4s;
}

.dropdown:hover li {
    padding: 10px;
    border-top: 1px #ebebeb solid;
    height: auto;
    overflow: auto;
    opacity: 1;
}

/* ===== 结账页面样式 ===== */
.checkout .woocommerce-billing-fields {
    background: #f1f1f1;
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 5px;
    border: solid 2px #eaebeb;
}

.checkout .woocommerce-billing-fields input, textarea {
    background: #FFF !important;
}

/* 支付方式图标 */
#payment_method_stripe_cc::after {
    content: url(/wp-content/uploads/2022/10/creditcard.png);
    margin-top: -15px;
    position: absolute;
}

#payment_method_bacs::after {
    content: url(/wp-content/uploads/2022/04/banktransfer2.png);
    margin-top: -15px;
    position: absolute;
}

#payment_method_acbop::after {
    content: url(/wp-content/uploads/2022/04/alipayhk2.png);
    margin-top: -15px;
    position: absolute;
}

label[for=payment_method_stripe_cc],
label[for=payment_method_bacs],
label[for=payment_method_acbop] {
    text-indent: -9999px !important;
    display: block !important;
}

/* ===== 侧边导航菜单 ===== */
.sidenav {
    height: 100%;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
    background: #000;
}

.sidenav::-webkit-scrollbar {
    width: 1px;
}

.opbg {
    height: 100%;
    position: fixed;
    z-index: 400;
    top: 0;
    right: 0;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.7);
}

/* 菜单项 */
.menubox {
    top: 0;
    left: 0;
    height: 100% important;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    z-index: 10;
    overflow: hidden;
}

.menubox > div {
    display: block;
    height: 7.5em;
    width: 9.5em;
    text-align: center;
    color: #262626;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 0.1s ease-in-out;
    padding-top: 1.5em;
    text-decoration: none;
    cursor: pointer;
}

.menucontent {
    background: #262626;
    z-index: 50;
    box-shadow: 2px 0 18px rgba(0, 0, 0, 0.26);
}

.closeb {
    font-size: 16px;
    text-align: right;
    color: #FFF !important;
    padding: 10px;
    cursor: pointer;
}

/* 分类项目 */
.catitem {
    display: flex;
    flex-wrap: wrap !important;
    overflow: hidden;
}

.catitem a {
    font-size: 13px;
    text-align: center;
    color: #FFF;
    flex-grow: 1;
    text-decoration: none;
    padding: 20px 5px;
    border-bottom: solid 1px #363636;
    border-right: solid 1px #363636;
    overflow: hidden;
    width: calc(33.3% - 1px);
}

.catitem a img {
    width: 50px;
}

.cattitle {
    border-bottom: solid 1px #363636;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background-image: url("https://tamiya.cn/wp-content/uploads/2019/04/www.tamiya.com681bgdotheader.gif");
}

.cattitle ul {
    padding: 0 !important;
    margin: 0 !important;
}

.cattitle li {
    list-style: none;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.cattitle a {
    color: #FFF !important;
    text-decoration: none;
    font-weight: 500;
}

/* ===== 隐藏元素 ===== */
.single-post-navigation,
.otgs-development-site-front-end,
.wpb_raw_code,
.clickcoupon,
.cart_totals .cart-discount,
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"],
#customer_details h3,
#review_form_wrapper>#review_form>p,
#custom_html-3,
.yith-wcwl-wishlistexistsbrowse,
#page-title,
#shopping-cart-widget-footer,
#shopping-cart-widget-body,
.widget_shopping_cart_content,
.woodmart-products-per-page,
.woodmart-filter-buttons,
#WOODMART_Widget_Sorting,
#WOODMART_Widget_Price_Filter,
.filters-area,
.woocommerce-ordering {
    display: none !important;
}

/* ===== 页脚样式 ===== */
.footer-widget {
    display: block;
}

.footer-column-2,
.footer-column-3,
.footer-column-4 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.footer-widget > .widget-title {
    cursor: pointer;
}@media (min-width: 1025px) {
	/*
@media screen and (min-width:1900px){ 
	
	.whb-col-right{display:flex !important}
	
}

 .whb-col-right{display:none}

*/

.advbut{display:none !important}
.postgrid{height:200px !important}

.preicon{position: absolute;height:68px !important;width:68px !important;top:10px;right:10px;}



.cc2,.catitem div{font-size:15px !important;text-shadow: -1px -1px 3px #020202, 
      2px 2px 4px #1b1b1b;font-weight:700 !important}


.ultimate-layouts-picture{height:210px;overflow:hidden}



.product-grid-item .product-title {
	 
	 height:50px;
	text-overflow: ellipsis !important;
	
	
}

.singleproductbar{display:flex}

.sidenav {
    width: 50%
}

.opbg{
    width: 50%
}

body .woodmart-woocommerce-layered-nav .swatches-display-double li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 50%;
    max-width: 50%;
}

.woocommerce-page:not(.single-product) .shop-content-area {

	left: 0%;
	min-width:76%;
	width:76%;

}

.woocommerce-page .sidebar-container {
	width: 22%;
	right: 0%;
	max-width:22%;
}



.footer-column-1{display:block}



.post-img-wrapp{height:250px !important;overflow:hidden;object-fit: cover}
.post-img-wrapp img {    object-fit: cover;height: 250px;}



}

@media (min-width: 768px) and (max-width: 1024px) {
	.preicon{position: absolute;height:58px !important;width:58px !important;top:10px;right:10px;}

.cc2,.catitem div{font-size:14px !important;text-shadow: -1px -1px 3px #020202, 
      2px 2px 4px #1b1b1b;font-weight:700 !important}

.singleproductbar{display:flex}

.scroll-toggle__list-item {
	 width:20%;
}


/* checkout  start */
.woocommerce-Tabs-panel--additional_information{display:block !important}
.woodmart-accordion-title:after{content: none !important}
.tab-title-description:after{content: none;}

.woocommerce-checkout-review-order .woocommerce-shipping-methods label{ 
	width:100px;}

.woocommerce-checkout-review-order  .woocommerce-shipping-methods li{
    width: 100px;
}


/* update checkout shipping method */

.woocommerce-checkout-review-order .shipping {


width: 400px;

}
.cart_totals .woocommerce-shipping-methods label{ 
width:100%;
height:143px;
border:solid 3px  #efefef;
text-indent:-9999px;
background-repeat:no-repeat;
background-position: center center;
display:flex;
cursor: pointer;
}

.cart_totals  .woocommerce-shipping-methods input[type="radio"] {
    display: none;
}

.cart_totals label[for=shipping_method_0_betrs_shipping11-1],
.cart_totals label[for=shipping_method_0_betrs_shipping4-2],
.cart_totals label[for=shipping_method_0_flat_rate12],
.cart_totals label[for=shipping_method_0_free_shipping10]
{
   background-image: url("/wp-content/uploads/2022/04/home-delivery2.png");
}

.cart_totals label[for=shipping_method_0_local_pickup6]{
    background-image: url("/wp-content/uploads/2022/04/sf-pickup2.png");
}

.cart_totals label[for=shipping_method_0_local_pickup7]{
   background-image: url("/wp-content/uploads/2022/04/clickcollect2.png");
  
}


.cart_totals  .woocommerce-shipping-methods input[type="radio"]:checked + label {
    border:solid 3px  #007e90;
   
}

.cart_totals  .woocommerce-shipping-methods li{
    width: 32%;
    height: 143px;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 900;

}


/* checkout end */



.woocommerce-Tabs-panel--additional_information{display:block !important}
.woodmart-accordion-title:after{content: none !important}

.meicon{display:none}

.product-grid-item .product-title {
	 
	 height:50px;
	text-overflow: ellipsis !important;

}

.ultimate-layouts-picture{height:200px;overflow:hidden}


#tab-description{display:block !important}
.tabs-layout-tabs{display:block !important}
.paym{display:none}

.sidenav {
    width: 70%
}
.opbg{
    width: 30%
}

body .woodmart-woocommerce-layered-nav .swatches-display-double li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 50%;
    max-width: 50%;
}

.woocommerce-page:not(.single-product) .shop-content-area {
	width: 70%;
	left: 0%;
}

.woocommerce-page .sidebar-container {
	width: 70%;
	right: 0%;
}


.footer-column-1{display:block}


.post-img-wrapp{height:200px !important;overflow:hidden;object-fit: cover}
.post-img-wrapp img {    object-fit: cover;height: 150px;}

}

@media (min-width: 577px) and (max-width: 767px) {
	.preicon{position: absolute;height:52px !important;width:52px !important;top:10px;right:10px;}

.cc2,.catitem div{font-size:13px !important;text-shadow: -1px -1px 3px #020202, 
      2px 2px 4px #1b1b1b;font-weight:700 !important}

.singleproductbar{display:none}

.scroll-toggle__list-item {
	 width:25%;
}


/* checkout start */
.woocommerce-Tabs-panel--additional_information{display:block !important}
.woodmart-accordion-title:after{content: none !important}
.tab-title-description:after{content: none;}

/*update checkout shipping method */

.woocommerce-checkout-review-order .woocommerce-shipping-methods label{ 
	width:100px;}

.woocommerce-checkout-review-order  .woocommerce-shipping-methods li{
    width: 100px;
}

/* update checkout shipping method */


.woocommerce-checkout-review-order .shipping {


width: 400px;

}
.cart_totals .woocommerce-shipping-methods label{ 
width:100%;
height:143px;
border:solid 3px  #efefef;
text-indent:-9999px;
background-repeat:no-repeat;
background-position: center center;
display:flex;
cursor: pointer;
}

.cart_totals  .woocommerce-shipping-methods input[type="radio"] {
    display: none;
}

.cart_totals label[for=shipping_method_0_betrs_shipping11-1],
.cart_totals label[for=shipping_method_0_betrs_shipping4-2],
.cart_totals label[for=shipping_method_0_flat_rate12],
.cart_totals label[for=shipping_method_0_free_shipping10]
{
   background-image: url("/wp-content/uploads/2022/04/home-delivery2.png");
}

.cart_totals label[for=shipping_method_0_local_pickup6]{
    background-image: url("/wp-content/uploads/2022/04/sf-pickup2.png");
}

.cart_totals label[for=shipping_method_0_local_pickup7]{
   background-image: url("/wp-content/uploads/2022/04/clickcollect2.png");
  
}


.cart_totals  .woocommerce-shipping-methods input[type="radio"]:checked + label {
    border:solid 3px  #007e90;
   
}

.cart_totals  .woocommerce-shipping-methods li{
    width: 32%;
    height: 143px;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 900;

}


/*chekout end*/


.woocommerce-Tabs-panel--additional_information{display:block !important}
.woodmart-accordion-title:after{content: none !important}

.som{max-width:300px;margin:0 auto 20px auto}
.meicon{display:none}

.ultimate-layouts-picture{height:120px;overflow:hidden}

#tab-description{display:block !important}
.tabs-layout-tabs{display:block !important}


.paym{background:#FFF;margin:10px auto;max-width:100%;border:solid 2px #CCC}
.paym img{max-width:200px}
.som{max-width:300px;margin:0 auto 20px auto}
.footer-column-2 .widget_text>.textwidget{display:none}
.footer-column-3 .widget_text>.textwidget{display:none}
.footer-column-4 .widget_text>.textwidget{display:none}
.footer-column-5{display:none}
.footer-column-2 .widget-title,.footer-column-3 .widget-title,.footer-column-4 .widget-title{border:solid 1px #FFF;padding:10px}


.sidenav {
    width: 80%
}

.opbg{
    width: 50%
}

body .woodmart-woocommerce-layered-nav .swatches-display-double li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 50%;
    max-width: 50%;
}

.woocommerce-page:not(.single-product) .shop-content-area {
	width: 50%;
	left: 0%;
}

.woocommerce-page .sidebar-container {
	width: 50%;
	right: 0%;
}


.sidenav {
    width: 80%
}

.opbg{
    width: 20%
}

body .woodmart-woocommerce-layered-nav .swatches-display-double li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 50%;
    max-width: 50%;
}

.woocommerce-page:not(.single-product) .shop-content-area {
	width: 80%;
	left: 0%;
}

.woocommerce-page .sidebar-container {
	width: 80%;
	right: 0%;
}


.footer-column-1{display:none}


.post-img-wrapp{height:150px !important;overflow:hidden;object-fit: cover}
.post-img-wrapp img {    object-fit: cover;height: 150px;}

#highlightblog .post-img-wrapp img {height:250px !important}
#highlightblog .post-img-wrapp{height:250px !important}
#bloglist  .wd-post-inner {flex-direction:row} 


}

@media (max-width: 576px) {
	.preicon{position: absolute;height:48px !important;width:48px !important;top:10px;right:10px;}
.whb-mobile-right>div{margin:0 !important;padding:0 !important;margin-right:10px !important} 
.whb-mobile-right>div>a{margin:0 !important;padding:0 !important} 
.whb-mobile-right img{width:16px !important} 
.openb {font-size:20px !important}


.cc2,.catitem div{font-size:13px !important;text-shadow: -1px -1px 3px #020202, 
      2px 2px 4px #1b1b1b;font-weight:700 !important}

.singleproductbar{display:none}

.scroll-toggle__list-item {
	 width:25%;
}

/* checkout start */
.woocommerce-Tabs-panel--additional_information{display:block !important}
.woodmart-accordion-title:after{content: none !important}
.tab-title-description:after{content: none;}



/*update checkout shipping method */

.woocommerce-checkout-review-order .woocommerce-shipping-methods label{ 
	width:100px;}

.woocommerce-checkout-review-order  .woocommerce-shipping-methods li{
    width: 100px;
}

/* update checkout shipping method */


.woocommerce-checkout-review-order .shipping {


width: 400px;

}
.cart_totals .woocommerce-shipping-methods label{ 
width:100%;
height:143px;
border:solid 3px  #efefef;
text-indent:-9999px;
background-repeat:no-repeat;
background-position: center center;
display:flex;
cursor: pointer;
}

.cart_totals  .woocommerce-shipping-methods input[type="radio"] {
    display: none;
}


.cart_totals label[for=shipping_method_0_betrs_shipping11-1],
.cart_totals label[for=shipping_method_0_betrs_shipping4-2],
.cart_totals label[for=shipping_method_0_flat_rate12],
.cart_totals label[for=shipping_method_0_free_shipping10]
{
   background-image: url("/wp-content/uploads/2022/04/home-delivery2.png");
}

.cart_totals label[for=shipping_method_0_local_pickup6]{
    background-image: url("/wp-content/uploads/2022/04/sf-pickup2.png");
}

.cart_totals label[for=shipping_method_0_local_pickup7]{
   background-image: url("/wp-content/uploads/2022/04/clickcollect2.png");
  
}


.cart_totals  .woocommerce-shipping-methods input[type="radio"]:checked + label {
    border:solid 3px  #007e90;
   
}

.cart_totals  .woocommerce-shipping-methods li{
    width: 32%;
    height: 143px;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 900;

}  




/* checkout end*/

.woocommerce-Tabs-panel--additional_information{display:block !important}
.woodmart-accordion-title:after{content: none !important}

.cattitle li img{ max-height:32px}
.paym{background:#FFF;margin:10px auto;max-width:100%;border:solid 2px #CCC}
.paym img{max-width:200px}
.som{max-width:300px;margin:0 auto 20px auto}
.footer-column-2 .widget_text>.textwidget{display:none}
.footer-column-3 .widget_text>.textwidget{display:none}
.footer-column-4 .widget_text>.textwidget{display:none}
.footer-column-5{display:none}
.footer-column-2 .widget-title,.footer-column-3 .widget-title,.footer-column-4 .widget-title{border:solid 1px #FFF;padding:10px}





.meicon{display:none}
.woodmart-shop-tools{padding:10px 10px  2px 0 !important}

.woodmart-blog-holder .blog-post-loop {
-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}



.ultimate-layouts-picture{height:100px;overflow:hidden}

.tabs-layout-tabs{display:block !important}
#tab-description{display:block !important}




body .woodmart-woocommerce-layered-nav .swatches-display-double li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 50%;
    max-width: 50%;
}

.woocommerce-page:not(.single-product) .shop-content-area {
	width: 70%;
	left: 0%;
}

.woocommerce-page .sidebar-container {
	width: 70%;
	right: 0%;
}


.sidenav {
    width: 95%
}

.opbg{
    width: 0%

}

body .woodmart-woocommerce-layered-nav .swatches-display-double li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 50%;
    max-width: 50%;
}

.woocommerce-page:not(.single-product) .shop-content-area {
	width: 90%;
	left: 0%;
}

.woocommerce-page .sidebar-container {
	width: 90%;
	right: 0%;
}




.cattitle{margin:0 auto;padding:0}


.footer-column-1{display:none}




/* menu box */

.menubox>div{

  width: 6.5em;
	height: 6.5em;
 
}

.post-img-wrapp{height:100px !important;overflow:hidden;object-fit: cover}
.post-img-wrapp img {height: 100px;object-fit: cover}

.post-date{display:none !important}
/*
#highlightblog .post-img-wrapp img {height:250px !important}
#highlightblog .post-img-wrapp{height:250px !important}
*/

#bloglist .wd-post-inner {flex-direction:row !important} 


}

