/*
Theme Name: moodlings Child Theme
Description: This is a custom child theme for Salient
Theme URI: https://moodlings.720designpythons.com/
Author: ThemeNectar
Author URI: https://moodlings.720designpythons.com/
Template: salient
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Brice';
    src: url('fonts/BriceRegularSWFTE.woff2') format('woff2'),
        url('fonts/BriceRegularSWFTE.woff') format('woff'),
        url('fonts/BriceRegularSWFTE.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



h1, h2{
 font-family: 'Brice';
		  }
h3, h4, h5,h6{
    font-family: "Montserrat", sans-serif;
}
a,p,span,li,label{
    font-family: "Montserrat", sans-serif;
}

h4.fir34{
    font-family: "Montserrat", sans-serif;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a
 {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    margin: 0 9px;
}
body #header-outer .icon-salient-search:before, body.material #header-outer .icon-salient-search:before {
    color: #041621;
}
body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    display: none;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0px;
    height: 2px;
    background: #509A44;
    border-radius: 100px;
    transition: all 0.3s linear;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a:after, #header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a:after {
    width: 100%;
}
li#menu-item-42 a {
    border: 1px solid #1A1818;
    padding: 8px 18px !important;
    border-radius: 50px;
}

li#menu-item-42 a::after {
    display: none;
}

li#menu-item-42 a:hover {
    color: #ffffff !important;
    background: #1167B1;
    border-color: #1167B1 !important;
}

.icon-salient-m-user:before, nav.right-side .icon-salient-cart:before {
    color: #000000;
}
.hover-wrap-inner img {
    width: 100%;
}
.container.main-content {
    /* padding: 0 160px; */
}
#header-outer[data-format=centered-menu] #top .span_9 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
div#section1 .content {
    bottom: 30px !important;
}
div#section1 h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
    opacity: 1;
    text-transform: capitalize;
    transform: unset;
}
div#section1 p {
    font-size: 18px;
    opacity: 1;
    color: #ffffff;
    transform: unset;
}
div#section1  .buttons {
    opacity: 1;
    padding: 0;
    transform: unset;
}
div#section1 .buttons .button+.button a.primary-color{
    color: #ffffff;
    border-color: #ffffff;
    background: transparent !important;
}

div#section1 .button.solid_color a.primary-color  {
    margin-left: 9px;
    padding: 13px 29px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #509A44;
    text-transform: capitalize;
    border-radius: 50px !important;
}
div#section1 h2 {
    color: #ffffff;
    font-weight: 600;
}
div#section1 div#second ul.contact-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#section1 div#second ul.contact-list li {
    list-style: none;
}
div#section1 div#second ul.contact-list li a {
    padding: 0 18px;
    color: #ffffff;
    font-size: 20px;
}
div#section1  div#second {
    padding-top: 40px;
}
h2 {
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
}

