@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);

.info-container {
    padding: 5px 0 0 !important;
}

.info-container h2 {
    margin: 0 0 0 !important;
    font-size: 1.5em !important;
}

.info-container .infoList {
    padding: 0 0 0 0 !important;
}

/*RESET*/
html,body{
    margin:0;
    padding:0;
}
body,
.store-container-outer{
    line-height:initial;
    font-size: 14px; 
    font-family: "Open Sans";
    font-weight: 300;
    background-color: #ddd;
    color:#808080;
}
.clear {
    clear: both;
}
.store-container-outer table { font-size: 13px; }
.store-container-outer a {text-decoration: none; }

.services-wrapper .infoTitle {
    float: left;
    width: 100px;
}

/*general*/
.store-container-outer {
    padding: 5px;
    width: 100%;
    max-width: 900px; 
    margin: 0 auto;
    background-color: #fff;
}
.store-container-outer .catalogue-container {
    position: relative;
    /*background: url('images/store-back.jpg') no-repeat;*/
}
.store-content {
    overflow: auto;
    padding: 0 /*5px*/;
}

.warningbox {
    background-color: #ba9bb4;
    box-shadow: inset 0px 0px 6px 1px #777;
    color:#fff;
    padding: 10px 10px 10px 10px;
    margin-left: 10px;
    width: 60%;
    float: left;
}

.store-content-padded{
    /*margin-top: 100px;*/
    margin-top: 25px;
    padding: 0 25px;
}
.store-content #store-column1 {
    position: relative;
    margin: 42px 0 0;
    width: 240px;
    float: left;
    /*background: url('images/background-side-menu.png') repeat-y;*/
}
.store-content .store-column1-wrapper {
    min-height: 360px;
    border: 1px solid #bfbfbf;
}
.store-content #store-column1 .store-column1-header .header-dark {
    margin: 0;
    padding: 0 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    border: 1px solid #fff;
    background: rgb(103,103,103);
    background: -moz-linear-gradient(top, rgba(103,103,103,1) 0%, rgba(56,56,56,1) 100%);
    background: -webkit-linear-gradient(top, rgba(103,103,103,1) 0%,rgba(56,56,56,1) 100%);
    background: linear-gradient(to bottom, rgba(103,103,103,1) 0%,rgba(56,56,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#383838',GradientType=0 );
}
.store-content #store-column1 .store-column1-header .header-desc{
    line-height: 18px;
}
.store-content #store-column1 #store-column1-help,
.store-content #view-product-col2 #store-column1-help {
    width: 240px;
}
.store-content #store-column1 #store-column1-help a{
    color:#b181a7;
}
.store-content #store-column1 #store-column1-help #store-help-options,
#view-product-col2 #view-product-col3-help #store-column1-help #store-help-options,
#store-help-options {
    position: relative;
    /*top: -30px;*/
    font-size: 1.6em;
    color: #333;
    text-align: center;
    background: transparent;
}
.store-content #store-column1 #store-column1-help #store-help-options>div{
    /*margin: 10px 0;*/
}
.store-content #store-column1 #store-column1-help #store-help-options a{ color:#808080; cursor: pointer;}
.store-content #store-column1 #store-column1-help #store-help-options a:hover{ color:#b181a7;}
.store-content #store-column1 #store-column1-help .detail-daisy p{
    text-align: center;
}

.store-content #store-column2 {
    float: right;
}
.store-content #store-column2 #store-column2-header{
    background: url('images/background-index-header.png') no-repeat;
    width:618px;
    height: 433px;
    position: relative;
}
.store-content #store-column2 #store-column2-header #store-column2-header-msg{
    width: 390px;
    position: absolute;
    top: 115px;
    left: 195px;
    line-height: 16px;
}
.store-content #store-column2 #store-column2-header .detail-pinkflowers{
    position: absolute;
    top:240px;
    right: 20px;
}
.store-content #store-column2 #store-column2-header .detail-whiteflowers{
    position: absolute;
    top:250px;
    right: 185px;
}
.store-content #store-column2-content {
    position: relative;
    margin: 0 auto;
    width: 600px;
}
.store-content #store-page-title {
    margin-bottom: 10px;
}
.store-content #store-page-title #store-page-name{
    font-size: 1.3em;
}


/*header*/
#bom-wrapper .store-header-bom{
    background: #422237; /* Old browsers */
    background: -moz-linear-gradient(top,  #422237 0%, #954e86 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#422237), color-stop(100%,#954e86)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #422237 0%,#954e86 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #422237 0%,#954e86 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #422237 0%,#954e86 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #422237 0%,#954e86 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#422237', endColorstr='#954e86',GradientType=0 ); /* IE6-9 */
    padding: 10px;
    text-align: center;
}
#bom-wrapper .store-header-bom a{
    color:#fff;
    font-size: 1.2em;
    text-shadow: 1px 1px 1px #333;
}
.store-header #store-header-top {
    background:url('images/header-top.jpg') no-repeat;
    height: 195px;
}
.store-header #store-header-bottom {
    position: relative;
    margin: 0 auto;
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfbfbf+0,d8d8d8+10,ffffff+75 */
    background: rgb(191,191,191); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(216,216,216,1) 10%, rgba(255,255,255,1) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(216,216,216,1) 10%,rgba(255,255,255,1) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(191,191,191,1) 0%,rgba(216,216,216,1) 10%,rgba(255,255,255,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 10;
}
.store-container-inner #store-header-top-right { 
    position: relative;
    /*top:7px;*/
    /*right:24px;*/
    width: 100%;
    float: right;
    text-align: right;
}
#store-header-top-right-container {
    padding: 0 1%;
    width: 98%;
    height: 35px;
    line-height: 35px;
    background: #333;
}
#store-header-top-right form {
    display: block;
    margin: 15px auto 0;
    width: 98%;
}
.store-container-inner #store-header-top-right i {
    margin: 0 5px 0 15px;
    color: #fff;
}
.store-container-inner #store-header-top-right a { color: #bfbfbf;}
.store-container-inner #store-header-top-right a:hover { color: #fff;}
.store-container-inner #store-header-top-right input[type='text'] { 
    font-size: 13.3333px;
    padding: 0 10px;
    height: 35px;
    width: 200px;
    margin: 0;
    border: 0;
    background-color: #fff; 
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
#store-footer { margin-top: 25px; padding-bottom: 50px; background: #333; }
#store-footer .horizontal-menu ul li a {color: #fff;}
    #store-footer .horizontal-menu ul li a:hover {color: #888;}
#store-footer #store-footer-copyright { display: none; color:#808080; text-align: center; margin:15px 0; }
#store-footer #store-footer-copyright p { margin:5px 0; }
#store-footer #store-footer-copyright a,
#store-footer #store-footer-disclaimer a { color:#b181a7; }
#store-footer #store-footer-disclaimer {
    clear: both;
    margin: 65px auto 0;
    padding-left: 25%;
    width: 70%;
    max-width: 800px;
    text-align: left;
    background: url("images/footer-icon-security.png") left no-repeat;
}
#store-footer #store-footer-disclaimer h3 {margin: 0; color: #fff; font-weight: 300;}
#store-footer #store-footer-disclaimer p { margin:0;}


/*footer*/
.store-footer-menu {
    
}


