/*
Theme Name: Avada Child 02
Theme URI: https://avada.theme-fusion.com/
Template: Avada
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.4.1.1658389051
Updated: 2022-07-21 07:37:31

*/
@import url('../Avada/style.css');

/* .fusion-logo img,
img.fusion-sticky-logo{
	height: 85px !important;
}
nav.fusion-main-menu.fusion-sticky-menu a.fusion-textcolor-highlight,
nav.fusion-main-menu.fusion-sticky-menu a.fusion-main-menu-cart,
.fusion-header.fusion-sticky-shadow {
    height: 100px !important;
} */

a.fusion-social-network-icon {
    color: #fff !important;
}
h3.product-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #3d3d3d !important;
    margin-bottom: 10px;
    line-height: 1.2 !important;
	text-align: center;
}

h3.product-title a:hover,
h3.product-title:hover a{
	 color: #DB5786 !important;
}

.fusion-price-rating {
    justify-content: center !important;
}

.products .fusion-product-wrapper{
	border:none !important;
}
.newsletter-section form p {
    display: flex;
    width: 100%;
    align-items: start;
}
.newsletter-section input[type="email"] {
    border: 0px;
    outline: none;
    border-radius: 25px 0px 0px 25px !important;
}
.newsletter-section input[type=submit] {
    border: none;
    outline: none;
    border-radius: 0px 25px 25px 0px !important;
    padding: 17px 35px 16px 35px !important;
    background-color: #DB5786 !important;
}
.newsletter-section input[type=submit]:hover {
	 background-color: #DB5786 !important;
}

.vid-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid-icon a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: pulse-border 2500ms ease-out infinite;
    z-index: -1;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.play-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 100px auto;
    z-index: 1;
}
.fusion-copyright-content .fusion-social-links-footer{
	display:none !important;
}
.fusion-footer .fusion-footer-widget-column p {
    font-size: 16px;
    line-height: 1.8;
}
h6.foot-title {
    color: #fff !important;
    margin: 40px 0;
}
ul.footer-menu li {
    margin: 0 0 15px;
}
ul.footer-menu li a {
    position: relative !important;
    z-index: 1;
    padding-bottom: 10px;
    display: inline-block !important;
	transition:0.3s all ease;
}
ul.footer-menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #f0f1f2;
	transition:0.3s all ease;
}
ul.footer-menu li a:hover::after{
	  width: 100%;
    height: 2px;
	transition:0.3s all ease;
}
ul.footer-menu li i {
    width: 25px;
}
.products li.product .fusion-product-wrapper {
    background-color: rgba(255,255,255,0);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0);
	transition:0.3s all ease;
}
.products li.product .fusion-product-wrapper:hover {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	transition:0.3s all ease;
}
span.woocommerce-Price-amount.amount {
    color: #DB5786 !important;
    font-weight: 500 !important;
    margin-bottom: 10px;
    display: inline-block;
}
.home-movement .fusion-column-wrapper span{
	width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0);
    transition: 0.3s all ease;
}
.home-movement .fusion-column-wrapper span:hover{
	 box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    transition: 0.3s all ease;
}
.home-movement .fusion-column-wrapper img {
    width: 100%;
}

.product-border.fusion-separator.sep-double.sep-solid {
    display: none;
}
h1.product_title.entry-title{
	  font-size: 36px !important;
    font-weight: 500 !important;
    color: #3d3d3d !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
}
.product-template-default.single.single-product .summary.entry-summary span.woocommerce-Price-amount.amount{
	    font-size: 24px;
}
.avada-availability {
    display: none !important;
    color: #3d3d3d;
    font-size: 14px;
    margin: 0 0 10px !important;
}
.product-template-default.single.single-product .summary.entry-summary del span.woocommerce-Price-amount.amount {
    color: #3d3d3d !important;
    text-decoration: line-through;
	margin-right: 15px;
	font-size: 14px ;
}
.woocommerce-product-details__short-description p {
    margin: 15px 0 0 !important;
    line-height: 1.6;
}
button.single_add_to_cart_button.button {
    background-color: #db5786 !important;
    border-radius: 35px !important;
}
form.cart {
    margin: 25px 0 0 !important;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images ol{
	display: flex;
    margin: 0 -10px;
}
section.related.products .title-sep-container,
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
section.related.products h2.title-heading-left {
    text-align: center !important;
    display: block;
    width: 100%;
    font-family: "Gabriela" !important;
    font-weight: 600 !important;
    margin: 0;
    font-size: 36px !important;
    color: #3d3d3d !important;
    text-transform: capitalize;
}
section.related.products .product-buttons {
    display: none;
}
.product-buttons {
    display: none;
}
.avada-page-titlebar-wrapper .fusion-page-title-bar {
    height: 100px !important;
    background-color: #f9f9f9 !important;
    color: #3d3d3d !important;
    font-size: 18px;
    border: none;
}
a.woof_show_auto_form.woof_btn_default,
body.tax-product_cat h1.entry-title{
	display:none !important;
}
main#main {
    padding: 50px 0;
}