/*
Theme Name: Betheme Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

div#form-u-bd {
    padding: 0;
}


/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.h-faq .tab {
    margin-right: 25px;
}
.h-faq .tab-panels {
    padding-top: 3em;
}
.portfolio-summary.entry-summary.pb{
	display:none;
}
#js-Geometry table tbody tr:nth-child(1) td, #js-Geometry table tbody tr td:nth-child(1) {
  background-color: #fafafa;
}
.j-hide .large-2:nth-child(6) {
    padding: 0 10px 30px 40px;
}
.pd-dec {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.h-bd1-box{
    margin-bottom: -50px;
}
#woocommerce_product_categories-2 span.widget-title, .pd-list-box h2{
  font-size: 18px;
}
#woocommerce_product_categories-2{
  margin-top: 8px;
}
    
.nav-line-bottom>li.html_topbar_left:hover>a:before {
  opacity: 0;
}
html .formcraft-css .fc-form .form-page-content .form-element-type-heading:first-child .heading-cover {
  padding-bottom: 0;
}
#omnisend-forms-container input[type=email], #omnisend-forms-container button[type="submit"] {
  padding: 8px !important;
}
#omnisend-forms-container a[aria-label='Omnisend website'] {
  display: none;
}
#js-Geometry table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 13px Arial, sans-serif;
  overflow: hidden !important;
  border-radius: 0;
}
#js-Geometry table tbody {
  border: solid 1px #fafafa;
}
#js-Geometry table thead th {
  background-color: #fafafa;
  border: solid 1px #fafafa;
  color: #336B6B;
  padding: 10px;
  text-align: left;
}
#js-Geometry table tbody td {
  border: solid 1px #fafafa;
  color: #333;
  padding: 10px;
}
#js-Geometry table tbody td:hover {
  color: #fff !important;
  background-color: #333 !important;
}
#js-Geometry tbody td, #js-Geometry thead th {
  position: relative;
}
#js-Geometry tbody td:hover::before {
  background-color: #fafafa;
  content:'\00a0';
  height: 100%;
  left: -5000px;
  position: absolute;
  top: 0;
  width: 10000px;
  z-index: -1;
}
#js-Geometry tbody td:hover::after {
  background-color: #fafafa;
  content:'\00a0';
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
}
.category-page-row .section {
  padding: 0;
}
.text-shadow-2 {
  text-shadow: none;
}
p {
  margin-bottom: 0.3em;
}
.back-to-top.active {
  bottom: 125px;
}
.dec .term-description p {
  font-size: 1rem;
}
.dec {
  display: flex;
  padding-bottom: 10px;
  margin-right: 10px;
}
.accordion .accordion-title {
  margin: 0 .5%;
}
.dec .term-description {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  position: relative;
  line-height: 1.5;
  max-height: 1.35em;
  transition: .3s max-height;
}
.dec .term-description::before {
  content:'';
  height: calc(100% - 26px);
  float: right;
}
.dec .term-description::after {
  content:'';
  width: 999vw;
  height: 999vw;
  position: absolute;
  box-shadow: inset calc(100px - 999vw) calc(30px - 999vw) 0 0 #fff;
  margin-left: -100px;
}
.dec .decbtn {
  position: relative;
  float: right;
  margin-top: 5px;
  clear: both;
  margin-left: 20px;
  font-size: 16px;
  padding: 0 2px;
  line-height: 24px;
  border-radius: 4px;
  cursor: pointer;
  /* margin-top: -30px; */
}
.decbtn::after {
  content:'More'
}
.dec .exp {
  display: none;
}
.dec .exp:checked + div {
  max-height: none;
}
.dec .exp:checked+.term-description::after {
  visibility: hidden;
}
.dec .exp:checked~.decbtn::before {
  visibility: hidden;
}
.dec .exp:checked~.decbtn::after {
  content:'Collapse';
  position: relative;
  bottom: -90%;
}
.decbtn::before {
  content:'...';
  position: absolute;
  left: -5px;
  color: #333;
  transform: translateX(-100%)
}
.page-id-3875 #main ul {
  display: flex;
  flex-wrap: wrap;
}
.page-id-3875 #main ul li {
  list-style: none;
  margin-left: 0;
  width: 100%;
  justify-content: space-between;
  display: flex;
  border-bottom: 1px solid #eaeaea;
  padding: 3px 0;
  margin-bottom: 0;
  max-width: 230px;
}
.page-id-3875 #main ul li i {
  padding-top: 3px;
}
.page-id-3875 #main ul li:nth-child(1) {
  border-top: 1px solid #eaeaea;
}
.u-menu-cusom .rims-show {
  display: none;
}
#menu-item-1768 .rims-show {
  display: block;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  line-height: 16px;
}
#menu-item-1768 .j-rims-others .rims-show {
  display: none;
}
#menu-item-2358 .supbox {
  padding: 5px;
  /*border-right: 1px solid #e0e0e0;*/
}
#menu-item-2358 .supbox i {
  margin-top: 3px;
}
#menu-item-2358 .supbox h4 {
  font-size: 1em;
}
#menu-item-2358 .supbox h4 {
  isplay: flex;
  justify-content: space-between;
  vertical-align: middle;
  padding-top: 5px;
  margin-bottom: 0;
  padding-right: 10px;
}
.flickity-prev-next-button, .flickity-prev-next-button {
  color: #333;
  opacity: 1;
  z-index: 9;
}
.flickity-prev-next-button svg {
  border: 2px solid #333;
}
.flickity-prev-next-button.previous {
  left: 6%;
}
.flickity-prev-next-button.next {
  right: 6%;
}
.page-id-49 .flickity-prev-next-button, .page-id-49 .flickity-prev-next-button {
  color: #db0b0b;
  opacity: 1;
  z-index: 9;
}
.page-id-49 .flickity-prev-next-button.previous {
  left: 6%;
}
.page-id-49 .flickity-prev-next-button.next {
  right: 6%;
}
.page-id-49 .flickity-prev-next-button svg {
  border: 2px solid #db0b0b;
}
.woocommerce-page .term-description {
  padding-left: 10px;
  padding-bottom: 20px;
}
td, td span, td p, td p span, td span p {
  font-size: .9rem !important;
  font-family:"Montserrat", sans-serif !important;
}
.product-short-description p, .product-short-description span, .product-short-description p span {
  font-size: 1rem !important;
  font-family:"Montserrat", sans-serif !important;
}
.u-menu-cusom {
  display: flex;
  flex-wrap: wrap;
}
.u-menu-cusom.u-sp-menu > ul {
  width: 23% !important;
  margin: 0 1%;
}
.u-menu-cusom.u-sp-menu li li {
  border-top: 1px solid #eaeaea;
  padding: 3px 0;
  justify-content: space-between;
}
.u-menu-cusom.u-sp-menu li li:last-child {
  border-bottom: 1px solid #eaeaea;
}
.u-menu-cusom.u-sp-menu li li i {
  float: right;
  top: 8px;
}
.u-menu-cusom.u-sp-menu {
  width: 80%;
  margin: 0 auto;
}
.u-menu-cusom4 {
  margin-top: 20px;
}
.u-menu-cusom > ul {
  flex: none;
  width: 20% !important;
}
.nav > li > a {
  cursor: pointer;
}
.u-menu-cusom .j-hide {
  display: none;
}
.u-menu-cusom .large-10.j-hide:nth-child(2) {
  display: block;
}
.u-menu-cusom .u-nav-list {
  border-right: 1px solid #eaeaea;
  /*background-color: #e1e1e1;*/
  min-height: 215px;
}
.u-menu-cusom .u-nav-list li {
  padding-left: 10px !important;
  padding-top: 3px;
}
.u-nav-list #u-list-active {
  background-color: #fe0000;
}
.u-nav-list #u-list-active a {
  color:#fff !important;
}
.u-nav-list ul {
  margin-right: 10px !important;
}
.j-hide .large-2:first-child {
  max-width:20%;
  flex-basis: 20%;
  padding: 0 10px 30px 40px;
}
.j-hide .large-2:nth-child(6) {
  padding: 0 10px 30px 40px;
}
.j-hide.j-frames-roadgravel .large-2:first-child {
  max-width:30%;
  flex-basis: 30%;
}
.j-hide.j-frames-roadgravel .large-2 {
  max-width:30%;
  flex-basis: 30%;
}
.j-hide .large-2 {
  max-width:20%;
  flex-basis: 20%;
  padding: 0 10px 30px;
}
.u-menu-cusom .u-nav-list li:hover {
  background-color: #fe0000;
}
.u-menu-cusom .u-nav-list li a {
  color:#333;
}
.u-menu-cusom .u-nav-list li:hover a {
  color:#fff;
}
.u-menu-cusom li {
  margin-left: 0 !important;
}
.u-menu-cusom li a {
  display: inline-block;
  padding: 5px 0;
  color:#333;
}
.u-menu-cusom .j-hide .menu-item {
  padding: 0.6em 0;
  border-top: 1px solid #eaeaea;
  justify-content: space-between;
}
.u-menu-cusom .j-hide .menu-item:nth-last-child(1) {
  border-bottom: 1px solid #eaeaea;
}
.j-hide .menu-item a {
  font-size: 90%;
  font-weight: 500;
}
.u-menu-cusom h4 {
  font-size: 1.1em;
  font-weight: 600;
}
#menu-item-1767 .u-menu-cusom > ul {
  width: 16.6% !important;
}
#js-boxmail {
  display: none;
  padding: 0;
}
.fancybox-button svg {
  color: #fff;
}
.mfp-container {
  background: rgba(0, 0, 0, .7);
}
.stuck .hide-for-sticky {
  display: block;
}
#top-bar.header-top {
  margin-bottom: -25px;
  padding-right: 55px;
}
.top-bar-nav li:hover a {
  color:#db0b0b !important;
}
.top-bar-nav li:hover li a {
  color:#333 !important;
}
.top-bar-nav li li:hover a {
  color:#db0b0b !important;
}
.shop-page-title.featured-title .title-bg {
  background-size: contain !important;
  transform: none !important;
  height: 300px !important;
}
.header-top {
  background-color: #fff !important;
}
.top-bar-nav li a {
}
.top-bar-nav li a {
  color: #333 !important;
  font-weight: 500 !important;
}
.top-bar-nav li ul a {
  color: #333 !important;
}
/* rim-material-development */
 .rmd-2 table tr:nth-child(1) {
  border-bottom: 1px solid #333;
}
.rmd-2 table tr:nth-child(1) td {
  font-weight: 500;
}
.rmd-2 table th, .rmd-2 table td {
  color: #333;
  font-size: 1em;
}
.rmd-4 p {
  margin-bottom: 5px;
  line-height: 24px;
}
/* testing page */
 .section.qcts .col.post-item {
  padding: 0 15px 0;
}
.section.qcts .row-large>.col {
  padding: 0 30px 0;
}
/* product detail */
 .product-section th, .product-section td {
  line-height: 1.5;
  font-size: .9rem;
}
.product-section th strong, .product-section td strong {
  line-height: 1;
  font-size: .8rem;
}
.product-section th, .product-section td {
  width: 50%;
}
/* 产品侧边栏导航样式修改  */
/* .woocommerce-page .widget {*/
/*  width: 16%;*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  padding-right: 15px !important;*/
/*  padding-bottom: 0!important;*/
/*}*/
#header .menu-item-design-full-width .nav-dropdown {
  z-index: 99 !important;
}
.menu-item-design-full-width .nav-dropdown {
  padding: 20px;
  min-height: 300px;
  background-color: #fafafa;
  border-top: 1px solid #eaeaea;
}
.pd-filter .widget-title {
  color:#fff;
  cursor: pointer;
}
.pd-filter .widget-title:hover {
  color:#FE0000;
}
/*.woocommerce-page #main .row .pd-filter {*/
/*  position: sticky!important;*/
/*  top: 70px;*/
/*  background-color: #333;*/
/*  padding-bottom: 0;*/
/*  z-index: 9;*/
  /*border-bottom: 1px solid #eaeaea;*/
  /*border-top: 1px solid #eaeaea;*/