/*top menu*/
.horizontal-menu { 
    position: relative;
    top: 5px;
    height: 35px;
    width: 820px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 1.8em;
}
.horizontal-menu ul {
    margin: 0 !important; 
    padding: 0 !important; 
    list-style:none;
}
.horizontal-menu ul li:before {
    content: "\f04b";
    font-family: "FontAwesome";
    position: relative;
    top: 7px;
    left: -7px;
    font-size: 10px;
    color: #a6a6a6;
}
.horizontal-menu ul li:nth-child(1) {
    padding-left: 0;
}
.horizontal-menu ul li:nth-child(1):before {
    display: none;
}
.horizontal-menu ul li { 
    line-height: 50px; 
    float: left; 
    padding: 0 10px;
    /*background: url('images/menu-btn-bg.jpg') repeat-x;*/
    margin: 0px 1px;
    text-align: center;
}

.horizontal-menu ul li a {font-weight: 300; color: #333; position: relative; top: 10px; }
.horizontal-menu ul li a:hover {color: #a6a6a6;}
.horizontal-menu .store-icon-home {top: 1px; position:relative;}


/*view category header info*/
.view-category-header { overflow: auto; }
.view-category-header .view-category-control { float: right; margin: 0 10px; color: #999; }
.view-category-header #view-category-control-layout {margin: 0 130px 0 0;}


/*side menu*/
#store-side-menu ul {
    list-style-image: url('images/detail-list-marker.png');
    margin: 5px 0;
    padding-left:25px;
}
#store-side-menu ul li {margin:5px 0;}
#store-side-menu ul li:last-child {
    list-style: none;
    list-style-image: none;
}
#store-side-menu ul li a {color:#808080;}
#store-side-menu ul li:last-child a {color:#4c1441;}
#store-side-menu .store-side-menu-item{
    margin: 15px 0 15px 15px;
}


/*store catagories*/
/*.store-content#store-page-category #store-column1 { height: 1380px; }*/
.store-content#store-page-category #store-column2-content { margin-top:50px; }
.store-content#store-page-category #store-category-menu ul li:last-child {list-style: none; list-style-image: none;}
#store-category-menu ul{ 
    list-style-image: url('images/detail-list-marker.png'); 
    padding-left:30px; 
    font-size: 1.1em; 
}
div#duda-shim #store-category-menu ul,
div#duda-shim #checkout-process-status-bottom ul { 
    -webkit-padding-start: 40px;
    -moz-padding-start: 40px;
    list-style-position: outside;
}
#store-category-menu ul li {margin:10px 0;}
#store-category-menu ul li a { color:#808080; font-size: 20px; font-weight: 300; }
    #store-category-menu ul li a:hover {color: #000;}
#store-category-menu ul li:last-child {
    /*list-style: none;*/
    /*list-style-image: none;*/
    vertical-align: middle;
}


/*fonts*/
.store-container-outer .header-light {color: #c969b6;}
.store-container-outer .header-dark {}
.store-container-outer .fancyHeader { font-family: 'Sloop ScriptOne'; font-size: 5em; color:#b181a7; }


div#duda-shim {
    box-sizing: content-box;
}
div#duda-shim *,
div#duda-shim *:before,
div#duda-shim *:after{
    box-sizing: inherit;
}
/*icons and details*/
.store-icon {
    display: inline-block;
    margin: 0 0 0 -3px;
    color: #777;
    cursor: pointer;
    border: none;
}
.store-icon:hover {
    color: #000;
}
.store-icon-search,
div#duda-shim .store-icon-search{
    box-sizing: border-box;
    position: relative;
    top: 0;
    width: 35px;
    height: 35px!important;
    border-radius: 0;
    margin: 0;
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#676767+0,383838+100 */
    background: url('images/icon-search.png') 50% no-repeat, rgb(103,103,103); /* Old browsers */
    background: url('images/icon-search.png') 50% no-repeat, -moz-linear-gradient(top,  rgba(103,103,103,1) 0%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
    background: url('images/icon-search.png') 50% no-repeat, -webkit-linear-gradient(top,  rgba(103,103,103,1) 0%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: url('images/icon-search.png') 50% no-repeat, linear-gradient(to bottom,  rgba(103,103,103,1) 0%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
  .store-icon-search,
  div#duda-shim .store-icon-search{
    top: 11px;
  }  
}

.store-icon-home { background: url('images/icon-home.png') no-repeat; width: 17px; height: 17px; }
    .store-footer-menu .store-icon-home { background: url('images/icon-home-footer.png') no-repeat; width: 17px; height: 17px; }
.store-icon-email { background: url('images/icon-email.png') no-repeat; width: 14px; height: 12px; }
.store-icon-phone { background: url('images/icon-telephone.png') 50% no-repeat; width: 24px; height: 24px; }
.store-icon-chat { background: url('images/icon-liveOperator.png') no-repeat; width: 14px; height: 12px; }
.store-icon-layout-grid,
.store-icon-layout-list { width:22px; height: 22px; vertical-align: middle; }
.store-icon-layout-grid {/*background: url('images/icon-layout-grid.png') no-repeat;*/ }
.store-icon-layout-list {/*background: url('images/icon-layout-list.png') no-repeat;*/ }

.store-icon-layout-grid .fa,
.store-icon-layout-list .fa {width: 100%; text-align: center;}
.view-category-control select#view-category-sort-select,
.view-category-control select#view-category-itemlistsize {
    background: transparent;
    width: auto;
    font-size: 13.3333px;
    height: auto;
    margin: 0;
    padding: 0;
    color: #444;
    border: 0;
}
.detail-leaf { background: url('images/detail-leaf.png') no-repeat; width:179px; height: 154px; position: absolute; top: 88px; }
.detail-rule-gradient { background: url('images/detail-rule-gradient.png') repeat-x; height: 14px; }
.detail-whiteflowers { background: url('images/detail-whiteflowers.png') repeat-x; height: 200px; width:144px; }
.detail-pinkflowers { background: url('images/detail-pinkflowers.png') repeat-x; height: 200px; width:163px; }
.detail-daisy { background: url('images/detail-daisy.png') repeat-x; height: 153px; width:239px; }
.detail-daisy-small { background: url('images/detail-daisy-small.png') repeat-x; height: 101px; width:150px; }
.detail-daisy-small-nounderline { background: url('images/detail-daisy-small-nounderline.png') repeat-x; height: 86px; width:149px; }
.detail-geotrust { background: url('images/detail-geotrust.png') no-repeat; height: 56px; width:118px; }
.detail-hereToHelp {
    margin: 20px 0 0;
    height: 135px;
    width: 100%;
    background: url('images/detail-hereToHelp.jpg') top center no-repeat;
}
.detail-hereToHelp-small {
    margin: 20px 0 0;
    height: 100px;
    width: 100%;
    background: url('images/detail-hereToHelp.jpg') top center no-repeat;
    background-size: contain;
}
.detail-hereToHelp p,
.detail-hereToHelp-small p {
    font-family: "Open Sans Condensed", sans-serif;
    color: #000;
    text-align: center;
}
.detail-hereToHelp p {
    padding-top: 95px;
    font-size: 30px;
}
.detail-hereToHelp-small p {
    padding-top: 70px;
    font-size: 24px;
}
div#store-column1-help {
    float: right;
    width: 177px;
}

