/*
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
*/

/* header CSS start */

#top nav > ul > li > a {
    opacity: 1 !important;
}

.woocommerce-checkout label.wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked span {
    color: #000 !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

span.wc-block-components-checkbox__label {
    color: #000;
}

#top nav > ul > li > a span {
    color: #383838;
}

/* header CSS end */

/* hero section CSS start */

h1 {
    color: #383838;
}

#hero p {
    color: #383838;
    font-size: 20px;
    line-height: 28px;
}

#hero h1 {
    text-transform: none;
    font-weight: bold;
}

#entire-btn {
    background: #F5A3B7;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 80px;
    position: relative;
    font-weight: 600;
    transition: all 0.5s;
    opacity: 1 !important;
    overflow: hidden;
    border: 1px solid #F5A3B7;
}

#abt-us p {
    color: #000;
}

#entire-btn:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(0);
    transition: all 1s;
}

#entire-btn:hover:before {
    transform: scale(10);
}

#entire-btn:hover {
    transform: unset !important;
    box-shadow: unset !important;
    color: #F5A3B7;
}

/* hero section CSS end */

/* all-product section CSS start */

table.variations label {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.single-product ul {
    margin-left: 30px;
}

.single-product ul li {
    list-style: disc !important;
}

.single-product ul li strong {
    color: #383838;
}

a.button.product_type_simple.add_to_cart_button {
    width: 100%;
    font-size: 14px !important;
    line-height: 22px !important;
    background: transparent !important;
    color: #383838 !important;
    border: 1px solid #383838;
    font-weight: 600;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

li.classic.product.type-product:hover a.button.product_type_simple.add_to_cart_button {
    color: #fff !important;
}

li.classic.product.type-product h2.woocommerce-loop-product__title {
    text-transform: none !important;
}

a.button.product_type_simple.add_to_cart_button:before {
    content: '';
    position: absolute;
    background: #383838;
    height: 30px;
    width: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(0);
    transition: all 1s;
    z-index: -1;
}

li.classic.product.type-product:hover a.button.product_type_simple.add_to_cart_button:before {
    transform: scale(15);
}

li.classic.product.type-product {
    background: #fff;
    padding: 10px 15px !important;
}

li.classic.product.type-product h2.woocommerce-loop-product__title {
    color: #383838;
    font-size: 16px !important;
    line-height: 24px !important;
    transition: all 0.5s;
    font-weight: 600 !important;
    text-align: left !important;
}

li.classic.product.type-product:hover h2.woocommerce-loop-product__title {
    color: #F5A3B7 !important;
}

li.classic.product.type-product span.price bdi {
    color: #383838;
}

li.classic.product.type-product .prod-short-desc {
    color: #697586 !important;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 22px;
}

h2 {
    color: #383838;
}

#all-product h2 {
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#all-product a {
    color: #697586;
    font-size: 18px;
    line-height: 26px;
}

#all-product p {
    text-align: center;
}

.head-blk {
    position: relative;
}

.head-blk:before {
    content: '';
    position: absolute;
    background: url(https://seenbygraces.co.uk/wp-content/uploads/2025/10/text-block-before.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    left: 38%;
    top: 42%;
    margin: auto 0;
}

.head-blk:after {
    content: '';
    position: absolute;
    background: url(https://seenbygraces.co.uk/wp-content/uploads/2025/10/text-block-after.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    left: 57.5%;
    top: 42%;
    margin: auto 0;
}

/* all-product section CSS end */

/* beauty section CSS start */

div#beauty-inr.inr-beauty {
    padding-top: 50px;
}

#beauty-inr ul li {
    color: #383838;
    background: #b4b0be57;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 20px;
	margin-bottom: 10px;
}

#beauty-inr ul {
	column-count: 3;
}

ul li {
    list-style: none;
}

ul {
    margin: unset;
}

h3 {
    color: #383838;
}

p {
    color: #697586;
}

#entire-btn.transparent {
    color: #383838;
    background: transparent !important;
    padding: 10px 22px;
    border: unset !important;
    margin-left: 20px;
}

#entire-btn.transparent:before {
    display: none !important;
}

/* beauty section CSS end */

/* collect section CSS start */

#collect h2 {
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#collect a.see {
    color: #697586;
    font-size: 18px;
    line-height: 26px;
}

#collect p {
    text-align: center;
}

