/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#496778 url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_body.gif) 50% 0 repeat-y; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:#fbfaf6 url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_main1.gif) 50% 0 no-repeat; }
.main { width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_main2.gif) 0 0 no-repeat; text-align:left; }

/* Base Columns */
.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { font-size:11px; background:#fff url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; background:#fff url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_header.jpg) 50% 0 repeat; }
.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container { background:#0a263d url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_nav0.jpg) 50% 0 repeat-y; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }

.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36 url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }

.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { border:1px solid #c4c6c8; }

.product-essential { padding:25px; background:#fff url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_product-view.gif) 100% 0 no-repeat; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { background:#faf7ee url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#1e7ec8; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px; background:#faf7ee url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_buttons-set1.gif) 0 0 repeat-x; }

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { border-top:15px solid #b6d1e2; }
.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.social-icons{
    right: 0;
    position: fixed;
    top: 100px;
    width: 45px;
    z-index: 9999;
}
.social-icon {
    background-color: #33353B;
    background-image: url('http://www.alldaychemist.com/skin/frontend/allday/medicine/images/social-icons.png'); 
}

#facebook-btn span {
    background-position: 12px 10px; 
}
#linkedin-btn span {
	background-position: 12px -266px; 
}
#twitter-btn span {
    background-position: 12px -35px; 
}
#youtube-btn span {
    background-position: 12px -226px; 
}
#pintrest-btn span {
    background-position: 12px -177px; 
}
#google-btn span {
    background-position: 12px -127px; 
}
#instagram-btn span {
    background-position: 10px -300px; 
}
#flickr-btn span {
    background-position: 10px -335px; 
}
#web-btn span {
    background-position: 10px -403px; 
}
#mail-btn span {
    background-position: 10px -369px; 
}
.social-icon {
    transition: background-color 0.4s ease-in 0s;
    -webkit-transition: background-color 0.4s ease-in 0s;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 43px;
    margin-bottom: 2px;
    width: 43px; 
}
.social-icons a:hover {
text-decoration:none;
}
#facebook-btn:hover .social-icon { 
    background-color: #3B5998;  
}
#linkedin-btn:hover .social-icon {
	background-color:#6eb8da
}
#twitter-btn:hover .social-icon { 
    background-color: #62BDB2;  
}
#google-btn:hover .social-icon { 
background-color: #DB4A39;
}
#pintrest-btn:hover .social-icon { 
 background-color: #D43638;
}
#youtube-btn:hover .social-icon { 
background-color: #C4302B;
}
#instagram-btn:hover .social-icon {
    background-color: #D2C5B3;
}
#flickr-btn:hover .social-icon {
    background-color: #E4006B;
}
#web-btn:hover .social-icon {
    background-color: #000;
}
#mail-btn:hover .social-icon {
    background-color: #2A056F;
}
.social-text {
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 14px 0 11px 44px;
    white-space: nowrap;
    color: #FFFFFF;
    font-family: Arial;
}
.easytabs-wrapper { margin: 10px 0; }
.easytabs {
    display: table;
    margin: 0;
    padding: 0;
    border-spacing: 5px 0;
    margin-left: -5px;
    position: relative;
    z-index: 6;
    /*width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; */
}
.easytabs li { display: table-cell; text-align: center; vertical-align: middle; }
.easytabs li,
.easytabs-a-accordion {
    line-height: normal;
    background: #eaeaea;
    border: 1px solid #ccc;
    box-shadow: inset 0 -12px 8px -14px rgba(0, 0, 0, 0.2);
}
.easytabs li:hover { box-shadow: none; }
.easytabs li a:hover,
.easytabs-a-accordion:hover { text-decoration: none; }
.easytabs li.active {
    background: #fbfbfb;
    border-width: 1px 1px 0;
    box-shadow: none;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
}
.easytabs-a {
    display: block;
    padding: 9px 12px;
    color: #777;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font: bold 12px/16px Arial, Helvetica, Tahoma, sans-serif;
}
.easytabs-content {
    padding: 7px 8px;
    border: 1px solid #ccc;
    position: relative;
    z-index: 5;
    margin-top: -1px;
    background: #fbfbfb;
}
.easytabs-a-accordion { margin-top: -1px; background: #f1f1f1; display: none; padding: 12px; }
.easytabs-a-accordion.active { box-shadow: none; color: #48494a; }

.easytabs-content .box-collateral { margin: 0; }
.easytabs-content .box-up-sell .products-grid td { padding-left: 7px; padding-right: 7px; }
.easytabs-content .block-related .block-title { display: none; }
#product_tabs_tags_tabbed_contents label { display: block; }
#product_tabs_tags_tabbed_contents .input-box input { width: 300px; }
#product_tabs_tags_tabbed_contents .input-box { width: 300px; float:left; margin: 0 10px 3px 0;}
#product_tabs_related_tabbed_contents ol { clear: both; }
#product_tabs_related_tabbed_contents li { float:left; margin: 0 1% 15px 0; width: 31%; }
#product_tabs_related_tabbed_contents li:nth-child(1n) { width: 32%; }
#product_tabs_related_tabbed_contents li:nth-child(3n) { margin-right: 0; }
#product_tabs_related_tabbed_contents li:nth-child(3n+1) { clear: left; }
#product_tabs_related_tabbed_contents .product-images { float: left; }
#product_tabs_related_tabbed_contents .product-images a { margin: 0 0 0 5px; }
#product_tabs_related_tabbed_contents .product-details { margin-left: 75px; }
#product_tabs_related_tabbed_contents .price-box { margin: 0; }

.easytabs,
.easytabs-content,
.product-collateral,
.easytabs-content .form-add { zoom: 1; }
.easytabs:after,
.easytabs-content:after,
.product-collateral:after,
.easytabs-content .form-add:after { content: '.'; visibility: hidden; clear: both; display: block; height: 0; font-size: 0; }

@media (max-width: 480px) {
    /*
     * .easytabs-a-tab should be hidden.
     * See the easytabs.js~12: el.getStyle('display') !== 'none'
     */
    .easytabs, .easytabs-a-tab { display: none; }
    .easytabs-a-accordion { display: block; }

    #product_tabs_tags_tabbed_contents .input-box input { width: 200px; }
    #product_tabs_tags_tabbed_contents .input-box { width: 200px; }

    #product_tabs_related_tabbed_contents li { float:none; margin: 0 0 10px; width: auto; }
    #product_tabs_related_tabbed_contents li:nth-child(1n) { width: auto; }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border:  0px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

body {
	background: #fff;
}
a, button.button, button.button span {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
a, a:visited {
  outline: none;
  color: #6B9A63;
  text-decoration: none;
}
p {
	margin: 0;
}
.wrapper {
  width: 100%;
  min-width: inherit;
}
.main {
	max-width: 1110px;
	width: 100%;
	padding: 0;
	background: #fff;
	min-height: 4px;
}
.header {
	max-width: 1100px;
	width: auto;
	z-index: 999;
}
.footer-container {
  border-top: 5px solid #9eb801;
  height: auto;
  background: -webkit-linear-gradient(#e9e9e9, #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e9e9e9, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e9e9e9, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e9e9e9, #fff); /* Standard syntax (must be last) */
  margin-top: 20px;
}
.footer {
	max-width: 1110px;
	padding: 50px 0 70px;
	width: 100%;
}
.footer a {
	color: #616161;
}
.footer address {
	color: #242424;
	font-size: 15px;
	margin: 0;
}
p.footer_content {
	text-align: justify;
	padding: 0 30px;
	margin: 50px 0 30px;
	color: #666666;
	font-size: 13px;
	display: inline-block;
}

.footer-our-partners {
	width: 100%;
	text-align: left;
	float: left;
	margin-top: 30px;
}
.footer-our-partners span {
	display: inline-block;
	height: auto;
	width: auto;
	margin-right: 40px;
}
.footer-our-partners span.last {
	margin-right: 0;
}
.footer-our-partners span.our-partner-text {
	color: #242424;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	vertical-align: top;
	margin-top: 20px;
}
.footer-our-partners span.op1 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) 0 -442px no-repeat;
	width: 150px;
	height: 35px;
}
.footer-our-partners span.op2 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) 0 -493px no-repeat;
	width: 120px;
	height: 51px;
}
.footer-our-partners span.op3 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) 0 -562px no-repeat;
	width: 172px;
	height: 38px;
}
span.footer-logo-adc {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -227px -518px no-repeat;
	width: 202px;
	height: 74px;
	display: inline-block;
	float: left;
}
.adc-footer-links {
	width: 75%;
	float: right;
	display: inline-block;
	margin-top: 15px;
}
.adc-footer-links ul {
	background: none;
	padding: 0;
	display: inline-block;
	width: auto;
	float: left;
	text-align: left;
	margin-right: 4%;
}
.adc-footer-links ul.last {
	margin-right: 0;
}
.adc-footer-links ul li {
	text-align: left;
	display: block;
}
.adc-footer-links ul li a {
	font-size: 14px;
	color: #242424;
	line-height: 20px;
}
.adc-footer-links ul li a:hover {
	text-decoration: none;
	color: #7db329;
}
.footer ul.links {
	float: left;
}
.main-container {
	background: #fff;
}

/* Header */

.header {
	padding: 3px 0;
}

.header li.first.last a {
  color: #242424;
  font-size: 15px;
  text-decoration: none;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -281px -1px no-repeat;
  padding-left: 33px;
  height: 37px;
  display: block;
}

.header li.first.last a span.shopping_count {
  display: block;
  text-align: center;
  margin-top: -4px;
}

.header-container {
  	border-top: 0;
  	border-bottom: 0;
  	background: #fff;
}
.header .logo {
	margin: 0;
}

.header .form-search {
  	position: static;
  	width: auto;
  	height: auto;
  	background: #fff;
  	padding: 0;
}

.header .form-search label {
	width: 0;
}

.header .form-search input.input-text {
  	float: left;
  	border: 1px solid #E8E8E8;
  	width: 65%;
  	-webkit-box-shadow: inset 4px 6px 21px -5px rgba(229,229,229,1);
	-moz-box-shadow: inset 4px 6px 21px -5px rgba(229,229,229,1);
	box-shadow: inset 4px 6px 21px -5px rgba(229,229,229,1);
  	margin-right: 5px;
  	border-radius: 5px;
  	height: 38px;
  	padding-left: 15px;
  	display: inline-block;
  	color: #818181;
  	font-style: italic;
  	font-size: 14px;
}

.header .form-search input.input-text:focus {
  color: #000;
  font-style: normal;
}

.header .quick-access {
  	float: right;
  	width: 75%;
  	padding: 28px 0 0 0;
}

.header .form-search button.button {
	float: left;
	background: #9FB701 url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/search-icon.png) center center no-repeat;
	border-radius: 8px;
	width: 56px;
	height: 44px;
	display: inline-block;
	padding: 0px 10px;
}

.header .form-search button.button span {
  	border: 0;
  	background: transparent;
  	padding: 0;
  	font-size: 0;
  	display: inline-block;
}

.header .form-search button.button span span {
	background: none;
	padding: 0;
}

.header .form-search button.button:hover {
	background: #f6770e url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/search-icon.png) center center no-repeat;
}
/*
.header .form-search button.button > span {
	-webkit-border-radius: 8px;
	-moz-border-radius:8px;
	cursor: pointer;
	border-radius: 8px;
}*/

.header-top-block {
	background: #1c1c1c;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.header-top-block-content {
	margin: 0 auto;
	max-width: 1110px;
}

.header-top-block .h-left {
	width: auto;
	float: left;
	display: inline-block;
}

.header-top-block .h-right {
	width: auto;
	float: right;
	display: inline-block;
}

.header-top-block .h-left ul li, .header-top-block .h-right ul li {
	float: left;
}

.header-top-block .h-left ul li a, .header-top-block .h-right ul li a {
	display: inline-block;
	padding: 0 12px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

.header-top-block .h-left ul li a:hover, .header-top-block .h-right ul li a:hover {
	color: #a6d723;
}

input.input-text:focus, select:focus, textarea:focus {
	background: #fff;
}

.block .block-title {
  background: #2a4b36;
  border-bottom: 0px solid #ddd;
  padding: 0;
  height: 54px;
  line-height: 54px;
}

.block .block-title strong.all-categories {
  display: block;
  font: normal 15px Arial;
  min-height: 16px;
  padding: 0 15px;
  text-transform: capitalize;
  color: #FFFFFF;
  line-height: 54px;
  background: #72ae12;
  display: inline-block;
  cursor: pointer;
  position: relative;
  float: left;
  margin-right: 27px;
}

.block .block-title strong.all-categories span:after {
	content: "";
  	border-top: 7px solid #fff;
  	border-left: 7px solid transparent;
  	border-right: 7px solid transparent;
  	position: absolute;
  	bottom: 5px;
  	height: 0;
  	width: 0;
  	left: 50%;
  	margin-left: -6px;
}

#nav {
	width: 100%;
	max-width: 1000px;
	padding: 15px 0;
}

#nav span {
  white-space: normal;
  overflow: hidden;
  height: 18px;
}

.nav-container {
  background: #fff;
}

#nav li {
	width: 20%;
}

#nav a {
  	float: left;
  	padding: 7px 0;
  	color: #020300;
  	font-weight: 400;
  	font-size: 14px;
  	line-height: 16px;
}

#nav a:hover {
	line-height: 16px;
	color: #f6770e;
}

.block {
  	border-bottom: 0px solid #c4c1bc;
  	margin: 0;
  	border-left: 0;
  	border-right: 0;
}

.nav-content-header {
	max-width: 1110px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.nav-left-category {
	width: auto;
	display: inline-block;
	float: left;
}

.nav-left-category ul li {
	float: left;
}

.nav-left-category ul li a {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	line-height: 55px;
	display: block;
	padding: 0 20px;
	cursor: pointer;
}

.nav-left-category ul li a:hover {
	color: #a6d723;
}
.categories-right-hom {
	float: right;
	display: inline-block;
}
.nav-right-category {
	float: right;
	width: auto;
	display: inline-block;
}

.nav-right-category ul li {
	float: left;
	cursor: pointer;
}

.nav-right-category ul li.coupon-and-offer {
	background: #f6770e;
	margin-right: 27px;
}

.nav-right-category ul li.callback-req {
	background: #72ae12;
}

.nav-right-category ul li a {
	display: inline-block;
	padding: 0 20px;
	line-height: 50px;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
}

.nav-right-category ul li a span {
	display: inline-block;
}

.nav-right-category ul li a span.coupon-icon {
	width: 33px;
	height: 43px;
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -548px -7px no-repeat;
	margin-right: 10px;
}

.nav-right-category ul li a span.callback-icon {
	width: 43px;
	height: 46px;
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -16px -4px no-repeat;
	margin-left: 10px;
}

.all_categories_list {
	padding-bottom: 8px;
	z-index: 99;
}

/* Home Page */

.home-content {
	width: 100%;
	text-align: center;
}

.home-content h1 {
	display: inline-block;
	padding: 15px 50px;
	border-top: 2px solid #9fb701;
	border-bottom: 2px solid #9fb701;
	color: #506f00;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin: 20px 0;
}

.home-content p.content {
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
	text-align: justify;
}

.home-content p.content a.read-more {
	color: #506f00;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.tab_container{
	clear: both;
	width: 99%;
	margin: 0 auto;
	border: 1px solid #506f00;
	float: none;
	background: #506f00;
	margin-bottom: 10px;
	display: inline-block;
}

.tab_container ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}

.tab-content-main {
	width: 100%;
	float: left;
}

.tab_container ul.tabs li{
	background: #506f00;
	color: #fff;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	float: left;
	border-right: 1px solid #466001;
	width: 24.90%;
	text-align: center;
	font-size: 17px;
}

.tab_container ul.tabs li.last {
	border-right: 0;
}

.tab_container ul.tabs li.current{
	background: #1c1c1c;
	color: #fff;
	border-right: 1px solid #1c1c1c;
	position: relative;
}

.tab_container ul.tabs li.last.current {
	border-right: 0;
}

li.tab-link.current:after {
  content: "";
  border-top: 15px solid rgb(28, 28, 28);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -8px;
}

.tab_container ul.tabs li:hover {
  background: #1C1C1C;
}

.tab_container .tab-content{
	display: none;
	background: #fff;
	padding: 30px 30px 10px 30px;
	font-family: 'Open Sans', sans-serif;
}

.tab_container .tab-content.current{
	display: inherit;
}

.best-selligng-product-block {
	text-align: center;
	width: 100%;
}

h1.best-selling-products {
	display: inline-block;
	padding: 15px 50px;
	border-top: 2px solid #9fb701;
	border-bottom: 2px solid #9fb701;
	color: #506f00;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin: 28px 0 18px 0;
}

.cms-index-index .banner_sec .bx-wrapper .bx-pager {
	position: absolute;
  	bottom: 10px;
  	display: block;
}

.cms-index-index .home-content h2 {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 5px 0;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
}

.cms-index-index .banner_sec .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #91B72C;
}

.cms-index-index .slider-block .products-grid {
  border-bottom: 0;
  background: #fff;
  position: relative;
  width: 100%;
}

.cms-index-index .slider-block .products-grid li.item {
  float: left;
  width: 262px !important;
  padding: 0;
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
}

.cms-index-index .slider-block .products-grid .product-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  text-align: center;
  display: inline-block;
}

.cms-index-index .slider-block .grid-inner {
  background: #fff;
  width: 100%;
  display: inline-block;
  max-width: 220px;
 /* min-height: 220px;*/
  margin-bottom: 10px;
  padding-top: 10px;
  height: auto;
}

.cms-index-index .slider-block .products-grid .product-name, .cms-index-index .slider-block .products-grid .desc.std {
	width: 90%;
	min-height: 36px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}

.cms-index-index .slider-block .products-grid .product-name a {
  color: #34373e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.cms-index-index .slider-block .wrapper {
	min-width: 20px;
	min-height: 30px;
}

.cms-index-index .slider-block p.custom_price {
  font-size: 16px;
  color: #9fb701;
  font-weight: 600;
}

.view-all-products {
	width: 100%;
	text-align: center;
	margin-top: 9px;
}

.view-all-products a {
	display: inline-block;
	text-decoration: underline;
	text-align: center;
	font-size: 16px;
	color: #506f00;
	font-weight: 600;
}

.cms-index-index .bx-wrapper {
	max-width: 100%!important;
}

.cms-index-index .bx-wrapper img {
	display: inline-block;
}

.cms-index-index .bx-wrapper .bx-prev {
	left: -20px;
}

.cms-index-index .bx-wrapper .bx-next {
	right: -20px;
}

.cms-index-index .banner_sec {
  width: 75%;
  float: left;
  display: inline-block;
}

.cms-index-index .banner-area-index {
	width: 100%;
}

.cms-index-index .below_banner_main_area {
  width: 24%;
  float: right;
  display: inline-block;
  margin-left: 1%;
}

.cms-index-index .combopack {
	padding: 0;
	width: 100%;
	position: relative;
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/refer-friend-bg.png) right bottom no-repeat #6ca5bd;
	border-radius: 5px;
	height: 165px;
}

.cms-index-index .combopack h1 {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 0 0 10px;
}

.cms-index-index .combopack h2 {
  width: 55%;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-left: 10px;
  padding-bottom: 10px;
}

.cms-index-index .combopack h2:after {
  content: "";
  width: 85px;
  background: #fff;
  height: 3px;
  display: block;
  margin-top: 10px;
}

.cms-index-index .echeck {
	width: 100%;
	border-radius: 5px;
	margin: 15px 0;
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/discount-bg.png) no-repeat #d8d8da;
	height: 166px;
	position: relative;
}
.cms-index-index .echeck-content {
	width: 100%;
	background: #000;
	opacity: 0.6;
	height: 45px;
	text-align: center;
	position: absolute;
	bottom: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	padding-top: 13px;
}
.cms-index-index span.echeck-discount-text {
	font-size: 18px;
}
.cms-index-index .how_to_order {
	background: #90b72c;
	width: 100%;
	border-radius: 5px;
}
.cms-index-index img.cart_img {
  display: inline-block;
  margin-top: 15px;
  max-width: 90px;
}

.cms-index-index .content_order {
  display: inline-block;
  width: 55%;
  float: right;
  padding: 10px 0;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin: 10px 10px 0 0;
}

.cms-index-index .content_order h1 {
  color: #fff;
  font-size: 20px;
}

.cms-index-index .content_order p {
  color: #fff;
  font-size: 12px;
}

.cms-index-index a.readmore {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 15px;
}

.cms-index-index a.readmore span {
	background: #000;
	padding: 7px 15px;
	font-size: 16px;
}

.header .form-search .search-autocomplete {
	left: 25% !important;
  	top: 75px !important;
}

.header .form-search .search-autocomplete ul {
	border: 1px solid #F0F0F0;
}

.header .form-search .search-autocomplete li {
	padding: 5px 15px;
}

.home-banner-block {
	width: 100%;
	display: block;
}
.home-banner-block.mid {
	margin: 10px 0;
}
.home-banner-block img {
	width: 100%;
	max-width: 263px;
}
.home-banner-block.last, .home-banner-block.third {
	display: none;
}
.bx-wrapper .bx-viewport {
	left: 0;
}

.top-cart .inner-wrapper {
  position: absolute;
  width: 32%;
  right: 0;
  top: 100px;
  background-color: #f5f8fa;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  z-index: 999;
}

.top-cart .inner-wrapper:before {
  border-bottom: 20px solid rgb(245, 248, 250);
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  content: "";
  position: absolute;
  top: -21px;
  right: 14%;
}

.top-cart .mini-products-list .product-image {
  width: 30%;
  border: 1px solid #E8E8E8;
}

.top-cart .mini-products-list .product-image img {
	width: 100%;
  	height: auto;
}

.top-cart .mini-products-list .product-details {
	margin-bottom: 10px;
	margin-left: 0;
  	margin-right: 0;
  	float: left;
  	width: 50%;
  	text-align: left;
  	padding-left: 10px;
  	padding-top: 0;
}

.top-cart .mini-products-list .product-details strong {
  font-size: 1.2em;
  text-transform: uppercase;
}

.top-cart .mini-products-list .product-details strong:before {
  content: "Qty: ";
}

.top-cart .mini-products-list .product-details .price {
  white-space: nowrap !important;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
}

.mini-products-list .product-details {
  margin-left: 0;
}

ol#mini-cart li {
  border-bottom: 1px solid #D8D4D4;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  padding: 0 0 10px 0;
}

ol#mini-cart p {
	font-size: 1.2em;
}

ol#mini-cart .product-name {
	font-size: 1.2em;
  	font-weight: normal;
  	vertical-align: top;
  	height: 45px;
  	overflow: hidden;
  	width: 90%;
}

.mini-products-list .product-details .btn-remove {
  font-size: 13px;
  color: #f6770e;
  width: auto;
  height: auto;
  line-height: 14px;
  background: none;
  text-indent: 0;
  display: inline-block;
  text-decoration: underline;
  margin-left: 10px;
}

.inner-wrapper {
	display: none;
}

.inner-wrapper button.button span {
  	height: 22px;
  	border: 0;
  	background: #506F00;
  	padding: 0 10px;
  	font: normal 12px/19px Arial, Helvetica, sans-serif;
  	line-height: 22px;
}

.inner-wrapper button.button > span {
	border-bottom: 2px solid #2A360C;
}


/* Inner Pages */

.catalog-category-view, .catalogsearch-result-index, .elastic-search-result {
	font-family: 'Open Sans', sans-serif;
}

.catalog-category-view .col-main, .catalogsearch-result-index .col-main, .elastic-search-result .col-main{
	width: 73%;
}

.catalog-category-view .col-left, .catalogsearch-result-index .col-left, .elastic-search-result .col-left{
  width: 24%;
  padding: 0;
}

.catalog-category-view .sorter, .catalogsearch-result-index .sorter, .elastic-search-result .sorter {
  font-size: 14px;
  background: #1c1c1c;
  padding: 0 15px;
  border-top: 0;
  height: 40px;
  line-height: 40px;
  color: #fff;
}

.catalog-category-view .sorter .sort-by select, .catalogsearch-result-index .sorter .sort-by select, 
.elastic-search-result .sorter .sort-by select {
	padding: 5px;
	border-radius: 4px;
	border: 0;
}

.catalog-category-view .col2-left-layout .products-grid, .catalogsearch-result-index .col2-left-layout .products-grid, 
.elastic-search-result .col2-left-layout .products-grid {
	width: 100%;
	margin-top: 20px;
}
.catalog-category-view .products-grid, .catalogsearch-result-index .products-grid, .elastic-search-result .products-grid {
  border-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.catalog-category-view .products-grid .product-name, .catalogsearch-result-index .products-grid .product-name, 
.elastic-search-result .products-grid .product-name {
	/*margin: 0 0 15px 0;*/
	width: 95%;
  	display: inline-block;
  	/*height: 30px;*/
}

.catalog-category-view .products-grid li.item, .catalogsearch-result-index .products-grid li.item, .elastic-search-result .products-grid li.item {
	width: 30.3%;
	padding: 0;
	margin-right: 4.5%;
	text-align: center;
	position: relative;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(256,256,256,1);
  	-moz-box-shadow: 0px 0px 6px 1px rgba(256,256,256,1);
  	box-shadow: 0px 0px 6px 1px rgba(256,256,256,1);
  	background: #fff;
  	margin-bottom: 25px;
  	min-height: 450px;
}

.catalog-category-view .products-grid li.item.last, .catalogsearch-result-index .products-grid li.item.last, 
.elastic-search-result .products-grid li.item.last {
	margin-right: 0;
}

.catalog-category-view .products-grid li.item:hover, .catalogsearch-result-index .products-grid li.item:hover, 
.elastic-search-result .products-grid li.item:hover {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	-moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	background: #f5f4f4;

}

.catalog-category-view .products-grid .product-image, .catalogsearch-result-index .products-grid .product-image, 
.elastic-search-result .products-grid .product-image {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #6B9A63;
  	padding: 10px 0;
  	background: #fff;
  	height: auto;
}

.catalog-category-view .products-grid .product-image img, .catalogsearch-result-index .products-grid .product-image img, 
.elastic-search-result .products-grid .product-image img {
	width: auto;
	height: auto;
}

.catalog-category-view .products-grid .actions, .catalogsearch-result-index .products-grid .actions,
.elastic-search-result .products-grid .actions {
	position: static;
	padding-bottom: 10px;
}

.catalog-category-view .products-grid a.link-wishlist, .catalogsearch-result-index .products-grid a.link-wishlist,
.elastic-search-result .products-grid a.link-wishlist {
  position: absolute;
  top: 5px;
  right: 20px;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -13px -110px no-repeat;
  font-size: 0px;
  display: block;
  width: 22px;
  height: 20px;
  transition:none;
}

.catalog-category-view .products-grid a.link-wishlist:hover, .catalogsearch-result-index .products-grid a.link-wishlist:hover, 
.elastic-search-result .products-grid a.link-wishlist:hover {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -14px -150px no-repeat;
}

.catalog-category-view .products-grid .product-name a, .catalogsearch-result-index .products-grid .product-name a,
.elastic-search-result .products-grid .product-name a {
  text-decoration: none;
  color: #5f7f0c;
  font-size: 14px;
  font-weight: 600;
}

.catalog-category-view .products-grid .generic_for, .catalogsearch-result-index .products-grid .generic_for,
.elastic-search-result .products-grid .generic_for {
  padding-top: 2px;
  border-top: 0px solid #CECECE;
  display: inline-block;
  width: 70%;
  margin-top: 2px;
  margin-bottom: 4px;
  /*height: 45px;*/
  font-weight: 600;
}

.catalog-category-view .products-grid p.custom_price, .catalogsearch-result-index .products-grid p.custom_price,
.elastic-search-result .products-grid p.custom_price {
  font-weight: 600;
  color: #6b9a40;
  margin: 3px 0;
  width: 95%;
  display: inline-block;
}

.catalog-category-view .products-grid .actions button.button span, .catalogsearch-result-index .products-grid .actions button.button span,
.elastic-search-result .products-grid .actions button.button span {
  display: block;
  height: 33px;
  border: 0;
  background: #506f00;
  padding: 0 8px;
  font: normal 15px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  line-height: 33px;
  border-bottom: 3px solid #2a360c;
  margin-top: 4px;
}

.catalog-category-view .products-grid .actions button.button span span, .catalogsearch-result-index .products-grid .actions button.button span span,
.elastic-search-result .products-grid .actions button.button span span {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/view-details-icon.png) left center no-repeat #506f00;
	padding-left: 30px;
}

.catalog-category-view .products-grid .actions button.button span:hover span, .catalogsearch-result-index .products-grid .actions button.button span:hover span,
.elastic-search-result .products-grid .actions button.button span:hover span {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/view-details-icon.png) left center no-repeat #F6770E;
}

.catalog-category-view .products-grid .actions button.button:hover span, .catalogsearch-result-index .products-grid .actions button.button:hover span,
.elastic-search-result .products-grid .actions button.button:hover span {
	background: #F6770E;
	border-bottom: 3px solid #ae5c19;
}


.catalog-category-view .products-grid .actions button.button:hover span span, .catalogsearch-result-index .products-grid .actions button.button:hover span span,
.elastic-search-result .products-grid .actions button.button:hover span span {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/view-details-icon.png) left center no-repeat #F6770E;
}

.catalog-category-view p.view-mode label, .catalogsearch-result-index p.view-mode label, .elastic-search-result p.view-mode label {
  margin-right: 10px;
}

.catalog-category-view .toolbar .pager, .catalogsearch-result-index .toolbar .pager, .elastic-search-result .toolbar .pager {
  padding: 0 15px;
  border-bottom: 0;
  height: 34px;
  line-height: 32px;
}

.catalog-category-view .pager, .catalogsearch-result-index .pager, .elastic-search-result .pager {
  font-size: 14px;
  background: #EDEDED;
  border-top: 1px solid #e2e2e2;
}

.catalog-category-view .block-layered-nav .block-title, .catalogsearch-result-index .block-layered-nav .block-title,
.elastic-search-result .block-layered-nav .block-title {
	text-indent: 0;
}

.catalog-category-view .col-left.sidebar .block .block-title, .catalogsearch-result-index .col-left.sidebar .block .block-title,
.elastic-search-result .col-left.sidebar .block .block-title {
	background: #1C1C1C;
  	border-bottom: 0px solid #ddd;
  	padding: 0;
  	height: 30px;
  	line-height: 30px;
}

.catalog-category-view .col-left.sidebar .block .block-title strong, .catalogsearch-result-index .col-left.sidebar .block .block-title strong,
.elastic-search-result .col-left.sidebar .block .block-title strong {
  display: block;
  font: normal 16px 'Open Sans', sans-serif;
  min-height: 30px;
  padding: 0 0 0 15px;
  text-transform: capitalize;
  color: #81ac12;
  line-height: 35px;
}

.catalog-category-view .col-left.sidebar .block .block-title, .catalogsearch-result-index .col-left.sidebar .block .block-title,
.elastic-search-result .col-left.sidebar .block .block-title {
  background: #1C1C1C;
  border-bottom: 0px solid #ddd;
  padding: 0;
  height: 35px;
  line-height: 35px;
}

.catalog-category-view .block-layered-nav .block-content, .catalogsearch-result-index .block-layered-nav .block-content,
.elastic-search-result .block-layered-nav .block-content {
  border: 0;
  background: #FFFFFF;
}

.catalog-category-view .block-layered-nav dt, .catalogsearch-result-index .block-layered-nav dt, .elastic-search-result .block-layered-nav dt {
	background: #fff;
  	padding: 0 0 0 12px;
  	font-weight: bold;
  	text-transform: uppercase;
  	font-size: 14px;
  	margin: 5px 0;
}

.catalog-category-view a, a:visited, .catalogsearch-result-index a, .elastic-search-result a {
  outline: none;
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.catalog-category-view #outer_ul, .catalogsearch-result-index #outer_ul, .elastic-search-result #outer_ul {
  padding-left: 6px;
  width: auto;
  height: 356px;
  margin: 14px 0;
}

.catalog-category-view .block-layered-nav .block-subtitle, .catalogsearch-result-index .block-layered-nav .block-subtitle,
.elastic-search-result .block-layered-nav .block-subtitle {
	font-family: arial;
  	font-size: 18px;
  	color: #333333;
  	text-transform: uppercase;
  	font-weight: 600;
  	padding: 10px 0 8px 10px;
  	border-bottom: 2px solid #9fb701;
  	background: #fff;
  	margin-bottom: 10px;
}

.catalog-category-view .sorter .sort-by label, .catalogsearch-result-index .sorter .sort-by label,
.elastic-search-result .sorter .sort-by label {
  margin-right: 15px;
}

.catalog-category-view p.view-mode strong.grid, .catalogsearch-result-index p.view-mode strong.grid, 
.elastic-search-result p.view-mode strong.grid {
  padding-left: 35px;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -440px -183px no-repeat;
  display: inline-block;
  margin-right: 15px;
  font-weight: normal;
  color: #719714;
}

.catalog-category-view p.view-mode a.list, .catalogsearch-result-index p.view-mode a.list, .elastic-search-result p.view-mode a.list {
  padding-left: 35px;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -568px -135px no-repeat;
  display: inline-block;
  font-weight: normal;
  color: #fff;
}

.catalog-category-view .block.block-left-nav .block-content h1, .catalogsearch-result-index .block.block-left-nav .block-content h1,
.elastic-search-result .block.block-left-nav .block-content h1 {
	font-family: arial;
	font-size: 20px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 0 8px 10px;
	border-bottom: 2px solid #9fb701;
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(221, 221, 221, 0.4);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(159, 183, 1, 1);
}

.catalog-category-view #outer_ul li, .catalogsearch-result-index #outer_ul li, .elastic-search-result #outer_ul li {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 25px;
  background: #fff;
  border-bottom: 0;
  background: url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/arrow_item-grey.png") 0 6px no-repeat;
}

.catalog-category-view #outer_ul li:hover, .catalogsearch-result-index #outer_ul li:hover, .elastic-search-result #outer_ul li:hover {
	background: url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/arrow_item.png") 0 6px no-repeat;
}

.catalog-category-view #outer_ul li:hover a, .catalogsearch-result-index #outer_ul li:hover a, .elastic-search-result #outer_ul li:hover a {
	color: #577704;
	font-weight: 600;
}

.catalog-category-view .products-list, .catalogsearch-result-index .products-list, .elastic-search-result .products-list {
	margin-top: 25px;
}

.catalog-category-view .products-list li.item, .catalogsearch-result-index .products-list li.item,
.elastic-search-result .products-list li.item {
	position: relative;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(256,256,256,1);
  	-moz-box-shadow: 0px 0px 6px 1px rgba(256,256,256,1);
  	box-shadow: 0px 0px 6px 1px rgba(256,256,256,1);
  	border-bottom: 0;
  	padding: 20px 15px;
  	margin-bottom: 20px;
}

.catalog-category-view .products-list li.item:hover, .catalogsearch-result-index .products-list li.item:hover,
.elastic-search-result .products-list li.item:hover {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	-moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
}

.catalog-category-view .products-list .product-name a, .catalogsearch-result-index .products-list .product-name a,
.elastic-search-result .products-list .product-name a {
  color: #6b9a40;
  font-size: 18px;
  font-weight: 600;
}

.catalog-category-view .products-list .product-image, .catalogsearch-result-index .products-list .product-image,
.elastic-search-result .products-list .product-image {
  width: 20%;
  display: inline-block;
}

.catalog-category-view .products-list .product-shop, .catalogsearch-result-index .products-list .product-shop,
.elastic-search-result .products-list .product-shop {
  margin-left: 2%;
  width: 78%;
  display: inline-block;
  float: right;
}

.catalog-category-view .products-list .generic_name, .catalog-category-view .products-list .generic_for, 
.catalogsearch-result-index .products-list .generic_name, .catalogsearch-result-index .products-list .generic_for,
.elastic-search-result .products-list .generic_name, .elastic-search-result .products-list .generic_for {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  padding: 5px 0;
  margin: 3px 0;
  font-weight: 600;
}

.catalog-category-view .products-list span.separator, .catalogsearch-result-index .products-list span.separator,
.elastic-search-result .products-list span.separator {
  margin: 0 5px;
  font-size: 24px;
  color: #AEAEAE;
}

.catalog-category-view .products-list .product-name, .catalog-category-view .products-list ul.add-to-links, 
.catalogsearch-result-index .products-list .product-name, .catalogsearch-result-index .products-list ul.add-to-links,
.elastic-search-result .products-list .product-name, .elastic-search-result .products-list ul.add-to-links {
	display: inline-block;
	width: auto;
}

.catalog-category-view .products-list .product-name, .catalogsearch-result-index .products-list .product-name,
.elastic-search-result .products-list .product-name {
	width: 35%;
	margin-right: 2%;
	vertical-align: top;
}

.catalog-category-view .products-list ul.add-to-links, .catalogsearch-result-index .products-list ul.add-to-links,
.elastic-search-result .products-list ul.add-to-links {
	width: 60%;
}

.catalog-category-view .products-list ul.add-to-links li, .catalogsearch-result-index .products-list ul.add-to-links li,
.elastic-search-result .products-list ul.add-to-links li {
	width: auto;
	margin-right: 2%;
}

.catalog-category-view .products-list .category-list-row1, .catalogsearch-result-index .products-list .category-list-row1,
.elastic-search-result .products-list .category-list-row1 {
	width: 100%;
}

.catalog-category-view .products-list a.link-wishlist, .catalogsearch-result-index .products-list a.link-wishlist,
.elastic-search-result .products-list a.link-wishlist {
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -13px -110px no-repeat;
  font-size: 14px;
  display: inline;
  width: 22px;
  height: 20px;
  transition:none;
  padding-left: 30px;
  margin-right: 4%;
}

.catalog-category-view .products-list a.link-wishlist:hover, .catalogsearch-result-index .products-list a.link-wishlist:hover,
.elastic-search-result .products-list a.link-wishlist:hover {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -14px -150px no-repeat;
}

.link-wishlist {
  color: #333333!important;
  font-weight: 600;
}

.catalog-category-view .products-list .manufactured_by, .catalogsearch-result-index .products-list .manufactured_by,
.elastic-search-result .products-list .manufactured_by {
  font-size: 16px;
}

.catalog-category-view .products-list p.custom_price, .catalogsearch-result-index .products-list p.custom_price,
.elastic-search-result .products-list p.custom_price {
  font-weight: 600;
  font-size: 18px;
  margin: 7px 0;
  color: #6B9A40;
}

.catalog-category-view .products-list .product-shop button.button span, .catalogsearch-result-index .products-list .product-shop button.button span,
.elastic-search-result .products-list .product-shop button.button span {
  display: block;
  height: 30px;
  border: 0;
  background: #506f00;
  padding: 0 8px;
  font: normal 15px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  line-height: 30px;
  border-bottom: 3px solid #2a360c;
  margin-top: 4px;
}

.catalog-category-view .products-list .product-shop button.button span span, 
.catalogsearch-result-index .products-list .product-shop button.button span span,
.elastic-search-result .products-list .product-shop button.button span span {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/view-details-icon.png) left center no-repeat #506f00;
	padding-left: 30px;
}

.catalog-category-view .products-list .product-shop button.button span:hover span, 
.catalogsearch-result-index .products-list .product-shop button.button span:hover span,
.elastic-search-result .products-list .product-shop button.button span:hover span {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/view-details-icon.png) left center no-repeat #F6770E;
}

.catalog-category-view .products-list .product-shop button.button span span:hover, 
.catalogsearch-result-index .products-list .product-shop button.button span span:hover,
.elastic-search-result .products-list .product-shop button.button span span:hover {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/view-details-icon.png) left center no-repeat #F6770E;
}

.catalog-category-view .products-list .product-shop button.button:hover span, 
.catalogsearch-result-index .products-list .product-shop button.button:hover span,
.elastic-search-result .products-list .product-shop button.button:hover span {
	background: #f6770e;
	border-bottom: 3px solid #ae5c19;
}

.catalog-category-view p.view-mode a.grid, .catalogsearch-result-index p.view-mode a.grid, .elastic-search-result p.view-mode a.grid {
  padding-left: 35px;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -440px -135px no-repeat;
  display: inline-block;
  font-weight: normal;
  color: #fff;}

.catalog-category-view p.view-mode strong.list, .catalogsearch-result-index p.view-mode strong.list, 
.elastic-search-result p.view-mode strong.list {
	padding-left: 35px;
  	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -568px -183px no-repeat;
  	display: inline-block;
  	margin-right: 15px;
  	font-weight: normal;
  	color: #719714;
}

.catalog-category-view .availability.out-of-stock span, .catalogsearch-result-index .availability.out-of-stock span,
.elastic-search-result .availability.out-of-stock span {
  color: #FFFFFF;
  display: inline-block;
  padding: 6px 18px;
  background: #1C1C1C;
  margin-right: 15px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 3px;
}

.catalog-category-view a.link-notify, .catalogsearch-result-index a.link-notify, .elastic-search-result a.link-notify {
  color: #FFFFFF;
  display: inline-block;
  padding: 6px 15px 6px 40px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: normal;
  margin-top: 3px;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/pr-notify-me-icon.png) 14px center no-repeat #506f00;
}

.catalog-category-view .sorter .sort-by, .catalogsearch-result-index .sorter .sort-by, .elastic-search-result .sorter .sort-by {
  float: none;
  padding-right: 0;
  margin-left: 5%;
  display: inline-block;
}

.catalog-category-view .sorter .pages, .catalogsearch-result-index .sorter .pages, .elastic-search-result .sorter .pages {
  float: right;
  width: auto;
  display: inline-block;
  text-align: right;
  margin-right: 5px;
  color: #fff;
}

.catalog-category-view .sorter .pages strong, .catalogsearch-result-index .sorter .pages strong, .elastic-search-result .sorter .pages strong {
	font-weight: normal;
}

.catalog-category-view .sorter .pages ol, .catalog-category-view .sorter .pages ol li, 
.catalogsearch-result-index .sorter .pages ol, .catalogsearch-result-index .sorter .pages ol li,
.elastic-search-result .sorter .pages ol, .elastic-search-result .sorter .pages ol li {
	display: inline-block;
	padding: 0 3px;
}

.catalog-category-view .sorter .pages li a, .catalogsearch-result-index .sorter .pages li a, .elastic-search-result .sorter .pages li a {
	color: #fff;
}

.catalog-category-view .sorter .pages li.current, .catalogsearch-result-index .sorter .pages li.current,
.elastic-search-result .sorter .pages li.current {
	color: #719714;
}

.catalog-category-view .sorter .pages img, .catalogsearch-result-index .sorter .pages img, .elastic-search-result .sorter .pages img {
	margin-top: -3px;
}

li.item.out-of-stock-item a.link-wishlist {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -13px -110px no-repeat;
}

.catalog-category-view .block .block-content, .catalogsearch-result-index .block .block-content, .elastic-search-result .block .block-content {
	background: #fff;
}

.catalog-category-view .col-left .block-layered-nav .currently li {
	background: #fff;
  	padding: 10px;
}

.header .form-search .search-autocomplete li {
	font-size: 13px;
}

.block-compare .block-title strong {
	background-image: none;
}

.block .empty {
	font-size: 14px;
	background: #fff;
}

li.item.out-of-stock-item {
  background: #eaeaea!important;
}

.notify-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}

.catalog-category-view .products-grid div.notify-me-boxwrapper, .catalogsearch-result-index .products-grid div.notify-me-boxwrapper,
.elastic-search-result .products-grid div.notify-me-boxwrapper {
	width: 100%;
	max-width: 377px;
	height: auto;
	border-radius: 3px;
	background: #f5f8fa;
	padding: 10px;
	position: absolute;
	left: 0;
  	bottom: 56px;
	z-index: 9999;
	text-align: center;
	display: none;
}

.catalog-category-view .products-list div.notify-me-boxwrapper, .catalogsearch-result-index .products-list div.notify-me-boxwrapper,
.elastic-search-result .products-list div.notify-me-boxwrapper {
	width: 100%;
	max-width: 377px;
	height: auto;
	border-radius: 3px;
	background: #f5f8fa;
	padding: 10px;
	position: absolute;
	left: 0;
  	bottom: 56px;
	z-index: 9999;
	text-align: center;
	display: none;
}

div.notify-me-boxwrapper h1 {
	color: #678c05;
	font-size: 16px;
	font-family: arial;
	padding-bottom: 10px;
	width: 99%;
	border-bottom: 2px solid #678c05;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
}

div.notify-me-boxwrapper h1 span
{
	width: 80%;
	text-align: center;
	display: inline-block;
}

div.notify-me-boxwrapper .notify-input-box {
	width: 90%;
	display: inline-block;
}

.notify-input-box .validation-advice {
	margin: -4px 0 9px;
}

div.notify-me-boxwrapper .notify-input-box input {
	border: 1px solid #E8E8E8;
	width: 95%;
	-webkit-box-shadow: inset 4px 6px 21px -5px rgba(229,229,229,1);
	-moz-box-shadow: inset 4px 6px 21px -5px rgba(229,229,229,1);
	box-shadow: inset 4px 6px 21px -5px rgba(229,229,229,1);
	border-radius: 5px;
	height: 25px;
	padding-left: 10px;
	margin-bottom: 10px;
}

button.button.notify-me {
	background: #567309;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	padding: 0 10px 0 20px
}

div.notify-me-boxwrapper .notify-close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

div.notify-me-boxwrapper:after {
	content: "";
	border-top: 15px solid #f5f8fa;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	top: 100%;
	left: 45%;
}

.tab-category-icons {
	float: right;
	height: 45px;
	display: none;
}

.tab-category-icons .fiter-icon {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/filter.png) 9px center no-repeat #213d2b;
	padding: 5px;
	display: inline-block;
	width: 40px;
	height: 34px;
	margin-right: 5px;
	cursor: pointer;
}

.tab-category-icons .compare-icon {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/compare.png) 8px center no-repeat #213d2b;
	padding: 5px;
	display: inline-block;
	width: 45px;
	height: 34px;
	margin-right: 10px;
	cursor: pointer;
}

.notify-main {
	position: relative;
}

.breadcrumbs {
  font-size: 14px;
  line-height: 2;
  margin: 10px 0;
  text-align: left;
  width: 100%;
}

.category-description {
	font-size: 14px;
	text-align: justify;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
	font-size: 13px !important;
}
ol#compare-items {
	position: relative;
}
ol#compare-items a.btn-remove {
	position: absolute;
	right: 5px;
	top: 5px;
}
.block-compare button.button span {
  border-color: #506F00;
  background: #506F00;
}

button.button span {
	font: normal 14px 'Open Sans', sans-serif;
	background: #849b02;
  	padding: 5px 12px;
  	border: 0;
  	height: auto;
}

button.button:hover span {
	background: #F6770E;
}

.block .actions {
	background: #E7E7E7;
}

.messages li {
  margin: 10px 0 5px 0 !important;
}

.block-compared .block-title strong {
	background: none;
}

/* Product Page */
.catalog-product-view, .review-product-list {
	font-family: 'Open Sans', sans-serif!important;
}

/*.catalog-product-view div#wrap {
	z-index: 0!important;
}*/

.catalog-product-view .product-essential, .review-product-list .product-essential {
  padding: 0;
  background: #fff;
}

.catalog-product-view .product-view, .review-product-list .product-view {
  border: 0;
}

.catalog-product-view .col1-layout .product-view .product-shop, .review-product-list .col1-layout .product-view .product-shop {
  float: right;
  width: 67%;
  position: relative;
}

.product-view .product-img-box {
  float: left;
  width: 30%;
}

.catalog-product-view .product-collateral, .review-product-list .product-collateral {
  background: #fff;
  padding: 0;
}

.catalog-product-view .easytabs-wrapper {
	width: 70%;
	display: inline-block;
}

.catalog-product-view .easytabs-content {
  padding: 15px 10px;
  border: 0;
  position: relative;
  z-index: 0;
  margin-top: 0;
  background: #FFFFFF;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
}

.catalog-product-view .easytabs li.active {
  background: #7a9d1e;
  border-width: 0;
  box-shadow: none;
  text-shadow: none;
  border: 0;
}

.catalog-product-view .easytabs {
	width: 100%;
	margin-left: 0;
}

.catalog-product-view .std p span {
	font-size: 15px!important;
}

.catalog-product-view .easytabs-a {
	font: normal 16px 'Open Sans', sans-serif;
	color: #fff;
	text-shadow : none;
	padding: 12px;
	text-transform: uppercase;
}

.catalog-product-view .easytabs li {
	background: #7e7e7e;
  	border: 0;
  	box-shadow: none;
  	float: left;
  	border-right: 1px solid #706F6F;
  	width: 33%;
}

.catalog-product-view .box-collateral.box-additional .data-table, .review-product-list .box-collateral.box-additional .data-table {
	border: 1px solid #E0DED8;
}

.catalog-product-view .box-collateral.box-additional .data-table .even, .box-collateral.box-additional .data-table .odd {
  background: #FFFFFF;
}

.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
	line-height: 2;
}

.catalog-product-view .padder.easytabs-content-wrapper {
  border-bottom: 1px solid #D1CCCC;
}

.catalog-product-view .customer_rating, .review-product-list .customer_rating {
  width: 70%;
  float: left;
}

.catalog-product-view .product-collateral h2, .review-product-list .product-collateral h2 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  border-bottom: 0;
  padding: 10px 0;
  background: #fff;
  margin: 10px 0 0 0;
}

.catalog-product-view .product-collateral .form-add h2, .review-product-list .product-collateral .form-add h2 {
  font-weight: 600;
  font-size: 18px;
  color: #849b02;
  border-bottom: 0;
  padding: 8px 14px;
  margin: 15px 0;
  background: #eeeeee;
}

.catalog-product-view .product-collateral .box-reviews h2, .review-product-list .product-collateral .box-reviews h2 {
  font-weight: 600;
  font-size: 18px;
  color: #849b02;
  border-bottom: 0;
  padding: 8px 14px;
  margin: 15px 0;
  background: #eeeeee;
}

.catalog-product-view .product_star_value, .review-product-list .product_star_value {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}

.catalog-product-view .product_star_value span, .review-product-list .product_star_value span {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.catalog-product-view .rate_me li, .review-product-list .rate_me li {
  float: left;
  padding: 0;
  text-align: left;
  margin-right: 4%;
}

.catalog-product-view .rate_me li img, .review-product-list .rate_me li img {
	margin-top: 3px;
}

.catalog-product-view .rate_me li .rating_label, .review-product-list .rate_me li .rating_label {
  display: inline-block;
}

.catalog-product-view .rate_me, .review-product-list .rate_me {
  width: 100%;
  padding: 14px 0;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  display: block;
  height: 22px;
  margin: 10px 0;
}

.catalog-product-view ul.form-list, .review-product-list ul.form-list {
  width: 100%;
}

.catalog-product-view .form-list label, .review-product-list .form-list label {
  float: left;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  z-index: 0;
  display: inline-block;
  width: 20%;
  font-family: 'Open Sans', sans-serif;
}

.catalog-product-view .form-list .input-box, .review-product-list .form-list .input-box {
  display: inline-block;
  clear: both;
  width: 70%;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.catalog-product-view .form-list input.input-text, .review-product-list .form-list input.input-text {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #D5D5D5;
}

.catalog-product-view .form-list textarea, .review-product-list .form-list textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #D5D5D5;
  height: 5em;
}

.form-list label.required em {
	right: inherit;
	top: 0;
	margin-left: 3px;
}

.catalog-product-view table#product-review-table, .review-product-list table#product-review-table {
  border: 0;
  width: auto;
}

.catalog-product-view input.validate-captcha, .review-product-list input.validate-captcha {
  padding: 8px;
  margin-top: 10px;
}

.catalog-product-view .buttons-set, .review-product-list .buttons-set {
	border: 0;
	margin: 10px 0 0 0;
}

.catalog-product-view .buttons-set button.button, .review-product-list .buttons-set button.button {
  float: left;
  margin-left: 20%;
}

.catalog-product-view .product_wrapper, .review-product-list .product_wrapper {
	width: 25%;
	display: inline-block;
	float: right;
}

.catalog-product-view .product_wrapper .pr-similar-products, .review-product-list .product_wrapper .pr-similar-products {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: right;
  border: 1px solid #D9D9D9;
  text-align: center;
  margin-top: 10px;
}

.catalog-product-view .product_wrapper .pr-similar-products .block, .review-product-list .product_wrapper .pr-similar-products .block {
	border: 0;
}

.catalog-product-view .product_wrapper .pr-similar-products  .block .block-content, .review-product-list .pr-similar-products .product_wrapper .block .block-content {
  background: #FFFFFF;
}

.catalog-product-view .product_wrapper .pr-similar-products .block .block-title strong, .review-product-list .product_wrapper .pr-similar-products .block .block-title strong {
  font: 400 18px 'Open Sans', sans-serif;
  padding: 0;
  text-transform: capitalize;
  color: #333333;
  text-align: center;
}

.catalog-product-view .main-container .bought-block-content .item, .review-product-list .main-container .bought-block-content .item {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  float: left;
}

.catalog-product-view .main-container .mini-products-list .product-image, .review-product-list .main-container .mini-products-list .product-image {
  width: 100%;
  border: 0;
  text-align: center;
}

.catalog-product-view .main-container .mini-products-list .product-image img, .review-product-list .main-container .mini-products-list .product-image img {
	min-width: 100px;
    min-height: 100px;
    width: 70%;
    height: auto;
}

.catalog-product-view .main-container .mini-products-list .product-details, .review-product-list .main-container .mini-products-list .product-details {
  margin-left: 0;
  text-align: center;
  width: 100%;
}
.catalog-product-view .bought_wrapper_area, .review-product-list .bought_wrapper_area {
  text-align: center;
}

.catalog-product-view .bought_wrapper_area .block-title, .review-product-list .bought_wrapper_area .block-title {
	border-bottom: 1px solid #ddd;
	height: auto;
  	line-height: 25px;
  	padding: 15px 0;
}

.catalog-product-view .bought-block-content .item:last-child, .review-product-list .bought-block-content .item:last-child {
	border-bottom: 0;
}

.catalog-product-view .mini-products-list .product-details a, .review-product-list .mini-products-list .product-details a {
  display: block;
  text-decoration: none;
  font-size: 14px;
}

.catalog-product-view .mini-products-list .product-details span.equivalentSty, .review-product-list .mini-products-list .product-details span.equivalentSty {
  font-size: 14px;
  margin: 3px 0;
  display: block;
}

.catalog-product-view .pr-name-social-icons, .review-product-list .pr-name-social-icons {
  width: 55%;
  display: inline-block;
  float: left;
  border-right: 1px solid #b5b5b5;
  margin-right: 3%;
}

.catalog-product-view .review-count-pr, .review-product-list .review-count-pr {
  width: 40%;
  display: inline-block;
}

.product-view .product-shop .product-name h1 {
  margin: 0;
  font: normal 1.8em 'Open Sans', sans-serif;
  color: #5c6165;
  margin-bottom: 10px;
  padding-right: 10px;
}

.product-view .product-shop p.no-rating a {
  text-decoration: none;
  font-size: 14px;
  color: #5C6165;
  font-family: 'Open Sans', sans-serif;
}

.product-view .product-shop p.rating-links a {
  text-decoration: none;
  font-size: 14px;
  color: #7a9d1e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.catalog-product-view .product-details-table table.new_product_list, .review-product-list .product-details-table table.new_product_list {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #D0D0D0;
}

.catalog-product-view .product-details-table table.new_product_list th, .review-product-list .product-details-table table.new_product_list th {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 5px;
  font-family: 'Open Sans', sans-serif;
}

.catalog-product-view .product-details-table table.new_product_list th strong, .review-product-list .product-details-table table.new_product_list th strong {
	font-weight: normal;
}

.catalog-product-view .product-details-table table.new_product_list td, .review-product-list .product-details-table table.new_product_list td {
  padding: 10px 5px;
  font-size: 14px;
  text-align: left;
}

.catalog-product-view .ratings .rating-links .separator, .review-product-list .ratings .rating-links .separator {
  margin: 0 2px;
  font-size: 16px;
}

.catalog-product-view .ratings .rating-box, .review-product-list .ratings .rating-box {
  float: left;
  margin-right: 8px;
  margin-top: 3px;
}

.product-view .product-shop .short-description {
  margin: 10px 0;
  background: #fff;
  padding: 10px 0 0;
  float: left;
  width: 100%;
    font-size: 14px;
}

.product-view .product-shop .availability {
	margin: 0;
}

.catalog-product-view .product_extra_links, .review-product-list .product_extra_links {
	clear:both;
	width: 100%;
	margin-bottom: 10px;
}

.catalog-product-view .pr-availibility, .catalog-product-view .pr-links-right, .review-product-list .pr-availibility, .catalog-product-view .pr-links-right {
	display: inline-block;
}

.catalog-product-view .pr-availibility, .review-product-list .pr-availibility {
	width: 30%;
}

.catalog-product-view .pr-availibility p.availability.in-stock span, .review-product-list .pr-availibility p.availability.in-stock span {
	color: #5c7d06;
	font-size: 25px;
	text-decoration: underline;
}

.catalog-product-view .pr-availibility p.availability.out-of-stock span, .review-product-list .pr-availibility p.availability.out-of-stock span {
	color: #F6770E;
	font-size: 20px;
	text-decoration: underline;
	font-weight: 600;
}

.catalog-product-view .pr-links-right, .review-product-list .pr-links-right {
	float: right;
	width: 68%;
	margin-top: 7px;
	text-align: right;
}

.catalog-product-view .pr-links-right div, .review-product-list .pr-links-right div {
	display: inline-block;
	padding: 0 10px;
}

.catalog-product-view .pr-add-to-compare a.link-compare, .review-product-list .pr-add-to-compare a.link-compare {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -239px -142px no-repeat;
	padding-left: 40px;
	color: #a7a7a7;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	height: 25px;
	font-weight: 600;
}

.catalog-product-view .pr-write-review a.link-review, .review-product-list .pr-write-review a.link-review {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -247px -202px no-repeat;
	padding-left: 25px;
	color: #a7a7a7;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	height: 25px;
	font-weight: 600;
}

.catalog-product-view .pr-email-friend a.link-email-friend, .review-product-list .pr-email-friend a.link-email-friend {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -247px -266px no-repeat;
	padding-left: 25px;
	color: #a7a7a7;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	height: 25px;
	font-weight: 600;
}

.catalog-product-view .pr-add-to-compare a.link-compare:hover, .catalog-product-view .pr-write-review a.link-review:hover, .catalog-product-view .pr-email-friend a.link-email-friend:hover {
	color: #6B9A63;
}

.review-product-list .pr-add-to-compare a.link-compare:hover, .review-product-list .pr-write-review a.link-review:hover, .review-product-list .pr-email-friend a.link-email-friend:hover {
	color: #6B9A63;
}

.catalog-product-view .rating_box, .review-product-list .rating_box {
  width: 100%;
  vertical-align: top;
  padding: 20px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.catalog-product-view .rating_box .star_image, .review-product-list .rating_box .star_image {
  display: inline-block;
  width: 26%;
  vertical-align: top;
}

.catalog-product-view .rating_box .average_rating, .review-product-list .rating_box .average_rating {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-top: 7%;
}

.catalog-product-view .rating_box ul.ratingsDistribution, .review-product-list .rating_box ul.ratingsDistribution {
  display: inline-block;
  width: 37%;
  float: right;
  text-align: right;
}
ul.ratingsDistribution li {
  margin: 8px 0px;
  line-height: 24px;
}
ul.ratingsDistribution span {
  float: right;
  margin-left: 13px;
  font-weight: bold;
  color: #000;
}
.ratingsDistribution .rating-bars {
  background: #e5e5e5;
  width: 200px;
  display: inline-block;
  border: 1px solid #f2f2f2;
  vertical-align: bottom;
  zoom: 1;
}
.progress {
  background: #849b02;
  float: right;
  border: none;
  font-size: 0;
}
.catalog-product-view span.pr-bracket-text, .review-product-list span.pr-bracket-text {
	font-size: 14px;
}

.catalog-product-view span.pr-rating-points, .review-product-list span.pr-rating-points {
	color: #849b02;
	font-size: 20px;
}

.catalog-product-view table.new_product_list a.related-buy-now, .review-product-list table.new_product_list a.related-buy-now {
  text-decoration: none;
  color: #fff;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -235px -348px no-repeat #506f00;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border-bottom: 2px solid #2a360c;
  padding: 0 12px 0 34px;
  font-size: 12px;
}

.catalog-product-view table.new_product_list a.related-buy-now:hover, .review-product-list table.new_product_list a.related-buy-now:hover {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -235px -348px no-repeat #f6770e;
	border-bottom: 2px solid #8e4407;
}

.catalog-product-view table.new_product_list a.refill_reminder_open, .review-product-list table.new_product_list a.refill_reminder_open {
	text-decoration: none;
	color: #9d9999;
	font-size: 17px;
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -15px -109px no-repeat;
	padding-left: 26px;
	transition:none;
}

.catalog-product-view table.new_product_list a.refill_reminder_open:hover, .review-product-list table.new_product_list a.refill_reminder_open:hover {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -16px -149px no-repeat;
	color: #6b9a40;
}

table#product-review-table {
  margin-top: 1px;
}

#product-review-table.data-table td {
  padding: 0px;
}

#product-review-table input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 100% ;
  float: right;
  clear: none;
}

#product-review-table input[type=radio].css-checkbox + label.css-label  {
  height: 16px;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/blank_star.jpg) no-repeat;
    padding-left: 16px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 25px;
  vertical-align: middle;
  cursor: pointer;
}
.catalog-product-view .zoom-inner, .review-product-list .zoom-inner {
  width: 92%;
  margin-bottom: 10px;
  height: 305px;
  position: relative;
}

.catalog-product-view .zoom-img, .review-product-list .zoom-img {
  width: 31px;
  height: 31px;
  overflow: hidden;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/zoom.gif) 0 0 no-repeat;
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 99;
}

.catalog-product-view .zoom-img img, .review-product-list .zoom-img img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.catalog-product-view .product-image .mousetrap, .review-product-list .product-image .mousetrap {
  z-index: 100 !important;
}

.product-view .product-img-box .product-image, .product-view .product-img-box .more-views li {
  border: 1px solid #e6e6e6;
}

.product-view .product-img-box .more-views li a {
	border: 2px solid #ddd;
}

.product-view .product-img-box .more-views li a:hover {
	border: 2px solid #72AE12;
}

.product-view .product-img-box .product-image {
	text-align: center;
}

.product-view .product-img-box .more-views h2 {
	display: none;
}

.catalog-product-view .cloud-zoom-big, .review-product-list .cloud-zoom-big {
	border: 4px solid #c3c3c3;
}

.catalog-product-view .mousetrap, .review-product-list .mousetrap {
  cursor: move!important;
}

.catalog-product-view .more-views, .review-product-list .more-views {
  margin-left: -19px;
}

.catalog-product-view .bx-wrapper .bx-prev, .review-product-list .bx-wrapper .bx-prev {
  left: -20px;
}

.catalog-product-view .bx-wrapper .bx-next, .review-product-list .bx-wrapper .bx-next {
  right: -20px;
}

.catalog-product-view .product-essential, .review-product-list .product-essential {
	position: relative;
	margin-bottom: 25px;
}

.catalog-product-view .product-essential .product-options, .review-product-list .product-essential .product-options {
	width: 63%;
	float: right;
	margin: 0;
}

.catalog-product-view .product-options .notify_tab, .review-product-list .product-options .notify_tab {
  padding: 10px 0;
  border-top: 1px dotted #CBC9C9;
  border-bottom: 1px dotted #CBC9C9;
  margin: 10px 0;
}

.catalog-product-view .product-options .subscription_text, .review-product-list .product-options .subscription_text {
  font-size: 16px;
  font-weight: 400;
  color: #5C8E0C;
}

.catalog-product-view .product-options input#notify_submit, .review-product-list .product-options input#notify_submit {
  background: #506F00;
  border: 0;
  padding: 5px 20px;
  color: #fff;
  cursor: pointer;
}

.catalog-product-view .product-options input#notify_submit:hover, .review-product-list .product-options input#notify_submit:hover {
	background: #F6770E;
}

.catalog-product-view .product-options .notify_tab input#subscription_email, .review-product-list .product-options .notify_tab input#subscription_email {
  padding: 0 5px;
  height: 27px;
  width: 50%;
  border: 1px solid #CECECE;
  background: #F6F6F6;
}

.catalog-product-view .product-options .notify_tab label.email_label, .review-product-list .product-options .notify_tab label.email_label {
  font-size: 14px;
  margin-right: 15px;
}

.product-view .product-shop .add-to-links a {
	color: #9d9999!important;
}

.catalog-product-view .product-shop ul.add-to-links a.link-wishlist, .review-product-list .product-shop ul.add-to-links a.link-wishlist {
	text-decoration: none;
  	color: #9d9999;
  	font-size: 13px;
  	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -15px -112px no-repeat;
  	padding-left: 26px;
  	transition: none;
  	height: 25px;
  	display: block;
  	color: #666;
}

.catalog-product-view .product-collateral .easytabs-content .form-add {
  padding: 0 20px;
  font-size: 14px;
}

.catalog-product-view .product-collateral #product_tabs_tags_tabbed_contents .input-box {
  width: 70%;
  float: left;
  margin: 0;
  margin-right: 10px;
}

.catalog-product-view .product-view .box-tags .note {
	font-size: 14px;
}

.catalog-product-view .product-view .box-tags .form-add label {
	font-size: 16px;
}

.catalog-product-view .product-view .box-tags .form-add button.button span {
  border-color: #506F00;
  background: #506F00;
}

.catalog-product-view .product-view .box-tags .form-add button.button:hover span {
	border-color: #F6770E;
  	background: #F6770E;
}

.catalog-product-view .product-view .box-tags .form-add button.button:hover span span {
  	background: #F6770E;
}

.catalog-product-view .product-collateral #product_tabs_tags_tabbed_contents .input-box input {
  width: 100%;
  height: 23px;
  padding-left: 10px;
}

.catalog-product-view .product-shop ul.add-to-links a.link-wishlist:hover, .review-product-list .product-shop ul.add-to-links a.link-wishlist:hover {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -16px -152px no-repeat;
  	color: #6b9a40!important;
}

.catalog-product-view .product-options .notify_alert, .review-product-list .product-options .notify_alert {
	display: none;
}

.catalog-product-view .trustedcompany-widget iframe, .review-product-list .trustedcompany-widget iframe {
	width: 100%!important
}
.catalog-product-view .catalog-product-view .widget, .review-product-list .catalog-product-view .widget {
	width: 99.5%!important
}

.catalog-product-view .bx-wrapper, .review-product-list .bx-wrapper {
	max-width: 83%!important;
}

button.button:hover > span {
	background: #F6770E;
	border-bottom: 2px solid #83410A;
}
.refillreminder-edit-index .wrapper button.button span, .refillreminder-edit-index .wrapper button.button span span {
	background: #F6770E;
}
.refillreminder-edit-index .wrapper button.button:hover span, .refillreminder-edit-index .wrapper button.button:hover span span {
	background: #849b02;
}
.refillreminder-edit-index .wrapper button.button > span {
	border-bottom: 2px solid #83410A;
	background: #F6770E;
}
.refillreminder-edit-index .wrapper button.button:hover > span {
	border-bottom: 2px solid #444F05;
	background: #849b02;
}

button.button span:hover, button.button:hover span span {
	background: #F6770E;
}

button.button span:hover span {
	background: #F6770E;
}

.catalog-product-view .easytabs li:hover {
	background: #7a9d1e;
}

button.button.notify-me:hover, .header .form-search button.button span:hover {
	background: #F6770E;
}

.header .form-search button.button:hover > span {
	background: #F6770E;
}

.view-all-products a:hover {
	color: #F6770E;
}

.invalid_email {
  font-size: 14px;
}
.pager {
	background: #fff;
	font-size: 1em;
	border-bottom: 1px solid #e2e2e2;
  	padding: 10px;
  	clear: both;
}
.review-cover {
  width: 100%;
  padding: 10px;
  border-bottom: 1px dotted #666;
  float: left;
  box-sizing: border-box;
}

.review-cover:nth-child(odd) {
  background-color: #FAFAFA;
}
.review_left_block {
  width: 20%;
  float: left;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 13px;
}
.review_right_block {
  width: 80%;
  display: inline-block;
  float: right;
  margin-bottom: 15px;
  font-size: 13px;
}

/* Cart Page */

.checkout-cart-index {
	font-family: 'Open Sans', sans-serif;
}

.checkout-cart-index .pr-checkout-r1 {
  width: 100%;
  float: left;
}

.checkout-cart-index .pr-checkout-r1 .align-l {
  width: 70%;
  display: inline-block;
  float: left;
}

.checkout-cart-index .pr-checkout-r1 .align-r {
  display: inline-block;
  width: 27%;
  float: right;
  margin-left: 3%;
}

.checkout-cart-index .cart .totals {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 0;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  padding: 10px;
  box-sizing: border-box;
}

.checkout-cart-index .cart .discount {
  border: 0;
  background: #fff;
  padding: 0;
  margin: 0;
}

.checkout-cart-index .cart .discount h2{
  font: 600 16px 'Open Sans', sans-serif;
  padding: 0;
  color: #6b9a40;
  text-transform: capitalize;
  background-image: none
}

.checkout-cart-index .rewards_point_cart {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

.checkout-cart-index .cart .totals .col-2 {
  padding-bottom: 10px;
  border-bottom: 1px dotted #C7C7C7;
}

.checkout-cart-index .cart .totals .totals-rewards .more_offers, span.more_offers {
	display: none;
}

.checkout-cart-index .cart .totals td {
	padding: 0;
	padding-right: 5px;
}
.checkout-cart-index #shopping-cart-totals-table .price {
	margin-left: 5px;
}
.cart .totals td:first-child {
	border-right: 1px solid #CACACA;
}

.cart .totals tfoot td:first-child {
	border-right: 0px solid #CACACA;
}

.cart .totals tfoot td strong {
  padding: 10px 0 0 0;
  display: inline-block;
}

.cart .totals td {
  padding: 0;
  font-size: 14px;
  color: #6b9a40;
  font-weight: 600;
}

.checkout-cart-index .cart .totals .checkout-types {
  padding: 0;
  text-align: center;
}

.checkout-cart-index .align-r h1 {
  color: #FFFFFF;
  font-size: 17px;
  background: #1c1c1c;
  width: 99%;
  margin: 0 0 15px 0;
  padding: 7px 12px;
  box-sizing: border-box;
}

.checkout-cart-index .data-table thead th {
  border-right: 1px solid #1C1C1C;
  padding: 7px 15px;
  color: #FFFFFF;
  font-size: 16px;
  background: #1c1c1c;
  font-weight: normal;
}

.checkout-cart-index .data-table {
	border: 0;
}

.checkout-cart-index .data-table tfoot tr {
	background-color: #FFFFFF !important;
}

.checkout-cart-index .cart-table tfoot td {
	padding: 10px 20px;
	border-right: 0;
}

.checkout-cart-index .cart_table_wrap.mid {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	-moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	margin: 20px 0 10px;
  	padding: 10px 20px;
  	min-height: 190px;
}

.checkout-cart-index .data-table tbody td {
	border-bottom: 1px solid #6B9A40;
  	border-right: 0;
}

.checkout-cart-index .data-table .even {
  background: #fff;
}

.checkout-cart-index .data-table button.btn-checkout span, .checkout-cart-index button.btn-checkout span {
	height: auto;
	padding: 0;
}

.checkout-cart-index .data-table button.btn-checkout span span, .checkout-cart-index button.btn-checkout span span {
	padding: 0;
}

.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span {
  border-color: #506f00;
  background: #506f00;
}
button.button.btn-proceed-checkout.btn-checkout > span {
	border-bottom: 2px solid #8e4407;
	margin-top: 15px;
	float: right;
}

button.button.btn-proceed-checkout.btn-checkout:hover > span {
	border-bottom: 2px solid #274100;
}

button.button.btn-proceed-checkout.btn-checkout span {
  background: #f6770e;
  padding: 3px 5px;
  box-sizing: border-box;
}
button.button.btn-proceed-checkout.btn-checkout:hover span, button.button.btn-proceed-checkout.btn-checkout:hover span span {
	background: #506F00;
}
button.button.btn-proceed-checkout.btn-checkout span:hover, button.button.btn-proceed-checkout.btn-checkout span:hover span {
	background: #506F00;
}
.checkout-cart-index .data-table tfoot tr.first td {
  background: #fff;
  padding: 10px 10px 15px;
}

.checkout-cart-index .cart-table .product-name {
  font-weight: 600;
  color: #6b9a40;
  font-size: 14px;
}

.checkout-cart-index .cart-table .price {
  white-space: nowrap !important;
  font-size: 15px;
  font-weight: 600;
}

.checkout-cart-index .cart-table td {
	padding: 15px 10px;
}

.checkout-cart-index .cart .cart-collaterals .col2-set {
  float: left;
  width: 70%;
}

.checkout-cart-index .col2-set .col-1 {
  float: left;
  width: 100%;
}

.checkout-cart-index .main-container .mini-products-list .product-details {
  margin-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  float: left;
}

.checkout-cart-index .main-container .mini-products-list .product-image {
  width: 100%;
  border: 1px solid #E8E8E8;
  float: left;
  border: 0;
}

.checkout-cart-index .item {
  width: 100%;
  float: left;
  margin-right: 0%;
  text-align: center;
}

.checkout-cart-index .block .block-content {
  background: #FFFFFF;
}

.checkout-cart-index .mini-products-list .product-details {
	margin-left: 0;
}

.checkout-cart-index .mini-products-list .product-image a {
  width: 60%;
  text-align: center;
  display: inline-block;
  border-bottom: 2px solid #6b9a40;
}

.checkout-cart-index .mini-products-list .product-details a {
  text-decoration: none;
  font-size: 14px;
  min-height: 30px;
  display: block;
}

.checkout-cart-index .bought-block-content .product-details .price-box span.price {
  color: #6b9a40;
  font-size: 16px;
}

.checkout-cart-index .bought-block-content .product-details span.equivalentSty {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.checkout-cart-index .block.bought-block-list {
	border: 0;
	border-bottom: 0;
}
.checkout-cart-index .block.bought-block-list .block-title {
	border-bottom: 1px solid #ddd;
  	padding: 0;
  	height: 30px;
  	line-height: 30px;
  	margin: 20px 0;
}
.checkout-cart-index .block.bought-block-list .block-title strong {
	display: block;
  	font: normal 18px Arial, Helvetica, sans-serif;
  	padding: 0;
  	text-transform: uppercase;
  	color: #6b9a40;
  	padding-left: 0;
}
.bx-wrapper img {
	display: inline-block;
}

.checkout-cart-index .bx-wrapper {
	max-width: 100%!important;
}

.checkout-cart-index .bx-wrapper .bx-viewport {
	height: auto!important;
}

.checkout-cart-index .bx-wrapper .bx-prev {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/cart-arrow-left.png) no-repeat;
	width: 19px;
	height: 37px;
}

.checkout-cart-index .bx-wrapper .bx-next {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/cart-arrow-right.png) no-repeat;
	width: 19px;
	height: 37px;
}
.checkout-cart-index .main-container .cart-empty {
	width: 100%;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	-moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	padding: 35px 0 30px;
  	margin-bottom: 50px;
  	float: left;
}
.checkout-cart-index .cart-empty-img, .checkout-cart-index .cart-empty-text {
	display: inline-block;
}
.checkout-cart-index .cart-empty-img {
	margin-right: 50px;
  	vertical-align: top;
}
.checkout-cart-index .cart-empty-text {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.checkout-cart-index .cart-empty-text h2{
	font-size: 22px;
	font-weight: normal;
	color: #f7770c;
	margin-bottom: 5px;
}
.checkout-cart-index a.pr-continue-shop-cart-empty {
  margin-top: 20px;
  display: block;
  float: right;
  color: #fff;
  background: #F7760E;
  border-bottom: 2px solid #913f02;
  padding: 0 10px;
  height: 28px;
  line-height: 27px;
  text-decoration: none;
}
.checkout-cart-index a.pr-continue-shop-cart-empty:hover {
	background: #849b02;
  	border-bottom: 2px solid #536106;
}
.checkout-cart-index .page-title {
	margin: 20px 0px;
	border-bottom: 0;
	float: left;
}
.checkout-cart-index .btn-remove {
	position: static;
}
.checkout-cart-index .page-title h1 {
	background: #1c1c1c;
	color: #fff;
	padding: 6px 10px;
	width: 100%;
	float: left;
	font-size: 17px;
	font-weight: normal;
}

/* Account Pages */
.customer-account-index, .customer-address-index {
	font-family: 'Open Sans', sans-serif;
}

.customer-account-index .main-container, .customer-address-index .main-container {
	margin-top: 25px;
}

.col-left {
  float: left;
  width: 23%;
  padding: 0;
}

.col2-left-layout .col-main {
  float: right;
  width: 73%;
}

.customer-account-index .page-head h3 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 0 no-repeat;
	height: 35px;
	padding-left: 60px;
	color: #2a4b36;
	font-size: 22px;
	padding-bottom: 7px;
	border-bottom: 2px solid #9fb701;
	margin-bottom: 20px;
	font-weight: normal;
}

.customer-account-index .welcome-msg {
  color: #413f3f;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-left: 15px;
}

.customer-account-index .welcome-msg p.hello {
  font-size: 18px;
  margin-bottom: 7px;
}

.customer-account-index .head.box-title h3 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 -64px no-repeat;
	height: 41px;
	padding-left: 60px;
	color: #2a4b36;
	font-size: 22px;
	padding-bottom: 7px;
	border-bottom: 2px solid #9fb701;
	margin-bottom: 25px;
	font-weight: normal;
	line-height: 41px;
}

.customer-account-index .box-address {
	position: relative;
}

.customer-account-index .col2-set h3.address-book {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 -126px no-repeat;
	height: 36px;
	padding-left: 60px;
	color: #2a4b36;
	font-size: 22px;
	padding-bottom: 7px;
	border-bottom: 2px solid #9fb701;
	margin-bottom: 25px;
	font-weight: normal;
	line-height: 36px;
	margin-top: 20px;
}

.customer-account-index .col2-set a.manage-address {
	position: absolute;
	right: 12px;
	top: 12px;
	font-size: 18px;
	color: #72ae12;
	text-decoration: none;
}

.customer-account-index .col2-set .box {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  padding: 20px;
  min-height: 150px;
}

.customer-account-index .col2-set .box .box-title h3 {
	color: #72ae12;
	font-size: 18px;
	display: inline-block;
	width: 80%;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
}

.customer-account-index .col2-set .box .box-title a.acc-edit {
	float: right;
	font-weight: normal;
	font-size: 18px;
	color: #72AE12;
  	text-decoration: underline;
}

.customer-account-index .col2-set .box .box-content a.acc-change-pswd {
	font-weight: normal;
	font-size: 18px;
	display: block;
	margin-top: 15px;
	color: #f57f2b;
	text-decoration: underline;
}

.customer-account-index .col2-set .box .box-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.customer-account-index .box-address .box-content .col-1, .customer-account-index .box-address .box-content .col-2 {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	-moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	padding: 20px;
  	min-height: 200px;
  	width: 43.5%;
}

.customer-account-index .box-address .box-content .col-1 h4, .customer-account-index .box-address .box-content .col-2 h4 {
	color: #72ae12;
	font-size: 18px;
	display: inline-block;
	width: 80%;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
}

.customer-account-index .box-address .box-content .col-1 a.add-edit, .customer-account-index .box-address .box-content .col-2 a.add-edit {
	float: right;
	font-weight: normal;
	font-size: 18px;
	color: #72AE12;
  	text-decoration: underline;
}

.customer-account-index .box-address .box-content .col-1 address, .customer-account-index .box-address .box-content .col-2 address {
  line-height: 20px;
  font-size: 14px;
}

.customer-account-index .box-account {
	padding: 0;
  	margin: 25px 0 0 0;
  	background: #fff;
  	border: 0;
}

.customer-account-index .box-account .box-head {
  border-bottom: 0;
  margin: 0;
  text-align: left;
}

.customer-account-index .box-account .box-head h2 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 -190px no-repeat;
	height: 38px;
	padding-left: 60px;
	color: #2a4b36;
	font-size: 22px;
	padding-bottom: 7px;
	border-bottom: 2px solid #9fb701;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 38px;
	text-transform: capitalize;
	width: 93%;
}

.customer-account-index .dashboard-points {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	-moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	padding: 20px;
}

.customer-account-index .dashboard-points .data-table {
	border: 0;
}

.customer-account-index .dashboard-points .data-table .odd {
	background: #fff
}

.customer-account-index .dashboard-points .data-table thead th {
	border-right: 1px solid #818181;
	background: #fff;
	padding: 2px 10px;
	font-size: 15px;
  	color: #f57f2b;
  	text-align: center;
}

.customer-account-index .dashboard-points .data-table td {
  text-align: center;
  padding: 10px 0;
  border-right: 1px solid #818181;
}

.customer-account-index .dashboard-points .data-table thead th:last-child, .customer-account-index .dashboard-points .data-table td:last-child {
	border-right: 0;
}

.col-left.sidebar .block-title {
	background: #1c1c1c;
	color: #81ac12;
	padding-left: 12px;
	height: auto;
	line-height: 42px;
	font-size: 20px;
}

.col-left.sidebar .block-compared .block-title strong, .col-left.sidebar .block-compare .block-title strong {
	background: #1c1c1c;
	color: #81ac12;
	padding-left: 0;
	height: auto;
	line-height: 38px;
	font-size: 16px;
  	text-transform: capitalize;
  	font-weight: normal;
  	margin: 20px 0 10px 0;
}

.block li.odd {
	background: #fff;
}

ol#recently-compared-items li, ol#compare-items li {
	padding: 0;
	position: relative;
	border-bottom: 1px dotted #c9c9c9;
}

ol#recently-compared-items li a, ol#compare-items li a {
	text-decoration: none;
	font-size: 14px;
	color: #1c1c1c;
	padding: 8px 5px;
	display: block;
}

ol#compare-items li a {
	border-bottom: 0;
}

ol#compare-items .product-name {
	width: 90%;
}

ol#compare-items a.btn-remove {
	right: 0;
}

.customer-account-index .block .actions {
	background: #fff;
}

.customer-account-index .block .actions button.button span {
	padding: 0 10px;
	line-height: 35px;
	height: 35px;
}

.customer-account-index .block .actions a {
	font-size: 13px;
}

.block-account .block-content li.current {
	border-bottom: 0;
	font-weight: 600;
}

.block-account .block-content li.current a {
	color: #72ae12;
}

.block-account .block-content li:hover a {
	color: #72ae12;
}

.block-account .block-content li a {
	color: #5e5e5e;
	font-size: 15px;
	padding: 8px 0 8px 50px;
}

li.account a {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 -245px no-repeat;
	background-size: 500px;
}
li.account_edit a {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 -294px no-repeat;
	background-size: 500px;
}
li.address_book a {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 -336px no-repeat;
	background-size: 500px;
}
li.refill_reminder a {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 -373px no-repeat;
	background-size: 500px;
}
li.orders a {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 -415px no-repeat;
	background-size: 500px;
}
li.reviews a {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 -457px no-repeat;
	background-size: 500px;
}
li.tags a {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -457px -241px no-repeat;
	background-size: 500px;
}
li.wishlist a {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -458px -279px no-repeat;
	background-size: 500px;
}
li.newsletter a {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -456px -316px no-repeat;
	background-size: 500px;
}
li.oldorders a {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -456px -362px no-repeat;
	background-size: 500px;
}
li.referral a {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -453px -463px no-repeat;
	background-size: 500px;
}
li.rewardpoints a {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -452px -413px no-repeat;
	background-size: 500px;
}

/* Order Failure */
.checkout-onepage-failure {
	font-family: 'Open Sans', sans-serif;
}

.checkout-onepage-failure .col-main {
	width: 100%;
	padding: 0;
}

.checkout-onepage-failure .pr-order-failure .page-title {
	margin: 0;
	border-bottom: 0;
}

.checkout-onepage-failure .pr-order-failure .page-title h1 {
	background: #1c1c1c;
	color: #fff;
	font-size: 16px;
	padding: 6px 20px;
	margin: 20px 0;
	font-weight: normal;
}

.checkout-onepage-failure .pr-order-failure-box {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	-moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	padding: 25px 0;
  	text-align: center;
}

.checkout-onepage-failure .order-failure-img, .checkout-onepage-failure .oder-failure-text {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 16px;
}

.checkout-onepage-failure .oder-failure-text p.order-failute-title {
	font-size: 18px;
	color: #f47911;
	margin-bottom: 5px;
	font-weight: 600;
}

.checkout-onepage-failure .order-failure-img {
	margin-right: 30px;
}

.checkout-onepage-failure .oder-failure-text a.pof-try, .checkout-onepage-failure .oder-failure-text a.pof-continue {
	display: inline-block;
	background: #f6770e;
	color: #fff;
	padding: 4px 8px;
	border-bottom: 2px solid #8a341a;
	font-size: 14px;
	float: left;
	text-decoration: none;
	margin-top: 20px;
}

.checkout-onepage-failure .oder-failure-text a.pof-try:hover, .checkout-onepage-failure .oder-failure-text a.pof-continue:hover {
	background: #849b02;
  	border-bottom: 2px solid #536106;
}

.checkout-onepage-failure .oder-failure-text a.pof-continue {
	float: right;
}

.customer-address-index .col2-left-layout .col-main {
  float: right;
  width: 73%;
  font-size: 14px;
}

.customer-address-index .block .actions, .catalog-category-view .block .actions {
  background: #fff;
}

.customer-address-index .block .actions a, .catalog-category-view .block .actions a {
  font-size: 13px;
}

.customer-address-index .block .actions button.button span, .catalog-category-view .block .actions button.button span {
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
}

.customer-address-index .col2-set .col-2, .customer-address-index .col2-set .col-1 {
	width: 100%;
}

.addresses-list li.item {
  background: #fff;
  border: 0;
  padding: 15px 20px;
  margin: 0;
  width: 40%;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  margin: 0 2%;
  margin-bottom: 20px;
  min-height: 200px;
}

.customer-address-index .my-account .button.button span {
	padding: 5px 10px;
	height: auto;
}

.customer-address-index .page-title {
	border-bottom: 2px solid #666262;
}

.customer-address-index .page-title h1 {
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 -127px no-repeat;
  padding-left: 60px;
  height: 39px;
  line-height: 37px;
}

.customer-address-index .col-2.addresses-additional h1 {
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 -127px no-repeat;
  padding-left: 70px;
  height: 39px;
  line-height: 37px;
  border-bottom: 2px solid #666262;
  margin-bottom: 25px;
}

.customer-address-index .addresses-list .addresses-additional li.item {
	padding: 15px 20px;
}

.customer-address-index .addresses-list .addresses-additional li.item a {
	font-size: 14px;
}

.customer-address-index .addresses-list h3 {
	font-size: 16px;
  	color: #72ae12;
  	display: inline-block;
  	padding-bottom: 10px;
  	border-bottom: 1px solid #BAB6B6;
  	margin-bottom: 20px;
  	width: 80%;
}

.customer-address-index .addresses-list p {
  margin: 0;
  display: inline-block;
  float: right;
}

.sales-order-history .col-main {
	width: 73%;
}

.sales-order-history .main-container {
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
}

.sales-order-history .my-account .page-title {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -5px -503px no-repeat;
	margin: 0;
	border-bottom: 2px solid #666262;
}

.sales-order-history .my-account .page-title h1 {
	margin-left: 50px;
	height: 39px;
	line-height: 39px;
	background: #fff;
	font-size: 22px;
}

.sales-order-history .my-account .pager {
  background: #fff;
  margin: 10px 0;
  border-top: 0;
  padding: 6px 15px;
  font-size: 14px;
}

.sales-order-history .my-account .data-table thead th {
  background: #000;
  color: #fff;
  border-right: 0;
  font-size: 15px;
  font-weight: normal;
  padding: 5px 15px;
}

.sales-order-history .my-account .data-table td {
  padding: 10px 15px;
  font-size: 14px;
  border: 0;
}

.sales-order-history .my-account .data-table {
	border: 0;
}

.sales-order-history .my-account .data-table .odd {
  background: #fff;
}

.sales-order-history .my-account .data-table .even {
  background: #f3f3f3;
}

.sales-order-history .buttons-set p.back-link a {
  background: #F6770E;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  border-bottom: 2px solid #8e4407;
}

.sales-order-history .buttons-set {
	margin: 0;
	border: 0;
}

.nobr a {
	text-decoration: none;
	color: #6B9A63;
}

.customer-account-edit {
	font-family: 'Open Sans', sans-serif;
}

.customer-account-edit .main-container {
	margin-top: 25px;
}

.customer-account-edit .col-main {
	width: 73%;
}

.customer-account-edit .col-main .fieldset {
  border: 0;
  background: #fff;
  padding: 10px 0 0 0;
  margin: 0;
  float: left;
  width: 100%;
}

.customer-account-edit .validation-advice {
  padding-left: 15px;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/validation_advice_bg.gif) 0px 0 no-repeat;
}

.customer-account-edit .page-title {
	border-bottom: 2px solid #666262;
	margin: 0 0 5px;
}

.customer-account-edit .page-title h1 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 -64px no-repeat;
  	height: 45px;
  	padding-left: 55px;
  	line-height: 45px;
  	font-size: 22px;
}

.customer-account-edit .fieldset .legend {
  font-weight: bold;
  font-size: 20px;
  border: 0;
  background: #FFFFFF;
  color: #3C3C3C;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-left: 15px;
}

.customer-account-edit .buttons-set {
	padding-top: 20px;
  	margin: 0 15px;
}

.customer-account-edit .buttons-set button.button > span {
	border-bottom: 2px solid #8e4407;
}

.customer-account-edit .buttons-set button.button span {
	height: auto;
	background: #F6770E;
	padding: 3px 10px;
}

.buttons-set p.back-link a:hover {
	background: #849b02;
	border-bottom: 2px solid #536106;
}

.customer-account-edit .buttons-set button.button span:hover, .customer-account-edit .buttons-set button.button span:hover span {
	background: #849b02;
}

.customer-account-edit .buttons-set button.button:hover > span, .customer-account-edit .buttons-set button.button:hover > span {
	border-bottom: 2px solid #596902;
}

.customer-account-edit .fieldset li.control label.change-pswd {
  	font-weight: bold;
  	font-size: 14px;
  	border: 0;
  	background: #FFFFFF;
  	color: #3C3C3C;
  	margin: 5px 0;
  	padding: 0;
}

.customer-account-edit #more_info h1 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -552px -240px no-repeat;
  	height: 45px;
  	padding-left: 55px;
  	line-height: 45px;
  	font-size: 22px;
  	border-bottom: 2px solid #666262;
  	margin-bottom: 25px;
}

.customer-account-edit .form-list {
	margin-left: 15px;
	float: left;
}

.customer-account-edit .form-list.edit-pswd li {
	width: 65%;
}

.customer-account-edit .form-list.edit-pswd li.fields {
  width: 65%;
}

.customer-account-edit .form-list.edit-pswd .field {
	width: 100%;
	margin-bottom: 10px;
}

.customer-account-edit #more_info .form-list label {
	float: none;
	display: inline-block;
	font-size: 14px;
}

.customer-account-edit #more_info .form-list li {
	width: 100%;
}

.customer-account-edit #more_info .form-list .input-box {
	float: right;
	display: inline-block;
	width: 70%;
}

.customer-account-edit #more_info .form-list select {
  width: 11%;
  height: 30px;
  border: 1px solid #DDD;
}

.addresses-list li.item p a {
  color: #72AE12;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
}

.customer-account-edit .form-list li.fields {
	width: 100%;
}

.customer-account-edit .form-list li {
	float: left;
  	width: 45%;
  	display: inline-block;
}

.customer-account-edit .form-list li.acc-dob, .customer-account-edit .form-list li.control {
	float: right;
}

.customer-account-edit .form-list li.control {
	text-align: right;
}

.customer-account-edit .form-list .customer-name .field.name-firstname {
	width: 45%;
}

.customer-account-edit .form-list .customer-name .field.name-lastname {
	width: 45%;
	float: right;
}

.customer-account-edit .form-list label {
	float: none;
	display: inline-block;
	font-size: 14px;
}

.customer-account-edit .form-list select {
  width: 35%;
  height: 30px;
  border: 1px solid #ddd;
}

.customer-account-edit .form-list .input-box {
	display: inline-block;
  	width: 65%;
  	float: right;
}

.customer-account-edit .form-list input.input-text {
	width: 100%;
	border: 1px solid #DDD;
	padding: 7px 7px;
	box-sizing: border-box;
}

.customer-account-edit .form-list .customer-dob input.input-text {
	width: 100%;
}

/* Login Page */

.customer-account-login .main-container {
	font-family: 'Open Sans', sans-serif;
}

.customer-account-login .main-container, .customer-account-resetpassword .main-container {
	margin-top: 20px;
}

.customer-account-login .account-login .page-title, .customer-account-resetpassword .col-main .page-title {
	padding-bottom: 8px;
	border-bottom: 1px solid #414141;
}

.customer-account-login .account-login .page-title h1, .customer-account-resetpassword .col-main .page-title h1 {
	font-size: 22px;
}

.customer-account-login .account-login .col2-set, .customer-account-resetpassword .col-main .fieldset {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	-moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
	padding: 30px 50px;
}
.customer-account-resetpassword .col-main .fieldset {
	border: 0;
  	background: #fff;
  	margin: 0!important;
}
.customer-account-resetpassword .col-main .form-list .field {
	width: 49%;
}
.customer-account-resetpassword .col-main .form-list label {
	font-size: 14px;
	margin-bottom: 10px;
}
.customer-account-resetpassword .col-main .form-list .input-box {
	width: 90%;
}
.customer-account-resetpassword .col-main .form-list input.input-text {
  width: 100%;
  padding: 7px 10px;
}
.customer-account-login .account-login .content {
	min-height: 10px;
  	padding: 0;
  	background: #fff;
  	border: 0;
  	border-bottom: 0;
}

.customer-account-login .account-login .col2-set .col-1 {
  float: left;
  width: 45%;
  border-right: 1px solid #BEBEBE;
  padding-right: 4%;
}

.customer-account-login .account-login .col-1 .content h2 {
	padding: 0;
	color: #f6770e;
	font-size: 22px;
	margin: 0 0 12px;
	text-transform: capitalize;
	font-weight: 600;
	border-bottom: 0;
	background: none;
}

.customer-account-login .account-login .col-2 .content h2 {
	padding: 0;
	color: #6b9a40;
	font-size: 22px;
	margin: 0 0 12px;
	text-transform: capitalize;
	font-weight: 600;
	border-bottom: 0;
	background: none;
}

.customer-account-login .account-login .col2-set .col-2 {
  float: right;
  width: 45%;
}

.customer-account-login .account-login .content p.title1 {
    font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 15px;
  color: #62645f;
}

.customer-account-login .account-login .content ol {
	list-style-type: decimal;
	padding-left: 20px;
	color: #3c3c3c;
	font-size: 16px;
}

.customer-account-login .account-login .content ol li {
	margin-bottom: 10px;
}

.customer-account-login .account-login .col-1 .content button.button, .customer-account-login .account-login .col-2 .content button.button {
	margin-top: 15px;
}
.customer-account-login .account-login .col-1 .content button.button > span, .customer-account-login .account-login .col-2 .content button.button > span {
	border-bottom: 3px solid #8e4407;
}

.customer-account-login .account-login .col-1 .content button.button span, .customer-account-login .account-login .col-2 .content button.button span {
	background: #f6770e;
	padding: 4px 8px;
	color: #fff;
	font-size: 14px;
	height: auto;
}

.customer-account-login .account-login .col-2 .content button.button {
	float: right;
}

.customer-account-login .account-login .col-2 .content button.button {
	margin-top: 0;
}

.customer-account-login .form-list label {
	float: none;
	display: inline-block;
	font-size: 14px;
}

.customer-account-login .form-list .input-box {
	display: inline-block;
  	width: 70%;
  	float: right;
  	text-align: right;
  	margin-bottom: 10px;
}

.customer-account-login .form-list input.input-text {
  width: 90%;
  background: #fff;
  height: 20px;
  padding-left: 10px;
}

.customer-account-login .account-login .col-2 .content h2 {
	margin: 0 0 22px;
}

.customer-account-login .account-login .col-2 .content p.required {
	margin-bottom: 15px;
  	font-weight: 600;
  	font-size: 12px;
}

.customer-account-login .account-login .col-2 .content a.f-left {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}

.customer-account-login .account-login .col-1 .content {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/login-page-bg.png) right bottom no-repeat;
}

.customer-account-login .account-login .col-1 .content button.button:hover span, .customer-account-login .account-login .col-2 .content button.button:hover span {
	background: #6B9A40;
}

.customer-account-login .account-login .col-1 .content button.button span:hover, .customer-account-login .account-login .col-2 .content button.button span:hover {
	background: #6B9A40;
}

.customer-account-login .account-login .col-1 .content button.button span:hover span, .customer-account-login .account-login .col-2 .content button.button span:hover span {
	background: #6B9A40;
}

.customer-account-login .account-login .col-1 .content button.button:hover > span, .customer-account-login .account-login .col-2 .content button.button:hover > span{
	border-bottom: 3px solid #4A692E;
}

/* Create Account Page */

.customer-account-create {
	font-family: 'Open Sans', sans-serif;
}

.customer-account-create .main-container {
	margin-top: 20px;
}

.customer-account-create .account-create .page-title {
	border-bottom: 1px solid #444;
  	padding-bottom: 8px;
}

.customer-account-create .account-create .page-title h1 {
	font-size: 22px;
}

.customer-account-create .account-create .create-acc-boxlft, .customer-account-create .account-create .create-acc-boxrt {
  width: 45%;
  display: inline-block;
}

.customer-account-create .account-create .create-acc-boxrt {
	float: right;
}

.customer-account-create .account-create .fieldset {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  border: 0;
  background: #FFFFFF;
  padding: 50px 50px;
  margin: 0;
}

.customer-account-create .account-create .fieldset .legend {
  float: none;
  font-weight: 600;
  font-size: 20px;
  border: 0;
  background: #FFFFFF;
  color: #6b9a40;
  margin: 0;
  padding: 0 0 25px 0;
  position: static;
  display: block;
}

.customer-account-create .account-create .form-list .field {
	width: 100%;
}

.customer-account-create .account-create .form-list select {
  width: 94%;
  height: 30px;
  padding-left: 10px;
}

.customer-account-create .account-create .create-acc-boxrt .form-list .input-box {
	width: 65%;
}

.form-list .customer-dob input.input-text {
	float: right;
	width: 90%;
}

.customer-account-create .account-create .form-list input.input-text {
  width: 100%;
    padding: 6px;
  margin-bottom: 10px;
}

.customer-account-create .account-create .form-list li {
	margin: 0;
}

.customer-account-create .account-create .create-acc-boxrt li.control {
	float: right;
}

.customer-account-create .account-create .create-acc-boxrt li.control .input-box {
	width: auto;
	float: left;
}

.customer-account-create .account-create .fieldset .buttons-set {
	margin: 0;
	border-top: 0;
}

.customer-account-create .account-create .fieldset .buttons-set button.button > span {
	border-bottom: 2px solid #8e4407;
}
.customer-account-create .account-create .fieldset .buttons-set button.button:hover > span {
	border-bottom: 2px solid #607102;
}

.customer-account-create .account-create .fieldset .buttons-set button.button:hover span {
	background: #849b02;
}

.customer-account-create .account-create .fieldset .buttons-set button.button span {
	font: normal 14px 'Open Sans', sans-serif;
  	background: #F6770E;
  	padding: 3px 10px;
  	height: auto;
}

.customer-account-create .account-create .fieldset .buttons-set button.button span:hover {
	background: #849b02;
}

.customer-account-create .account-create .fieldset .buttons-set button.button span:hover span {
	background: #849b02;
}

.customer-account-create .account-create .fieldset .buttons-set .back-link {
	font-size: 14px;
}

.customer-account-create .account-create .form-list label {
	float: none;
	font-size: 14px;
}

.customer-account-create .account-create .form-list .input-box {
  display: inline-block;
  clear: both;
  width: 60%;
  float: right;
}

.customer-account-create .account-create .form-list .dob-full {
  margin-left: 14px;
  display: block;
  width: 100%;
}

/*
.validation-advice {
	padding-left: 35px;
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/validation_advice_bg.gif) 20px 0 no-repeat;
	text-align: left;
}*/

/* Order Success Page */

.checkout-onepage-success {
	font-family: 'Open Sans', sans-serif;
}

.checkout-onepage-success .main-container {
	margin-top: 20px;
}

.checkout-onepage-success .col-main {
	width: 100%;
  	padding: 0;
}

.checkout-onepage-success .pr-order-success .page-title h1 {
	color: #fff;
	font-size: 18px;
	background: #1c1c1c;
	padding: 5px 10px;
}

.checkout-onepage-success .pr-order-success-box {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	-moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	padding: 20px 0;
  	text-align: center;
}

.checkout-onepage-success .pr-order-success-box .pr-row1 {
	width: 100%;
}

.checkout-onepage-success .pr-order-success-box .pr-row1 .success-img {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	margin-top: 25px;
}

.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text {
	display: inline-block;
	text-align: left;
}

.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text h2.sub-title, .checkout-onepage-success .pr-order-success-box .pr-row1 .success-text h2, .checkout-onepage-success .pr-order-success-box .pr-row1 .success-text span {
	color: #6b9a40;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text h2, .checkout-onepage-success .pr-order-success-box .pr-row1 .success-text span {
	color: #62645f;
}

.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text span span.grn {
	color: #4fb94f;
}

.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text p {
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
}

.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text p.order-id {
	font-size: 20px;
	font-weight: 600;
}

.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text p.order-id {
	margin-top: 0;
}

.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text p.order-id a {
	color: #4fb94f;
	text-decoration: none;
}

.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text span {
	margin-top: 15px;
	display: block;
}

.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text span span.grn {
	display: inline-block;
	margin: 0;
}

.checkout-onepage-success .pr-row2 {
  width: 100%;
  display: inline-block;
  padding-top: 25px;
  border-top: 1px solid #D7D7D7;
  margin-top: 30px;
}

.checkout-onepage-success .pr-order-reminder .rcheckout_page, .checkout-onepage-success .pr-order-reminder .reminder-img {
	display: inline-block;
}

.checkout-onepage-success .pr-order-reminder .rcheckout_page {
	width: 50%;
	display: inline-block;
}
.checkout-onepage-success .pr-order-reminder .rcheckout_page h2 {
	font-size: 20px;
	color: #f6770e;
	font-weight: 600;
	margin-bottom: 15px;
}

.checkout-onepage-success .pr-order-reminder .rcheckout_page {
	font-size: 15px;
	line-height: 20px;
	color: #5f5e5e;
	text-align: left;
	font-weight: 600;
}

.checkout-onepage-success .pr-order-reminder .rcheckout_page .order-text {
	margin-bottom: 20px;
}

.checkout-onepage-success .pr-order-reminder .reminder-img {
	vertical-align: top;
	margin-right: 50px;
	text-align: right;
	width: 30%;
}

.checkout-onepage-success .pr-order-reminder table.pr-reminder-details select {
  height: 30px;
  padding: 0 5px;
  width: auto;
  margin-bottom: 6px;
}

.checkout-onepage-success .pr-order-reminder table.pr-reminder-details input.input-text, .checkout-onepage-success .pr-order-reminder table.pr-reminder-details input {
  padding: 0 5px;
  height: 25px;
  width: 70%;
  border: 1px solid #D8D8D8;
}

.checkout-onepage-success .pr-order-reminder table.pr-reminder-details small {
  margin: 10px 0;
  display: block;
}

.checkout-onepage-success .col-main button.button > span {
	border-bottom: 2px solid #8e4407;
}

.checkout-onepage-success .col-main button.button:hover > span {
	border-bottom: 2px solid #1A472B;
	background: #849b02;
}

.checkout-onepage-success .col-main button.button span {
  font: normal 14px 'Open Sans', sans-serif;
  background: #F6770E;
  padding: 3px 10px;
  height: auto;
}

.checkout-onepage-success .col-main button.button:hover span, .checkout-onepage-success .col-main button.button:hover span span {
	background: #849b02;
}

.checkout-onepage-success .pr-order-success .buttons-set {
  	margin: 0;
  	border-top: 0;
  	background: #fff;
  	padding: 10px 15px;
  	display: inline-block;
}

/* Account pages - Newsletter Subscription */

.newsletter-manage-index .main-container {
	font-family: 'Open Sans', sans-serif;
	margin-top: 25px;
}

.newsletter-manage-index .pr-newsletter-subscription .page-title {
	border-bottom: 2px solid #666262;
}

.newsletter-manage-index .pr-newsletter-subscription .page-title {
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -555px -380px no-repeat;
  margin: 0;
}

.newsletter-manage-index .pr-newsletter-subscription .page-title h1 {
  margin-left: 50px;
  height: 38px;
  line-height: 40px;
  background: #fff;
  font-size: 22px;
}

.newsletter-manage-index .pr-newsletter-subscription .fieldset {
	border: 0;
  	background: #fff;
  	padding: 20px;
  	margin: 0;
}

.newsletter-manage-index .pr-newsletter-subscription .fieldset .legend {
	font-size: 20px;
  	border: 0;
  	background: #fff;
  	color: #666262;
  	margin: 0;
  	width: 100%;
  	padding: 0;
  	margin-bottom: 20px;
}

.newsletter-manage-index .buttons-set {
	margin: 0;
  	padding: 0;
  	border-top: 0;
}

.newsletter-manage-index .buttons-set p.back-link a {
  background: #F6770E;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  border-bottom: 2px solid #8e4407;
  display: block;
}

.newsletter-manage-index .buttons-set p.back-link a:hover {
	background: #849b02;
	border-bottom: 2px solid #4A692E;
}

.newsletter-manage-index .buttons-set button.button {
  float: left;
  margin-left: 15px;
}

.newsletter-manage-index .buttons-set button.button > span {
	border-bottom: 2px solid #8e4407!important;
}

.newsletter-manage-index .buttons-set button.button:hover > span {
	border-bottom: 2px solid #4A692E!important;
}

.newsletter-manage-index .buttons-set button.button span {
  background: #F6770E;
  padding: 3px 10px;
  height: auto;
  border: 0;
}

.newsletter-manage-index .buttons-set button.button span:hover {
	background: #849b02;
}

.newsletter-manage-index .buttons-set button.button span:hover span {
	background: #849b02;
}

.col-main {
	width: 73%;
}

/* Forgot pAssword */

.customer-account-forgotpassword .main-container {
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
}

.customer-account-forgotpassword .pr-forgot-pswd .page-title {
	border-bottom: 0;
	margin: 0 0 35px;
}

.customer-account-forgotpassword .pr-forgot-pswd .page-title h1 {
	background: #1c1c1c;
	color: #fff;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: normal;
}

.customer-account-forgotpassword .pr-forgot-pswd .fieldset {
  border: 0;
  background: #FFFFFF;
  padding: 50px 0 25px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  text-align: center;
}

.customer-account-forgotpassword .pr-forgot-pswd .forgot-pswd-img {
	display: inline-block;
	vertical-align: top;
	margin-right: 60px;
}
.customer-account-forgotpassword .pr-forgot-pswd .forgot-pswd-text {
	display: inline-block;
	text-align: left;
}

.customer-account-forgotpassword .pr-forgot-pswd .forgot-pswd-text h2 {
	font-weight: 600;
	color: #62645f;
	font-size: 18px;
	line-height: 1;
}

.customer-account-forgotpassword .pr-forgot-pswd .forgot-pswd-text h2.orange {
	color: #f6770e;
	font-size: 20px;
}

.customer-account-forgotpassword .pr-forgot-pswd .forgot-pswd-text h2.black {
	margin: 15px 0;
	color: #1b1b1b;
}

.customer-account-forgotpassword .pr-forgot-pswd .forgot-pswd-text ul.form-list {
  margin: 25px 0 20px;
}

.customer-account-forgotpassword .pr-forgot-pswd .buttons-set {
	margin: 0;
  	padding: 0;
  	border-top: 0;
}

.customer-account-forgotpassword .pr-forgot-pswd .buttons-set button.button {
	background: #F6770E;
}

.customer-account-forgotpassword .pr-forgot-pswd .buttons-set button.button > span {
	border-bottom: 2px solid #8e4407;
}

.customer-account-forgotpassword .pr-forgot-pswd .buttons-set button.button:hover > span {
	border-bottom: 2px solid #536106;
}

.customer-account-forgotpassword .pr-forgot-pswd .buttons-set button.button span {
	height: auto;
	background: #F6770E;
	padding: 3px 10px;
}

.customer-account-forgotpassword .pr-forgot-pswd .buttons-set button.button:hover span,
.customer-account-forgotpassword .pr-forgot-pswd .buttons-set button.button:hover span span {
	background: #849b02;
}

.customer-account-forgotpassword .pr-forgot-pswd .buttons-set button.button span:hover, .customer-account-forgotpassword .pr-forgot-pswd .buttons-set button.button span:hover span {
	background: #6B9A40;
}

/* Refer a Friend */

.rewardpoints-index-referral .main-container {
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
}

.rewardpoints-index-referral .page-title {
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -556px -565px no-repeat;
  margin: 0;
  border-bottom: 2px solid #666262;
  margin-bottom: 25px;
}

.rewardpoints-index-referral .page-title h3 {
  margin-left: 50px;
  height: 32px;
  line-height: 34px;
  background: #fff;
  font-size: 22px;
}

.rewardpoints-index-referral .col2-left-layout .col-main {
	font-size: 14px;
}

strong.green {
	color: #5d9306;
}

.rewardpoints-index-referral .col-main h1, .box-account .head.box-title h3 {
	font-size: 20px;
	color: #666262;
	display: block;
	font-weight: 600;
}

.rewardpoints-index-referral .box-account a#j2t-add-line {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

.rewardpoints-index-referral td.a-left {
  text-transform: uppercase;
}

.rewardpoints-index-referral fieldset#j2t-referral-lines {
	position: relative;
}

.rewardpoints-index-referral .col-main .box-account {
  background: #fff;
  border: 0;
  padding: 0;
  margin: 0;
}

.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-name {
	width: 45%;
	display: inline-block;
}

.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-email {
	float: left;
	width: 50%;
	margin-left: 10px;
}

.rewardpoints-index-referral .col-main .form-list input.input-text {
	width: 50%;
	float: left;
	padding: 8px;
}

.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-name label {
	width: 34%;
}

.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-email label {
	width: 45%;
}

.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-name input.input-text {
	width: 60%;
	padding: 8px;
}

.rewardpoints-index-referral .col-main .form-list li {
  margin: 20px 0;
  position: relative;
}

.rewardpoints-index-referral .col-main .form-list li.fields .field img {
  position: absolute;
  right: 0;
  top: 7px;
}

.rewardpoints-index-referral .col-main .validation-advice {
	padding-left: 0;
  	background: none;
  	text-align: right;
  	padding-top: 3px;
}

.rewardpoints-index-referral .box-account .button-set button.button > span {
	border-bottom: 2px solid #8e4407;
}

.rewardpoints-index-referral .box-account .button-set button.button:hover > span {
	border-bottom: 2px solid #4A692E;
}

.rewardpoints-index-referral .box-account .button-set button.button {
	background: #f6770e;
}

.rewardpoints-index-referral .box-account .button-set button.button:hover span {
	background: #849b02;
}

.rewardpoints-index-referral .box-account .button-set button.button span {
	background: #f6770e;
  	padding: 4px 15px;
  	height: auto;
}

.rewardpoints-index-referral .box-account .button-set button.button span:hover,
.rewardpoints-index-referral .box-account .button-set button.button span:hover span {
	background: #849b02;
}

.rewardpoints-index-referral .data-table {
	border: 0
}

.rewardpoints-index-referral .data-table thead th {
  font-weight: normal;
  border-right: 0;
  padding: 6px 15px;
  color: #FFFFFF;
  white-space: nowrap;
  vertical-align: middle;
  background: #555555;
}

.rewardpoints-index-referral .data-table tr {
  background: #fff;
}

.rewardpoints-index-referral .data-table tr:nth-child(odd) {
  background: #f3f3f3;
}

.rewardpoints-index-referral .data-table td {
  padding: 12px 15px;
  border-bottom: 0;
  border-right: 0;
}

.rewardpoints-index-referral .pager {
	padding: 10px 8px;
	font-size: 14px;
	margin-top: 20px;
}

.rewardpoints-index-referral .buttons-set {
  clear: both;
  margin: 0;
  padding: 20px 0 0 0;
  border-top: 0;
  text-align: right;
}

.rewardpoints-index-referral .buttons-set p.back-link a {
  background: #F6770E;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  border-bottom: 2px solid #8e4407;
}

.rewardpoints-index-referral .buttons-set p.back-link a:hover {
	background: #849b02;
	border-bottom: 2px solid #4A692E;
}

.rewardpoints-index-referral ul.form-list {
  width: 100%;
  display: inline-block;
}

.rewardpoints-index-referral .box-account a#j2t-add-line img {
  margin-top: 20px;
}

/* Account pages - My reviews */

.review-customer-index .main-container {
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.review-customer-index .buttons-set {
  margin: 0;
  border: 0;
  padding: 20px 0 0;
}

.review-customer-index .buttons-set p.back-link a {
  background: #F6770E;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  border-bottom: 2px solid #8e4407;
}

.review-customer-index .buttons-set p.back-link a:hover, .wishlist-index-index .buttons-set p.back-link a:hover {
	background: #849b02;
	border-bottom: 2px solid #4A692E;
}

.review-customer-index .page-title {
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -5px -556px no-repeat;
  margin: 0;
  border-bottom: 2px solid #666262;
  margin-bottom: 25px;
}

.review-customer-index .page-title h1 {
  margin-left: 50px;
  height: 39px;
  line-height: 31px;
  background: #fff;
  font-size: 22px;
}

.review-customer-index .pager {
	padding: 0 15px 25px;
  	font-size: 14px;
  	border-top: 0;
}

.review-customer-index .data-table {
  border: 0;
  margin-bottom: 20px;
}

.review-customer-index .data-table .even {
  background: #fff;
}

.review-customer-index .data-table .odd {
  background: #f3f3f3;
}

.review-customer-index .data-table thead th {
	font-weight: normal;
  	border-right: 0;
  	padding: 8px 15px;
  	color: #fff;
  	background: #555555;
}

.review-customer-index .data-table tbody td {
	padding: 10px 15px;
	border-bottom: 0;
  	border-right: 0;
}

.review-customer-index .data-table tbody td:first-child, .review-customer-index .data-table tbody td:nth-child(4) {
	width: 30%;
}

.review-customer-index .data-table tbody td.last a.nobr {
	text-decoration: none;
	color: #f6770e;
}

.product-name a {
	text-decoration: none;
	color: #666666;
}

/* Account Pages - My Wishlist */

.wishlist-index-index .main-container {
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
}

.wishlist-index-index .page-title {
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -562px -342px no-repeat;
  margin: 0;
  border-bottom: 2px solid #666262;
  margin-bottom: 25px;
}

.wishlist-index-index .page-title h1 {
  margin-left: 40px;
  height: 34px;
  line-height: 31px;
  background: #fff;
  font-size: 22px;
}

.wishlist-index-index .data-table {
	border: 0;
	margin-bottom: 20px;
}

.wishlist-index-index .data-table .odd {
  background: #fff;
}

.wishlist-index-index .data-table .even {
  background: #f3f3f3;
}

.wishlist-index-index .data-table thead th {
	font-size: 16px;
	font-weight: normal;
  	border-right: 0;
  	padding: 8px 15px;
  	color: #FFFFFF;
  	background: #555555;
}

.wishlist-index-index .data-table thead th.addtocart {
  text-align: right;
}

.wishlist-index-index .data-table td {
  padding: 15px 15px;
  border-bottom: 0;
  border-right: 0;
}

.wishlist-index-index .data-table td textarea {
	height: 50px;
  	border: 1px solid #D7D7D7;
}

.wishlist-index-index .data-table td .cart-cell button.button {
	display: block;
}

.wishlist-index-index .data-table td .cart-cell button.button span {
	  display: block;
  	height: 33px;
  	border: 0;
  	background: #506f00;
  	padding: 0 8px;
  	font: normal 15px Arial, Helvetica, sans-serif;
  	text-align: center;
  	white-space: nowrap;
  	color: #fff;
  	line-height: 33px;
  	border-bottom: 2px solid #2a360c;
  	margin-top: 4px;
}

.wishlist-index-index .data-table td .cart-cell button.button span span {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -242px -346px no-repeat #506f00;
  	padding-left: 30px;
}

.wishlist-index-index .data-table td .cart-cell button.button:hover span {
	background: #F6770E;
	border-bottom: 2px solid #9D4D0B;
}

.wishlist-index-index .data-table td .cart-cell button.button:hover span span {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -242px -346px no-repeat #F6770E;
}

.wishlist-index-index .data-table td .cart-cell .regular-price .price {
	font-weight: bold;
  	font-size: 14px;
  	color: #3F3F3F;
}

.wishlist-index-index .data-table td .cart-cell .availability.out-of-stock span {
  color: #849B02;
  display: block;
  font-size: 14px;
  float: right;
}

.wishlist-index-index .data-table td .btn-remove {
	position: static;
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/tr-close.png) 0 0 no-repeat;
	width: 17px;
  	height: 17px;
}

.wishlist-index-index .data-table td .cart-cell {
  text-align: right;
}

.wishlist-index-index .data-table td .add-to-cart-alt {
  text-align: right;
  float: right;
}

.wishlist-index-index .data-table td .add-to-cart-alt {
	text-decoration: none;
}

.wishlist-index-index .data-table td input.qty {
	float: right;
	display: block;
	margin-bottom: 10px;
}

.wishlist-index-index .buttons-set {
	margin: 0;
  	padding: 0;
  	border-top: 0;
}

.wishlist-index-index .buttons-set p.back-link a {
  background: #F6770E;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  border-bottom: 2px solid #8e4407;
}

.wishlist-index-index .buttons-set button.button > span {
	border-bottom: 2px solid #8e4407;
}

.wishlist-index-index .buttons-set button.button:hover > span {
	border-bottom: 2px solid #4A692E;
}

.wishlist-index-index button.button span {

  border: 0;
  background: #F6770E;
    padding: 4px 10px;
    height: auto;
}

.wishlist-index-index p.wishlist-empty {
  margin-bottom: 10px;
  font-size: 1.3em;
}

.my-wishlist .buttons-set .btn-add span, .my-wishlist .buttons-set .btn-share span {
   border-color: #F6770E;
   background: #F6770E;
}

.my-wishlist .buttons-set .btn-add span:hover, .my-wishlist .buttons-set .btn-share span:hover {
	background: #849b02;
}

.my-wishlist .buttons-set .btn-add span:hover span, .my-wishlist .buttons-set .btn-share span:hover span {
	background: #849b02;
}

.buttons-set p.back-link {
  float: left;
  margin: 0;
}

.buttons-set {
	margin: 0;
	border: 0;
}

.buttons-set p.back-link a, a.back {
  background: #F6770E;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  border-bottom: 2px solid #8e4407;
}

a.back {
	margin-top: 10px;
	display: inline-block;
}

a.back:hover {
	background: #849b02;
	border-bottom: 2px solid #4C5903;
}

.logged-in-user a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

.tab-category-icons {
	display: none;
}

.catalog-category-view .tab-category-icons,  .catalogsearch-result-index .tab-category-icons, .elastic-search-result .tab-category-icons {
	display: none;
}

/* Mini Cart and Loggedin User Drop-down */

ul.links {
  position: relative;
  z-index: 101;
  background-color: #fff;
  margin: 0;
  padding-bottom: 36px;
}

.min_cart_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  /*background-color: #000;*/
  display: none;
}

.inner-wrapper {
	z-index: 101;
}

.header-top-block .h-right .dropdown_links {
	width: 200px;
	z-index: 9999;
}

.header-top-block .h-right .dropdown_links li a {
	font-size: 14px;
}

.logged-in-user_normal {
  height: 41px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  width: 100%;
  display: none;
}

.logged-in-user.visible {
	  background-color: #72ae12 !important;
}

.logged-in-user:hover .dropdown_links, .logged-in-user .dropdown_links.visible {
	display: block !important
}

.logged-in-user:hover {
	background-color: #72ae12
}

/* Reward Points */

.rewardpoints-index-points .main-container {
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
}

.rewardpoints-index-points .main-container .col-main .page-head h3 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -552px -502px no-repeat;
	padding-left: 55px;
	font-size: 22px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	padding-bottom: 5px;
	border-bottom: 2px solid #666262;
}

.rewardpoints-index-points .main-container .col-main .pager {
	font-size: 1em;
	padding: 15px 15px 20px;
  	border-top: 0;
}

.rewardpoints-index-points .data-table {
	border: 0;
}

.rewardpoints-index-points .data-table thead th {
	font-weight: 400;
  	border-right: 0;
  	padding: 7px 10px;
  	color: #FFFFFF;
  	white-space: normal;
  	background: #555555;
}

.rewardpoints-index-points .data-table tr:nth-child(odd) {
	background: #f3f3f3;
}

.rewardpoints-index-points .data-table td {
  padding: 12px 15px;
  border-bottom: 0;
  border-right: 0;
}

/* My Tags */

.tag-customer-index .main-container {
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
}

.tag-customer-index .col-main .my-account .page-title {
	border-bottom: 2px solid #666262;
}

.tag-customer-index .col-main .my-account .page-title h1 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -554px -297px no-repeat;
	padding-left: 50px;
	font-size: 22px;
	font-weight: normal;
	height: 35px;
	line-height: 30px;
}

.tag-customer-index .col-main .my-account p {
  font-weight: 600;
  margin-bottom: 20px;
}

.tag-customer-index .col-main .my-account .tags-list {
  border: 1px solid #EDEDED;
  background: #FFFFFF;
  padding: 15px;
  margin-bottom: 10px;
}

.tag-customer-index .col-main .my-account .tags-list li a {
	color: #888787;
}

/* My Tags View */

.tag-customer-view .main-container {
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
}

.tag-customer-view .col-main .my-account .page-title {
	border-bottom: 2px solid #666262;
}

.tag-customer-view .col-main .my-account .page-title h1 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -554px -297px no-repeat;
	padding-left: 50px;
	font-size: 22px;
	font-weight: normal;
	height: 35px;
	line-height: 30px;
}

.tag-customer-view .my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/tr-close.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
}

.tag-customer-view .pager {
	padding: 10px 2px;
  	border-top: 0;
  	font-size: 1em;
  	background: #FFF;
}

.tag-customer-view .pager .amount {
  color: #F6770E;
}

.tag-customer-view .col-main .my-account .data-table {
	border: 0;
}

.tag-customer-view .col-main .my-account #my-tags-table td {
  padding: 10px;
}

.tag-customer-view .col-main .my-account .data-table tbody td {
  border-bottom: 1px solid #C7C7C7;
  border-right: 0;
}

.tag-customer-view .col-main .data-table .odd, .tag-customer-view .col-main .data-table .even {
  background: #FFFFFF;
}

.tag-customer-view .col-main .data-table .regular-price .price {
	font-size: 1em;
  	color: #666666;
}

.tag-customer-view .col-main .data-table .product-name a {
  color: #6b9a40;
  font-weight: 600;
}

.tag-customer-view .col-main .data-table .ratings {
	font-size: .9em;
}

.tag-customer-view .data-table td button.button {
	display: block;
}

.tag-customer-view .data-table td button.button span {
	  display: block;
  	height: 33px;
  	border: 0;
  	background: #506f00;
  	padding: 0 8px;
  	font: normal 15px Arial, Helvetica, sans-serif;
  	text-align: center;
  	white-space: nowrap;
  	color: #fff;
  	line-height: 33px;
  	border-bottom: 2px solid #2a360c;
  	margin-top: 4px;
}

.tag-customer-view .data-table td button.button span span {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -242px -346px no-repeat #506f00;
  	padding-left: 30px;
}

.tag-customer-view .data-table td button.button:hover span {
	background: #F6770E;
	border-bottom: 2px solid #9D4D0B;
}

.tag-customer-view .data-table td button.button:hover span span {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -242px -346px no-repeat #F6770E;
}

.tag-customer-view .col-main .data-table .add-to-links a.link-wishlist {
  text-decoration: none;
  color: #9d9999;
  font-size: 1.3em;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -15px -109px no-repeat;
  padding-left: 26px;
  transition: none;
  display: block;
  height: 25px;
}

.tag-customer-view .col-main .data-table .add-to-links a.link-wishlist:hover {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -16px -149px no-repeat;
  	color: #6b9a40;
}

/* My Dashboard */

.customer-account-index .data-table {
	border: 0;
	margin-bottom: 20px;
}

.customer-account-index .data-table thead th {
	font-weight: 400;
  	border-right: 0;
  	padding: 7px 15px;
  	color: #FFFFFF;
  	white-space: normal;
  	background: #555555;
  	font-size: 1.2em;
}

.customer-account-index .data-table td {
	border-bottom: 0;
  	border-right: 0;
  	padding: 5px 15px;
  	font-size: 1.1em;
}

.customer-account-index .box-account .box-head a {
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  padding-left: 10px;
  color: #F6770E;
}

.customer-account-index .data-table .odd {
  background: #FFFFFF;
}

.customer-account-index .data-table .even {
  background: #f3f3f3;
}

.customer-account-index #my_recent_reviews .details {
  display: inline-block;
  float: right;
  text-align: left;
  width: 97%;
}

.customer-account-index #my_recent_reviews li {
	padding: 5px 10px;
	font-size: 1.2em;
}

.customer-account-index #my_recent_reviews li.item.odd {
  background: #F3F3F3;
}

.customer-account-index ol#my_recent_tags li {
  float: left;
}

.customer-account-index ol#my_recent_tags li a {
	font-size: 1.2em;
	text-decoration: none;
	color: #666;
}

.customer-account-index ol#my_recent_tags > li {
  border: 2px solid #EDEDED;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
}

.customer-account-index ol#my_recent_tags .details {
  float: right;
  display: inline-block;
  width: 97%;
}

.customer-account-index #my-rewardpoints-table {
	margin-bottom: 0;
}

.customer-account-index #my-rewardpoints-table thead th {
	white-space: nowrap;
}

.customer-account-index .box-tags .box-head h2 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -553px -290px no-repeat;
	padding-left: 50px;
	height: 36px;
	line-height: 40px;
}

.customer-account-index #my_recent_tags .tags strong {
  font-size: 16px;
  padding-bottom: 5px;
}

.customer-account-index .box-account.box-recent .box-head h2 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -560px -299px no-repeat;
	padding-left: 50px;
	line-height: 44px;
}

.customer-account-index .box-account.box-reviews .box-head h2 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -560px -83px no-repeat;
	padding-left: 55px;
}

.customer-account-index .box-account.box-rewardp .box-head h2 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -555px -500px no-repeat;
	padding-left: 55px;
}

/*
.customer-account-index .box-reviews .box-head {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -2px -557px no-repeat;
}

.customer-account-index .box-reviews .box-head h2 {
	background: #fff;
	margin-left: 50px;
	height: 36px;
	line-height: 40px;
}

.customer-account-index .box-recent .box-head {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -5px -503px no-repeat;
}

.customer-account-index .box-recent .box-head h2 {
	background: #fff;
	margin-left: 50px;
	height: 36px;
	line-height: 40px;
}*/

/* My Orders View */

.sales-order-view .main-container {
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
}

.sales-order-view .my-account .order_details {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	-moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  	padding: 20px;
  	float: left;
  	width: 100%;
  	box-sizing: border-box;
}

.sales-order-view .my-account .order_summary {
  width: 100%;
  float: left;
}

.sales-order-view .my-account .summary_left {
  width: 45%;
  display: inline-block;
  float: left;
}

.sales-order-view .my-account .summary_right {
  float: right;
  display: inline-block;
  width: 48%;
}

.sales-order-view .my-account .summary_right .shipping_address {
  border: 1px solid #DFDFDF;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.sales-order-view .my-account .summary_right .billing_address {
  border: 1px solid #DFDFDF;
  padding: 15px;
  box-sizing: border-box;
}

.sales-order-view .my-account .order_summary h2 {
	font-weight: 600;
  	color: #72ae12;
  	border-bottom: 1px solid #B3B1B1;
  	padding-bottom: 5px;
  	margin-bottom: 10px;
  	width: 80%;
}

.sales-order-view .my-account .summary_left li {
  margin-bottom: 10px;
}

.sales-order-view .my-account .summary_left li label {
  width: 30%;
  display: inline-block;
}

.sales-order-view .my-account .summary_left li p {
  display: inline-block;
  vertical-align: top;
}

.orange {
	color: #f6770e;
}

.sales-order-view #my-orders-summary-items .heading.product, #my-orders-summary-items .heading.date, #my-orders-summary-items .heading.subtotal {
  float: left;
  width: 33%;
  padding: 8px 15px;
  background: #555555;
  box-sizing: border-box;
  color: #fff;
}

.sales-order-view #my-orders-summary-items .heading.date {
	width: 34%;
}

.sales-order-view #my-orders-summary-items tr {
	box-sizing: border-box;
}

.sales-order-view #my-orders-summary-items tr:nth-child(odd) {
	background: #f3f3f3;
}

.sales-order-view #my-orders-summary-items td {
	padding: 8px 15px;
	width: 33%!important;
}

.sales-order-view #my-orders-summary-items td.item-shipment {
	width: 34%;
}

.sales-order-view #my-orders-summary-items .review_product a {
  text-decoration: none;
  font-weight: 600;
}

.sales-order-view #my-orders-summary-items a {
	text-decoration: none;
}

.sales-order-view .order_actions_tab {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.sales-order-view .order_actions_tab .tab_title {
	background: #555555;
	color: #fff;
	padding: 8px 20px;
	margin-bottom: 25px;
}

.sales-order-view .order_actions_tab .action_nav li.action_list {
	float: left;
	width: 25%;
}

.sales-order-view .order_actions_tab .action_nav li.action_list a {
	display: block;
	text-decoration: none;
	color: #555555;
	font-size: 1.3em;
	text-align: center;
}

.sales-order-view .order_actions_tab .action_nav li.action_list a i {
  margin-bottom: 6px;
}

.sales-order-view .order_actions_tab .action_nav li.action_list a i#reorder {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/reorder.png) center center no-repeat;
	height: 75px;
	display: block;
	width: 100%;
}

.sales-order-view .order_actions_tab .action_nav li.action_list a i#print {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/print-order.png) center center no-repeat;
	height: 75px;
	display: block;
	width: 100%;
}

.sales-order-view .order_actions_tab .action_nav li.action_list a i#invoice {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/download-pdf.png) center center no-repeat;
	height: 80px;
	display: block;
	width: 100%;
}

.sales-order-view .order_actions_tab .action_nav li.action_list a i#contact_us {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/tab-contact-us.png) center center no-repeat;
	height: 76px;
	display: block;
	width: 100%;
}

.sales-order-view table#my-orders-summary .tab_title.head {
	background: #555555;
  	color: #fff;
  	padding: 7px 15px;
  	height: 25px;
}

.sales-order-view .tab_title.head .heading.product, .sales-order-view .tab_title.head .heading.delivery {
  width: 20%;
  float: left;
}

.sales-order-view .tab_title.head .heading.status {
  width: 60%;
  float: left;
}

.sales-order-view .heading.status div {
	width: 33%;
  	float: left;
}

.delivery_status .status_graph {
  width: 100%;
  float: left;
}

.status_graph {
  background: none;
  overflow: hidden;
}

.status_graph .state {
  width: 25%;
  float: left;
  text-align: left;
  height: 36px;
}

.status_graph .state .status_step span.status-circle {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #c2c2c2;
	display: block;
}

.status_graph .state .status_step span.status-circle:after {
	content: "";
	position: absolute;
  top: 45%;
  width: 100%;
  height: 2px;
  background-color: #c2c2c2;
  left: 25px;
}

span.circle-border {
  padding: 4px;
  border: 3px solid #c2c2c2;
  border-radius: 50%;
  float: left;
  display: inline-block;
  background: #fff;
}

.status_graph .state ul {
  border-left: dotted 0px #ccc;
}

.status_graph .state .status_step.processed-current span.status-circle {
   background-color: #F6770E;
}

.status_graph .state .status_step.processed-current span.circle-border {
	border: 3px solid #F6770E;
}

.status_graph .state .status_step.processed-current span.status-circle:after {
	background-color: #F6770E;
}

.status_graph .state .status_step.processed span.status-circle {
	background-color: #7cb519;
}

.status_graph .state .status_step.processed span.circle-border {
	border: 3px solid #7cb519;
}

.status_graph .state .status_step.processed span.status-circle:after {
	background-color: #7cb519;
}

.status_graph .state .status_step {
  background: none;
  height: 29px;
  margin-top: 0px;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
}

.sales-order-view table#my-orders-summary .delivery_graph {
  position: absolute;
  top: 13px;
  right: 5px;
  background: #fff;
  z-index: 1;
}

.sales-order-view table#my-orders-summary .delivery_graph .left_graph {
  display: none;
}

.delivery_graph .left_graph {
  float: left;
  padding-left: 6px;
  background: url('http://www.alldaychemist.com/skin/frontend/allday/medicine/images/order_tracking.png') repeat-x -6px -226px;
}

.delivery_graph .dates {
  float: left;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.shipment_details {
  position: relative;
  width: 80%;
}

.delivery_status .shipment_details {
  clear: both;
}

.shipment_info_box {
  width: 100%;
}

.shipment_info_box {
  border: 0px solid #c5c5c5;
  border-radius: 3px;
  margin-top: 50px;
  min-height: 40px;
  height: auto!important;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
}

.arrow {
      background: none;
  height: auto;
  width: auto;
  position: absolute;
  top: -22px;
  left: 13%;
  border-bottom: 22px solid rgb(239, 241, 242);
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
}

.delivery_status .arrow0 {
  left: 0%;
}

.delivery_status .arrow1 {
  left: 30%;
}

.delivery_status .arrow4 {
  left: 61.5%;
}

.delivery_status .arrow5 {
  left: 90%;
}

li.status_step.last span span:after {
  display: none;
}

.sales-order-view table#my-orders-summary-items {
  margin-top: 25px;
}

.sales-order-view table#my-orders-summary td {
  padding: 20px 0;
  color: #689f07;
}

.shipment_message_box {
  padding: 10px;
  background: #f5f8fa;
}

.shipment_info_box .message_details {
  color: #66B032;
  font-size: 14px;
}

.message_details_date {
  padding-right: 10px;
  color: #F6770E;
  float: left;
  border-right: 1px dotted #333;
}

.message_details_status {
  color: #F6770E;
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}

/* Account Pages - Tab View Icons */

.acc-pages-icons {
   display: none;
}

.acc-pages-icons .compare-acc-icon {
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/compare.png) center center no-repeat #213d2b;
  padding: 0;
  width: 60px;
  height: 45px;
  background-size: 38px;
  float: right;
  border-right: 1px solid #365441;
  cursor: pointer;
}

.acc-pages-icons .my-account-icon {
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) 11px -260px no-repeat #213d2b;
  padding: 0;
  width: 60px;
  height: 45px;
  float: left;
  border-right: 1px solid #365441;
  cursor: pointer;
}

/* FAQs Page */
.cms-faq .main-container {
	font-family: 'Open Sans', sans-serif;
}

.cms-faq dl#slider dt > p {
  background: #f3f3f3;
  padding: 12px 15px;
  color: #666;
  font-size: 16px;
  margin: 0 0 8px;
  cursor: pointer;
}

.cms-faq dl#slider p span {
	text-decoration: none!important;
}

.cms-faq dl#slider h2 {
  font-size: 22px;
  padding: 15px 5px;
  color: #6e9b40;
  font-weight: 600;
}

.cms-faq .page-title {
	border-bottom: 1px solid #767676;
	padding-bottom: 10px;
}

.cms-faq .page-title h1 {
	font-size: 24px;
}

.cms-faq .faq-content-wrapper {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  padding: 20px 40px;
}

.cms-faq .main-container h1.faq-title {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/faq-title-icon.png) no-repeat;
	padding-left: 120px;
  	height: 85px;
  	line-height: 80px;
  	font-size: 26px;
  	color: #6e9b40;
  	font-weight: 400;
}

.cms-faq .main-container p, .cms-faq .main-container li {
  font-size: 14px;
}

/* CMS Pages */

.cms-page-view .main-container {
	font-family: 'Open Sans', sans-serif;
}

.cms-page-view .main-container .col-main .page-title {
	border-bottom: 1px solid #767676;
	padding-bottom: 10px;
}

.cms-page-view .main-container .col-main .page-title h1 {
	color: #000;
	font-size: 24px;
}

.cms-page-view .main-container .col-main p, .cms-page-view .main-container .col-main li {
	font-size: 1.2em;
  	line-height: 1.5em;
}

/* Contact Us */

.contacts-index-index .main-container {
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}

.contacts-index-index .main-container .col-main .page-title {
	border-bottom: 1px solid #767676;
	padding-bottom: 7px;
}

.contacts-index-index .main-container .col-main .page-title h1 {
	color: #000;
	font-size: 24px;
}

.contacts-index-index .main-container .col-main .fieldset {
  border: 0;
  background: #FFFFFF;
  padding: 40px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  float: left;
}

.contacts-index-index .main-container .col-main .fieldset .legend {
  float: left;
  font-weight: 400;
  font-size: 22px;
  border: 0;
  background: #FFFFFF;
  color: #6b9a40;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.contacts-index-index .main-container .col-main ul.form-list, .contacts-index-index .main-container .col-main .contact_info {
  width: 45%;
  display: inline-block;
  float: left;
}

.contacts-index-index .main-container .col-main .contact_info {
	float: right;
}

.contacts-index-index .contact_info .numbers, .contacts-index-index .contact_info .fax_content, .contacts-index-index .contact_info .work_hours, .contacts-index-index .contact_info .contact_content {
  color: #6b6969;
  font-size: 1.3em;
  font-weight: 600;
  display: inline-block;
  margin-left: 15px;
  width: 80%
}

.contacts-index-index .contact_info div span {
  width: 39%;
  display: inline-block;
}

.contacts-index-index .contact_info .fax_content {
  line-height: 70px;
}

.contacts-index-index .form-list li.wide textarea {
  width: 60%;
}

.contacts-index-index .form-list label {
	font-size: 1.2em;
	width: 35%;
	display: inline-block;
	float: left;
}

.contacts-index-index .form-list .input-box {
	width: 60%;
	display: inline-block;
}

.contacts-index-index .form-list input.input-text, .contacts-index-index .form-list select, .contacts-index-index .form-list li.wide textarea, .contacts-index-index .fieldset input {
  width: 100%;
  padding: 7px 5px;
  border: 1px solid #DADADA;
  margin-bottom: 15px;
    font-size: 14px;
}

.contacts-index-index .form-list .field {
  float: left;
  width: 100%;
}

.contacts-index-index .form-list li.wide .input-box {
  width: 60%;
}

.contacts-index-index .form-list textarea {
  height: 4em;
}

.contacts-index-index .form-list li {
	margin: 0;
}

.contacts-index-index .input-box.input-box-captcha {
  margin-left: 35%;
}

.contacts-index-index small {
	float: left;
	font-size: 1.1em;
	margin: 10px 0;
	width: 100%;
}

.contacts-index-index .buttons-set button.button > span {
	border-bottom: 2px solid #8e4407;
	background: #f6770e;
}

.contacts-index-index .buttons-set button.button:hover > span {
	border-bottom: 2px solid #4A692E;
	background: #849b02;
}

.contacts-index-index .buttons-set button.button span {
	height: auto;
	padding: 4px 10px;
	background: #f6770e;
}

.contacts-index-index .buttons-set button.button:hover span, .contacts-index-index .buttons-set button.button:hover span span {
	background: #849b02;
}

.contacts-index-index .validation-advice {
  padding-left: 16px;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/validation_advice_bg.gif) 0px 0 no-repeat;
  text-align: left;
  margin-top: -10px;
  margin-bottom: 10px;
}

/* Refill Reminder */

.refillreminder-view-index .main-container {
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}

.refillreminder-view-index .col-main .page-title {
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -5px -454px no-repeat;
  margin: 0;
  border-bottom: 2px solid #666262;
  margin-bottom: 25px;
}

.refillreminder-view-index .col-main .page-title h1 {
  margin-left: 50px;
  height: 39px;
  line-height: 39px;
  background: #fff;
  font-size: 22px;
}

.refillreminder-view-index .data-table {
	border: 0;
}

.refillreminder-view-index .data-table thead th {
	font-weight: 400;
  	border-right: 0;
  	padding: 8px 10px;
  	font-size: 1.2em;
  	color: #FFFFFF;
  	background: #555555;
}

.refillreminder-view-index .data-table tbody td {
	border-bottom: 0;
  	border-right: 0;
}

.refillreminder-view-index .data-table td {
  padding: 6px 10px;
  font-size: 1.2em;
  color: #000;
}

.refillreminder-view-index .data-table td a {
  color: #000;
  text-decoration: none;
}

.refillreminder-view-index .data-table .odd {
  background: #FFFFFF;
}

.refillreminder-view-index .data-table .even {
  background: #f3f3f3;
}

.refillreminder-view-index .data-table td .refill-action {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 400px;
}

.refillreminder-view-index .data-table td .refill-action a.edit_link {
	color: #f6770e;
	font-weight: 600;
}

.refillreminder-view-index .data-table td .refill-action a.remove_reminder {
	color: #6ca60e;
	font-weight: 600;
}

.refillreminder-view-index .data-table tbody td.sku {
	position: relative;
}

.fancybox-skin {
	background: #f4f8fb;
}

.fancybox-inner {
	height: 200px!important
}

.fancybox-opened {
	width: 400px!important;
}

.reminder-container {
	position: relative;
}

.reminder-container ul li {
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
}

.reminder-container ul li input.input-text {
	padding: 9px 10px;
	width: 55%;
}

.reminder-container ul li select {
	padding: 8px 4px;
}

.reminder-container ul li button.button {
	margin-left: 28%;
}

.reminder-container ul li label {
  display: inline-block;
  float: left;
  width: 28%;
  font-size: 14px;
  font-weight: 600;
}

.reminder-container h1 {
	color: #8ea15f;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #8ea15f;
	margin-bottom: 20px;
}

iframe.fancybox-iframe body, iframe.fancybox-iframe body .main {
  background: #F4F8FB;
}

iframe.fancybox-iframe .main-container {
  background: #F4F8FB;
}

.reminder-container .reminder-close-btn {
  position: absolute;
  right: 0px;
  top: 4px;
  cursor: pointer;
}

.fancybox-close {
	background-image: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/notify-close.png);
	top: 15px;
  	right: 10px;
  	width: 13px;
  	height: 12px;
}

.fancybox-close:hover {
  background-position: 0;
}

/* Old Orders */

.importorder-index-index .main-container {
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}

.importorder-index-index .box-account {
  background: #fff;
  border: 0;
  padding: 0;
  margin: 0;
}

.importorder-index-index .data-table {
	border: 0;
}

.importorder-index-index .data-table thead th {
	font-weight: 400;
  	border-right: 0;
  	padding: 8px 15px;
  	color: #FFFFFF;
  	font-size: 1.2em;
  	background: #555555;
}

.importorder-index-index .data-table td {
	padding: 2px 15px;
  	font-size: 1.1em;
}

.importorder-index-index .data-table tbody td {
	border-bottom: 0;
  	border-right: 0;
}

.importorder-index-index .data-table .odd {
  background: #fff;
}

.importorder-index-index .data-table .even {
  background: #f3f3f3;
}

.importorder-index-index .custom_pagination {
	display: inline-block;
  	width: 70%;
  	text-align: center;
}

.importorder-index-index p.custom_amount {
  display: inline-block;
  float: left;
}

.importorder-index-index .custom_pager {
  padding-bottom: 10px;
  display: block;
  width: 100%;
  float: left;
  font-size: 1.2em;
  padding-top: 10px;
  border-top: 1px solid #DFDFDF;
}

.importorder-index-index .box-account .box-head h2 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) -564px -436px no-repeat;
  height: 44px;
  padding-left: 42px;
  color: #666;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 42px;
}

.importorder-index-index .box-account .box-head {
	border-bottom: 2px solid #666262;
  	margin: 0 0 20px;
}

.importorder-index-index .info {
  font-size: 1.1em;
}

/* Add New Address / Edit Address */

.customer-address-form .main-container {
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}

.customer-address-form .main-container .fieldset {
  border: 0;
  background: #FFFFFF;
  padding: 20px;
  margin: 0 0 30px 0;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.customer-address-form .main-container .fieldset .legend {
  float: left;
  font-weight: normal;
  font-size: 1.5em;
  border: 0;
  background: #FFFFFF;
  color: #555555;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.customer-address-form .page-title {
  border-bottom: 2px solid #666262;
}

.customer-address-form .form-list .field {
  float: left;
  width: 46%;
}
.customer-address-form .page-title h1 {
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite-account.png) 0 -127px no-repeat;
  padding-left: 60px;
  height: 39px;
  line-height: 37px;
}

.customer-address-form .field.name-firstname {
	float: left;
	width: 46%;
}

.customer-address-form .field.name-lastname {
	float: right;
  	width: 46%;
}

.customer-address-form .form-list .input-box, .customer-address-form .form-list input.input-text {
	width: 100%;
}

.customer-address-form .form-list label {
	font-size: 1.2em;
  	margin-bottom: 10px;
}

.customer-address-form .form-list input.input-text {
	padding: 7px 10px;
  	box-sizing: border-box;
}

.customer-address-form .form-list li.wide .input-box {
  width: 100%;
}

.customer-address-form .form-list li.wide input.input-text {
  width: 100%;
}

.customer-address-form .form-list select {
  width: 100%;
  padding: 6px 10px;
}

.customer-address-form .form-list .field.f-right-pr {
	float: right;
}

input.input-text, select, textarea {
  background: #fff;
  border: 1px solid #DDD;
}

/* Pop Up Pages */

.page-popup {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.page-popup .compare-table tbody th {
  background: #E8E8E8;
  font-size: 13px;
}

.page-popup button.button {
	border-bottom: 2px solid #8e4405;
}

.page-popup button.button span {
	background: #F6770E;
	height: auto;
	padding: 3px 6px;
}

.page-popup button.button span:hover, .page-popup button.button span:hover span {
	background: #849b02;
}

.page-popup a.link-wishlist {
	text-decoration: none;
  	color: #9d9999;
  	font-size: 14px;
  	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -15px -109px no-repeat;
  	padding-left: 25px;
  	transition: none;
  	height: 35px;
  	margin-top: 10px;
  	display: inline-block;
}

.page-popup a.link-wishlist:hover {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -16px -149px no-repeat;
  	color: #6b9a40;
}

.page-popup .compare-table tr.add-to-row td {
  background: #FFFFFF;
}

.page-popup .regular-price .price {
  font-weight: 600;
  font-size: 15px;
  color: #6b9a40;
}

.page-popup .compare-table .btn-remove {
  float: right;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/tr-close.png) center center no-repeat;
  width: 17px;
  height: 17px;
  padding: 3px;
  border: 1px solid #D2D2D2;
  border-bottom: 0;
  /*
  content: "Remove";
  font-size: 14px;
  display: inline-block;
  line-height: 17px;
  padding-right: 25px;*/
}

.page-popup .compare-table tr.first td .product-name {
	font-size: 15px;
	margin-top: 10px;
}

.page-popup .ratings {
	font-size: 13px;
}

.page-popup .data-table td {
	font-size: 1em;
}

.page-popup .ratings .rating-box {
  float: none;
  margin-right: 3px;
  width: 69px;
  display: block;
  text-align: center;
}

.page-popup .ratings .amount {
  float: none;
  display: block;
}

.page-popup .compare-table tr.first td .ratings {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cart .discount button span, .cart .shipping button span {
  border-color: #506F00;
  background: #506F00;
}

/* Email Friend */

.sendfriend-product-send .main-container {
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}

.sendfriend-product-send .page-title {
  border-bottom: 2px solid #666262;
  padding-bottom: 10px;
}

.sendfriend-product-send .fieldset {
    border: 1px solid #FFFFFF;
  background: #fff;
  padding: 25px;
  margin: 0 0 30px 0;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
}

.sendfriend-product-send .fieldset .legend {
  float: left;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #72AE12;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

.sendfriend-product-send input.input-text, select, textarea {
  background: #fff;
  border: 1px solid #DDD;
  padding: 8px 5px;
  box-sizing: border-box;
}

.sendfriend-product-send .send-friend .form-list input.input-text, .send-friend .form-list textarea {
  width: 100%;
}

.sendfriend-product-send .send-friend .form-list {
	width: 100%;
}

.sendfriend-product-send .send-friend .form-list .field {
  width: 48%;
}

.sendfriend-product-send .form-list label {
	font-size: 14px;
    margin-bottom: 5px;
}

.sendfriend-product-send .send-friend .form-list li.wide textarea {
  width: 100%;
  height: 4em;
}

.sendfriend-product-send .send-friend .form-list .field.f-right-pr {
	float: right;
}

.sendfriend-product-send .send-friend .form-list .input-box {
  width: 100%;
}

.sendfriend-product-send .send-friend .form-list li.wide .input-box {
  width: 100%;
}

.sendfriend-product-send .send-friend .form-list li {
	margin-right: 0;
}

.sendfriend-product-send .form-list li.additional-row {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.sendfriend-product-send .form-list li.additional-row .btn-remove {
	margin: 0;
}

.sendfriend-product-send .send-friend .form-list li p {
  margin: 0;
  position: absolute;
  right: 0;
  top: 8px;
}

.sendfriend-product-send .validation-advice {
  padding-left: 20px;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/validation_advice_bg.gif) 0 no-repeat;
}

/* Testimonials Page */

.testimonial-index-index .main-container, .testimonial-form-index .main-container, .clnews-index-index .main-container, .clnews-newsitem-view .main-container {
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}

.col-left .drugSearch li {
	padding: 10px 0;
	border-bottom: 1px dotted #d6d6d6;
}

.col-left .drugSearch li span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.col-left .drugSearch li select {
  	width: 100%;
  	padding: 6px 5px;
}

.col-left .drugSearch li input  {
  	width: 94%;
  	padding: 6px 5px;
  	border: 1px solid #d6d6d6;
}

.col-left .drugSearch li button {
	border: 0;
	border-bottom: 2px solid #8e4407;
	background: #f6770e;
}

.col-left .drugSearch li button span {
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	background: #f6770e;
	margin-bottom: 0;
}

.customer-testimonials-content {
  padding: 10px;
  margin: 5px 0;
  font-size: 14px;
}

.customer-testimonials-content:nth-child(odd) {
	background: #f3f3f3;
}

.testimonial-index-index .col-left.sidebar, .testimonial-form-index .col-left.sidebar, .clnews-index-index .col-left.sidebar, .clnews-newsitem-view  .col-left.sidebar {
  background: #FCFCFC;
  padding: 0 10px 10px;
  display: none;
}

.testimonial-index-index .col2-left-layout .col-main,
.testimonial-form-index .col2-left-layout .col-main,
.clnews-index-index .col2-left-layout .col-main,
.clnews-newsitem-view .col2-left-layout .col-main {
  float: right;
  width: 100%;
}

.alphabets-div a {
  font-size: 14px;
  margin: 5px;
  display: inline-block;
  font-weight: bold;
}

span.drug-search-text {
  font-size: 16px;
  margin-top: 5px;
  display: block;
}

.submit-testimonial {
  float: right;
}

.testimonial-form-index .form-list label.required em {
	position: static;
}

.testimonial-form-index .form-list label {
	float: none;
	font-size: 14px;
  	display: inline-block;
}

.testimonial-form-index .form-list .input-box {
	width: 80%;
  	display: inline-block;
  	float: right;
}

.testimonial-form-index .std-input-box {
  display: inline-block;
  float: right;
  width: 80%;
}

.testimonial-form-index .form-list input.input-text {
  width: 80%;
  padding: 6px;
}

.testimonial-form-index .input-box-captcha {
  float: right;
  width: 80%;
}

.testimonial-form-index .input-box-captcha input.input-text {
	width: 20%;
  display: block;
  margin-bottom: 10px;
  padding: 6px;
}

.testimonial-form-index div#ratingBox {
  float: left;
  width: 100%;
}

.news-item {
  padding: 5px 10px;
  margin: 5px 0;
  background: #FAFAFA;
}

.news-item h5 {
  font-size: 15px;
  font-weight: 400;
}

.clnews-index-index .col-main h2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}

.clnews-newsitem-view .col2-left-layout .col-main {
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
}

.clnews-newsitem-view .col2-left-layout .col-main h4 {
	display: none;
}

.clnews-newsitem-view .col2-left-layout .col-main .social {
  float: right;
  font-size: 14px;
  font-weight: bold;
}

.clnews-newsitem-view .col2-left-layout .col-main .news h2 {
	margin-bottom: 20px;
}

.testimonial-form-index .validation-advice {
	padding-left: 15px;
  	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/validation_advice_bg.gif) 0 no-repeat;
  	margin: 5px 0;
}

/* Sitemap */

.dynamicsitemap-index-index .main-container {
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}

.dynamicsitemap-index-index .sitecatul li.cat {
	width: 25%;
}

.dynamicsitemap-index-index .strongsm {
	font-size: 1.2em;
}

.dynamicsitemap-index-index .sitecatul li.cat ul li {
  list-style: disc;
  font-size: 13px;
  margin-top: 4px;
}

.dynamicsitemap-index-index .smh2 {
  font-size: 1.8em;
  padding: 5px;
  border-bottom: 1px dotted #F6770E;
  margin-bottom: 15px;
}

.dynamicsitemap-index-index .sitecatul {
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.dynamicsitemap-index-index .sitempan {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.dynamicsitemap-index-index .siteul {
  margin: 0;
  padding: 0 10px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.dynamicsitemap-index-index .siteul li {
  list-style: none;
  font-size: 1.2em!important;
  width: 21%;
  float: left;
  margin-right: 4%;
  padding: 6px 0;
  height: 18px;
  overflow: hidden;
  font-weight: 600;
}

#cloud-zoom-big {
	z-index: 999!important;
}

#toTop {
	font-weight: 400!important;
	background: #000000!important;
	padding: 12px 0 16px!important;
}

.block-account .block-content li.last a {
	border-bottom: 1px solid #ddd;
}

.sb_block {
  margin: 20px 0;
}

.sb_block .sbox_form {
  margin-top: 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
}

.sb_block p.sb_lable label {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  margin-bottom: 4px;
  display: block;
}

.sb_block .input-box.sinput input {
  width: 100%;
  padding: 5px 7px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  margin-bottom: 14px;
}

.sb_block textarea#suggestion {
  width: 100%;
  height: 6em;
  margin-bottom: 15px;
}

.sb_block input#suggestion_captcha_code {
  margin-top: 10px;
}

img#suggestion_captcha_img {
  border: 1px solid #DBDBDB;
}

.sb_block .suggestion_button {
  margin-top: 10px;
}

.sb_block .suggestion_button button.button > span {
	border-bottom: 2px solid #8e4407;
}

.sb_block .suggestion_button button.button span {
	background: #f6770e;
}

.sb_block .suggestion_button button.button:hover span, .suggestion_button button.button:hover span span {
	background: #849b02;
}

.sb_block .suggestion_button button.button:hover > span, .suggestion_button button.button:hover > span {
	border-bottom: 2px solid #4A692E;
}

.sb_block .sb_title strong {
	color: #81ac12;
	text-transform: capitalize;
	padding: 6px 4px;
	font: normal 20px 'Open Sans', sans-serif;
}

.sb_block .validation-advice {
	margin: -10px 0 10px;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 9;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 16px;
	height: 16px;
	border-radius: 10px;
}

.inner-wrapper p.cart-empty {
  text-align: center;
  font-size: 14px;
}

.no-rating {
  margin: 7px 0;
}

.no-rating a:hover, .ratings a:hover {
	color: #6b9a40;
	font-weight: 600;
}

.block-layered-nav .currently .label {
	padding-left: 18px;
  	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/bkg_block-layered-label.gif) 0 6px no-repeat;
  	font-size: 14px;
}

.block-layered-nav .currently .value {
	font-size: 14px;
}

p.rating-box-notice {
  text-align: right;
  font-weight: 600;
  font-size: 12px;
  color: #333333;
}

p.rating-box-notice a {
	color: #849b02;
	text-transform: uppercase;
}

.catalog-product-view .bx-wrapper .bx-prev {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/productpr-prev.png) 0 0 no-repeat;
}

.catalog-product-view .bx-wrapper .bx-next {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/productpr-next.png) 0 0 no-repeat;
}

.catalog-product-view .bx-wrapper .bx-controls-direction a {
	width: 12px;
	height: 22px;
}

.catalog-product-view .easytabs-content * {
  font-size: 14px!important;
}

.customer-account-login .validation-advice {
	display: inline-block;
}

h1.pr-adv-search {
	color: #81ac12;
  	text-transform: capitalize;
  	padding: 6px 4px;
  	font-size: 20px;
  	background: #1c1c1c;
  	padding-left: 12px;
}

/*.opc-wrapper-opc h3 {
	font-size: 14px!important;
}*/

.totals-rewards .more_offers {
	display: none!important;
}

.customer-account-login .validation-advice {
	background: none;
}

.subscribe-input-go {
  display: inline-block;
  background-color: #e8e8e8;
  -webkit-box-shadow: inset 4px 6px 21px -5px rgba(229,229,229,1);
  -moz-box-shadow: inset 4px 6px 21px -5px rgba(229,229,229,1);
  box-shadow: inset 8px 10px 6px -5px rgba(176, 176, 176, 1);
  border: 1px solid #717171;
  height: 35px;
  border-radius: 4px;
  margin-left: 20px;
}

#toTop input.subs {
	background: transparent;
	border: 0;
	height: 27px;
	color: #909090;
  	font-style: italic;
}

input#subscribebtn {
  background: #347922;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  height: 31px;
  margin-top: -2px;
  margin-right: 1px;
  cursor: pointer;
}

input[type="checkbox"] {
    display: none;
}

input.checkbox + label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #cecece;
    border: 1px solid #cccccc;
    border-radius: 2px;
    margin-right: 8px;
    vertical-align: top;
    margin-top: 4px;
}

input[type="checkbox"]:checked + label:before {
 	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/checkbox-checked.png) #92C83B center center no-repeat;
}

.customer-account-forgotpassword .main-container .form-list label {
	font-size: 14px;
	float: none;
}

.customer-account-forgotpassword .main-container .form-list .input-box {
  display: inline-block;
  width: 60%;
  float: right;
}

.customer-account-forgotpassword .main-container .form-list input.input-text {
  width: 100%;
  padding: 6px;
}

.catalog-product-view .product-view .product-options .notify_tab .validation-advice {
	margin-left: 8%;
}

.wishlist-index-index table#wishlist-table td * {
  font-size: 14px!important;
  font-style: normal!important;
  font-family: 'Open Sans', sans-serif!important;
}

/* 404 Page */

.cms-no-route .col-main {
	width: 100%;
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif!important;
}

.error-page-title {
	background: #1c1c1c;
	border: 0;
	margin-bottom: 25px;
	padding: 5px 15px;
}

.error-page-title h1 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

.errorcontent {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  padding: 50px 0;
  text-align: center;
}

.error-icon, .error-text {
	display: inline-block;
}

.error-icon {
	margin-right: 50px;
	vertical-align: top;
}

.error-text {
	text-align: left;
}

.error-text h2 {
  font-size: 24px;
  font-weight: 600;
  color: #f6770e;
  text-transform: uppercase;
}

.error-text p {
  font-size: 18px;
  font-weight: 600;
  color: #62645f;
}

.error-text a.back {
	float: right;
}

/* Offers Page */

.cms-page-view.cms-offers .main-container .col-main .page-title {
	background: #1c1c1c;
	border: 0;
	padding: 6px 15px;
	margin-bottom: 25px;
	box-sizing: border-box;
}

.cms-page-view.cms-offers .main-container .std ul {
  list-style: none;
  padding-left: 0;
}

.cms-page-view.cms-offers .main-container .col-main .page-title h1 {
	font-size: 18px;
	font-weight: 400;
	color: #81ac12;
}

.coupons-offers li {
	float: left;
	list-style: none;
	display: block;
	border-bottom: 1px solid #999999;
	margin-bottom: 25px;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

.coupons-offers li:last-child {
	border-bottom: 0px solid #999999;
}

.offer-text, a.back {
	display: inline-block;
}

.offer-text {
	width: 80%;
}

.coupons-offers li a.back {
	float: right;
}

.offer-text h2 {
	font-size: 18px;
	font-weight: 600;
	color: #72ae12;
}

.offer-text p {
	color: #62645f;
	font-size: 14px;
}

.view-re-order {
  margin-top: 10px;
}

em {
	font-style: normal;
}

.link-reorder {
  font-weight: bold;
  color: #72AE12 !important;
}

.link-vieworder {
  font-weight: bold;
  color: #F6770E !important;
}

dl#narrow-by-list dd ol li a {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/single-arrow-right.png) left center no-repeat;
  padding-left: 15px;
}

.catalog-category-view .pager .pages, .catalogsearch-result-index .pager .pages, .elastic-search-result .pager .pages {
	display: none;
}

.old-price {
  margin: 0;
  text-decoration: line-through;
  color: #f6770e;
}

.clnews-index-index .clcopyright, .clnews-newsitem-view .clcopyright, .checkout-cart-index .cart-table .btn-update {
  display: none;
}

.clnews-index-index .col2-left-layout .col-main, .clnews-newsitem-view .col2-left-layout .col-main {
	width: 100%;
}

.clnews-index-index .col-left.sidebar, .clnews-newsitem-view .col-left.sidebar {
	display: none;
}

.clnews-newsitem-view .news p {
  text-align: justify;
}

li.mob-menu-topmenu {
  display: none;
}

.checkout-cart-index .data-table tbody td.last {
	position: relative;
}

.checkout-cart-index .btn-remove {
  position: absolute;
  right: 0px;
  bottom: 10px;
  display: inline;
  height: auto;
  font-size: 14px;
  line-height: 14px;
  background: none;
  text-indent: 0;
  overflow: hidden;
  width: 120px;
  color: #F6770E;
  font-weight: 600;
  text-decoration: underline;
}

.checkout-cart-index .data-table tbody td.presc {
	position: relative;
}

.checkout-cart-index .cart-table span.orange {
	color: #F6770E;
	display: block;
	margin-top: 10px;
	position: absolute;
  	left: 5px;
  	bottom: 10px;
}

.catalog-category-view .block.block-list.block-compare {
  margin-bottom: 20px;
}

.catalog-category-view a.read-more {
  color: #72AE12;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
  text-decoration: underline;
  cursor: pointer;
}

.catalog-category-view .desc_area_content * {
  font-size: 14px!important;
  font-family: 'Open Sans', sans-serif!important;
}

.catalog-category-view .category-description.std * {
  font-size: 14px!important;
  font-family: 'Open Sans', sans-serif!important;
  text-align: justify!important;
}

.catalog-category-view .category-description.std h1 {
	margin-top: 20px;
	font-size: 18px!important;
	font-family: 'Open Sans', sans-serif!important;
	font-weight: 600;
}

.catalog-category-view .manufactured_by, .catalog-category-view .generic_name {
  height: auto;
}

.catalogsearch-result-index .manufactured_by, .catalogsearch-result-index .generic_name,
.elastic-search-result .manufactured_by, .elastic-search-result .generic_name {
  height: auto;
}

.catalog-category-view .generic_name, .catalogsearch-result-index .generic_name, .elastic-search-result .generic_name {
	font-weight: 600;
  	display: inline-block;
}

.catalog-category-view .products-grid .generic_name, .catalogsearch-result-index .products-grid .generic_name, 
.catalog-category-view .manufactured_by, .elastic-search-result .products-grid .generic_name {
	width: 90%;
	display: inline-block;
}

.catalog-category-view .ratings .rating-box, .catalogsearch-result-index .ratings .rating-box, .elastic-search-result .ratings .rating-box {
	float: none;
  display: inline-block;
}

.catalog-product-view small.date, .review-product-list small.date {
  display: block;
  margin: 2px 0 6px 0;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}

.catalog-product-view .review_right_block a,  .review-product-list .review_right_block a {
  color: #000;
  font-size: 16px;
}

.col-2.addresses-additional {
 position: relative;
}

.col-2.addresses-additional:before {
  content: "+";
  font-size: 40px;
  position: absolute;
  left: 36px;
  top: -10px;
  color: #4E4E4E;
}

.catalog-product-view a.pr-link-notify, .review-product-list a.pr-link-notify {
  color: #FFFFFF;
  display: inline-block;
  padding: 6px 15px 6px 40px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: normal;
  margin-top: 3px;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/pr-notify-me-icon.png) 14px center no-repeat #506f00;
  margin-left: 30px;
  margin-top: 15px;
}

div.pr-notify-me-boxwrapper {
	width: 100%;
	max-width: 377px;
	height: auto;
	border-radius: 3px;
	background: #f5f8fa;
	padding: 10px;
	position: absolute;
	left: 50%;
  	top: 50%;
  	margin-left: -188px;
  	margin-top: -80px;
	z-index: 9999;
	text-align: center;
	display: none;
}

div.pr-notify-me-boxwrapper h1 {
	color: #678c05;
	font-size: 16px;
	font-family: arial;
	padding-bottom: 10px;
	width: 99%;
	border-bottom: 2px solid #678c05;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
}

div.pr-notify-me-boxwrapper h1 span
{
	width: 80%;
	text-align: center;
	display: inline-block;
}

div.pr-notify-me-boxwrapper .notify-input-box {
	width: 90%;
	display: inline-block;
}

.notify-input-box .validation-advice {
	margin: -4px 0 9px;
}

div.pr-notify-me-boxwrapper .notify-input-box input {
	border: 1px solid #E8E8E8;
	width: 95%;
	-webkit-box-shadow: inset 4px 6px 21px -5px rgba(229,229,229,1);
	-moz-box-shadow: inset 4px 6px 21px -5px rgba(229,229,229,1);
	box-shadow: inset 4px 6px 21px -5px rgba(229,229,229,1);
	border-radius: 5px;
	height: 25px;
	padding-left: 10px;
	margin-bottom: 10px;
}

button.button.notify-me {
	background: #567309;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	padding: 0 10px 0 20px
}

div.pr-notify-me-boxwrapper .notify-close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.catalog-product-view .product-shop .add-to-box .add-to-cart label, .catalog-product-view .product-shop .add-to-box .add-to-cart .qty {
	display: none;
}

.review-product-list .product-shop .add-to-box .add-to-cart label, .review-product-list .product-shop .add-to-box .add-to-cart .qty {
	display: none;
}

.add-to-cart button.button {
  float: left;
  border-bottom: 2px solid #2a4b36;
}

.catalog-product-view .add_to_wishlist_product, .review-product-list .add_to_wishlist_product {
  display: inline-block;
}

.catalog-product-view .add-to-links a.link-wishlist, .review-product-list .add-to-links a.link-wishlist {
	text-decoration: none;
  	color: #9d9999!important;
  	font-size: 17px;
  	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -15px -109px no-repeat;
  	padding-left: 26px;
  	transition: none;
  	font-weight: 400;
}

.catalog-product-view .add-to-links a.link-wishlist:hover, .review-product-list .add-to-links a.link-wishlist:hover {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -16px -149px no-repeat;
  	color: #6b9a40;
}

.checkout-cart-index .bx-wrapper img {
	width: 80%;
	height: auto;
}

.checkout-cart-index .data-table .odd {
  background: #FFFFFF;
}

.checkout-cart-index .cart-table .btn-continue {
  float: left;
}

.checkout-cart-index .cart-table .btn-continue:hover span, .checkout-cart-index .cart-table .btn-continue:hover span span {
	background: #F6770E;
}

.checkout-cart-index .cart-table .btn-continue > span {
	border-bottom: 2px solid #274100;
}

.checkout-cart-index .cart-table .btn-continue:hover > span {
	border-bottom: 2px solid #8e4407;
}

.checkout-cart-index .cart-table .btn-update, .cart-table .btn-empty {
  float: right;
}

.checkout-cart-index .cart-table .btn-update:hover, .checkout-cart-index .cart-table .btn-update:hover span, .cart-table .btn-empty:hover span,
.checkout-cart-index .cart-table .btn-update:hover span span, .cart-table .btn-empty:hover, .cart-table .btn-empty:hover span span {
	background: #F6770E;
}

.checkout-cart-index .cart-table .btn-empty span, .checkout-cart-index .cart-table .btn-update span {
  border-color: #72ae12;
  background: #72ae12;
}

.checkout-cart-index .cart-table .btn-empty:hover span, .checkout-cart-index .cart-table .btn-update:hover span {
  border-color: #f6770e;
  background: #f6770e;
}

.checkout-cart-index .cart-table .btn-empty span:hover span, .checkout-cart-index .cart-table .btn-update span:hover span {
  background: #f6770e;
}

.footer-payment-types {
	width: 100%;
	background: #81b72c;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	margin-bottom: 15px;
	margin-top: 20px;
	display: none;
}
.footer-payment-types span {
	display: inline-block;
	width: 113px;
	height: 55px;
	margin-right: 45px;
}
.footer-payment-types span.last {
	margin-right: 0;
}
.footer-payment-types span.fpt1 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -487px -354px no-repeat;
}
.footer-payment-types span.fpt2 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -487px -418px no-repeat;
}
.footer-payment-types span.fpt3 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -487px -482px no-repeat;
}
.footer-payment-types span.fpt4 {
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -487px -545px no-repeat;
}

.checkout-cart-index .footer-payment-types, .checkout-onepage-success .footer-payment-types {
	display: block;
}

.opc-wrapper-opc .btn-checkout.button-disabled span span {
  background: transparent!important;
}

.checkout-onepage-success img#captchaimg {
  border: 1px solid #dbdbdb;
  margin-bottom: 15px;
}

.checkout-onepage-success .pr-reminder-details td small a {
  color: #F6770E!important;
}

.pr-minicart-title {
  border-bottom: 2px solid #9d9fa0;
  margin-bottom: 15px;
  padding: 0 10px 10px;
}

span.minicart-title-text {
  font-size: 20px;
  float: left;
  margin-bottom: 10px;
  color: #484646;
}

span.minicart-title-price {
  font-size: 18px;
  margin-bottom: 10px;
  color: #484646;
}

.rewardpoints-index-points .j2t-in-title span.referal_email {
  display: block;
  color: #67a10a;
  font-weight: 600;
}

.checkout-cart-index .item {
	position: relative;
}

.checkout-cart-index .item a.link-wishlist {
  position: absolute;
  top: 15px;
  right: 65px;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -13px -110px no-repeat;
  font-size: 0px;
  display: block;
  width: 22px;
  height: 20px;
  transition: none;
}

.checkout-cart-index .item a.link-wishlist:hover {
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -14px -150px no-repeat;
}

.catalog-category-view .category_big_bottom_desc {
  max-width: 1110px;
  margin: 0 auto;
}

.pr-details-height {
  /*min-height: 160px;*/
  min-height: 135px;
}

.catalog-category-view .products-grid .no-rating, .catalog-category-view .products-grid .ratings {
	height: auto;
	width: 90%;
	display: inline-block;
}

.checkout-cart-index .item .product-details p.custom_price {
  font-size: 14px;
  margin-bottom: 10px;
}

img#captchaimg {
  border: 1px solid #CACACA;
}

.testimonial-source {
  font-weight: 600;
}

.product_mobile_tab {
	display: none;
}

.mobile-pr-category-icon, .mobile-pr-search-icon, .mobile-pr-cart-icon, .mobile-pr-login-icon {
	display: none;
}

.category_big_bottom_desc .category-description {
	padding: 0 15px;
}

.rewardpoints-index-referral .col-main p.required {
	margin-top: -5px;
  	margin-bottom: 5px;
  	font-weight: 600;
  	text-align: left;
  	font-size: 12px;
}

.checkout-cart-index .data-table thead th.move_to_wishlist {
	text-align: center;
}

.tags-list {
	font-size: 22px;
}

.cms-page-view .col-main * {
  text-align: justify!important;
}

.catalog-category-view .category_big_bottom_desc table {
  width: 100%!important;
}

.catalog-category-view .category_big_bottom_desc table td {
	padding: 4px!important;
	border: 1px solid #ddd!important;
}

.sticky {
	position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.my_account_col .main-container {
  margin-top: 20px;
}

.opc-index-index .main-container {
	margin-top: 0;
}

.my_account_col .buttons-set button.button {
	background: #F6770E;
}

.my_account_col .buttons-set button.button:hover span, .my_account_col .buttons-set button.button:hover span span {
	background: #849b02;
}

.my_account_col .buttons-set button.button > span {
	border-bottom: 2px solid #8e4407;
	background: #F6770E;
}

.my_account_col .buttons-set button.button:hover > span {
	border-bottom: 2px solid #536106;
}

.my_account_col .buttons-set button.button span {
	background: #F6770E;
}
.wishlist-index-share .main-container {
	font-family: 'Open Sans', sans-serif;
}
.wishlist-index-share .col-main .fieldset {
  border: 0;
  background: #fff;
  padding: 20px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-sizing: border-box;
}

.wishlist-index-share .col-main .fieldset .legend {
  float: left;
  font-weight: 400;
  font-size: 20px;
  border: 0;
  background: #fff;
  color: #717171;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  width: 100%;
}

.wishlist-index-share .col-main .form-list li.wide .input-box {
  width: 98%;
}

.wishlist-index-share .col-main .form-list li.wide textarea {
	width: 100%;
}

.wishlist-index-share .col-main .form-list textarea {
	height: 4em;
}

.wishlist-index-index .data-table td .add-to-cart-alt a {
  display: block;
  margin-top: 38px;
}

.customer-account-index .box-account .box-head h2 {
	float: left!important;
  	width: 93%!important;
}

.tab-max-width .main, .tab-max-width .header, .tab-max-width .footer, .tab-max-width .header-top-block-content, .tab-max-width .nav-content-header {
	max-width: 1000px;
	margin: auto;
}

p.scroll-category {
  max-width: 1100px;
  text-align: right;
  margin: 0 auto;
  color: #72AE12;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  display: none;
  margin-right: 30px;
  margin-top: 10px;
}

.all_categories_list #nav {
	background: #fff;
}

.cms-index-index .banner_sec .bx-wrapper {
	z-index: 1;
}

.customer-account-forgotpassword .forgot-pswd-text .buttons-set p.back-link {
	margin-top: 5px;
}

.customer-account-forgotpassword .forgot-pswd-text .buttons-set p.back-link a {
	padding: 6px 15px;
}

.customer-account-edit .form-list li.acc-gender {
  float: left;
}

#toTop {
	z-index: 9999!important;
}
.double_pill_offer,.bold_red_color{
	font-weight: bold;
	color: #f00;
}
.order_view_link{
	font-weight: bold;
}

.checkout-cart-index .col-main .messages {
	float: left;
}

.catalog-product-view .box-tags .form-add button.button span {
	border: 0;
}

.refillreminder-view-index .col-main .buttons-set {
  margin-top: 20px;
}

.cms-page-view .col-main .jwplayer_wrapper {
  margin-right: 20px;
}

h3.pr-out-of-stock-index {
  color: #F6770E;
}

.page-print {
  background: #FFF!important;
  padding: 0px;
  max-width: 1110px;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
}

.page-print .data-table thead th {
  background: #555555;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.page-print .data-table tbody td {
	border-right: 1px solid #B0B0B0;
}

.page-print .data-table thead th {
	border-right: 1px solid #555555;
}

.page-print .col2-set .col-1, .page-print .col2-set .col-2 {
  width: 45%;
  border: 1px solid #D0D0D0;
  padding: 10px;
}

.page-print h2, .page-print h3 {
  font-size: 16px;
  font-weight: 400;
}

.page-print p {
	font-size: 14px;
}

.page-print .data-table tfoot tr td {
  background: #EFEDE9;
  padding: 5px 10px;
  font-size: 14px;
}

.page-print .shipment_message_box {
  padding: 0;
  background: #F8F7F5;
}

.page-print .shipment_info_box {
  border: 0px solid #c5c5c5;
  border-radius: 0;
  margin-top: 0;
  min-height: 0;
  height: auto!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.page-print .arrow {
	display: none;
}

.trackorder-index-index .col-main .form-list input.input-text {
  width: 100%;
  padding: 7px!important;
  box-sizing: border-box;
}

.trackorder-index-index .col-main .form-list .input-box {
	width: 100%;
}

.sales-order-view .my-account td.item-details {
  padding: 13px!important;
  width: 12%;
}

.testimonial-form-index #ratingBox input {
  display: inline-block;
  width: 20px;
  float: left;
}

.testimonial-form-index div#ratingBox {
  float: right;
  width: 80%;
  margin-top: 20px;
}

.cms-thankyou-html .col-main * {
	font-family: 'Open Sans', sans-serif!important;
}

.cms-page-view.cms-thankyou-html .col-main .std p {
  margin: 0 0 10px 0!important;
  font-size: 17px;
  text-align: justify!important;
}

.opc-messages-action .button span {
	  height: 30px!important;
  line-height: 30px!important;
}

.opc-messages-action .button span span {
	  border-bottom: 0!important;
}

.sales-order-view .col-main .adc_hidden {
display: none;
}

.testimonial-form-index .testimonial-submit #ratingBox input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 100% ;
  float: right;
  clear: none;
}

.testimonial-form-index .testimonial-submit #ratingBox input[type=radio].css-checkbox + label.css-label  {
  height: 16px;
  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/blank_star.jpg) no-repeat;
    padding-left: 20px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 25px;
  vertical-align: middle;
  cursor: pointer;
    float: left;
}

.testimonial-form-index .testimonial-submit #ratingBox input[type=radio].css-checkbox + label.css-label.active {
	 background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/green_star.jpg) no-repeat 0 0;
}

.below_banner_area .sendfriend-product-send input.input-text, .below_banner_area select, .below_banner_area input {
  background: #fff;
  border: 0px solid #6A8C76;
  border-radius: 6px;
  color: #000;
  padding: 5px 5px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.below_banner_area .drugSearch li {
  font-size: 14px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #6A8C76;
  padding-bottom: 8px;
}

.below_banner_area .drugSearch li:last-child {
	border-bottom: 0px dotted #B6B6B6;
}

.below_banner_area .drugSearch {
  background: #2A4B36;
  padding: 5px 8px 0px;
  box-sizing: border-box;
  width: 99%;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 7px;
}

.below_banner_area .drugSearch li button {
  background: #F6770E;
  border: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
}

.below_banner_area .drugSearch li a span {
  font-weight: 600;
  font-size: 15px;
}

.catalog-category-view .category-description.std img {
  border: 10px solid #fff;
}

.no-display {
	display: none !important;
}

.customer-account-create .account-create .form-list select, .catalog-category-view .sorter .sort-by select, 
.catalogsearch-result-index .sorter .sort-by select, .elastic-search-result .sorter .sort-by select {
	padding-right: 0\0;
	padding-top: 0\0;
	padding-bottom: 0\0;
}

.cms-index-index .banner_sec .bx-wrapper .bx-pager {
	z-index: 99\0;
}

.customer-name-middlename .field.name-firstname, .customer-name-middlename .field.name-lastname {
    width: 35%;
    display: inline-block;
}

.customer-name-middlename .name-middlename {
	width: 28%;
	margin: 0 1%;
}

.customer-account-edit .form-list .customer-name-middlename .input-box {
	width: 100%;
	float: left;
}

.customer-account-edit .form-list .customer-name-middlename .input-box input {
	width: 100%;
}

.customer-account-create .customer-name-middlename .name-middlename {
	margin: 0;
}

span.recomend-text {
    font-size: 0;
    display: inline-block;
    background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/highly-recom.png) no-repeat;
    width: 50px;
    height: 48px;
    background-size: 50px;
    position: relative;
    top: -24px;
    left: 5px;
}

/* Not by Keerti */
/*div.pr-limited-supply-boxwrapper {
width: 100%;
max-width: 377px;
height: auto;
border-radius: 3px;
background: #f5f8fa;
padding: 10px;
position: fixed;
left: 50%;
top: 50%;
margin-left: -188px;
margin-top: -20%;
z-index: 15000;
text-align: center;
border: 10px solid #ffffff;
display: none;
}*/
/* Not by Keerti End */

.sales-order-view table#my-orders-summary .delivery_graph {
	display: none;
}

.frontend-index-affiliate .fieldset {
    border: 0;
    background: #FFFFFF;
    padding: 20px;
    margin: 0 0 20px;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
    box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.frontend-index-affiliate .fieldset .legend {
    float: left;
    font-weight: normal;
    font-size: 18px;
    border: 0;
    background: #FFFFFF;
    color: #e76200;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    width: 100%;
}

.frontend-index-affiliate .fieldset .form-list li {
    width: 50%;
    float: left;
}
.frontend-index-affiliate .fieldset .form-list li.fields {
    width: 100%;
}
.frontend-index-affiliate .fieldset .form-list .field {
    width: 50%;
    display: inline-block;
    float: left;
}
.frontend-index-affiliate .fieldset .control {
    float: none;
    display: inline-block;
    margin-top: 0;
}
.frontend-index-affiliate .fieldset .input-text {
    width: 92%;
    padding: 8px;
    box-sizing: border-box;
}
.frontend-index-affiliate .col1-layout .col-main .form-list label {
	font-weight: 400;
    font-size: 14px;
}

.frontend-index-affiliate .fieldset .form-list .input-box {
	width: 100%;
}
.frontend-index-affiliate .form-list label.required em {
	position: static;
}
.frontend-index-affiliate .form-list .customer-dob input.input-text {
    float: left;
    width: 92%;
}
.frontend-index-affiliate .col1-layout .col-main {
	margin-top: 20px;
}
.frontend-index-affiliate .form-list select {
    width: 92%;
    box-sizing: border-box;
}
.dis_none {
	display: none!important;
}
.compare_box_main {
    border: 1px solid #97B369;
    background: #FBFBFB;
    margin: 0px 0 15px;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}
li.product_box {
    border: 1px solid #A2A2A2;
    display: inline-block;
    padding: 10px;
    background: #fff;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
    width: 19%;
}
li.product_box .imgdiv {
    display: inline-block;
    float: left;
    border-right: 1px solid #D6D6D6;
    margin-right: 8px;
    padding-right: 5px;
}
li.product_box .p-name {
    font-size: 13px;
    height: 45px;
    overflow: hidden;
}
li.product_box span.close {
    position: absolute;
    right: -8px;
    top: -8px;
    background: #A2A2A2;
    border-radius: 50%;
    width: 18px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-size: 10px;
}
.compare_box_main a.close.clear_all {
    position: absolute;
    right: 0;
    top: 0;
    background: #97B369;
    color: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 14px;
}
.compare_btn_box {
    display: inline-block;
    background: #2A4B36;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
}
.limited-supply-input-box input.input-text, .limited-supply-input-box textarea {
	box-sizing: border-box;
}
#checkout-payment-method-load img.v-middle {
	height: 39px!important;
}
.contact-supply-box {
	font-size: 15px!important;
	font-weight: 600;
}
.limited-supply-input-box input.input-text, .limited-supply-input-box textarea {
    padding: 7px 5px!important;
    border: 1px solid #B8BFAD;
}
.limited-supply-input-box img#suggestion_captcha_img {
    border: 2px solid #ACB3A1;
    margin-bottom: 10px;
}
.limited-supply-input-box #suggestion_captcha_code {
	padding: 5px 5px!important;
}
div.pr-limited-supply-boxwrapper {
	border: 10px solid #486F07!important;
	background: #DFE4D7!important;
}
.limited-supply-input-box .validation-advice {
	margin: -5px 0 6px;
    text-align: left;
}
.limited-supply-input-box #suggestion_captcha_code {
	width: 100%!important;
    box-sizing: border-box;
}
.limited-supply-input-box img#suggestion_captcha_img {
	float: left;
}
p.availability.out-of-stock.limited-supply a {
    color: #f6770e;
    font-size: 16px;
}

/* ------------ Pop CSS by Archana ------------------ */
div.pr-limited-supply-boxwrapper {
width: 100%;
max-width: 377px;
height: auto;
border-radius: 3px;
background: #f5f8fa;
padding: 10px;
position: fixed;
left: 50%;
top: 50%;
margin-left: -188px;
margin-top: -20%;
z-index: 15000;
text-align: center;
border: 10px solid #ffffff;
display: none;
}

.limited-supply-overlay{
	position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 10000;
    background: #000;
    opacity: 0.6;
    display: none;
}
.limited-supply-close-btn{
	position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.limited-supply-input-box{
	width: 100%;
	margin: 20px 0 0 0;
}
.limited-supply-input-box input.input-text, .limited-supply-input-box textarea{
	color: #666;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 8px 5px;
    width: 100%;
}
.limited-supply-input-box .captcha_div{
	margin: 0px 0 0 0;
}
.limited-supply-input-box .captcha_div .small-txt{
	display: inline-block;
}
.limited-supply-input-box #suggestion_captcha_code{
	color: #666;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 8px 5px;
    width: 70%;
}
button#limited-supply{
	background: #347922 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    margin: 8px 0 0 0;
}
a.link-limited-supply{
    font-size: 14px;
    padding: 0 2px;
    color: #6B9A63;
    font-weight: bold;
}
.contact-supply-box{
	display: inline-block;
	margin: 10px 0 0 35px;
	font-size: 14px;
}
.catalog-product-view .add_to_wishlist_product, .review-product-list .add_to_wishlist_product {
    float: right;
    margin: 10px 10px 0 0;
}
.catalog-product-view .add_to_wishlist_product .add-to-box, .review-product-list .add_to_wishlist_product .add-to-box{
	margin: 0px;
}

/*  ---------- Theming by Archana for Product page         -------*/
.nav-content-header {
    /*display: inline-block;*/
}
body.catalog-product-view br{
	display: none;
}
body.catalog-product-view .wrapper br{
	display: block;
}
body.catalog-product-view .header .form-search input.input-text {
    width: 67.3%;
    height: auto !important;
    padding: 13px 15px;
}
body.catalog-product-view .nav-content-header {
    /*display: inline-block;*/
}
body.catalog-product-view a.home_icon {
    padding: 12px 10px 10px;
    line-height: 0;
}
body.catalog-product-view .nav-right-category ul li.coupon-and-offer a , body.catalog-product-view .nav-right-category ul li.callback-req a{
    padding-bottom: 4px;
}



.nav-container .all_categories_list ul#nav ul{
	position: static;
    width: auto;
    top: 0;
    left: 0;
    border: 0;
}
.nav-container .all_categories_list ul#nav ul li.existing{
	display: none;
}
.nav-container .all_categories_list ul#nav li{
	width: 25%;
	background-image: none;
	background: transparent;
}
.nav-container .all_categories_list ul#nav li ul li{
	width: 100%;
}
.nav-container .all_categories_list ul#nav li ul li a{
	margin: 0 20px 0 0;
}
.nav-container .all_categories_list #nav li a {
    background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/cat_nav_icon.png) 0 11px no-repeat;
    padding: 0;
}
.nav-container .all_categories_list #nav li a:hover {
    background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/cat_nav_icon.png) 0 -41px no-repeat;
}
.nav-container .all_categories_list ul#nav li ul li a span{
	padding: 7px 15px 7px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header .form-search .search-autocomplete li.selected, .header .form-search .search-autocomplete li{
	background-color: #fff;
	font-size: 14px;
	color: #9FB701;
	font-weight: bold;
}
#search_autocomplete {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 2px solid #808080;
    max-height: 300px;
    overflow-y: scroll;
    box-sizing: border-box;
}
#search_autocomplete ul.autosuggest-results li{
	padding: 10px;
	border: 0px;
	border-bottom: 1px dashed #A9A9A9;
}
#search_autocomplete ul.autosuggest-results li:last-child{
	border-bottom: 0px;
}
#search_autocomplete ul.autosuggest-results.response li{
	background-color: #f5f5f5;
    color: #000000;
}
#search_autocomplete ul.autosuggest-results li#search-closest-match{
	background-color: #f5f5f5;
    text-transform: uppercase;
}
#search_autocomplete ul.autosuggest-results.response li.selected-li{
	background-color: #e2e2e2;
}
#search_autocomplete ul.autosuggest-results.response li:hover{
	background-color: #e2e2e2;
}
#search_autocomplete ul.autosuggest-results.response li a div span, .elastic-search-result a:visited{
	color: #6B9A63;
}


@media only screen and (max-width: 1024px){
    body.catalog-product-view a.home_icon {
        padding: 13px 5px 8px!important;
    }
    body.catalog-product-view .nav-right-category ul li.coupon-and-offer a{
        padding-top: 2px;
        padding-bottom: 0px !important;
    }
    body.catalog-product-view .nav-right-category ul li.callback-req a{
        padding-top: 3px;
    }
    body.catalog-product-view .nav-right-category.coupon-and-offer ul li a {
        padding-top: 2px;
        padding-bottom: 0px !important;
    }
    body.catalog-product-view .nav-right-category ul li a span.coupon-icon {
        margin-top: 1px;
    }
    body.catalog-product-view .header .form-search input.input-text {
        width: 62.8%;
    }
}

@media only screen and (max-width: 980px){
    body.catalog-product-view .header .form-search input.input-text {
        width: 53.1%;
    }

    body.catalog-product-view .product-details-table table.new_product_list th, body.catalog-product-view .review-product-list .product-details-table table.new_product_list{
        padding: 6px 5px;
        font-size: 14px;
    }
    body.catalog-product-view .product-details-table table.new_product_list td, body.catalog-product-view .review-product-list .product-details-table table.new_product_list{
        padding: 7px 7px;
    }
}

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

}

@media only screen and (max-width: 800px){
    body.catalog-product-view .header .form-search input.input-text {
        width: 43.9%;
    }
    body.catalog-product-view .nav-right-category ul li.coupon-and-offer a {
        padding-top: 8px;
    }
    body.catalog-product-view .nav-right-category ul li.callback-req a {
        padding-top: 8px;
        padding-bottom: 0px;
    }
}

.loading-image {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 111111;
}

.loader
{
    display: none;
}

.block-layered-nav .block-content {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
    box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
    border: 0;
    background: #FFFFFF;
}
.block-layered-nav dt {
    background: none;
    padding: 7px 10px 0 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 14px;
}
dl#narrow-by-list dd ol li a {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	height: 18px;
    overflow: hidden;
}
.elastic-search-result .col2-left-layout .col-main {
	margin-top: 20px;
}
ol.result-filter-pr {
    padding: 8px 12px 8px;
    box-sizing: border-box;
    border-bottom: 1px dotted #000;
    font-size: 14px;
    text-transform: uppercase;
}
ol.result-filter-pr li {
    border-bottom: 1px dotted #D8D8D8;
    padding-bottom: 5px;
    margin-bottom: 4px;
}
ol.result-filter-pr li:last-child {
	border-bottom: 0px;
}
ol.result-filter-pr .clear_all:before {
    content: "clear all";
}
.block-tags .block-content .tags-list li a {
    font-size: 14px!important;
}
.block-tags .block-content .tags-list li a:after {
    content: "|";
    padding-left: 6px;
}
.block-tags .block-content .tags-list li:last-child a:after {
    content: "";
    padding-left: 0px;
}
.block-tags .block-title strong {
    background-image: none;
}
.catalog-category-view .col-left .block.block-tags, .catalogsearch-result-index .col-left .block.block-tags, 
.elastic-search-result .col-left .block.block-tags {
    margin-top: 20px;
}

@media only screen and (max-width: 736px){
	.nav-container .all_categories_list ul#nav li{
		width: 100%;
	}
	ul#nav li.mob-menu-topmenu a{
		padding: 7px 0 7px 15px !important;
	}
}

@media only screen and (max-width: 320px){
    .product-details-table{
        overflow-x: scroll;
        display: inline-block;
        width: 100%;
    }
}

@media all and ( min-width: 737px) {
	.nav-container{
		position: relative;
	}
}
.all_categories_list{
	position: absolute;
	left: 0;
	display: none;
	top: 100%;
	width: 100%;
	max-width: inherit;
	background:#fff;
	border-bottom: 3px solid #72ae12;
}

.all_categories_list #nav{
	max-width: 1100px;
	margin: 0 auto;
}

.all_categories_list #nav li:hover a{
	color: #000;
}
.all_categories_list #nav li a{
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/cat_nav_icon.png) 0 11px no-repeat;
	background-size: 6px!important;
	padding-left: 15px;
	transition:none;
}

.all_categories_list #nav li a:hover{
	background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/cat_nav_icon.png) 0 -11px no-repeat;
	color: #f6770e;
	transition:none;
}

.dropdown_links{
	position: absolute;
	top: 96%;
	right: 0;
	background: #72ae12;
	z-index: 11;
	width: 180px;
	border-radius: 8px 0 8px 8px;
	margin-top: 0;
	text-align: left;
	display: none;
}

.dropdown_links li{
	display: block;
	float: none;
	width: 100%;
}

.dropdown_links li a{
	display: block!important;
	float: none;
	margin: 0 8px;
	padding:0 10px!important; 
	border-bottom: 1px solid #61940E; 
}

.logged-in-user{
	padding: 0 15px;
  	color: #fff;
}

.logged-in-user.active{
  background-color: #72ae12;
}

.header-top-block .h-right{
	position: relative;
}






/* 1135px */

@media only screen and (max-width: 1135px) {
	.col1-layout .col-main {
		padding: 0 10px;
	}
	.header {
	  padding: 3px 10px;
	}
	.home-banner-block.mid {
	  margin: 5px 0;
	}
	#nav {
		width: 95%;
	}
	.main-container {
		padding: 0 10px;
	}
	.catalog-product-view .ratings .rating-links .separator, .review-product-list .ratings .rating-links .separator {
		display: none;
	}
	.product-view .product-shop p.rating-links a.add_your_review {
		display: block;
		padding-top: 10px;
		border-top: 1px dotted #666;
		margin-top: 10px;
	}
	.nav-left-category ul li a {
		padding: 0 18px;
	}
}

/* 1110px */

@media only screen and (max-width: 1110px) {
	.adc-footer-links ul {
		margin-right: 3%;
	}
	.nav-right-category ul li.coupon-and-offer, .block .block-title strong.all-categories {
	  margin-right: 10px;
	}
}

/* 1090px */

@media only screen and (max-width: 1097px) {
	.product-view .product-img-box {
		width: 33%;
	}
	.nav-left-category ul li a {
		padding: 0 12px;
	}
	.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-name label, .rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-email label {
	  width: 100%;
	  margin-bottom: 10px;
	}
	.rewardpoints-index-referral .col-main .form-list input.input-text {
		width: 80%;
	}
	.rewardpoints-index-referral .col-main .form-list li {
	  margin: 5px 0;
	  position: relative;
	}
	.rewardpoints-index-referral .box-account .button-set button.button {
		margin-top: 15px;
	}
	.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-name input.input-text {
		width: 80%;
	}
	.rewardpoints-index-referral .col-main .form-list li.fields .field img {
		top: 35px;
	}
}

/* 1060px */

@media only screen and (max-width: 1060px) {
	.catalog-product-view .col1-layout .product-view .product-shop, .review-product-list .col1-layout .product-view .product-shop {
		width: 63%;
	}
	.product-view .product-img-box {
		width: 35%;
	}
	.catalog-product-view .product-essential .product-options, .review-product-list .product-essential .product-options {
		width: 60%;
	}
}

/* 1050px */

@media only screen and (max-width: 1050px) {
	.adc-footer-links ul {
		margin-right: 2%;
	}
	.nav-right-category ul li a {
		padding: 0 15px;
	}
}


/* 1024px */

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

	span.recomend-text {
		top: 4px;
		display: block;
	}
	.catalog-product-view table.new_product_list a.related-buy-now, .review-product-list table.new_product_list a.related-buy-now {
		font-size: 0!important;
	}
	.catalog-product-view .product-details-table table.new_product_list th, .review-product-list .product-details-table table.new_product_list th {
		font-size: 13px!important;
	}
	p.scroll-category {
		display: block;
	}
	.top-cart .inner-wrapper {
		display: none!important;
	}
	.footer {
	  max-width: 1110px;
	  padding: 10px 15px 75px;
	  width: auto;
	}
	.adc-footer-links {
		width: 100%;
		float: none;
		border-top: 1px solid #C8C8C8;
	  	padding-top: 15px;
	}
	.adc-footer-links ul {
		margin-right: 3%;
		float: none;
	}
	.adc-footer-links ul li a {
		line-height: 25px;
	}
	span.footer-logo-adc {
		float: none;
	}
	.footer-our-partners {
	  text-align: center;
	  border-bottom: 1px solid #C8C8C8;
	  padding: 10px 0;
	  border-top: 1px solid #C8C8C8;
	  margin-top: 10px;
	}
	p.footer_content {
		margin: 20px 0 10px;
	}
	.slider-block p.custom_price {
		font-size: 18px;
	}
	.home-content p.content {
		font-size: 14px;
		margin-bottom: 0;
	}
	.home-content h1 {
		margin: 15px 0;
		font-size: 16px;
	}
	.header .form-search input.input-text {
		margin-right: 5px;
	}
	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 231px !important;
	}
	.catalog-category-view .products-list .product-shop, .catalogsearch-result-index .products-list .product-shop {
		width: 75%;
	}
	li.nav-categoty-links {
	  display: none;
	}
	.block .block-title strong.all-categories {
		position: absolute;
		left: 1%;
	}
	#nav {
		height: 150px;
		overflow-y: scroll;
	}
	#nav li {
	  width: 25%;
	}
	.catalog-category-view .block.block-left-nav .block-content h1, .catalogsearch-result-index .block.block-left-nav .block-content h1 {
		font-size: 1.5em;
		font-weight: 400;
	}
	.catalog-category-view .products-list .product-name a, .catalog-category-view .products-list p.custom_price, .catalog-category-view .products-list .manufactured_by {
		font-size: 1.2em;
	}
	.catalogsearch-result-index .products-list .product-name a, .catalogsearch-result-index .products-list p.custom_price, .catalogsearch-result-index .products-list .manufactured_by {
		font-size: 1.2em;
	}
	.catalog-category-view .products-list .generic_name, .catalog-category-view .products-list .generic_for, .add-to-links {
		margin: 0;
	}
	.catalogsearch-result-index .products-list .generic_name, .catalogsearch-result-index .products-list .generic_for, .add-to-links {
		margin: 0;
	}
	.catalog-category-view .products-list p.custom_price, .catalogsearch-result-index .products-list p.custom_price {
		margin: 4px 0;
	}
	.catalog-category-view .products-list li.item, .catalog-category-view .products-grid li.item, .catalogsearch-result-index .products-list li.item, .catalogsearch-result-index .products-grid li.item {
	  -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
	  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
	  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
	}
	.header .form-search button.button span {
		padding: 3px 0px;
	}
	.header li.first.last a {
		font-size: 13px;
	}
	.header .quick-access {
		width: 70%;
	}
	.header .form-search input.input-text {
		width: 60%;
	}
	.cms-index-index .slider-block p.custom_price {
		font-size: 16px;
	}
	.product-view .product-img-box {
	  width: 37%;
	}
	.catalog-product-view .pr-links-right, .review-product-list .pr-links-right {
		width: 80%;
	}
	.catalog-product-view .pr-availibility, .review-product-list .pr-availibility  {
	  width: auto;
	}
	.catalog-product-view .form-list label, .review-product-list .form-list label {
		width: 23%;
	}
	.catalog-product-view .buttons-set button.button, .review-product-list .buttons-set button.button {
		margin-left: 25%;
	}
	.catalog-product-view .bx-wrapper, .review-product-list .bx-wrapper {
	  max-width: 59%!important;
	}
	.header li.first.last a {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -281px -6px no-repeat;
	}
	.nav-left-category {
		margin-left: 140px;
	}
	.nav-right-category ul li.coupon-and-offer, .nav-right-category ul li.callback-req {
		background: #274130;
	}
	.nav-right-category ul li.coupon-and-offer {
		margin-right: 0;
  		border-right: 1px solid #365441;
	}
	.nav-right-category ul li a {
		line-height: 36px;
	}
	.nav-right-category ul li a span.callback-icon {
		height: 34px;
  		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -11px 1px no-repeat;
  		background-size: 400px;
	}
	.block .block-title {
		height: 45px;
		line-height: 45px;
	}
	.nav-left-category ul li a {
		line-height: 45px;
	}
	.block .block-title strong.all-categories {
		height: 45px;
		line-height: 36px;
	}
	.nav-right-category ul li a span.coupon-icon {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -455px -7px no-repeat;
  		margin-right: 5px;
  		background-size: 500px;
	}
	.catalog-category-view .products-grid a.link-wishlist, .catalogsearch-result-index .products-grid a.link-wishlist {
		right: 5px;
	}
	.nav-right-category ul li a span.coupon-icon {
		height: 42px;
	}
	.customer-account-index .box-account .box-head h2 {
		width: 91%;
	}
	.customer-account-create .account-create .create-acc-boxlft, .customer-account-create .account-create .create-acc-boxrt {
		width: 47%;
	}
	.customer-account-create .account-create .form-list select {
		width: 95%;
	}
	.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text h2.sub-title, .checkout-onepage-success .pr-order-success-box .pr-row1 .success-text h2, .checkout-onepage-success .pr-order-success-box .pr-row1 .success-text span {
		font-size: 18px;
	}
	.logged-in-user_normal {
		display: block;
	}
	.customer-account-edit .form-list.edit-pswd li.fields, .customer-account-edit .form-list.edit-pswd li {
	  width: 80%;
	}
	.addresses-list li.item {
		width: 39%;
	}
	.sales-order-history .my-account .data-table thead th {
		padding: 5px 12px;
	}
	.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-name, .rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-email {
		width: 100%;
	}
	.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-name {
		margin-bottom: 10px;
	}
	.rewardpoints-index-referral .col-main .form-list input.input-text {
		width: 60%;
	}
	.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-email {
		margin-left: 0;
	}
	.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-name label, .rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-email label {
		width: 30%;
	}
	.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-name input.input-text {
		width: 60%;
	}
	.rewardpoints-index-referral .col-main .form-list li.fields .field img {
		top: 5px;
	}
	.header .form-search .search-autocomplete {
		left: 30.4% !important;
	}
	.breadcrumbs {
		font-size: 13px;
	}
	.cms-faq .main-container h1.faq-title {
		font-size: 20px;
	}
	.cms-faq dl#slider dt > p {
		font-size: 14px;
		padding: 6px 15px;
	}
	.cms-faq dl#slider h2 {
		font-size: 18px;
  		padding: 5px 5px;
	}
	.customer-account-login .account-login .content p.title1 {
		font-size: 16px;
	}
	.customer-account-login .account-login .col-1 .content h2, .customer-account-login .account-login .col-2 .content h2 {
		font-size: 18px;
	}
	.customer-account-login .account-login .content ol li {
	  margin-bottom: 5px;
	  font-size: 14px;
	}
	a.home_icon {
		background-color: #274130!important;
  		padding: 0 5px!important;
  		margin-right: 0!important;
	}
	a.home_icon img {
		width: 70%;
	}
	.customer-account-login .form-list input.input-text {
		height: 30px;
	}
	.below_banner_area select {
		padding: 8px 5px;
	}
}

/* 980px */

@media only screen and (max-width: 980px) {
	.header .quick-access {
		width: 66%;
	}
	.header .form-search input.input-text {
		width: 50%;
	}
	.catalog-product-view .product_extra_links, .catalog-product-view .pr-availibility, .catalog-product-view .pr-links-right {
		width: 100%;
	}
	.review-product-list .product_extra_links, .review-product-list .pr-availibility, .review-product-list .pr-links-right {
		width: 100%;
	}
	.catalog-product-view .form-list input.input-text, .catalog-product-view .form-list textarea, .catalog-product-view input.validate-captcha {
		padding: 5px;
	}
	.review-product-list .form-list input.input-text, .review-product-list .form-list textarea, .review-product-list input.validate-captcha {
		padding: 5px;
	}
	.catalog-product-view .buttons-set button.button, .review-product-list .buttons-set button.button {
	  margin-left: 23%;
	}
	.catalog-product-view .product_wrapper .pr-similar-products .block .block-title strong, .review-product-list .product_wrapper .pr-similar-products .block .block-title strong {
		font: 400 18px 'Open Sans', sans-serif;
	}
	.catalog-product-view .easytabs-a {
		font: normal 16px 'Open Sans', sans-serif;
		padding: 7px;
  		text-transform: capitalize;
	}
	button.button span {
		padding: 7px 25px;
	}
	.catalog-product-view .easytabs-wrapper {
		width: 72%;
	}
	.catalog-product-view .pr-links-right, .review-product-list .pr-links-right {
		margin: 5px 0 15px 0;
	}
	.catalog-product-view .product-details-table table.new_product_list td, .review-product-list .product-details-table table.new_product_list td {
		padding: 5px 15px;
	}
	.catalog-product-view .col1-layout .product-view .product-shop, .review-product-list .col1-layout .product-view .product-shop {
	  width: 60%;
	}
	.catalog-product-view table.new_product_list a.related-buy-now, .review-product-list table.new_product_list a.related-buy-now {
		font-size: 12px;
  		padding: 0 3px;
  		width: 100%;
	}
	.catalog-product-view table.new_product_list a.refill_reminder_open, .review-product-list table.new_product_list a.refill_reminder_open {
		color: #767676;
  		font-size: 14px;
	}
	.catalog-product-view .product-details-table table.new_product_list th, .review-product-list .product-details-table table.new_product_list th {
		padding: 3px 20px;
		font-size: 14px;
	}
	.product-view .product-shop .product-name h1 {
		font: normal 1.5em 'Open Sans', sans-serif;
	}
	.col-left.sidebar .block-compared .block-title strong, .col-left.sidebar .block-compare .block-title strong {
		font-size: 14px;
	}
	.customer-account-index .col2-set .box .box-content a.acc-change-pswd, .customer-account-index .col2-set .box .box-title a.acc-edit {
		font-size: 16px;
	}
	.customer-account-index .block-account .block-content li a {
		font-size: 14px;
	}
	.customer-account-index .dashboard-points .data-table thead th {
		font-size: 14px;
	}
	.customer-account-index .col2-set .box {
		min-height: 150px;
	}
	.customer-account-index .col2-set .box .box-title h3, .customer-account-index .box-address .box-content .col-1 h4, .customer-account-index .box-address .box-content .col-2 h4 {
		font-size: 16px;
	}
	.customer-account-edit .form-list .customer-name .field.name-firstname, .customer-account-edit .form-list li, .customer-account-edit .form-list .customer-name .field.name-lastname {
	  width: 47%;
	}
	.header .form-search .search-autocomplete {
		left: 34.4% !important;
	}
	.catalog-product-view table.new_product_list a.related-buy-now, .review-product-list table.new_product_list a.related-buy-now {
		font-size: 0;
  		padding: 0 8px;
	}
	.catalog-product-view .rating_box .average_rating, .review-product-list .rating_box .average_rating {
		width: 33%;
	}
	.catalog-product-view .rating_box ul.ratingsDistribution, .review-product-list .rating_box ul.ratingsDistribution {
		width: 40%;
	}
	.catalog-product-view .product-collateral #product_tabs_tags_tabbed_contents .input-box input {
		height: 27px;
	}

	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 215px !important;
	}
	li.product_box {
		width: 21%;
	}
	.compare_btn_box {
		margin-top: 10px;
    	text-align: center;
	}
}

/* 960px */

@media only screen and (max-width: 960px) {
	.block .block-title {
		height: 45px;
		line-height: 45px;
	}
	.block-account .block-content li a {
		font-size: 14px;
	}
	.sales-order-history .my-account .data-table thead th {
	  	padding: 5px 5px;
	}
	.sales-order-history .my-account .data-table td {
		padding: 10px 5px;
	}
	.contacts-index-index .contact_info .numbers, .contacts-index-index .contact_info .fax_content, .contacts-index-index .contact_info .work_hours, .contacts-index-index .contact_info .contact_content {
		font-size: 1.1em;
	}
	.contacts-index-index .main-container .col-main ul.form-list, .contacts-index-index .main-container .col-main .contact_info {
		width: 48%;
	}
	li.product_box {
	    width: 20.5%;
	}
}

/* 940px */

@media only screen and (max-width: 940px) {
	.product-view .product-img-box {
	  width: 40%;
	}
	.catalog-product-view .product-essential .product-options, .review-product-list .product-essential .product-options {
	  width: 56%;
	}
	.product-view .product-shop p.no-rating a {
		font-size: 13px;
	}
}

/* 920px */

@media only screen and (max-width: 920px) {
	button.button span {
	  padding: 5px 10px;
	}
	.checkout-cart-index .align-r h1 {
		padding: 5px 12px;
	}
	.customer-account-login .account-login .col2-set .col-2 {
		width: 49%;
	}
	.customer-account-login .account-login .col2-set .col-1 {
		width: 42%;
	}
	.customer-account-login .account-login .content p.title1 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.customer-account-login .account-login .content ol li {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.customer-account-create .account-create .create-acc-boxrt .form-list .input-box {
	  width: 60%;
	}
	.customer-account-index .data-table td {
		padding: 5px 10px;
	}
	.customer-account-index .data-table thead th {
		padding: 7px 10px;
	}
	.col-left {
	  width: 24%;
	}
	.customer-account-edit .form-list .customer-name .field.name-firstname, .customer-account-edit .form-list li, .customer-account-edit .form-list .customer-name .field.name-lastname {
	  width: 49%;
	}
	.checkout-cart-index .pr-checkout-r1 .align-l {
		width: 100%;
		margin-bottom: 20px;
	}
	.checkout-cart-index .pr-checkout-r1 .align-r {
		width: 100%;
		margin-left: 0;
	}
	.catalog-product-view .rating_box .star_image img, .review-product-list .rating_box .star_image img {
	  width: 90%;
	}
	.catalog-product-view .rating_box .average_rating, .review-product-list .rating_box .average_rating {
		width: 25%;
		padding-top: 4%;
	}
	.catalog-product-view .rating_box ul.ratingsDistribution, .review-product-list .rating_box ul.ratingsDistribution {
	  width: 45%;
	}
	p.rating-box-notice {
		text-align: left;
	}
	.catalog-product-view .rating_box, .review-product-list .rating_box {
		padding: 10px 0;
	}
	.catalog-product-view .rate_me li, .review-product-list .rate_me li {
		margin-right: 3%;
	}
	.catalog-product-view .rate_me li .rating_label, .review-product-list .rate_me li .rating_label {
		font-size: 13px;
	}

	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 205px !important;
	}
}

/* 900px */

@media only screen and (max-width: 900px) {
	.footer-our-partners span {
		margin-right: 20px;
	}
	.footer-our-partners span.our-partner-text {
		font-size: 16px;
	}
	.footer-our-partners span.op1 {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) 0 -291px no-repeat;
		background-size: 400px;
		width: 100px;
		height: 30px;
	}
	.footer-our-partners span.op2 {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) 0 -323px no-repeat;
	  background-size: 400px;
	  width: 80px;
	  height: 41px;
	}
	.footer-our-partners span.op3 {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) 0 -375px no-repeat;
	  background-size: 400px;
	  width: 117px;
	  height: 27px;
	}
	.slider-block p.custom_price {
		font-size: 16px;
		font-weight: 600;
	}
	.catalog-category-view .col-main, .catalogsearch-result-index .col-main {
	  width: 100%;
	}
	.block.block-left-nav {
	  display: none;
	}
	/*.catalog-category-view .col-left, .catalogsearch-result-index .col-left {
		width: 30%;
		position: absolute;
		right: 0px;
		top: 199px;
	}*/
	
	dl#narrow-by-list li {
	  padding: 4px 0;
	  border-top: 1px dotted #D7D5D5;
	}
	.block-content.compare-block-tab {
	  border: 1px solid #72AE12;
	}
	/*.catalog-category-view .block-layered-nav .block-content, .catalog-category-view .block.block-list.block-compare .block-content {
		display: none;
	}*/
	/*.catalogsearch-result-index .block-layered-nav .block-content, .catalogsearch-result-index .block.block-list.block-compare .block-content {
		display: none;
	}*/
	.catalog-category-view .col-left.sidebar .block .block-title, .catalog-category-view .block-layered-nav .block-subtitle {
		display: none;
	}
	.catalogsearch-result-index .col-left.sidebar .block .block-title, .catalogsearch-result-index .block-layered-nav .block-subtitle {
		display: none;
	}
	.catalog-category-view .col-left.sidebar .block .block-title.sb_title, .catalogsearch-result-index .col-left.sidebar .block .block-title.sb_title {
		display: block;
	}
	.tab-category-icons {
		/*display: inline-block;*/
	}
	.catalog-product-view .pr-links-right, .review-product-list .pr-links-right {
	  margin: 5px 0 15px 0;
	}
	.product-view .product-img-box {
	  width: 41%;
	}
	.catalog-product-view .col1-layout .product-view .product-shop, .review-product-list .col1-layout .product-view .product-shop {
	  width: 59%;
	}
	.nav-right-category ul li a {
		font-size: 0;
		padding: 0;
		color: #274130;
		text-indent: -9em;
	}
	.nav-right-category {
		margin-right: 10px;
	}
	.nav-right-category ul li a span.coupon-icon {
		width: 58px;
		height: 33px;
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -437px -13px no-repeat;
		background-size: 500px;
	}
	.nav-right-category ul li a span.callback-icon {
		width: 58px;
		height: 33px;
  		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) 5px -5px no-repeat;
  		margin-left: 0;
  		background-size: 400px;
	}
	.tab-category-icons .fiter-icon, .tab-category-icons .compare-icon {
		float: left;
		margin-right: 0;
		border-right: 1px solid #365441;
	}
	.tab-category-icons .fiter-icon {
		width: 60px;
		padding: 0;
		height: 45px;
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/filter.png) center center no-repeat #213d2b;
		background-size: 31px;
	}

	.tab-category-icons .compare-icon {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/compare.png) center center no-repeat #213d2b;
  		padding: 0;
  		width: 60px;
  		height: 45px;
  		background-size: 38px;
	}
	.catalog-product-view .product-essential .product-options, .review-product-list .product-essential .product-options {
	  width: 54%;
	}
	.checkout-cart-index .data-table thead th {
		font-size: 15px;
		padding: 4px 8px;
	}
	.checkout-cart-index .align-r h1 {
		font-size: 15px;
	}
	.checkout-cart-index .cart .cart-collaterals .col2-set {
		width: 100%;
	}
	.catalog-category-view .tab-category-icons,  .catalogsearch-result-index .tab-category-icons {
		display: inline-block;
	}
	.catalog-category-view .products-list .product-name, .catalogsearch-result-index .products-list .product-name {
		width: 100%;
  		margin-right: 0;
  		margin-bottom: 10px;
	}
	.catalog-category-view .products-list ul.add-to-links, .catalogsearch-result-index .products-list ul.add-to-links {
	  width: 100%;
	}
	.checkout-cart-index .block.block-account, .checkout-cart-index .block.block-list.block-compared, .checkout-cart-index .block.block-list.block-compare {
		width: 100%;
	}
	.catalog-product-view .block.block-account, .catalog-product-view .block.block-list.block-compared, .catalog-product-view .block.block-list.block-compare {
		width: 100%;
	}
	.checkout-cart-index .block .block-content, .catalog-product-view .block .block-content {
		border: 0;
	}

}


/* 860px */

@media only screen and (max-width: 860px) {
	.product-view .product-img-box {
	  width: 42%;
	}
	.catalog-product-view .col1-layout .product-view .product-shop, .review-product-list .col1-layout .product-view .product-shop {
	  width: 58%;
	}

	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 190px !important;
	}
	li.product_box {
	    width: 20%;
	}
}

/* 840px */

@media only screen and (max-width: 840px) {
	.adc-footer-links ul li a {
		font-size: 13px;
	}
	.adc-footer-links ul {
		margin-right: 1%;
	}
	.header .quick-access {
	  width: 65%;
	}
	.header .form-search input.input-text {
	  width: 40%;
	}
	.cms-index-index .banner_sec, .cms-index-index .below_banner_main_area {
		width: 100%;
	}
	.home-banner-block {
	  width: 33%;
	  display: inline-block;
	  margin: 5px 0 0 0;
	}
	.cms-index-index .below_banner_main_area {
		float: none;
		margin-left: 0;
	}
	.product-view .product-img-box, .catalog-product-view .col1-layout .product-view .product-shop, .review-product-list .col1-layout .product-view .product-shop {
		width: 100%;
	}
	.catalog-product-view table.new_product_list a.related-buy-now, .review-product-list table.new_product_list a.related-buy-now {
	  vertical-align: middle;
	  height: 28px;
	  line-height: 28px;
	  display: inherit;
	  padding: 0 20px;
	  font-size: 14px;
	}
	.catalog-product-view .col1-layout .product-view .product-shop, .review-product-list .col1-layout .product-view .product-shop {
	  padding-top: 15px;
	  border-top: 1px dotted #B6B6B6;
	  margin-top: 15px;
	}
	.catalog-product-view .pr-availibility, .review-product-list .pr-availibility {
		width: 30%;
	}
	.catalog-product-view .pr-links-right, .review-product-list .pr-links-right {
		width: 65%;
		margin: 12px 0 0 0;
	}
	.product-view .product-shop .short-description {
		margin: 0;
	}
	.zoom-img, .catalog-product-view .mousetrap, .review-product-list .mousetrap {
		display: none;
	}
	.zoom-inner {
		margin: 0 auto 10px;
		width: 70%;
	}
	.zoom-inner a {
		display: inline-block!important;
	}
	div#wrap {
	  text-align: center;
	}

	.catalog-product-view .bx-wrapper, .review-product-list .bx-wrapper {
	  max-width: 39%!important;
	}

	.catalog-product-view .product-details-table table.new_product_list, .review-product-list .product-details-table table.new_product_list {
		margin-bottom: 0;
	}
	.catalog-product-view .product-essential .product-options, .review-product-list .product-essential .product-options {
	  width: 96%;
	}
	.customer-account-login .account-login .col2-set .col-2, .customer-account-login .account-login .col2-set .col-1 {
		width: 100%;
	}
	.customer-account-login .account-login .col2-set .col-1 {
		margin-right: 0;
		border-right: 0;
		border-bottom: 1px solid #CFCFCF;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.customer-account-login .account-login .col2-set {
		padding: 15px 40px;
	}
	.customer-account-login .account-login .content ol li {
		margin-bottom: 0;
		font-size: 14px;
	}
	.customer-account-login .account-login .content p.title1, .form-list .input-box {
		margin-bottom: 5px;
	}
	.customer-account-login .account-login .col-1 .content h2 {
		margin: 0 0 5px;
	}
	.customer-account-login .account-login .col-2 .content h2 {
		margin: 0 0 15px;
	}
	.form-list .input-box {
		width: 85%;
	}
	.col2-left-layout .col-main, .col-left {
	  width: 100%;
	}
	.col-left.sidebar .block-title {
		display: none;
	}
	.block.block-list.block-compared {
		display: none;
	}
	.customer-account-create .account-create .form-list .input-box {
	  width: 65%;
	}
	.customer-account-create .account-create .create-acc-boxrt .form-list .input-box {
	  width: 55%;
	}
	.customer-account-create .account-create .form-list select {
	  width: 97%;
	}
	.customer-account-create .account-create .fieldset {
		padding: 20px 30px;
	}
	.block-account .block-content {
	  position: absolute;
	  top: 193px;
	  right: 0;
	  width: 30%;
	  border: 1px solid #9FB701;
	  height: 189px;
  	  overflow-y: scroll;
	  display: none;
	  background: #fff;
	}
	.block-account .block-content ul {
		background: #fff;
	}
	.block-compare, .block-layered-nav {
	  position: absolute;
	  top: 198px;
	  right: 0;
	  width: 30%;
	  border: 1px solid #9FB701;
	  display: none;
	}
	.customer-account-index .acc-pages-icons, .customer-account-edit .acc-pages-icons, .customer-address-index .acc-pages-icons, .refillreminder-view-index .acc-pages-icons, .sales-order-history .acc-pages-icons, .sales-order-view .acc-pages-icons, .review-customer-index .acc-pages-icons, .tag-customer-index .acc-pages-icons, .tag-customer-view .acc-pages-icons, .wishlist-index-index .acc-pages-icons, .newsletter-manage-index .acc-pages-icons, .rewardpoints-index-referral .acc-pages-icons, .rewardpoints-index-points .acc-pages-icons {
	   display: inline-block;
	}
	.block {
		border: 0;
	}
	.customer-address-index .col2-left-layout .col-main {
		width: 100%;
	}
	.addresses-list li.item {
	  width: 40%;
	}
	.sales-order-history .my-account .data-table thead th {
	  	padding: 5px 15px;
	}
	.sales-order-history .my-account .data-table td {
		padding: 10px 15px;
	}
	.contacts-index-index .main-container .col-main ul.form-list, .contacts-index-index .main-container .col-main .contact_info {
		width: 100%;
	}
	.contacts-index-index .main-container .col-main .contact_info {
	  border-top: 2px dotted #D0D0D0;
	  padding-top: 20px;
	  margin-top: 20px;
	}
	.contacts-index-index .contact_info .numbers, .contacts-index-index .contact_info .fax_content, .contacts-index-index .contact_info .work_hours, .contacts-index-index .contact_info .contact_content {
	  font-size: 1.2em;
	}
	.contacts-index-index .form-list input.input-text, .contacts-index-index .form-list select, .contacts-index-index .form-list li.wide textarea, .contacts-index-index input {
		margin-bottom: 5px;
	}
	.contacts-index-index .main-container .col-main .fieldset {
		padding: 20px 30px;
	}
	.block.block-list.bought-block-list {
	  display: block;
	  position: static;
	}
	.filter-block-tab {
	  border: 1px solid #72AE12!important;
	  height: 220px;
  	  overflow-y: scroll;
	}
	.testimonial-index-index .col-left.sidebar, .testimonial-form-index .col-left.sidebar, .clnews-index-index .col-left.sidebar, .clnews-newsitem-view .col-left.sidebar {
		padding: 0;
	}
	iframe#trustedcompany-widget {
		width: 100%!important;
	}
	.catalog-category-view .col-left, .catalogsearch-result-index .col-left {
	  width: 100%;
	  padding: 0;
	}

	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 185px !important;
	}

	.below_banner_area .drugSearch {
		border: 2px solid #EAE8E8;
		padding: 8px 15px 3px 5px;
		margin-bottom: 0;
  		margin-top: 5px;
	}
	.below_banner_area .drugSearch ul {
		padding: 0;
	}
	.below_banner_area .drugSearch li {
		padding-bottom: 5px;
		margin-bottom: 0;
		width: 49%;
		display: inline-block;
		border-bottom: 0;
	}
	.below_banner_area .drugSearch li #dropdown2 {
	  margin-left: 10px;
	}
	.below_banner_area .sendfriend-product-send input.input-text, .below_banner_area select, .below_banner_area input {
		margin-top: 0;
	}
	.home-banner-block.third {
		display: inline-block;
	}
}

/* 800px */

@media only screen and (max-width: 800px) {
	
	.tab_container ul.tabs li {
		width: 24.80%;
	}
	.header .quick-access {
	  width: 62%;
	}
	.catalog-product-view .easytabs-wrapper, .catalog-product-view .pr-similar-products, .review-product-list .pr-similar-products {
	  width: 100%;
	}
	.catalog-product-view .bought-block-content .item, .review-product-list .bought-block-content .item {
	  width: 100%;
	  margin-bottom: 0;
	  border-bottom: 0;
	  display: block;
	  border-right: 0px solid #E4E4E4;
	  float: left;
	  min-height: 0px;
	  padding: 0;
	}
	.catalog-product-view .bought-block-content .item:last-child, .review-product-list .bought-block-content .item:last-child {
		border-right: 0;
	}
	.catalog-product-view .mini-products-list .product-image, .review-product-list .mini-products-list .product-image {
	  width: 100%;
	  border: 0;
	  text-align: center;
	  border-bottom: 1px solid #CFCFCF;
	  padding: 10px 0;
	  margin-bottom: 0px;
	}
	.catalog-product-view .bought_wrapper_area .block-title, .review-product-list .bought_wrapper_area .block-title {
		padding: 5px 0;
	}
	.catalog-product-view .product_wrapper, .review-product-list .product_wrapper {
		width: 100%;
	}

	.catalog-product-view .product_wrapper .pr-similar-products, .review-product-list .product_wrapper .pr-similar-products {
		width: 100%;
	}
	
	.checkout-cart-index .align-r h1 {
		width: 99.5%;
	}
	.catalog-product-view .pr-links-right, .review-product-list .pr-links-right {
		width: 70%;
	}
	.catalog-product-view .main-container .mini-products-list .product-image img, .review-product-list .main-container .mini-products-list .product-image img {
		width: auto;
		height: 120px;
	}
	.catalog-product-view .main-container .mini-products-list .product-image, .review-product-list .main-container .mini-products-list .product-image {
		width: 40%;
		display: inline-block;
	}
	.catalog-product-view .main-container .mini-products-list .product-details, .review-product-list .main-container .mini-products-list .product-details {
		width: 60%;
		text-align: left;
		float: left;
		padding: 10px 0;
	}
	.header .form-search .search-autocomplete {
		left: 38.4% !important;
	}
	.catalog-product-view .bx-wrapper, .review-product-list .bx-wrapper {
	  max-width: 40%!important;
	}
	.subscribe-innerdiv span.xtra-txt {
	  display: none;
	}
	.catalog-product-view table.new_product_list a.related-buy-now, .review-product-list table.new_product_list a.related-buy-now {
		padding: 0 10px 0 37px;
	}
	.catalog-product-view .customer_rating, .review-product-list .customer_rating {
		width: 100%;
	}
	.catalog-product-view .product-collateral #product_tabs_tags_tabbed_contents .input-box input {
	  height: 23px;
	}
	.catalog-product-view .bought_wrapper_area .block-title, .review-product-list .bought_wrapper_area .block-title {
		background: #ddd!important;
	}
	.catalog-product-view .product-details-table table.new_product_list td, .review-product-list .product-details-table table.new_product_list td {
		padding: 7px 15px;
	}
	.catalog-product-view .main-container .bought-block-content .item, .review-product-list .main-container .bought-block-content .item {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.catalog-product-view .bought-block-content .item:last-child, .review-product-list .bought-block-content .item:last-child {
		border-bottom: 1px solid #CCC;
	}
	.customer-testimonials-content {
		font-size: 13px;
	}
	.sb_block .input-box.sinput input {
		margin-bottom: 5px;
	}
	.sb_block p.sb_lable label {
		font-size: 13px;
	}
	.sb_block .sb_title strong, h1.pr-adv-search {
		font-size: 16px;
	}
	.sb_block textarea#suggestion {
	  height: 4em;
	  margin-bottom: 5px;
	}
	.drugSearch ul {
	  padding: 0 15px;
	}
	.news-item h5 {
	  font-size: 14px;
	}
	.clnews-newsitem-view .news p {
		font-size: 13px;
	}
	.customer-account-login .account-login .col-1 .content button.button span, .customer-account-login .account-login .col-2 .content button.button span {
		padding: 2px 5px;
	}
	li.product_box {
		margin-right: 5px;
	}
}


/* 736px */

@media only screen and (max-width: 736px) {
	.catalog-product-view .zoom-inner, .review-product-list .zoom-inner {
		margin-bottom: 20px;
	}
	.header-top-block {
		display: none!important;
	}
	.logged-in-user a {
		font-size: 13px;
	}
	.header .quick-access {
		padding: 24px 0 0 0;
	}
	.block .block-title strong.all-categories {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -118px -272px no-repeat #72ae12;
		font-size: 0px;
		padding: 0 20px;
	}
	.block .block-title strong.all-categories span:after {
		display: none;
	}
	.nav-left-category, .nav-right-category {
	  display: none;
	}
	.nav-right-category {
	  margin-right: 20px;
	}
	.block .block-title {
	  height: 35px;
	  line-height: 29px;
	}
	.header .form-search button.button span span {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/search-icon.png) 4px 4px no-repeat;
	}
	.header .form-search button.button span {
		height: 30px;
	}
	.block .block-title strong.all-categories {
	  height: 35px;
	  line-height: 35px;
	}
	.nav-left-category ul li a {
		line-height: 35px;
	}
	.header .logo {
		text-align: left;
	}
	.header .logo img {
	  width: 80%;
	}
	.header li.first.last a {
		font-size: 0;
	}
	.header li.first.last a span.shopping_count {
		margin-top: 0;
		font-size: 13px;
	}
	ul.links {
		padding-bottom: 0;
	}
	.header .form-search input.input-text {
		width: 50%;
		height: 30px;
	}
	.header .quick-access {
	  width: 63%;
	}
	.header {
	  padding: 3px 15px;
	}
	.block .block-title strong.all-categories {
		left: 3%;
	}
	.adc-footer-links ul {
	  margin-right: 1.4%;
	}
	.adc-footer-links ul li a {
	  font-size: 12px;
	  font-weight: 600;
	  font-family: 'Open Sans', sans-serif;
	}
	p.footer_content {
		font-size: 12px;
		font-family: 'Open Sans', sans-serif;
		padding: 0 5px;
		margin: 10px 0 10px;
	}
	.footer address {
		font-size: 13px;
		font-weight: 600;
		margin-top: 5px;
		font-family: 'Open Sans', sans-serif;
	}
	.footer-our-partners {
		padding: 5px 0;
	}
	span.footer-logo-adc {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -150px -346px no-repeat;
  		background-size: 400px;
  		width: 138px;
  		height: 48px;
	}
	.cms-index-index .home-content h2 {
		font-size: 16px;
	}
	.home-content p.content {
		font-size: 13px;
	}
	.home-content h1 {
		padding: 5px 50px;
		font-size: 14px;
	}
	.cms-index-index .slider-block .grid-inner {
		height: auto;
	}
	.cms-index-index .slider-block .products-grid .product-name {
		height: 35px;
		overflow: hidden;
	}
	.cms-index-index .slider-block .products-grid .desc.std {
		height: 35px;
		overflow: hidden;
	}
	.cms-index-index .slider-block .products-grid .product-name a {
		font-size: 13px;
	}
	.cms-index-index .slider-block .products-grid li.item {
		font-size: 13px;
  		line-height: 18px;
	}
	.cms-index-index .slider-block p.custom_price {
	  font-size: 13px;
	}
	.cms-index-index .slider-block .products-grid li.item .inner_wrapper{
		margin-right: 0;
		padding: 0 10px 10px;
		border-right: 1px solid #E2E2E2;
	}

	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 161px !important;		 
	}

	.view-all-products {
		padding: 8px 0;
		background: #E2E2E2;
	}
	.view-all-products a {
		text-decoration: none;
		font-size: 14px;
	}
	span.footer-logo-adc, .footer-our-partners, .adc-footer-links, .footer_imp_msg, .subscribe-innerdiv .span.xtra-txt {
		display: none;
	}
	.subscribe-input-go {
		margin-left: 5px;
		height: 30px;
	}
	#toTop {
		height: 25px;
	}
	#toTop input.subs {
		height: 20px;
	}
	input#subscribebtn {
		height: 28px;
  		margin-top: 0;
	}
	.nav-right-category ul li a {
	  line-height: 33px;
	}
	li.mob-menu-topmenu {
	  display: inline-block;
	}
	.catalog-category-view p.view-mode strong.grid, .catalogsearch-result-index p.view-mode strong.grid {
		margin-right: 5px;
	}        
	.catalog-category-view .sorter .view-mode label {
	  display: none;
	}
	.catalog-category-view .sorter .sort-by, .catalogsearch-result-index .sorter .sort-by {
		margin-left: 5%;
	}
	.sb_block {
		width: 100%;
	}
	.sb_block .input-box.sinput input {
		margin-bottom: 5px;
	}
	.trustedcompany-widget {
		display: none;
	}
	.catalog-category-view a.link-notify, .catalogsearch-result-index a.link-notify {
		margin-right: 0;
	}
	.catalog-category-view .availability.out-of-stock span, .catalogsearch-result-index .availability.out-of-stock span {
		margin-right: 0;
	}
	.catalog-category-view .products-list .availability.out-of-stock span, .catalogsearch-result-index .products-list .availability.out-of-stock span {
		margin-right: 10px
	}
	.catalog-category-view .category-description, .catalogsearch-result-index .category-description {
		display: none;
	}
	.catalog-category-view .col-left, .catalogsearch-result-index .col-left {
		width: 100%;
	}
	.catalog-category-view .sorter .view-mode, .catalogsearch-result-index .sorter .view-mode {
		display: none;
	}
	.catalog-category-view .toolbar .pager, .catalogsearch-result-index .toolbar .pager {
		height: 30px;
  		line-height: 28px;
	}
	.catalog-category-view .pager, .catalogsearch-result-index .pager {
		font-size: 13px;
	}
	.catalog-category-view .sorter .sort-by, .catalogsearch-result-index .sorter .sort-by {
	  margin-left: 0;
	}
	.catalog-category-view .products-grid li.item, .catalogsearch-result-index .products-grid li.item {
		width: 100%;
		padding: 20px 0 0;
		min-height: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.catalog-category-view .products-grid li.item:hover, .catalogsearch-result-index .products-grid li.item:hover {
		background: #fff;
	}
	.catalog-category-view .products-grid .product-image img, .catalogsearch-result-index .products-grid .product-image img {
	  	width: auto;
	  	height: auto;
	}
	.catalog-category-view .products-grid .product-image, .catalogsearch-result-index .products-grid .product-image {
		width: 30%;
		border-right: 2px solid #6B9A63;
		border-bottom: 0;
		padding: 0;
		vertical-align: top;
		float: left;
	}
	.pr-details-height {
		min-height: 0;
  		display: inline-block;
  		text-align: left;
  		margin-left: 20px;
  		float: left;
  		width: 55%;
	}
	.catalog-category-view .products-grid .generic_for, .catalogsearch-result-index .products-grid .generic_for {
		height: auto;
	}
	.catalog-category-view .products-grid .product-name, .catalogsearch-result-index .products-grid .product-name {
	  	margin: 0 0 5px 0;
	  	display: inline-block;
	  	height: auto;
	}
	.catalog-category-view .products-grid .no-rating, .catalog-category-view .products-grid .ratings {
	  	height: auto;
	}
	.catalog-category-view .products-grid .actions, .catalogsearch-result-index .products-grid .actions {
		background: #F7F7F7;
  		padding-top: 5px;
  		text-align: center;
  		float: left;
  		width: 100%;
	}
	.catalogsearch-result-index .products-list .generic_name, .catalogsearch-result-index .products-list .generic_for, .add-to-links {
		display: inline-block;
		margin-left: 0px;
  		border-left: 0px solid #000;
  		padding: 0 0px;
	}
	.products-grid .availability, .catalog-category-view .notify-main, .catalogsearch-result-index .notify-main {
		display: inline-block;
	}
	.catalog-category-view a.link-notify, .catalogsearch-result-index a.link-notify {
		padding: 4px 15px 5px 40px;
	}
	li.item.out-of-stock-item {
	  background: #FFFFFF!important;
	}
	.catalog-category-view .products-grid a.link-wishlist, .catalogsearch-result-index .products-grid a.link-wishlist {
		right: 15px;
		top: 10px;
	}
	.catalog-product-view table.new_product_list a.related-buy-now, .review-product-list table.new_product_list a.related-buy-now {
		padding: 0 10px 0 37px;
	}
	.catalog-product-view .pr-availibility, .review-product-list .pr-availibility {
	  width: auto;
	}
	.catalog-product-view .pr-links-right, .review-product-list .pr-links-right {
	  width: 80%;
	}
	.catalog-product-view .product-essential, .review-product-list .product-essential {
		margin-bottom: 0;
	}
	.clnews-newsitem-view .col2-left-layout .col-main .social {
		display: none;
	}
	h2 {
		font-size: 16px;
	}
	.breadcrumbs {
		font-size: 12px;
	}
	.clnews-newsitem-view .col2-left-layout .col-main .news h2 {
	  margin-bottom: 0;
	}
	.cms-faq .faq-content-wrapper {
		padding: 10px 20px;
	}
	.cms-faq .main-container h1.faq-title {
		background-size: 70px;
		padding-left: 85px;
  		height: 60px;
  		line-height: 60px;
	}
	.cms-faq dl#slider dt > p {
	  font-size: 13px;
	  padding: 5px 15px;
	}
	.cms-faq dl#slider h2 {
	  font-size: 16px;
	}
	.cms-page-view .main-container .col-main p, .cms-page-view .main-container .col-main li {
		font-size: 1em;
	}
	.all_categories_list {
		width: 40%;
		padding-left: 20px;
		border-bottom: 1px solid #72ae12;
  		border-right: 1px solid #72ae12;
  		height: 100%;
  		box-sizing: border-box;
  		padding-top: 100px;
	}
	#nav {
		height: 100%;
		box-sizing: border-box;
	}
	#nav li {
	  width: 100%;
	}
	.tab_container ul.tabs li {
		width: 100%;
		border-bottom: 1px solid #000;
		height: 36px;
  		line-height: 36px;
  		font-family: 'Open Sans', sans-serif;
  		font-size: 15px;
  		background: #3D3D3D;
	}
	li.tab-link.current:after {
	  display: none;
	}
	.tab_container ul.tabs {
		display: none;
	}
	.product_mobile_tab {
		display: block;
		position: relative;
	}
	.ptitle {
		height: 32px;
  		line-height: 32px;
  		font-family: 'Open Sans', sans-serif;
  		font-size: 15px;
  		color: #fff;
	}
	.menu_toogle_arrow {
	    border-top: 8px solid rgb(145, 183, 44);
  		border-left: 8px solid transparent;
  		border-right: 8px solid transparent;
  		position: absolute;
  		bottom: 11px;
  		right: 2%;
	}
	.menu_toogle_arrow_up {
	    border-bottom: 8px solid rgb(145, 183, 44);
	    border-top: 0;
	}
	.visible {
		display: block !important;
	}
	.below_banner_area {
	  text-align: center;
	}
	.home-banner-block {
		width: 32.9%;
	}
	.cms-index-index .col1-layout .col-main, .cms-index-index .main-container {
	  padding: 0;
	}
	.cms-index-index .best-selligng-product-block, .cms-index-index .home-content {
		padding: 0 15px;
		box-sizing: border-box;
	}
	h1.best-selling-products {
		margin: 12px 0 15px 0;
		padding: 5px 50px;
		font-size: 16px;
	}
	.home-content h1 {
		margin: 8px 0;
	}
	.mobile-pr-category-icon, .mobile-pr-search-icon, .mobile-pr-cart-icon, .mobile-pr-login-icon {
		display: inline-block;
		cursor: pointer;
	}
	.mobile-pr-category-icon {
	    background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -119px -258px no-repeat #72ae12;
  		width: 40px;
  		height: 65px;
  		float: left;
	}
	.header {
	  padding: 0;
	  border-bottom: 4px solid #72AE12;
	  background: #fff;
	}
	.header h1.logo {
		margin-left: 5px;		
	}

	.header h1.logo, .header a.logo {
		min-width: 144px;
		max-width: 144px;
	}
	.header .logo img, .header .logo img {
	  width: 100%;
	}
	.mob-right-icons {
	  float: right;
	  margin-top: 20px;
	}
	.mobile-pr-search-icon {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/mob-search-icon.png) no-repeat;
		width: 24px;
		height: 24px;
		float: left;
		margin-right: 20px;
		cursor: pointer;
	}
	.mobile-pr-cart-icon {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/mob-cart-icon.png) no-repeat;
		width: 24px;
		height: 24px;
		float: left;
		margin-right: 25px;
		cursor: pointer;
	  	position: relative;
	}
	.mobile-pr-cart-icon span {
	  position: absolute;
    	left: 14px;
    	top: -12px;
    	background: #EDEDED;
    	color: #506F00;
    	border-radius: 50%;
    	width: 20px;
    	height: 20px;
    	text-align: center;
    	line-height: 20px;
    	border: 1px solid #506F00;
    	font-size: 12px;
    	font-weight: 600;
	}
	.mobile-pr-login-icon {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/User-login.png) no-repeat;
		width: 24px;
		height: 24px;
		float: left;
		margin-right: 10px;
		cursor: pointer;
	}
	.header li.first.last a {
	  background: none;
	  padding-left: 0;
	}
	.header .quick-access ul.links {
	  display: none;
	}
	.block .block-title strong.all-categories {
		display: none;
	}
	.block .block-title {
		height: 0;
	}
	.header .quick-access {
	  width: 100%;
	  background: #F4F4F4;
	  padding: 10px;
	  box-sizing: border-box;
	  border-top: 2px solid #EAE9E9;
	  display: none;
	  position: absolute;
	  top: 69px;
	}
	.header .form-search input.input-text {
	  width: 89%;
	  height: 25px;
	}
	.header .form-search button.button span {
	  height: 25px;
	}
	.header .form-search button.button span span {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/search-icon.png) 5px 2px no-repeat;
	}
	.header .form-search input.input-text {
		font-size: 13px;
	}
	.cms-index-index .std {
		display: none;
	}
	dl#narrow-by-list {
	  border: 0;
	}
	ul.new-user li:last-child {
		display: none;
	}
	ul.new-user li a {
	  font-size: 0;
	  display: block;
  	  width: 24px;
  	  height: 24px;
	}
	.logged-in-user.active, .logged-in-user.visible, .logged-in-user:hover {
		background-color: transparent!important;
	}
	.logged-in-user a {
	  font-size: 0;
	}
	.dropdown_links {
		top: 100%;
		border-radius: 0;
	}
	.dropdown_links li a {
		font-size: 14px;
		padding: 5px 10px!important;
	}
	.logged-in-user_normal {
		right: 10px;
  		top: 20px;
  		width: 24px;
  		height: 24px;
	}
	.logged-in-user {
		padding: 0;
		width: 24px;
		height: 24px;
	}
	.catalog-category-view .categories-right-hom, .catalogsearch-result-index .categories-right-hom {
	 float: left;
	 display: inline-block;
	 width: 100%;
	 position: absolute;
	 left: 0;
	 top: 50px;
	}

	.customer-account-index .box-account .box-head h2 {
	  float: left!important;
	  width: 90%!important;
	}

	.my_account_col .categories-right-hom {
		float: left;
	 	display: inline-block;
	 	width: 100%;
	 	position: absolute;
	 	left: 0;
		top: 20px;
	}

	.block-account .block-content {
		background: #fff;
  		top: 130px;
  		left: 17px;
  		width: 48%;
  		box-sizing: border-box;
	}
	.block-compare, .block-layered-nav {
		top: 136px;
	}
	.all_categories_list {
		top: 0;
		position: fixed;
	}

	.catalog-category-view .tab-category-icons, .catalogsearch-result-index .tab-category-icons, .my_account_col .acc-pages-icons {
	 display: inline-block;
	 width: 95%;
	 float: left;
	 margin: 0 2.5%;
	 padding: 2px 0;
	 border: 1px solid #ccc;
	 border-left: 0;
	 border-right: 0;
	 height: 35px;
	}

	.catalog-category-view .tab-category-icons .fiter-icon, .catalogsearch-result-index .tab-category-icons .fiter-icon {
	 width: 50%;
	 height: 35px;
	 background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/filter-mob.png) 36% center no-repeat;
	 background-size: 25px;
	 box-sizing: border-box;
	 line-height: 35px;
	}

	.catalog-category-view .tab-category-icons .compare-icon, .catalogsearch-result-index .tab-category-icons .compare-icon {
	 background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/compare-mob.png) 28% center no-repeat;
	 width: 50%;
	 height: 35px;
	 background-size: 33px;
	 box-sizing: border-box;
	 border: 0;
	 line-height: 35px;
	}

	.acc-pages-icons .compare-acc-icon {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/compare-mob.png) 28% center no-repeat;
	  width: 50%;
	 height: 35px;
	 background-size: 33px;
	 box-sizing: border-box;
	 border: 0;
	 line-height: 35px;
	}

	.acc-pages-icons .compare-acc-icon:before {
	  content: "Compare";
	  font-size: 16px;
	  color: #000;
	} 

	.acc-pages-icons .my-account-icon:before {
	  content: "My Account";
	  font-size: 16px;
	  color: #000;
	} 

	.acc-pages-icons .my-account-icon {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/User-login.png) 29% center no-repeat;
	  width: 50%;
	 height: 35px;
	 background-size: 24px;
	 box-sizing: border-box;
	 border: 0;
	 line-height: 35px;
	 border-right: 0px solid #000;
	}

	.my_account_col .col-main {
	 width: 100%;
	 margin-top: 45px;
	}

	.catalog-category-view .col2-left-layout .col-main, .catalogsearch-result-index .col2-left-layout .col-main {
	 width: 100%;
	 margin-top: 0px;
	}

	.catalog-category-view .tab-category-icons .fiter-icon:before, .catalogsearch-result-index .tab-category-icons .fiter-icon:before {
	  content: "Filter";
	  font-size: 16px;
	  color: #000;
	}
	.catalog-category-view .tab-category-icons .compare-icon:before, .catalogsearch-result-index .tab-category-icons .compare-icon:before {
		content: "Compare";
		font-size: 16px;
	  	color: #000;
	}
	.block-compare, .block-layered-nav {
		right: inherit;
		left: 16px;
		width: 95%;
		top: 161px;
	}
	.my_account_col .block-compare, .my_account_col .block-layered-nav {
		top: 130px;
	}
	.filter-block-tab, .block-content.compare-block-tab {
	  border: 1px solid #E4E4E4!important;
	}
	.customer-account-create .account-create .form-list label {
		font-size: 13px;
	}
	.customer-account-create .account-create .fieldset .legend {
		font-size: 18px;
		padding: 0 0 20px 0;
	}
	.customer-account-create .account-create .form-list .dob-full {
		margin-left: 0;
	}
	.customer-account-create .account-create .form-list input.input-text {
		box-sizing: border-box;
	}
	.customer-account-create .account-create .fieldset {
	  padding: 20px 20px;
	}
	.customer-account-create .account-create .fieldset .buttons-set button.button span {
		padding: 2px 8px;
	}
	.buttons-set p.back-link a, a.back {
		padding: 3px 12px;
	}
	.error-icon {
		display: block;
		margin-right: 0;
	}
	.error-icon img {
	  max-width: 65px;
	}
	.error-text {
	  text-align: center;
	  margin-top: 20px;
	}
	.error-text h2 {
		font-size: 18px;
	}
	.error-text p {
		font-size: 14px;
		margin: 0;
	}
	.error-text a.back {
	  float: none;
	}
	.errorcontent {
		padding: 20px 0;
	}
	.error-page-title {
		margin-bottom: 10px;
  		padding: 1px 15px;
	}
	.error-page-title h1 {
		margin-top: 4px;
		font-size: 16px;
	}
	.checkout-onepage-success .pr-order-success .page-title h1 {
		font-size: 16px;
	}
	.page-title {
		margin: 0 0 10px;
	}
	.checkout-onepage-success .pr-order-success-box .pr-row1 .success-img {
		margin: 0;
		display: block;
	}
	.checkout-onepage-success .pr-order-success-box .pr-row1 .success-img img {
	  max-width: 60px;
	}
	.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text {
		text-align: center;
	}
	.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text h2.sub-title, 
	.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text h2, 
	.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text span,
	.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text p.order-id {
		font-size: 14px;
	}
	.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text span {
		margin-top: 5px;
	}
	.checkout-onepage-success .pr-order-success-box .pr-row1 .success-text p {
		margin-top: 10px;
	}
	.checkout-onepage-success .pr-row2 {
		margin-top: 15px;
		padding-top: 15px;
	}
	.checkout-onepage-success .pr-order-reminder .reminder-img {
	  margin-right: 0;
	  text-align: center;
	  width: 100%;
	}
	.checkout-onepage-success .pr-order-reminder .reminder-img img {
	  max-width: 60px;
	  margin-bottom: 15px;
	}
	.checkout-onepage-success .pr-order-reminder .rcheckout_page {
		font-size: 14px;
		line-height: 18px;
		text-align: center;
	}
	.checkout-onepage-success .pr-order-reminder .rcheckout_page h2 {
		margin-bottom: 5px;
		font-size: 18px;
	}
	.checkout-onepage-success .pr-order-reminder .rcheckout_page .order-text {
	  margin-bottom: 5px;
	}
	.checkout-onepage-success .col-main button.button span {
		padding: 2px 8px;
	}
	.checkout-onepage-success #form_refill_reminder table td {
	  padding: 5px;
	  width: 25%;
	}
	.customer-account-forgotpassword .pr-forgot-pswd .page-title h1 {
		padding: 6px 15px;
  		font-size: 14px;
	}
	.customer-account-forgotpassword .pr-forgot-pswd .forgot-pswd-img {
		display: block;
		margin: 0;
	}
	.customer-account-forgotpassword .pr-forgot-pswd .fieldset {
		padding: 20px 0;
	}
	.customer-account-forgotpassword .pr-forgot-pswd .forgot-pswd-img img {
	  max-width: 60px;
	  margin-bottom: 15px;
	}
	.customer-account-forgotpassword .pr-forgot-pswd .forgot-pswd-text {
	  text-align: center;
	  width: 70%;
	}
	.customer-account-forgotpassword .pr-forgot-pswd .forgot-pswd-text h2.orange {
		font-size: 16px;
	}
	.customer-account-forgotpassword .pr-forgot-pswd .forgot-pswd-text h2 {
		font-size: 16px; 
		margin: 10px 0;
	}
	.customer-account-forgotpassword .pr-forgot-pswd .forgot-pswd-text h2 {
		font-size: 14px;
	}
	.customer-account-forgotpassword .main-container .form-list input.input-text {
		box-sizing: border-box;
	}
	.customer-account-forgotpassword .pr-forgot-pswd .buttons-set p.back-link a {
		padding: 3px 12px;
  		font-size: 13px;
	}
	.customer-account-forgotpassword .pr-forgot-pswd .buttons-set button.button span {
		padding: 2px 5px;
	}
	.customer-account-forgotpassword .pr-forgot-pswd .page-title {
		margin: 0 0 10px;
	}
	.footer-payment-types {
		padding: 10px 0;
  		margin-bottom: 0;
	}
	.footer-payment-types span {
		margin-right: 5px;
	}
	.footer-container {
		margin-top: 10px;
	}
	.header .form-search button.button {
		width: 38px;
  		height: 30px;
  		background-size: 16px;
	}
	.checkout-onepage-failure .order-failure-img {
	  margin-right: 0;
	  margin-bottom: 20px;
	  display: block;
  		text-align: center;
	}
	.checkout-onepage-failure .order-failure-img, .checkout-onepage-failure .oder-failure-text {
		text-align: center;
	}
	.overlay_div{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		background: rgba(0,0,0,0.5);
		display: none;
	}
	.customer-account-resetpassword .col-main .form-list .field {
	  width: 100%;
	}
	.catalog-category-view .tab-category-icons, .catalogsearch-result-index .tab-category-icons {
		display: none;
	}
	.overlay-header {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.5;
		z-index: 1000;
		left: 0;
		top: 0;
		display: none;
	}
	.header {
		z-index: 9999;
	}
	.header .quick-access {
		z-index: 9999;
	}
	.all_categories_list {
		z-index: 9998;
	}
	.acc-pages-icons .compare-acc-icon {
		display: none;
	}
	.acc-pages-icons .my-account-icon {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/User-login.png) 10px center no-repeat #F4F4F4;
	  padding: 5px 0 5px 43px;
	  height: auto;
	  border-bottom: 4px solid #ccc;
	  position: relative;
	  width: 100%;
	  text-align: left;
	  z-index: 9998;
	}
	.acc-pages-icons .my-account-icon:after {
	  content: "";
	  width: 0;
	  height: 0;
	  display: inline-block;
	  border: 10px solid transparent;
	  border-left: 10px solid #506F00;
	  position: absolute;
	  right: 6px;
	  margin-top: 7px;
	}

	.acc-pages-icons .my-account-icon.down:after {
	  content: "";
	  width: 0;
	  height: 0;
	  display: inline-block;
	  border: 10px solid transparent;
	  border-top: 10px solid #506F00;
	  position: absolute;
	  right: 6px;
	  margin-top: 7px;
	}
	.block-account .block-content {
	  background: #fff;
	  top: 0;
	  left: 0px;
	  width: 50%;
	  box-sizing: border-box;
	  height: 100%;
	  margin-top: 120px;
	  z-index: 9998;
	}
	.catalog-category-view .tab-category-icons, .catalogsearch-result-index .tab-category-icons, .my_account_col .acc-pages-icons {
	  display: inline-block;
	  width: 100%;
	  float: left;
	  margin: 0;
	  padding: 0;
	  border: 1px solid #ccc;
	  border-left: 0;
	  border-right: 0;
	  height: 35px;
	}
	.my_account_col .categories-right-hom {
		top: 0;
	}
	.catalog-category-view .tab-category-icons, .catalogsearch-result-index .tab-category-icons {
		display: none;
	}
	.catalog-product-view .easytabs-a {
		font: normal 14px 'Open Sans', sans-serif;
	}
	.catalog-product-view .easytabs-a {
		padding: 7px 0;
	}
	.header .form-search .search-autocomplete {
		top: 51px !important;
		left: 15px !important;
		width: 95%!important;
	}
	.all_categories_list {
		padding-bottom: 85px;
	}
	p.scroll-category {
	  display: none;
	}
	.catalog-category-view .col-main a.link-compare, .catalogsearch-result-index .col-main a.link-compare {
	  display: none!important;
	}
	.catalog-product-view .col-main .pr-add-to-compare, .review-product-list .col-main .pr-add-to-compare {
	  display: none!important;
	}
	a.home_icon, a.home_icon.in_nav {
		display: none!important;
	}
	.customer-account-edit .form-list {
		margin-left: 0;
	}
	.customer-account-edit .fieldset .legend {
		margin-bottom: 8px;
    	margin-left: 0;
	}
	.customer-account-edit .form-list li, .customer-account-edit .form-list.edit-pswd .field {
	    margin-bottom: 5px;
	}
	.customer-account-edit .fieldset li.control label.change-pswd {
	    margin: 0;
	}
	.compare_box_main {
		display: none;
	}
}

@media only screen and (max-width: 720px) {
	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 157px !important;		 
	}
}
/* 670px */

@media only screen and (max-width: 670px) {
	#toTop {
		font-size: 12px!important;
	}
	#toTop input.subs {
		width: 155px!important;
	}
	.catalog-product-view .pr-links-right div, .review-product-list .pr-links-right div {
		padding: 0 5px;
	}
	.all_categories_list {
		width: 45%;
	}
	.header .form-search input.input-text {
		width: 87%;
	}
	.acc-pages-icons .compare-acc-icon {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/compare-mob.png) 27% center no-repeat;
	}
	.customer-account-create .account-create .create-acc-boxrt .form-list .input-box {
	  width: 51%;
	}
	.sales-order-view table#my-orders-summary .tab_title.head {
	  height: 42px;
	  font-size: 1em;
	  text-align: center;
	}
	.sales-order-view table#my-orders-summary .tab_title.head {
		padding: 7px 5px;
	}
	.sales-order-view #my-orders-summary-items .heading.product, #my-orders-summary-items .heading.date, #my-orders-summary-items .heading.subtotal {
		font-size: 12px;
	}
	.sales-order-view .order_actions_tab .action_nav li.action_list a i#print,
	.sales-order-view .order_actions_tab .action_nav li.action_list a i#reorder {
		background-size: 50px;
	}
	.sales-order-view .order_actions_tab .action_nav li.action_list a i#contact_us,
	.sales-order-view .order_actions_tab .action_nav li.action_list a i#invoice {
		background-size: 35px;
	}
	.sales-order-view .order_actions_tab .action_nav li.action_list a {
		color: #000000;
  		font-size: 1em;
	}
	.sales-order-view .order_actions_tab .tab_title {
		margin-bottom: 5px;
	}
	.sales-order-view .order_actions_tab .tab_title {
		padding: 4px 15px;
	}

	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 145px !important;		 
	}
}

/* 640px */

@media only screen and (max-width: 640px) {
	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 183px !important;		 
	}
}

@media only screen and (max-width: 570px) {
	.contacts-index-index .form-list label {
		margin-bottom: 5px;
		width: 100%;
	}
	.contacts-index-index .main-container .col-main .fieldset .legend {
		font-size: 20px;
		margin: 0 0 5px;
	}
	.contacts-index-index .main-container .col-main .fieldset {
	  padding: 10px 20px;
	}
	.contacts-index-index .form-list .input-box, .contacts-index-index .form-list li.wide .input-box {
		width: 95%;
	}
	.contacts-index-index .input-box.input-box-captcha {
		margin-left: 0;
	}
	.customer-account-login .account-login .content p.title1, .form-list .input-box {
		margin-bottom: 0;
	}
	.contacts-index-index .contact_info .numbers, .contacts-index-index .contact_info .fax_content, .contacts-index-index .contact_info .work_hours, .contacts-index-index .contact_info .contact_content {
	  font-size: 1.1em;
	}
	.contacts-index-index .buttons-set button.button span {
		padding: 2px 5px;
	}
	.contacts-index-index .main-container .col-main .contact_info img {
	  width: 8%;
	}
	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 160px !important;		 
	}

	.cms-index-index .slider-block .products-grid li.item .inner_wrapper {
		  padding: 0 10px 10px;
	}
	.cms-index-index .slider-block .grid-inner {
	  height: auto;
	}
	.tab_container .tab-content {
		padding: 10px 30px 10px 30px;
	}
	.view-all-products {
		padding: 4px 0;
	}
	.header .form-search input.input-text {
	  width: 86%;
	}
	.all_categories_list {
	  width: 47%;
	}
	.catalog-category-view .tab-category-icons .compare-icon, .catalogsearch-result-index .tab-category-icons .compare-icon {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/compare-mob.png) 25% center no-repeat;
	}
	.acc-pages-icons .compare-acc-icon {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/compare-mob.png) 23% center no-repeat;
	}
	.customer-account-create .account-create .create-acc-boxlft, .customer-account-create .account-create .create-acc-boxrt {
	  width: 100%;
	}
	.customer-account-create .account-create .form-list select {
	  width: 100%;
	}
	.customer-account-create .account-create .form-list .input-box, .customer-account-create .account-create .create-acc-boxrt .form-list .input-box {
	  width: 65%;
	}
	.customer-account-create .account-create .create-acc-boxrt {
		margin-top: 5px;
	}
	.checkout-onepage-success .pr-order-reminder .rcheckout_page {
		width: 55%;
	}
	.catalog-product-view .pr-links-right, .review-product-list .pr-links-right {
		width: 100%;
  		margin-bottom: 10px;
	}
	.catalog-product-view table.new_product_list a.related-buy-now, .review-product-list table.new_product_list a.related-buy-now {
		font-size: 0;
	}
	.catalog-category-view .products-list .product-image, .catalogsearch-result-index .products-list .product-image {
	  width: 30%;
	}
	.catalog-category-view .products-list .product-shop, .catalogsearch-result-index .products-list .product-shop {
	  width: 65%;
	}
	.catalog-category-view .products-list .generic_name, .catalog-category-view .products-list .generic_for, .catalogsearch-result-index .products-list .generic_name, .catalogsearch-result-index .products-list .generic_for {
		font-size: 13px;
	}
	.catalog-category-view .products-list .product-name a, .catalog-category-view .products-list p.custom_price, .catalog-category-view .products-list .manufactured_by {
	  font-size: 14px;
	}
	.sales-order-view .my-account td.item-details {
		word-break: break-all; 
   		width: 16%; 
	}
}

/* 540px */

@media only screen and (max-width: 540px) {
	.catalog-category-view .products-grid .actions button.button span, .catalogsearch-result-index .products-grid .actions button.button span {
		font: normal 14px Arial, Helvetica, sans-serif;
		height: 30px;
		line-height: 30px;
		padding: 0 5px 0 9px;
	}
	.catalog-category-view .products-grid li.item, .catalogsearch-result-index .products-grid li.item {
		padding: 10px 0 0;
	}
	.catalog-category-view .products-grid .actions, .catalogsearch-result-index .products-grid .actions {
		padding-top: 1px;
		padding-bottom: 5px;
	}
	.catalog-category-view .products-grid .product-image, .catalogsearch-result-index .products-grid .product-image {
		border-right: 1px solid #6B9A63;
	}
	.catalog-product-view .pr-links-right, .review-product-list .pr-links-right {
	  width: 100%;
	  text-align: left;
	  margin-bottom: 15px;
	}
	.catalog-product-view .pr-links-right div, .review-product-list .pr-links-right div {
		padding: 0 15px;
	}
	ul.ratingsDistribution li {
		margin: 1px 0px;
	}
	.catalog-product-view .rating_box .star_image, .review-product-list .rating_box .star_image {
		width: 20%;
		margin-top: 5px;
	}
	.catalog-product-view span.pr-bracket-text, .review-product-list span.pr-bracket-text {
	  font-size: 13px;
	}
	.catalog-product-view .rating_box .average_rating, .review-product-list .rating_box .average_rating {
		font-size: 16px;
	}
	.ratingsDistribution .rating-bars {
		width: 150px;
	}
	p.rating-box-notice {
		margin-top: 10px;
	}
	.catalog-product-view .rate_me, .review-product-list .rate_me {
		height: 50px;
		padding: 5px 0;
	}
	.catalog-product-view .rate_me li, .review-product-list .rate_me li {
	  margin-right: 6%;
	  margin-bottom: 5px;
	}
	.catalog-product-view .form-list label, .review-product-list .form-list label {
	  width: 27%;
	}
	.catalog-product-view .buttons-set button.button, .review-product-list .buttons-set button.button {
	  margin-left: 27%;
	}
	.catalog-product-view .buttons-set, .review-product-list .buttons-set {
	  margin: 0;
	  padding: 0;
	}
	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 150px !important;		 
	}
	.catalog-category-view .tab-category-icons .compare-icon, .catalogsearch-result-index .tab-category-icons .compare-icon {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/compare-mob.png) 22% center no-repeat;
	}
	.catalog-category-view .tab-category-icons .fiter-icon, .catalogsearch-result-index .tab-category-icons .fiter-icon {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/filter-mob.png) 34% center no-repeat;
	}
	.acc-pages-icons .compare-acc-icon {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/compare-mob.png) 20% center no-repeat;
	}
	.sales-order-view .my-account .summary_left, .sales-order-view .my-account .summary_right {
		width: 100%;
	}
	.sales-order-view #my-orders-summary-items .heading.product, #my-orders-summary-items .heading.date, #my-orders-summary-items .heading.subtotal {
		height: 70px;
	}
}

/* 533px */

@media only screen and (max-width: 533px) {
	.ratings {
		margin: 0;
	}
	.catalog-product-view .rating_box .average_rating, .review-product-list .rating_box .average_rating {
		width: 26%;
	}
	.home-banner-block {
	  width: 49%;
	}
	.home-banner-block.third {
		display: none;
	}
	.home-banner-block.last {
		display: block;
		width: 100%;
		margin: -2px 0 0 0;
	}
	.home-banner-block.last img {
		max-width: 505px;
	}
	.header .form-search input.input-text {
	  width: 84%;
	}
	.all_categories_list {
		padding-top: 80px;
		width: 50%;
	}
	.checkout-onepage-success .pr-order-reminder .rcheckout_page {
	  width: 60%;
	}
	.footer-payment-types span {
		width: 76px;
  		height: 38px;
	}
	.footer-payment-types span.fpt4 {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -324px -235px no-repeat;
  		background-size: 400px;
	}
	.footer-payment-types span.fpt3 {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -324px -278px no-repeat;
	  background-size: 400px;
	}
	.footer-payment-types span.fpt2 {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -324px -321px no-repeat;
	  background-size: 400px;
	}
	.footer-payment-types span.fpt1 {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -324px -364px no-repeat;
	  background-size: 400px;
	}

	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 147px !important;		 
	}
}

/* 480px */

@media only screen and (max-width: 480px) {
	.catalog-category-view .products-grid .product-image, .catalogsearch-result-index .products-grid .product-image {
		width: 35%;
	}
	.pr-details-height {
		width: 52%;
	}
	.catalog-category-view .products-grid .actions button.button span span, .catalogsearch-result-index .products-grid .actions button.button span span {
	  	background: #506f00;
	  	padding-left: 0;
	}
	.catalog-category-view .products-grid .actions button.button span, .catalogsearch-result-index .products-grid .actions button.button span {
		height: 25px;
  		line-height: 26px;
	}
	.catalog-category-view .availability.out-of-stock span, .catalogsearch-result-index .availability.out-of-stock span {
		padding: 3px 12px;
  		background: #71746B;
  		font-size: 14px;
	}
	.catalog-category-view a.link-notify, .catalogsearch-result-index a.link-notify {
	  	padding: 3px 12px;
	  	background: #506f00;
	  	font-size: 14px;
	}
	.sb_block textarea#suggestion {
		height: 3em;
  		margin-bottom: 5px;
	}
	.footer {
		padding: 10px 15px 90px;
	}
	#toTop {
		height: 48px!important;
	}
	.subscribe-input-go {
		display: block;
		width: 48%;
		margin: 5px auto;
	}
	a#close_subs, a#show_subs {
		bottom: 25px!important
	}
	.catalog-product-view .pr-links-right div, .review-product-list .pr-links-right div {
	  padding: 0 5px;
	}
	.catalog-product-view table.new_product_list a.refill_reminder_open, .review-product-list table.new_product_list a.refill_reminder_open {
		font-size: 0;
  		width: 20px;
  		height: 20px;
  		display: block;
  		padding-left: 0;
	}
	.catalog-product-view .pr-name-social-icons, .review-product-list .pr-name-social-icons {
		text-align: center;
		width: 100%;
		border-right: 0;
  		margin-right: 0;
	}
	.catalog-product-view .review-count-pr, .review-product-list .review-count-pr {
		width: 100%;
		margin-top: 10px;
  		border-top: 1px solid #DADADA;
  		padding-top: 10px;
  		text-align: center;
	}
	.product-view .product-shop p.rating-links a.add_your_review {
		display: inline-block;
		padding-top: 0;
  		border-top: 0;
  		margin-top: 0;
  		border-left: 1px solid #D0D0D0;
  		margin-left: 20px;
  		padding-left: 20px;
	}
	.catalog-product-view .product-collateral #product_tabs_tags_tabbed_contents .input-box {
		width: 65%;
	}
	.catalog-product-view .rating_box ul.ratingsDistribution, .review-product-list .rating_box ul.ratingsDistribution {
	  width: 48%;
	}
	.catalog-product-view .rating_box .average_rating, .review-product-list .rating_box .average_rating {
	  width: 29%;
	}
	.catalog-product-view .rating_box .star_image, .review-product-list .rating_box .star_image {
		margin-top: 15px;
	}
	.catalog-product-view .form-list .input-box, .review-product-list .form-list .input-box {
		width: 65%;
	}
	.catalog-product-view .form-list label, .review-product-list .form-list label {
	  width: 30%;
	}
	.share.bordercolor {
	  text-align: center;
	  display: inline-block;
	  margin-top: 10px;
	}
	.easytabs li, .easytabs-a-accordion {
		border: 0;
  		box-shadow: none;
  		padding: 5px;
  		text-align: center;
  		margin-bottom: 5px;
  		background: #6C6C6C;
	}
	.catalog-product-view .easytabs-a {
		padding: 4px;
		border-radius: 0px;
	}
	.news-item h5 {
	  font-size: 13px;
	}
	.cms-faq .main-container h1.faq-title {
	  background-size: 60px;
	  padding-left: 75px;
	  height: 55px;
	  line-height: 50px;
	  font-size: 16px;
  		font-weight: 600;
	}
	.cms-page-view .main-container .col-main .page-title h1 {
		font-size: 20px;
	}
	.contacts-index-index .contact_info .numbers, .contacts-index-index .contact_info .fax_content, .contacts-index-index .contact_info .work_hours, .contacts-index-index .contact_info .contact_content {
		width: 85%;
		margin-left: 10px;
	}
	.contacts-index-index .contact_info div span {
		width: 37%;
		font-size: 1em;
	}
	.contacts-index-index .contact_info .fax_content {
	  line-height: 0;
	}
	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 195px !important;		 
	}
	.cms-index-index .slider-block .grid-inner {
	  height: auto;
	}
	.all_categories_list {
	  padding-top: 70px;
	  width: 52%;
	  padding-left: 15px;
	}
	.catalog-category-view .tab-category-icons .compare-icon, .catalogsearch-result-index .tab-category-icons .compare-icon {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/compare-mob.png) 17% center no-repeat;
	}
	.catalog-category-view .tab-category-icons .fiter-icon, .catalogsearch-result-index .tab-category-icons .fiter-icon {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/filter-mob.png) 30% center no-repeat;
	}
	.catalog-category-view .tab-category-icons .compare-icon, .catalogsearch-result-index .tab-category-icons .compare-icon {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/compare-mob.png) 13% center no-repeat;
	}
	.catalog-category-view .tab-category-icons .fiter-icon, .catalogsearch-result-index .tab-category-icons .fiter-icon {
	  background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/filter-mob.png) 26% center no-repeat;
	}
	.acc-pages-icons .compare-acc-icon:before, .acc-pages-icons .my-account-icon:before {
		margin-left: 15px;
	}
	.customer-account-login .account-login .content p.title1 {
	  font-size: 14px;
	  line-height: 18px;
	}
	.customer-account-login .account-login .col-1 .content {
		background-size: 50px;
	}
	.customer-account-login .account-login .col2-set {
	  padding: 15px 25px;
	}
	.customer-account-forgotpassword .main-container .form-list .input-box {
		display: block;
		width: 100%;
  		margin-top: 10px;
	}
	.checkout-onepage-success .pr-order-reminder .rcheckout_page {
	  width: 65%;
	}
	.customer-account-index .box-account .box-head h2 {
		width: 88%!important;
	}
	.acc-pages-icons .my-account-icon {
		padding: 5px 0 5px 30px;
	}
	.catalog-category-view .products-grid .actions button.button:hover span span, .catalogsearch-result-index .products-grid .actions button.button:hover span span {
		background: #F6770E;
	}
	.header .form-search .search-autocomplete {
		top: 51px !important;
		left: 0px !important;
		width: 100%!important;
	}
	#toTop input.subs {
		margin-left: 0;
  		margin-right: 17px;
	}
	.subscribe-input-go {
		width: 50%;
	}
	.catalog-category-view .products-list .product-shop button.button span span, .catalogsearch-result-index .products-list .product-shop button.button span span {
	  background: none;
	  padding-left: 4px;
	  padding: 0 4px;
	}
	.catalog-category-view .products-list .product-shop button.button span span:hover, .catalogsearch-result-index .products-list .product-shop button.button span span:hover {
	  background: none;
	}
	.catalog-category-view .products-list .product-shop button.button span, .catalogsearch-result-index .products-list .product-shop button.button span {
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}
	.refillreminder-view-index .fancybox-opened {
	  width: 320px!important;
	}
	.refillreminder-view-index .fancybox-skin {
		padding: 5px!important;
	}
	.reminder-container h1 {
		margin-bottom: 10px;
  		margin-top: 10px;
	}
	.refillreminder-view-index .fancybox-inner {
	  height: 205px!important;
	}
	.customer-name-middlename .field.name-firstname, .customer-name-middlename .field.name-lastname {
		width: 100%;
	}
	.customer-name-middlename .name-middlename {
	    width: 100%;
	    margin: 0;
	}
}


/* 420px */

@media only screen and (max-width: 420px) {
	.catalog-category-view .col2-left-layout .products-grid, .catalogsearch-result-index .col2-left-layout .products-grid {
		margin-top: 0;
	}
	.catalog-category-view .sorter, .catalogsearch-result-index .sorter {
		margin-bottom: 15px;
	}
	.catalog-category-view .products-grid li.item, .catalogsearch-result-index .products-grid li.item {
		padding: 10px 0;
		text-align: center;
	}
	.catalog-category-view .products-grid .product-image, .catalogsearch-result-index .products-grid .product-image {
		width: 90%;
  		border-right: 0;
  		border-bottom: 2px solid #DCDEE0;
  		float: none;
	}
	.pr-details-height {
	  	width: 100%;
	  	text-align: center;
	  	margin-left: 0;
	}
	.catalogsearch-result-index .products-list .generic_name, .catalogsearch-result-index .products-list .generic_for, .add-to-links {
	  	display: block;
	  	margin-left: 0;
	  	border-left: 0;
	  	padding: 0;
	  	margin-top: 5px;
	}
	.catalog-category-view .products-grid .actions, .catalogsearch-result-index .products-grid .actions {
		background: #fff;
	}
	button.button.notify-me {
		font-size: 14px;
  		padding: 0 10px;
  		height: 25px;
  		line-height: 25px;
	}
	div.notify-me-boxwrapper h1 {
		font-size: 14px;
	}
	.catalog-category-view .sorter .sort-by select, .catalogsearch-result-index .sorter .sort-by select {
		width: 87px;
	}
	.catalog-category-view .sorter .sort-by label, .catalogsearch-result-index .sorter .sort-by label {
		display: none;
	}
	.catalog-product-view .product-details-table table.new_product_list th, .review-product-list .product-details-table table.new_product_list th {
		padding: 5px 5px;
  		font-size: 13px;
	}
	.catalog-product-view .product-details-table table.new_product_list td, .review-product-list .product-details-table table.new_product_list td {
	  padding: 7px 5px;
	}
	.sendfriend-product-send input.input-text, select, textarea {
		padding: 4px 0px;
	}
	.ratingsDistribution .rating-bars {
	  width: 125px;
	}
	.catalog-product-view .rating_box .average_rating, .review-product-list .rating_box .average_rating {
	  width: 31%;
	}
	.catalog-product-view .rating_box .star_image, .review-product-list .rating_box .star_image {
		width: 18%;
	}
	.catalog-product-view .rating_box .average_rating, .review-product-list .rating_box .average_rating {
	  font-size: 14px;
	}
	.catalog-product-view span.pr-bracket-text, .review-product-list span.pr-bracket-text {
	  font-size: 12px;
	}
	.catalog-product-view .form-list label, .review-product-list .form-list label {
		font-size: 14px;
	}
	.catalog-product-view .form-list label, .review-product-list .form-list label {
	  width: 100%;
	  margin-bottom: 5px;
	}
	.catalog-product-view .form-list .input-box, .review-product-list .form-list .input-box {
		width: 95%;
	}
	.form-list li {
	  margin: 0;
	}
	#product-review-table input[type=radio].css-checkbox + label.css-label {
		padding-left: 30px;
	}
	.catalog-product-view .buttons-set button.button, .review-product-list .buttons-set button.button {
	  margin: 7px 0 15px;
	}
	.review_right_block {
		width: 70%;
	}
	.review_left_block {
		width: 25%;
	}
	.catalog-product-view .pr-add-to-compare a.link-compare, .review-product-list .pr-add-to-compare a.link-compare, .catalog-product-view .pr-write-review a.link-review, .review-product-list .pr-write-review a.link-review, .catalog-product-view .pr-email-friend a.link-email-friend, .review-product-list .pr-email-friend a.link-email-friend {
		background: none;
		padding-left: 0;
		border-right: 1px solid #000;
  		padding-right: 10px;
	}
	.catalog-product-view .pr-email-friend a.link-email-friend, .review-product-list .pr-email-friend a.link-email-friend {
		border-right: 0;
  		padding-right: 0px;
	}
	.catalog-product-view .product-collateral #product_tabs_tags_tabbed_contents .input-box {
	  width: 60%;
	}
	.catalog-product-view .easytabs-content * {
	  font-size: 13px!important;
	}
	.sb_block {
	  margin: 0;
	}
	.testimonial-index-index button.button span {
		font-size: 12px;
	}
	.cms-faq .main-container h1.faq-title {
	  background-size: 50px;
	  padding-left: 60px;
	  height: 50px;
	  line-height: 45px;
	  font-size: 15px;
	  font-weight: 600;
	}
	.cms-index-index .slider-block .products-grid li.item {
	  width: 124px!important;
	}
	.mobile-pr-search-icon {
		margin-right: 15px;
	}
	.mobile-pr-cart-icon {
		margin-right: 20px;
	}
	.header .form-search input.input-text {
	  width: 80%;
	}
	.all_categories_list {
	  width: 55%;
	  padding-left: 10px;
	}
	.mob-right-icons {
		margin-top: 25px;
	}
	.acc-pages-icons .compare-acc-icon:before, .acc-pages-icons .my-account-icon:before {
	  margin-left: 30px;
	}
	.block-account .block-content, .block-compare, .block-layered-nav {
		width: 92%;
	}
	.customer-account-login .form-list .input-box {
		width: 65%;
	}
	.customer-account-login .form-list label {
		font-size: 13px;
	}
	.customer-account-login .account-login .page-title h1 {
	  font-size: 18px;
	}
	.customer-account-login .account-login .content p.title1 {
		margin-bottom: 10px;
	}
	.subscribe-input-go {
	  width: 70%;
	}
	#toTop input.subs {
	  width: 214px!important;
	}
	.customer-account-create .account-create .form-list .input-box, .customer-account-create .account-create .create-acc-boxrt .form-list .input-box {
	  width: 59%;
	}
	.checkout-onepage-success .pr-order-reminder .rcheckout_page {
	  width: 75%;
	}
	.catalog-product-view .pager .pages, .catalog-category-view .pager .pages {
		display: none;
	}
	.acc-pages-icons .my-account-icon {
	  padding: 5px 0 5px 12px;
	}
	.sales-order-view table#my-orders-summary .tab_title.head {
	  height: 35px;
	  font-size: 0.8em;
	  text-align: center;
	}
	.arrow {
		top: -20px;
  		border-bottom: 20px solid rgb(239, 241, 242);
  		border-left: 18px solid transparent;
  		border-right: 18px solid transparent;
	}
	.shipment_details {
		width: 90%;
	}
	.delivery_status .arrow5 {
	  left: 81%;
	}
	.delivery_status .arrow4 {
	  left: 53.5%;
	}
	.delivery_status .arrow1 {
	  left: 25%;
	}
	#toTop input.subs {
		margin-left: 5px!important;
	}
	.catalog-category-view .products-list .product-image, .catalogsearch-result-index .products-list .product-image,
	.catalog-category-view .products-list .product-shop, .catalogsearch-result-index .products-list .product-shop {
	  width: 100%;
	  text-align: center;
	}
	.catalog-category-view .products-list .product-image {
	  border-bottom: 2px solid #E4E4E4;
	}
	.catalog-category-view .products-list li.item, .catalogsearch-result-index .products-list li.item {
		padding: 10px 15px;
  		margin-bottom: 10px;
	}
	.sales-order-view .my-account td.item-details {
	  font-size: 12px;
	}

	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 165px !important;		 
	}
	.below_banner_area .drugSearch li #dropdown2 {
	  margin-left: 0px;
	}
	.below_banner_area .drugSearch li {
		width: 100%;
		border-bottom: 1px dotted #B6B6B6;
		margin-bottom: 5px;
	}
	.drugSearch ul {
	  padding: 0;
	}
	.catalog-category-view .col2-left-layout .products-grid:after, .catalogsearch-result-index .col2-left-layout .products-grid:after {
	    clear: none !important;
	}
	.catalog-category-view .products-grid li.item, .catalogsearch-result-index .products-grid li.item {
		width: 49%!important;
		min-height: 455px;
	}
	.catalog-category-view .products-list li.item, .catalog-category-view .products-grid li.item, .catalogsearch-result-index .products-list li.item, .catalogsearch-result-index .products-grid li.item {
		-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    	border: 1px solid #EFEAEA;
	}
	.catalog-category-view .products-grid .product-name, .catalogsearch-result-index .products-grid .product-name {
		width: 90%;
	}

}


/* 384px */

@media only screen and (max-width: 384px) {
	#toTop input.subs {
	  margin-left: 0px!important;
	  width: 210px!important;
	  margin-right: 0;
	}

	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 290px !important;		 
	}

	.cms-index-index .slider-block .products-grid li.item .inner_wrapper{ 
		border: 0;
	}
}

/* 360px */

@media only screen and (max-width: 375px) {
	.catalog-category-view .toolbar .pager, .catalogsearch-result-index .toolbar .pager {
		height: auto;
	}
	.pager .amount {
		float: left;
  		margin: 0;
  		display: block;
  		width: 100%;
  		border-bottom: 1px solid #B8B8B8;
	}
	.pager .limiter {
		width: 100%;
		margin-bottom: 5px;
	}
	.catalog-product-view .pr-add-to-compare a.link-compare, .review-product-list .pr-add-to-compare a.link-compare, .catalog-product-view .pr-write-review a.link-review, .review-product-list .pr-write-review a.link-review, .catalog-product-view .pr-email-friend a.link-email-friend, .review-product-list .pr-email-friend a.link-email-friend {
		padding-right: 5px;
	}
	.catalog-product-view .pr-links-right div, .review-product-list .pr-links-right div {
	  padding: 0 0px;
	}
	.catalog-product-view .zoom-inner, .review-product-list .zoom-inner {
		height: 285px;
	}
	.zoom-inner a img {
		width: 100%!important;
	}
	.catalog-product-view .bx-wrapper, .review-product-list .bx-wrapper {
	  max-width: 44%!important;
	}
	.catalog-product-view .product-collateral #product_tabs_tags_tabbed_contents .input-box {
	  width: 60%;
	}
	.product-view .box-tags .form-add .input-box {
		background: none;
		padding: 0;
	}
	.catalog-product-view .pr-add-to-compare a.link-compare, .review-product-list .pr-add-to-compare a.link-compare, .catalog-product-view .pr-write-review a.link-review, .review-product-list .pr-write-review a.link-review, .catalog-product-view .pr-email-friend a.link-email-friend, .review-product-list .pr-email-friend a.link-email-friend {
		font-size: 12px;
	}
	.catalog-product-view .product-details-table table.new_product_list td, .review-product-list .product-details-table table.new_product_list td {
		font-size: 13px;
	}
	.catalog-product-view .pr-availibility p.availability.in-stock span, .review-product-list .pr-availibility p.availability.in-stock span {
		font-size: 22px;
	}
	.catalog-product-view .easytabs-a {
		font-size: 14px;
	}
	.catalog-product-view .mini-products-list .product-details span.equivalentSty, .review-product-list .mini-products-list .product-details span.equivalentSty {
		font-size: 12px;
	}
	.catalog-product-view .mini-products-list .product-details a, .review-product-list .mini-products-list .product-details a {
		font-size: 13px;
	}
	.catalog-product-view .main-container .mini-products-list .product-details, .review-product-list .main-container .mini-products-list .product-details {
		width: 50%;
	}
	.catalog-product-view .main-container .mini-products-list .product-image, .review-product-list .main-container .mini-products-list .product-image {
		width: 45%;
	}
	.regular-price .price {
		font-size: 12px;
	}
	.catalog-product-view .main-container .mini-products-list .product-image img, .review-product-list .main-container .mini-products-list .product-image img {
		height: 100px;
	}
	.catalog-product-view .product_wrapper .pr-similar-products .block .block-title strong, .review-product-list .product_wrapper .pr-similar-products .block .block-title strong {
		font-size: 16px;
	}
	.catalog-product-view .rating_box ul.ratingsDistribution, .review-product-list .rating_box ul.ratingsDistribution {
	  width: 100%;
	}
	.ratingsDistribution .rating-bars {
	  width: 245px;
	}
	.catalog-product-view .rating_box .star_image, .review-product-list .rating_box .star_image {
	  width: 40%;
	}
	.catalog-product-view .rating_box .average_rating, .review-product-list .rating_box .average_rating {
	  width: 50%;
	}
	.catalog-product-view .rating_box .star_image, .review-product-list .rating_box .star_image {
	  margin-top: 0;
	  margin-bottom: 10px;
	}
	.subscribe-input-go {
		width: 62%;
	}
	#toTop input.subs {
	  width: 155px!important;
	}
	.pager .limiter {
		margin-bottom: 0px;
  		margin-top: 6px;
	}
	.pager {
		padding: 8px;
	}
	.catalog-product-view .rate_me, .review-product-list .rate_me {
		height: auto;
		float: left;
	}
	#toTop input.subs {
		margin-left: 0!important;
	}
	p.rating-box-notice {
	  text-align: right;
	}
	.catalog-product-view table.new_product_list a.related-buy-now, .review-product-list table.new_product_list a.related-buy-now {
		border-bottom: 0;
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -240px -348px no-repeat #506f00;
		padding: 0 3px 0 31px;
	}
	.product-view .product-shop p.rating-links a {
		font-size: 13px;
	}
	.product-view .product-shop p.rating-links a.add_your_review {
		margin-left: 10px;
 		padding-left: 10px;
	}
	.cms-faq .main-container h1.faq-title {
	  padding-left: 0;
	  height: 40px;
	  line-height: 35px;
	  font-size: 14px;
	  font-weight: 600;
	  background: none;
	}
	.contacts-index-index .contact_info div span {
		width: 100%;
	}
	.cms-index-index .slider-block .products-grid li.item {
	  width: 215px!important;
	}
	.cms-index-index .bx-wrapper .grid-inner img {
		width: 70%;
	}
	.cms-index-index .slider-block .products-grid li.item {
		border-right: 0;
	}
	.mobile-pr-category-icon {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/sprite.png) -121px -258px no-repeat #72ae12;
  		width: 35px;
	}
	.header a.logo {
  	  margin-left: 5px;
  	  width: 42%;
	}
	.header .logo img {
	  width: 100%;
	}
	.header .form-search input.input-text {
	  width: 77%;
	}
	.all_categories_list {
		width: 57%;
	}
	.catalog-category-view .tab-category-icons .compare-icon:before, .catalogsearch-result-index .tab-category-icons .compare-icon:before {
		margin-left: 30px;
	}
	.catalog-category-view .tab-category-icons .fiter-icon:before, .catalogsearch-result-index .tab-category-icons .fiter-icon:before {
		margin-left: 20px;
	}
	.acc-pages-icons .compare-acc-icon:before, .acc-pages-icons .my-account-icon:before {
	  margin-left: 40px;
	}
	.block-account .block-content, .block-compare, .block-layered-nav {
	  width: 90%;
	}
	.customer-account-login .form-list input.input-text {
		width: 95%;
	}
	.customer-account-login .form-list .input-box {
		width: 100%;
		margin-top: 5px;
	}
	.customer-account-login .account-login .col-1 .content {
	  background-size: 40px;
	}
	.customer-account-login .account-login .col-2 .content a.f-left {
		font-size: 13px;
	}
	.customer-account-create .account-create .form-list .input-box, .customer-account-create .account-create .create-acc-boxrt .form-list .input-box {
	  width: 100%;
	  margin-top: 5px;
	}
	.customer-account-create .account-create .page-title h1 {
	  font-size: 18px;
	}
	.checkout-onepage-success .pr-order-reminder .rcheckout_page, .checkout-onepage-success .pr-order-success-box .pr-row1 .success-text {
	  width: 90%;
	}
	.acc-pages-icons .my-account-icon {
	  padding: 5px 0 5px 4px;
	}
	.customer-account-index .box-account .box-head h2 {
	  width: 85%!important;
	}
	#toTop input.subs {
	  width: 174px!important;
	}

	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 284px !important;		 
	}
}


/* 360px */

@media only screen and (max-width: 360px) {
	#toTop input.subs {
		margin-right: 0px;
	}
	#toTop input.subs {
	  width: 165px!important;
	}
	.sales-order-view table#my-orders-summary .tab_title.head {
	  height: 30px;
	  font-size: 0.7em;
	  text-align: center;
	}
	.refillreminder-view-index .fancybox-skin {
	  padding: 0px!important;
	}
	.refillreminder-view-index .fancybox-wrap {
		left: 10px!important;
	}

	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 269px !important;		 
	}
}

/* 320px */

@media only screen and (max-width: 320px) {
	.ratingsDistribution .rating-bars {
	  width: 200px;
	}
	.catalog-product-view .easytabs-content {
		padding: 10px 0;
	}
	.catalog-product-view .product-details-table table.new_product_list th, .review-product-list .product-details-table table.new_product_list th {
		padding: 5px 4px;
	}
	.catalog-product-view .product-details-table table.new_product_list td, .review-product-list .product-details-table table.new_product_list td {
	  padding: 7px 3px;
	}
	.catalog-product-view .pr-add-to-compare a.link-compare, .review-product-list .pr-add-to-compare a.link-compare, .catalog-product-view .pr-write-review a.link-review, .review-product-list .pr-write-review a.link-review, .catalog-product-view .pr-email-friend a.link-email-friend, .review-product-list .pr-email-friend a.link-email-friend {
	  padding-right: 3px;
	  font-size: 11px;
	  color: #000;
  	  font-weight: 400;
	}
	.catalog-product-view .zoom-inner, .review-product-list .zoom-inner {
	  height: 250px;
	}
	.catalog-product-view .bx-wrapper, .review-product-list .bx-wrapper {
	  max-width: 50%!important;
	}
	ul.ratingsDistribution li {
		line-height: 20px;
	}
	.cms-index-index .slider-block .products-grid li.item {
	  width: 185px!important;
	}
	.home-banner-block {
	  width: 100%;
	}
	.home-banner-block.third {
	  display: block;
	  margin: 0;
	}
	.home-banner-block.last {
		display: none;
	}
	.mobile-pr-search-icon {
	  margin-right: 13px;
	  background-size: 22px;
	}
	.mobile-pr-cart-icon {
	  margin-right: 20px;
	  background-size: 22px;
	}
	.mobile-pr-login-icon {
		background-size: 22px;
		margin-right: 5px;
	}
	.logged-in-user_normal {
		right: 7px;
  		top: 25px;
	}
	.header a.logo, .header h1.logo {
		margin-left: 0!important;
	}
	.all_categories_list {
	  width: 65%;
	}
	.catalog-category-view .tab-category-icons .compare-icon:before, .catalogsearch-result-index .tab-category-icons .compare-icon:before {
	  margin-left: 40px;
	}
	.catalog-category-view .tab-category-icons .fiter-icon:before, .catalogsearch-result-index .tab-category-icons .fiter-icon:before {
	  margin-left: 25px;
	}
	.acc-pages-icons .compare-acc-icon:before, .acc-pages-icons .my-account-icon:before {
		font-size: 15px;
	}
	.acc-pages-icons .my-account-icon {
		background-size: 20px;
	}
	.acc-pages-icons .compare-acc-icon {
		background-size: 34px;
	}
	.header .form-search input.input-text {
	  width: 74%;
	}
	.subscribe-input-go {
	  width: 70%;
	}
	#toTop input.subs {
	  width: 165px!important;
	}
	.checkout-onepage-success #form_refill_reminder table td {
		width: auto;
	}
	.footer-payment-types span {
	  width: 70px;
	  height: 38px;
	}
	.acc-pages-icons .my-account-icon {
	  padding: 5px 0 5px 0px;
	}
	.customer-account-index .box-account .box-head h2 {
	  width: 82%!important;
	}
	.sales-order-view .order_actions_tab .action_nav li.action_list a {
		font-size: 12px;
	}
	.sales-order-view #my-orders-summary-items .heading.product, #my-orders-summary-items .heading.date, #my-orders-summary-items .heading.subtotal {
	  height: 65px;
	}
	.sales-order-view table#my-orders-summary .tab_title.head {
	  height: 30px;
	  font-size: 0.65em;
	  text-align: center;
	  padding: 7px 0;
	}
	.refillreminder-view-index .fancybox-opened {
	  width: 280px!important;
	}
	.reminder-container ul li label {
		width: 100%;
		margin-bottom: 5px;
	}
	.reminder-container ul li input.input-text {
	  width: 90%;
	}
	.refillreminder-view-index .fancybox-inner {
	  height: 255px!important;
	}
	.reminder-container ul li button.button {
	  margin-left: 0;
	}

	.cms-index-index .slider-block .products-grid li.item {
		/*margin-right: 10px;*/
		width: 229px !important;		 
	}
	.catalog-category-view .products-grid li.item, .catalogsearch-result-index .products-grid li.item {
	    width: 100%!important;
	    min-height: 0;
	}
}
.checkout-cart-index .data-table tbody td.last {
  text-align: right;
}
.checkout-cart-index .cart_table_wrap.mid {
  padding: 10px 10px;
}
.checkout-cart-index .data-table thead th {
  font-size: 1.2em;
}
.checkout-cart-index .th_heading {
  padding: 0px 10px;
  background-color: #1C1C1C;
}
.checkout-cart-index table#shopping-cart-table .presc {
	width: 25%;
	text-align: left;
}
.checkout-cart-index table#shopping-cart-table td:first-child {
	width: 15%;
}
.checkout-cart-index table#shopping-cart-table td:first-child img {
	width: 100% !important;
	height: initial !important;
}


.checkout-cart-index .data-table thead th.qty_header {
  width: 6%;
  text-align: center;
}

.checkout-cart-index .data-table thead th {
	float: left;
}
.checkout-cart-index .data-table tbody td {
	text-align: center;
}
.checkout-cart-index .data-table thead th:last-child {
	width: 7%;
	float: right;
	text-align: right !important;
}
.checkout-cart-index table#shopping-cart-table td {
	  box-sizing:border-box;
}
/******** 1 & 2 ********/
.checkout-cart-index .data-table thead th.product_name {
	width: 34%;
}
.checkout-cart-index table#shopping-cart-table td:nth-child(1) {
	  width: 12%;
}
.checkout-cart-index table#shopping-cart-table td:nth-child(2) {
	  width: 28%;
}
/******** 1 & 2 ********/
.checkout-cart-index .data-table thead th.move_to_wishlist {
	width: 17%;
}
.checkout-cart-index table#shopping-cart-table td:nth-child(3) {
	width: 21%;
	font-size: 1.2em;
}
.checkout-cart-index .data-table thead th.unit_price {
	width: 10%;
	text-align: center !important;
}
.checkout-cart-index table#shopping-cart-table td:nth-child(4) {
	  width: 10%;
}
.checkout-cart-index .cart-table span.orange {
  bottom: 3px;
  font-size: 0.8em;
}
.checkout-cart-index .btn-remove {
  bottom: 3px;
  font-size: 1em;
}































@media only screen and (max-width: 1060px) {
	.checkout-cart-index .cart-table span.orange {
	  bottom: 2px;
	  font-size: 0.8em;
	}
	.checkout-cart-index .cart-table td {
	  padding: 15px 5px;
	}
	.checkout-cart-index .data-table thead th.product_name {
	  width: 28%;
	}
	.checkout-cart-index .data-table thead th.unit_price {
	  width: 10%;
	}
	.checkout-cart-index .data-table thead th.product_name {
	  width: 35%;
	}
	.checkout-cart-index .data-table thead th.move_to_wishlist {
	  width: 15%;
	}
	.checkout-cart-index .data-table thead th.qty_header {
	  width: 3%;
	  text-align: center;
	}
}

@media only screen and (max-width: 920px) {
	.checkout-cart-index .align-r h1 {
	  width: 100%;
	}
	.checkout-cart-index .cart-table tfoot td {
	  padding: 10px 0px;
	}
	.checkout-cart-index .data-table thead th.product_name {
	  width: 37%;
	}
	.checkout-cart-index .data-table thead th.move_to_wishlist {
	  width: 12%;
	  text-align: center;
	}
	.checkout-cart-index .data-table thead th.unit_price {
	  width: 9%;
	  text-align: center !important;
	}
	.checkout-cart-index .data-table thead th.qty_header {
	  width: 3%;
	  text-align: center;
	}
	.checkout-cart-index .cart .totals td:first-child {
	  border-right: none;
	  margin: 5px 0px;
	  float: left;
	  text-align: right;
	  width: 97%;
	  color: rgb(246, 119, 14);
	}
	.checkout-cart-index #shopping-cart-totals-table .price {
	  margin: 5px 0px;
	  float: left;
	  text-align: right;
	  width: 95%;
	}
	.checkout-cart-index .align-r h1 {
	  width: 100%;
	}
	.checkout-cart-index .data-table thead th.move_to_wishlist {
	  width: 16%;
	}
	.checkout-cart-index .data-table thead th.qty_header {
	  width: 6%;
	}

}

@media only screen and (max-width: 900px) {
	.checkout-cart-index .data-table thead th.product_name {
	  width: 39%;
	}
	.checkout-cart-index .data-table thead th.unit_price {
	  width: 11%;
	}
}
@media only screen and (max-width: 768px) {
	.checkout-cart-index .data-table thead th.qty_header {
	  width: 4%;
	}
	.checkout-cart-index .data-table thead th.product_name {
	  width: 38%;
	}
	.checkout-cart-index .data-table thead th.unit_price {
	  width: 13%;
	}
	.checkout-cart-index .th_heading {
	  font-size: 11px;
	}
	.checkout-cart-index .cart-table .product-name {
	  font-size: 12px;
	}
	.checkout-cart-index .cart-table .price {
	  font-size: 12px;
	}
	.checkout-cart-index .data-table thead th {
	  font-size: 13px;
	}
	.checkout-cart-index table#shopping-cart-table td:nth-child(3) {
	  font-size: 13px;
	}
	.checkout-cart-index .cart .totals td {
	  font-size: 12px;
	}
	.checkout-cart-index .cart .totals tfoot td strong {
		font-size: 13px;
	} 
}
@media only screen and (max-width: 680px) {
	.checkout-cart-index .cart_table_wrap.mid {
	  margin: 7px 0 20px 0;
	}
	/*.checkout-cart-index .data-table tbody td:nth-child(3) {
	  display: none;
	}
	.checkout-cart-index .data-table thead th.move_to_wishlist {
	  display: none;
	}*/
	.checkout-cart-index .data-table thead th.product_name {
	  width: 38%;
	}
	.checkout-cart-index .data-table thead th.unit_price {
	  width: 11%;
	  text-align: center !important;
	}
	.checkout-cart-index .data-table thead th:last-child {
	  width: 13%;
	  float: right;
	  text-align: right !important;
	}
	.checkout-cart-index .data-table thead th.qty_header {
	  width: 6%;
	}

}
@media only screen and (max-width: 620px) {
	.checkout-cart-index .data-table thead th.product_name {
	  width: 33%;
	}
	.checkout-cart-index table#shopping-cart-table td:nth-child(2) {
	  width: 26%;
	}
	.checkout-cart-index .data-table thead th.move_to_wishlist {
	  width: 20%;
	}
	.checkout-cart-index table#shopping-cart-table td:nth-child(3) {
	  width: 23%;
	}
	.checkout-cart-index .data-table thead th.qty_header {
	  width: 5%;
	}
	.checkout-cart-index .data-table thead th:last-child {
	  width: auto;
	}
	.checkout-cart-index .data-table thead th.unit_price {
	  width: 12%;
	}
}
@media only screen and (max-width: 570px) {
	.checkout-cart-index .data-table tbody td {
	  text-align: center;
	  float: left;
	}
	.checkout-cart-index .cart-table td {
	  padding: 1.5%;
	}
	.checkout-cart-index table#shopping-cart-table td:first-child {
	  width: 25%;
	}
	.checkout-cart-index table#shopping-cart-table td:nth-child(2) {
	  width: 32%;
	}
	.checkout-cart-index table#shopping-cart-table td:nth-child(3) .link-wishlist::before {
	  content: "Move to wishlist : ";
	  color: rgb(246, 125, 25);
	}
	.checkout-cart-index table#shopping-cart-table td:nth-child(4) .price::before {
	  content: "Unit price : ";
	  color: rgb(246, 125, 25);
	}
	.checkout-cart-index table#shopping-cart-table td:nth-child(5) select.qty::before {
	  content: "Qty : ";
	  color: rgb(246, 125, 25);
	}
	.checkout-cart-index table#shopping-cart-table td:nth-child(6) .price::before {
	  content: "Final price : ";
	  color: rgb(246, 125, 25);
	}
	.checkout-cart-index #shopping-cart-table tr {
	  border-bottom: 2px solid rgb(107, 154, 64);
	  float: left;
	  width: 100%;
	  padding-bottom: 17px;
	  margin: 5px 0px;
	  padding: 1px 0px 32px 0px;
	}
	.checkout-cart-index #shopping-cart-table tr.last {
	  border-bottom: none;
	}
	.checkout-cart-index .data-table tbody td {
	  border-bottom: none;
	}
	.checkout-cart-index .btn-remove {
		bottom: -23px;
		right: 9px;
		font-size: 0.9em;
	}
	.checkout-cart-index .cart_table_wrap.mid {
	  padding: 6px;
	}
	.checkout-cart-index .cart-table span.orange {
	  bottom: -13px;
	}
	.checkout-cart-index .th_heading {
	  display: none;
	}
	.checkout-cart-index .cart-table .product-name {
	  font-size: 1.1em;
	}
	.checkout-cart-index .cart-table .price {
	  font-size: 1.1em;
	}
	.checkout-cart-index .block.bought-block-list .block-title strong {
		font: normal 15px Arial, Helvetica, sans-serif;
	}
	.cont_shop_btn {
	  display: inline-block;
	  width: 100%;
	  text-align: center;
	}
	.checkout-cart-index a.pr-continue-shop-cart-empty {
	  text-decoration: none;
	  display: inline-block;
	  float: none;
	}
	.checkout-cart-index .main-container .cart-empty {
	  padding: 17px;
	  box-sizing: border-box;
	}
	.checkout-cart-index .cart-empty-text h2 {
	  margin-top: 17px;
	  text-align: center;
	}
	.checkout-cart-index .cart-empty-text p {
	  text-align: center;
	}
	.checkout-cart-index table#shopping-cart-table td:nth-child(5):before {
	  content: "Qty : ";
	  color: #F67D19;
	  font-weight: 600;
	}
}
@media only screen and (max-width: 440px) {
	
	.checkout-cart-index table#shopping-cart-table td:nth-child(4) {
		/*margin-top: 20px;*/
		padding-top: 7px;
	}
    .checkout-cart-index table#shopping-cart-table td:nth-child(3) {
		border-top: 2px solid #CCD;
		width: 100%;
		margin-top: 14px;
		font-size: 14px;
		text-align: left !important;
		padding-top: 10px;
    }
    .checkout-cart-index table#shopping-cart-table td:first-child img {
	  padding: 7px;
	  border: 1px solid #eee;
	  box-sizing: border-box;
	  width: 70% !important;
	}
	.checkout-cart-index .cart-empty-text h2 {
	  margin-top: 17px;
	}
	.checkout-cart-index .cart-empty-text p {
	  font-size: 13px;
	}
	.checkout-cart-index .cart-empty-img img {
	  width: 80%;
	}
	.checkout-cart-index table#shopping-cart-table td:nth-child(6) .price::before,
	.checkout-cart-index table#shopping-cart-table td:nth-child(4) .price::before,
	.checkout-cart-index table#shopping-cart-table td:nth-child(3) .link-wishlist::before {
	  width: 150px;
	  float: left;
	}
	
	.checkout-cart-index table#shopping-cart-table td:nth-child(5) select {
		margin-left: 150px;
	}
	.checkout-cart-index table#shopping-cart-table td:nth-child(5) select {
	  margin-left: 122px;
	}
	.checkout-cart-index .btn-remove {
	  bottom: 0;
	  right: 2px;
	  font-size: 0;
	  top: -90px;
	  background: url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/remove_icon.png") no-repeat right top;
	  background-size: 19px;
	  width: 20px;
	}
	.checkout-cart-index .btn-remove::before {
	  content:"Remove";
	}
}
@media only screen and (max-width: 400px) {
	.checkout-cart-index .cart-table .btn-continue {
	  width: 100%;
	  margin-bottom: 7px;
	}
	.checkout-cart-index .cart-table .btn-empty {
	  float: right;
	  width: 100%;
	}
	.button.button.btn-proceed-checkout.btn-checkout {
		width: 100%;
	}
}
@media only screen and (max-width: 320px) {
	.checkout-cart-index .cart-table .product-name {
	  font-size: 1.1em;
	  text-align: center;
	}
	.checkout-cart-index .cart-table span.orange {
	  left: 26%;
	  bottom: -9px;
	}
}
.cms-page-view .col-main .std *{
	text-align: left !important;
}
.cms-page-view .main-container .col-main .page-title {
    padding-bottom: 0;
}
.cms-page-view .col-main .std div{
	padding: 2px 0px !important;
	color: #666;
	font-size: 14px;
}
.cms-page-view .col-main .std div img{
	margin: 10px 0 30px 0 !important;
	display: block;
}
.cms-page-view .col-main .std p{
	margin: 0 0 25px 0;
}
#prescription-drugs{
	font-size: 14px !important;
}
ul.orderemaillist{
	margin: 0px 0 20px 20px; 
	padding: 0px;
}
ul.orderemaillist li{
	font-size: 14px !important;
	margin: 0 0 5px 0;
}
p.jty{
	font-size: 14px !important;
}

.cms-page-view .col-main .std .order-links *{
	text-align: center !important;
}

.cms-page-view .order-links{
	border-bottom: 1px dotted #ccc;
	margin: 0 0 20px 0px;
}

.cms-order-by-email .buttons-set{
	text-align: center !important;
}
.cms-order-by-email .buttons-set button.button{
	margin: 0 auto;
}
.cms-page-view .place-order a.order-online-block {
    display: inline-block;
    text-align: center !important;
}

.cms-page-view .place-order a.order-online-block.mid {
    display: inline-block;
    margin: 0 15%;
}

.cms-page-view .place-order span.order-online-text {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center !important;
}
.cms-page-view .place-order span.telephone-order-icon {
    background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -13px -10px / auto;
    display: block;
    height: 160px;
    margin: 20px 0 0;
    width: 158px;
}
.cms-page-view .place-order span.telephone-order-icon:hover {
    background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -13px -172px / auto;
}

.cms-page-view .place-order span.midcart-order-icon {
    background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -194px -10px / auto;
    display: block;
    height: 160px;
    margin: 20px 0 0;
    width: 158px;
}
.cms-page-view .place-order span.midcart-order-icon:hover {
    background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -194px -172px / auto;
}

.cms-page-view .place-order span.mail-fax-order-icon {
    background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -379px -10px / auto;
    display: block;
    height: 160px;
    margin: 20px 0 0;
    width: 158px;
}
.cms-page-view .place-order span.mail-fax-order-icon:hover {
    background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -379px -172px / auto;
}
.cms-page-view .place-order span.telephone-order-icon-selected {
    background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -13px -172px / auto;
}
.cms-page-view .place-order span.midcart-order-icon-selected {
    background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -194px -172px / auto;
}
.cms-page-view .place-order span.mail-fax-order-icon-selected {
    background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -379px -172px / auto;
}

.customer-account-edit .page-title  {
	border: 0;
}

.my-account .page-head, 
.customer-account-index .box-account.box-recent .box-head, 
.customer-account-index .head.box-title, 
.customer-account-index .col2-set,
.customer-account-index .box-account.box-reviews .box-head h2,
.customer-account-index .box-account.box-rewardp .box-head h2,
.customer-account-index .box-account.box-tags .box-head h2,
.customer-account-edit .page-title,
.customer-account-edit #more_info h1, 
.customer-address-index .page-title,
.customer-address-index .col-2.addresses-additional h1,
.refillreminder-view-index .col-main .page-title,
.review-customer-index .page-title,
.tag-customer-index .col-main .my-account .page-title,
.wishlist-index-index .page-title,
.newsletter-manage-index .pr-newsletter-subscription .page-title,
.importorder-index-index .box-account .box-head,
.rewardpoints-index-points .main-container .col-main .page-head,
.rewardpoints-index-referral .page-title,
.sales-order-history .my-account .page-title   {
	position: relative;
}

.my-account .page-head h3, 
.customer-account-index .box-account.box-recent .box-head h2, 
.customer-account-index .head.box-title h3, 
.customer-account-index .col2-set h3.address-book,
.customer-account-index .box-account.box-reviews .box-head h2,
.customer-account-index .box-account.box-rewardp .box-head h2,
.customer-account-index .box-account.box-tags .box-head h2,
.customer-account-edit .page-title h1,
.customer-account-edit #more_info h1, 
.customer-address-index .page-title,
.customer-address-index .col-2.addresses-additional h1,
.refillreminder-view-index .col-main .page-title,
.review-customer-index .page-title,
.tag-customer-index .col-main .my-account .page-title,
.wishlist-index-index .page-title,
.newsletter-manage-index .pr-newsletter-subscription .page-title,
.importorder-index-index .box-account .box-head,
.rewardpoints-index-points .main-container .col-main .page-head h3,
.rewardpoints-index-referral .page-title,
.sales-order-history .my-account .page-title {
	border-bottom: 2px solid #363636; 
}

.my-account .page-head h3:after, 
.customer-account-index .box-account.box-recent .box-head h2:after, 
.customer-account-index .head.box-title h3:after, 
.customer-account-index .col2-set h3.address-book:after,
.customer-account-index .box-account.box-reviews .box-head h2:after,
.customer-account-index .box-account.box-rewardp .box-head h2:after,
.customer-account-edit .page-title h1:after,
.customer-account-edit #more_info h1:after, 
.customer-address-index .page-title:after,
.customer-address-index .col-2.addresses-additional h1:after,
.refillreminder-view-index .col-main .page-title:after,
.review-customer-index .page-title:after,
.tag-customer-index .col-main .my-account .page-title:after,
.wishlist-index-index .page-title:after,
.newsletter-manage-index .pr-newsletter-subscription .page-title:after,
.importorder-index-index .box-account .box-head:after,
.rewardpoints-index-points .main-container .col-main .page-head h3:after,
.rewardpoints-index-referral .page-title:after,
.sales-order-history .my-account .page-title:after,
.box-account.box-tags .box-head h2:after
 {
  content: "";
  width: 30%;
  height: 2px;
  background: #9fb701;
  display: inline-block;
  left: 0;
  position: absolute;
  bottom: 0;
}

.customer-account-index .box-account.box-recent .box-head h2:after,
.customer-account-index .box-account.box-rewardp .box-head h2:after, 
.customer-account-index .box-account.box-tags .box-head h2:after, 
.customer-account-index .box-account.box-reviews .box-head h2:after,
.customer-account-edit #more_info h1:after{ 
	content:"";
	bottom: inherit;
	top: 45px;
}

.customer-account-index .box-account.box-tags .box-head h2:after {
	top: 43px;
}

.importorder-index-index .box-account .box-head:after {
	content:"";
	bottom: inherit;
	top: 44px;
}

.customer-address-index .page-title,
.refillreminder-view-index .col-main .page-title,
.review-customer-index .page-title, 
.tag-customer-index .col-main .my-account .page-title,
.wishlist-index-index .page-title,
.newsletter-manage-index .pr-newsletter-subscription .page-title,
.rewardpoints-index-referral .page-title,
.sales-order-history .my-account .page-title {
	overflow: visible;
	height: 39px;
}

.customer-address-index .page-title:after,
.customer-address-index .col-2.addresses-additional h1:after,
.refillreminder-view-index .col-main .page-title:after,
.review-customer-index .page-title:after,
.tag-customer-index .col-main .my-account .page-title:after,
.wishlist-index-index .page-title:after,
.newsletter-manage-index .pr-newsletter-subscription .page-title:after,
.rewardpoints-index-referral .page-title:after,
.sales-order-history .my-account .page-title:after {
	content:"";
	bottom: inherit;
	top: 39px;
}

.importorder-index-index .box-account .box-head h2 {
	float: none;
	text-align: left;
}

.customer-account-index .box-account .box-head h2 {
  width: auto;
  float: none;	
}

.my-account {
  color: #7b7b7b;
}

.my-account .form-list label {
	font-weight: normal !important;
	line-height: 31px !important;
}

.customer-account-index #my-orders-table.data-table thead th, .sales-order-history .my-account .data-table th {
	width: 20%;
}

.customer-account-index #my-orders-table.data-table .link-reorder, .sales-order-history .my-account .data-table .link-reorder {
  font-weight: normal;
  color: #dc6809 !important;
}

.customer-account-index #my-orders-table.data-table .link-vieworder, .sales-order-history .my-account .data-table .link-vieworder {
  font-weight: normal !important;
  color: #6B9A63 !important;
}

.customer-account-index .box-address .box-content .col-1, 
.customer-account-index .box-address .box-content .col-2 {
  width: 48.5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.customer-account-index .box-address .box-content .col-1 address, 
.customer-account-index .box-address .box-content .col-2 address {
	line-height: 24px;
}

.customer-account-edit .form-list li, .customer-account-edit .form-list.edit-pswd .field {
	margin-bottom: 20px;
}

.customer-account-edit .fieldset li.control label.change-pswd {
	margin: 0px;
}

.my-account  input.checkbox + label:before {
	margin-top: 9px;
}

.my-account .input-box span {
	line-height: 30px;
}

.customer-account-edit #more_info .form-list select {
	min-width: 80px;
}

.customer-address-index .my-account .button.button {
  bottom: 5px;
  position: relative;
}

.addresses-list li.item {
	margin: 0 3% 20px 0;
	width: 48.5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box; 
}

.addresses-list li.item:last-child{
	margin: 0 0 20px 0;
	float: right;
}

.addresses-list li.item:first-child{
	float: left;
}

.addresses-list address {
	line-height: 24px;
}

.customer-account-edit .fieldset .legend, .customer-address-form .main-container .fieldset .legend {
	color: #6d6d6d;
	font-weight: bold;
}

.customer-address-index .addresses-list .addresses-additional li.item {
	position: relative;
}

.customer-address-index .addresses-list .addresses-additional li.item .edit_wrap {
	position: absolute;
	top: 16px;
	right: 20px;
	width: auto;
}

.customer-address-index .addresses-list .addresses-additional li.item .edit_wrap .separator {
	display: none;
}

.customer-address-index .addresses-list .addresses-additional li.item .edit_wrap a {
	display: block;
	clear: both;
}

.customer-address-index .addresses-list .addresses-additional li.item address {
	padding-right: 70px;
}

.customer-address-form .form-list label {
	margin-bottom: 0;
}

.sb_block p.sb_lable label {
	font-weight: normal;
}

.first_img_td {
	display: none;
}

/*.refillreminder-view-index .data-table {
	margin-bottom: 20px;
}*/

.wishlist-index-index .buttons-set p.back-link a {
	margin: 7px 0 0 0 !important;
}


.wishlist-index-index .buttons-set p.back-link a {
  padding: 7px 15px !important;
}

.importorder-index-index .info {
  font-size: 15px;
  line-height: 27px;
}

.importorder-index-index .custom_pager {
	text-align: center;
	line-height: 30px;
}

.importorder-index-index .custom_pagination {
	width: auto;
}

.rewardpoints-index-referral .buttons-set p.back-link a {
  float: left;
  margin-bottom: 20px;
}

.rewardpoints-index-points .data-table#reward-points-table td {
	min-height: 34px;
	color: #7b7b7b;
	font-size: 14px;
}

.my-account .pager {
	color: #7b7b7b;
	font-size: 14px;
}

/*Cms Pages*/

.cms-content-88-order-online.cms-page-view .col-main .std div img {
	width: 100% !important;
}

.cms-content-88-order-online.cms-page-view .col-main .std div.place-order, 
.cms-order-by-email.cms-page-view .col-main .std div.place-order, 
.cms-order-by-telephone.cms-page-view .col-main .std div.place-order {
	text-align: center !important;
	border-bottom: 0 !important;
	margin-bottom: 30px;
}

.cms-content-88-order-online.cms-page-view .col-main .std > div{
	margin-bottom: 20px;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #ccc;
}

.cms-page-view .col-main .std div.place-order .clr {
	text-align: center !important;
}

.cms-page-view .col-main .std div.left_side_bar_cms_fax{
	margin: 0px; padding: 0px; float: left; font-size: 14px; width: 67%;
	padding-right: 20px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: 0.85em !important;
	text-align: justify !important;
}

.cms-page-view .col-main .std div.left_side_bar_cms_fax p{
	margin-bottom: 5px !important;
}

.cms-page-view .col-main .std div.fx_form {
	margin: 0px; padding: 0px; text-decoration: none; outline: none; border: none; color: #000000;
}

.cms-page-view .col-main .std div.right_side_bar_cms_fax {
	margin: 0px; width: 33%; text-align: center; float: right;
}

a.home_icon {
  float: left;
  line-height: 54px;
  background-color: #72ae12;
  padding: 0 10px;
  vertical-align: middle;
  margin-right: 10px;
}

a.home_icon img {
  vertical-align: middle;
}

a.home_icon.in_nav {
	display: none;
}

#my-orders-summary {
	clear: both;
}

.sales-order-view .testimonial-date {
  clear: both !important;
  display: block !important;
}

.trackorder-index-index div#oderinfo {
  margin-top: 20px;
}

.trackorder-index-index .form-list li {
  margin: 0 0 8px;
  width: 48% !important;
  display: inline-block;
  margin-right: 19px;
}

.trackorder-index-index .form-list .buttons-set .button {
	float: left;
	margin-left: 0;
}

.trackorder-index-index .col1-layout .col-main {
	padding: 0 !important
}

.trackorder-index-index div.form-list {
  padding: 20px;
  /*background-color: #f5f5f5;*/
  /*border: 1px solid #f0f0f0;*/
  box-sizing: border-box;
  width: 100%;
  margin: 0;
   -webkit-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 6px 1px rgba(217,217,217,1);
}

.trackorder-index-index .form-list label {
	width: auto !important;
}

.trackorder-index-index .form-list label.required em {
  right: -7px;
}

@media all and (max-width:1024px) {
		a.home_icon {
		line-height: 45px;
		margin-left: 10px;
	}

	.block .block-title strong.all-categories {
		position: absolute;
		left: 65px;
	}
}
@media all and (max-width:860px) {

	.customer-account-index .dashboard-points {
		padding: 20px 0;
	}
	.customer-account-index #my-rewardpoints-table thead th {
		width: 25%;
		vertical-align: top;
		white-space: normal;
	}

	.refillreminder-view-index .data-table thead th, 
	.refillreminder-view-index .data-table tbody td {
		margin-right: 0;
	}

	.my-account {
		margin-bottom: 20px;
	}

	.newsletter-manage-index .buttons-set button.button {
		float: right;
	}

	.cms-page-view .place-order a.order-online-block.mid {
		margin: 0 5%;
	}


}

@media all and (max-width:840px) {
	.col-left.sidebar .block-title.sb_title {
		display: block;
	}	

	.sb_block .sbox_form {
		padding: 20px;
	}

	.customer-address-form .acc-pages-icons {
		float: left;
		clear: none;
		display: inline-block;
	}
}

@media all and (max-width: 736px){
	a.home_icon {
		display: none;
	}

	a.home_icon.in_nav {
		display: block;
		position: absolute;
		top: 69px;
		left: 0;
		width: 100%;
		padding: 0 !important;
		margin: 0;
		color: #fff;
		background-color: #666;
		line-height: 45px !important;
		text-align: left;
		box-sizing: border-box;
		padding-left: 27px !important;
	}

	a.home_icon.in_nav img {
		vertical-align: middle;
		display: inline-block;
		margin-right: 15px;
	}

	a.home_icon.in_nav span.lable_home {
		display: inline-block !important;
		width: auto;
		height: auto !important;
		white-space: nowrap;
		line-height: 30px;
		vertical-align: middle;
		text-transform: uppercase;
		color: #fff;
		font-size: 0.85em;
		margin-top: 4px;
	}

	.sb_block .input-box.sinput input {
	   margin-bottom: 10px; 
	}

	.customer-account-edit .fieldset li.control label.change-pswd {
	  margin: 22px 0px 0 0;
	}

	.my-account .form-list label, 
	.customer-account-edit .form-list .input-box,
	.customer-account-edit .form-list.edit-pswd li.fields, 
	.customer-account-edit .form-list.edit-pswd li{
		width: 100%;
	}

	.my-account #more_info .form-list label {
		width: auto;
	}

	.com_hide{
		display: none;
	}

	.com_visible {
		display: block;
	}

	/* CMs Pages */

	.cms-page-view .place-order span.telephone-order-icon {
		background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -7px -7px / auto;
		display: block;
		height: 97px;
		margin: 20px 0 0 17px;
		width: 100px;
		background-size: 339px !important;
	}

	.cms-page-view .place-order span.telephone-order-icon-selected, .cms-page-view .place-order span.telephone-order-icon:hover {
		background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -7px -107px / auto;
	}

	.cms-page-view .place-order span.order-online-text {
		font-size: 14px;
	}

	.cms-page-view .place-order span.midcart-order-icon {
	  background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -118px -7px / auto;
	  height: 97px;
	  margin: 20px 0 0 17px;
	  width: 100px;
	  background-size: 339px !important;
	}

	.cms-page-view .place-order span.midcart-order-icon-selected, .cms-page-view .place-order span.midcart-order-icon:hover {
		background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -118px -106px / auto;
	}

	.cms-page-view .place-order span.mail-fax-order-icon {
		background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -232px -7px / auto;
		display: block;
		height: 97px;
		margin: 20px 0 0 17px;
		width: 100px;
		background-size: 339px !important;
	}

	.cms-page-view .place-order span.mail-fax-order-icon-selected, .cms-page-view .place-order span.mail-fax-order-icon:hover {
		background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -232px -107px / auto;
	}

	.cms-page-view .place-order a.order-online-block.mid {
		margin: 0 1%;
	}

	.cms-page-view .main-container .col-main p, .cms-page-view .main-container .col-main li {
		font-size: 1em;
		line-height: 1.7em;
	}
}

@media all and (max-width:670px) {
	.col2-set .col-1, 
	.col2-set .col-2, 
	.customer-account-index .box-address .box-content .col-1, 
	.customer-account-index .box-address .box-content .col-2 {
		width: 100%;
		margin-bottom: 15px;
	}

	.customer-account-index #my-rewardpoints-table thead,
	.customer-account-index #my-rewardpoints-table tbody {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}

	.customer-account-index #my-rewardpoints-table thead th,
	.customer-account-index .dashboard-points .data-table td {
		text-align: left;
		padding: 5px 15px;
		vertical-align: top;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		float: left;
		width: 100%;
		border: 0;
	}

	.customer-account-index .dashboard-points .data-table tr {
		float: left;
		width: 100%;
	}

	.customer-account-index .dashboard-points .data-table td:before {
		content: ":";
		position:relative;
		margin-right: 10px;
	} 

	.customer-account-index #my_recent_reviews li span.number {
		display: inline-block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		padding: 0;
		background-color: #CDCDCD;
		color: #fff;
		text-align: center;
		margin-right: 2%;
		min-width: 20px;
		height: 25px;
		line-height: 25px;
		float: left;
	}

	.customer-account-index #my_recent_reviews .details {
		width: 90%;
		float: left;
	}

	.customer-account-index #my-orders-table.data-table thead, 
	.sales-order-history .my-account .data-table thead, 
	.review-customer-index .data-table#my-reviews-table thead,
	.wishlist-index-index .data-table#wishlist-table thead,
	.importorder-index-index .data-table#my-orders-table thead,
	.rewardpoints-index-referral .data-table#referred-friends-table thead,
	.rewardpoints-index-points .data-table#reward-points-table thead {
		display: none;
	}

	.customer-account-index #my-orders-table.data-table, 
	.sales-order-history .my-account .data-table, 
	.review-customer-index .data-table#my-reviews-table,
	.wishlist-index-index .data-table#wishlist-table,
	.importorder-index-index .data-table#my-orders-table,
	.rewardpoints-index-referral .data-table#referred-friends-table,
	.rewardpoints-index-points .data-table#reward-points-table {
		border: 1px solid #ccc ;
	}

	.customer-account-index #my-orders-table.data-table td, 
	.sales-order-history .my-account .data-table td, 
	.review-customer-index .data-table#my-reviews-table td,
	.wishlist-index-index .data-table#wishlist-table td,
	.importorder-index-index .data-table#my-orders-table td,
	.rewardpoints-index-referral .data-table#referred-friends-table td,
	.rewardpoints-index-points .data-table#reward-points-table td{
		width: 100%;
		display: inline-block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}

	.review-customer-index .data-table#my-reviews-table td,
	.wishlist-index-index .data-table#wishlist-table td,
	.importorder-index-index .data-table#my-orders-table td,
	.rewardpoints-index-referral .data-table#referred-friends-table td,
	.rewardpoints-index-points .data-table#reward-points-table td {
		padding: 5px 10px;
	}

	.customer-account-index #my-orders-table.data-table td .pr-recent-actions-order, 
	.sales-order-history .my-account .data-table td .view-re-order {
		/*padding-left: 110px;*/
		display: inline-block;
  		float: right;
  		margin-top: 0;
	}

	.customer-account-index #my-orders-table.data-table td:before, 
	.sales-order-history .my-account .data-table td:before, 
	.review-customer-index .data-table#my-reviews-table td:before,
	.wishlist-index-index .data-table#wishlist-table td:before,
	.importorder-index-index .data-table#my-orders-table td:before,
	.rewardpoints-index-referral .data-table#referred-friends-table td:before,
	.rewardpoints-index-points .data-table#reward-points-table td:before {
		content: "";
		margin-right: 10px;
		display: inline-block;
		width: 100px;
		text-transform: capitalize;		
	}

	.review-customer-index .data-table#my-reviews-table td:before, 
	.wishlist-index-index .data-table#wishlist-table td:before{ 
		width: 120px;
	}

	.importorder-index-index .data-table#my-orders-table td:before,
	.rewardpoints-index-referral .data-table#referred-friends-table td:before,
	.rewardpoints-index-points .data-table#reward-points-table td:before { 
		width: 130px;
	}

	.review-customer-index .data-table#my-reviews-table td .rating-box, 
	.review-customer-index .data-table#my-reviews-table td .product-name{ 
		display: inline-block;
	}

	.customer-account-index #my-orders-table.data-table td:first-child,
	.sales-order-history .my-account .data-table td:first-child,
	.importorder-index-index .data-table#my-orders-table td:first-child,
	.rewardpoints-index-points .data-table#reward-points-table td:first-child {
		padding-top: 10px;
	}

	.customer-account-index #my-orders-table.data-table td:last-child,
	.sales-order-history .my-account .data-table td:last-child,
	.importorder-index-index .data-table#my-orders-table td:last-child,
	.rewardpoints-index-points .data-table#reward-points-table td:last-child {
		padding-bottom: 10px;
	}

	.customer-account-index #my-orders-table.data-table td:first-child:before,
	.sales-order-history .my-account .data-table td:first-child:before {
		content: "Order# :";
	}

	.customer-account-index #my-orders-table.data-table td:nth-child(2):before,
	.sales-order-history .my-account .data-table td:nth-child(2):before {
		content: "Date :";
	}
	
	.customer-account-index #my-orders-table.data-table td:nth-child(3):before,
	.sales-order-history .my-account .data-table td:nth-child(3):before {
		content: "Ship to :";
	}
	
	.customer-account-index #my-orders-table.data-table td:nth-child(4):before,
	.sales-order-history .my-account .data-table td:nth-child(4):before {
		content: "Order Total :";
	}


	.customer-account-index #my-orders-table.data-table td:nth-child(5):before,
	.sales-order-history .my-account .data-table td:nth-child(5):before {
		content: "Status :";
	}

	.review-customer-index .data-table#my-reviews-table td:first-child:before{
		content:"Date :";
	}

	.review-customer-index .data-table#my-reviews-table td:nth-child(2):before {
		content: "Product Name :";
	}

	.review-customer-index .data-table#my-reviews-table td:nth-child(3):before {
		content: "Rating :";
	}

	.review-customer-index .data-table#my-reviews-table td:nth-child(4):before {
		content: "Review :";
	}

	.review-customer-index .data-table#my-reviews-table td:nth-child(5):before {
		content: "Details :";
	}


	.customer-account-edit #more_info .form-list li:last-child .input-box   {
		width: 100%;
	}

	.addresses-list li.item {
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 20px 0;
	}

	.customer-address-index .addresses-list .col-2.addresses-additional .empty p {
		text-align: left;
		float: none;
	}

	.refillreminder-view-index .data-table {
		border: 1px solid #ccc;
	}

	.refillreminder-view-index .data-table thead {
		display: none;
	}

	.refillreminder-view-index .data-table tbody td {
		border-bottom: 0;
		border-right: 0;
		width: 100%;
		display: inline-block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}

	.refillreminder-view-index .data-table tbody td:before {
		content: "";
		margin-right: 20px;
		width: 200px;
		margin-right: 10px;
		display: inline-block;
	}

	.refillreminder-view-index .data-table tbody td.first_img_td {
		display: block;
		text-align: center;
		padding-bottom: 50px;
		padding-top: 20px;
	}

	.refillreminder-view-index .data-table tbody td:first-child:before,
	.wishlist-index-index .data-table#wishlist-table td:before {
		display: none;
	}

	.refillreminder-view-index .data-table tbody td:nth-child(2):before{
		content: "Sku :";
	}

	.refillreminder-view-index .data-table tbody td:nth-child(3):before{
		content: "Product Name :";
	}

	.refillreminder-view-index .data-table tbody td:nth-child(4):before{
		content: "Pack Size :";
	}

	.refillreminder-view-index .data-table tbody td:nth-child(5):before{
		content: "Product Image :";
	}

	.refillreminder-view-index .data-table tbody td:nth-child(6):before{
		content: "Remind In :";
	}

	.refillreminder-view-index .data-table tbody td:nth-child(7):before{
		content: "Next Reminder :";
	}

	.refillreminder-view-index .data-table tbody td:last-child{
		padding-bottom: 20px;
	}

	.refillreminder-view-index .data-table tbody td.mid_img_td {
		display: none;
	}

	.refillreminder-view-index .data-table td .refill-action {
		bottom: 40px;
		width: 100%;
	}

	.wishlist-index-index .data-table#wishlist-table td,
	.rewardpoints-index-referral .data-table#referred-friends-table td,
	.rewardpoints-index-points .data-table#reward-points-table td {
		padding-left: 130px;
		box-sizing: border-box;
	}

	.wishlist-index-index .data-table#wishlist-table td:nth-child(2):before {
		content: "Product Details and Comment : ";
		display: inline-block;
		position: absolute;
		margin-left: -120px;
		font-size: 14px;
		line-height: 19px;
	}
	
	.wishlist-index-index .data-table#wishlist-table td .price-box:before,
	.wishlist-index-index .data-table#wishlist-table td .add-to-cart-alt:before,
	.wishlist-index-index .data-table td.last .btn-remove:before {
		content: "Price : ";
		display: inline-block;
		position: absolute;
		margin-left: -120px;
		font-size: 14px;
		line-height: 19px;
		width: 120px;
		left: 0;
		color: #7b7b7b;
	}

	.importorder-index-index .data-table#my-orders-table td:before, 
	.rewardpoints-index-referral .data-table#referred-friends-table td:before,
	.rewardpoints-index-points .data-table#reward-points-table td:before  {
		position: absolute;
		margin-left: -130px;
	}

	.importorder-index-index .data-table#my-orders-table td, 
	.rewardpoints-index-referral .data-table#referred-friends-table td,
	.rewardpoints-index-points .data-table#reward-points-table td {
		padding-left: 140px;
		white-space: normal;
		word-break: break-all;
	}

	.wishlist-index-index .data-table#wishlist-table td .add-to-cart-alt:before {
		content: "Unit : ";
		text-align: left;
	}

	.wishlist-index-index .data-table td.last .btn-remove:before {
		content: "Delete :";
		text-align: left;
	}

	.wishlist-index-index .data-table td .cart-cell {
		text-align: left;
	}

	.wishlist-index-index .data-table td .price-box {
		position: relative;
	}

	.wishlist-index-index .data-table td .add-to-cart-alt, .wishlist-index-index .data-table td input.qty {
		float: left;
		position: relative;
	}

	.wishlist-index-index .data-table td textarea {
		margin-top: 20px;
	}

	.wishlist-index-index .data-table td.last {
		position: relative;
	}

	/*.wishlist-index-index .data-table td.last .btn-remove {
		position: absolute;
		right: 0;
		top: 
	}*/

	.wishlist-index-index .data-table td.last .btn-remove {
		top: ;
		text-indent: 0.01em;
		width: auto;
		height: auto;
		line-height: 20px;
		background: transparent;
		position: relative;
		overflow: visible;
	}

	.importorder-index-index .data-table#my-orders-table td:first-child:before{
		content: "Order# :"
	}

	.importorder-index-index .data-table#my-orders-table td:nth-child(2):before{
		content: "Date :"
	}

	.importorder-index-index .data-table#my-orders-table td:nth-child(3):before{
		content: "Details :"
	}

	.importorder-index-index .data-table#my-orders-table td:nth-child(4):before{
		content: "Order Total :"
	}

	.importorder-index-index .data-table#my-orders-table td:nth-child(5):before{
		content: "Payment Method :"
	}

	.importorder-index-index .data-table#my-orders-table td:nth-child(6):before{
		content: "Status :"
	}

	.rewardpoints-index-referral .data-table#referred-friends-table td:first-child:before{
		content: "Full Name :"
	}

	.rewardpoints-index-referral .data-table#referred-friends-table td:nth-child(2):before{
		content: "Email :"
	}

	.rewardpoints-index-referral .data-table#referred-friends-table td:nth-child(3):before{
		content: "First Order :"
	}

	.rewardpoints-index-points .data-table#reward-points-table td:first-child:before{
		content: "Type of Point :"
	}

	.rewardpoints-index-points .data-table#reward-points-table td:nth-child(2):before{
		content: "Points Added :"
	}

	.rewardpoints-index-points .data-table#reward-points-table td:nth-child(3):before{
		content: "Point Used :"
	}

	.rewardpoints-index-points .data-table#reward-points-table td:nth-child(4):before{
		content: "Obtention Date :"
	}

	.rewardpoints-index-points .data-table#reward-points-table td:nth-child(5):before{
		content: "Valid Until :"
	}

	.my-account .pager .amount, 
	.importorder-index-index p.custom_amount, 
	.rewardpoints-index-points .main-container .col-main .pager .amount{
		float: left;
		margin: 0;
		width: 100%;
		text-align: left;
		padding: 0 0 10px 0;
		margin-bottom: 10px;
		border-bottom: 1px dashed #ccc;
	}

	.my-account .pager .limiter,
	.importorder-index-index .custom_pagination,
	.rewardpoints-index-points .main-container .col-main .pager .limiter {
		float: left;
		text-align: left;
	}

	.my-account .pager .pages,
	.importorder-index-index .custom_limiter,
	.rewardpoints-index-points .main-container .col-main .pager .pages {
		margin: 0;
		float: right;
	}

	.rewardpoints-index-referral .col-main .form-list li {
		margin: 5px 0;
		position: relative;
		margin-bottom: 20px;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 20px;
	}

	.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-name label, 
	.rewardpoints-index-referral .col-main .form-list .field.j2t-rewardpoints-email label {
		width: 100%;
	}

	.rewardpoints-index-referral .col-main .validation-advice {
		text-align: left;
		padding-top: 3px;
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/validation_advice_bg.gif) 2px 0 no-repeat;
		padding-left: 17px;
	}



}

@media all and (max-width:580px) {

	.refillreminder-view-index .data-table tbody td {
		padding-left: 160px;
	}

	.refillreminder-view-index .data-table tbody td:before {
		width: 150px;
		position: absolute;
		margin-left: -150px;
	}

	.refillreminder-view-index .data-table tbody td.first_img_td {
		padding-left: 0;
	}

	.cms-page-view .col-main .std div.left_side_bar_cms_fax {
		width: 100%;
		padding-right: 0 !important;
	}

	.cms-page-view .col-main .std div.right_side_bar_cms_fax {
		width: 100%
	}

	.cms-page-view .col-main .std div.right_side_bar_cms_fax img {
		width: 57% !important;
		margin: 20px auto !important;
	}

	.cms-page-view .col-main .std div.right_side_bar_cms_fax .buttons-set {
		text-align: center !important;
	}

}

@media all and (max-width:480px) {
	.customer-account-index .col2-set .box .box-content {
		font-size: 14px;
	}

	.customer-account-index #my-rewardpoints-table thead th,
	.customer-account-index .dashboard-points .data-table td {
		min-height: 46px;
		font-size: 13px;
	}

	.customer-account-index #my_recent_reviews .details {
		width: 85%;		
		padding-left: 5px;
	}

	.customer-account-index .col2-set a.manage-address{
		font-size: 0;
	}
	.customer-account-index .col2-set a.manage-address:before {
		content: "";
		display: inline-block;
		width: 25px;
		height: 28px;
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/edit_ico.png) no-repeat 0 0;
		position: relative;
		bottom: 5px;	
		right: 3px;
	}
	.customer-account-index #my-orders-table.data-table td .pr-recent-actions-order,
	.sales-order-history .my-account .data-table td .view-re-order {
		padding-left: 110px;
		display: block;
  		float: left;
	}

	 .sales-order-history .my-account .data-table td .view-re-order {
	 	margin-top: 10px;
	 }

	.customer-account-edit .form-list .customer-name .field.name-firstname, 
	.customer-account-edit .form-list li, 
	.customer-account-edit .form-list .customer-name .field.name-lastname,
	.customer-address-form .field.name-firstname,
	.customer-address-form .field.name-lastname,
	.customer-address-form .form-list .field {
		width: 100%;
	}

	.customer-address-index .page-title button.button span {
		background: transparent; 
		font-size: 0;
		margin: 0;
		padding: 0 !important;
	}

	.customer-address-index .page-title button.button span span {
		background: url(http://www.alldaychemist.com/skin/frontend/allday/medicine/images/add_ico.png) no-repeat 0 0;
		width: 28px;
		height: 28px !important;
		display: inline-block;
		margin: 5px 5px 0 0;
	}

	.refillreminder-view-index .data-table tbody td {
		padding-left: 125px;
	}

	.refillreminder-view-index .data-table tbody td:before {
		width: 115px;
		position: absolute;
		margin-left: -115px;
	}

	.refillreminder-view-index .data-table tbody td.first_img_td {
		padding-left: 0;
	}

	.review-customer-index .data-table#my-reviews-table tbody td {
		padding-left: 135px;
	}

	.review-customer-index .data-table#my-reviews-table tbody td:before {
		width: 125px;
		position: absolute;
		margin-left: -125px;
	}

	.review-customer-index .data-table#my-reviews-table tbody td.first_img_td {
		padding-left: 0;
	}

	.my-account .pager .amount ,
	.my-account .pager .limiter ,
	.my-account .pager .pages,
	.rewardpoints-index-points .main-container .col-main .pager .amount ,
	.rewardpoints-index-points .main-container .col-main .pager .limiter ,
	.rewardpoints-index-points .main-container .col-main .pager .pages,
	.importorder-index-index p.custom_amount,
	.importorder-index-index .custom_pagination,
	.importorder-index-index .custom_limiter,
	.importorder-index-index .custom_pager center{
		width: 100%;
		float: left;
		text-align: center;
		padding: 0 0 10px 0;
		margin-bottom: 10px;
		border-bottom: 1px dashed #ccc;
	}

	.my-account .pager .pages, .importorder-index-index .custom_limiter { 
		margin: 0;		
		border: 0;
	}

	/* CMs Pages */

	.cms-page-view .place-order span.telephone-order-icon {
		background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -5px -4px / auto;
		display: block;
		height: 60px;
		width: 60px;
		background-size: 205px !important;
	}

	.cms-page-view .place-order span.telephone-order-icon-selected, .cms-page-view .place-order span.telephone-order-icon:hover {
		background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -5px -64px / auto;
	}

	.cms-page-view .place-order span.order-online-text {
		font-size: 14px;
	}

	.cms-page-view .place-order span.midcart-order-icon {
		background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -72px -4px / auto;
		height: 60px;
		width: 60px;
		background-size: 205px !important;
		margin: 20px 0 0 0;
	}

	.cms-page-view .place-order span.midcart-order-icon-selected, .cms-page-view .place-order span.midcart-order-icon:hover {
		background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -72px -64px / auto;
	}

	.cms-page-view .place-order span.mail-fax-order-icon {
		background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -141px -4px / auto;
		display: block;
		height: 60px;
		width: 60px;
		background-size: 205px !important;
	}

	.cms-page-view .place-order span.mail-fax-order-icon-selected, .cms-page-view .place-order span.mail-fax-order-icon:hover {
		background: rgba(0, 0, 0, 0) url("http://www.alldaychemist.com/skin/frontend/allday/medicine/images/adcorderdelieveryicons.png") no-repeat scroll -141px -64px / auto;
	}

	.cms-page-view .place-order a.order-online-block.mid {
		margin: 0 1%;
	}
	
	.cms-page-view .place-order span.order-online-text {
		font-size: 10px;
	}
	
	.cms-page-view .place-order a.order-online-block.mid {
		margin: 0 2%;
	}

	.cms-content-88-order-online.cms-page-view .col1-layout .col-main, 
	.cms-order-by-email.cms-page-view .col1-layout .col-main, 
	.cms-order-by-telephone.cms-page-view .col1-layout .col-main {
		padding: 0;
	}


}

@media all and (max-width:420px) {
	a.home_icon.in_nav img {
		margin-right: 6px;
	}

	a.home_icon.in_nav {
		padding-left: 9px !important;
	}

}


@media all and (max-width:375px) {
	.addresses-additional h1 {
		font-size: 17px;
	}

	.rewardpoints-index-referral .pager {
		padding: 20px 8px;
	}

	.rewardpoints-index-referral .pager .amount	{
		border-bottom: 1px dashed #ccc;
	}

}
