/*
Theme Name: Jupiter’s Law 
Theme URI: https://wp-themes.com/twentytwenty
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Twenty Twenty child theme.
Template: twentytwenty
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: twentytwenty-child
*/


/* Font Family Start */

@font-face {
    font-family: 'bookantiqua';
    src: url('fonts/bookantiqua.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bookantiqua_bold';
    src: url('fonts/bookantiqua_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Plus_Bold';
    src: url('fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Plus_SemiBold';
    src: url('fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Plus_Medium';
    src: url('fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Plus_Regular';
    src: url('fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Plus_Italic';
    src: url('fonts/PlusJakartaSans-Italic.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Font Family End */
/* .woocommerce ul.products li.product{
	pointer-events: none;
} */
body{
	font-size:16px;
}
body,p{
	font-family:  'Plus_Regular' !important;
}
p.widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary{
	font-family:  'Plus_Regular';
}
h1, h2, h3, h4, h5, h6{
	  font-family: 'bookantiqua_bold' !important;
	margin:0px;
	color:#0f0f0f;
}
.container{
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.ptb-80{
	padding-top:80px !important;
	padding-bottom:80px !important;
}
.pb-80{
	padding-bottom:80px !important;
}
.pt-80{
	padding-top:80px !important;
}
.ptb-50{
	padding-top:50px !important;
	padding-bottom:50px !important;
}
.pb-50{
	padding-bottom:50px !important;
}
.pt-50{
	padding-top:50px !important;
}
.mt-25{
	margin-top: 20px !important;
}
.mt-10{
	margin-top: 10px !important;
}
.mb-0{
	margin-bottom: 0px !important;
}
.plr-30{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.white-color,
.white-color p,
.left-content-section p{
	color: #fff !important;
}
.p-15 p{
	margin-bottom: 10px !important;
}
.p-15 p:last-child{
	margin-bottom: 0px !important;
}

/* Button Style Code */
.btn-style,
.new-btn-style a,
.new-btn-style2 a,
.woocommerce .button{
	color: #fff !important;
    background-color: #cb2135 !important;
    border: 1px solid #cb2135 !important;
    border-radius: 0 !important;
    padding: 16px 32px 16px 32px !important;
	font-family: 'Plus_Medium' !important;
	font-size: 14px !important;
	transition: all 0.3s ease !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
}
.new-btn-style2 a,
.new-btn-style a:hover,
.btn-style:hover,
.woocommerce .button:hover{
    color: #cb2135 !important;
	background-color: #fff !important;
	text-decoration: none !important;
}
.new-btn-style2.btn-yellow-color a{
	color: #fed100 !important;
}
.new-btn-style2.btn-black-color a{
	color: #000 !important;
}
.new-btn-style.yellow-btn a{
	color: #000 !important;
	background-color: #fed100 !important;
	 border: 1px solid #fed100 !important;
}
.new-btn-style.yellow-btn a:hover{
	background-color: #fff !important;
}
.new-btn-style2.btn-black-color a:hover,
.new-btn-style2.btn-yellow-color a:hover{
	color: #fff !important;
}
.new-btn-style2 a:hover{
	background-color: #cb2135 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
}
.slider-text-none .slider-content{
	display: none !important;
}


/* Header Code Start */
#site-header{
    background-color: #000000a6;
    position: fixed !important;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease;
	padding: 15px 0 !important;
}
.header-inner.section-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
#site-header .site-logo img{
	max-height: 12rem;
}
.primary-menu > li {
    margin: 0px !important;
    padding: 0 20px;
}
.primary-menu li > a {
    color: #fff !important;
    font-size: 15px !important;
    text-transform: capitalize;
	padding: 7px 0;
	position: relative;
	transition: all 0.3s ease;
	text-decoration: none !important;
}
#site-header .yellow-menu > a,
.yellow-color,
.yellow-color p,
.left-content-section .yellow-color p,
.left-content-section .yellow-color,
.tittle-height .yellow-color p{
	color: #fed100 !important;
}
#site-header .red-menu > a,
.red-color,
.red-color p,
.left-content-section .red-color p,
.left-content-section .red-color{
	color: #cc2036 !important;
}
.primary-menu li > a::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0px;
	height: 1px;
	background-color: #fff;
	transition: all 0.3s ease;
}
.primary-menu li.yellow-menu > a::before{
	background-color: #fed100;
}
.primary-menu li.red-menu > a::before{
	background-color: #cc2036;
}
.primary-menu li > a:hover::before{
	width: 100%;
	text-decoration: none !important;
}


/* Footer Code Start */
#site-footer, .footer-top{
	padding: 0px !important;
}
#site-footer{
	background-image: url('https://jupiterslaw.com/wp-content/uploads/2025/06/Footer_BG.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}
.ft-top-content {
    border-bottom: 1px solid #ffffff47;
    margin-bottom: 40px;
	padding-bottom: 50px;
}
.ft-top-content h3{
    color: #cb2135;
    font-size: 36px;
    letter-spacing: 0.1px;
}
.ft-top-content p,
.ft-top-content a,
.mysterious-section p.red-color{
	font-size: 22px !important;
	font-family: 'Plus_Medium' !important;
}
.ft-top-content p{
	margin: 15px 0px 25px;
}
.ft-top-content a{
	color: #fed100 !important;
	text-decoration: none !important;
}
.ft-top-content a:hover{
	color: #cb2135 !important;
}
.footer-bottom-wrap img{
	margin: auto;
}
.social-media-icon {
    display: flex;
    justify-content: center;
    gap: 20px 130px;
    align-items: center;
    margin-top: 40px;
}
/* Home page code start */
.post-inner {
	padding-top: 0rem !important;
}
.home-banner{
	padding-top: 140px !important;
}

.banner-right{
	padding-left: 50px !important;
}

/* Left Content Style Code */
.left-content-section p{
	font-family: 'bookantiqua_bold' !important;
	font-size: 19px !important;
}
.bookantiqua-font p{
	font-family: 'bookantiqua_bold' !important;
}
.psize-20,
.p-eom896 .pagelayer-heading-holder .psize-20{
	font-size: 24px !important;
}

/* Wellcome Section Code */
.welcome-section{
	text-align: center !important;
}
.welcome-section p{
	font-size: 22px !important;
}
.img-before,.img-after{
	position: relative !important;
	width: fit-content;
    margin: auto !important;
	z-index: 9;
	padding-bottom: 15px !important;
}
.img-before::before, .img-after::after{
	content:'';
	width: 100px;
	height: 100px;
	background-color: #cc2036;
	position: absolute;
	bottom: 0px;
	z-index: -1;
}
.img-before::before{
	left: -15px;
}
.img-after::after{
	right: -15px;
}
.other-heading h2{
	font-family: 'Plus_SemiBold' !important;
	font-weight: 600 !important;
}
.other-heading h3,
.small-heading-style h3 span{
	font-family: 'Plus_Medium' !important;
	font-weight: 500 !important;
}
.cultural-section h5{
	font-size: 18px !important;
	font-family: 'bookantiqua' !important;
	font-weight: 400;
}

.mysterious-section h3{
	font-family: 'bookantiqua' !important;
	font-weight: 400;
}
.mysterious-section .img-after{
	padding-bottom: 0px !important;
}
.mysterious-section .img-after::after{
	bottom: unset;
	top: -15px;
}
.img-center img{
	margin: auto !important;
}

/* Slider Section Code */
.slick-arrow{
	background-color: transparent;
	border: none;
	font-size: 0px;
	padding: 0px;
	background-image: url(https://jupiterslaw.com/wp-content/uploads/2025/07/Slider-Arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 22px;
	transition: 0.3s all ease;
	filter: grayscale(100%);
	will-change: filter;
	position: absolute;
	top: 40%;
	left: -30px;
}
.slick-next.slick-arrow{
    rotate: 180deg;
	left: unset;
	right: -30px;
}
.slick-arrow:hover{
	filter:unset !important;
}
.slider-item p{
	color: #fed100;
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-family: 'Plus_Medium' !important;
	font-weight: 500 !important;
}
.slider-item .post-excerpt{
	color: #fff !important;
	margin-top: 20px;
}
.other-heading2 h2,
.other-heading2 h3,
.other-heading2 h4{
	font-family: 'Plus_Regular' !important;
	font-weight: 400 !important;
}
.swiper .slider-item img{
/* 	margin: auto !important; */
	width: 100%;
	object-fit: cover;
	object-position: top;
}
/* Inner Page Banner Code */
.inner-page-banner{
	padding-top: 150px !important;
}

/* Purpose Code Start */
.max-width-slider{
	max-width: 400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.tittle-height p{
	font-size: 18px !important;
	font-family: 'Plus_Medium' !important;
	font-weight: 500 !important;
}
.ul-style li{
	margin: 0 0 0.5rem 2rem !important;
	font-family: 'bookantiqua_bold' !important;
    font-size: 19px !important;
	color: #fff !important;
}
.ul-style li:last-child{
	margin-bottom: 0px !important;
}
/* 
Product Listing Code */

.woocommerce.columns-2 ul.products{
	gap: 30px;
}
.woocommerce ul.products::after, .woocommerce ul.products::before, 
.woocommerce-page ul.products::after, .woocommerce-page ul.products::before{
	display: none;
}
.woocommerce-page.columns-2 ul.products li.product, 
.woocommerce.columns-2 ul.products li.product {
    width: calc((100% - 30px)/2) !important;
	margin-right: 0px !important;
	justify-content: flex-start;
    margin-bottom: 0px !important;
}
.products li.product .woocommerce-loop-product__title{
	font-size: 36px !important;
	margin: 18px 0px !important;
}
.products li.product:nth-child(odd) .woocommerce-loop-product__title,
.products li.product:nth-child(odd) .price{
	 color: #fed100 !important;
}
.products li.product:nth-child(even) .woocommerce-loop-product__title,
.products li.product:nth-child(even) .price .woocommerce-Price-amount.amount{
	 color: #cc2036 !important;
}
.woocommerce img, .woocommerce-page img{
	width: 100%;
}
/* ul.products li.product .woocommerce-loop-product__link{
	pointer-events: none !important;
} */
.short-description p,
.woocommerce-product-details__short-description p,
table.variations label,
.custom-after-short-description p{
    font-family: 'bookantiqua_bold' !important;
    font-size: 19px !important;
	color: #fff !important;
	margin-bottom: 10px !important;
}
.products li.product .price,
.single-product .summary p.price{
	 font-family: 'bookantiqua_bold' !important;
    font-size: 30px !important;
}
.added_to_cart.wc-forward {
    text-decoration: none;
    color: #cb2135;
}
/* Cart Page Code */
table {
    margin: 0px 0px 15px !important;
	color: #fff;
}
.single-product #site-header, .woocommerce-cart #site-header, 
.woocommerce-checkout #site-header, .woocommerce-account #site-header{
	background-color: #000000;
}
.single-product .site-main, .woocommerce-cart #site-content, 
.woocommerce-checkout #site-content, .woocommerce-account #site-content{
	padding-top: 145px;
	background-color: #1f2024;
}
.single-product .content-area,
.woocommerce-cart #site-content .woocommerce,
.woocommerce-checkout #site-content .woocommerce,
#site-content .woocommerce{
	max-width: 100% !important;
	padding: 0px !important;
}
.shop_table thead {
    background-color: #cc2036;
    color: #fff;
    font-family: 'bookantiqua_bold' !important;
}

.woocommerce-cart-form table td,
.cart-collaterals .shop_table_responsive th,
.cart-collaterals .shop_table_responsive td{
	padding: 20px 8px !important;
}
.woocommerce-cart-form .actions .input-text {
    width: 250px !important;
    margin-right: 1rem;
    border-radius: 30px;
}
.cart_totals h2{
	font-size: 36px !important;
	color: #fed100 !important;
	margin-bottom: 25px !important;
}
tr.cart-subtotal {
	 border-top: 1px solid #dcd7ca !important;
    border-bottom: 1px solid #dcd7ca !important;
}
.order-total,
.shop_table .product-name a,
.shop_table .amount *,
.shop_table th,
.woocommerce-order .woocommerce-Price-amount.amount{
	font-family: 'bookantiqua_bold' !important;
	font-size: 18px !important;
}
.cart_totals table{
	margin-bottom: 0px !important;
}
.cart-collaterals {
    margin-top: 30px;
}
.select2-container--default .select2-selection--single{
	border: none !important;
}
.woocommerce-checkout tfoot td{
	width: 25% !important;
}
.payment_methods li{
	margin: 0px !important;
}
.shop_table .product-name a,
.shop_table .amount *,
.cart_totals th,
.woocommerce-order .woocommerce-Price-amount.amount,
.woocommerce-Price-amount.amount{
	color: #fed100 !important;
	text-decoration: none !important;
}
a.remove {
    line-height: 12px;
    background: #cc2036;
}
.woocommerce-cart-form table input.qty{
	text-align: center;
}
/* Checkout Start */
.woocommerce-info a:not(.button),
.woocommerce-checkout #site-content .woocommerce a:not(.button),
.woocommerce-account .woocommerce a:not(.button){
	color: #cc2036 !important;
	text-decoration: none !important;
	font-family: 'Plus_Regular' !important;
}
.woocommerce-info {
    border-color: #cc2036 !important;
}
input:focus{
	outline: none !important;
}
.woocommerce-checkout input#coupon_code {
    padding: 10px 15px !important;
	outline: none !important;
}
.woocommerce-checkout #site-content .woocommerce h3,
.woocommerce-checkout #site-content .woocommerce h2,
.woocommerce-account #site-content .woocommerce h2{
	font-size: 36px !important;
	color: #fed100 !important;
	margin-bottom: 10px !important;
}
.woocommerce-checkout #site-content .woocommerce,
.woocommerce-account #site-content .woocommerce,
.single-product .site-main{
	color: #fff;
}
.wc_payment_method .payment_box{
	background: #cb2135 !important;
}
/* My Account Code Start */
.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
	padding: 1.25rem 2rem;
	background-color: #fff !important;
	color: #000 !important;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#site-content .woocommerce-error, #site-content .woocommerce-info{
	font-family: 'Plus_Regular' !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
	padding-top: 1.25rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation li,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content p {
	font-size: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	font-family: 'Plus_Regular' !important;
	color: #000 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
	text-decoration: none !important;
	color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active{
	background-color: #cc2036 !important;
}
.woocommerce-Address-title h2,
.woocommerce-MyAccount-content h2,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout form #order_review_heading,
#customer_login h2,
.woocommerce-order-details__title,
.woocommerce-column__title{
	margin-bottom: 18px !important;
	font-size: 26px !important;
	text-transform: capitalize;
}
textarea#order_comments {
    min-height: 150px;
}
.woocommerce form.checkout_coupon .form-row {
    margin: 0px 0 40px;
}
.woocommerce-order-received table tr {
    font-size: 14px !important;
}
.woocommerce-Tabs-panel--description ul{
	margin-left: 15px !important;	
	font-size: 15px !important;
}
.width-100,
.width-100 *{
	width: 100% !important;
}

/* Product Details Page Code */
.woocommerce-breadcrumb,
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before,
.product_meta,
.woocommerce-tabs{
	display: none !important;
}
button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover{
	text-decoration: none !important;
}
.single-product #site-header,
.woocommerce-cart #site-header,
.woocommerce-checkout #site-header,
.woocommerce-account #site-header{
	box-shadow: 1px 2px 18px -7px rgba(0,0,0,0.30);
}
.single-product .entry-title,
.related.products > h2{
    font-size: 36px;
    margin-bottom: 20px !important;
}
.single-product .content-area p,
table.variations label{
	font-family: 'bookantiqua_bold' !important;
}
.single-product .entry-title,
.single-product .price,
table.variations label,
.custom-after-short-description p{
	color: #fed100 !important;
}
.color-red .entry-title,
.color-red .price,
.reset_variations,
.color-red .woocommerce-Price-amount.amount{
	color: #cc2036 !important;
}
.orderby, table.variations select, .wqpmb_input_text {
    border: 1px solid #dbdbdb !important;
    padding: 10px 15px !important;
}
body .qib-button-wrapper .minus.qib-button, 
body .qib-button-wrapper .plus.qib-button {
    background: #cb2135 !important;
    border-color: #cb2135 !important;
    color: #fff;
}
table.variations,
table.variations * {
    border: none !important;
}
table.variations tr,
table.variations th,
table.variations td,
table.variations label{
	padding: 0px !important;
}
table.variations select{
	margin-right: 0px !important;
	max-width: 250px;
	padding-right: 40px !important;
}
table.variations .label{
	vertical-align: top;
}
table.variations {
    margin: 30px 0 !important;
}
.single-product .cart .qib-button-wrapper {
    width: 100%;
    justify-content: flex-start;
	margin: 25px 0px !important;
}
.single-product .woocommerce-variation-add-to-cart .button.disabled {
    opacity: 1;
}
.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.woocommerce-variation-price {
    font-size: 20px;
    margin: 30px 0 10px;
}
.reset_variations {
    text-decoration: none;
    color: #171717;
}
.single-product .summary p.price {
    margin-bottom: 2rem;
    font-size: 20px;
}
.related.products *{
	display: none !important;
}
.related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.related.products ul.products li.product {
    margin: 0;
    width: auto !important;
    float: none;
    justify-content: flex-start;
}
.related.products > h2 {
    text-transform: capitalize;
    text-align: center;
    color: #fed100 !important;
}
.woocommerce section {
    padding-top: 0;
}
.woocommerce-variation-price{
	margin: 0px !important;
}
.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) th,
.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td {
    background: #17181d;
}
.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n) th,
.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n) td{
	background: #000;
}
.woocommerce-account table.account-orders-table th{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.message__messaging .message__headline span{
	color: #fff !important;
}
.single-product div.product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* Responsive Code */
@media only screen and (max-width: 1200px){
	.img-before{
		padding-left: 15px;
	}
	.img-after{
		padding-right: 15px;
	}
	.img-before::before{
		left: 0px;
	}
	.img-after::after{
		right: 0px;
	}
	.mobile-right0{
		margin-right: 0px !important;
	}
	.mobile-right0 img{
		max-width: 100% !important;
	}
	.p-op84534 img {
		padding-left: 15px !important;
	}
}
@media only screen and (max-width: 1000px){
	.pt-80{
		padding-top: 60px !important; 
	}
	.pb-80{
		padding-bottom: 60px !important; 
	}
	.ptb-80{
		padding-top: 60px !important; 
		padding-bottom: 60px !important; 
	}
	.ptb-50{
		padding-top:40px !important;
		padding-bottom:40px !important;
	}
	.pb-50{
		padding-bottom:40px !important;
	}
	.pt-50{
		padding-top:40px !important;
	}
	.toggle-text, .toggle-inner .toggle-icon svg, .menu-modal .menu-bottom {
		display: none;
	}
	.toggle-inner .toggle-icon {
		background-image: url('/wp-content/uploads/2025/07/Hamburger_icon.png');
		background-size: contain;
		background-repeat: no-repeat;
		height: 22px;
		width: 34px;
	}
	.nav-toggle .toggle-inner {
		padding-top: 0;
	}
	.menu-modal.active{
		z-index: 9999999999999;
	}
	.menu-modal-inner{
		background-color: #000;
	}
	.header-titles-wrapper,
	.header-inner .toggle{
		padding-right:0px;
	}
	header .header-titles-wrapper .nav-toggle {
		right: 15px;
		justify-content: flex-end;
		background: transparent;
	}
	.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
		font-size: 16px;
		color: #fff !important;
		font-family: 'Plus_Medium' !important;
		font-weight: 500 !important;
		padding: 15px 0;
		text-decoration: none !important;
	}
	.modal-menu > li:nth-child(1) > .ancestor-wrapper > a,
	.modal-menu > li:nth-child(4) > .ancestor-wrapper > a,
	.modal-menu > li:nth-child(6) > .ancestor-wrapper > a{
		color: #fed100 !important;
	}
	.modal-menu > li:nth-child(3) > .ancestor-wrapper > a,
	.modal-menu > li:nth-child(7) > .ancestor-wrapper > a{
		color: #cc2036 !important;
	}
	.menu-modal-inner.modal-inner .menu-wrapper.section-inner .modal-menu{
		padding: 0 15px;
	}
	.modal-menu ul li {
		border-left-width: 0 !important;
	}
	button.toggle.close-nav-toggle.fill-children-current-color,
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle{
		background-color: transparent;
		color: #cc2036;
	}
	.site-logo img{
		max-height: 8rem !important;
	}
	.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
		text-decoration: none !important;
	}
	.home-banner{
		min-height: 750px !important;
		padding-top: 100px !important;
	}
	.home-banner .mt-25 {
		margin-top:10px !important;
	}
	.heading-style h2,
	.heading-style .pagelayer-heading-holder h2,
	.heading-style .pagelayer-heading-holder h3,
	.heading-style h2 span,
	.heading-style .pagelayer-heading-holder h2 span,
	.heading-style .pagelayer-heading-holder h3 span,
	.woocommerce-checkout #site-content .woocommerce h3,
	.woocommerce-checkout #site-content .woocommerce h2,
	.woocommerce-account #site-content .woocommerce h2,
	.single-product .entry-title, .related.products > h2{
		font-size: 28px !important;
	}
	.small-heading-style h2,
	.small-heading-style h3,
	.small-heading-style .pagelayer-heading-holder h2,
	.small-heading-style .pagelayer-heading-holder h3,
	.small-heading-style h2 span,
	.small-heading-style h3 span,
	.small-heading-style .pagelayer-heading-holder h2 span,
	.small-heading-style .pagelayer-heading-holder h3 span,
	.products li.product .price, .single-product .summary p.price,
	.products li.product .woocommerce-loop-product__title{
		font-size: 24px !important;
	}
	.heading-style24 .pagelayer-heading-holder h3,
	.heading-style24 .pagelayer-heading-holder h3 span,
	.ft-mail-section .pagelayer-text-holder p,
	.contact-section .pagelayer-text-holder p{
		font-size: 18px !important;
	}
	.banner-right .pagelayer-heading-holder h1,
	.banner-right .pagelayer-heading-holder h1 span,
	.inner-page-banner .pagelayer-heading-holder h1,
	.inner-page-banner .pagelayer-heading-holder h1 span,
	.main-heading .pagelayer-heading-holder h1{
		font-size: 36px !important;
	}
	.home-banner .banner-left .pagelayer-text-holder,
	.left-content-section .pagelayer-text-holder p,
	.welcome-section p,
	.slider-item p,
	.ft-top-content p, .ft-top-content a, .mysterious-section p.red-color,
	.tittle-height p,
	.short-description p, .woocommerce-product-details__short-description p, table.variations label,
	.custom-after-short-description p,
	.ul-style li{
		font-size: 16px !important;
	}
	.ft-top-content p {
		margin: 10px 0;
	}
	.ft-top-content {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.single-product .site-main, .woocommerce-cart #site-content, 
	.woocommerce-checkout #site-content, .woocommerce-account #site-content{
		padding-top: 100px;
	}
}