.detail-daisy-small-nounderline .detail-daisy-small-text,
.detail-daisy-small .detail-daisy-small-text{
    font-family: 'Sloop ScriptOne';
    text-shadow: 1px 1px 1px #fff;
    font-size: 3em;
    color:#b181a7;
    position: relative;
    top:-40px;
    text-align: center;
}


/*misc / utils*/
.store-container-outer .shadowBox,
.store-container-outer .shadowBox-padded {
    background-color: #fff;
    overflow: auto;
}
.store-container-outer .shadowBox-padded {/*padding: 10px;*/}
.store-container-outer .shadowBoxHeader {
    background: #efefef url("images/shadowbox-halftone-bg.png") bottom right no-repeat;
    border-top: 1px solid #000;
    border-bottom: 1px solid #fff;
    font-size: 1.2em;
    color: #000;
    font-weight: normal;
    padding: 10px 0 10px 20px;
}
.store-container-outer #checkout-payment-column1 .shadowBoxHeader,
.store-container-outer #checkout-finalverification .shadowBoxHeader {
    padding: 20px 0;
    color: #000;
    text-shadow: none;
    font-size: 1.8em;
    font-weight: 300;
    border-top: 0;
    background: #fff;
    box-shadow: none;
}
.store-container-outer .shadowBoxContent {
    border-top: 1px solid #ccc;
}
.store-container-outer #checkout-payment-column1 .shadowBoxContent,
.store-container-outer #checkout-finalverification .shadowBoxContent {
    background: #efefef url("images/shadowbox-halftone-bg.png") bottom right no-repeat;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
}
.shadowBoxContent.callback {
    padding: 10% 0;
    text-align: center;
    color: #000;
    font-weight: normal;
}
.store-container-outer .button {
    height: 35px;
    width: 90%;
    margin: 5px auto;
    border: 1px solid #fff;
    color: #333;
    font-weight: bold;
    line-height: 35px;
    text-shadow: 1px 1px 0 #fff;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,c2c2c2+100 */
    background: rgb(229,229,229); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(194,194,194,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(194,194,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(194,194,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.35);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.35);
    box-shadow: 0px 0px 3px rgba(0,0,0,.35);
}
.store-container-outer .button:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,a5a5a5+100 */
    background: rgb(229,229,229); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(165,165,165,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(165,165,165,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(165,165,165,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#a5a5a5',GradientType=0 ); /* IE6-9 */
}
.store-container-outer .controls-right-aligned .button {
    padding: 2px 5px;
}
.store-container-outer .button-dark {
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 1px 0 #000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#676767+0,383838+100 */
    background: rgb(103,103,103); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(103,103,103,1) 0%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(103,103,103,1) 0%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(103,103,103,1) 0%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
}
.store-container-outer .button-dark:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#676767+0,191919+100 */
    background: rgb(103,103,103); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(103,103,103,1) 0%, rgba(25,25,25,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(103,103,103,1) 0%,rgba(25,25,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(103,103,103,1) 0%,rgba(25,25,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
}
.store-container-outer .button-light { background-color: #b181a7; }
.store-container-outer #store-notifier {
    position: absolute;
    top: 25px;
    color: #555;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    background: #ddd !important;
    display: none;
    z-index: 100;
}
.store-container-outer #store-notifier-mask {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    display: none;
    z-index: 80;
}
.store-container-outer div#store-notifier-msg {
    padding: 10px;
}
#store-notifier #store-notifier-dismiss {
    text-align: right;
    cursor: pointer;
    font-style: italic;
}
.store-container-outer .separator{
    height: 1px;
    width: 100%;
    box-shadow: 0px 0px 4px 2px #ccc;
    margin:10px 0;
}
.controls-right-aligned {
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.controls-right-aligned .control-add-to-saved-list { cursor:pointer; }


/*featured products - home*/
.store-featured-container{
    position: relative;
}
.store-featured-container table tr td {
    padding: 0 1px;
    position:relative;
}
.store-featured-container table tr td:first-child {
    padding-left:1px;
}
.store-featured-container table tr.store-featured-item-name td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.store-featured-container .store-featured-item-name,
.store-featured-container .store-featured-item-price {
    color: #808080;
    text-align: center;
}
.store-featured-container .store-featured-item-img img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px #bbb;
    width: 120px;
    height: 120px;
}
.store-featured-container .store-featured-item-name { color: #808080; display: block; height: 60px; }
.store-featured-container .store-featured-item-price { color: #b181a7; display: block; }
.store-featured-container .button { color: #fff; }
.store-featured-container .store-featured-included{
    background:url('images/detail-whatsincluded.png');
    width:138px;
    height: 33px;
    position: relative;
    color: #4c4c4c;
    cursor: pointer;
    text-align: center;
}
.store-featured-container .store-featured-included>span{
    position: relative;
    top: 11px;
    font-size: 0.9em;
}
.store-featured-container .store-featured-included .store-featured-included-blurb{
    text-align: left;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #000;
    position: absolute;
    font-size: 0.9em;
    width: 300px;
    padding: 5px 10px;
    left: 100px;
    top: -100px;
    display: none;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #999;
}
.store-featured-container .store-featured-included .store-featured-included-blurb ul{
    padding:0 0 0 25px;
}
    

/*recommended products - view item*/
#view-product-recommended .store-featured-list .store-featured-item{
    float:left;
}
#view-product-recommended .store-featured-list .store-featured-item-img{
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 4px #bbb;
    margin: 4px;
}


/*sub categories*/
.store-subcategories-container table tr td {
    padding: 0 5px;
}
.store-subcategories-container table tr td:first-child {
    padding-left:1px;
}
.store-subcategories-container table tr.store-featured-item-name td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.store-subcategories-container .store-featured-item-name,
.store-subcategories-container .store-featured-item-price {
    color: #808080;
    text-align: center;
}
.store-subcategories-container .store-featured-item-img{
    padding-top:5px;
}
.store-subcategories-container .store-featured-item-img img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px #bbb;
    width: 170px;
    height: 170px;
}
.store-subcategories-container .store-featured-item-name { color: #808080; }
.store-subcategories-container .store-featured-item-price { color: #b181a7; }
/*.store-subcategories-container .button { color: #fff; }*/


/*compare items*/
#compare-items table { width: 100%; border-collapse: collapse; }
#compare-items table td { color: #808080; border: 1px solid #ddd; text-align: center; padding: 10px; }
#compare-items table td img { width: 100px; height: 100px; }
#compare-items table th { text-align: right; color:#665d4c; width: 65px; padding-right: 20px; }


/*checkout - general*/
.store-content #store-substitution-disclaimer{
    width: 700px;
    font-size: 0.9em;
    text-align: center;
    margin: 0 auto;
    font-style: italic;
    overflow: auto;
}


/*checkout - verify*/
#checkout-verify-items .list-item .list-item-subtotal-value { text-align: left; }


/*checkout - payment*/
.checkout-form-row { color: #000; font-weight: normal; }
#checkout-payment .checkout-form-row { margin:3px 0; overflow:hidden;}
#checkout-payment .checkout-form-row label { /*width: 250px;display: block;*/  color: #000; font-weight: normal; margin: 10px 0 2px 0;}
#checkout-payment .checkout-form-row input[type='text'] {padding: 5px; width: 270px; border: 1px solid #aaa; background: white; height: auto; font-size: 13.3333px }
#checkout-payment .checkout-form-row select {padding: 5px; max-width: 280px; width: 100%; border-color: #aaa; background: white; height: auto; font-size: 13.3333px; border-width: 1px}
#checkout-payment .checkout-form-row textarea { width:570px; height: 80px; }
#checkout-payment .checkout-form-row .store-validation-error{ color:red; }
#checkout-payment #checkout-payment-column1 { position: relative; width:640px; float:left; }
#checkout-payment .checkout-payment-fields { width: 50%; float:left; }
#checkout-payment fieldset { border: none; border-top: 1px solid #ccc; margin: 15px 0; padding-left: 20px; }
#checkout-payment fieldset legend,
#checkout-finalverification fieldset legend { font-size: 1.2em; font-weight: normal; margin-bottom: 5px; padding: 0 10px 0 0; color: #000; }
fieldset legend .fa { padding: 0 10px 0 0; }
#checkout-payment #checkout-payment-validation { display: none; }
#checkout-process-status {float: right; margin-top: 73px; width: 177px; }
#checkout-process-status-container { width: 175px; border: 1px solid #ccc; }
#checkout-process-status #geotrust { left:0px; top:20px; text-align:center; }
#checkout-process-status #geotrust .detail-geotrust { margin: 20px 0 0 18px;}
#checkout-process-status #checkout-process-status-top {
    margin: 0;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 1px 0 rgba(0,0,0,.25);
    border: 1px solid #fff;
    background: rgb(103,103,103);
    background: -moz-linear-gradient(top, rgba(103,103,103,1) 0%, rgba(56,56,56,1) 100%);
    background: -webkit-linear-gradient(top, rgba(103,103,103,1) 0%,rgba(56,56,56,1) 100%);
    background: linear-gradient(to bottom, rgba(103,103,103,1) 0%,rgba(56,56,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#383838',GradientType=0 );
}
div#duda-shim #checkout-process-status #checkout-process-status-top {
    font-weight: 600;
}
#checkout-process-status #checkout-process-status-bottom {
    background: #fff;
    padding: 10px 0;
    color: #808080;
    /*height: 689px;*/
}
.list-style-unfinished {
    list-style-image: url('images/icon-unfinished.png');
    color: #808080;
}
#checkout-process-status-bottom ul li {
    margin: 10px 0;
}
.list-style-finished {
    list-style-image: url('images/icon-finished.png');
    color: #000;
    font-weight: normal;
}


/*checkout - shipping options*/
#checkout-shipping #checkout-shipping-column1 { position: relative; width:640px; float:left; }


/*checkout - final verification*/
#checkout-finalverification {float: left; position: relative; width:640px;}
#checkout-finalverification .checkout-form-row label { width:120px; display: inline-block; }
#checkout-finalverification #checkout-finalverification-column1 { width: 320px; float: left; margin-right: 30px;}
#checkout-finalverification #checkout-finalverification-column2 { /*width:260px;*/ margin-top: 25px; padding-top: 25px; border-top: 1px solid #ccc; width: 100%; float:left; }
#checkout-finalverification #checkout-finalverification-column2 #store-item-list { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #000;}
#checkout-finalverification form fieldset { border: none; border-top:1px solid #bbb; margin:15px 0; padding-left: 20px; }
#checkout-finalverification form fieldset legend { font-size: 1.2em; margin-bottom: 5px; }
#checkout-finalverification .view-cart-item .view-cart-item-img img { width: 100px; }
#checkout-finalverification form input.button { display: block; float: right; margin-top: 25px; height: 35px !important; width: 50%; color: #fff; border: 1px solid #fff; border-radius: 0; }
#checkout-finalverification #store-substitution-disclaimer {width:600px;clear:both;}
#checkout-finalverification .controls-right-aligned{ position: relative; /*top:50px;*/ top: 0; }
#checkout-finalverification #checkout-finalverification-column1 table tr td:first-child{ width:120px; }
#checkout-finalverification .view-cart-item { margin-bottom: 25px; }
#checkout-finalverification .view-cart-item-name { float: left; width: 100%; font-size: 18px; color: #000; font-weight: normal; }
#checkout-finalverification .view-cart-item-img { float: left; margin-right: 40px; border: 2px solid #fff; box-shadow: 2px 2px 10px rgba(0,0,0,0.125); }
#checkout-finalverification div#checkout-payment-charges table { font-size: 16px; color: #000; font-weight: normal; }
#checkout-finalverification div#checkout-payment-charges table td { width: 40%; padding-right: 0; }
#checkout-finalverification div#checkout-payment-charges table tr:last-child td { font-weight: bold; }
div#checkout-finalverification-paypal { margin-top: 20px; float: left; }

/*checkout - final*/
#checkout-final-container { width: 652px; float:left; }
#checkout-final-container .shadowBox .shadowBoxContent { padding: 10px; }
#checkout-final-container .shadowBox .shadowBoxContent div { margin: 10px 0; }


/*checkout - paymentform - ftd*/
#checkout-paymentform #checkout-paymentform-column1{
    width:640px;
    float:left;
}
#checkout-paymentform #checkout-paymentform-column1 .shadowBoxContent{
    padding-bottom:4px;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentform-billshipping{
    padding:10px;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentsubmit-form-container{
    background-color: #fdeffa;
    margin: 0 4px 0px 4px;
    padding-top:5px;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentsubmit-form-container #checkout-payment-cvv-container{
    display: inline-block;
    position: relative;
    top: 7px;
    left: 5px;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentsubmit-form-container #checkout-payment-cvv-container #checkout-payment-cvv{
    background:url('images/detail-question.png') no-repeat;
    height: 24px;
    width: 24px;
    position: relative;
    cursor:pointer;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentsubmit-form-container #checkout-payment-cvv-container #checkout-payment-cvv-help{
    background:url('images/detail-payment-cvvhelp.png') no-repeat;
    width: 413px;
    height: 334px;
    display: none;
    position: absolute;
    top:-165px;
    left: 15px;
    z-index: 100;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentsubmit-form-container #checkout-payment-cvv-container #checkout-payment-cvv-help>div{
    position: relative;
    top: 10px;
    width: 215px;
    text-align: center;
    line-height: 20px;
    left: 25px;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentsubmit-form-container #checkout-payment-cvv-container #checkout-payment-cvv:hover>#checkout-payment-cvv-help{
    display: block;
}
#checkout-paymentform form label {
    width: 120px;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
    color:#000;
}
#checkout-paymentform form input[name='cc_number'] { width:150px; border:1px solid #000; }
#checkout-paymentform form input[name='cc_ccv'] { width:50px; border:1px solid #000;}
#checkout-paymentform form[name=checkout-paymentsubmit-form] { position: relative; padding: 0 10px;}
#checkout-paymentform #checkout-paymentform-processing { text-align: center; display: none; margin:30px; }
#checkout-paymentform form[name=checkout-paymentsubmit-form] #checkout-paymentform-results {}
#checkout-paymentform form[name=checkout-paymentsubmit-form] .controls-right-aligned {bottom:0px;}
#checkout-paymentform form[name=checkout-paymentsubmit-form] .checkout-form-row {margin:5px 0;}
#checkout-paymentform #store-substitution-disclaimer {width:600px;clear:both;margin-top: 25px;}

#checkout-paymentform #checkout-paymentform-billshipping-column1 {
    width: 350px;
    float: left;
    margin-right: 10px;
}
#checkout-paymentform #checkout-paymentform-billshipping-column2 {
    width: 260px;
    float: left;
}
#checkout-paymentform #checkout-paymentform-billshipping-column2  .view-cart-item .view-cart-item-img img {
    width: 100px;
}
#checkout-paymentform #checkout-paymentform-billshipping-column1 fieldset {
    border: none;
    border-top: 1px solid #bbb;
    margin: 15px 0;
    padding-left: 20px;
}
#checkout-paymentform #checkout-paymentform-billshipping-column1 fieldset legend {
    font-size: 1.2em;
    margin-bottom: 5px;
}
#checkout-paymentform #checkout-paymentform-billshipping-column1 .checkout-form-row label {
    width: 120px;
    display: inline-block;
}
#checkout-paymentform #checkout-paymentform-billshipping-column2 #store-item-list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}
#checkout-paymentform #checkout-paymentform-billshipping{
    clear: both;
    overflow: auto;
    border-bottom: 1px solid #bbb;
}
    