/*  margin-bottom: 50px;*/
/*}*/
/*.woocommerce-page #main .row, .woocommerce-page #main .row {*/
/*  max-width: 100%;*/
/*  margin: 0 auto;*/
/*}*/
/*.woocommerce-page.term-rims #main .row .widget, .woocommerce-page.term-wheels #main .row .widget {*/
/*  width: 14.2%;*/
/*  padding-bottom: 0;*/
/*  text-align: center;*/
/*}*/
/*.widget .is-divider {*/
/*  margin: 5px auto;*/
/*  background-color: inherit;*/
/*}*/
/*.woocommerce-page.term-rims .row-small .product-small.col, .woocommerce-page.term-wheels .row-small .product-small.col {*/
/*  width: 25%;*/
/*  flex-basis: 25%;*/
/*}*/
/*.woocommerce-page .widget ul {*/
/*  display: none !important;*/
/*}*/
/*.woocommerce-page .widget:hover ul {*/
/*  position: absolute;*/
/*  display: block !important;*/
/*  width: 100%;*/
/*  background-color: #eaeaea;*/
/*  z-index: 9;*/
/*  padding: 15px;*/
/*}*/
/*.woocommerce-page .widget ul li:hover a {*/
/*  color:#FE0000;*/
/*}*/
.products .p-tt {
  margin: 0 auto;
  margin-bottom: 30px !important;
}
.products .p-tt h2 {
  padding-left: 10px;
}
/* 产品侧边栏导航样式修改结束  */

