/**** style guide *****/
.action.primary,.action.secondary{
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
select::-ms-expand {
    display: none;
}
input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:#fff url(../images/dropdown-icon-2.jpg) center right 18px no-repeat;
    background-size: 10px 7px;
    box-shadow: none !important;
    border:1px solid #e4e4e4;
    border-radius: 3px;

}
.iosc-survey-content select, .shippit-options select {
	background: #ffffff url(../images/select2.png) center right 14px no-repeat !important;
    background-size: 14px !important;
}
.table-wrap{
    overflow: auto;
}
button{
    border-radius: 3px;
}
input:not(.mage-error):focus, select:not(.mage-error):focus, textarea:not(.mage-error):focus {
    color:#686e6e;
    box-shadow: none !important;
}
.cms-page-view .page-title-wrapper{
    margin-top: 35px;
}
._required._error input,
._required._error select,
._required._error textarea,
input.mage-error:not(.qty),
select.mage-error,
textarea.mage-error{
    border:1px solid #FF0000 !important;
    box-shadow: none !important;
}
.page.messages{
    text-align: left;
    order: -100;
}
.message > *:first-child:before{
    margin-top: 0 !important;
    position: relative !important;
    top:0 !important;
    font-size: 19px !important;
}
.close-message{
    width: 27px;
    height: 38px;
    display: inline-block;
    position: absolute;
    right: 0;
    color: #fff;
    top: 0;
    font-size: 20px;
    line-height: 38px;
    cursor: pointer;
}
.page.messages .message > *:first-child:before{
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
}
/**************** Shopping cart ******************/
button.update_cart_action{
    font-weight: 700;
    font-size: 14px;
}
.checkout-cart-index .page.messages{
    margin-top:20px;
}
.form-cart .col.action span,.cart-action-mobile .action-delete span{
    font-size: 0;
}
.form-cart .col.action span:before,.cart-action-mobile .action-delete span:before{
    font-size: 20px;
}
.form-cart .col.action .action-delete:hover span:before{
    color:#333;
}
.form-cart .action-edit span:before{
    content: "\f044";
    font-family: "Font Awesome 5 Pro";
}
.form-cart .action-delete span:before{
    content: "\f00d";
    color:#cccccc;
    font-family: "Font Awesome 5 Pro";
}
.cart .action{
    text-decoration: none !important;
}
body:not(.cms-index-index):not(.checkout-index-index) .page-header{
    margin-bottom:10px;
}
.cart.table-wrapper .item-info:first-child .col {
    border: none;
}
.cart.table-wrapper tr th,.cart .action.action-edit{
    display: none;
}
.cart.table-wrapper .col.price,.cart.table-wrapper .col.subtotal{
    text-align: left;
}
.cart.table-wrapper .col.qty select{
    width: 72px;
}
.cart.table-wrapper .col.price{
    width: 100px;
}
button.action {
    padding: 14px 28px 13px;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 13px;
    text-align: center;
    font-weight: 600;
}
.block.discount strong{
    font-size: 13px;
    line-height: 20px;
    color: #3C3F3F;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}
.block.discount label{
    display: none !important;
}
.block.discount .fieldset > div{
    margin:0 !important;
}
.block.discount .fieldset > div .control{
    width: 100% !important;
}
.block.discount.active strong:after{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.action-continue{
    color: #000000;
    text-decoration: underline;
}
.paypal-logo{
    background: #ebebeb;
}
.paypal-logo input{
    height: 50px;
}
.paypal-logo:hover{
    background: #ddd;
}
.cart-logo img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
}
.cart-logo{
    text-align: center;
    border-top: 1px solid #eeeeee;
    margin: 24px -24px 0;
    padding-top: 24px;
}
.cart-summary .grand.totals .price,.opc-block-summary .grand.totals .price{
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}
.action.multicheckout{
    font-size: 14px;
}
.fa-eye{
    font-weight: 900;
}

.upsell-message{
    margin-bottom:20px;
    margin-top: -5px;
}
.wysiwyg .block-search .action.search{
    font-size: 15px;
}
.box .footer a{
    color:#686e6e !important;
}
.menu-item-inner {
    margin: 0 !important;
}
.menu-active .nav-toggle:before{
    content:"\f00d";
}
.page-header .pull-right ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.product-main .box-tocart .action.tocart:disabled{
    font-size: 19px;
    padding:15px 31px 11px;
}
.minicart-wrapper .block-minicart{
    border-radius: 5px;
}
.minicart-items .details-qty .label:after{
    display: none;
}
.product-item-pricing .price-container{
    float: right;
    margin-top: 8px;
}
.product-main .box-tocart input.mage-error{
    margin-bottom:20px;
}
.product-main .box-tocart div.mage-error{
    position: absolute;
    bottom:-12px;
}
.product-main .box-tocart{
    position: relative;
}
.amasty-popup h2{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.amlocator-index-index .page-title-wrapper h1{
    margin-top: 37px;
    text-transform: uppercase;
}
/*** multi shipping page ***/
.multicheckout .product-item-name{
    min-height: auto;
}
.multicheckout .product-item-name a{
    font-size: 16px;
}
.multicheckout tr td{
    vertical-align: middle;
}
.fieldset > .field.choice:before, .fieldset > .field.no-label:before{
    display: none;
}
.fieldset > .field.choice{
    margin-bottom: 10px;
}
.multicheckout tr td.qty {
    text-align: center;
}
.box-shipping-method dt,.box-shipping-method dd{
    display: inline-block;
    vertical-align: top;
}
.box-shipping-method dd label,.checkout-payment-method label{
    color:#686e6e;
}
.box-shipping-method dd label:before {
    content: "- ";
}
.multicheckout .box-billing-method .fieldset .legend.box-title span{
    color:#686e6e;
}
.multicheckout .checkout-payment-method{
    margin-top: 10px;
}
.order-review-wrapper .col.qty{
    text-align: center;
}

.order-review-wrapper .col.subtotal,.order-review-wrapper td.amount,.checkout-review{
    text-align: right;
}
.checkout-review .actions-toolbar .primary,.checkout-review .actions-toolbar .primary button,.multicheckout .actions-toolbar .secondary .action.back{
    float: none;
    margin:0 0 10px;
}
.order-review-wrapper .table:not(.cart):not(.totals) tfoot > tr:first-child td,
.order-review-wrapper .table:not(.cart):not(.totals) > thead > tr > th{
    border-color:#d7d7d7;
}
#confirmButtons .button{
    font-size: 15px;
    padding:0;
    box-shadow: none;
    background: #f2aa31 !important;
}
#confirmButtons .button:hover,#confirmButtons .button:active{
    background: #e79a19 !important;
    opacity: 1;
}
.minicart-wrapper .block-minicart{
    box-shadow: 0 0 11px rgba(0,0,0,0.2);
}
.minicart-wrapper .block-minicart li{
    color: #252a2d;
}
#group-fields-customer-attributes .field-want_to_purchase_prescriptions{
    display: none;
}
.form-create-account .field-do_you_have_concessional_card,.form-create-account .field-do_you_have_safety_net_card{
    border-top:1px solid #d7d7d7;
    margin-top: 27px !important;
    padding-top: 18px;
}
form.account label{
    color:#878787;
}
.form-create-account .fieldset.create.info .newsletter{
    display: none;
}
.form-create-account .admin__legend.step-title{
    display: none;
}
.form-create-account #group-fields-customer-attributes{
    margin-top: 29px;
}
.field-do_you_have_medicare_card{
    padding-top: 17px;
    border-top: 1px solid #d7d7d7;
}
.field-want_to_purchase_prescriptions{
    margin-top:8px !important;
}
.field.choice1.newsletter{
    margin-top:8px;
}
.field.choice1.newsletter label span{
    color:#686e6e;
}
.fieldset.create.account{
    margin-top:40px;
}
.customer-account-create .page-footer{
    margin-top:60px;
}
.customer-account-create .action.primary{
    font-size: 15px;
}
.password-strength-meter{
    font-size: 14px;
}
.products-sliders.listing_image{
    margin:0 -10px;
}
.dropdown.submenu p{
    margin-bottom:0;
}
#group-fields-customer-attributes:not(.active) > div:not(.newsletter){
    display: none;
}
.hide-content .columns{
    display: none;
}
.top-header p{
    margin:0;
}
.customer-account-patient .field-none_prescription_dont_stock,.customer-account-patient .field-none_prescription_when_we,
.customer-account-patient .field-prescription_dont_stock, .customer-account-patient .field-prescription_when_we_stock{
    display: none;
}
.customer-account-patient .fieldset.info{
    margin:0;
}
.customer-account-patient #group-fields-customer-attributes{
    margin-bottom: 10px;
}
.customer-account-edit #group-fields-customer-attributes .field:not(.field-none_prescription_dont_stock):not(.field-none_prescription_when_we):not(.field-prescription_dont_stock):not(.field-prescription_when_we_stock){
    display: none;
}
.customer-account-edit .entry-edit.form-inline,.customer-edit-custom select{
    position: absolute;
    left: -1000px;
    visibility: hidden;
}
.customer-edit-custom{
    margin-top:56px;
}
.customer-edit-custom .field strong{
    display: block;
    margin-bottom: 1px;
    font-size: 18px;
}
.customer-edit-custom .field label{
    margin-bottom: 14px !important;
    display: block;
}
.customer-account-edit.page-layout-2columns-left .fieldset .customer-edit-custom .field.choice,.customer-account-edit.page-layout-2columns-left fieldset.fieldset.info {
    margin-bottom: 0 !important;
}
.account.customer-account-edit.page-layout-2columns-left fieldset .customer-edit-custom legend.legend{
    margin-bottom: 15px !important;
}
.pres.field{
    margin-top:19px;
}
.customer-edit-custom .field label span{
    color: #878787;
}
.product-item-info.prescription .product-img{
    background: #f8f8f8;
    padding:20px;
}
.table-comparison .cell.info{
    width: 290px;
}
.action.print{
    white-space: nowrap;
}
.block-order-details-view .box-content .payment-method .title{
    margin:0;
}
.customer-address-index .action.primary,
.customer-address-form .action.primary,
.customer-account-edit .action.primary{
    min-width: 160px;
}
.account .page-title-wrapper .page-title, [class^='sales-guest-'] .page-title-wrapper .page-title, .sales-guest-view .page-title-wrapper .page-title,.newsletter-manage-index.account.page-layout-2columns-left fieldset{
    margin:0;
}
.multishipping-checkout-address-selectbilling .page-title,.multishipping-checkout-address-editaddress .page-title{
    margin-top:52px;
}
.opc-block-summary .actions-toolbar{
    display: none;
}
.opc-sidebar .minicart-items .product-item-details .details-qty .label:after {
    content: ":";
    display: inline-block;
}
.checkout-payment-method .payment-method-title label,.checkout-payment-method .payment-method-billing-address label{
    color:#686e6e;
}
.paypal-express-review .price-including-tax, .paypal-express-review .price-excluding-tax{
    padding:0 !important;
    line-height: 22px;
}
.paypal-express-review .cart.table-wrapper .opc-block-summary tr.sub td.amount{
    padding-top: 15px !important;
}
body.paypal-express-review .cart.table-wrapper .opc-block-summary tr td,
.paypal-review tfoot .col.subtotal, .paypal-review tfoot .mark, .paypal-review tfoot .amount{
    padding: 9px 0 4px !important;
}
.paypal-review .totals .mark{
    vertical-align: middle;
}
.filter-options .filter-options-title.category{
    display: none !important;
}
.block.filter .filter-subtitle{
    display: none;
}
.product-item .minimal-price-link{
    display: none !important;
}
.gallery-prescription .fotorama__stage{
    background: #f8f8f8;
}
.form-shipping-address input[name="postcode"]:not(.focus){
    border: 1px solid #e4e4e4 !important;
    background: #fff !important;
}
.form-shipping-address input[name="postcode"]:not(.focus) + .field-error{
    display: none;
}

