/******************************************

Theme Name: Fenella Clothing Child
Theme URI: https://fenellaclothing.com/
Author: Digitex Technologies Team
Author URI: https://www.digitextechnologies.com/team
Description: E-Commerce websites
Template: fenella-clothing
Version: 1.0.0
Text Domain: loobek-child

*******************************************/

.ts-header .header-bottom .menu-wrapper {
	margin: 0 auto;
}
.ts-store-notice .close{
	display:none;
}
.menu-wrapper nav > ul li .menu-desc{
	display:none;
}
.ts-header nav > ul > li {
	margin-right: 60px;
}
.ts-header .instagram{
	width: 28px;
	height: 28px;
	background: #000;
	border-radius: 7px;
	text-align: center;
}
.ts-header .facebook {
	width: 28px;
	height: 28px;
	background: #000;
	border-radius: 7px;
	text-align: center;
}
.social-icons.style-icon li a{
	color:#fff !important;
}
.ts-header .social-icons li i {
	line-height: 28px;
	font-size: 18px !important;
}
.ts-header .style-icon ul{
	flex-wrap: initial;
}
.ts-header .style-icon ul{
	gap: 10px;
}
div.product .summary .wishlist a {
	font-size: 18px !important;
	background: #000;
	color: #fff !important;
	padding: 14px 40px;
}
.woocommerce .products h3.product-name {
	font-size: 18px;
	font-weight: 600;
}
 .woocommerce .products .product .price{
 	font-weight: 700;
 	font-size: 18px !important;
 }
.ts-menu nav > ul > li > a,
.ts-menu nav > ul > li > a .menu-label
{
	text-transform: uppercase;
}
.ts-header nav.main-menu > ul.menu > li > a::after,
.ts-header nav.main-menu > ul > li > a::after {
	content: none !important;
}
.breadcrumb-title-wrapper .breadcrumbs {
	font-size: 16px;
	margin-bottom: 30px;
}
.menu-wrapper nav > ul > li > a {
	line-height: 36px !important;
}
.fenella_size_guide{
	grid-column: 1/-1;
	margin: 10px 0;
	padding: 10px 0;
}
.archive .term-description {
	margin: 40px 0 0 0;
}
#main-content.product-has-background .term-description::before{
	background: transparent;
}
.ts-product-attribute > div.color a{
    border-radius: 0 !important;
}
.ts-product-attribute > div.color a::after {
    border-radius: 0;
}
.ts-header .header-bottom nav > ul > li > ul.sub-menu::before{
	top: 0;
}
.ts-header .header-bottom nav > ul > li > ul.sub-menu{
	padding-top: 30px;
}
.featherlight .featherlight-content{
	width: 60%;
	height: 80vh;
}
.cf7-modern-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
	font-family: 'Segoe UI', sans-serif;
}
.cf7-modern-form h2 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 4px;
	color: #111;
}
.cf7-modern-form .form-subtext {
	font-size: 15px;
	color: #555;
	margin-bottom: 16px;
	line-height: 1.6;
}
.cf7-modern-form input[type="text"],
.cf7-modern-form input[type="email"],
.cf7-modern-form input[type="tel"],
.cf7-modern-form textarea {
	width: 100%;
	padding: 12px 14px;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #fff;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	box-sizing: border-box;
}
.cf7-modern-form input:focus,
.cf7-modern-form textarea:focus {
	border-color: #b6002c;
	box-shadow: 0 0 0 2px rgba(182, 0, 44, 0.15);
	outline: none;
}
.cf7-modern-form textarea {
	min-height: 120px;
	resize: vertical;
}
.cf7-modern-form input[type="submit"] {
	background-color: #000;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 24px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	align-self: flex-start;
}
.cf7-modern-form input[type="submit"]:hover {
	background-color: #900024;
}
.archive-title {
    display: none;
}
.wpcsc-size-charts-list .wpcsc-size-charts-list-label, 
.wpcsc-size-charts-list .wpcsc-size-charts-list-items {
    color: black !important;
}
.woocommerce-Tabs-panel h2, 
.woocommerce-tabs ul.tabs li a {
    text-transform: uppercase;
}
.my-wishlist-wrapper .title {
    text-transform: uppercase !important;
}
.menu-desc {
    display: none !important;
}
.wc-block-cart-items .price > del,
.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-product-price > del{
    color: var(--loobek-product-del-color);
    text-decoration: line-through;
}


/* media queries */
@media (max-width: 768px) {
	.cf7-modern-form {
		max-width: 100%;
		padding: 0 15px;
	}
	.cf7-modern-form h2 {
		font-size: 22px;
	}
	.cf7-modern-form input[type="submit"] {
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 600px) {
	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 20px 0 !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		gap: 10px 20px !important;
	}
}