@media only screen and (max-width: 781px){
	.site-logo img {
		max-height: 6.5rem !important;
	}
	.home-banner {
		min-height: auto !important;
		padding-top: 140px !important;
		padding-bottom: 40px !important;
	}
	.home-banner .pagelayer-row-stretch-auto > .pagelayer-row-holder{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.banner-right {
		padding-left: 0px !important;
	}
	.banner-right .pagelayer-col-holder{
		padding-bottom: 0px !important;
	}
	.banner-right,
	.banner-left{
		width: 100% !important;
		text-align: center !important;
	}
	.p-moa7228 img {
		max-width: 100% !important;
		width: 200px;
		margin: auto;
	}
	.small-heading-style h2,
	.small-heading-style h3,
	.small-heading-style .pagelayer-heading-holder h2,
	.small-heading-style .pagelayer-heading-holder h3,
	.small-heading-style h2 span,
	.small-heading-style h3 span,
	.small-heading-style .pagelayer-heading-holder h2 span,
	.small-heading-style .pagelayer-heading-holder h3 span{
		font-size: 20px !important;
	}
	.banner-right .pagelayer-heading-holder h1,
	.banner-right .pagelayer-heading-holder h1 span,
	.inner-page-banner .pagelayer-heading-holder h1,
	.inner-page-banner .pagelayer-heading-holder h1 span,
	.main-heading .pagelayer-heading-holder h1{
		font-size: 32px !important;
	}
	
	.home-banner .banner-left .pagelayer-text-holder {
		font-size: 14px !important;
	}
	.heading-style24 .pagelayer-heading-holder h3,
	.ft-mail-section .pagelayer-text-holder p,
	.contact-section .pagelayer-text-holder p{
		font-size: 16px !important;
	}
	.mobile-text-center,
	.slider-section h2{
		text-align: center !important;
	}
	.mobile-text-center ul,
	.pagelayer-text ul{
		text-align: left !important;
	}
	.mobile-text-center .pagelayer-image,
	.video-slider-section,
	.mobile-text-center .pagelayer-img{
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.p-vts8129{
		margin-top: 15px !important;
	}
	.p-ait2023{
		padding-bottom: 0px !important;
	}
	.swiper .slider-item img{
		height: auto;
	}
	.small-heading-style.same-height,
	.tittle-height2{
		height: auto !important;
	}
	.slider-content,
	.tittle-height,
	.same-height,
	.slider-content{
		height: auto !important;
	}
	.psize-20,
	.p-eom896 .pagelayer-heading-holder .psize-20{
		font-size: 18px !important;
	}
	.mobile-row-change > .pagelayer-row-holder.pagelayer-row{
		flex-direction: column-reverse !important;
	}
	.pagelayer-row:has(.inner-page-banner){
		min-height: 350px !important;
	}
	.inner-page-banner {
		padding-top: 95px !important;
	}
	.woocommerce table.shop_table_responsive tbody th, 
	.woocommerce-page table.shop_table_responsive tbody th{
		display: block !important;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
		background: transparent !important;
	}
	.woocommerce-cart-form table td, .cart-collaterals 
	.shop_table_responsive th, .cart-collaterals .shop_table_responsive td {
		padding: 10px 8px !important;
	}
	.related.products ul.products{
		grid-template-columns: repeat(2, 1fr);
	}
	.woocommerce-product-gallery.images {
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 769px){
	#site-content .woocommerce .woocommerce-cart-form #coupon_code{
		margin-bottom: 15px !important;
	}
	#site-content .woocommerce .woocommerce-cart-form .actions .coupon {
		margin-bottom: 5px;
	}
	.cart_totals h2{
		text-align: center;
		font-size: 28px !important;
	}
	.woocommerce-cart-form__contents .cart_item{
		padding-top: 1.5rem !important;
	}
	.woocommerce-error li, .woocommerce-info, .woocommerce-message{
		flex-direction: column;
		gap: 10px;
		margin-bottom: 20px !important;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
		width: 100% !important;
		float: unset !important;
	}
	.woocommerce .content-area .site-main {
		margin: 0 !important;
	}
	.woocommerce ul.products li.product {
        padding: 0px !important;
        margin: 0px !important;
    }
}
@media only screen and (max-width: 580px){
	.related.products ul.products{
		grid-template-columns: repeat(1, 1fr);
	}
	.single-product .summary {
		margin-bottom: 7rem;
	}
	ul.products{
		grid-template-columns: repeat(1, 1fr);
	}
	.woocommerce-ordering,
	ul.products li.product .woocommerce-loop-product__link{
		width: 100% !important;
	}
	.single-product .cart .single_add_to_cart_button.button, .woocommerce div.product form.cart div.quantity .qty,
	.woocommerce div.product form.cart .qib-button-wrapper div.quantity,
	.woocommerce-tabs ul, .woocommerce-tabs ul li{
		width: 100%;
		text-align: center !important;
	}
	.single-product .cart .qib-button-wrapper {
		justify-content: center;
	}
	table.variations {
		margin: 20px 0 0 !important;
	}
	table.variations select {
		max-width: 100%;
		width: 100%;
	}
	table.variations tr{
		display: flex;
		flex-direction: column;
	}
	.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product{
		width: 100% !important;
	}
}
@media only screen and (max-width: 400px){
	.social-media-icon {
		gap: 60px;
	}
}