.shop_body {
    min-width: 1170px;
}

.shop_body div.w1 {
    width: 1170px;
}

.shop_body #header .container {
    width: 1170px;
}

.shop_body #footer {
    width: 1170px;
}

.shop_body #header {
    background: rgba(0, 0, 0, 0) url("/images/header_myheaven.jpg") repeat-x scroll 0 0 !important;
}

.shop_body #main_menu {
    margin: 6px -25px;
    height: 31px;
}

.shop_body #nav {
    margin: 1px 0;
}

.shop_body #header .holder {
    float: left;
    margin: 0 10px 0 0;
    padding: 15px 0 8px;
}

.shop_body .footer_wrapper {
    background: rgba(0, 0, 0, 0) url("/images/bottom_profile.jpg") repeat-x scroll 0 0;
}

#s_main {

}

#s_mem_panel {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
}

#s_mem_image {
    float: left;
}

#s_mem_content {
    padding-top: 5px;
    margin-left: 20px;
    display: inline-block;
    font-family: OpenSans-Regular;
    font-size: 23px;
}

#s_basket {
    float: right;
    display: block;
    width: 210px;
    margin-top: 5px;
    height: 70px;
}

#s_basket_image {
    float: left;
    background-image: url('/images/shop/shop_basket.png');
    height: 49px;
    width: 49px;
    display: inline-block;
}

#s_basket_info {
    margin-left: 60px;
    padding-top: 5px;
}

#s_basket_name {
    margin-bottom: 5px;
    font-size: 14px;
    color: #84af16;
    font-weight: bold;
}

#s_nav {
    margin-left: 110px;
    margin-top: 10px;
}

.s_nav_order {
    background-image: url("/images/shop/shop_navigation.png");
    background-repeat: no-repeat;
    height: 6px;
    width: 246px;
    display: inline-block;
}

.s_nav_order a{
    text-decoration: none;
}

.s_nav_order_2 {
    background-image: url("/images/shop/shop_navigation_2.png");
    background-repeat: no-repeat;
    height: 6px;
    width: 251px;
    display: inline-block;
}

.s_nav_title {
    margin: -20px auto;
    font-family: OpenSans-Light;
    font-size: 15px;
    color: #a4a4a4;
}

/*Container section*/
#s_container {
    /*background-color: lightcyan;*/
    clear: both;
    margin-left: 15px;
}

.s_header {
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #e2e2e2;
    padding-top: 5px;
    margin-bottom: 5px;
    /*margin-left: 15px;*/
    /*width: 100%;*/
    overflow: hidden;
}

.s_content_left {
    /*background-color: #286090;*/
    width: auto;
    border-width: 0;
    font-size: 23px;
    color: #84af17;
    padding: 5px;
    /*margin-left: 2px;*/
    float: left;
    font-family: OpenSans-Bold;
    font-weight: bold;
    height: 20px;
    margin-top: 32px;
}

#s_funeral_delivery_banner {
    float: right;
    background-image: url("/public/images/shop/delivery_banner/banner_funeral_delivery.png");
    width: 369px;
    height: 61px;
    margin-right: 0;
    margin-bottom: 6px;
    padding-top: 5px;
    background-repeat: no-repeat;
    margin-left: 35px;
    text-decoration: none;
    cursor: pointer;
}

#s_funeral_delivery_banner .header {
    font-family: Helvetica-Bold;
    font-size: 19px;
    color: #6b8e11;
    margin-left: 60px;
    display: inline-block;
}

#s_funeral_delivery_banner .content {
    width: 180px;
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #6b8e11;
    margin-left: 65px;
}

#s_funeral_delivery_banner .content #clockdiv {
    display: inline-block;
    font-family: OpenSans-Bold;
    color: #f89520;
    font-size: 15px;
}


#s_funeral_delivery_banner #number_of_day {
    display: inline-block;
    position: relative;
}

#s_residential_delivery_banner {
    background-image: url("/public/images/shop/delivery_banner/banner_residential_delivery.png");
    width: 303px;
    height: 61px;
    float: right;
    padding-top: 5px;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
}

#s_residential_delivery_banner .header {
    font-family: Helvetica-Bold;
    font-size: 19px;
    color: #6b8e11;
    margin-left: 60px;
    display: inline-block;
}

#s_residential_delivery_banner .content {
    width: 180px;
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #6b8e11;
    margin-left: 60px;

}

