/*
Theme Name: storefront-child
Author: 
Description: Your description goes here
Version: 1.0
Template: storefront-ecommerce

This is the child theme for Storefront Ecommerce theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
body{
	font-family: "Inter", sans-serif!important;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Inter", sans-serif!important;
	font-weight: 500!important;
}
.product-cat-box strong{
	background: transparent!important;
}
.primary-navigation ul li a{
	text-decoration: none!important;
}
.bottom-header {
    background: #ffffff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
body {
    background: #F7FAFC;
}
i.fas.fa-bars {
    color: #000;
}
ul#menu-main-menus li.current-menu-item a{
	color: #ff0000!important;
}
.header-search input[type="search"]{
    border: 0;
    width: 100%;
    border: 2px solid #06105D;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.header-search button[type="submit"]{
    border: 0;
    background: #19035b;
    padding: 10px 22px;
    text-indent: 0;
    border-radius: 0 5px 5px 0;
    color: #fff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.woo-icons i {
    color: #240059;
}
.header-search {
    padding: 18px;
    border-right: none;
}
.woo-icons{
	display: flex;
    align-items: center;
    justify-content: center;
}
.woo-icons a {
    color: #000;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    text-decoration: none;
}
.widget_categories h2.widgettitle {
    background: #FF0000;
    color: #fff;
    font-size: 24px;
    padding: 9px 13px;
    border-radius: 5px;
}
.widget_categories{
    background: rgb(255 0 0 / 15%);
    padding-bottom: 1px;
}
.widget_categories ul {
    padding-top: 0;
    padding: 0px 16px;
}
.widget_categories ul li a {
    color: #505050;
    text-decoration: none;
    font-weight: 500;
}
div#sideBanner img {
    height: 32vh;
    width: 100vw;
}
ul#menu-main-menus:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
div#sideBanner img {
    height: 18.6vh;
    width: 100vw;
}
div#heroSection {
    border: 1px solid #ddd;
    border-radius: 7px;
}
.n2-ss-slider-controls-below {
    display: none !important;
}
.feature-box {
    text-align: left;
    padding: 20px;
    color: #333333;
    display: flex;
    align-items: center;
    column-gap: 18px;
	justify-content: center;
}
.feature-box .icon {
	font-size: 3.5rem; /* Large icon size */
	margin-bottom: 15px;
	color: #333333; /* Dark icon color */
}
.feature-box h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333333; /* Dark title color */
	padding-bottom: 0;
}
.feature-box p {
    font-size: 1.2rem;
    color: #898989;
}
/* Responsive adjustments */
.vc_wp_categories {
    margin-bottom: 0px !important;
}
.footer-wp {
    background: #ffffff;
}
h3.widget-title {
    color: #1C1C1C;
    font-size: 18px;
}
h3.widget-title:after{
    display: none;
}
.footer-wp li a {
    font-size: 15px;
    color: #8B96A5;
    text-decoration: none;
}
footer ul.menu {
    padding-left: 0px;
}
.footer-wp li a:hover{
	color: #8B96A5!important;
}
aside.widget_block p {
    color: #8B96A5;
}
aside#block-9 p {
    margin-top: 20px;
}
aside#block-9:before {
    content: "Location";
    color: #1C1C1C;
    font-size: 18px;
    margin-bottom: 20px !important;
}
.copyright-wrapper a {
    display: none;
}
.copyright-wrapper p {
    margin-bottom: 0px;
}
.copyright-wrapper {
    background-color: #EFF2F4;
    font-size: 15px;
    text-align: center;
    color: #000;
    font-weight: 500;
}
.content_box ul li {
    padding: 0 0 0 4px;
    margin: 15px 0;
    line-height: 25px;
    margin-bottom: 16px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 2px 2px 10px 0px #2d2d2d;
    z-index: 999;
    width: 100%;
    background: #ffffff;
}
.newsletter-section {
    text-align: center;
	padding: 0px 20px;
}
.newsletter-section h2 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #1C1C1C; /* White title color */
}
.newsletter-section p {
	font-size: 1rem;
	margin-bottom: 30px;
	color: #1C1C1C; /* White description color */
}
.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.newsletter-form .form-control {
	max-width: 350px; /* Max width for the email input */
	border-radius: 0.5rem; /* Rounded corners */
	padding: 0.75rem 1rem; /* Padding for input */
	border: none; /* No border for input */
	height: 50px;
}
.newsletter-form .btn-primary {
	background-color: #007bff; /* Blue background for button */
	border-color: #007bff; /* Blue border for button */
	border-radius: 0.5rem; /* Rounded corners */
	padding: 0.75rem 1.5rem; /* Padding for button */
	font-weight: bold;
	transition: background-color 0.3s ease;
	margin-top: 0px !important;
}
.newsletter-form .btn-primary:hover {
	background-color: #0056b3; /* Darker blue on hover */
	border-color: #0056b3;
}
form.newsletter-form .input-group {
    width: auto;
}
form.newsletter-form p {
    margin-top: 0px;
}
/* Adjustments for smaller screens */
div#customSection h2.woocommerce-loop-product__title {
    float: left;
    width: 60%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