#collect .products-carousel .carousel-prev {
    left: 9px !important;
}

#collect .products-carousel .carousel-next {
    right: 16px !important;
}

#collect .products-carousel .carousel-prev, #collect .products-carousel .carousel-next {
    background: #b0a6bd59;
    color; #fff !important;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#collect .products-carousel .carousel-prev i, #collect .products-carousel .carousel-next i {
    color: #fff !important;
}

/* collect section CSS end */

/* newsletter section CSS start */

#newsletter .row-bg {
    background-position: center center !important;
}

#newsletter h3 {
    color: #fff;
}

#newsletter p {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
}

#newsletter label {
    display: none !important;
}

#newsletter input#tnp-1 {
    font-size: 21px;
    line-height: 29px;
    padding: 10px 15px;
    width: 70%;
:
    scoop;
}

#newsletter input#tnp-1::placeholder {
    font-size: 21px;
    line-height: 29px;
    color: #B0A6BD;
}

#newsletter div#newsletterwidget-2 {
    position: relative;
}

#newsletter .tnp-field.tnp-field-button {position: absolute;width: 20%;top: 0;right: 22%;}

#newsletter input.tnp-submit {
    font-size: 21px;
    line-height: 29px;
    padding: 10px 15px !important;
    background: transparent !important;
    opacity: 1 !important;
    transition: all 0.5s;
}

#newsletter input.tnp-submit:hover {
    transform: unset !important;
    box-shadow: unset !important;
    background: #ffa5b6 !important;
}

/* newsletter section CSS end */

/* gallery section CSS start */

#gallery h2 {
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#gallery a.see {
    color: #697586;
    font-size: 18px;
    line-height: 26px;
}

#gallery p {
    text-align: center;
}

span.pink {
	color: #F5A3B7;
	text-transform: none;
}

/* newsletter section CSS edn */

/* gallery section CSS start */

#gallery .head-blk:before {
    left: 24%;
}

#gallery .head-blk:after {
    left: 71%;
}

#gallery-inr #entire-btn.insta i {
    right: 38%;
}

#gallery-inr #entire-btn.insta {
    background: #3838385c !important;
    border-color: #3838385c !important;
    padding: 10px 90px !important;
    top: 55% !important;
}

#gallery-inr #entire-btn {
    position: absolute;
    top: 75%;
    left: 12%;
    opacity: 0 !important;
    transition: all 0.5s;
}

#gallery-inr .vc_column-inner {
    position: relative;
}

#gallery-inr .vc_column-inner:hover #entire-btn {
    opacity: 1 !important;
}

/* gallery section CSS end */

/* footer CSS start */

#footer .row-bg {
    background: linear-gradient(45deg, #3A3A3A, #323232);
}

#footer-inr .row-bg, #footer-icons .row-bg, #inr-footer .row-bg {
    background: unset !important;
}

#footer p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

#footer ul li a, #footer ul li {
    font-size: 16px;
    line-height: 24px;
    color: #ffff;
}

#footer h5 {
    color: #fff;
}

#footer ul li i {
    color: #F5A3B7;
}

#footer .tnp-field label {
    display: none !important;
}

#footer input#tnp-1 {
    color: #B0A6BD;
    font-size: 16px;
    line-height: 24px;
}

#footer input#tnp-1::placeholder {
    color: #B0A6BD;
    font-size: 16px;
    line-height: 24px;
}

#footer input.tnp-submit {
    background: unset !important;
    border: unset !important;
    text-align: left !important;
    font-size: 16px;
    line-height: 24px;
    padding-left: 0 !important;
    opacity: 1 !important;
}

#footer input.tnp-submit:hover {
    box-shadow: unset !important;
    transform: unset !important;
}

#footer .tnp-field.tnp-field-button:before {
    content: '\f061' !important;
    position: absolute;
    font-family: 'FontAwesome';
    color: #fff;
    top: 27%;
    right: 57%;
}

#footer .tnp-field.tnp-field-button {
    position: relative;
}

#footer ul.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

#footer ul.social-icons li a i {
    background: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    line-height: 33px;
    border-radius: 50%;
    color: #323232;
}

#inr-footer ul {
    display: flex;
    gap: 20px;
    justify-content: end;
}

#inr-footer ul li, #inr-footer ul li a {
    font-size: 14px;
    line-height: 22px;
}

