/*SSS 21*/
.text_align{
	text-align:center;
}
.pdp-w-mart-w-green-logo {
    margin: 50px 0 30px 0;
}

@media (max-width: 600px) {
.pdp-w-mart-w-green-logo {
    margin: 30px 0 30px 0;
	flex-wrap:wrap;
	gap:20px;
}
}

/*Popup Img*/ 

.news_img{
	width:100% !important;
}

/*cradle cap brand awards*/

/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.brand_awards .award-t, .brand_awards .award-descp {
    margin: 0px !important;
}
.brand_awards .award-t{
	margin-bottom: 12px !important;
	font-family: 'Century Gothic', sans-serif;
	font-size: 16px !important;
	line-height: 1.2 !important;
	font-weight: 400 !important;
}
.brand_awards .award-descp {
	font-family: 'Century Gothic', sans-serif;
	font-size: 16px !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;

}
.brand_awards {
    padding: 15px 0px 25px;
}
.brand_awards div{
    text-align: center;
    line-height: 0;
}
.brand_awards h3 {
    text-align: center;
    font-family: 'Gilroy', sans-serif !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    color: #1F5B72 !important;
	background-color:white;
	line-height: 1;
	width: fit-content;
    margin: auto;
	padding:0px 10px;
}
.brand_awards .double-line{
	border-width:1px 0px 1px 0px;
	border-color: #1F5B72;
	border-style:solid;
	padding: 5px 0px;
	margin-top: -35px;
    z-index: -1;
    position: relative;
    margin-bottom: 20px;
    width: 67%;
    margin-left: auto;
    margin-right: auto;
}
.brand_awards .description-line{
	font-family: 'Century Gothic', sans-serif;
	font-size:25px;
	font-weight:400;
	color:#303030;
	line-height: 1;
	margin-bottom: 40px;
}
.brand_awards .description-line b{
	font-weight:700;
	color:#3691A0;
}

.brand_awards ul{
    list-style:none;
	margin-bottom:15px !important;
	display: flex;
	flex-wrap:wrap;
	gap:35px 30px;
}
.brand_awards ul li{
	padding-left:0px !important;
	width: calc(33.33% - 20px);
	margin-bottom:0px !important;
	border-radius:8px;
	box-shadow:0px 3px 6px 0px #00000029;
}
.brand_awards ul li:first-child {
    width: 68%;
    margin: auto;
}

/*Backgrounds*/
.award-logo-parents {
    background-color: #DEF0FF;
}
.award-logo-vwhealth {
    background-color: #FFEFB9;
}
.award-logo-health {
    background-color: #D6F4FF;
}
.award-logo-wtexpect {
    background-color: #F2E9FE;
}
.award-logo-scarymommy {
    background-color: #BEEDFF;
}
.award-logo-romper {
    background-color: #FFEAE8;
}
.award-logo-parentsl {
    background-color: #DEF0FF;
}



.award-logo {
    padding: 18px 10px 16px;
	border-radius:8px 8px 0px 0px;
}
.award-logo-scarymommy{
	padding:9px 10px 7px;
}
.award-logo img {
    height: 24px;
}
.award-logo-scarymommy img{
    height: 42px;
}

.award-title {
    padding: 18px 23px 23px;
}



.brand_awards ul li:before{
    display:none !important;
}


.brand_awards .award-logo img{
    width: fit-content !important;
	border:none !important;
	margin-bottom:0px !important;
}


.brand_awards2  li {
    display: flex;
    align-items: center;
}
.brand_awards2 .award-logo {
	display: flex;
    margin-right: 10px;
	width: 100px !important;
    min-width: 100px !important;
}


/*Responsive*/
@media (max-width:1196px){
	.brand_awards ul li{
	padding-left:0px !important;
	width: calc(50% - 15px);
}
	.brand_awards ul{
	gap:35px 30px;
}
	.brand_awards h3 {
    font-size: 34px !important;
	padding:0px 10px;
}
.brand_awards .double-line{
	padding: 5px 0px;
	margin-top: -33px;
    margin-bottom: 24px;
    width: 480px;
}
.brand_awards .description-line{
	font-size:22px;
	line-height: 1;
	margin-bottom: 40px;
}
}
@media (max-width:542px){
.blog-banner-box {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}	
.brand_awards ul li{
	padding-left:0px !important;
	width:100%;
}
	.brand_awards ul{
	gap:25px 20px;
}
	.brand_awards .double-line{
    width: 100%;
}
	.brand_awards ul li:first-child {
    width: 100%;
}
		.brand_awards h3 {
    font-size: 28px !important;
	padding:0px 10px;
}
.brand_awards .double-line{
	padding: 4px 0px;
	margin-top: -29px;
    margin-bottom: 18px;
    width: 100%;
}
.brand_awards .description-line{
	font-size:20px;
	line-height: 1.2;
	margin-bottom: 25px;
}
	.brand_awards {
    padding: 10px 0px 20px;
}
}
body.page.page-id-23755 .feature-card,
body.page.page-id-23755 .abh_box.abh_box_down.abh_box_fancy,
body.page.page-id-23755 .main-feature{
    display: none;
}

