/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


h1,h2,h3,h4,h5,h6,p,a,span,strong{
	font-family: 'Agrandir' !important;
}

.section-2 h2.woocommerce-loop-product__title {
    text-align: center;
    color: #A708A5;
    font-size: 35px !important;
    padding-bottom: 60px !important;
    line-height: 40px !important;
}
.section-content p {
    font-size: 26px;
    color: #A708A5;
    line-height: 40px;
}
.sec-2-first:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/09/Mask-Group-7.png);
    height: 90%;
    width: 90%;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -280px;
    right: 0;
}
.sec-2-first:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/09/Mask-Group-11.png);
    width: 120%;
    height: 690px;
    bottom: 100px;
    background-repeat: no-repeat;
    left: -10%;
    background-size: 100% 100%;
}

.sec-2-last:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/09/Mask-Group-11.png);
    width: 120%;
    height: 690px;
    bottom: 100px;
    background-repeat: no-repeat;
    left: -10%;
    background-size: 100% 100%;
}
.sec-2-last:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/09/Mask-Group-11.png);
    width: 120%;
    height: 650px;
    top: -50px;
    background-repeat: no-repeat;
    left: -10%;
    background-size: 100% 100%;
}
@media screen and (max-width: 1520px) {
	.sec-2-first:after {
    height: 550px;
}

.sec-2-last:before {
    height: 550px;
}

.sec-2-last:after {
    height: 550px;
}
}