div#inr-footer {
    padding-top: 30px;
}

#inr-footer .row-bg {
    position: relative;
}

#inr-footer .row-bg:before {
    content: '';
    position: absolute;
    background: #B0A6BD;
    height: 1px;
    width: 200%;
    top: 0;
    left: -50%;
}

#footer ul li {
    padding-bottom: 10px;
}

#footer-icons ul li, #inr-footer ul li {
    padding-bottom: unset;
}

div#copyright {
    display: none !important;
}

div#footer-outer {
    display: none !important;
}

/* footer CSS end */

/* inr-banner CSS start */

#inner-pg-banner h1 {
    font-size: 60px;
    line-height: 58px;
}

/* inr-banner CSS end */

/* Product Faqs  */

/* --- Product FAQ Section --- */
.product-faq-section {
  margin-top: 40px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-family: 'Poppins', sans-serif;
}

.product-faq-section .faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
  transition: background-color 0.3s ease;
}

.product-faq-section .faq-item:last-child {
  border-bottom: none;
}

.product-faq-section .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: #222;
  font-size: 16px;
  transition: color 0.3s ease;
}

.product-faq-section .faq-question:hover {
  color: #0073aa; /* WooCommerce blue shade */
}

.product-faq-section .faq-icon {
  margin-left: 10px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.product-faq-section .faq-icon svg {
  width: 18px;
  height: 10px;
  transition: transform 0.3s ease;
}

.product-faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.product-faq-section .faq-item.active .faq-answer {
  padding-top: 10px;
}

.product-faq-section .faq-answer p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* --- Optional hover background --- */
.product-faq-section .faq-item:hover {
  background-color: #fafafa;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
  .product-faq-section .faq-question {
    font-size: 15px;
  }

  .product-faq-section .faq-answer p {
    font-size: 14px;
  }
}

/* shop page CSS start */

li.cat-item a {
    color: #383838 !important;
    font-size: 14px;
    line-height: 22px;
}

#sidebar h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #383838;
    opacity: 1;
}

/* shop page CSS end */

/* cart CSS start */

.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    border-right: 1px solid #697586;
}

tr.wc-block-cart-items__header th span {
    font-size: 24px;
    line-height: 32px;
    color: #697586;
}

h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 24px !important;
    line-height: 32px !important;
    color: #697586;
}

span.wc-block-components-totals-item__label, span.wc-block-components-totals-item__label, .wc-block-components-panel__button {
    color: #697586 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.wc-block-components-totals-wrapper {
    border-top: 1px solid #697586;
}

a.wc-block-components-product-name {
    font-size: 22px;
    line-height: 30px !important;
    color: #697586;
    font-weight: bold !important;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    border-bottom: 1px solid #697586;
}

.wc-block-components-totals-wrapper {
    border-bottom: 1px solid #697586;
}

h3.wc-block-components-product-name {
    font-size: 14px !important;
    line-height: 22px;
    color: #444444 !important;
    font-weight: 600 !important;
}

h2.wc-block-components-title.wc-block-components-checkout-step__title {
    font-size: 24px !important;
    line-height: 32px !important;
    color: #000000 !important;
}

p.wc-block-components-checkout-order-summary__title-text {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.woocommerce-checkout p {
    color: #000 !important;
}

.single-product h4 {
    font-size: 14px;
    line-height: 22px;
    color: #383838;
    text-transform: uppercase !important;
}

.product-faq-section .faq-item.active .faq-answer {
    max-height: 100% !important;
}

.related.products h2 {
    text-align: center;
}

.single-product h1.product_title.entry-title.nectar-inherit-default {
    text-transform: capitalize;
}

/* cart CSS end */

















@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
div#inner-pg-banner {
    padding: 180px 0px !important;
}

#inner-pg-banner h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}	
	
div#hero {
    padding: 100px 0px !important;
}

div#all-product {
    padding: 80px 0px !important;
}

div#beauty {
    padding: 0px 0px 80px !important;
}

div#beauty-inr.inr-beauty {
    padding-top: 40px !important;
}

div#collect {
    padding: 0px 0px 80px !important;
}

div#newsletter {
    padding: 130px 0px !important;
}

div#gallery {
    padding: 80px 0px !important;
}

div#footer {
    padding: 80px 0px 25px !important;
}

