/*
Theme Name: Flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.product_title{
text-transform: uppercase;
font-family:  "D-DIN-PRO-Extra-Bold",  d-din-pro-extra-bold;
}
.product-title{
text-transform: uppercase;
}
.link_white{
 color : #ffffff;
}
.woocommerce-product-attributes-item--attribute_pa_supplier, .additional_information_tab, .hideExceptHome{
 display:none !important;
}

.ux-search-submit{
background-color: rgb(94, 164, 129) !important;
}

.sectionvideohidegatami {
display: none !important;
}

.customedisplaynone{
 display:none !important;
}

.back-to-top {
    margin-bottom: 4.5em;
    right: 30px;
}



.floating{
    float: right;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-right: 30px;
    margin-bottom: 5px;

}



@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}