/* 临时隐藏 */
 .product_cat-framesets #js-Quality_Control, .product_cat-framesets #js-Testings {
  display: none;
}
/*slider*/
 .product-gallery-wide {
  position: relative;
  padding-top: 20px;
}
.slider-nav-light .flickity-page-dots .dot {
  border-color: #414141;
}
.flickity-page-dots .dot {
  border: 2px solid #FE0000;
}
.page-test3 h4 {
  text-transform: uppercase;
  font-size: 1.6rem;
}
.menu-item-has-block .nav-dropdown .row {
  margin: 0 auto;
}
/*首页*/
 .h-bd1 {
  background-color: #fff!important;
}
.h-bd1 .bg-fill {
  background-size: inherit !important;
  background-position: left top;
}
.h-bd2 {
  background-color: #fff!important;
}
.h-bd2 .bg-fill {
  background-size: inherit !important;
  background-position: left top;
}
.h-bd3 {
  margin-top: -200px;
  background-color: #fff!important;
}
.h-bd3 .col.medium-4.small-12.large-4 .col-inner {
  top: -50px;
}
.h-bd3 .bg-fill {
  background-size: inherit !important;
  background-position: left top;
}
.h-bd4 {
  padding-top: 0 !important;
  background-color: #fff!important;
}
.h-bd4 .col, .h-bd4 .col .col-inner {
  padding: 0 !important;
}
.h-bd4 .h-bd4-bg2 {
  background-color: #eef2f4;
  padding-top: 80px !important;
}
.h-bd4 .h-bd4-bg2 img {
  padding-bottom: 20px;
}
.h-bd4-bg1.col {
  padding: 50px !important;
  background-color: #fe0000;
}
.h-bd4-bg1 {
  max-height: 490px;
}
.h-bd4-bg1 h2 {
  padding-bottom: 25px;
}
.h-bd4-bg1 span, .h-bd4-bg1 li {
  color: #fff;
}
.h-bd4-bg1 li {
  list-style: none;
  margin-left: 0 !important;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
}
.h-bd4-bg2 {
  margin-top: 15%;
}
.h-bd4-bg2 h2 {
  font-size: 1.2em;
  margin: 0 auto;
  width: 80%;
}
.h-bd4-bg3 {
  margin-top: 7.5%;
}
.is-border {
  border-width: 0 !important;
}
.h-bd2-icon {
  position: relative;
  top: 100%;
  transform: translate(10%, -30%);
}
/*首页结束*/

/*产品*/
 .product-page-sections .gallery-item, .columns {
  padding: 0 15px 0;
}
.product-page-sections .text-box {
  font-size: 14px;
}
.product-page-sections .button {
  font-size: 12px;
}
.is-divider {
  background-color: #FE0000;
}
.product-short-description p {
  margin-bottom: 0;
  font-size: 1rem;
  color: #000;
}
#fixed-content .pactivt span {
  color: #fe0000;
  font-weight: 600;
}
#fixed-content div span {
  cursor: pointer;
}
.product-info .box-excerpt {
  font-size: 1em;
}
span.widget-title {
  font-weight: 500;
}
.box-image-custom {
  padding: 0 20px 20px 20px;
}
.has-equal-box-heights .box-image img {
  object-fit: contain;
}
.tax-product_cat .page-title-inner {
  min-height: 300px;
}
.tax-product_cat .page-title-inner .breadcrumbs {
  font-size: 2rem;
}
.tax-product_cat #main {
  background-color: #f8f8f8;
}
.single-product .page-title-inner {
  min-height: auto;
  padding: 0;
}
.single-product .page-title-inner .breadcrumbs {
  font-size: 0.8rem;
  padding-left: 1rem;
  font-weight: normal;
}
.single-product .page-title-inner .breadcrumbs a {
  color: #121212;
}
.single-product .product-page-title {
  background-color: #f1f1f1;
  padding: 0.8rem;
}
.single-product .product-title.product_title {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.single-product .product-short-description {
  font-size: 2rem;
}
.shop-page-title.category-page-title.page-title.featured-title {
  background-color: transparent;
}
.post-type-archive-product .shop-page-title .page-title-inner {
  min-height: 300px;
}
.post-type-archive-product #main {
  background-color: #f8f8f8;
}
.gallery-item {
  padding: 15px 15px 15px 0;
}
/****** *****/

/* .woocommerce-page .container, .woocommerce-page #main .row, .header-full-width .container, #footer .row {*/

/*    max-width: 1800px !important;*/