div#inr-footer {
    padding-top: 25px !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    font-size: 22px !important;
    line-height: 30px !important;
}	
	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
div#inner-pg-banner {
    padding: 160px 0px !important;
}

#inner-pg-banner h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}	
	
div#hero {
    padding: 80px 0px !important;
}

div#all-product {
    padding: 60px 0px !important;
}

div#beauty {
    padding: 0px 0px 60px !important;
}

div#beauty-inr.inr-beauty {
    padding-top: 30px !important;
}

div#collect {
    padding: 0px 0px 60px !important;
}

div#newsletter {
    padding: 100px 0px !important;
}

div#gallery {
    padding: 60px 0px !important;
}

div#footer {
    padding: 60px 0px 20px !important;
}

div#inr-footer {
    padding-top: 20px !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    font-size: 22px !important;
    line-height: 30px !important;
}

li.classic.product.type-product .prod-short-desc {
    font-size: 13px !important;
    line-height: 21px !important;
}

#beauty-inr ul li {
    font-size: 11px !important;
    line-height: 19px !important;
    padding: 8px 10px !important;
}

#gallery .head-blk:before {
    left: 23% !important;
}

#gallery .head-blk:after {
    left: 73% !important;
}

#footer ul li a, #footer ul li {
    font-size: 15px !important;
    line-height: 23px !important;
}
	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
div#inner-pg-banner {
    padding: 120px 0px !important;
}

#inner-pg-banner h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}	
	
div#hero {
    padding: 50px 0px !important;
}

div#all-product {
    padding: 40px 0px !important;
}

div#beauty {
    padding: 0px 0px 40px !important;
}

div#beauty-inr.inr-beauty {
    padding-top: 20px !important;
}

div#collect {
    padding: 0px 0px 40px !important;
}

div#newsletter {
    padding: 70px 0px !important;
}

div#gallery {
    padding: 40px 0px !important;
}

div#footer {
    padding: 40px 0px 15px !important;
}

div#inr-footer {
    padding-top: 15px !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    font-size: 22px !important;
    line-height: 30px !important;
}

li.classic.product.type-product .prod-short-desc {
    font-size: 13px !important;
    line-height: 21px !important;
}

#beauty-inr ul li {
    font-size: 9px !important;
    line-height: 17px !important;
    padding: 6px 6px !important;
}

#gallery .head-blk:before {
    left: 16% !important;
}

#gallery .head-blk:after {
    left: 78% !important;
}

#footer ul li a, #footer ul li, #footer ul li a, #footer p {
    font-size: 12px !important;
    line-height: 20px !important;
}

#top nav > ul > li > a {
    padding: 0px 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#top .container {
	padding: 0px 50px !important;
}

#hero p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#entire-btn {
    padding: 8px 50px !important;
}

.head-blk:before {
    left: 33% !important;
}

.head-blk:after {
    left: 60% !important;
}

li.classic.product.type-product {
    padding: 10px 8px !important;
}

h4 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#entire-btn.transparent {
    padding: 8px 18px !important;
}

#newsletter .tnp-field.tnp-field-button {
    right: 18% !important;
    width: 20% !important;
}

#newsletter input.tnp-submit {
    font-size: 16px !important;
    line-height: 24px !important;
}

#newsletter input#tnp-1 {
    font-size: 16px !important;
    line-height: 24px !important;
}

#newsletter input#tnp-1::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

#footer .tnp-field.tnp-field-button:before {
    right: 32% !important;
}

#footer ul.social-icons {
    gap: 30px !important;
}

#footer ul.social-icons li a i {
    height: 30px !important;
    width: 30px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

#footer ul.social-icons li {
    padding-bottom: 7px !important;
}	
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
div#inner-pg-banner {
    padding: 110px 0px !important;
}

#inner-pg-banner h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}	
	
div#hero {
    padding: 50px 0px !important;
}

div#all-product {
    padding: 40px 0px !important;
}

div#beauty {
    padding: 0px 0px 40px !important;
}

div#beauty-inr.inr-beauty {
    padding-top: 20px !important;
}

div#collect {
    padding: 0px 0px 40px !important;
}

div#newsletter {
    padding: 70px 0px !important;
}

div#gallery {
    padding: 40px 0px !important;
}

div#footer {
    padding: 40px 0px 15px !important;
}