/*item listing*/
.list-item { 
    overflow: auto;  
    padding: 10px;
    position: relative;
}
#store-item-list .list-item { border-bottom: 1px solid #bbb; }
#store-item-list .list-item:last-child { border-bottom: none; }
.list-item .list-item-title {
    color: #000; 
    font-size: 1.1em;
    font-weight: normal;
    border-bottom: 1px solid #aaa;
    margin-bottom: 5px;
}
.list-item .list-item-img,
.list-item .list-item-name,
.list-item .list-item-price,
.list-item .list-item-quantity,
.list-item .list-item-subtotal,
.list-item .list-item-desc { float:left; }
.list-item .list-item-img {
    margin: 5px;
    height: 100px;
    width: 100px;
    border:5px solid #fff;
    box-shadow: 0px 0px 6px 2px #bbb;
}
.list-item .list-item-img img {width:100px; height: 100px;}
.list-item .list-item-name,
.list-item .list-item-desc { width:340px; margin-left: 15px; }
.list-item .list-item-price { width: 110px; }
.list-item .list-item-quantity { width: 110px; color:#656565; }
.list-item .list-item-namecode { color:#808080; font-size: 1.1em; }
.list-item .list-item-subtotal { width:100px; color: #656565; }
.list-item .list-item-subtotal-value { font-size: 1.3em; text-align: center; }

.list-item-remove { color: #000; font-size: 12px; font-weight: normal; line-height: 3; cursor: pointer; }
.list-item-remove:hover { color: #656565; }


/*item listing pagination*/
.catalogue-pagination-container{
    margin:5px 0 10px;
    overflow: auto;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.catalogue-pagination-container #catalogue-pagination-pages{
    float:left;
    height: 20px;
}
.catalogue-pagination-container #catalogue-pagination-pages a,
.catalogue-pagination-container #catalogue-pagination-summary {
    color:#000;}
.catalogue-pagination-container #catalogue-pagination-summary{
    float: right;
    position: relative;
    right: 5px;
}


/*item search*/
.store-content#search-items input[type='submit'].button{
    height: 25px;
}
.store-content#search-items #store-item-list{
    margin-top: 20px;
}
.store-content#search-items .list-item-desc{
    width:520px;
}
.store-content#search-items .list-item-name{
    width:initial;
    margin-bottom: 5px;
}