/*Sticky Topbar css*/
 .prime-top-ann {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #f8f9fa;
      padding: 10px 20px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      z-index: 99999;
      transition: transform 0.3s ease-in-out;
    }
	.prime-top-ann.topbar-bandet.scrolling-down {
		transform: translateY(0px);
	}
    .prime-top-ann.scrolling-up {
      transform: translateY(0);
    }
	#main-header {
		margin-top: 34px;
	}
	@media screen and (max-width: 576px) {
    .header_bottom-inner {
        padding: 10px;
        position: fixed;
        top: 28px;
        width: 100%;
        height: 80px;
        background-color: #fff;
        z-index: 99999;
    }
		img.custom-logo {
    width: 90px !important;
}
main#primary,
		main#main{
    padding-top: 80px;
}
		.mobile-navigation-main {
    position: absolute;
    top: 105px;
    background-color: #ffff;
    width: 100%;
    z-index: 9999;
}
}
/*timer function css code */

 div#timer {
        display: flex;
        gap: 20px;
    }

    .scrolled-down {
        bottom: 0 !important;
    }

    #prodNotify_container_main {

        background: #efeeda;
        position: fixed;
        bottom: -200px;
        width: 100%;
        z-index: 9999;
        transition: 0.8s;
    }

    #timer div {
        display: inline-block;
        padding: 10px;
        line-height: 1;
    }

    #timer span {
        display: block;
        font-size: 16px;
        color: #fff;
    }

    #timer #days,
    #timer #hours,
    #timer #minutes,
    #timer #seconds {
        border-radius: 10px;
        height: 100%;
        font-size: 55px;
        background: #cb4c3f;
        color: #fff;
        text-align: center;
    }


    #prodNotify_container {
        position: relative;
        max-width: 1280px;
        margin: 0 auto;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #prodNotify {
        gap: 10px;
        align-items: center;
        display: flex;
        text-align: left;
        padding: 5px 15px;
        overflow: hidden;
        visibility: visible;
        opacity: 1;
        background: #efeeda !important;
        left: 10px;
        z-index: 999;
        border-radius: 0;
        -ms-transition: all 0.7s ease-out;
        -webkit-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        width: 100%;
    }

    #prodNotify.active {
        visibility: visible;
        opacity: 1;
        bottom: 0px;
        text-align: center;
    }

    #prodNotify .closeNotify {
        border-radius: 50%;
        border: 1px solid #ca4e3f;
        width: 20px;
        height: 20px;
        text-align: center;
        position: absolute;
        top: 5px;
        left: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        justify-content: center;
    }

    .ft_btn {
        display: flex;
        gap: 20px;
        width: 100%;
        justify-content: flex-end;
    }

    #prodNotify img {
        max-width: 80px;
        max-height: 80px;
        width: auto;
        box-shadow: 0px 2px 5px #ccc;
        border-radius: 50%;
    }

    #prodNotify .details {
        text-align: center;
    }

    #prodNotify .details p {
        margin-bottom: 0;
        border-radius: 7px;
    }

    #prodNotify_container #prodNotify .pname {
        font-size: 26px;
        font-weight: 700;
        text-decoration: none;
        color: #205a73 !important;
        padding: 5px 10px;
        display: inline-block;
        font-weight: 500;
    }

    #prodNotify a.closeNotify i {
        color: #ca4e3f;
    }

    #ad_cart {
        border-start-start-radius: 15px;
        border-end-end-radius: 15px;
        background: #205a73;
        text-decoration: none;
        color: #fff;
        padding: 10px 25px;
        font-size: 25px;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #bu_now {
        border-start-start-radius: 15px;
        border-end-end-radius: 15px;
        background: #000;
        text-decoration: none;
        color: #fff;
        padding: 10px 25px;
        font-size: 25px;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    @media (max-width: 1280px) {
        #prodNotify_container #prodNotify .pname {
            font-size: 20px;
        }

        #timer #days,
        #timer #hours,
        #timer #minutes {
            font-size: 35px;
        }

        #timer span {
            font-size: 12px;
        }

        #timer #seconds {
            font-size: 25px;
        }
    }

    @media (max-width: 768px) {
        .ft_btn {
            display: none;
        }

        #prodNotify {
            justify-content: center;
        }

        #prodNotify_container #prodNotify .pname {
            font-size: 14px;
        }

        #prodNotify img {
            max-width: 50px;
            max-height: 50px;
        }
    }