div#customSection img {
    float: right;
    width: 33%;
    object-fit: contain;
    max-height: 108px;
    margin-right: 16px;
	border: none;
}
#customSection span.price {
    float: left;
    padding: 0px 10px;
}
div#customSection .add_to_cart_button {
    display: none;
}
span.woocommerce-Price-amount.amount bdi{
    color: #8B96A5;
    font-weight: 500;
}
div#customSection ul li {
    padding-top: 21px !important;
    padding-bottom: 22px !important;
    margin-bottom: 7px;
    box-shadow: 0px 3px 13px #ddd;
    border: none;
}
div#overlayProduct:before {
    content: "";
    background: rgb(255 255 255 / 58%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
button.orderBtn {
    color: #1C1C1C;
    padding: 5px 12px;
    background: #fff;
    border: none;
    border-radius: 7px;
    font-size: 16px;
}
div#overlayProduct h3 {
    padding-bottom: 0;
}
div#overlayProduct .wpb_content_element {
    position: relative;
    z-index: 9999;
    padding: 0px 10px;
}
div#featuredProducts ul li img {
    max-height: 124px;
    max-width: 134px;
    margin: 30px auto;
    object-fit: contain;
	border: none!important;
}
body.home ul.products li.product a.add_to_cart_button{
	display: none;
}
div#featuredProducts ul li a:focus {
    outline: none !important;
}
div#featuredProducts ul li h2 {
    text-align: left;
    color: #1C1C1C;
    font-weight: 500;
    padding: 0px 17px;
    font-size: 16px;
}
div#featuredProducts span.price {
    text-align: left;
    padding: 0px 18px;
}
div#featuredProducts ul li {
    box-shadow: 1px 12px 14px rgb(137 137 137 / 32%);
    border-radius: 7px;
}
#featuredProducts h2.vc_custom_heading {
    font-weight: 600 !important;
}
.product-card {
	transition: transform 0.2s ease-in-out;
}
.product-card:hover {
	transform: translateY(-5px);
}
.flex {
    display: flex;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-center {
    text-align: center;
}
.p-2 {
    padding: 0.5rem;
}
.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: #606060;
    margin-right: 9px;
    border-radius: 7px;
    min-width: 54px;
}
.font-bold {
    font-weight: 700;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
div#bestSeller {
    background: #fff;
    border-radius: 7px;
    border: 1px solid #ddd;
}
div#bestSeller h2 {
    font-size: 20px;
    padding-bottom: 0px;
}
div#bestSeller ul.products li img {
    width: 100%;
    max-height: 105px;
    object-fit: contain;
    max-width: 84px;
    margin: 20px auto;
    margin-bottom: 6px;
}
body.woocommerce ul.products li a:focus{
	outline: none!important;
}
div#bestSeller ul.products li h2 {
    font-size: 16px;
    padding-bottom: 0px;
    font-weight: 600;
}
div#bestSeller ul.products li {
    min-height: 214px;
}
div#bestSeller ul.products li{
    min-height: 214px;
    margin-bottom: 14px;
}
a:focus{
	outline: none!important;
}
.content_box{
	margin-top: 0px!important;
}
.w-100 img {
    width: 100vw;
}
div#blogs h4 {
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}
form.wpcf7-form span {
    display: block;
    margin-top: 7px;
}
form.wpcf7-form span input {
    border-radius: 6px !important;
    margin-bottom: 0px;
}


body.page-id-23 .wpcf7-form input,
body.page-id-23 .wpcf7-form textarea {
	border-radius: 10px;
    border: 1px solid rgb(255 0 0 / 36%);
}

body.page-id-23 .wpcf7-form label {
width: 100%;
    max-width: 700px;
    font-weight: 600;
}

body.page-id-23 .pros-contact .vc_column-inner {
	background: #fbfbfb;
        padding: 20px 50px;
    border-radius: 8px;
    box-shadow: rgb(255 163 171 / 14%) 0px 2px 8px 0px;
width: 100%;
    max-width: 760px;
}