/*saved list*/
#saved-list #store-item-list .list-item .list-item-name { margin-bottom: 5px; }
#saved-list #store-item-list .list-item .list-item-name,
#saved-list #store-item-list .list-item .list-item-desc { width:500px; }
#saved-list #store-notifier {top:250px;}


.store-container-outer #store-modal-smartselect{
    background:url('images/detail-smartselect-back.png') no-repeat;
    width:413px;
    height: 334px;
    position: absolute;
    z-index: 1000;
    top:200px;
    margin: 0 auto;
    display: none;
}
.store-container-outer #store-modal-smartselect #store-modal-smartselect-close{
    background:url('images/detail-smartselect-close.png') no-repeat;
    width: 28px;
    height: 28px;
    top:10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}
.store-container-outer #store-modal-smartselect #store-modal-smartselect-content{
    width: 170px;
    text-align: center;
    position: absolute;
    left: 33px;
    top: 60px;
}
.store-container-outer #store-modal-smartselect #store-modal-smartselect-content p{
    line-height: 21px;
}
.store-container-outer #store-modal-smartselect #store-modal-smartselect-content div{
    margin: 10px 0;
}


/*modal - here to help*/
.store-container-outer #store-modal-heretohelp{
    background:url('images/detail-smartselect-back.png') no-repeat;
    width:413px;
    height: 334px;
    position: fixed;
    z-index: 1000;
    top:150px;
    margin: 0 auto;
    display: none;
    left: 50%;
    margin-left: -206px;
}
.store-container-outer #store-modal-heretohelp #store-modal-heretohelp-close{
    background:url('images/detail-smartselect-close.png') no-repeat;
    width: 28px;
    height: 28px;
    top:10px;
    left:375px;
    position: relative;
    cursor: pointer;
}
.store-container-outer #store-modal-heretohelp #store-modal-heretohelp-content{
    width: 170px;
    text-align: center;
    position: absolute;
    left: 33px;
    top: 60px;
}
.store-container-outer #store-modal-heretohelp #store-modal-heretohelp-content a { color:#fff; }
.store-container-outer #store-modal-heretohelp #store-modal-heretohelp-content p{
    line-height: 21px;
}
.store-container-outer #store-modal-heretohelp #store-modal-heretohelp-content div{
    margin: 10px 0;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {  
    /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
 
    #store-header-top-right form {
        display: block;
        margin: 15px auto 0;
    }
}




/* Responsive Styles */

