/*Desktop*/
@media only screen and (min-width: 768px) {
  
  .single-product .wpb_raw_html .product-gallery-item {
    width: 20%;
    display: inline-block;
}
}


/*Mobile*/
@media only screen and (max-width: 768px) {
  .single-product .wpb_raw_html .product-gallery-item {
    width: 31%;
    display: inline-block;
}
  
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 479px) {

.fifty-per .large-6.nasa-col.columns{width: 50%;}

}

.single-product .wpb_raw_html .product-gallery {
    text-align: center !important;
    background: #eee;
    padding: 50px 0;
    margin-bottom: 7px;
}

.fancybox-content {
    background: #fff !important;
}


.my-p h2.nasa-heading-title span{
    background: #ebebeb !important;
}

body .about-section  h2.nasa-heading-title span {
    background: transparent !important;
}
.h-line a {
    color: #fff !important;
}

.h-line a:hover {
    color: #fdce07 !important;
}
/*Product Page
.category-e6-forged-multipiece form.cart {
    display: none !important;
}*/

.p-black-box.title-h {
    background: #333;
    border-bottom: 2px solid #fdce07;
    padding: 15px;
    color: #fff;
}
.p-black-box.body-h {
    background: #444;
    color: #fff;
    padding: 20px;
    width: 100%;
}
.p-black-box.body-h p {
    margin-bottom: 2px;
}
.single-product .nasa-accordions-content .nasa-accordion-title a {
    background: #333;
    color: #fdce07;
}
.footer-content.footer-dark {
    border-top: 4px solid #fdce07;
    border-bottom: 2px solid #fdce07;
}
.nasa-elements-wrap.nasa-elements-wrap-main-menu.nasa-hide-for-mobile.nasa-bg-dark.text-center {
    border-bottom: 3px solid #fdce07;
    border-top: 3px solid #fdce07;
}

.single-product img.mfp-img {
    background: #fff;
}
.woocommerce-product-details__short-description a {
    color: #f79468;
    font-weight: bold;
}







 body #top-bar .topbar-menu-container ul.sub-menu li a {
   color: #000 !important;
}
#top-bar h5, body #top-bar .topbar-menu-container ul.sub-menu li a {
   color: #fff;
}
#top-bar i.icon-nasa-headphone {
    display: none;
}


.my-p h2.nasa-heading-title span.nasa-title-hr{
    background: transparent;
}
.nasa-static-sidebar {
    width: 400px;
    padding: 40px;
}
.vertical-menu.nasa-shortcode-menu .section-title {
    border-color: #000000;
    background: #000000;
    color: #fff;
    font-weight: bold;
}
.vertical-menu-wrapper {
    border: 2px solid #000000;
}
.products-number .nasa-sl, .wishlist-number .nasa-sl, .compare-number .nasa-sl {
    background: #000000;
    color: #ffffff;
}
.btn-compare {
    display: none !important;
}








