/* Medium Homepage Christmas */

/* Header */
#homepage_header {
    margin-top: -5px;
}
#homepage_header div.shipping {
    display: none;
}

#homepage_top {
    background: url(//cdn.ramseysolutions.net/media/store/Christmas/2015/store_header_bg_Cmas15_mobile.jpg) top right no-repeat;
    
    background-size: 100%;
    padding-top: 10px;
    height: 473px;
}

#christmas_featured_products div.products div.description div.call_to_action {
    margin-top: 5px;
}
#christmas_featured_products div.products div.description .add-to-cart-box {
    margin-top: 5px;
}
    #christmas_featured_products div.products div.description .add-to-cart-box .add-to-cart {
        font-size: 14px;
    }

#homepage_featured_categories{
    padding:0;
    width:100%;
}

/* Homepage Sections */
.homepage_section_title{
    width: 100%;
    padding: 5px 10px 5px 0px;
    margin-left: 0;
}
    .homepage_section_title #triangle{
        display:none;
    }
    .homepage_section_title .view_whole_category {
        margin-right:10px;
        margin-top:5px;
    }
    .homepage_section_title h2 {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 20px;
    }

#homepage_sidebar_plug{
    display:none;
}

/* Top rotator */
#christmas_featured_products div.products {
    height: 321px;
}
    #christmas_featured_products div.products div.description,
    #christmas_featured_products div.products div.featured_product_spacer {
    
        float: left;
        width: 100%;
        text-align: center;
        max-height: 140px;
    }
    #christmas_featured_products div.products div.image {
        height: 180px;
    
        width:  100%;
        float: left;
    }
        #christmas_featured_products div.products div.image img {
            max-height: 180px;
            max-width: 100%;
        }

        #christmas_featured_products div.products div.description div.summary{
            display:none;
        }
        #christmas_featured_products div.products div.description h3 {
            font-size: 18px;
            padding-left: 0;
            line-height: normal;
        }
        #christmas_featured_products div.products div.description .product_name .price{
            display: inline;
            color: #F26522;
        }
        #christmas_featured_products div.products div.description .title {
            margin-bottom: 3px;
            
        }
            #christmas_featured_products div.products div.description .title a {
                font-size: 11px;
            }
        #christmas_featured_products div.products div.description .price {
            font-size: 12px;
        }
        #christmas_featured_products div.products div.description .price .old {
            font-size: 10px;
        }
        #christmas_featured_products div.products div.description div.purchase_info {
            padding-left: 0;
        }

#christmas_featured_products div.carousel {
    padding-left: 5px;
    padding-right: 5px;
}

#homepage_middle {
    padding: 0;
    margin: 0;
}

/* Newsletter signup */
#homepage_newsletter_signup {
    width: 100%;
}

    #homepage_newsletter_signup input {
        height: 10px;
    }
    
    #homepage_newsletter_signup button {
        padding: 0 50px 0 35px;
        left: -5px;
        height: 28px;
    }

/* Getting Started */
#getting_started {
    width: 100%;
    padding-bottom: 25px;
}

    #getting_started ul {
        width: auto;
    }
    
        #getting_started ul li {
            float: none;
        }

/* Giftfinder */
#homepage_gift_finder{
    width: 100%;
    padding:0 0 20px 0;
}
    #homepage_gift_finder img{
        width:100%;
        margin: 0 auto;
    }
    #homepage_gift_finder ul li a{
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

/* TODO: use the mobile/desktop classes for these */
#giftfinder_banner_mobile{
    display:block;
}
#giftfinder_banner{
    display:none;
}

/* Sales at Bottom */
#homepage_hs_plugs_wrapper {
    margin: 30px auto;
    padding:0 20px;
}

.homepage_hs_plug, #homepage_hs_plug:first-child{
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
}

.homepage_hs_plug img{
    width: 100%;
    height:auto;
}