/* WooCommerce
/* Remove Related Products Output */
.related > .products, .related >h2 { display: none; border: solid 1px red !important; }
/* Product Tags */
.sku_wrapper, .posted_in, .tagged_as { display: none !important; }

/* text box */
/* product small gallery */
.thumbnails { margin: 20px 0 0 0; }
.text_info { margin: 20px 0 0 0; }
/* quant box */
.woocommerce .quantity .qty {
color: #000; background: #FFF; font-weight: 800; }
/* price */
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #c70021 !important; font-size: 22px; font-weight: 900; display: block; margin-bottom: 20px; }

/* gallery sub menu */
.ym-subm {}
.ym-sub-menu { padding: 5px 15px; background: #7c3e2e; color: #FFF; line-height: 180%; 
border-radius: 5px; }
.ym-nav-link { width: 24%; border-bottom: solid 2px #7c3e2e; font-family: "Helvetica Neue", Arial, sans-serif !important; font-size: 1rem; }
.ym-sub-menu a  { color: #FFF; }
.ym-subm > .ym-sub-menu > a:hover { border-bottom: solid 2px #c6b8a4; }
.ym-sub-menu .active { border-bottom: solid 2px #FFF;}