@font-face {
    font-family: OpenSans-Semibold;
    src: url(/fonts/OpenSan/OpenSans-Semibold_0.ttf) format('truetype'),
    url('/fonts/OpenSan/OpenSans-Semibold.woff') format('woff'),
    url('/fonts/OpenSan/OpenSans-Semibold.svg') format('svg'),
    url('/fonts/OpenSan/OpenSans-Semibold_0.eot?iefix') format('embedded-opentype');
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(/fonts/OpenSan/OpenSans-Bold_0.ttf) format('truetype'),
    url('/fonts/OpenSan/OpenSans-Bold.woff') format('woff'),
    url('/fonts/OpenSan/OpenSans-Bold.svg') format('svg'),
    url('/fonts/OpenSan/OpenSans-Bold_0.eot?iefix') format('embedded-opentype');
    font-weight: bold;
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(/fonts/OpenSan/OpenSans-Regular_0.ttf) format('truetype'),
    url('/fonts/OpenSan/OpenSans-Regular.woff') format('woff'),
    url('/fonts/OpenSan/OpenSans-Regular.svg') format('svg'),
    url('/fonts/OpenSan/OpenSans-Regular_0.eot?iefix') format('embedded-opentype');
}

@font-face {
    font-family: OpenSans-Light;
    src: url(/fonts/OpenSan/OpenSans-Light_0.ttf) format('truetype'),
    url('/fonts/OpenSan/OpenSans-Light.woff') format('woff'),
    url('/fonts/OpenSan/OpenSans-Light.svg') format('svg'),
    url('/fonts/OpenSan/OpenSans-Light_0.eot?iefix') format('embedded-opentype');
}

@font-face {
    font-family: Helvetica-Bold;
    src: url(/fonts/Helvetica87HeavyCondensed/Helvetica87HeavyCondensed.ttf) format('truetype'),
        url('/fonts/Helvetica87HeavyCondensed/Helvetica87HeavyCondensed.woff') format('woff'),
        url('/fonts/Helvetica87HeavyCondensed/Helvetica87HeavyCondensed.svg') format('svg'),
        url('/fonts/Helvetica87HeavyCondensed/Helvetica87HeavyCondensed.eot?iefix') format('embedded-opentype');
}

.s_content_right {
    /*background-color: #ff0000;*/
    width: auto;
    text-align: right;
    height: auto;
    border-width: 0;
    padding: 5px;
    font-size: 22px;
    color: #84af17;
    float: right;
}

.s_item {
    /*background-color: #ff0000;*/
    /*margin: 30px 16px 30px 30px;*/
    margin-top: 30px;
    margin-right: 60px;
    margin-bottom: 30px;
    /*padding: 25px 10px;*/
    display: inline-block;
}

.s_item_last_row {
    margin-top: 30px;
    margin-bottom: 30px;
    /*padding: 25px 10px;*/
    display: inline-block;
}

#s_load {
    position: fixed;
    background: rgba(0,0,0,0.01) url('/images/loading_cart.gif') no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.s_item_image {
    /*background-color: #86A241;*/
    border-style: solid;
    border-width: 1px;
    border-color: #e2e2e2;
    width: 235px;
    height: 235px;
    display: block;
    background-repeat: no-repeat;
}
.s_view_now {
    display: none;
    background-image: url("/images/shop/View_Now_button.png");
    background-repeat: no-repeat;
    height: 40px;
    width: 138px;
    cursor: pointer;
    margin: 35% 20%;
    padding-top: 10%;
    text-align: center;
    font-family: OpenSans-Regular;
    color: #ffffff;
    font-size: 15px;
}
.s_view_now_link:hover{
    text-decoration:none;
}
.s_item_image:hover > .s_view_now {
    display: block;
    text-decoration: none;
}

.s_item_image:hover {
    /*box-shadow:0px 2px 3px orange;*/
    border-color: orange;
}

.s_item_footer {
    /*background-color: #ff0000;*/
}

.s_color_picker {
    text-align: center;
    margin-top: 25px;
}

.s_color {
    display: inline-block;
    cursor:pointer;
    border-style: solid;
    border-width: 1px;
    border-color: #c8c8c8;
    width: 25px;
    height: 15px;
    margin-right: 7px;
}

.s_item_title {
    text-align: center;
    font-size: 16px;
    padding: 15px 0 18px;
    font-family: OpenSans-Light;
}

.s_item_price {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: OpenSans-Bold;
}

#shop_view_more {
    background-color: #ececec;
    padding: 8px;
    margin-bottom: 40px;
    cursor: pointer;
}

    /*button section*/
    .s_btn {
        font-family: Arial;
        color: #ffffff;
        background: #b4b4b4;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
        text-align: center;
        margin-left: 27%;
    }

    .s_btn:hover {
        background: #f78500;
        text-decoration: none;
    }
    /*end of button section*/

/*end of container section*/


/*basket drop down*/
.shop_clearfix:after {
    display:block;
    clear:both;
}

/*----- Menu Outline -----*/

.shop_menu {
    /*width:1000px;*/
    /*margin:0px auto;*/
}

.shop_menu li {
    margin:-10px -38px;
    list-style:none;
    font-family:'Arial';
    text-decoration:none;
}

.shop_menu a {
    transition:all linear 0.15s;
    text-decoration:none;
    color:#f89520;
    cursor: pointer;
}

.shop_menu li:hover > a, .shop_menu .shop_current-item > a {
    text-decoration:none;
}

#s_basket:hover > #s_basket_info .shop_menu {
    text-decoration:none;
}

.shop_menu .shop_arrow {
    font-size:11px;
    line-height:0%;
}