p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding: 0;
}
a.nectar-button.small.regular.accent-color.regular-button {
    font-size: 17px;
    font-weight: 500;
    border-radius: 50px !important;
    padding: 13px 29px;
    text-transform: capitalize;
    color: #3B4A59;
}
a.nectar-button.small.regular.accent-color.has-icon.regular-button i {
    background-color: #ffffff !important;
    color: #07031E;
    transform: rotate(-45deg);
    margin-top: -12px;
    margin-right: -6px;
}
h4.fir34 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
}
div#section2 {
    margin: 0;
}
div#section2 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#section2 h2 {
    color: #3B4A59;
}
div#section2  p {
	color: #3B4A59;
	padding-bottom: 10px;
}
div#section2 ul{
	margin: 0;
	margin-top: 18px;
}
div#section2 ul li {
	color: #041621;
	font-weight: 500;
	border: 1px solid #000000a6;
	padding: 9px 15px;
	margin-bottom: 12px;
	font-size: 15px;
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 24px;
	border-radius: 6px;
}
div#section2 ul li:before {
    height: 6px;
    width: 6px;
    background: #FF7C6C;
    position: absolute;
    content: "";
    left: 9px;
    border-radius: 50px;
}
div#section3 {
    margin: 0;
}
div#section3 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#section3 h2 {
    color: #3B4A59;
}
div#section3 a.nectar-button.small.regular.accent-color.regular-button {
  float: right;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 500;
    font-size: 22px;
    color: #3B4A59 !important;
    font-family: 'Montserrat' !important;
    padding-top: 3px;
}
ul.products li.product .price, ul.products li.product .price span {
    text-align: left;
    color: #3B4A59 !important;
    font-weight: 500 !important;
    font-size: 20px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 6px 6px !important;
}
.woocommerce ul.products li.product.classic .product-wrap img {
    border-radius: 9px !important;
}
.woocommerce ul.products li.product .custom-product-icons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.woocommerce ul.products li.product .custom-product-icons a {
    background: #ffffff !important;
}
.woocommerce ul.products li.product .custom-product-icons a i {
    background: transparent;
    color: #3B4A59;
    top: 0;
    font-size: 18px;
    font-weight: 400;
}
div#section4 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#section4 h2 {
    color: #ffffff;
}
div#section4 p {
    color: #ffffff;
}
div#section4 a.nectar-button.small.regular.accent-color.regular-button {
}
div#section4 a.nectar-button+a.nectar-button {
    margin-left: 9px;
    color: #ffffff;
    background: transparent !important;
    border: 1px solid #ffffff;
}
div#section5 {
    margin: 0;
}
div#section5 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#section5 h2 {
    color: #3B4A59;
}
div#section5 a.nectar-button.small.regular.accent-color.regular-button {
  float: right;
}
div#section5 h4 {
    font-weight: 500;
    color: #3B4A59;
    line-height: 1;
    font-size: 20px;
}
div#section5 p {
    color: #3B4A59;
    line-height: 1;
    font-weight: 500;
}
div#section5 div#second * {
    padding: 0 1px;
}
div#section6 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 50px;
}
div#section6 h2 {
    color: #3B4A59;
}
div#section6 div#second .vc_col-sm-3 .vc_column-inner {
    border: 1px solid #00000060;
    height: 100%;
    padding: 18px 18px;
}
div#section6 div#second h3 {
    font-family: 'Brice';
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
div#section6 div#second p {
    display: table;
    margin: 0 auto;
}
div#section6 div#second p img {
    margin: 0;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
}
div#section7 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 50px;
}
div#section7 .owl-item .carousel-item h3 {
    font-weight: 400;
    color: #3B4A59;
    font-size: 30px;
    font-family: 'Brice';
    text-align: center;
}
div#section7 .owl-item .carousel-item ul {
    margin: 0;
    padding-top: 30px;
}
div#section7 .owl-item .carousel-item ul li {
    text-align: center;
}
div#section7 .owl-item .carousel-item ul li:first-child {
    font-size: 30px;
    font-weight: 300;
    color: #FE7A6B;
    text-transform: uppercase;
    list-style: none;
}
div#section7 .owl-item .carousel-item ul li:nth-child(2) {
    font-weight: 500;
    color: #3B4A59;
    font-size: 16px;
    list-style: none;
}
div#section7 .owl-stage {
    padding: 0 !important;
}
div#section7 {
    margin: 0;
}
div#section7 .owl-item .carousel-item p.img1 {
	display: table;
	margin: 0 auto;
}
div#section7 .owl-item .carousel-item p.img1 img{
	width: 60%;
}
div#section7 .owl-item .carousel-item h4{
   color: #ffffff;
   padding-top: 12px;
}
div#section7 div#first p.img {
    display: table;
    margin: 0 auto;
    margin-right: 0;
}
div#section8 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#section8 h2 {
    color: #ffffff;
}
div#section8 p {
    color: #ffffff;
}
div#section8 a.nectar-button.small.regular.accent-color.regular-button {
}
.img-with-aniamtion-wrap img.img-with-animation.skip-lazy {
    width: 100%;
}
div#contact1 {
    margin-top: 0 !important;
}
div#contact1 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#contact1 .row-bg-wrap .inner-wrap::before {
    content: "";
    position: absolute;
    top: revert-layer;
    height: 70%;
    width: 100%;
    z-index: 3;
    background-image: linear-gradient(0deg, #fff7e412, #FFF7E4);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    transition: 0.3s linear;
}
div#contact1 h2 {
    color: #3B4A59;
}
div#contact1 p {
    color: #3B4A59;
}
div#contact1 img.img-with-animation.skip-lazy {
    border-radius: 18px;
}
div#contact1 form.wpcf7-form.init br, div#contact1 br {
    display: none;
}
div#contact1 span.wpcf7-form-control-wrap {
    width: 32%;
    display: inline-flex !important;
    margin-bottom: 6px;
    margin-right: 2px;
}
div#contact1 textarea {
    height: 110px;
}
div#contact1 span.wpcf7-form-control-wrap[data-name="textarea-981"] {
    width: 98.5%;
    margin-top: 10px;
    margin-bottom: 0;
}
div#contact1 span.wpcf7-form-control-wrap[data-name="textarea-981"] textarea {
    border-radius: 18px !important;
}
div#contact1 input[type=text], div#contact1 input[type=tel], div#contact1 input[type=email], div#contact1 select, div#contact1 textarea {
    background: transparent;
    border: 1px solid #3B4A59 !important;
    border-radius: 50px !important;
    box-shadow: unset;
    font-size: 16px;
    color: #0A0001;
    font-weight: 400;
    padding: 10px 12px !important;
    border: unset;
    padding-left: 0;
}
div#contact1 input[type=submit] {
    font-size: 17px;
    font-weight: 400;
    padding: 10px 42px !important;
    text-transform: capitalize;
    border-radius: 50px !important;
    margin-top: 30px !important;
    display: table;
    margin-right: 30px;
    color: #ffffff;
}
div#contact1 .wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}
div#contact1 .wpcf7-form .wpcf7-not-valid::placeholder {
    color: red !important;
}
div#contact1  input:focus, 
div#contact1  select:focus, 
div#contact1 textarea:focus {
    border-color: #F8C03C !important;
}
div#contact1 input::placeholder, 
div#contact1 textarea::placeholder {
    color: #1B1A19 !important;
	font-size:15px;
}
div#contact1 .wpcf7 .wpcf7-response-output {
    margin-left: 0;
    margin-top: 0;
}
 div#contact1 span.wpcf7-spinner {
    position: absolute;
}
div#contact1 div#second {
        padding-top: 0;
}
div#contact1 div#second br{
	display:none;
}
div#contact1 div#first{
    padding-bottom: 20px;
}
div#contact1 form.wpcf7-form.init p {
    padding: 0;
}
.container-wrap {
    padding: 0;
}
div#footer1 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 16px;
}
div#footer1 h4 {
    font-size: 20px;
    font-weight: 500;
    color: #464646;
    line-height: 28px;
}
div#footer1 h3 {
    font-size: 20px;
    font-weight: 600;
    color: #041621;
    text-transform: capitalize;
}
div#footer1 ul li,
div#footer2 p {
    font-size: 15px;
    font-weight: 400;
    color: #041621;
    list-style: none;
}
div#footer1 ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #041621;
    list-style: none;
}
div#footer1 ul li a strong {
    display: block;
    font-weight: 500;
}
div#footer1 ul.soc1 li a {
    display: block;
    font-weight: 600;
}
div#footer1 ul {
    margin: 0;
    padding-top: 10px;
}
div#footer1 div#first {
    margin-bottom: 0;
    height: 100%;
}
div#footer2 .row_col_wrap_12 {
    padding-top: 12px;
    padding-bottom: 3px;
    border-top: 1px solid #041621;
}
div#footer1 input[type=email] {
	border: 1px solid #333642!important;
	line-height: 30px;
	color: #000000;
	background: #ffffff;
	font-weight: 500 !important;
	padding: 10px 15px !important;
	width: 100% !important;
	height: 48px;
	border-radius: 9px !important;
	display: flex;
	margin: 0 auto;
	box-shadow: unset !important;
}
div#footer1 input[type=submit]{
	border: unset;
	outline: unset;
	box-shadow: unset;
	color: transparent;
	background-image: url("/wp-content/uploads/2025/09/Line-1.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 46px !important;
	height: 16px;
	transform: unset !important;
	border-radius: 0px !important;
	background-color: transparent !important;
	float: right;
	margin-top: -40px;
	margin-right: 10px;
	padding: 0;
}
div#footer2 input::placeholder { 
	color: #000000bd !important; 
}
div#footer1 ul.cont1 li {
    list-style: none;
    display: flex;
    padding: 0 !important;
}
div#footer1 ul.cont1 li a{
	border: 1px solid #464644;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 4px;
	border-radius: 41px;
	background: transparent;
}
div#footer1 ul.cont1 li i {
    font-size: 21px;
    color: #464646;
    padding: 0;
}
div#footer1  ul.cont1 li a:hover {
    background: #000000;
    border-color: #000000;
}
div#footer1 ul.cont1 li a:hover i {
    color: #ffffff;
}

