/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.wpc-filters-main-wrap li.wpc-term-item a{
    color: black;
}
.wpc-filters-main-wrap a.wpc-filters-reset-button{
    background-color : #cc8181 !important;
}
body .wpc-filters-section a{
    padding : 2px !important;
    font-size: 1rem;
}
.wpc-filters-main-wrap{
    color:black;
}
.container-image-zoom{
    position:relative !important;
}
.container-image-zoom .zoom-grid{
    overflow: hidden;
}
.text-image-zoom{
    position:absolute !important;
    top : 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.marquee-bsaha{
    display: flex;
    flex-direction: row !important;
    width: 170vw;
    max-width: 170vw !important;
    animation: marquee 30s linear infinite;
    flex-wrap : nowrap;
}
.marquee-bsaha img{
    margin-right: 20vw;
}

@keyframes marquee {
  from { transform: translateX(0%); }
  to   { transform: translateX(-40%); }
}

a,
.woocommerce a{
    color: black;
}
body .woocommerce a.checkout-button,
body .woocommerce #place_order{
    background:black;
}
body .woocommerce-info-text{
    color: black !important;
}
body .woocommerce .woocommerce-error{
    background-color: #dc1212;
}
body#the7-body .variations td.value{
    text-align: initial;
}
/* body#the7-body .single_variation_wrap .woocommerce-variation-add-to-cart{
    justify-content: flex-end;
} */
code, kbd, pre, samp{
    font-family: inherit;
}
body a.button:not(.edd-submit){
    background-color : black;
}
body .elementor-menu-toggle{
    background: #ffffff00;
}
.elementor-widget-the7-woocommerce-menu-cart .dt-cart-content{
    display: none;
}
/* .elementor-menu-cart__toggle .elementor-button svg{
    width : 32px !important;
    font-size: 2rem;
    fill: black;
} */
