/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*----------------------------------------------*/
/*-----Slide-In Menu from Left by Divi Soup-----*/
/*----------------------------------------------*/
/*Move the hamburger menu to the left*/

.woocommerce-page span.onsale, .woocommerce span.onsale {
    z-index: 2;
    background: #010111!important;
    border-radius: 3px!important;
    color: #fff;
    font-size: 20px;
    font-weight: 500!important;
    left: 10px!important;
    line-height: inherit!important;
    margin: 0!important;
    min-height: 0!important;
    min-width: 0!important;
    padding: 6px 18px!important;
    position: absolute;
    text-shadow: none!important;
    top: 10px!important;
}

#et-top-navigation {
    float: left;
    padding-left: 0 !important;
}
/*Move the menu to the left when open*/
.et_pb_slide_menu_active header#main-header,
.et_pb_slide_menu_active #page-container {
    left: 320px !important;
}
.et_pb_slide_menu_active .et_slide_in_menu_container.et_pb_slide_menu_opened {
    right: auto !important;
    left: 0 !important;
}
/*Hide the screen overflow*/
body.et_pb_slide_menu_active {
    overflow-x: hidden !important;
}
/*Move the logo to the right of the screen*/
#logo {
    margin-left:45%;
}
/*Switch the slide-in animation from right to left*/
.et_slide_in_menu_container {
    left: -320px;
    -webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
    -moz-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
    transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
}

#main-header {
    background-color: rgba(0,0,0,0.4);
}

.et_bloom_form_header, .et_bloom_form_content, .et_bloom_form_container_wrapper {
    height: auto!important;
	background-color:#010111;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
    background-color: #f9a71d!important;
    border-radius: 10px;
}
.et_pb_wc_images .flex-control-nav img, .et_pb_wc_images .flex-viewport {
    border-style: solid;
    background-color: #f9a71d!important;
    border-radius: 10px;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {

    border-radius: 10px!important;
}

.woocommerce-page div.product span.price, .woocommerce div.product span.price {
    color: #f9a71d!important;
font-size:1rem
}

.woocommerce div.product span.price ins {

    display: block!important;
	font-size: 1.3rem;
}
	
@media only screen and (min-width: 981px){
.et-fixed-header#main-header {
    background-color: #010111;
}
}