/*----- Top Level -----*/
.shop_menu > ul > li {
    float:left;
    display:inline-block;
    position:relative;
    font-size:13px;
}

.shop_menu > ul > li > a {
    padding: 0;
    display:inline-block;
    cursor: pointer;
    /*text-shadow:0px 1px 0px rgba(0,0,0,0.4);*/
}

.shop_menu > ul > li:hover > a, .shop_menu > ul > .shop_current-item > a {
    /*background:#808080;*/
}

/*----- Bottom Level -----*/
.shop_menu li:hover .shop_sub-menu {
    z-index:2;
    opacity:1;
}
#s_basket:hover .shop_sub-menu {
    z-index:2;
    opacity:1;
}
.shop_sub-menu {
    width: 310px;
    /*padding: 15px 25px;*/
    position: absolute;
    right: -20px;
    z-index: -1;
    opacity: 0;
    transition: opacity linear 0.15s;
    background: #ffffff;
    /*border-color: #808080;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
    padding: 0;
}

#basket_table {
    border-color: #e4e4e4;
    border-style: solid;
    border-width: 1px;
    font-family: OpenSans-Regular;
    font-size: 13px;
    color: #4b4b4b;
}

#basket_table #basket_container {
    padding-top: 2px;
}

#basket_table .basket_content {
    border-bottom: solid #e4e4e4 1px;
    width: 500px;
}

#basket_table #basket_item_name {
    font-family: OpenSans-Semibold;
    font-size: 15px;
    color: #4b4b4b;
}

#basket_table #basket_item_color {
    margin-top: 12px;
    font-family: OpenSans-Regular;
    font-size: 13px;
    position: relative;
}

#basket_table #basket_item_price {
    float: right;
}

#basket_table #basket_card_price {
    margin-top: 12px;
    font-family: OpenSans-Regular;
    font-size: 13px;
}

#basket_table #basket_ribbon_price {
    margin-top: 12px;
    font-family: OpenSans-Regular;
    font-size: 13px;
}

#basket_table #basket_delete_wrap {
    margin-right: 15px;
    margin-left: 5px;
    position: relative;
}

#basket_table tr:hover .basket_delete {
    position: absolute;
    right: -5px;
    top: -6px;
    display: inline-block;
    background-image: url("/images/shop/CloseButton.jpg");
    width: 13px;
    height: 12px;
    z-index:2;
    opacity:1;
    cursor: pointer;
}

#basket_table tr:hover {
    background: #fefcf2;
}

#basket_table tr:hover .basket_delete_2 {
    position: absolute;
    right: -5px;
    top: 5px;
    display: inline-block;
    background-image: url("/images/shop/CloseButton.jpg");
    width: 13px;
    height: 12px;
    z-index:2;
    opacity:1;
    cursor: pointer;
}

#basket_table .basket_delete {
    position: absolute;
    z-index: -1;
    display: none;
    cursor: pointer;
}

.basket_image {
    border-right-color: #e4e4e4;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #e4e4e4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 0;
    height: 0;

}

#basket_delivery {
    border-bottom-color: #e4e4e4;
    border-bottom-style: solid;
    border-bottom-width: 1px;

}

#basket_delivery #delivery_fee {
    padding: 10px;
}

#basket_delivery #delivery_fee #fee {
    color: #4b4b4b;
    padding-right: 5px;
    display: inline-block;
    float: right;
}

#basket_delivery #delivery_fee {

}

#basket_delivery #delivery_fee #title {
    display: inline-block;
}

#basket_total {
    border-bottom-color: #e4e4e4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#basket_total #total {
    background-color: #eeeeee;
    padding: 10px;
}

#basket_total #total #total_title {
    font-family: OpenSans-Bold;
    font-size: 15px;
    color: #777777;
    display: inline-block;
    padding-left: 150px;
}

#basket_total #total #basket_total_number {
    color: #4b4b4b;
    font-size: 15px;
    font-family: OpenSans-Bold;
    padding-right: 5px;
    display: inline-block;
    float: right;
}

.basket_image img {
    /*border-right-color: #808080;*/
    /*border-right-style: solid;*/
    /*border-right-width: 1px;*/
    /*border-bottom-color: #808080;*/
    /*border-bottom-style: solid;*/
    /*border-bottom-width: 1px;*/
}

#basket_table #view_basket #button {
    background-color: #f99422;
    margin: 7px;
    height: 25px;
    text-align: center;
    padding-top: 10px;
    font-family: OpenSans-Semibold;
    font-size: 17px;
    color: #ffffff;
    cursor: pointer;
}

.shop_sub-menu li {
    display:block;
    font-size:14px;
}

.shop_sub-menu li a {
    padding:15px 25px;
    display:block;
}

.shop_sub-menu li a:hover, .shop_sub-menu .shop_current-item a {
    /*background-color:#808080;*/
}

.flower_text {
    font-size: 14px;
    font-weight: bold;
}

/*end of basket drop down*/