body.page-id-23 .pros-contact .wpcf7-form .wpcf7-submit.has-spinner {
	background: #19035b;
}
div#contact h3 {
    margin-bottom: 0;
    font-size: 21px;
}
div#navbar-header {
    display: flex;
    justify-content: space-between;
}
.gt_float_switcher {
    box-shadow: none!important;
    position: relative;
    top: 3px;
}
div#replacement table td {
    border: 1px solid #ddd;
    padding: 6px 20px;
}
div#replacement table td strong {
    color: #fa0017;
}
div#Elist ul.products li:nth-child(n+9){
    display: none;
}
div#bestSeller .add_to_cart_button{
    display: none;
}
.woocommerce form .form-row input:focus.input-text, #sidebar .textwidget a:focus, textarea:focus, input:focus, .menu-header a:focus, .mid-header a:focus, #sidebar a:focus, a:focus, #woonavbar-header .nav ul li a:focus, a.closebtn.mobile-menu:focus, .logo a:focus, .toggle-menu.responsive-menu a:focus, .menu-brand .closebtn:focus, .main-navigation .sub-menu > li > a:focus, .search-box i:focus, .menu-header a:focus, #comments textarea:focus, input[type="submit"]:focus, label:focus, input:focus, button:focus, input:focus, input:focus, textarea:focus, img.custom-logo a:focus, .woocommerce a:focus, button.product-btn:focus, .woocommerce ul.products li.product a:focus, .select2-container--default .select2-selection--single:focus, .textwidget a:focus, #sidebar input[type="submit"]:focus, .footer-wp input[type="search"]:focus, #sidebar-footer input:focus, .footer-wp button:focus, .footer-wp .tagcloud a:focus, #sidebar-footer .custom-contact-us input:focus, a.video-btn:focus{
	outline: none!important;
}
div#featuredProducts .add_to_cart_button {
    display: none;
}
div#sideCategories ul.products li img {
    display: none;
}
div#sideCategories ul.products li h2 {
    color: #505050;
    text-decoration: none;
    font-weight: 500;
}
div#sideCategories ul.products li {
    background: transparent;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    text-align: left;
    padding: 0px 29px !important;
}
div#sideCategories ul.products {
    background: #ffd9dc;
    padding-bottom: 16px;
}
mark.count {
    background: transparent;
}
div#sideCategories ul.products:before{
    content: "Categories";
    background: #ff0017;
    width: 100%;
    padding: 7px 19px;
    font-size: 24px;
    color: #fff;
}
.wp-block-woocommerce-filled-cart-block{
    margin-top: 20px!important;
}
@media (max-width: 576px) {
	.newsletter-form .form-control {
		width: 100%; /* Full width on small screens */
		margin-bottom: 10px; /* Space below input */
	}
	.newsletter-form .btn-primary {
		width: 100%; /* Full width on small screens */
	}
}
ul#menu-social-account{
    display: flex;
    column-gap: 10px;
}
@media (max-width: 768px) {
	.feature-box {
		margin-bottom: 30px;
	}
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}
.newsletter-form .tnp.tnp-subscription label {
	display:none
}
.newsletter-form{
	position:relative;
	
}
.newsletter-form .input-group-text{
	position: absolute;
    left: -25px;
    top: 16px;
    padding: 9px;
}
.newsletter-form .tnp.tnp-subscription{
	    display: flex;
    align-items: center;
    gap: 10px;
}
.newsletter-form .tnp.tnp-subscription .tnp-email{
	background: #ffffff;
    border-radius: 0rem 0.5rem 0.5rem 0rem;
}

.newsletter-form .tnp.tnp-subscription .tnp-submit{
	border-radius: 0.5rem;
	    background-color: #007af7;
    color: #fff;
}

div#navbar-header{
	max-width: 1600px;
	margin: auto;
	padding: 0px 15px;
}

.single-product div.images img.wp-post-image{
	object-fit: cover !important;
}
div.product form.cart .button{
	    background: #260058;
    color: white;
    border-radius: 7px;
}
.woocommerce .quantity .qty.text{
	    border-color: #260058;
	border-radius: 7px;
	color:#260058;
}

.yith-wcwl-add-to-wishlist-button__label{
	color:#260058;
}

span.posted_in a{
	  background: #260058 !important;
    color: white !important;
    border-radius: 7px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a{
	padding: 0px !important
}

#scrollbutton{
	  background: #260058 !important;
	border-color: #260058 !important;
}
.page-id-331 p a, .page-id-390 p a,
.page-id-335 p a, .page-id-340 p a,
.page-id-308 p a, .page-id-291 p a{
	color:#260058 !important;
}
.page-id-21 a.vc_btn3-color-juicy-pink{
	  background: #260058 !important;
	border-color: #260058 !important;
}
body.page-id-23 .wpcf7-form input, body.page-id-23 .wpcf7-form textarea {
    border-radius: 10px;
    border: 1px solid rgb(49 0 85 / 56%) !important;
}
nav.woocommerce-MyAccount-navigation ul li{
	 background: #260058 !important;
	border-color: #260058 !important;
	
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: white !important;	
}
.page-id-14 p a, .page-id-14 td a{
	color:#260058 !important;
}
.page-id-14 .button.view,
.page-id-14 a.button.wc-forward,
.page-id-14 a.edit,
.page-id-14 a.button,
.page-id-14 button.woocommerce-Button.button{
		 background: #260058 !important;
	border-color: #260058 !important;
	color:#ffffff !important;
	
}

.page-id-12 .wp-block-woocommerce-empty-cart-block .wp-block-button a {
/*     background: url(./images/bag.png) no-repeat 5px 4px #fff; */
    text-indent: -9999px;
    left: 0%;
    transform: translate(50%, -35%);
    padding: 13px 13px !important;
    border-radius: 50% !important;
    border: 1px solid #c2c2c2 !important;
    position: absolute;
    top: 18px;
    height: 10px;
}
.page-id-14:not(.logged-in) .new-text{
	    max-width: 800px;
    margin: auto;
    padding: 50px 0px;
}

.page-id-14 .new-text  button.woocommerce-form-login__submit{
		 background: #260058 !important;
	border-color: #260058 !important;
	color:#ffffff !important;
	
}