/*}*/
 .product-title.product_title {
  padding-top: 10px;
  font-size: 1.4em;
}
.product-info {
  padding-top: 90px;
  padding-bottom: 30px;
  margin-left: 2em;
}
.form-flat button {
  border-radius: 0;
  background-color: #c71722;
}
.form-flat button:hover {
  background-color: #292929;
}
.product-info .col {
  padding-bottom: 0;
}
/*.product-section .section {*/

/*    padding-right: 0;*/

/*    padding-left:0;*/

/*}*/
 .product-info .breadcrumbs, .product_meta {
  display:none;
}
/*.product-thumbnails img, .product-gallery-slider img {*/

/*    height: 600px;*/

/*    width: auto;*/

/*    margin: 0 auto;*/

/*    display: block;*/

/*}*/
 .woocommerce-product-gallery figure {
  background-color: #fff !important;
}
.image-tools, .product-info .is-well .cart, .product-info .is-well .price-wrapper, .price-wrapper .price {
  display: none;
}
.product-gallery .slider-style-container .flickity-slider>* {
  max-width: 100% !important;
}
.product-title a {
  line-height: 1.4rem;
  font-size: 1.2rem;
  transition: all .25s ease;
  color: #414141;
}
.product-title:hover a {
  color: #ed1c24;
}
#shop-sidebar .prdctfltr_customize {
  background-color: #fff;
  color: #414141;
  border: 1px solid #eaeaea;
}
#shop-sidebar .prdctfltr_active .prdctfltr_customize {
  color: #fff;
  background-color: #c71722;
}
.woocommerce-page .row-small .product-small.col {
  /*max-width: 500px;*/
}
.badge-circle {
  /*display: none;*/
}
#js-switch-3d {
  left: 70px;
  position: absolute;
}
.slider-nav-light .flickity-prev-next-button {
  color: #333;
  opacity: 1;
}
.slider-nav-light .flickity-prev-next-button svg, .slider-nav-light .flickity-prev-next-button .arrow {
  fill: #333;
}
.pd-table table {
  border: none;
}
.pd-table table td {
  border-bottom: none;
  border: none;
}
.pd-table table td {
  border-bottom: none;
  border: none;
}
.pd-table table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.pd-table table tr td:first-child {
  padding-left: 15px;
}
td:first-child {
  padding-left: 10px;
}
th, td {
  border-bottom: 0;
}
.prdctfltr_wc .prdctfltr_terms_customized_text .prdctfltr_checkboxes label {
  width: 50%;
  text-align: center;
  margin-bottom: 0px;
}
/*.product-section .large-2, .product-section .large-10 {*/

/*    max-width: 100%;*/

/*    -ms-flex-preferred-size: 100%;*/

/*    flex-basis: 100%;*/

/*}*/

/*.product-section:nth-child(1) .large-10 .large-2 {*/

/*    max-width: 16.66667%;*/

/*    -ms-flex-preferred-size: 16.66667%;*/

/*    flex-basis: 16.66667%;*/

/*}*/

/*.product-section:nth-child(1) .large-10 .large-6 img {*/

/*    margin-bottom: 0;*/

/*}*/
 .product-section .entry-content {
  padding-top: 0;
}
.product-section .mt {
  color: #414141;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-top: 20px;
  font-weight: 900;
  text-align: center;
}
.product-info .is-well {
  margin-top: 0;
  text-align: right;
  background-color: inherit;
  box-shadow: none;
  padding-bottom: 0;
  padding-right: 0;
}
.product-small.box {
  padding: 15px 30px 15px 30px;
  background-color: #fff;
}
/*.box-text p {*/

/*    font-size: 1em;*/

/*}*/
 .woocommerce-page #main .row #fixed-tabs .row {
  max-width: none !important;
}
.product-title a {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.5;
}
.product-small.box .box-text {
  padding: 0;
}
.p-bg {
  /*padding-top: 40px;*/
  background-color: #f1f1f1;
}
.product-info {
  background-color: #fff;
}
.product-section:nth-child(3) {
  background-color: #fff;
}
.product-section table {
  border-collapse: collapse;
  /*display: block;*/
  overflow: hidden;
  overflow-x: auto;
}
.product-section table tr {
  /*display: block;*/
  margin: 2px;
  border-bottom: 1px dashed #d1d1d1;
}
/*.product-section table tbody tr:hover {*/

/*    background-color: #FE0000;*/

/*}*/

/*.product-section table tbody tr:hover td {*/

/*    background:none;*/

/*    color: #fff;*/

/*}*/
 .product-section table tr td:first-child {
  padding: .5em;
  width: 200px;
}
#js-Geometry .product-section table tr td:first-child {
  width: auto;
}
#js-Geometry.product-section th, #js-Geometry.product-section td {
  width: inherit;
}
/*.flickity-enabled.is-draggable .flickity-viewport {*/

/*    background-color: #f1f1f1;*/

/*}*/
 .product-section {
  border-top: 0;
}
/*.product-section.cus-uxb .section {*/

/*    padding: 50px 0 80px 0 !important;*/

/*}*/
 .product-section#js-Sticker-Painting h4 {
  min-height: 42px;
}
.product-section .mt {
  margin-top: 2em;
  margin-bottom: 1em;
}
.product-title.product_title {
  font-size: 1.38em;
  margin-bottom: 4px;
}
.p-outlet .price-wrapper .price, .p-outlet .product-info .is-well .cart, .product-info.p-outlet .is-well .price-wrapper, .product-info.p-outlet .price-wrapper .price, .product-info.p-outlet .is-well .cart {
  display: block;
}
.p-outlet .form-flat button {
  margin-top: 0;
}
.p-outlet .row-full-width {
  display: none;
}
.product-info.p-outlet .form-flat button {
  width: auto;
  padding: 0 10px;
}
.p-outlet #enquiry, .p-outlet #learnmore, .p-outlet .box-excerpt {
  display: none;
}
.p-outlet .row.row-small {
  max-width: 1800px;
}
.p-outlet .is-well {
  padding: 0;
}
.p-outlet .price-wrapper .woocommerce-Price-amount {
  color: #c71722;
}
.p-outlet .product-info .is-well .price-wrapper {
  display: block;
}
.woocommerce-widget-layered-nav-list {
  clear: both;
}
.product-section.u-geometry tbody tr:nth-of-type(2n) {
  background-color: #f8f8f8;
}
.product-section.u-geometry tbody th {
  padding-left: 22px;
}
.product-section.u-geometry tbody {
  width: 100%;
}
.product-section.u-geometry tbody td {
  border-bottom: none;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 5px;
  font-weight: 500;
  color: #292929;
}
.product-section.u-geometry tr:hover td {
  color: #ed1c24;
}
.section h4 span {
  font-size: 1.125em;
}
.box-text p {
  font-size: .9em;
}
#js-Features {
  position: relative;
  /*padding-top: 230px;*/
  /*padding-bottom: 315px;*/
  /*background-color: #fff;*/
}
/*div#js-Features:before {*/

