/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.vmary-features img {
    height: 130px;
    width: auto;
    text-align: center;
}

.vmary-features {
    padding: 50px !important;
}

.whb-flex-row.whb-top-bar-inner marquee {
    font-size: 30px;
    font-weight: 900;
    font-family: sans-serif;
    color: #fff;
}

.whb-row.whb-top-bar.whb-not-sticky-row.whb-with-bg.whb-border-fullwidth.whb-color-light.whb-hidden-mobile.whb-col-1 {
    border-bottom: 1px #fff solid;
}

.whb-flex-row.whb-top-bar-inner {
    border-bottom: 0px;
}

/* .product-grid-item :is(.product-image-link,.hover-img) img {
    height: 500px !important;
    width: 400px !important;
/*     border: 1px #a2a2a250 solid !important;
    border-radius: 10px !important; */
} */

.woocommerce-product-gallery.image-action-zoom .zoomImg[src$=".png"] {
    background: #1a1a1a !important;
}

.wd-el-video:hover .wd-el-video-overlay {
    transform: scale(0.95) !important;
}

div.custom-marqee-top h2 {
    position: absolute;
    right:0px;
    animation: marquee 40s linear;
    font-size: 30px;
    font-weight: 900;
    font-family: sans-serif;
    color: #fff;
    width: max-content;
    animation-delay: 0s;
	transform: translateX(40%);
}
@keyframes marquee {
  0% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(-82%);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(105%);
  }
  100% {
    transform: translateX(-82%);
  }
}

div.custom-marqee-top {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-wrapper {
    background: #000 !important;
}

.woocommerce-product-gallery.image-action-zoom .zoomImg[src$=".png"] {
    background-color: #000 !important;
}

.wd-header-cart.wd-design-5 .wd-cart-number {
    color: #000 !important;
    font-weight: 600;
}

.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
    background-position: center bottom !important;
    background-image: url(https://vmary-testserver.dotgrace.com/wp-content/uploads/2023/11/wet-asphalt-reflection-neon-lights-searchlight-smoke.jpg);
    background-color: #000;
}

#menu-main-navigation a.woodmart-nav-link {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.star-rating {
    DISPLAY: NONE !IMPORTANT;
}

.product-grid-item .wd-entities-title {
    FONT-SIZE: 16PX !IMPORTANT;
}

nav[class*="-pagination"] li .current {
    color: black !important;
}

a.btn.btn-color-primary.wd-age-verify-allowed {
    background: #3aba16;
}