div#inr-footer {
    padding-top: 15px !important;
    text-align: center !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    font-size: 22px !important;
    line-height: 30px !important;
}

li.classic.product.type-product .prod-short-desc {
    font-size: 13px !important;
    line-height: 21px !important;
}

#beauty-inr ul li {
    font-size: 9px !important;
    line-height: 17px !important;
    padding: 6px 6px !important;
}

#gallery .head-blk:before {
    left: 11% !important;
}

#gallery .head-blk:after {
    left: 82% !important;
}

#footer ul li a, #footer ul li, #footer ul li a, #footer p {
    font-size: 12px !important;
    line-height: 20px !important;
}

#top nav > ul > li > a {
    padding: 0px 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#top .container {
	padding: 0px 0px !important;
}

#hero p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#entire-btn {
    padding: 8px 50px !important;
}

.head-blk:before {
    left: 30% !important;
}

.head-blk:after {
    left: 62% !important;
}

li.classic.product.type-product {
    padding: 10px 8px !important;
}

h4 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#entire-btn.transparent {
    padding: 8px 18px !important;
}

#newsletter .tnp-field.tnp-field-button {
    right: 18% !important;
    width: 20% !important;
}

#newsletter input.tnp-submit {
    font-size: 16px !important;
    line-height: 24px !important;
}

#newsletter input#tnp-1 {
    font-size: 16px !important;
    line-height: 24px !important;
}

#newsletter input#tnp-1::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

#footer .tnp-field.tnp-field-button:before {
    right: 80% !important;
}

#footer ul.social-icons {
    gap: 30px !important;
}

#footer ul.social-icons li a i {
    height: 30px !important;
    width: 30px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

#footer ul.social-icons li {
    padding-bottom: 7px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 50px !important;
}

#beauty-inr.inr-beauty .row_col_wrap_12_inner {
    flex-direction: column-reverse !important;
}

#inr-footer ul {
    justify-content: center !important;
}

#sidebar h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}	
	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	
div#inner-pg-banner {
    padding: 90px 0px !important;
}

#inner-pg-banner h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}	
	
div#hero {
    padding: 40px 0px !important;
}

div#all-product {
    padding: 40px 0px !important;
}

div#beauty {
    padding: 0px 0px 40px !important;
}

div#beauty-inr.inr-beauty {
    padding-top: 20px !important;
}

div#collect {
    padding: 0px 0px 40px !important;
}

div#newsletter {
    padding: 50px 0px !important;
}

div#gallery {
    padding: 40px 0px !important;
}

div#footer {
    padding: 40px 0px 15px !important;
}

div#inr-footer {
    padding-top: 15px !important;
    text-align: center !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    font-size: 22px !important;
    line-height: 30px !important;
}

li.classic.product.type-product .prod-short-desc {
    font-size: 13px !important;
    line-height: 21px !important;
}

#beauty-inr ul li {
    font-size: 9px !important;
    line-height: 17px !important;
    padding: 6px 6px !important;
}

#gallery .head-blk:before {
    left: -3% !important;
    background-size: 10% !important;
}

#gallery .head-blk:after {
    left: 93% !important;
    background-size: 10% !important;
}

#footer ul li a, #footer ul li, #footer ul li a, #footer p {
    font-size: 12px !important;
    line-height: 20px !important;
}

#top nav > ul > li > a {
    padding: 0px 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#top .container {
	padding: 0px 0px !important;
}

#hero p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#entire-btn {
    padding: 8px 40px !important;
}

.head-blk:before {
    left: 22% !important;
}

.head-blk:after {
    left: 67% !important;
}

li.classic.product.type-product {
    padding: 10px 8px !important;
}

h4 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#entire-btn.transparent {
    padding: 8px 18px !important;
}

#newsletter .tnp-field.tnp-field-button {
    right: 6% !important;
    width: 25% !important;
}

#newsletter input.tnp-submit {
    font-size: 16px !important;
    line-height: 24px !important;
}

#newsletter input#tnp-1 {
    font-size: 16px !important;
    line-height: 24px !important;
}

#newsletter input#tnp-1::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

#footer .tnp-field.tnp-field-button:before {
    right: 80% !important;
}

#footer ul.social-icons {
    gap: 30px !important;
}

#footer ul.social-icons li a i {
    height: 30px !important;
    width: 30px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

#footer ul.social-icons li {
    padding-bottom: 7px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 50px !important;
}

