@font-face{
    font-family: 'neoSans-med';
    src: url("../Fonts/NeoSans-Medium.woff"),
        url("../Fonts/NeoSans-Medium.woff2");
}

@font-face{
    font-family: 'myriadPro';
    src: url("../Fonts/MyriadPro-Regular.woff"),
        url("../Fonts/MyriadPro-Regular.woff2");
}

*{
    margin:0;
    padding:0;
}


/* -------Body Background -------------- */ 
body{
    height:1000px;
}

body .bg-top-center{
    width: 100%;
    height: 455px;
    background-image: url("../images/background-top_02.gif");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    z-index: -1;
}

body .bg-bottom-center{
    width: 100%;
    height: 232px;
    background-image: url("../images/background-bottom_04.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 150px;
    z-index: -2;
}

body .bg-top-left{
    width: 206px;
    height:132px;
    background-image: url("../images/bg-top-left_01.png");
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}

body .bg-top-right{
    width: 207px;
    height:121px;
    background-image: url("../images/bg-top-right_04.png");
    position:absolute;
    top:0;
    right:0;
    z-index: -1;
}


body .bg-bottom-center .bg-bottom-left{
    width:430px;
    height: 215px;
    background-image: url("../images/bg-bottom-left_08.png");
    position:absolute;
    bottom:0;
    left:0;
    z-index: 5;
}

body .bg-bottom-center .bg-bottom-right{
    width: 207px;
    height: 186px;
    background-image: url("../images/bg-bottom-right_10.png");
    position: absolute;
    bottom: 0;
    right: 0;
}

body .bg-bottom-center .bg-tree-bottom{
    width: 157px;
    height: 130px;
    background-image: url("../images/tree-w-shadow_12.png");
    position: absolute;
    bottom: 0;
    right: 350px;
    z-index: 5;
}


/* ============= End Body Background ========== */

/* ========= Top Header ========== */

.top-header{
    width: 100%;
    height: 25px;
    background-color: #f5f5f5;
    border-bottom: solid 2px rgba(68,138,185,0.7);
}

.top-header .container{
    width: 830px;
    height: 25px;
    margin: auto;
}

.top-header .login-links{
    width:200px;
    height:25px;
    float: left;
}

.top-header .login-links a{
    width:20px;
    height:25px;
    text-decoration: none;
    color: #666666;
    font-family: "Arial bold";
    font-size: 8.57pt;
    font-weight: lighter;
    margin-right: 5px;
}

.top-header .login-links a[class="sign-in"]{
    color:#669933;
}

.top-header .login-links a:hover{
    color:#669933;
}

.top-header .login-links a img{
    width:19px;
    height: 16px;
    position:relative;
    top: 5px;
}

.top-header .shop-cart{
    width:140px;
    height:30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float:right;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a1de0a+0,8eb92a+50,8eb92a+51,74a302+100 */
    background: rgb(161,222,10); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(161,222,10,1) 0%, rgba(142,185,42,1) 50%, rgba(142,185,42,1) 51%, rgba(116,163,2,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(161,222,10,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 51%,rgba(116,163,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(161,222,10,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 51%,rgba(116,163,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1de0a', endColorstr='#74a302',GradientType=0 ); /* IE6-9 */
}

.top-header .shop-cart img{
    margin: 3px;
    float:left;
}

.top-header .shop-cart p{
    font-family: "Arial";
    font-size: 9pt;
    font-weight: lighter;
    margin-top:6px;
    float:left;
}

.top-header .shop-cart p span{
    font-weight: bold;
}

.top-header .social-icons{
    width: 140px;
    height:25px;
    float:right;
    margin-top:5px;
    margin-right:5px;
}

/* ======== End Top Header ======== */

/* ========= Logo Area ========= */

.logo-area{
    height: 110px;
    width: 830px;
    margin: auto;
}

.logo-area img{
    float: left;
}

.logo-area .rectangle{
    width:400px;
    height: 50px;
    background-color:#fff;
    border: solid 2px lightgray;
    float: left;
    margin: 15px 10px;
}

.logo-area .rectangle p{
    font-family: "Arial";
    font-size: 12pt;
    color: gray;
    text-align: center;
    margin-top:15px;
}

.logo-area .menu-shape{
    width: 303px;
    height: 158px;
    position: absolute;
    right:260px;
    z-index: -1;
}

/* ======= End Logo Area ======== */

/* ======== Main Nav Bar Area ========= */

.main-nav{
    width:830px;
    height: 32px;
    margin: auto;
    border-top-left-radius: 5px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#393939+0,393939+50,151515+51,151515+100 */
    background: rgb(57,57,57); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(57,57,57,1) 0%, rgba(57,57,57,1) 50%, rgba(21,21,21,1) 51%, rgba(21,21,21,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(57,57,57,1) 0%,rgba(57,57,57,1) 50%,rgba(21,21,21,1) 51%,rgba(21,21,21,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(57,57,57,1) 0%,rgba(57,57,57,1) 50%,rgba(21,21,21,1) 51%,rgba(21,21,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#151515',GradientType=0 ); /* IE6-9 */
}

.main-nav ul{
    list-style-type: none;
    float:left;
}

.main-nav ul li{
    height:32px;
    width:70px;
    line-height: 32px;
    text-align: center;
    color:#fff;
    font-family: "Arial";
    font-size: 9pt;
    font-weight: bold;
    cursor: pointer;
}

.main-nav ul[class="auto-width"] li{
    width: auto;
}

.main-nav ul[class="cecil-family"] li{
    width: 100px;
}

.main-nav ul li:hover{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a1de0a+0,8eb92a+50,8eb92a+51,74a302+100 */
    background: rgb(161,222,10); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(161,222,10,1) 0%, rgba(142,185,42,1) 50%, rgba(142,185,42,1) 51%, rgba(116,163,2,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(161,222,10,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 51%,rgba(116,163,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(161,222,10,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 51%,rgba(116,163,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1de0a', endColorstr='#74a302',GradientType=0 ); /* IE6-9 */

    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.main-nav ul li a{
    color:#fff;
    font-family: "Arial";
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

.main-nav ul li ul{
    float:none;
    position:relative;
    top: 0px;
    right:5px;
    visibility: hidden;
    z-index: 1;
}

.main-nav ul li:hover ul{
    visibility: visible;
}

.main-nav ul li ul li{
    text-align: left;
    width:118px;
    height:30px;
    padding-left: 10px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a1de0a+0,8eb92a+50,8eb92a+51,74a302+100 */
    background: rgb(161,222,10); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(161,222,10,1) 0%, rgba(142,185,42,1) 50%, rgba(142,185,42,1) 51%, rgba(116,163,2,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(161,222,10,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 51%,rgba(116,163,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(161,222,10,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 51%,rgba(116,163,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1de0a', endColorstr='#74a302',GradientType=0 ); /* IE6-9 */
}

.main-nav ul[class="cecil-family"] li ul li{
    width: 138px;
}

.main-nav ul li ul li a{
    color: #333333;
}

.main-nav ul li ul li a:hover{
    color:#fff;
}

.main-nav .search-bar{
    width: 135px;
    height: 15px;
    background-color: #636363;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    float:left;
    margin:8px 0px 8px 10px;
    direction: ltr;
    text-indent: 10px;
}

.main-nav .search-bar:focus{
    outline:none;
}

.main-nav img{
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 8px;
    cursor:pointer;
}

/* ========== End Main nav ======== */

/* ======= Child Timeline Area ======== */

.child-timeline{
    width: 830px;
    height: 12px;
    margin: auto;
    background-color: #f9faf1;
    margin-top:15px;
    margin-bottom: 20px;
}

.child-timeline p{
    font-family: 'Arial';
    font-size: 8pt;
    color: rgba(136, 35, 35, 0.288);
}

/* ======= End child timeline ======= */

/* ========= Showcase Area ========== */

.showcase{
    width: 830px;
    height: 295px;
    margin: auto;
} 

.showcase .leftSide{
    width: 640px;
    height: 275px;
    background-image: url("../images/slid-show-img_03.gif");
    background-repeat: no-repeat;
    border: solid 10px black;
    float:left;
    position:relative;
    z-index:0;
}

.showcase .leftSide .leftArrow{
    position:absolute;
    top: 120px;
    left: 10px;
}

.showcase .leftSide .rightAroow{
    position: absolute;
    right: 0;
    top: 120px;
    right: 10px;
}

.showcase .leftSide i {
    border: solid black;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    cursor:pointer;
  }

  .showcase .leftSide .leftArrow .left{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }

  .showcase .leftSide .rightAroow .right{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

.showcase .leftSide .overlay{
    width: 630px;
    height: 65px;
    background-color: rgba(245, 245, 245, 0.644);
    position:relative;
    top:205px;
    padding-left: 10px;
    padding-top: 5px;
}

.showcase .leftSide .overlay h1{
    font-family: "Arial";
    font-size: 12pt;
}

.showcase .leftSide .overlay p{
    font-family: "Arial";
    font-size: 9pt;
}

.showcase .leftSide .overlay p span{
    color: #99cc33;
    cursor: pointer;
}

.showcase .leftSide .overlay .ellipse-wrapper{
    position:relative;
    left: 300px;
    bottom: 60px;
}

.showcase .leftSide .overlay .ellipse{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #949494;
    border: solid 1px black;
    display: inline-block;
}

.showcase .leftSide .overlay .ellipse:hover{
    cursor: pointer;
    background-color: #95c732;
}

.showcase .rightSide{
    width: 155px;
    height: 295px;
    float:right;
}

.showcase .rightSide .deal-of-day{
    width: 155px;
    height: 220px;
    padding-left:5px;
    padding-top: 5px;
    background-color: #e8e8e8;
}

.showcase .rightSide .deal-of-day p{
    color: #333333;
    font-family: 'Arial';
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 5px;
}

.showcase .rightSide .deal-of-day p span{
    color: #99cc33;
}

.showcase .rightSide .deal-of-day .box{
    width: 35px;
    height: 30px;
    border: solid 1px lightgray;
    border-radius: 3px;
    margin-bottom: 5px;
    float:left;
}

.showcase .rightSide .deal-of-day p[class="time-left"]{
    font-size: 8pt;
}

.showcase .rightSide .deal-of-day .time{
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background-color: #cccccc;
    float: left;
    margin-left:5px;
    text-align:center;
}

.showcase .rightSide .deal-of-day .time span{
    color: #fff;
    font-family: "Arial";
    font-weight: bold;
}

.showcase .rightSide .deal-of-day .time p{
    font-size: 6pt;
    margin-top:-3px;
}

/* ======== End Showcase ====== */

/* ========= Secondary nav area ======= */

.secondary-nav{
    width: 830px;
    height: 53px;
    margin: 8px auto;
    border: solid 1px gray;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f8f8+0,f8f8f8+50,ebebeb+51,ebebeb+100 */
    background: rgb(248,248,248); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(248,248,248,1) 50%, rgba(235,235,235,1) 51%, rgba(235,235,235,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(248,248,248,1) 50%,rgba(235,235,235,1) 51%,rgba(235,235,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(248,248,248,1) 50%,rgba(235,235,235,1) 51%,rgba(235,235,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}

.secondary-nav ul{
    width:160px;
    height: 53px;
    float:left;
    text-align: center;
    list-style-type: none;
    padding-top:7px;
    position:relative;
}

.secondary-nav ul:after{
    content:'';
    height:40%;
    width:1px;
    position: absolute;
    right: 0;
    top: 15px;
    background-color:lightgray;
}

.secondary-nav ul[class="getting-pregnant"]{
    width: 190px;
}

.secondary-nav ul li{
    color: #666666;
    font-family: "Arial";
    font-size: 8.57pt;
    font-weight: lighter;
    cursor: pointer;
}

.secondary-nav ul li a{
    text-decoration: none;
    font-family:'neoSans-med';
    font-size: 14.43pt;
    font-weight: normal;
}

.secondary-nav ul[class="pregnancy"] li a{
    color: #669900;
}

.secondary-nav ul[class="naptime"] li a{
    color:#fc0062;
}

.secondary-nav ul[class="beauty-tips"] li a{
    color:#e8cd00;
}

.secondary-nav ul[class="baby-names"] li a{
    color:#00ccff;
}

.secondary-nav ul[class="getting-pregnant"] li a{
    color:#2c9daf;
}

/* ========= End secondary nav ======== */

/* =========== Shop by age area ======== */

.shopByAge{
    width: 830px;
    height:126px;
    margin:auto;
    background-color: #f6f6f6;
    border: solid 1px lightgray;
    margin-bottom: 10px;
}

.shopByAge .header{
    width:830px;
    height: 25px;
    border-radius: 3px;
    background-color: #222222;
}

.shopByAge .header h1{
    color:#fff;
    text-transform: uppercase;
    font-family: 'neoSans-med';
    font-size: 14pt;
    font-weight: lighter;
    line-height: 25px;
    margin-left:10px;
}

.shopByAge .age{
    height: 100px;
    width: 80px;
    margin-left: 20px;
    float:left;
}

.shopByAge .age p{
    color:#999999;
    font-family: "Arial";
    font-size: 9pt;
    font-weight: lighter;
    text-align: center;
    margin-top: 5px;
}
/* =========== End shop by age area ======= */

/* ============ Main site area =========== */

main{
    width: 830px;
    height: 585px;
    margin: auto;
    background-color: #f3f4f6;
}

main .leftSide{
    width: 158px;
    height: 585px;
    float:left;
}

main .leftSide .large-ad{
    width: 158px;
    height: 492px;
    float:left;
    cursor:pointer;
}

main .leftSide .small-ad{
    width: 158px;
    height: 86px;
    float:left;
    margin-top: 7px;
    cursor: pointer;
}

main .middle{
    width: 490px;
    height: 585px;

    float:left;
    margin-left: 12px;
}

main .middle .new-products{
    width: 490px;
    height: 492px;
    background-color: #fff;
    border: solid 1px lightgray;
}

main .middle .new-products .header{
    width: 490px;
    height: 25px;
    border-radius: 3px;
    background-color: #222222;
}

main .middle .new-products .header h1{
    color:#fff;
    text-transform: uppercase;
    font-family: 'neoSans-med';
    font-size: 14pt;
    font-weight: lighter;
    line-height: 25px;
    margin-left:5px;
}

main .middle .new-products .product{
    width: 145px;
    height: 147px;
    border: solid 1px lightgray;
    float:left;
    margin: 3px 10px 3px 5px;
}

main .middle .new-products .product .product-img{
    border: solid 1px lightgray;
    margin: 3px 5px 0 5px;
    width: 135px;
    height:115px;
}

main .middle .new-products .product .price{
    width: 60px;
    margin-left: 5px;
    float:left;
}

main .middle .new-products .product .price h5{
    color: #333333;
    font-family: "Arial";
    font-size: 8pt;
}

main .middle .new-products .product .price h6{
    color: #cc0000;
    font-family: "Arial";
    font-size: 7pt;
}

main .middle .new-products .product img{
    float: right;
    cursor: pointer;
    margin: 3px;
}

main .middle .slider{
    width: 490px;
    height: 84px;
    margin-top: 5px;
    background-color: #fff;
    border: solid 1px lightgray;

}

main .rightSide{
    width: 158px;
    height: 585px;
    float:right;
}

main .rightSide .send-photos{
    width: 158px;
    height: 303px;
    background-image:url("../images/send-your-photos_03.gif");
    text-align: center;
}

main .rightSide .send-photos input[type="submit"]{
    width: 120px;
    height: 22px;
    border-radius: 5px;
    color:#fff;
    text-align: center;
    font-family: "Arial";
    font-size: 8pt;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    top: 270px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a1de0a+0,8eb92a+50,8eb92a+51,74a302+100 */
    background: rgb(161,222,10); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(161,222,10,1) 0%, rgba(142,185,42,1) 50%, rgba(142,185,42,1) 51%, rgba(116,163,2,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(161,222,10,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 51%,rgba(116,163,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(161,222,10,1) 0%,rgba(142,185,42,1) 50%,rgba(142,185,42,1) 51%,rgba(116,163,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1de0a', endColorstr='#74a302',GradientType=0 ); /* IE6-9 */
}

main .rightSide .send-photos input[type="submit"]:focus{
    outline:none;
}

main .rightSide .small-ad{
    width: 158px;
    height: 86px;
    margin-top: 8px;
    cursor:pointer;
}

/* ========= End main site area ======== */

/* ========= Footer area ========== */

footer{
    width: 830px;
    height: 345px;
    margin: auto;
    margin-top: 5px;
    background-color: #343434;
    position:relative;
    z-index: 0;

    -webkit-box-shadow: 0px 17px 15px -1px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 17px 15px -1px rgba(0,0,0,0.7);
    box-shadow: 0px 17px 15px -1px rgba(0,0,0,0.7);
}

footer .ads-sponsor{
    width:118px;
    height: 257px;
    background-color:#cccccc;
    border: solid 6px #fff;
    float:left;
    margin: 20px;
}

footer .ads-sponsor h1{
    text-align: center;
    color: #333333;
    font-family: 'neoSans-med';
    font-size: 12pt;
    position:relative;
    top: 125px;
}

footer .category{
    width: 105px;
    margin:20px;
    float:left;
    text-align: left;
}

footer .category h1{
    color: #fff;
    font-family: "Arial";
    font-size: 12pt;
    font-weight: bold;
}

footer hr{
    border: none;
    border-bottom: solid 1px rgb(97, 97, 97);
    height: 1px;
    background-color: black;
    margin-top: 13px;
    margin-bottom: 13px;
}

footer .category a{
    display:block;
    text-decoration: none;
    color: #8c8c8c;
    font-family: "Arial";
    font-size: 12pt;
    margin-bottom: 5px;
}

footer .contact-us{
    width: 145px;
    margin: 20px;
    float: left;
    text-align: left;
}

footer .contact-us h1{
    color: #fff;
    font-family: "Arial";
    font-size: 12pt;
    font-weight: bold;
}

footer .contact-us p{
    color: #8c8c8c;
    font-family: "Arial";
    font-size: 10.28pt;
    margin-bottom: 5px;
}

footer .contact-us p span{
    font-size: 15pt;
}

footer .newsletter{
    width: 255px;
    margin: 20px;
    float: left;
    text-align: left;
}

footer .newsletter h1{
    color: #fff;
    font-family: "Arial";
    font-size: 12pt;
    font-weight: bold;
}

footer .newsletter p{
    color: #8c8c8c;
    font-family: 'myriadPro';
    font-size: 8pt;
    line-height: 20px;
}

footer form{
    margin-top: 20px;
}

footer form input[type="email"]{
    width: 255px;
    height: 30px;
    background-color:#292929;
    direction: ltr;
    text-indent: 15px;
    border-radius: 5px;
    border:none;
    border-bottom: solid 1px gray;
    outline:none;
}

footer form input[type="submit"]{
    width: 65px;
    height: 20px;
    border-radius: 5px;
    background-color: #dbdbdb;
    color: #4a4a4a;
    font-size: 10.28;
    font-family: 'Helvetica';
    outline:none;
    cursor: pointer;
    position: relative;
    left: 190px;
    bottom: 27px;
}

footer .newsletter form + hr{
    height: 2px;
}

footer .newsletter .online-communities h1{
    margin-bottom: 10px;
}