div#footer1 .wpb_wrapper,
div#footer1 div#first .vc_column-inner,
div#footer1 .vc_column-inner,
div#footer1 div#first .row_col_wrap_12_inner {
    height: 100%;
}
div#footer1 div#first .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
}
div#footer1 {
    margin: 0;
}
div#footer1 div#second {
}
div#footer2 ul.cont1 {
    display: flex;
    justify-content: end;
    margin: 0;
}
div#footer2 p {
    font-size: 14px;
}
#page-header-bg h1 {
    text-align: center;
    padding-top: 90px;
    font-weight: 400;
    font-size: 60px;
}
.wcspc-area::after {
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(155,92,143,0.97) 100%);
  background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(155,92,143,0.97) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(155,92,143,0.97) 100%);
  background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(155,92,143,0.97) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, #509A44 100%);
}	

.wcspc-count {
    background: #509A44 !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after {
    color: #509A44 !important;
}
body .woocommerce .nectar-woo-flickity[data-controls*=arrows] .nectar-woo-carousel-top {
    position: absolute;
    width: 100%;
    top: 50%;
}

body .woocommerce .nectar-woo-flickity[data-controls*=arrows] .nectar-woo-carousel-top button.flickity-button.flickity-prev-next-button.previous {
    left: -45px;
}