#beauty-inr.inr-beauty .row_col_wrap_12_inner {
    flex-direction: column-reverse !important;
}

#inr-footer ul {
    justify-content: center !important;
}

#sidebar h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#hero .wpb_text_column {
    margin-bottom: 10px !important;
}

h1 {
    font-size: 20px !important;
    line-height: 28px !important;
}

h3 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#newsletter p {
    font-size: 18px !important;
    line-height: 26px !important;
}	
	
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 25px !important;
    line-height: 33px !important;
    padding: 5px 5px !important;
}	
	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
	
div#inner-pg-banner {
    padding: 60px 0px !important;
}

#inner-pg-banner h1 {
    font-size: 20px !important;
    line-height: 28px !important;
}	
	
div#hero {
    padding: 35px 0px !important;
}

div#all-product {
    padding: 30px 0px !important;
}

div#beauty {
    padding: 0px 0px 40px !important;
}

div#beauty-inr.inr-beauty {
    padding-top: 20px !important;
}

div#collect {
    padding: 0px 0px 40px !important;
}

div#newsletter {
    padding: 30px 0px !important;
}

div#gallery {
    padding: 30px 0px !important;
}

div#footer {
    padding: 30px 0px 15px !important;
}

div#inr-footer {
    padding-top: 15px !important;
    text-align: center !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    font-size: 20px !important;
    line-height: 28px !important;
    padding: 8px 10px !important;
}

li.classic.product.type-product .prod-short-desc {
    font-size: 10px !important;
    line-height: 18px !important;
}

#beauty-inr ul li {
    font-size: 9px !important;
    line-height: 17px !important;
    padding: 6px 6px !important;
}

#gallery .head-blk:before {
    left: 13% !important;
    background-size: 10% !important;
    top: 73% !important;
}

#gallery .head-blk:after {
    left: 75% !important;
    background-size: 10% !important;
    top: 73% !important;
}

#footer ul li a, #footer ul li, #footer ul li a, #footer p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#top nav > ul > li > a {
    padding: 0px 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#top .container {
	padding: 0px 0px !important;
}

#hero p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#entire-btn {
    padding: 8px 40px !important;
}

.head-blk:before {
    left: 18% !important;
    background-size: 10% !important;
}

.head-blk:after {
    left: 71% !important;
    background-size: 10% !important;
}

li.classic.product.type-product {
    padding: 10px 8px !important;
}

h4 {
    font-size: 24px !important;
    line-height: 32px !important;
}

#entire-btn.transparent {
    padding: 8px 18px !important;
}

#newsletter .tnp-field.tnp-field-button {
    right: 2% !important;
    width: 29% !important;
}

#newsletter input.tnp-submit {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 8px 0px !important;
}

#newsletter input#tnp-1 {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 8px 8px !important;
}

#newsletter input#tnp-1::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer .tnp-field.tnp-field-button:before {
    right: 70% !important;
}

#footer ul.social-icons {
    gap: 30px !important;
}

#footer ul.social-icons li a i {
    height: 30px !important;
    width: 30px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

#footer ul.social-icons li {
    padding-bottom: 7px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 50px !important;
}

#beauty-inr.inr-beauty .row_col_wrap_12_inner {
    flex-direction: column-reverse !important;
}

#inr-footer ul {
    justify-content: center !important;
}

#sidebar h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#hero .wpb_text_column {
    margin-bottom: 10px !important;
}

h1 {
    font-size: 20px !important;
    line-height: 28px !important;
}

h3 {
    font-size: 25px !important;
    line-height: 32px !important;
}

#newsletter p {
    font-size: 16px !important;
    line-height: 24px !important;
}

li.classic.product.type-product h2.woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 22px !important;
}

li.classic.product.type-product span.price bdi {
    font-size: 14px !important;
    line-height: 22px !important;
}

#all-product a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 8px 8px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#beauty-inr ul {
    display: unset !important;
}

#beauty-inr ul li {
    margin-bottom: 10px !important;
    width: 25% !important;
}

#newsletter .wpb_text_column {
    margin-bottom: 10px !important;
}

.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    border: unset !important;
}
	
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 25px !important;
    line-height: 33px !important;
    padding: 5px 5px !important;
}
	
#gallery-inr #entire-btn {
    padding: 10px 80px !important;
}	
	
}