@media screen and (max-width: 960px) {
	.store-container-outer, .store-container-inner, .store-featured-container {
		width: auto;  
		
	}
	.store-container-inner {
		padding: 10px;
	}
	.store-container-inner #store-header-top-left {
		font-size: 4em;
	}
	.store-subcategories-container table .store-featured-item-img img {
		width: 119px;
		height: 119px;
	}
	.store-container-outer #store-notifier {
		position: fixed;
		top: 42%;
	}
	.list-item .list-item-img, .list-item .list-item-img img {
		width: 75px;
		height: 75px;
	}
	.list-item .list-item-name, .list-item .list-item-desc {
		width: 240px;
	}
	.list-item .list-item-price {
		width: 100px;
	}
	.list-item .list-item-quantity {
		width: 75px;
	}
	
	.store-subcategories-container table tr td {
		padding: 0 10px;
	}
	#checkout-payment #checkout-payment-column1, #checkout-finalverification {
		width: 505px;
	}
	#store-index-intro-featured {
		width: 400px;
	}
	#store-index-intro-featured img {
		width: 100%;
	}
        div#checkout-finalverification-paypal {
            clear: both;
        }
	
	
	
	/* HFS ==================   */
	
	.store-header #store-header-bottom, .store-footer-menu {
		width: auto;
	}
	.horizontal-menu {
		width: auto;
		padding: 0 5px;
	}
	.horizontal-menu ul li {
	    /*width: 116px;*/
            margin: 0 3px;
	}
	.horizontal-menu ul li a {
	    
	}
    .horizontal-menu .store-icon-home {
        left: 5px;
    }
    .store-container-inner #store-header-top-right {
        top: 8px;
        padding: 5px;
        right: -5px;
    }
    .store-content #store-column1 {
        width: 180px;
        margin-left: 0;
        background-size: 100% auto;
    }
    .store-content #store-column1 #store-column1-help,
    .store-content #view-product-col2 #store-column1-help {
        width: 100%;
    }
    .detail-hereToHelp {
        height: 110px;
        background-size: contain;
    }
    .detail-hereToHelp-small {
        height: 110px;
    }
    .detail-hereToHelp p, .detail-hereToHelp-small p {
        margin-top: 0;
        padding-top: 75px;
        font-size: 24px;
    }
    .store-content #store-column1 #store-column1-help #store-help-options,
    #view-product-col2 #view-product-col3-help #store-column1-help #store-help-options,
    #store-help-options {
        font-size: 1.4em;
    }
    .store-content #store-column2-content {
        width: 520px;
    }
    .store-content #store-column2 #store-column2-header {
        width: 480px;
    }
    .store-content #store-column2 {
        /*margin-top: 77px;*/
    }
    .detail-daisy {
        width: 99%;
    }
    .store-content #store-column1 #store-column1-help .detail-daisy p {
        font-size: 40px !important;
    }
    .store-content #store-column1 #store-column1-help #store-help-options {
        top: 0;
    }
    .store-content #store-column2 #store-column2-header #store-column2-header-msg {
      left: 168px;
      line-height: 16px;
      position: absolute;
      top: auto;
      bottom: 168px;
      width: 290px;
      background: #fff;
      padding: 15px 10px;
    }
    .store-featured-container .store-featured-item-img img {
        width: 95px;
        height: 95px;
    }
    .store-featured-container .store-featured-included {
        width: auto;
        background-size: 100% 100%;
        font-size: 12px;

    }
    .store-featured-container table tr.store-featured-item-name td, .store-featured-container .button {
        font-size: 11px;
    }
    .store-featured-container .store-featured-included .store-featured-included-blurb {
        width: 180px;
    }
    #store-footer-disclaimer, #store-footer #store-footer-disclaimer {
        padding-left: 30%;
        width: 60%;
    }

    #search-items.store-content .list-item-desc, #search-items.store-content .list-item-name, .store-content #store-substitution-disclaimer {
        width: 330px;
    }

    .store-content-padded {
        padding: 0 0;
    }
    #checkout-payment .checkout-form-row input[type="text"] {
        width: 210px;
    }
	#checkout-payment .checkout-form-row textarea {
        width: 90%;
    }
    .store-container-outer #compare-items .button {
        display: inline-block;
    }

    #store-column1-help .detail-daisy {
        background-size: 100% 90%;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {  
    /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
 
      .horizontal-menu ul li {
          /*width: 116px;*/
          line-height: 40px;
          /*padding-top: 1px;*/
      }
        #store-header-top-right form {
            display: block;
            margin: -3px 0 0 0;
        }
    }

	
    .store-header #store-header-top {
        
    }
    .store-featured-container .store-featured-item-name {
        font-size: 11px;
    }
    .store-content #store-column2 {
        width: 520px;
    }
    .view-category-header #view-category-control-layout {
        margin: 0 30px 0 0;
    }
}

#store-mobile-menu {display: none}

