/*
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
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
h2,h3,h4,h5{
	font-family: "Prata";
}
p,a,span,h6{
	 font-family: "Poppins";
}
div#header-outer {
    height: 0;
}
div#header-space {
    height: 0;
}
a.nectar-button.small.regular.accent-color.regular-button {
    width: 225.352px;
    height: 55.485px;
    border-radius: 53.483px !important;
    text-align: center;
    line-height: 2.5;
}
a.nectar-button.small.regular.accent-color.regular-button span {
    color: #ffffff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
/* ============================================================= */
#sec-04 .marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 !important;
  padding: 0;
}
#sec-04 .marquee-track {
  display: inline-flex;
  will-change: transform;
}
#sec-04 .marquee-left .marquee-track {
  animation: marquee-left 20s linear infinite;
}
#sec-04 .marquee-right .marquee-track {
  animation: marquee-right 20s linear infinite;
}
#sec-04 .marquee-track img {
  margin-right: 19px;
  width: 80%;
}
@keyframes marquee-left {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes marquee-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ===================================================================== */
/* ========================================================================= */
#sec-01 a.nectar-button.small.regular.accent-color.regular-button span {
    color: #000;
}
div#sec-01 h6 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 7.04px;
    text-transform: uppercase;
    width: 209.762px;
    height: 42.452px;
    border-radius: 53.483px;
    border: 1px solid rgba(255, 255, 255, 0.37);
    background: rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(5px);
    text-align: center;
    line-height: 2.5;
    margin-bottom: 30px;
    margin: 0 auto;
    display: table;
    margin-bottom: 30px;
}
div#sec-01 h2 {
    color: #FFF;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 77px;
    text-transform: capitalize;
    text-align: center;
    margin: 0 auto;
    text-shadow: 1px 3px black;
    padding-bottom: 11px;
}
div#sec-01 p {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.9px;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    padding-bottom: 14px;
    text-align: center;
    text-shadow: 4px 3px black;
    margin: 0 auto;
    width: 85%;
}
#sec-01 a.nectar-button.small.regular.accent-color.regular-button {
    background-color: #fff !important;
    margin: 0 auto;
    display: table;
}
#sec-01 ul {
    margin: 0;
    display: flex;
    justify-content: end;
}
#sec-01 ul li {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 22.799px;
    letter-spacing: 0.418px;
    text-transform: capitalize;
    list-style: none;
    position: relative;
    margin-right: 70px;
    display: flex;
    align-items: center;
}
#sec-01 ul li:nth-child(1):before {
    content: '';
    border: 1px solid #fff;
    position: absolute;
    width: 0;
    height: 62.574px;
    right: -33px;
}
#sec-01 ul li:nth-child(2) {
    margin: 0;
}
/* =============================================================== */
div#sec-02 .row-bg.viewport-desktop {
    background: rgba(0, 0, 0, 0.03);
}
div#sec-02 h2 {
    color: #1E1E1E;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 74px;
    text-transform: capitalize;
}
div#sec-02 p {
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.9px;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    padding: 0;
}
div#sec-02 form#wpforms-form-26 {
    display: flex;
}
div#sec-02 input {border: none;border-bottom: 1px solid #9E9E9E;background-color: transparent;padding-left: 0;color: #000;width: 350px;}
div#sec-02 input::placeholder {
    color: #4D4D4D;
    font-family: "Cormorant Garamond";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#sec-02 button#wpforms-submit-26 {
    background-color: transparent !important;
    color: transparent;
    border: none;
    background-image: url(/lee-cochran/wp-content/uploads/2025/12/Group-1321315437.png);
    background-repeat: no-repeat;
    padding: 0 !important;
    width: 22px;
    margin-left: -24px;
    margin-top: 10px;
}
body .wpforms-confirmation-container-full p {
    color: #fff !important;
    font-size: 16px !important;
    text-align: center;
}
#sec-02 div#wpforms-26 {
    margin-top: 10px;
}
/* ================================================================== */
#sec-03 h2 {
    color: #1E1E1E;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 77px;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 50px;
}
#sec-03 h2 strong {font-weight: 400;color: #9106A4;}
#sec-03 .vc_col-sm-4:nth-child(1),#sec-03 .vc_col-sm-4:nth-child(3) {
    border-radius: 45px;
    border: 1px solid #BEBEBE;
    background: #F8EFFF;
    width: 422.209px;
    /* height: 575.849px; */
    padding: 112px 65px;
}
#sec-03 h3 {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: 39px;
    text-transform: capitalize;
    padding-bottom: 40px;
}
#sec-03 p {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.44px;
    text-transform: capitalize;
}
#sec-03 img {
    width: 100%;
}
#sec-03 a.nectar-button.small.regular.accent-color.regular-button span {color: #fff;}
#sec-03 a.nectar-button.small.regular.accent-color.regular-button {
    margin: 0 auto;
    display: table;
    margin-top: 50px;
}
#sec-03 .row_col_wrap_12_inner.col.span_12.left {
    justify-content: space-between;
}
/* ======================================================== */
div#sec-05 h2 {
    color: #1E1E1E;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 77px;
    text-transform: capitalize;
    padding-bottom: 60px;
    margin: 0;
}
div#sec-05 h2 strong {
    color: #9106A4;
    font-weight: 400;
}
div#sec-05 h3 {
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin: 0;
    width: 90%;
}
div#sec-05 p {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    width: 80%;
    padding-bottom: 33px;
}
div#sec-05 a.nectar-button.small.regular.accent-color.regular-button span {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
div#sec-05 a.nectar-button.small.regular.accent-color.regular-button {
    width: 173.685px;
    height: 55.485px;
}
div#sec-05 a#btn {
    border: 1px solid #36003D;
    background-color: transparent !important;
    margin-left: 27px;
}
div#sec-05 a#btn span {
    color: #000;
}
/* ============================================================= */
div#sec-06 h2 {
    color: #000;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 77.951px;
    text-transform: capitalize;
}
div#sec-06 h2 strong {
    color: #9106A4;
    font-weight: 400;
}
div#sec-06 a.nectar-button.small.regular.accent-color.regular-button {
    width: 173.685px;
    height: 55.485px;
    float: right;
}
div#sec-06 .blog-wo {
    width: 409.427px;
    border: 0.789px solid #A9A9A9;
    background: #FFF;
    padding: 25px 26px;
    margin-top: 60px;
}
div#sec-06 .blog-wo h3 {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 168%;
    text-transform: capitalize;
    padding-top: 15px;
    margin: 0;
    padding-bottom: 9px;
}
div#sec-06 .blog-wo p.tex {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 166%;
    text-transform: capitalize;
    padding-bottom: 10px;
}
div#sec-06 .blog-wo p {
    padding: 0;
}
div#sec-06 .blog-wo ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
}
div#sec-06 .blog-wo ul li {
    list-style: none;
    color: #000;
    font-family: Poppins;
    font-size: 14.2px;
    font-style: normal;
    font-weight: 300;
    line-height: 166%;
    text-transform: capitalize;
}
div#sec-06 .blog-wo:hover {
    background: #F8EFFF;
    transition: all 0.5s linear;
    border-color: #F8EFFF;
}
/* ========================================================== */
div#sec-07 .bg-pink {
    border-radius: 30px;
    background: #F8EFFF;
    box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.10);
    padding: 100px 123px 100px 90px;
}
div#sec-07 h2 {
    color: #1E1E1E;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin: 0;
}
div#sec-07 p strong {
    color: #36003d;
}
div#sec-07 p {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.418px;
    text-transform: capitalize;
}
div#sec-07 h3 {
    color: #1E1E1E;
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    line-height: 1.1;
    padding-bottom: 10px;
}
/* div#sec-07 h3:before {
    content: '';
    background-image: url(/lee-cochran/wp-content/uploads/2025/12/Group-1321315438.png);
    position: absolute;
    width: 41%;
    height: 21px;
    background-repeat: no-repeat;
    top: -40px;
} */
div#sec-07 .vc_col-sm-6:nth-child(1) {
    position: relative;
}
div#sec-07 .vc_col-sm-6:nth-child(1):before {
    content: '';
    border-right: 1px solid #000;
    position: absolute;
    height: 692.646px;
    top: -60px;
    right: 10px;
    bottom: auto;
    opacity: 0.2;
}
#sec-07 .vc_col-sm-6:nth-child(2) {
    padding-left: 70px;
}
/* ===================================================================== */
div#sec-08 h2 {
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -1.8px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 40px;
    padding-top: 20px;
}
div#sec-08 ul {
    margin-left: 23px;
}
div#sec-08 ul li {
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    padding-bottom: 39px;
    margin: 0;
}
div#sec-08 ul li a {
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.8px;
    text-transform: lowercase;
}
div#sec-08 input {
    backdrop-filter: blur(4.25px);
    background-color: #F9F9F9;
    height: 70px;
    border-radius: 40px;
    border: none;
    padding-left: 30px;
    color: #000;
}
div#sec-08 textarea{
     border-radius: 30px;
     border: none;
     padding-left: 30px;
     color: #000;
     backdrop-filter: blur(4.25px);
     background-color: #F9F9F9;
     height: 158px;
     padding-top: 23px;
}
div#sec-08 input::placeholder,div#sec-08 textarea::placeholder {
    color: #888;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