.cart.table-wrapper .col.action{
    width: 80px;
}
@-moz-document url-prefix() {
    .minicart-wrapper .action.showcart .counter.qty{
        line-height: 16px;
    }
}
.widget-box-image{
    text-align: center;
}
#sb_instagram.sbi_col_5 #sbi_images .sbi_item{
    padding:10px !important;
}
.widget-box-image span{
    margin-top: 17px;
    display: inline-block;
    padding-bottom: 12px !important;
}
.header-secondary .ec-col-6{
    position: static;
}
.ec-navigation .category-listing li a.sale{
    color:#ED1C24 !important;
}
.ec-navigation .dropdown{
    text-align: left;
}
.ec-navigation .category-listing li a,.ec-navigation .child-category-listing li a.head{
    color: #3C3F3F !important;
    font-size: 13px !important;
    font-weight: 500;
    line-height: 30px !important;
}
.ec-navigation .child-category-listing li a{
    color: #686E6E;
    font-size: 12px;
    line-height: 26px;
}
.nav-toggle:before{
    display: none;
}
.nav-toggle{
    width: 18px;
    height: 14px;
    background: url(../images/burger.png);
    background-size: 100%;
}

.product-items .product-reviews-summary{
    display:none;
}
.counter.qty.empty{
    display: none !important;
}
#pagebuilder-category-landing{
    margin-bottom:10px;
}
.pages a.page:visited{
    color: #555555;
}
.pages a.page:visited:hover,.pages .action:hover,.pages a.page:hover{
    color:#333333;
}
.fotorama-prev,.fotorama-next{
    display: none;
    width: 24px;
    height: 14px;
    background-image: url(../images/fotorama-arr.jpg);
    background-size: 100%;
    cursor: pointer;
    opacity: 0;
    position: relative;
}
.fotorama-prev:after {
    content: "";
    display: block;
    width: 80px;
    height: 44px;
    position: absolute;
    left: -27px;
    top: 14px;
    z-index: 99;
    background: #fff;
}
.fotorama-next:before{
    content: "";
    display: block;
    width: 80px;
    height: 42px;
    position: absolute;
    left: -27px;
    top: 15px;
    z-index: 99;
    background: #fff;
}
.fotorama-prev{
    margin-top: 15px;
    margin-left: 27px;
}
.fotorama-next{
    margin: 42px 0 0 27px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.back-link{
    font-size: 12px;
    color: #686E6E;
    position: absolute;
    left: 38px;
    top: 41px;
    z-index: 9;
}
.back-link:before{
    font-family: "Font Awesome 5 Pro";
    content: "\f104";
    color:#cccccc;
    font-size: 20px;
    float: left;
    margin: -4px 6px 0 0;
}
.checkout-index-index .footer-block,.checkout-index-index #newsletter-block{
    display: none;
}
.checkout-index-index #footer{
    background: #fff;
    border-top:1px solid #eeeeee;
}
.checkout-index-index .socket{
    border:none;
    padding:42px 0;
}
.checkout-index-index .social-media{
    display: none;
}
.checkout-index-index .socket .order-first{
    float: right;
}
.checkout-index-index .socket .ec-row{
    display: block;
}
.checkout-index-index .socket .copyrights{
    float: left;
}
.checkout-index-index .socket .ec-row:after {
    content: "";
    display: block;
    clear: both;
}
.checkout-index-index ul.cards{
    text-align: right;
}
.checkout-index-index .header-links{
    position: absolute;
    top:41px;
    right: 38px;
    z-index: 10;
}
.checkout-index-index .header-links ul{
    list-style-type: none;
}
.checkout-index-index .header-links > li{
    display: none;
}
.checkout-index-index .header-links .submenu{
    display: block !important;
    position: relative;
}
.checkout-index-index .header-links .submenu li:not(.authorization-link){
    display: none !important;
}
.checkout-index-index .submenu.content{
    border: none;
    width: auto;
    padding: 0;
}
.checkout-index-index .submenu.content li a {
    color: #000000 !important;
    text-decoration: underline;
}
#afterpaypayovertime-method .afterpay-checkout-redirect{
    background: transparent !important;
    padding:0 !important;
}
#afterpaypayovertime-method{
    background: url(../images/afterpay_logo.png) center right 10px no-repeat;
    background-size: 88px 20px;
    background-position: right 20px;
}
.payment-method.paypal{
    background: url(../images/paypal_logo.png) center right 10px no-repeat;
    background-size: 73px 20px;
}
.payment-method.eway{
    background: url(../images/credit_card.jpg) center right 10px no-repeat;
    background-size: 170px 26px;
    background-position: right 20px;
}
#product-relative-carousel.owl-theme .owl-nav.disabled + .owl-dots{
    bottom:0;
}
.checkout-cart-index .grand .mark,
.checkout-cart-index .grand .amount,
.checkout-cart-index .totals-tax th,
.checkout-cart-index .totals-tax td{
    border: none !important;
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0 !important;
}
.block-minicart .btn.black.checkout + div{
    display: none;
}
.opc-block-summary .minicart-items{
    padding:0;
}
.checkout-index-index .socket .ec-row > div:first-child{
    float: right;
}
.message.warning > *:first-child:before{
    font-weight: 700 !important;
}
.cms-page-view p strong{
    color:#555555;
}
.cms-page-view .page-footer{
    margin-top:16px;
}
.checkout-success{
    margin:30px 0;
}
.checkout-success .actions-toolbar{
    margin-top:20px;
}
.action.primary.action-save-address{
    padding:12px 19px;
}
.block-minicart .minicart-items-wrapper{
    border-top:1px solid #eeeeee;
}
.catalog-product-view .product-item .old-price .price:before{
    display: none;
}
.swatch-attribute{
    position: relative;
}
.swatch-attribute-options{
    box-shadow: none !important;
}
.checkout-index-index select{
    border: 1px solid #e4e4e4;
    font-size: 12px;
}
span.after_special.promotion {
    color: #ED1C24;
}
fieldset .label > span{
    color:#555555 !important;
}
.message.info.empty {
    margin: 20px 0;
}
.cart-action-mobile > span{
    float: right;
    line-height: 40px;
}
.cart .minicart-items{
    padding:0;
}
.checkout-index-index .street .additional{
    margin-top: 12px;
}
.filter-mobile{
    margin-bottom:5px;
}
#bss-ptd-table tfoot tr:not(:last-child) {
    display: none;
}
#bss-ptd-table tfoot tr td{
    text-align: center;
    padding: 17px 0;
    border-bottom: 1px solid #eee;
}
.bss-ptd-table thead th{
    font-weight: 500;
}
.bss-ptd-table tbody tr td div{
    color:#999999;
}
.bss-ptd-table tbody tr td div:last-child{
    color: #686E6E;
}
.bss-ptd-table tbody tr td .swatch-option{
    color: #686E6E !important;
}
.bss-ptd-table tfoot td{
    font-weight: 700;
}
.bss-qty-col .bss-qty{
    color: #686E6E;
    border: 1px solid #eee;
}
.bss-ptd-table{
    margin-top:24px;
    margin-bottom: 17px;
}
#bss-ptd-table tfoot tr td:first-child{
    border:none;
}
.cart-totals .totals.sub{
    display: none;
}
.opc-block-summary .minicart-items .product-item-details{
    padding-left: 108px;
}
.opc-block-summary .table-totals .amount{
    font-size: 13px;
}
.am-photo-container,.am-price-box{
    padding:0 34px;
    width: 50%;
}
#messageBox{
    padding:20px 0;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap{
    margin-top: 9px;
}
.mfp-close-btn-in .mfp-close{
    font-size: 0;
}
.mfp-close-btn-in .mfp-close:before{
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    color: #686e6e;
    font-weight: 300;
}
#product-review-table .review-control-vote label:before,#product-review-table .review-control-vote:before{
    font-size: 22px;
    letter-spacing: 6px;
}
.cart .message.notice{
    margin-right: 20px;
}
.minicart-items .preorder_note{
    margin-left: 120px !important;
}
#bss-ptd-table{
    table-layout: fixed;
}
#bss-ptd-table td{
    word-wrap: break-word;
    white-space: normal;
}
select[name="billing_address_id"]{
    padding: 0 44px 0 12px;
}
.fotorama__arr {
    display: block !important;
    box-shadow: none !important;
    outline: none !important;
    opacity: 1 !important;
}
.am-swatch-link[data-label="White"] div,.swatch-option[option-label="White"] {
    border: 1px solid #eee !important;
}
div.swatch-image {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    filter: 1;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
}
.product-item-info{
    position: relative;
}
.product-item-info a:hover .swatch-image {
    opacity: 1;
    filter: 1;
}
div.swatch-image img{
    max-width: 100%;
    margin: 0 auto;
}
.header-secondary .header.content{
    padding-left:0;
    padding-right:0;
}
.block.newsletter .action.subscribe:hover i{
    color:#D41D2B;
}
.product-info-main .product-addto-links{
    position: relative;
}
.dropdown.submenu li a{
    color: #686E6E;
    font-size: 12px;
    line-height: 26px;
}
.dropdown.submenu li{
    margin:0;
}
.photo.product-item-photo {
    display: block;
    position: relative;
    margin:0 auto;
}
.widget-box-image img {
    width: 100%;
}
.payment-option-content .messages{
    position: relative;
}
.payment-option-content .messages:after{
    content: "\f00d";
    font-family: Font Awesome\ 5 Pro;
    cursor: pointer;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    position: ABSOLUTE;
    top: 0;
    right: 0;
    width: 26px;
    height: 40px;
    line-height: 40px;
}
.checkout-payment-method .discount-code .payment-option-title{
    border:none;
}