body .woocommerce .nectar-woo-flickity[data-controls*=arrows] .nectar-woo-carousel-top button.flickity-button.flickity-prev-next-button.next {
    right: -75px;
}
.woocommerce div.product form.cart .variations label
 {
    font-weight: 700;
    text-align: left;
    font-size: 21px;
    color: #000;
    text-align: left;
    margin-left: 0px;
    padding-left: 0px;
}
a#sizeChartLink {
    font-size: 22px;
    padding-top: 10px !important;
    margin-top: 20px !important;
    position: relative;
    top: 22px;
}
div#about1 .row-bg-wrap .inner-wrap::before {
    content: "";
    position: absolute;
    top: revert-layer;
    height: 70%;
    width: 100%;
    z-index: 3;
    background-image: linear-gradient(0deg, #d9f8f600, #D9F8F6);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    transition: 0.3s linear;
}
div#about1 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 50px;
}

div#about1 h4.fir34 {
    font-weight: 500;
    color: #FE7A6B;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

div#about1 h2 {
    color: #3B4A59;
}
div#about1 p {
    color: #3B4A59;
    font-size: 16px;
    padding-bottom: 12px;
}
div#about1 ul li {
    font-size: 15px;
    font-weight: 600;
    color: #3B4A59;
}
div#about1 ul li::marker {
    width: 6px;
    height: 6px;
    color: #FF7C6C;
}
div#about1 ul {
    margin-left: 18px;
    margin-bottom: 6px;
    margin-top: 6px;
}
.vc_col-sm-6.innerimgfull1 .vc_column-inner>.wpb_wrapper img {
    height: 100%;
    object-fit: fill;
}
.vc_col-sm-6.innerimgfull1 .vc_column-inner,.vc_col-sm-6.innerimgfull1 .vc_column-inner>.wpb_wrapper,
.vc_col-sm-6.innerimgfull1 .vc_column-inner>.wpb_wrapper .img-with-aniamtion-wrap ,
.vc_col-sm-6.innerimgfull1 .vc_column-inner>.wpb_wrapper .img-with-aniamtion-wrap .hover-wrap, 
.vc_col-sm-6.innerimgfull1 .vc_column-inner>.wpb_wrapper .img-with-aniamtion-wrap .hover-wrap-inner {
    height: 100%;
}