@media screen and (max-width: 750px) {
	.store-container-inner #store-header-top-right {
		width: 100%;
		text-align: center;
	}
	.store-container-inner #store-header-bottom {
		width: 100%;
	}
	#store-index-intro {
		width: auto;
	}
	#store-index-intro-header {
		text-align: center;
	}
	.horizontal-menu ul li {
		padding-bottom: 5px;
	}
	.store-container-inner #store-footer ul {
		top: 4px;
	}
	#catalogue-sidemenu-wrapper {
	  float: none;
	}
	#catalogue-sidemenu-container {
		width: auto;
	}
	.store-subcategories-container table .store-featured-item-img img {
	  height: 90px;
	  width: 90px;
	}
	
	.list-item .list-item-img, .list-item .list-item-img img {
            width: 100px;
            height: 100px;
	}
	.list-item .list-item-name, .list-item .list-item-desc {
            width: 95%;
            margin-bottom: 10px;
            margin-left: 10px;
            border-bottom: dotted 1px #ccc;
            padding-bottom: 10px;
	}
        .list-item .list-item-title {
            margin-bottom: 15px;
        }
        .list-item .list-item-namecode {
            font-size: 1.6em;
        }
	.list-item .list-item-price {
            width: 45%;
            float: right;
            margin: 10px;
	}
	.list-item .list-item-quantity {
	    width: 45%;
            float: left;
            margin: 10px;
        }
	.list-item .list-item-subtotal {
            margin: 10px 10px 50px 10px;
            width: 45%;
            float: right;
            clear: both;
	}
        #checkout-verify-items .list-item .list-item-subtotal {
            margin: 10px 10px 100px 10px;
        }
        .list-item .list-item-subtotal-value {
            text-align: left;
            font-weight: normal;
        }
        .controls-right-aligned {
            bottom: 0;
            width: 45%;
        }
        .controls-right-aligned {
            bottom: 0;
            /*right: 30px;*/
            right: 10px;
            /*width: 50%;*/
            width: 95%;
        }
        .store-container-outer .controls-right-aligned .button {
            display: block;
            padding: 0 2px !important;
            width: 100%;
            float: none;
        }
	#checkout-payment {
            padding: 15px;
        }
        .store-container-outer .controls-right-aligned .button#checkout-payment-next {
            width: 90%;
        }
	#checkout-payment #checkout-payment-column1, #checkout-finalverification {
	  width: 100%;
	  /*padding-top: 200px;*/
	}
        .store-container-outer #checkout-finalverification .shadowBoxContent {
            margin-bottom: 35px;
        }
	#checkout-finalverification-column1, #checkout-finalverification-column2 {
	    width: 100% !important;
	}
        #checkout-finalverification div#checkout-finalverification-paypal {
            float: right;
        }
	#checkout-payment .checkout-form-row input[type="text"]  {
            width: 95%;
	}
	#checkout-payment .checkout-form-row select {
            display: block;
            width: 98%;
            max-width: none;
	}
	.store-content {
	    position: relative;
	}
	#checkout-process-status {
            display: none;
            height: 190px;
            position: absolute;
            top: 40px;
            width: 385px;
            overflow: hidden;
	}
	#checkout-process-status #checkout-process-status-bottom {
	    height: auto;
	}
	#checkout-payment .checkout-payment-fields {
            width: 100%;
        }
        
	#saved-list .list-item .list-item-name, #saved-list .list-item .list-item-desc {
	    width: 210px;
	}
	#saved-list .list-item .list-item-subtotal, #search-items .list-item .list-item-subtotal {
	    position: relative;
	}
	
    .view-category-header #view-category-control-layout {
        float: right;
        margin: 3px 22px 0 0;
    }
    .view-category-header #view-category-control-layout label:nth-child(1) {
        display: none;
    }
    .store-icon-layout-grid .fa, .store-icon-layout-list .fa {
        color: #000;
    }
	
    #bom-photo-con {
        display: none;
    }
    .store-container-inner #store-header-top-right {
      background: none repeat scroll 0 0 #fff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
      padding: 8px 10px;
      right: 0;
      text-align: right;
      top: 85px;
      width: 50%;
      z-index: 99;
    }
    .store-header #store-header-top {
        height: 130px;
    }
    .store-header #store-header-bottom {
        top: 35px;
    }
    .horizontal-menu {
        font-size: 1em;
    }
    .horizontal-menu ul li {
        width: 72px;
    }
    .horizontal-menu ul li:first-child {
        width: 25px;
    }
    .store-content #store-column1 {
      margin-top: 0;
      margin-left: 0;
      padding: 10px;
      width: auto;
      height: auto;
      border-left: 0;
      background: none;
      box-shadow: none;
      float: none;
    }
    #store-side-menu .store-side-menu-item {
      margin: 15px 0 15px 15px;
      width: 46%;
      margin: 5px;
      float: left;
      min-height: 120px;
      position: relative;
      z-index: 20;
    }
    .store-content #store-column1 #store-column1-help {
        margin: 0 auto;
        position: relative;
        width: 184px;
        float: none;
    }
    .detail-hereToHelp {
        
    }
    div#store-column1-help {
        margin: 50px auto 0;
        clear: both;
        float: none;
    }

    .store-content #store-column1 #store-column1-help #store-help-options {
      clear: both;
      margin: 0;
      padding: 0;
      text-align: center;
      width: 226px;
    }
    .store-content #store-column2 {
      margin-top: 0px;
      width: auto;
      float: none;
    }
    .store-content #store-column2 #store-column2-header {
      width: auto;
    }
    .store-content #store-column2 #store-column2-header #store-column2-header-msg {
        left: 86px;
    }
    .store-content #store-column2-content {
        margin-top: 20px;
        width: auto;
    }
    .store-container-outer .fancyHeader {
        font-size: 4em;
    }
    .store-container-outer .shadowBox-padded {
      padding: 3px;
    }
    .store-featured-container .store-featured-item-img img {
      height: 120px;
      margin-bottom: 20px;
      width: 120px;
    }
    .store-featured-container .store-featured-included {
        display: none;
    }
    .store-featured-container .store-featured-item-name {
        height: 45px;
    }
    .store-featured-container table tr.store-featured-item-name td {
      font-size: 11px;
    }
    .store-container-outer .store-featured-container .button {
        padding: 4px 0;
    }
    #store-footer-disclaimer, #store-footer #store-footer-disclaimer {
        margin: 20px auto 0;
        padding: 85px 10px 10px;
        width: auto;
        text-align: center;
        background-position: 50% 15px;
    }
    #store-page-category.store-content #store-column1 {
        height: auto;
    }
    .store-container-outer table {
        font-size: 14px;
    }
    .store-content #store-column1 #store-column1-help #store-help-options > div {
        float: left;
        margin: 5px auto;
        width: 184px;
    }
    #saved-list #store-item-list .list-item .list-item-name, #saved-list #store-item-list .list-item .list-item-desc {
      width: auto;
    }


    .list-item .list-item-img {
      height: 100px;
      width: 100px;
      float: none;
      margin: 10px auto;
    }


    #search-items .controls-right-aligned {
      bottom: 0;
      position: relative;
      right: 0;
      text-align: right;
      width: 60%;
      margin: 0 auto;
    }


    .store-header #store-header-top {
        /*background: url(images/mobile-header-bg.png) no-repeat center top;*/
        background-size: 100% auto;
    }
    #menu-items-slide {
        position: absolute;
        right: 0;
        display: none;
        padding: 45px 10px 10px;
        width: 225px;
        text-align: right;
        background: none repeat scroll 0 0 #d9d9d9;
        border-radius: 5px 0 10px 10px;
    }
    #store-mobile-menu {
        display: block;
        float: right;
        position: relative;
    }
    #store-header-bottom .horizontal-menu {
        display: none;
    }
    .detail-leaf {
        display: none;
    }
    .store-header #store-header-bottom {
        background: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        z-index: 100;
        top: -2px;
        height: 5px;
        width: 50%;
        float: left;
    }
    a#toggle-menu {
        float: right;
        display: block;
        width: 192px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 0 #000;
        padding-left: 14px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        border: 2px solid #fff;
        box-shadow: 0px 0px 3px rgba(0,0,0,.35);
        background: rgb(103,103,103);
        background: -moz-linear-gradient(top, rgba(103,103,103,1) 0%, rgba(56,56,56,1) 100%);
        background: -webkit-linear-gradient(top, rgba(103,103,103,1) 0%,rgba(56,56,56,1) 100%);
        background: linear-gradient(to bottom, rgba(103,103,103,1) 0%,rgba(56,56,56,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#383838',GradientType=0 );
    }
    .store-content {
        clear: both;
        padding: 10px;
        background: #fff;
        overflow: hidden;
    }
    .view-category-control select#view-category-sort-select, .view-category-control select#view-category-itemlistsize {
        padding: 4px;
        color: #444;
        box-shadow: 0 0 5px rgba(0,0,0,.25);
    }
    .view-category-control select#view-category-sort-select {
        width: 110px;
    }
    .store-column1-header, #store-side-menu, #store-column1 .detail-rule-gradient {
        display: none;
    }

    .store-container-inner #store-header-top-right > div:last-child {
        position: absolute;
        width: 100%;
        top: 50px;
        right: 0;
    }
    .store-container-inner #store-header-top-right input[type="text"] {
        width: 35%;
    }
    .store-container-outer .catalogue-container {
        background-position: -140px 0;
    }
    .store-header #store-header-top {
      height: 85px;
    }
    .store-header {
        border-bottom: 1px solid #fff;
        box-shadow: 0 1px 0 #ccc;
    }

    .store-content #store-column2 #store-column2-header #store-column2-header-msg {
      background: none repeat scroll 0 0 #fff;
      bottom: auto;
      left: auto;
      line-height: 13px !important;
      padding: 15px 0px;
      position: absolute;
      right: 7px;
      top: 25px;
      width: 190px;
    }
    .store-icon-search {
        
    }
    .store-content #store-column2 #store-column2-header {
        background: url(images/mobile-content-bg.png) no-repeat left top;
        height: 320px;
    }
    .store-content #store-column2 #store-column2-header .detail-pinkflowers, .store-content #store-column2 #store-column2-header .detail-whiteflowers {
        display: none;
    }

    .store-container-inner {
        padding: 10px 0;
    }

    .store-footer-menu {
        display: none;
    }

    .mobile-menu-item {
        border-bottom: solid 1px #fff;
        color:#404040;
        font-size:13px;
        padding: 10px 5px;
        cursor: pointer;
    }
    .mobile-menu-item a {
        display: block;
        
        color:#404040;
        text-decoration: none;
    }
    .mobile-menu-item a:hover {
        color: #000;
        font-weight: normal;
    }
    .mobile-menu-item ul {
        margin: 5px 0 0 0;
        list-style: none;
        display: none;
    }
    
    #menu-items-slide {
        box-shadow: 0 0px 5px rgba(0,0,0,0.35);
        border: 2px solid #fff;
    } 
    
    #menu-items-slide > div.mobile-menu-item:last-child {
        border-bottom: 0;
    }
    .store-featured-item-img td {
        text-align: center;
    }
    #store-category-menu {
        display: none;
    }

    
    #store-header-top-right form {
        display: block;
        margin: 0px 0 0 0;
    }
    .store-featured-container table, .store-featured-container table tr, .store-featured-container table tbody, .store-featured-container table tr td {
        display: block;
    }
    
    /*table tr td {
        float: left;
        width: 45%;
        margin: 10px 2%;
    }*/
    .store-content#store-page-category table tr td {
        padding: 0;
        width: 29%;
    }
    .store-featured-container .separator {
        display: none;
    }
    .store-header #store-header-bottom {
        top: -40px;
        width: 100%;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {  
    /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
        
        .store-container-inner #store-header-top-right > div:last-child {
            top: 39px;
        }
    }
        .store-header #store-header-bottom {
            top: -40px;
            width: 100%;
        }
    
        .store-container-inner #store-header-top-right {
            top: -28px;
            padding: 0;
            width: 100%;
        }
        #store-header-top-right form {
            display: block;
            margin: -13px 0 0 0;
            width: 100%;
        }

    }