/*    background: #000;*/

/*    padding: 180px 0;*/

/*    -webkit-transform: skew(0deg, -5deg);*/

/*    transform: skew(0deg, -5deg);*/

/*    content: ' ';*/

/*    display: block;*/

/*    position: absolute;*/

/*    top: 120px;*/

/*    left: 0;*/

/*    width: 100%;*/

/*}*/

/*div#js-Features:after {*/

/*    background: #000;*/

/*    padding: 180px 0;*/

/*    -webkit-transform: skew(0deg, -5deg);*/

/*    transform: skew(0deg, -5deg);*/

/*    content: ' ';*/

/*    display: block;*/

/*    position: absolute;*/

/*    bottom: 215px;*/

/*    left: 0;*/

/*    width: 100%;*/

/*}*/
 #js-Features.product-section table tr {
  border-bottom: none;
}
#js-Features.product-section table tbody tr:hover {
  background-color: inherit;
}
/*warranty产品自定义section*/
 .warranty-f {
  border: solid #fff 55px;
}
.warranty-f p {
  margin-bottom: 5px;
}
.u-warranty {
  text-align: center;
  padding-bottom: 3em;
  background-color: #fff;
}
.u-warranty p {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 1em;
  text-align: center;
}
.u-warranty p a {
  color: #fe0000;
}
/*结束warranty产品自定义产品自定义section*/
 .product-title a {
  display: none;
}
/*产品自定义浮动条*/
 #cus-content .pd-gb {
  display: none;
}
#cus-content.stuckleft .pd-gb {
  display: block;
}
#cus-content.stuckleft #fixed-tabs {
  background-color: rgb(251, 251, 251);
}
#cus-content.stuckleft #fixed-tabs .product__tabs {
  left: 0;
  transform: translate(0, 0);
}
#fixed-tabs {
  z-index: 9;
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 70px;
  left: 0;
  padding-top: 0;
  background-color: rgb(241, 241, 241);
  transition: all .5s;
}
#fixed-tabs .showInfo {
  opacity: 1;
  height: 75px;
  padding-top: 0;
}
#fixed-tabs .container-fluid {
  /*max-width: 1780px !important;*/
  margin: 0 auto;
}
#fixed-tabs .product__tabs {
  position: relative;
  left: 50%;
  transform: translate(-25%, 0);
  transition: all .5s;
}
#fixed-tabs .pd-gb {
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translate(0, 50%);
}
#fixed-tabs .product-title.product_title {
  padding-top: 10px;
  font-size: .9em;
  font-weight: 100;
}
#fixed-tabs .is-divider {
  display: none;
}
#fixed-tabs .col {
  padding-bottom: 0;
}
#fixed-tabs .product-tabs-tab {
  display: inline-block;
  padding-right: 10px;
  text-transform: inherit;
  padding-top: 5px;
  padding: 25px 15px;
  transition: background-color .3s ease-in;
}
#fixed-tabs .product-tabs-tab a, #fixed-tabs .pd-gb a, #fixed-tabs .product-title.product_title {
  font-size: .8rem;
}
#fixed-tabs .pd-gb a {
  color: #fe0000;
}
#fixed-tabs .product-tabs-tab:hover {
  background-color: #fff;
}
/* */
 #header.is--hidden {
  transform: translateY(-100%);
}
.nav-dropdown {
  padding: 20px 0 0px;
}
.product-tabnav {
  position: relative;
  position: -webkit-sticky!important;
  position: sticky!important;
  top: 0;
  z-index: 9!important;
  margin-top: 0;
  padding: 10px 0;
}
.product-tabnav.is--sticky:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.product-tabnav.is--sticky {
  padding: 0;
  -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
  box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
.product-tabnav.is--sticky .product-tabnav__bg {
  background-color: #fff;
}
.product-tabnav__bg {
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
  transition: transform .25s ease-in-out;
  width: 100%;
}
.product-tabnav__inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.product-tabnav__items {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
  order: 1;
  padding-top: 8px;
  padding-bottom: 10px;
  overflow: auto;
  transition: flex .25s ease-in-out, padding .25s ease-in-out;
  padding-top: 4px;
  padding-bottom: 6px;
}
.product-tabnav__items>ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-tabnav__items>ul>li {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}
.product-tabnav__item a {
  font-weight: bold;
  font-size: 0.8rem;
}
.product-tabnav__item.is--active a {
  color: #fe0000;
}
/*.product-sections{*/

/*    padding-top: 3.2em;*/

/*}*/

/*产品自定义浮动条结束*/

/*产品结束*/

/*头部*/
 .nav-size-xlarge>li>a {
  font-size: 1em;
}
.page-title-inner p {
  font-size: 1em;
}
.rank-math-breadcrumb.breadcrumbs {
  padding-left: 15px;
}
/*头部结束*/

/*
折叠菜单
*/
 #shop-sidebar .widget>ul>li+li {
  border-top: 0;
}
#shop-sidebar .widget>ul>li>a {
  font-size: .9em;
  padding: 2px 0;
}
#shop-sidebar .widget {
  /*border-bottom: 1px solid #f0f0f0;*/
  padding: 1rem 0;
  margin-bottom: 0;
  text-align: center;
}
.cumtom_filter_icon:after {
  content:'+';
  width: 0;
  position: relative;
  top: -5px;
  font-size: 20px;
  color: #fff;
}
#shop-sidebar .widget:hover .cumtom_filter_icon:after {
  content:' ';
  float: right;
  width: 10px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  margin-top: 15px;
}
.uCheck.cumtom_filter_icon:after {
  content:'+';
  width: 0;
  margin-top: -15px;
  margin-right: 10px;
  font-size: 20px;
}
.cumtom_filter_icon {
  font-weight: 900;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 0;
  padding-right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.widget li.chosen a:before {
  content:"";
  position: relative;
  opacity: 1;
  top: -3px;
  width: 15px;
  height: 7px;
  border: 2px solid #000;
  border-radius: 1px;
  border-top: none;
  border-right: none;
  background: transparent;
  transform: rotate(-45deg);
}
#current-filter {
  overflow: hidden;
}
#current-filter p.u-f-tt {
  margin-top: 5px;
  padding-right: 10px;
  font-weight: 800;
}
#current-filter p span:nth-child(1) {
  font-weight: 800;
}
#current-filter p {
  float: left;
  margin-bottom: 0;
  font-size: .9em;
  line-height: 32px;
  cursor: pointer;
  margin-right: 10px;
  color:#fff;
}
#current-filter p a {
  color:#fff;
}
#current-filter p a:before {
  content:'+';
  display: inline-block;
  position: relative;
  top: 6px;
  width: 20px;
  font-size: 25px;
  font-weight: 900;
  transform: rotate(45deg);
}
#custom_woocommerce_layered_nav-2 .count {
  display:none;
}
#custom_woocommerce_layered_nav-2 li {
  width: 48%;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  margin: 1%;
  border: 1px solid #eaeaea;
  padding: .25rem;
  border-top: 1px solid #eaeaea !important;
  margin: 2px;
}
#custom_woocommerce_layered_nav-2 li.chosen, #custom_woocommerce_layered_nav-6 li.chosen {
  box-shadow: white 0px 0px 0px 0.1rem inset;
  background: #414141;
}
#custom_woocommerce_layered_nav-6 li.chosen a:before, #custom_woocommerce_layered_nav-2 li.chosen a:before {
  display:none;
}
#custom_woocommerce_layered_nav-2 li.chosen a, #custom_woocommerce_layered_nav-6 li.chosen a {
  color: #fff;
}
#custom_woocommerce_layered_nav-6 .count {
  display:none;
}
#custom_woocommerce_layered_nav-6 li {
  width: 48%;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  margin: 1%;
  border: 1px solid #eaeaea;
  padding: .25rem;
  border-top: 1px solid #eaeaea !important;
  margin: 2px;
}
#current-filter p span:nth-child(1) {
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
#current-filter p a:before {
  font-size: 30px;
}
.product-info .is-well {
  text-align: left;
  padding-left: 0;
}
.form-flat button {
  font-size: .8em;
  padding: 8px 5%;
  margin-top: 7%;
  text-transform: inherit;
  font-weight: 600;
}
.product-info .form-flat button {
  width: 45%;
  background-color: #c71722 !important;
}
.product-info .form-flat button:hover {
  background-color: #292929 !important;
}
.add-to-cart-wrapper #learnmore {
  background-color: inherit;
  color: #333;
  border: 1px solid #333;
  width: 45%;
}
.add-to-cart-wrapper #learnmore:hover {
  color: #fff;
  background-color: #c71722;
  border: 1px solid #fff;
}
.add-to-cart-wrapper #enquiry {
  width: 45%;
}
/*
折叠菜单结束
*/

