/* Example: Change background color of body */
body {
    background-color: #f8f9fa;
}
h1 {
	font-size: 70px; 
    line-height: 80px;
}

h2 {
    line-height: 54px;
    font-size: 42px; 
}

h3 {
    line-height: 39px;
    font-size: 28px;
}

h4 {
    line-height: 38px;
     font-size: 24px;
}

h5 {
    line-height: 30px;
     font-size: 20px;
}

p {
    line-height: 30px;
    color: #909090;
}
.custom_home_delivery_icon {
    padding: 40px 0px;
}
.custom_home_delivery_icon .delivery_icon-content {
    text-align: center;
}
.custom_home_delivery_icon .delivery_icon-content p {
    font-size: 20px;
    margin: 10px 0 0;
    font-weight: 600;
    color: #141E25;
}
.cms-se-home .header-main .header-row a {
    color: #9AC6C5 !important;
}
.page-wrapper .page-header {
    background: #F7F7F7;
}
.cms-se-home .header-main .header-row .search-area .search-toggle-icon {
    font-size: 23px !important;
}
.cms-se-home .minicart-wrapper .action.showcart .counter.qty {
    color: #141E25 !important;
}
.cms-se-home .banner-custom .Banner-section-description .banner-content h1 , .cms-se-home .banner-custom .Banner-section-description .banner-content p, 
.cms-se-home .banner-custom .Banner-section-description .banner-content span{
    color: #9AC6C5 !important;
}
.cms-se-home .banner-custom .Banner-section-description .banner-content a, .cms-se-home .-new-arrival-banner-content a {
    border: none !important;
    background-color: #E0B1CB !important;
    padding: 10px !important;
}
.cms-se-home .banner-custom .Banner-section-description .banner-content a:hover, .cms-se-home .-new-arrival-banner-content a:hover{
	background-color:#3b4151 !important;
}
.mgz-block-heading.mgz-block-heading-line .title {
    color: #9AC6C5;
    font-weight: 600;
    background: #f8f9fa !important;
}
.Faq-section {
    padding: 40px 20px;
}
.Faq-section .accordion-container h2 {
    text-align: center;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    color: #9AC6C5;
    font-weight: 600;
    background: #f8f9fa;
}
.Faq-section .accordion-container .accordion-item {
    margin-bottom: 20px;
}
.Faq-section .accordion-container .accordion-item h2 {
    color: #141E25;
    font-weight: 600;
    margin: 0 0 15px;
}
.Faq-section .accordion-container .accordion-item p {
    color: #141E25;
    margin: 0px;
}
.Faq-section .accordion-container .accordion-item .accordion-header h5 {
    margin: 0 0 10px;
    color: #141E25;
}
.Faq-section .accordion-container h2:after,.Faq-section .accordion-container h2:before {
    content: "";
    flex: 1;
    border-bottom: 1px solid #cecece;
}
.Faq-section .accordion-container h2 span {
    padding: 0 10px;
    color: #9AC6C5; 
    font-weight: 600;
    background: #f8f9fa;
}
.product-item-info strong.product-item-name a {
    margin: 0;
    color: #141E25;
    font-weight: 600;
    font-size: 16px;
}