@media screen and (max-width: 479px) {

	.store-container-inner #store-header-top-left {
	  font-size: 2.5em;
	  padding: 0 0 19px;
	  text-align: center;
	}
        #store-mobile-menu {
            margin-top: -111px;
            width: 100%;
        }
        
        
	#store-index-intro-featured {
	  width: auto;
	}
	.horizontal-menu ul {
	  text-align: center;
	}

	.store-container-inner #store-footer ul {
	  top: -7px;
	}
	.store-subcategories-container table .store-featured-item-img img {
	  height: 49px;
	  width: 49px;
	}
	.button {
		font-size:11px;
	}
	#store-notifier {
		width: 270px;
	}
	.list-item .list-item-img {
		margin: 15px auto;
		float: none;
	}
	#checkout-payment #checkout-payment-column1, #checkout-finalverification {
	    
	}
        #checkout-finalverification .checkout-form-row label {
            display: block;
            margin-top: 10px;
            font-weight: bold;
        }
        #checkout-finalverification #checkout-finalverification-column1 table tr td {
            float: left;
        }
        #checkout-finalverification #checkout-finalverification-column1 table tr td:first-child {
            width: 100%;
            margin-top: 10px;
            font-weight: bold;
        }

	.shadowBoxHeader {
		font-size: 1.2em;
	}
	#checkout-process-status {
		width: 260px;
	}
	#checkout-payment .checkout-payment-fields {
	  float: left;
	  width: 100%;
	}
	.store-container-inner #store-footer a { margin: 0px 0px; }
	.horizontal-menu ul li {
		padding-bottom: 0;
	}
	.store-featured-container .store-featured-legend {
	  font-size: 3em;
	}
	
	.store-featured-container table tr td {
		padding: 0;
	}


    .store-header #store-header-top {
        background-size: cover;
        background-position: -45px 0;
    }
    .store-container-inner #store-header-top-right {
        top: -45px;
    }
    .store-header #store-header-bottom {
      top: 15px;
      height: 84px;
    }

    .horizontal-menu ul li {
      width: 96px;
      margin-bottom: 3px;
    }
    #store-side-menu .store-side-menu-item {
      float: left;
      margin: 5px;
      min-height: 140px;
      position: relative;
      width: 45%;
      z-index: 20;
    }
    #store-side-menu ul {
        padding-left: 0px;
    }
    .store-content #store-column1 #store-column1-help #store-help-options > div {
        /*float: none;*/
        /*margin: 10px;*/
    }
    

 
    .store-header #store-header-bottom, .store-footer-menu {
        height: 5px;
    }
    .store-subcategories-container table tr td:first-child {
      padding-left: 1px;
      padding-right: 5px;
    }
    .store-subcategories-container .button.store-featured-item-saved {
        height: 30px;
    }
    .store-container-outer table {
        overflow: auto;
        /*font-size: 10px;*/
    }
    #search-items.store-content .list-item-desc, #search-items.store-content .list-item-name, .store-content #store-substitution-disclaimer {
      width: auto !important;
    }
    .store-content #store-column1 {
        margin-top: 16px;
    }

    #checkout-finalverification .controls-right-aligned {
        top: inherit;
    }

    .view-category-header #view-category-control-layout {
        display: none;
    }
    .view-category-control select {
        font-size: 11px;
    }
    .view-category-control select#view-category-sort-select {
        width: 100px;
    }

    a#toggle-menu {
        background-size: 100% 100%;
        width: 147px;
        padding-left: 20px;
    }
    .store-header #store-header-bottom {
        top: 74px;
    }
    .store-container-inner #store-header-top-right input[type="text"] {
        width: 115px;
    }

    .store-content #store-column2 #store-column2-header {
      background: url("images/mobile-content-bg.png") no-repeat scroll -97px 0 / 90% auto rgba(0, 0, 0, 0);
      height: 320px;
    }
    .store-content #store-column2 #store-column2-header #store-column2-header-msg {
        width: 155px;
        top: 15px;
        right: 2px;
    }

    .store-featured-container .store-featured-item-img img {
      height: 105px;
      margin-bottom: 15px;
      width: 105px;
    }
    .store-content #store-column2 #store-column2-header {
        background: url("images/mobile-content-bg.png") no-repeat scroll -70px 0 / 70% auto rgba(0, 0, 0, 0);
    }
    .store-content #store-column1 {
        
    }
    
    .store-content {
        /*padding-bottom: 330px;*/
    }
    
    .store-content #store-column1 #store-column1-help #store-help-options, #view-product-col2 #view-product-col3-help #store-column1-help #store-help-options, #store-help-options {
        /*margin-top: 25px;*/
        width: 100%;
    }
    
    .list-item .list-item-price,
    .list-item .list-item-quantity,
    .list-item .list-item-subtotal {
        width: 95%;
        text-align: center;
    }
    .list-item .list-item-subtotal-value,
    #checkout-verify-items .list-item .list-item-subtotal-value {
        text-align: center;
    }
    
    

    #checkout-paymentform #checkout-paymentform-column1 {
	width: 250px;
	float: left;
    }
    

    #checkout-process-status {
	width: 250px;
    }
    
    #checkout-paymentform #checkout-paymentform-column1 {
	padding: top;
    }
    
    #checkout-paymentform #checkout-paymentform-billshipping-column1,
    #checkout-paymentform #checkout-paymentform-billshipping-column2 {
	width: 230px;
    }
    
    form input[type="text"], textarea, .bom-donation-con .bom-textarea, select, #bom-charity-sel, form .bom-form-row input#CNumber {
	max-width: 220px;
    }
    
    #checkout-paymentform form[name=checkout-paymentsubmit-form] .controls-right-aligned {
	position: static;
    }
    
    @media screen and (-webkit-min-device-pixel-ratio:0) {  
    /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  

      

    }

}
