/*
Theme Name: beauty
Theme URI: https://riode.org/
Author: D-THEMES
Author URI: https://riode.org/about-me/
Description: Riode Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: riode
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.button{color: #fff;
 border-color:#ed89a9);
 background-color:#ed89a9;}
.custom_product .single_add_to_cart_button{
padding: 0 15px!important;
background-color:#ED89A9!important; color:#fff!important;
}
.banner-wrapper .box-content {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
}
.banner-wrapper {
    position: relative;
    height: 600px;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
}