div#about1 p:last-child {
    padding-bottom: 0;
}
div#reviews1 .row-bg-wrap .inner-wrap::before {
    content: "";
    position: absolute;
    top: revert-layer;
    height: 70%;
    width: 100%;
    z-index: 3;
    background-image: linear-gradient(0deg, #d9f8f600, #D9F8F6);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    transition: 0.3s linear;
}
div#reviews1 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 50px;
}
div#reviews1 h2 {
    color: #3B4A59;
}
div#reviews1 p {
    color: #3B4A59;
}
div#reviews1 div#first {
    padding-bottom: 20px;
}
div#reviews1 div#second .vc_col-sm-4 .vc_column-inner {
    border: 1px solid #00000070;
    padding: 18px 18px;
    border-radius: 12px;
    /* height: 190px; */
    height: 100%;
}
div#reviews1 div#second .link1 {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
div#reviews1 div#second .link1 h5 {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    color: #FE7A6B;
    line-height: 1;
    margin: 0;
}
div#reviews1 div#second .link1 p {
    font-weight: 500;
    color: #3B4A59;
    font-size: 14px;
}
div#reviews1 div#second .vc_col-sm-4 .vc_column-inner .wpb_text_column>.wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
div#reviews1 div#second .vc_col-sm-4 .vc_column-inner .wpb_wrapper {
    height: 100%;
}
div#reviews1 div#second .vc_col-sm-4 .vc_column-inner .wpb_text_column {
    height: 100%;
}
@media (max-width: 767px) and (orientation: portrait){
.container.main-content {
    padding: 0;
}
h1 {
    font-size: 30px !important;
}
div#section1 .content {
    bottom: unset !important;
}
p {
    font-size: 15px !important;
    line-height: 22px !important;
    text-align: center;
}
a.primary-color {
    padding: 9px 16px !important;
    font-size: 15px !important;
}
.row_col_wrap_12 {
    min-height: unset !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
div#section1 .row_col_wrap_12 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
h2 {
    font-size: 30px !important;
    text-align: center;
}
h2 br {
    display: none;
}

ul {
    margin: 0 !important;
}

a.nectar-button.small.regular.accent-color.regular-button {
    padding: 9px 16px !important;
    font-size: 15px !important;
    display: table;
    margin: 0 auto !important;
    float: unset !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 24px !important;
    text-align: center;
    padding-bottom: 6px;
}

.woocommerce ul.products li.product .price {
    font-size: 16px !important;
    text-align: center;
    line-height: 1;
}

.woocommerce ul.products[class*=columns-] li.product {
    margin-bottom: 6px !important;
}

div#section4 a.nectar-button+a.nectar-button {
    margin-top: 14px !important;
}

.wpb_row {
    min-height: unset !important;
}

.row-bg.viewport-desktop.using-image {
    background-position: center center !important;
}

div#section5 h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
}

div#section5 div#second * {
    margin-bottom: 4px;
}

div#section5 div#second {
    margin-bottom: 0px;
}
div#section6 div#second .vc_col-sm-3 .vc_column-inner {
    padding: 9px 9px;
}
div#section6 div#second p img {
    margin: 0;
}
div#section6 div#second h3 {
    font-size: 18px;
    line-height: 1;
    padding-top: 12px;
}
div#section6 div#second .vc_col-sm-3 {
    margin-bottom: 10px;
}
div#section7 .owl-item .carousel-item p.img1 img {
    margin: 0 auto;
}

div#section7 .owl-item .carousel-item h3 {
    font-size: 22px;
    line-height: 1;
}

div#section7 .owl-item .carousel-item ul {}