div#sec-08 button#wpforms-submit-49 {
    width: 100%;
    height: 55px;
    border-radius: 27.5px !important;
    background: #36003D;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
}
div#wpforms-49 {
    margin: 0;
}
#sec-08 .vc_col-sm-5 {
    position: relative;
}
#sec-08 .vc_col-sm-5:before {
    content: '';
    border: 1px solid #000;
    position: absolute;
    height: 516px;
    opacity: 0.1;
    right: 120px;
}
#sec-08 div.wpforms-container-full .wpforms-form .wpforms-field {
    padding-bottom: 5px;
}
/* ================================================================= */
/* Newsletter Css */
.newsletter-sec h2 {
    color: #1E1E1E;
    font-family: Prata;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px; /* 126.385% */
    text-transform: capitalize;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.newsletter-sec p {
    color: #1E1E1E;
}
.newsletter-sec {
    position: relative;
}
.newsletter-sec:before {
    content: "";
    background-image: url(/lee-cochran/wp-content/uploads/2025/12/Group-1321315443-min.png);
    width: 75px;
    height: 128px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 100px;
    top: 0;
}
.newsletter-sec div#wpforms-26 {
    margin: 0 auto;
}
.newsletter-sec div#wpforms-26 .wpforms-field {
    padding: 0;
}
.newsletter-sec .wpforms-submit-container {
    margin: 0 !important;
}
.newsletter-sec div#wpforms-26 .wpforms-field input {
    filter: drop-shadow(2px 8px 0 #000);
    border: 2px solid #000;
    height: 81px;
    border-radius: 15px;
    padding-left: 34px;
    color: #1E1E1E;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    width: 783px;
    height: 81.732px;
}
.newsletter-sec div#wpforms-26 .wpforms-field input::placeholder {
    color: #1E1E1E;
    opacity: 0.37;
}
.newsletter-sec div#wpforms-26 form#wpforms-form-26 {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#newsletter-row button#wpforms-submit-26 {
    padding: 0 !important;
    height: auto;
    color: #000 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 0;
    display: flex;
    align-items: center;
}
div#newsletter-row button#wpforms-submit-26:before {
    content: "";
    background-image: url(/lee-cochran/wp-content/uploads/2025/12/Group-1321315440.png);
    width: 84px;
    height: 55px;
    background-position: center;
    position: absolute;
    right: 15px;
}
div#newsletter-row p {
    color: #1E1E1E;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    text-transform: capitalize;
    width: 66%;
    margin: 0 auto;
    padding-bottom: 25px;
}
/* ================================================================ */
.footer-links ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer-links ul li {
    display: inline-block;
    margin-left: 57px;
}
.footer-links ul li a {
    color: #FFF !important;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    opacity: 0.8;
    text-transform: capitalize;
}
div#footer-inner-row {
    border-top: 1.7px solid #ffffff66;
    padding-top: 40px;
    margin-top: 100px;
}
.footer-details ul {
    margin: 0;
}
.footer-details ul li {
    display: inline-block;
    margin-right: 150px;
}
.footer-details ul li a {
    color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	text-transform: capitalize;
}
.footer-details ul li:before {
    content: "\f095";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 20px;
}
.footer-details ul li:nth-child(2):before {
    content: "\f0e0";
}
.footer-social-sec ul {
    text-align: right;
    margin: 0;
}
.footer-social-sec ul li {
    display: inline-block;
    margin-left: 22px;
}
.footer-social-sec ul li i {
    font-size: 25px;
}
.copyright-sec .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright-sec p {
    padding: 0;
    color: #000;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 6.3px;
    text-transform: capitalize;
    font-size: 18px;
}
.copyright-sec p a {
    color: #000;
}
.footer-social-sec ul li i {
    color: #fff;
}
/* ================================================================== */
header#top .row {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.37);
    background: rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(17px);
    padding-left: 43px;
    align-items: center;
}
header#top {
    margin-top: 30px;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    padding: 0 24px 0 24px;
    margin: 0;
    border-right: 1px solid #ffffff8f;
}
body.material #header-outer #top nav>.buttons>li:first-child {
    padding-right: 70px;
}
body.material #top nav ul #search-btn a span {
    background-color: #ffffff;
    padding: 18px;
    border-radius: 60px;
    color: #000;
}
body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    border: 2px solid #fff;
    bottom: -10px;
    border-radius: 20px;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li:last-child > a {
    border: none;
}
#header-secondary-outer ul {
    float: unset;
}
div#header-secondary-outer {
    background-color: #36003D;
    padding: 14px 0;
}
div#header-secondary-outer .top-hed ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#header-secondary-outer .top-hed ul li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: lowercase;
}
div#header-secondary-outer .top-hed ul li {
    display: inline-block;
}
div#header-secondary-outer .top-hed ul li {position: relative;}
div#header-secondary-outer .top-hed ul li:before {
    content: "\f095";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 20px;
}
div#header-secondary-outer .top-hed ul li:nth-child(2):before {
    content: "\f0e0";
}
body.material #header-secondary-outer .nectar-center-text {
    padding: 0 !important;
}
body.wp-singular.product-template-default.single div#header-outer {
    background-image: url(/lee-cochran/wp-content/uploads/2025/12/Group-1321315437-min.png);
    height: 300px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,table.shop_table.shop_table_responsive {
    font-size: 16px;
    color: #000;
}
.footer-links ul#menu-menu-2 li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    /* 29.45px */
    letter-spacing: -0.19px;
    text-transform: capitalize;
    opacity: 1;
}
div#sec-07 .vc_col-sm-6:nth-child(2) {
    position: relative;
}
div#sec-07 .vc_col-sm-6:nth-child(2):before {
    content: '';
    background-image: url(/lee-cochran/wp-content/uploads/2025/12/Group-1321315442-min.png);
    position: absolute;
    width: 42%;
    height: 43%;
    z-index: 9999;
    bottom: -50px;
    background-repeat: no-repeat;
    right: -80px;
    top: auto;
}
/* ============================================================= */
div#abo-wo .vc_col-sm-7 {
    padding-left: 90px;
}
div#abo-wo h3 {
    margin: 0;
    padding-bottom: 30px;
    font-size: 40px;
    color: #9106A4;
}
.page-id-91 #sec-03 h2 {
    padding-bottom: 20px;
}
div#sec-02 p strong {color: #9106A4;}
/* ================================================================= */
#sec-01 h3 {
    color: #ffffff;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 10px;
}
#sec-01 h3 strong {
    color: #ffffff;
    font-family: 'Cormorant Garamond';
    font-size: 31px;
}
/* =========================================================================== */
body.wp-singular.product-template-default.single h1.product_title.entry-title.nectar-inherit-default {
    color: #000;
    font-family: Poppins !important;
    font-size: 38px;
    font-style: italic;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
}
body.wp-singular.product-template-default.single.woocommerce div.product .summary p.price {padding: 0 0 20px 0;}
body.wp-singular.product-template-default.single.woocommerce div.product .summary p.price span {color: #36003d;}
body.wp-singular.product-template-default.single .woocommerce-product-details__short-description p {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
body.wp-singular.product-template-default.single.woocommerce-product-details__short-description p strong {
    color: #9f44ce;
    font-size: 17px;
}
body.wp-singular.product-template-default.single .woocommerce-product-details__short-description  ul li {
    color: #1E1E1E;
    font-family: Poppins !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 11px;
}
body.wp-singular.product-template-default.single .woocommerce-product-details__short-description ul {
    margin: 0 0 7px 18px;
}
div.product .woocommerce-tabs .full-width-content[data-tab-style*=fullwidth] ul.tabs {
    margin: 0;
}
div#pro-wok p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 166%;
    text-transform: capitalize;
}
div#pro-wok p strong {
    color: #9106A4;
    font-style: italic;
}