/* Enter Your Custom CSS Here */

.wc-proceed-to-checkout a{
	background-color: #008080;
}

.header-bottom{
	    background: rgb(207, 131, 131) !important;
}


/* Container styling */
.Gallery-page-writting {
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(to left, #efefef -100%, #ffffff 90%); /* Soft background color */
    border-radius: 2px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Paragraph styling */
.Gallery-page-writting p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #555; /* Medium gray for readability */
    margin-bottom: 20px;
}

/* Heading styling */
.Gallery-page-writting h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
	  font-weight: 100;
    color: #3f3f3f; /* Deep gray for a classic look */
    margin-bottom: 15px;
}

.font-banner h1 strong{
	line-height: normal;
  font-weight: bolder;
  letter-spacing: 2px;
}


.styled-title {
    position: relative;
    text-align: center; /* Center the title */
    padding: 20px 10px;
    margin: 20px 0;
}

.styled-title:before,
.styled-title:after {
    content: '“'; /* Left double quote */
    font-size: 48px; /* Larger size for the quote */
    color: #888; /* Lighter color for the quote */
    position: absolute;
    top: -20px;
    font-family: 'Georgia', serif;
}

.styled-title:before {
    left: 10px; /* Position the left quote */
}

.styled-title:after {
		content: '”';
    right: 0px;
}


.box-shadow, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover, .box-shadow-2, .box-shadow-2-hover:hover{
	
	box-shadow: none !important;
}

/*

.box-shadow, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover{
		border: 1px dashed #e0e0e0;
    padding: 20px;
}
*/



.Motorized-blinds-option .dark p{
	color: #3f3f3f !important;
}

.Motorized-blinds-option{
	background: #efefef;
}

@media screen and (max-width: 1024px) {
    .Call-out-banner {
        display: none;
    }
}


