	
/*pager heder block padding*/
.woocommerce-page .site-content > .page-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}

.woocommerce div.product .product_title {
    font-size: 1.4em;
    line-height: 1.25em;
    color: #111;
    margin: 0 0 20px;
    font-weight: 700;
    position: relative;
    font-family: var(--primary-font);
	}

.woocommerce div.product .entry-summary .variations_form table.variations tr td select {
    height: 45px;
    color: #1b1a1a;
    font-size: .8888em;
    padding: 0 10px;
}
/*link colour*/
a {
    text-decoration: none;
    color: #741918;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
/*page header red*/
.woocommerce-page .site-content > .page-header::before {
    content: "";
    background: rgba(225, 162, 166, 0.90);
/*red	    background: rgba(123, 29, 34, 0.51); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	url:none
}

/* Hides the first accordion item */
.elementor-accordion .elementor-accordion-item:first-child {
display: none;
}

/* size guide button shop */
.size-guide-button-listing {

	background: #fc9235;
   padding: .1em .5em;
   font-size: 1.2em;
   font-weight: bold;
   border-radius: 5em;
   display: inline-block;
	
color: #ffffff !important;
    text-decoration: none !important;

}

	/* product info link style*/
	
	.pattern-link {
		font-size:1.05em;
		font-weight:bold;
		color:#b30705;
}
		

.footer-b {
	display: none;
}

/* short description font size*/

.woocommerce-product-details__short-description {
	
	font-size:0.9em;
	
	
}






/*timeless footer v2*/

.timeless-container{
	max-width: 1170px;
	margin:auto;
}
.timeless-row{
	display: flex;
	flex-wrap: wrap;
}
/*

ul{
	list-style: none;
}

*/
.timeless-footer{
	background-color: #121212;
    padding: 70px 0;
}
.timeless-container-col{
   width: 25%;
   padding: 0 15px;
}
.timeless-container-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.timeless-container-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.timeless-container-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.timeless-container-coll ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.timeless-container-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.timeless-container-col .timeless-footer-social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.timeless-container-col .timeless-footer-social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
.copyright {

    text-align: center;
}

/*responsive*/
@media(max-width: 767px){
    .timeless-container-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
    .timeless-container-col{
    width: 100%;
}
	
	
}
	@media (max-width: 768px) { 
		
		

}

ul.products.elementor-grid.columns-4 li.product {
  float: none; /* Remove the conflicting float property */
  width: auto; /* Allow grid to control the width */
  margin: 0; /* Remove margin that might interfere with grid gap */
}




/* BUTTON PINK Uses !important to override any other conflicting style */
.woocommerce a.button.alt,
.woocommerce button.button.alt {
    background-color: rgba(255, 105, 180, 0.5) !important;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
    background-color: rgba(255, 105, 180, 0.75) !important;
}
/*button pink--END */


.single_variation_wrap {
  margin-top: 20px;
}