.page-id-2796 #main .dp-d-image .col {
  padding: 0;
}
.page-id-49 .h-ab .box:hover .overlay {
  background-color: rgba(255, 0, 0, 0.5) !important;
}
.page-id-49 .h-ab .box:hover h2 {
  border-bottom: 2px solid #fff;
  display: inline;
  padding-bottom: 10px;
}
.page-id-49 .h-blog .post-item .post-meta {
  padding: 5px;
  margin-top: 10px;
  background-color: red;
  width: 150px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.page-id-49 .h-blog .post-item .post-title {
  margin: 10px 0;
}
.page-id-49 .h-blog .post-item .is-divider {
  display: none;
}
.page-id-49 .h-blog .box-text p {
  width: 80%;
  overflow-wrap: break-word;
}
.page-id-49 .h-blog .large-5 .box-image {
  max-height: 350px;
}
.page-id-49 .h-bd-howwe .box {
  margin-bottom: 30px;
}
.h-bd-howwe .large-8, .h-bd-howwe .large-6 {
  padding-bottom: 0;
}
.page-id-49 .h-bd-howwe .box:nth-child(2) {
  margin-bottom: 0;
}
.page-id-49 .h-bd-howwe .overlay {
  background-color: rgba(0, 0, 0, 0);
}
.page-id-49 .h-bd-howwe .box-text {
  opacity: 1;
}
.page-id-49 .h-bd-howwe .box-text p {
  opacity: 0;
}
.page-id-49 .h-bd-howwe .box:hover p {
  opacity: 1;
}
#footer .large-2.medium-col-first .menuItem {
  border-top: 2px solid #333;
  margin-top: -9px;
  padding-top: 5px;
}
#footer .large-2.medium-col-first .menuItem:before {
  content:' ';
  border-top: 2px solid #666;
  margin-top: -7px;
  padding-top: 5px;
  width: 43%;
}
/*  contact-us */
 .ct-body img.size-full.alignnone {
  margin-bottom: 0;
  margin-right: 20px;
}
.ct-body .ct-bd-left {
  border: solid 4px #eaeaea;
  padding: 20px !important;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url('https://www.yishunbike.com/wp-content/uploads/2021/12/ny-con-bj.png');
}
.ct-body .ct-bd-left .social-icons i {
  min-width: 2em;
  font-size: 20px;
}
.ct-map img.size-full.alignnone {
  margin-bottom: 0;
  margin-right: 20px;
}
.ct-body .ct-bd-left .img-inner {
  position: relative;
  overflow: hidden;
  height: 70px;
  width: 70px;
  line-height: 45px;
  background-color: #db0b0b;
  display: block;
  color: #fff;
  border-radius: 60px;
  border: solid 10px #db0b0b;
  text-align: center;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 10%);
}
.ct-body .ct-bd-rig .formcraft-css .fc-form {
  box-shadow: none;
}
.ct-body .ct-bd-left .img-inner img {
  color: #fff;
  width: 40px !important;
}
.ct-body .ct-bd-left p {
  margin-bottom: 0;
}
.ct-body .ct-bd-rig .formcraft-css .fc-form .form-page-content {
  padding: 0;
}
/*底部*/
 #footer .online_section {
  position: fixed;
  z-index: 99999999999;
  top: 200px;
  right: -200px;
  transition: all .3s ease;
}
#footer .online_section:hover {
  right: -20px;
}
#footer .online_section ul li i {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  text-align: center;
  line-height: 40px;
}
#footer .online_section ul li a {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
#footer .online_section ul li {
  list-style: none;
  width: 240px;
  height: 40px;
  color: #fff;
  padding-left: 40px;
  margin-bottom: 3px;
  -moz-border-radius: 20px 0 0px 20px;
  -webkit-border-radius: 20px 0 0px 20px;
  border-radius: 20px 0 0px 20px;
  transition: all .5s ease;
  overflow: hidden;
  margin-bottom: 3px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
  background: #E10211;
  -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
}
#footer .sectionFooter .container.title {
  margin-bottom: 0;
}
/*#footer .sectionFooter .menuItem {*/
/*  font-size: 0.75rem;*/
/*}*/
#footer .f-logo, #footer .f-nav {
  display: inline-block;
}
#footer .f-nav {
  float: right;
}
#footer .f-nav a {
  font-size: 1.3em;
  color: #fff;
  margin: 0 10px;
}
#footer .f-meidf a, #footer .f-meidf span {
  font-size: 1.2em;
  color: #fff;
}
#footer .f-meidf {
  text-align: right;
}