.shippit-options > .field{
    width: 100% !important;
}
.shippit-options {
    max-width: 400px;
    margin-top: 30px !important;
}
.show-tooltip .field-tooltip{
    display: block;
    top: -7px;
    right: -32px;
}
.field.show-tooltip {
    text-align: left;
}
.field.show-tooltip .control._with-tooltip{
    display: inline-block;
}
.field.show-tooltip > label{
    display: none !important;
}
address a {
    color:#686e6e;
}
.note-msg{
    font-size: 12px;
    font-weight: 400;
}
.checkout-shipping-method[rate="maxtrix"] .shippit-options,.checkout-shipping-method[rate="table"] .shipping-note{
    display: none;
}

/*.checkout-shipping-method[rate="maxtrix"] .table-checkout-shipping-method tr td:nth-child(2){*/
    /*display: none;*/
/*}*/
/*
    Custom
 */
.header-secondary > .page-main:first-child{
    text-align: center;
    position: relative;
}
.header-secondary .page-main .pull-left{
    display: inline-block;
    float: none;
}
.ec-navigation ul:after {
    content: "";
    display: block;
    clear: both;
}
.toolbar-wrap{
    display: none;
}
.toolbar-products .pages{
    display: none;
}
.products + .toolbar-products .pages{
    display: block;
}
.showroom .dropdown .category-tree li .menu-item-inner > a:first-child {
    min-height: 105px;
}
.brands .dropdown.submenu li a:nth-child(2) {
    line-height: 20px;
}
.fotorama__wrap--css3 .fotorama__stage__shaft{
    max-width: 534px !important;
}
.contact-index-index input + .mage-error{
    margin-top: 9px !important;
}