div#section7 .owl-item .carousel-item ul li:first-child {
    font-size: 22px;
    line-height: 1;
}

div#footer1 ul.cont1 li {
    justify-content: center;
}

div#footer1 ul.cont1 {
    padding: 0;
}

div#footer1 .vc_col-sm-3 {
    margin-bottom: 0;
}

div#footer1 h3 {
    text-align: center;
    font-size: 17px;
    line-height: 1;
}

div#footer1 ul li {
    text-align: center;
}

div#footer1 ul {
    padding: 0;
}

div#footer1 img.img-with-animation.skip-lazy {
    width: 60%;
    display: table;
    margin: 0 auto;
}
div#footer1 div.emaillist {
	margin: 0;
}	
div#footer-outer {
    display: none;
}	
}


div#shop1 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#shop1 .row-bg-wrap .inner-wrap::before {
    content: "";
    position: absolute;
    top: revert-layer;
    height: 70%;
    width: 100%;
    z-index: 3;
    background-image: linear-gradient(0deg, #fff7e412, #FFF7E4);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    transition: 0.3s linear;
}
div#shop1 h2 {
    color: #3B4A59;
}
div#shop1 p {
    color: #3B4A59;
}
div#shop2 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 40px;
}
div#shop2 h3 {
    color: #3B4A59;
    font-family: 'Brice';
    font-size: 30px;
    font-weight: 400;
}
div#shop2 .vc_col-sm-4 .vc_column-inner {
    background: #D9F8F6;
    border-radius: 12px;
    padding: 24px 24px;
    height: 100%;
}
div#shop2 ul li {
    font-weight: 500;
    color: #3B4A59;
    line-height: 21px;
    font-size: 17px;
    position: relative;
    list-style: none;
    margin-bottom: 6px;
}
div#shop2 ul li:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/09/Vector.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    margin-left: -24px;
    margin-top: 6px;
}
div#shop2 .row-bg-wrap .inner-wrap:before {
        position: absolute;
        content: "";
        background-image: url(/wp-content/uploads/2025/09/Vector1.png);
        background-repeat: no-repeat;
        background-size: 26%;
        width: 100%;
        height: 100%;
        left: 0;
        background-position: left center;
}
div#shop2 .vc_col-sm-4.fir2 .vc_column-inner {
    background: #FFEEED;
}
div#shop2 .vc_col-sm-4.fir3 .vc_column-inner {
    background: #FFF7E4;
}
body.wp-singular.product-template-default.single.single-product .container-wrap .container.normal-container.row  {
    padding: 0;
}
body.wp-singular.product-template-default.single.single-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.disabled-add-wishlist {
    display: none;
}
body.wp-singular.product-template-default.single.single-product .product_meta {
    display: none;
}
body.wp-singular.product-template-default.single.single-product .clear {
    padding: 0;
}
body.wp-singular.product-template-default.single.single-product section.related.products {
    display: none;
}
div#woocom1 .row_col_wrap_12 {
    padding-top: 20px;
    padding-bottom: 20px;
}
div#woocom1 h3 {
    color: #3B4A59;
}
div#woocom1 ul li{
    color: #3B4A59;
    font-size: 16px;
    font-weight: 400;
}
div#woocom1 div#first {
    padding-bottom: 0;
}
div#woocom1 div#first .vc_col-sm-6 .vc_column-inner {
    border: 1px solid #00000070;
    padding: 18px 18px;
    border-radius: 12px;
    /* height: 190px; */
    height: 100%;
}
div#woocom1 ul li::marker {
    color: #FF7C6C;
}
div#woocom1 ul {
    margin-left: 16px;
}
body.single-product .container-wrap {
    padding-bottom: 0;
}
li#menu-item-73 a {
    display: none !important;
}
div#gallery1 .row-bg-wrap .inner-wrap::before {
    content: "";
    position: absolute;
    top: revert-layer;
    height: 70%;
    width: 100%;
    z-index: 3;
    background-image: linear-gradient(0deg, #9b80ab00, #5e3875);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    transition: 0.3s linear;
}
div#gallery1 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 50px;
}