/*底部结束*/
 @media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .product-tabnav {
    display: none;
  }
  #header.is--hidden {
    transform: inherit;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  h2 {
    font-size: 1.2em;
  }
  .h-bd2 .bg-fill {
    background-size: 200px 300px !important;
  }
  .h-bd3 .bg-fill {
    background-size: 200px 300px !important;
  }
  .h-bd1 .bg-fill {
    background-size: 730px 300px !important;
  }
  .h-bd1 .medium-4 .col-inner {
    padding: 0 !important;
  }
  .h-bd1 .medium-7 .col-inner {
    padding-left: 7em !important;
  }
  .h-bd1 .medium-7 {
    max-width: 52.33333%;
  }
  .h-bd3 {
    margin-top: -100px;
  }
  .page-id-49 .h-blog .large-7 img {
    max-height: 420px;
  }
  .page-id-49 .h-blog .large-5 .box-image {
    max-height: 295px;
  }
  .page-id-2796 #main {
    width: 94%;
  }
  .page-id-2796 .dp-bd1 .text-box, .page-id-2796 .dp-bd4 .col-inner {
    margin: 0px 0px 0px 50px !important;
  }
  .page-id-1298 .ab-s1 .small-10 {
    padding-bottom: 0;
  }
  .page-id-1298 .ab-s2 .small-10, .page-id-1298 .ab-s2 .col-inner {
    padding-bottom: 0;
  }
  .page-id-1298 .ab-s3 .small-10, .page-id-1298 .ab-s3 .col-inner {
    padding-bottom: 0;
  }
  .page-id-1298 .ab-s4 .gap-element, .page-id-1298 .ab-s2 .gap-element {
    display: none !important;
  }
  .page-id-1298 .ab-s4 .banner-inner.fill {
    min-height: 547px;
  }
  .tax-product_cat .page-title-inner {
    min-height: 200px;
  }
  .shop-page-title.featured-title .title-bg {
    height: 200px !important;
  }
}
@media (min-width: 1367px) and (max-width: 1566px) {
  h2 {
    font-size: 1.2em;
  }
  .h-bd2 .bg-fill {
    background-size: 200px 300px !important;
  }
  .h-bd3 .bg-fill {
    background-size: 200px 300px !important;
  }
  .h-bd1 .bg-fill {
    background-size: 730px 300px !important;
  }
  .h-bd1 .medium-4 .col-inner {
    padding: 0 !important;
  }
  .h-bd1 .medium-7 .col-inner {
    padding-top: 0 !important;
    padding-left: 7em !important;
  }
  .h-bd1 .medium-7 {
    max-width: 52.33333%;
  }
  .h-bd3 {
    margin-top: -100px;
  }
  .h-bn .banner {
    padding-top: 585px !important;
  }
  .h-bn .banner .bg-fill {
    background-size: 100% !important;
  }
}
@media (min-width: 1921px) and (max-width: 4000px) {
  #content .section, #content .banner {
    max-width: 1800px;
    margin: 0 auto;
  }
}
@media screen and (device-aspect-ratio: 3/2) {
  .row, .gallery {
    width: 94% !important;
    max-width: initial;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .pd-list-box{
    padding-left: 0;
  }
  .product-small.box {
    padding: 5px 5px 5px 5px;
    background-color: #fff;
  }
  /* carbon-wheels */
  .page-id-1118 .js-dt .col-inner {
    padding: 0 !important;
  }
  .page-id-1118 .js-ys .col-inner {
    padding: 0 !important;
    margin: 0 !important;
  }
  .page-id-1118 .section {
    padding: 0 !important;
  }
  /* rim-mould-tooling */
  .page-id-1124 .col-inner {
    padding: 0 !important;
  }
  /* rim-process-production */
  .page-id-1125 .h-rpp-1 .banner {
    padding-top: 170px !important;
  }
  .page-id-1125 .h-rpp-1 .medium-4 .banner {
    padding-top: 700px !important;
    background-color: rgb(94, 94, 94) !important;
  }
  .page-id-1125 .banner p, .page-id-1125 .banner span {
    font-size: 12.6px !important;
    color:#fff;
  }
  .page-id-1125 .h-rpp-1 {
    margin-bottom: -15px;
  }
  .page-id-1125 .h-rpp-2 {
    margin-bottom: -50px;
  }
  .page-id-1125 .h-rpp-2 .banner {
    padding-top: 200px !important;
  }
  .page-id-1125 .h-rpp-3 {
    margin-bottom: -15px;
  }
  .page-id-1125 .h-rpp-4 {
    margin-bottom: -45px;
  }
  .page-id-1125 .h-rpp-4 .banner {
    padding-top: 210px !important;
  }
  .page-id-1125 .h-rpp-4 .medium-4 .banner {
    padding-top: 810px !important;
  }
  .page-id-1125 .h-rpp-5 .banner {
    padding-top: 145px !important;
  }
  .page-id-1125 .h-rpp-5 .medium-4 .banner {
    padding-top: 545px !important;
  }
  /* frame-quality-control */
  .page-id-3093 .section {
    border-bottom: 1px solid #eee;
  }
  .page-id-3093 .section .col-inner {
    padding: 0 !important;
  }
  #footer .col {
    padding: 0 10px;
  }
  .page-id-3093 .h-fqc-10 .col-inner, .page-id-3093 .h-fqc-7 .col-inner, .page-id-3093 .h-fqc-10 .col-inner {
    padding: 0 !important;
  }
  /* product-test */
  .page-id-1291 .section.h-pt1 h1, .page-id-1291 .section.h-pt1 p {
    font-size: 1rem !important;
  }
  .page-id-1291 .h-pt1 .col-inner {
    margin: 40px 0px 0px 0px !important;
    padding-left: 30px !important;
  }
  .page-id-1291 .h-pt2 .col-inner {
    margin: 0 !important;
    padding-left: 0 !important;
  }
  .page-id-1291 .h-pt2 .col-inner .row {
    width: 100%;
  }
  /* oe-frame */
  .page-id-3101 h2 {
    font-size: 1rem;
  }
  .page-id-3101 .h-of2 .col-inner {
    padding: 0 !important;
  }
  .page-id-3101 .h-of3 .col-inner {
    padding: 0 !important;
  }
  .page-id-3101 .h-of5 .col-inner {
    padding: 0 !important;
  }
  .page-id-3101 .h-of7 .col-inner {
    padding: 0 !important;
  }
  .page-id-3101 .h-of3 .gap-element, .page-id-3101 .h-of5 .large-1, .page-id-3101 .h-of9 .large-2 {
    display: none !important;
  }
  .page-id-3101 .h-of5 .large-1 {
    display: none !important;
  }
  /* decals-painting */
  .page-id-2796 h2 {
    font-size: 1.2rem !important;
  }
  .page-id-2796 p, .page-id-2796 span {
    font-size: .8rem !important;
  }
  .page-id-2796 .dp-bd1 .res-text {
    margin: 0 !important;
  }
  .page-id-2796 .dp-bd1 {
    padding-top: 322px !important;
  }
  .page-id-2796 .dp-bd4 .col-inner {
    padding: 0px 0px 50px 0px !important;
  }
  .woocommerce-page .shop-container {
    padding-bottom: 20px;
  }
  .shop-page-title.featured-title .title-bg {
    background-size: cover !important;
    transform: none !important;
    height: 150px !important;
  }
  .tax-product_cat .page-title-inner {
    min-height: 150px;
  }
  #footer .online_section {
    display: none;
  }
  .box-text p {
    word-break: break-all;
  }
  .off-canvas:not(.off-canvas-center) li.html {
    padding: 15px;
  }
  .off-canvas:not(.off-canvas-center) li.html a {
    padding: 0;
    padding-left: 5px;
  }
  .rmd-2-box {
    overflow: hidden;
  }
  .rmd-2-box table {
    display: block;
    overflow: hidden;
    overflow-x: scroll;
  }
  .rmd-2 p {
    line-height: 25px;
  }
  .rmd-1-box {
    padding-top: 970px !important;
  }
  .rmd-4 .col-inner {
    padding: 0 !important;
  }
  .warranty-f {
    border: solid #fff 0;
    padding-top: 70px !important;
    padding-bottom: 20px !important;
  }
  .warranty-crash {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .warranty-two {
    padding-bottom: 0 !important;
  }
  #current-filter p span:nth-child(1), #current-filter p a:before, #current-filter p a, #current-filter p {
    color: #333;
  }
  /*.woocommerce-page .widget:hover ul {*/
  /*  position: relative;*/
  /*  background-color: inherit;*/
  /*  padding-left: 0;*/
  /*}*/
  #custom_woocommerce_layered_nav-6 li {
    margin: 1%;
  }
  /*.woocommerce-page .widget:hover ul {*/
  /*  padding-right: 0;*/
  /*}*/
  /*.product-small.box {*/
  /*  padding: 5px;*/
  /*  margin-bottom: 5px;*/
  /*}*/
  /*.woocommerce-page .col {*/
  /*  padding: 0 5px 30px;*/
  /*}*/
  /*.woocommerce-page.term-rims .row-small .product-small.col, .woocommerce-page.term-wheels .row-small .product-small.col {*/
  /*  width: 50%;*/
  /*  flex-basis: 50%;*/
  /*  padding:0 2px;*/
  /*}*/
  /*.woocommerce-page .widget {*/
  /*  width: 100%;*/
  /*}*/
  /*#shop-sidebar .widget {*/
  /*  padding: 0 !important;*/
  /*}*/
  /*.woocommerce-page .widget ul {*/
  /*  display: block !important;*/
  /*}*/
  .cumtom_filter_icon {
    display: none;
  }
  .flex-right .mobile-nav.nav {
    display: none;
  }
  .nav>li.has-icon>a>i {
    color:#333;
  }
  .product-info {
    padding-top: 0;
    padding-bottom: 0;
  }
  .product-info .col {
    padding-left: 0;
  }
  .h-bdx1 .col-inner {
    padding: 0 !important;
  }
  .h-bdx1 .large-1 {
    display: none;
  }
}